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.

Store assessment results for further evaluation  
Written by hardzsi the 26 Sep 09 at 15:37. Related project: 1.x all. Implemented
The evaluated TOTAL assessment (sum) is nicely displayed at the end of the survey - which can only be seen by the user who filled the survey in.
However, this result is not stored at the answers database. After a lot of user filled the survey in, i would like to see the sums given for all of these users.
Now i have to export the answers and should repeat the assessment / summarize in Excel before i can see these TOTAL sums.
29
votes
implemented
Selected solution (#1): store all the existing assessment placeholders at the end of answer database
Written by hardzsi the 26 Sep 09 at 15:37.
Store at least TOTAL. If possible, PERC and ASSESSMENT_CURRENT_TOTAL too.
5
votes
implemented
Selected solution (#2): Don't store, just calculate for export
Written by c_schmitz the 8 Aug 11 at 13:22.
I think it is not the best way to store a score that may be subject to changes when editing a response. Best would be to calc the values during export.

Add a comment or propose a solution >>

Need group mean or calculations for assessments  
Written by mfreund the 27 Sep 10 at 12:19. Related project: 1.x all. Implemented
Currently the assessments only seem to allow reporting based on a total value for each group (or perhaps the percentage of total possible score?).

It would be great if it were possible to construct assessments using a mean or other statistic (e.g. median or mode)

Even better would be to be able to create more complex calculations. Some applications might be to allow for differential weighting of questions (beyond simply assigning greater or lesser assessment values), transformation of values (e.g. combining a question with a 4-point scale and one with a 5-point scale), or calculation of new variables using question values (e.g. ratio of two question scores).
3
votes
implemented
Selected solution (#1): Functionality for group mean or calculations for assessments
Written by mfreund the 27 Sep 10 at 12:19.
I don't have a specific technical solution, beyond the suggested functionality in the idea description.

All ideas are welcome!

Add a comment or propose a solution >>

Remove INSERTANS from question text at survey results  
Written by Mazi the 15 Mar 10 at 17:52. Related project: 1.x all. Implemented
When viewing survey results of questions which use INSERTANS placeholders these placeholders are displayed within the question text at the answer overview. When using lots of INSERTANS placeholders within one question the overview is hard to read (see screenshot) because of the additonal text/strings.

It would be nice if these placeholder were filtered.

An example can be found at http://bugs.limesurvey.org/view.php?id=3508
0
votes
implemented
Selected solution (#1): Code a function to filter placeholders
Written by Mazi the 15 Mar 10 at 17:52.
These placeholders are used at several parts of the code so there should be some function to search for these strings. Shouldn't be hard to delete them in a next step.

Add a comment or propose a solution >>