@@ -18,7 +18,7 @@ Feature: Test basic usage of choice activity in app
1818 | student1 | C1 | student |
1919
2020 @app @3.8.0
21- Scenario : Student sends a single choice answer and views the results
21+ Scenario : Answer a choice (multi or single, update answer) & View results
2222 Given the following "activities" exist:
2323 | activity | name | intro | course | idnumber | option | allowmultiple | allowupdate | showresults |
2424 | choice | Test single choice name | Test single choice description | C1 | choice1 | Option 1 , Option 2 , Option 3 | 0 | 0 | 1 |
@@ -44,7 +44,7 @@ Feature: Test basic usage of choice activity in app
4444 And I should see "Option 3: 0"
4545
4646 @app @3.8.0
47- Scenario : Student sends, changes and removes a multi choice answer
47+ Scenario : Answer a choice (multi or single, update answer) & View results & Delete choice
4848 Given the following "activities" exist:
4949 | activity | name | intro | course | idnumber | option | allowmultiple | allowupdate | showresults |
5050 | choice | Test multi choice name | Test multi choice description | C1 | choice2 | Option 1 , Option 2 , Option 3 | 1 | 1 | 1 |
@@ -75,7 +75,7 @@ Feature: Test basic usage of choice activity in app
7575 But I should not see "Remove my choice"
7676
7777 @app @3.8.0
78- Scenario : Student edits answer offline and synchronises
78+ Scenario : Answer and change answer offline & Sync choice
7979 Given the following "activities" exist:
8080 | activity | name | intro | course | idnumber | option | allowmultiple | allowupdate | showresults |
8181 | choice | Test single choice name | Test single choice description | C1 | choice1 | Option 1 , Option 2 , Option 3 | 0 | 0 | 1 |
@@ -108,7 +108,7 @@ Feature: Test basic usage of choice activity in app
108108 But I should not see "This Choice has offline data to be synchronised."
109109
110110 @app @3.8.0
111- Scenario : Student edits answer offline and the app synchronises automatically
111+ Scenario : Answer and change answer offline & Auto-sync choice
112112 Given the following "activities" exist:
113113 | activity | name | intro | course | idnumber | option | allowmultiple | allowupdate | showresults |
114114 | choice | Test single choice name | Test single choice description | C1 | choice1 | Option 1 , Option 2 , Option 3 | 0 | 0 | 1 |
@@ -136,7 +136,7 @@ Feature: Test basic usage of choice activity in app
136136 But I should not see "This Choice has offline data to be synchronised."
137137
138138 @app @3.8.0
139- Scenario : Prefetch activity
139+ Scenario : Prefetch
140140 Given the following "activities" exist:
141141 | activity | name | intro | course | idnumber | option | allowmultiple | allowupdate | showresults |
142142 | choice | Test multi choice name | Test multi choice description | C1 | choice2 | Option 1 , Option 2 , Option 3 | 1 | 1 | 1 |
0 commit comments