I made a survey with scores. It calculates score correct in database but show
2*score on
resultsreport.aspx
For example;
- q1 score: 1
- q2 score: 3
- q3 score: 5
- total score: 9
These are what a participant takes on survey and it is written correctly on Results>Reports menu. There is no problem with this. It is correct on csv file too.
I added redireciton for "resultsreport.aspx?surveyid=blablabla". Everything is fine on this page but
Total Voter Score. It shows
18 instead of
9.
I made a script to divide it by 2 to get correct number then changing it via jquery. This is the way I found to get correct number :/
This is weird.
Thanks. Best Regards.