| Línea 10... |
Línea 10... |
| 10 |
| student | Student | One | student@example.com |
|
10 |
| student | Student | One | student@example.com |
|
| 11 |
| teacher | Teacher | One | teacher@example.com |
|
11 |
| teacher | Teacher | One | teacher@example.com |
|
| 12 |
And the following "courses" exist:
|
12 |
And the following "courses" exist:
|
| 13 |
| fullname | shortname | category |
|
13 |
| fullname | shortname | category |
|
| 14 |
| Course 1 | C1 | 0 |
|
14 |
| Course 1 | C1 | 0 |
|
| - |
|
15 |
And the following "activities" exist:
|
| - |
|
16 |
| activity | name | intro | course | idnumber |
|
| - |
|
17 |
| qbank | Qbank 1 | Question bank 1 | C1 | qbank1 |
|
| 15 |
And the following "course enrolments" exist:
|
18 |
And the following "course enrolments" exist:
|
| 16 |
| user | course | role |
|
19 |
| user | course | role |
|
| 17 |
| student | C1 | student |
|
20 |
| student | C1 | student |
|
| 18 |
| teacher | C1 | editingteacher |
|
21 |
| teacher | C1 | editingteacher |
|
| 19 |
And the following "question categories" exist:
|
22 |
And the following "question categories" exist:
|
| 20 |
| contextlevel | reference | name |
|
23 |
| contextlevel | reference | name |
|
| 21 |
| Course | C1 | Test questions |
|
24 |
| Activity module | qbank1 | Test questions |
|
| Línea 22... |
Línea 25... |
| 22 |
|
25 |
|
| 23 |
@javascript
|
26 |
@javascript
|
| 24 |
Scenario Outline: A question that requires the previous one is initially blocked
|
27 |
Scenario Outline: A question that requires the previous one is initially blocked
|
| 25 |
Given the following "questions" exist:
|
28 |
Given the following "questions" exist:
|