 | Up one level
| |
 | accessrule/
| |
 | amd/
| |
 | backup/
| |
 | classes/
| |
 | db/
| |
 | lang/
| |
 | pix/
| |
 | report/
| |
 | tests/
| |
 | yui/
| |
 | accessmanager.php [source] [562 lines] | Classes to enforce the various access rules that can apply to a quiz. |
 | accessmanager_form.php [source] [71 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] [133 lines] | This script displays a particular page of a quiz attempt that is in progress. |
 | attemptlib.php [source] [2554 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] [136 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] [216 lines] | Page to edit quizzes |
 | edit_rest.php [source] [180 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] [1910 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] [2291 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] [653 lines] | Defines the quiz module ettings form. |
 | module.js [source] [291 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] [97 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] [1360 lines] | Defines the renderer for the quiz module. |
 | repaginate.php [source] [50 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] [262 lines] | This page prints a review of a particular quiz attempt |
 | reviewquestion.php [source] [121 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] [258 lines] | Administration settings definitions for the quiz module. |
 | startattempt.php [source] [114 lines] | This script deals with starting a new attempt at a quiz. |
 | styles.css [source] [1121 lines] | |
 | summary.php [source] [96 lines] | This page prints a summary of a quiz attempt before it is submitted. |
 | upgrade.txt [source] [171 lines] | |
 | version.php [source] [30 lines] | Quiz activity version information. |
 | view.php [source] [247 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. |