Merge branch 'MDL-73418_311' of https://github.com/ja9837/moodle into MOODLE_311_STABLE

This commit is contained in:
Víctor Déniz 2022-01-12 22:25:16 +00:00
commit 04be2d16f7
2 changed files with 2 additions and 2 deletions

View file

@ -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';

View file

@ -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"