-
Bug
-
Resolution: Fixed
-
Minor
-
2.6.3
-
MOODLE_26_STABLE
-
MOODLE_26_STABLE, MOODLE_27_STABLE
-
report.php?id=xxxx&mode=statistics&slot=xxxx triggers a fatal error in PHP. The problem is identified to be in question/classes/statistics/responses/analysis_for_class.php line 110. $actualresponse is of class analysis_for_actual_response, and it cannot be cast to a string. That line should be replaced by the following:
return $onlyactualresponse->response_matches($this->modelresponse);
because the method response_matches is already defined in analysis_for_actual_response.
- duplicates
-
MDL-45053 CLONE - quiz statistics, response analysis : Differentiating between '0' and no response in statistics for numeric question
- Closed
- is a regression caused by
-
MDL-45053 CLONE - quiz statistics, response analysis : Differentiating between '0' and no response in statistics for numeric question
- Closed
- is duplicated by
-
MDL-45950 Some specific questions in the quiz statistics report gives a fatal error
- Closed