mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-73418_311' of https://github.com/ja9837/moodle into MOODLE_311_STABLE
This commit is contained in:
commit
04be2d16f7
2 changed files with 2 additions and 2 deletions
|
@ -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.';
|
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['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['continuepreview'] = 'Continue the last preview';
|
||||||
$string['copyingfrom'] = 'Creating a copy of the question \'{$a}\'';
|
$string['copyingfrom'] = 'Creating a copy of the question \'{$a}\'';
|
||||||
$string['copyingquestion'] = 'Copying a question';
|
$string['copyingquestion'] = 'Copying a question';
|
||||||
|
|
|
@ -118,7 +118,7 @@ Feature: Allow students to redo questions in a practice quiz, without starting a
|
||||||
| slot | actualquestion |
|
| slot | actualquestion |
|
||||||
| 1 | TF1 |
|
| 1 | TF1 |
|
||||||
And I am on the "Quiz 2" "mod_quiz > View" page logged in as "student"
|
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 should see "First question"
|
||||||
And I click on "False" "radio"
|
And I click on "False" "radio"
|
||||||
And I click on "Check" "button"
|
And I click on "Check" "button"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue