Línea 12... |
Línea 12... |
12 |
| fullname | shortname | category |
|
12 |
| fullname | shortname | category |
|
13 |
| Course 1 | C1 | 0 |
|
13 |
| Course 1 | C1 | 0 |
|
14 |
And the following "course enrolments" exist:
|
14 |
And the following "course enrolments" exist:
|
15 |
| user | course | role |
|
15 |
| user | course | role |
|
16 |
| teacher | C1 | editingteacher |
|
16 |
| teacher | C1 | editingteacher |
|
- |
|
17 |
And the following "activities" exist:
|
- |
|
18 |
| activity | name | course | idnumber |
|
- |
|
19 |
| quiz | Quiz 1 | C1 | quiz1 |
|
17 |
And the following "question categories" exist:
|
20 |
And the following "question categories" exist:
|
18 |
| contextlevel | reference | name |
|
21 |
| contextlevel | reference | name |
|
19 |
| Course | C1 | Test questions |
|
22 |
| Activity module | quiz1 | Test questions |
|
20 |
And the following "questions" exist:
|
23 |
And the following "questions" exist:
|
21 |
| questioncategory | qtype | name | questiontext |
|
24 |
| questioncategory | qtype | name | questiontext |
|
22 |
| Test questions | description | Info | Some information |
|
25 |
| Test questions | description | Info | Some information |
|
23 |
| Test questions | truefalse | Question A | This is question 01 |
|
26 |
| Test questions | truefalse | Question A | This is question 01 |
|
24 |
| Test questions | truefalse | Question B | This is question 02 |
|
27 |
| Test questions | truefalse | Question B | This is question 02 |
|
25 |
| Test questions | truefalse | Question C | This is question 03 |
|
28 |
| Test questions | truefalse | Question C | This is question 03 |
|
26 |
And the following "activities" exist:
|
- |
|
27 |
| activity | name | course |
|
- |
|
28 |
| quiz | Quiz 1 | C1 |
|
- |
|
Línea 29... |
Línea 29... |
29 |
|
29 |
|
30 |
@javascript
|
30 |
@javascript
|
31 |
Scenario: Navigation to, and display of, grading setup
|
31 |
Scenario: Navigation to, and display of, grading setup
|
32 |
Given the following "mod_quiz > grade items" exist:
|
32 |
Given the following "mod_quiz > grade items" exist:
|