|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| display ($quiz, $cm, $course) | |
Quiz report subclass for the responses report.
This report lists some combination of * what question each student saw (this makes sense if random questions were used). * the response they gave, * and what the right answer is.
Like the overview report, there are options for showing students with/without attempts, and for deleting selected attempts.
Definition at line 48 of file report.php.
| display | ( | $ | cm, |
| $ | course, | ||
| $ | quiz | ||
| ) |
Override this function to displays the report.
| $cm | the course-module for this quiz. |
| $course | the coures we are in. |
| $quiz | this quiz. |
Reimplemented from quiz_default_report.
Definition at line 50 of file report.php.
