23
votes
|
|
28
2
5
|
|
|
|
|
|
|
|
Harmonization of navigation buttons
|
|
Written by apps the 23 Feb 10 at 14:39.
Related project: 1.x all.
In development
|
|
All possible transitions (of pages, of state) a survey can undergo by user interaction are:
- start
- resume a survey
- save the survey
- cancel and exit
- go prev
- go next
- end
The state of the art is a non-homogeneous implementation:
- Exit and clear = < a> tag with a fixed url carrying a crucial get parameter
- Load unfinished = < input> tag with type="submit" and crucial value "Load unfinished survey"
- Save = < input> tag with type="submit" and crucial value "saveall"
- < < prev = < input> tag with type="Submit" and crucial value "< < Prev"
- next>> = < input> tag with type="Submit" and crucial value "Next>>"
- start = < input> tag with type "Submit" and crucial value "movenext"
- end = < input> tag with type "submit". Value unknown at the time of writing this.
These should be harmonized: use the same tag and discriminate over one (single) parameter.
|
|
|
Extention for 'exclude_all_others' attribute
|
|
Written by tileca the 15 Dec 09 at 19:51.
Related project: 1.x all.
New
|
|
The 'exclude_all_others' attribute sould be available for any kind of Multiple
choice questions like:
P - Multiple Options with Comments
Q - Multiple short text
K - Multiple Numerical
and not just for:
?M - Multiple Options
It would be great if the 'other option' could be choosen as well to exclude all others.
|
|
|
Allow to save infos about browser, javascript, OS etc. into results
|
|
Written by jelo the 11 Nov 09 at 14:50.
Related project: 1.x all.
In development
|
|
Make the infos like browser agent, javascriptversion, OS and additonal infos available in the results.
Some workarounds are not working with different browsers. E.g. you wonder why a hidden question was filled out with a invalid value (solution, very old browser wasn't hiding the question). If you have the additional infos at hand you can quickly pinpoint what might be the cause of that answer pattern.
The variables could also be made accessible for conditions.
But to save them into the results would be already a big help to give feedback about problems and weighting them in terms of how often they would occur in the field.
|
|
|
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.
|
|