mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Merge branch 'MDL-77464' of https://github.com/timhunt/moodle
This commit is contained in:
commit
7b6a00dec4
4 changed files with 79 additions and 33 deletions
|
@ -55,6 +55,10 @@ Feature: Allow students to redo questions in a practice quiz, without starting a
|
|||
Then I should see "Finished regrading (1/1)"
|
||||
And I should see "Regrade completed"
|
||||
And I press "Continue"
|
||||
# Regrade a second time, to ensure the first regrade did not corrupt any data.
|
||||
And I press "Regrade all"
|
||||
And I should see "Finished regrading (1/1)"
|
||||
And I should see "Regrade completed"
|
||||
|
||||
@javascript
|
||||
Scenario: Start attempt, teacher edits question, redo picks up latest non-draft version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue