Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rate question results download incorrect #163

Open
anatolyg7 opened this issue Nov 21, 2018 · 2 comments
Open

rate question results download incorrect #163

anatolyg7 opened this issue Nov 21, 2018 · 2 comments
Assignees

Comments

@anatolyg7
Copy link

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.

@mchurchward
Copy link
Contributor

Thanks for the report. I'm seeing something similar.

@mchurchward mchurchward self-assigned this Nov 30, 2018
@mchurchward
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants