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

Ideas in development Here are the implemented LimeSurvey ideas with no milestone set.

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 >>