Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (Below i use o to denote a checkbox)
- I want to make a user interface which looks something like this:
- ______________________________________________________
- Show customers who meet any of the following criteria
- o is man
- o is woman
- o is young
- o is old
- except if they meet any of the following criteria unless selected here
- o is deceased
- o is not interested
- ______________________________________________________
- The problem is the formulation.
- In the first part "any of the following criteria" means "any of the checkboxes you select",
- whereas
- in the second part "any of the following criteria" means "any of the checkboxes you don's select". So the language is clumsy.
- Any suggestion how to formulate this in a short, logical, and consistent way?
Advertisement
Add Comment
Please, Sign In to add comment