Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas
Idea #118: Presentation of un-answered mandatory questions

Written by kishu the 6 Mar 10 at 16:53. Related project: 2.x all. Status: New
Rationale
It's very usual to find users submitting the form with mandatory questions unanswered. Then the page gets reloaded again with a change of css to point out the such questions. The problem is when a survey page is too long with more number of questions then the user needs to scroll all along to find out what he missed. This is fine but a better alternative can be thought of.
Tags: (none)

-1
votes
up equal down
Solution #1: Using Light Window type interface
Written by kishu the 6 Mar 10 at 16:53.
One solution is to use a light window type interface. Whenever user submits (clicks next button) the page, all unanswered questions will be popped out in a light window notifying the user that they are mandatory. This provides a easy UI and a good surveying experience. After filling these missed mandatory questions he'll be taken forward as usual.
1
votes
up equal down
Solution #2: Using body CSS
Written by Shnoulle the 19 Mar 10 at 01:25.
When a page is submitted, if an error occur (mandatory or bad response) put a body class="error" and div class question error mandatory

And then with css, template can choose to show or not the good question. It's presentation, ls code don't have to make presntation choice, only tempate have to make presentation choice. (for example with jquery : put a animated hiding on good question)

And please, don't use light window ...


.
-1
votes
up equal down
Solution #3: use CSS validation
Written by anishseth the 21 Mar 10 at 07:56.

Propose your solution


Duplicates


Comments
No comments.

Post your comment