SilverHoodCorp / gdata-java-client

Automatically exported from code.google.com/p/gdata-java-client
Apache License 2.0
0 stars 0 forks source link

easier selection of answers in grid type questions #339

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have a questionnaire which has a question presented as a grid. the question 
asks if they have any of 25 diseases listed with each having the answer "yes", 
"no", "don't know"

It is really tedious to select an answer for each question. Here are some 
possible solutions:

1) use the <label for="blaaa"/> tag so they have a larger clickable area.
2) allow multi select (shift-click, as in gmail)
3) keyboard navigation (possibly arrow keys or tab to move and space-bar to 
select)

This will help to make a great product even better.

Original issue reported on code.google.com by thereald...@gmail.com on 11 May 2011 at 7:39