Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas

Contributor apps on the Question types category

Tics for slider layout  
Written by apps the 2 Feb 10 at 10:06. Related project: 1.x all. New
Tics (aka tic marks) should be visible under the slider bar.

See this sketch: http://img38.imageshack.us/img38/5295/10403feb10095848.gif

benefits: easy read, make it clear it's a slider with discrete values, catch where the handle is in respect to left and right limits.

Details:
type = multiple numerical input
options:
use slider layout = 1
slider min = 0
slider max = 10
slider accurancy = 1

13
votes
up equal down
Solution #1: add an option
Written by apps the 2 Feb 10 at 10:06.
show_tics = 0 (default). Just as it is.
show_tics = 1 : the slider shows tics under the bar, between the slider_min and the slider_max values.

See the 1 comments or propose a solution (latest comment the 20 Jul 10 at 23:58) >>

Review all questions + Review all groups  
Written by apps the 11 Feb 10 at 14:53. Related project: 1.x all. Implemented
A new use case:
the client wants to validate and approve all questions textes before giving GO/NOGO to the launch. This includes also: question help text.

Rationale:
This is a likely checkpoint in a project. Since the questions are to be delivered to users, the client requests a final REVIEW/APPROVE to validate the textes before the launch.

The same applyes to groups. This time, the to-be-approved textes are: group title, group description.

Being able to edit the textes on-the-fly is considered a plus.
-3
votes
implemented
Selected solution (#1): add a review all questions,groups page
Written by apps the 11 Feb 10 at 14:53.
This can be done with a single page, 2 tables.

Table0: REVIEW ALL GROUPS
| gID | qTitle | gDesc |

Table1: REVIEW ALL QUESTIONS
| qID | qText | qHelp |

Edit on-the-fly:
Every table is also a form, and a final [Update] button applies the changes to all the fields.
-3
votes
implemented
Selected solution (#2): the same, with a variation
Written by apps the 11 Feb 10 at 14:55.
Keep all the tables in solution #1
Instead of a [Update], put a column at the end of every row, it's a "Edit" link that shortcuts to proper edit page of the question. That way, you reuse a php page and cut short on time.

Add a comment or propose a solution >>

List assigned question attributes at question overview  
Written by Mazi the 15 Jan 10 at 16:38. Related project: 1.x all. New
When chosing a question from the dropdown list at the admin panel you get some information about
- code
- question text
- quesdtion type
- label set
- mandatory?

What's missing is information about assigned question attributes. You always have to switch to the "edit question" screen to get information about assigned question attributes.

This is not very user friendly and a design problem which probably could be fixed easily.
0
votes
up equal down
Solution #2: add a table
Written by apps the 3 Feb 10 at 10:08.
add a table with 2 columns
|attribute name | attribute value|

and simply enlist each attribute with has a non-empty value.
It's up to the survey designer to understand, use and act in respect to the showed data.

Add a comment or propose a solution >>