Línea 12... |
Línea 12... |
12 |
| fullname | shortname | format |
|
12 |
| fullname | shortname | format |
|
13 |
| Course 1 | C1 | weeks |
|
13 |
| Course 1 | C1 | weeks |
|
14 |
And the following "course enrolments" exist:
|
14 |
And the following "course enrolments" exist:
|
15 |
| user | course | role |
|
15 |
| user | course | role |
|
16 |
| teacher1 | C1 | editingteacher |
|
16 |
| teacher1 | C1 | editingteacher |
|
- |
|
17 |
And the following "activities" exist:
|
- |
|
18 |
| activity | name | intro | course | idnumber |
|
- |
|
19 |
| qbank | Qbank 1 | Question bank 1 | C1 | qbank1 |
|
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 | qbank1 | Test questions |
|
20 |
And the following "questions" exist:
|
23 |
And the following "questions" exist:
|
21 |
| questioncategory | qtype | name | user | questiontext |
|
24 |
| questioncategory | qtype | name | user | questiontext |
|
22 |
| Test questions | essay | A question 1 name | admin | Question 1 text |
|
25 |
| Test questions | essay | A question 1 name | admin | Question 1 text |
|
23 |
| Test questions | essay | B question 2 name | teacher1 | Question 2 text |
|
26 |
| Test questions | essay | B question 2 name | teacher1 | Question 2 text |
|
24 |
| Test questions | numerical | C question 3 name | teacher1 | Question 3 text |
|
27 |
| Test questions | numerical | C question 3 name | teacher1 | Question 3 text |
|
25 |
And I am on the "Course 1" "core_question > course question bank" page logged in as "teacher1"
|
28 |
And I am on the "Qbank 1" "core_question > question bank" page logged in as "teacher1"
|
- |
|
29 |
And I apply question bank filter "Category" with value "Test questions"
|
Línea 26... |
Línea 30... |
26 |
|
30 |
|
27 |
@javascript
|
31 |
@javascript
|
28 |
Scenario: The question text can be chosen all in the list of questions
|
32 |
Scenario: The question text can be chosen all in the list of questions
|
29 |
Given the field "Select all" matches value ""
|
33 |
Given the field "Select all" matches value ""
|