 | Up one level
| |
 | accessrule/
| |
 | backup/
| |
 | classes/
| |
 | db/
| |
 | lang/
| |
 | pix/
| |
 | report/
| |
 | tests/
| |
 | yui/
| |
 | accessmanager.php [source] [535 lines] | Classes to enforce the various access rules that can apply to a quiz. |
 | accessmanager_form.php [source] [72 lines] | Defines the form that limits student's access to attempt a quiz. |
 | addrandom.php [source] [128 lines] | Fallback page of /mod/quiz/edit.php add random question dialog, for users who do not use javascript. |
 | addrandomform.php [source] [113 lines] | Defines the Moodle forum used to add random questions to the quiz. |
 | attempt.php [source] [148 lines] | This script displays a particular page of a quiz attempt that is in progress. |
 | attemptlib.php [source] [1862 lines] | Back-end code for handling data about quizzes and the current user's attempt. There are classes for loading all the information about a quiz and attempts, and for displaying the navigation panel. |
 | autosave.ajax.php [source] [63 lines] | Thisscript processes ajax auto-save requests during the quiz. |
 | comment.php [source] [122 lines] | This page allows the teacher to enter a manual grade for a particular question. This page is expected to only be used in a popup window. |
 | cronlib.php [source] [125 lines] | Library code used by quiz cron. |
 | edit.php [source] [208 lines] | Page to edit quizzes |
 | edit_rest.php [source] [142 lines] | Rest endpoint for ajax editing of quiz structure. |
 | grade.php [source] [93 lines] | This page is the entry page into the quiz UI. Displays information about the quiz to students and teachers, and lets students see their previous attempts. |
 | index.php [source] [203 lines] | This script lists all the instances of quiz in a particular course |
 | lib.php [source] [1853 lines] | Library of functions for the quiz module. This contains functions that are called also from outside the quiz module Functions that are only called by the quiz module itself are in {@link locallib.php} |
 | locallib.php [source] [2045 lines] | Library of functions used by the quiz module. This contains functions that are called from within the quiz module only Functions that are also called by core Moodle are in {@link lib.php} This script also loads the code in {@link questionlib.php} which holds the module-indpendent code for handling questions and which in turn initialises all the questiontype classes. |
 | mod_form.php [source] [650 lines] | Defines the quiz module ettings form. |
 | module.js [source] [314 lines] | JavaScript library for the quiz module. |
 | override_form.php [source] [265 lines] | Settings form for overrides in the quiz module. |
 | overridedelete.php [source] [96 lines] | This page handles deleting quiz overrides |
 | overrideedit.php [source] [226 lines] | This page handles editing and creation of quiz overrides |
 | overrides.php [source] [281 lines] | This page handles listing of quiz overrides |
 | processattempt.php [source] [185 lines] | This page deals with processing responses during an attempt at a quiz. |
 | questionbank.ajax.php [source] [49 lines] | Ajax script to update the contents of the question bank dialogue. |
 | renderer.php [source] [1254 lines] | Defines the renderer for the quiz module. |
 | repaginate.php [source] [51 lines] | Rest endpoint for ajax editing for paging operations on the quiz structure. |
 | report.php [source] [112 lines] | This script controls the display of the quiz reports. |
 | review.php [source] [272 lines] | This page prints a review of a particular quiz attempt |
 | reviewquestion.php [source] [106 lines] | This page prints a review of a particular question attempt. This page is expected to only be used in a popup window. |
 | settings.php [source] [259 lines] | Administration settings definitions for the quiz module. |
 | startattempt.php [source] [190 lines] | This script deals with starting a new attempt at a quiz. |
 | styles.css [source] [921 lines] | |
 | summary.php [source] [107 lines] | This page prints a summary of a quiz attempt before it is submitted. |
 | upgrade.txt [source] [118 lines] | |
 | version.php [source] [30 lines] | Quiz activity version information. |
 | view.php [source] [250 lines] | This page is the entry page into the quiz UI. Displays information about the quiz to students and teachers, and lets students see their previous attempts. |