From d113c7f00eb1c9dbcd2ee46d33fd071dee44b1ca Mon Sep 17 00:00:00 2001 From: Sara Arjona Date: Wed, 4 Oct 2023 16:40:40 +0200 Subject: [PATCH] MDL-79591 quiz: Fix the string for the completion condition --- mod/quiz/lang/en/quiz.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mod/quiz/lang/en/quiz.php b/mod/quiz/lang/en/quiz.php index f05340ec997..05b7523efdc 100644 --- a/mod/quiz/lang/en/quiz.php +++ b/mod/quiz/lang/en/quiz.php @@ -189,7 +189,7 @@ $string['completionminattempts'] = 'Minimum attempts'; $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.'; @@ -1089,4 +1089,3 @@ $string['basicideasofquiz'] = 'The basic ideas of quiz-making'; // Deprecated since Moodle 4.3. $string['completionminattemptsgroup'] = 'Require attempts'; -