You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a questionnaire with rate question. This question should have custom rate. Here is possible answers field:
5=bad
4=not so bad
3=average
2=good
1=very good
When displaying questionnaire results, average score is calculated correctly. But when exporting results to csv, they are exported without regard to custom scale. If the answer is 5=bad, 5 should be exported as answer code, but in csv 1 is exported.
The text was updated successfully, but these errors were encountered:
Looks like this is a very old problem. The data structures used to keep the calculated responses is only ever used in the question display. Nothing in the response uses this.
Its probably time to fix the whole data structure used here...
Create a questionnaire with rate question. This question should have custom rate. Here is possible answers field:
5=bad
4=not so bad
3=average
2=good
1=very good
When displaying questionnaire results, average score is calculated correctly. But when exporting results to csv, they are exported without regard to custom scale. If the answer is 5=bad, 5 should be exported as answer code, but in csv 1 is exported.
The text was updated successfully, but these errors were encountered: