diff --git a/mod/quiz/lang/en/quiz.php b/mod/quiz/lang/en/quiz.php index 0b0f2fb006b..d7ffdd5e9a2 100644 --- a/mod/quiz/lang/en/quiz.php +++ b/mod/quiz/lang/en/quiz.php @@ -231,7 +231,7 @@ Make a note of any responses entered on this page in the last few minutes, then Once connection has been re-established, your responses should be saved and this message will disappear.'; $string['containercategorycreated'] = 'This category has been created to store all the original categories moved to site level due to the causes specified below.'; -$string['continueattemptquiz'] = 'Continue the last attempt'; +$string['continueattemptquiz'] = 'Continue your attempt'; $string['continuepreview'] = 'Continue the last preview'; $string['copyingfrom'] = 'Creating a copy of the question \'{$a}\''; $string['copyingquestion'] = 'Copying a question'; diff --git a/mod/quiz/tests/behat/attempt_redo_questions.feature b/mod/quiz/tests/behat/attempt_redo_questions.feature index ffc0697e82e..002ca494cac 100644 --- a/mod/quiz/tests/behat/attempt_redo_questions.feature +++ b/mod/quiz/tests/behat/attempt_redo_questions.feature @@ -118,7 +118,7 @@ Feature: Allow students to redo questions in a practice quiz, without starting a | slot | actualquestion | | 1 | TF1 | And I am on the "Quiz 2" "mod_quiz > View" page logged in as "student" - When I press "Continue the last attempt" + When I press "Continue your attempt" And I should see "First question" And I click on "False" "radio" And I click on "Check" "button"