11
votes
6answers
1k views

Multiple choice with Yes, No and 'No answer'

I am working on a Quiz Application for Multiple Choice question. Instead of normal Multiple Choice Questions with the two answers yes and no. I am working on one that allows a user to abstain to a ...
2
votes
2answers
196 views

Should present or past tense be used for “Enable / Enabled” checkboxes? [duplicate]

Possible Duplicate: Should a toggle button show its current state or the state to which it will change? When a checkbox enables a feature, is it more correct to use Enable [] or Enabled []? ...
4
votes
3answers
783 views

Best choice for three-state value?

In my application, the user can filter fields by selecting one of three possible values for each field: True False Both I currently have a drop-down box, but this requires two clicks while the ...