-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
4.1.8, 4.2.5, 4.3.2, 4.4
-
MOODLE_401_STABLE, MOODLE_402_STABLE, MOODLE_403_STABLE, MOODLE_404_STABLE
MDL-77581 has implemented data generators for lesson page and answers but it would be great it could implement data generators for attempts as well: the following "mod_lesson > attempts" exist' to replace manual steps like the following:
Given I am on the "Test lesson name" "lesson activity" page logged in as student1
|
And I set the following fields to these values:
|
| Brown | 1 |
|
And I press "Submit"
|
And I set the following fields to these values:
|
| Lavender | 1 |
|
And I press "Submit"
|
And I set the following fields to these values:
|
| Lavender | 1 |
|
And I press "Submit"
|