mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +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
|
@ -42,6 +42,16 @@ define('QUIZ_MAX_DECIMAL_OPTION', 5);
|
|||
define('QUIZ_MAX_Q_DECIMAL_OPTION', 7);
|
||||
/**#@-*/
|
||||
|
||||
/**#@+
|
||||
* 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');
|
||||
/**#@-*/
|
||||
|
||||
/**
|
||||
* If start and end date for the quiz are more than this many seconds apart
|
||||
* they will be represented by two separate events in the calendar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue