mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
MDL-29627 quiz old popup int column => new browsersecurity column.
The new column store more meaningful string constants.
This commit is contained in:
parent
0eafc98852
commit
4344c5d5d9
15 changed files with 170 additions and 46 deletions
|
@ -41,16 +41,6 @@ require_once($CFG->libdir . '/eventslib.php');
|
|||
require_once($CFG->libdir . '/filelib.php');
|
||||
|
||||
|
||||
/**#@+
|
||||
* Options determining how the grades from individual attempts are combined to give
|
||||
* the overall grade for a user
|
||||
*/
|
||||
define('QUIZ_GRADEHIGHEST', '1');
|
||||
define('QUIZ_GRADEAVERAGE', '2');
|
||||
define('QUIZ_ATTEMPTFIRST', '3');
|
||||
define('QUIZ_ATTEMPTLAST', '4');
|
||||
/**#@-*/
|
||||
|
||||
/**
|
||||
* We show the countdown timer if there is less than this amount of time left before the
|
||||
* the quiz close date. (1 hour)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue