MDL-3030 quiz overdue handling: new capability
This commit is contained in:
@@ -173,6 +173,13 @@ $capabilities = array(
|
||||
'captype' => 'read',
|
||||
'contextlevel' => CONTEXT_MODULE,
|
||||
'archetypes' => array()
|
||||
)
|
||||
),
|
||||
|
||||
// Receive a notification message when a quiz attempt becomes overdue.
|
||||
'mod/quiz:emailwarnoverdue' => array(
|
||||
'captype' => 'read',
|
||||
'contextlevel' => CONTEXT_MODULE,
|
||||
'archetypes' => array()
|
||||
),
|
||||
);
|
||||
|
||||
|
||||
@@ -565,6 +565,7 @@ $string['quizcloseson'] = 'This quiz will close at {$a}';
|
||||
$string['quiz:deleteattempts'] = 'Delete quiz attempts';
|
||||
$string['quiz:emailconfirmsubmission'] = 'Get a confirmation message when submitting';
|
||||
$string['quiz:emailnotifysubmission'] = 'Get a notification message when an attempt is submitted';
|
||||
$string['quiz:emailwarnoverdue'] = 'Get a notification message when an attempt becomes overdue and needs to be submitted.';
|
||||
$string['quiz:grade'] = 'Grade quizzes manually';
|
||||
$string['quiz:ignoretimelimits'] = 'Ignores time limit on quizzes';
|
||||
$string['quizisclosed'] = 'This quiz is closed';
|
||||
|
||||
Reference in New Issue
Block a user