Skip to content

Commit

Permalink
MDL-79591 quiz: Fix the string for the completion condition
Browse files Browse the repository at this point in the history
  • Loading branch information
sarjona committed Oct 4, 2023
1 parent 1724362 commit d113c7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mod/quiz/lang/en/quiz.php
Expand Up @@ -189,7 +189,7 @@
$string['completionminattemptsdesc'] = 'Minimum number of attempts required: {$a}';
$string['completionminattemptserror'] = 'Minimum number of attempts must be lower or equal to attempts allowed.';
$string['completionpassorattemptsexhausteddesc'] = 'Student must achieve a passing grade, or exhaust all available attempts to complete this activity';
$string['completionattemptsexhausted'] = 'Passing grade and all available attempts completed';
$string['completionattemptsexhausted'] = 'Passing grade or all available attempts completed';
$string['completionattemptsexhausted_help'] = 'Mark quiz complete when the student has exhausted the maximum number of attempts.';
$string['configadaptive'] = 'If you choose Yes for this option then the student will be allowed multiple responses to a question even within the same attempt at the quiz.';
$string['configattemptsallowed'] = 'Restriction on the number of attempts students are allowed at the quiz.';
Expand Down Expand Up @@ -1089,4 +1089,3 @@

// Deprecated since Moodle 4.3.
$string['completionminattemptsgroup'] = 'Require attempts';

0 comments on commit d113c7f

Please sign in to comment.