Closed (fixed)
Project:
Quiz Reports
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 May 2011 at 18:55 UTC
Updated:
12 Feb 2012 at 11:20 UTC
Hi!
I have a quiz with several scale quetions. Checking the quiz result i find for each question the same chart result. I suppose they mean the overall result. What sould I change to get the separate result for each question?
Comments
Comment #1
pedropablo commentedFind the same problem. You can solve it modifying the code at quiz_reports/question_types/scale_report/scale_report.module file
In function scale_report_get_statistics, substitte this:
With this
Note that the original query simply aggregates all scale questions in the quiz, while the modified query also add the specific question we are creating the report for
BTW; cute module, but seems a bit abandoned... :-(
Comment #2
kovacsaba commentedThank you very much!
I will try it.
Comment #3
kovacsaba commented