Línea 2... |
Línea 2... |
2 |
Feature: In an assignment, teachers can edit feedback for a students previous submission attempt
|
2 |
Feature: In an assignment, teachers can edit feedback for a students previous submission attempt
|
3 |
In order to correct feedback for a previous submission attempt
|
3 |
In order to correct feedback for a previous submission attempt
|
4 |
As a teacher
|
4 |
As a teacher
|
5 |
I need to be able to edit the feedback for a students previous submission attempt.
|
5 |
I need to be able to edit the feedback for a students previous submission attempt.
|
Línea 6... |
Línea -... |
6 |
|
- |
|
7 |
# Atto is necessary to use in this test to circumvent an error in Firefox when using Tiny.
|
- |
|
8 |
# See issue MDL-77740 for more context, although that implementation does not fix it here.
|
6 |
|
9 |
@javascript @editor_atto
|
7 |
@javascript
|
10 |
Scenario: Edit feedback for a students previous attempt.
|
8 |
Scenario: Edit feedback for a students previous attempt.
|
11 |
Given the following "courses" exist:
|
9 |
Given the following "courses" exist:
|
12 |
| fullname | shortname | category | groupmode |
|
10 |
| fullname | shortname | category | groupmode |
|
13 |
| Course 1 | C1 | 0 | 1 |
|
11 |
| Course 1 | C1 | 0 | 1 |
|