Guest User

Magnus

a guest
Feb 22nd, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. (Below i use o to denote a checkbox)
  2.  
  3. I want to make a user interface which looks something like this:
  4. ______________________________________________________
  5. Show customers who meet any of the following criteria
  6. o is man
  7. o is woman
  8. o is young
  9. o is old
  10.  
  11. except if they meet any of the following criteria unless selected here
  12. o is deceased
  13. o is not interested
  14. ______________________________________________________
  15.  
  16.  
  17. The problem is the formulation.
  18.  
  19. In the first part "any of the following criteria" means "any of the checkboxes you select",
  20.  
  21. whereas
  22.  
  23. in the second part "any of the following criteria" means "any of the checkboxes you don's select". So the language is clumsy.
  24.  
  25. Any suggestion how to formulate this in a short, logical, and consistent way?
Advertisement
Add Comment
Please, Sign In to add comment