Moodle  2.2.1
http://www.collinsharper.com
quiz_responses_report Class Reference
Inheritance diagram for quiz_responses_report:
Collaboration diagram for quiz_responses_report:

Public Member Functions

 display ($quiz, $cm, $course)

Detailed Description

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.


Member Function Documentation

display ( cm,
course,
quiz 
)

Override this function to displays the report.

Parameters:
$cmthe course-module for this quiz.
$coursethe coures we are in.
$quizthis quiz.

Reimplemented from quiz_default_report.

Definition at line 50 of file report.php.

Here is the call graph for this function:


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations