itemengine-cypress-automation 1.0.584-IEI-7041-1da58ac.0 → 1.0.584
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +77 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +78 -1
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +78 -1
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +104 -9
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialDifferentWeightsBasic.js +4 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +95 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +95 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +84 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialEqualWeightsBasic.js +4 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +73 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +84 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/allOrNothingForAllViews.smoke.js +187 -2
- package/cypress/e2e/ILC/ListOrderingNew/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +79 -1
- package/cypress/e2e/ILC/ListOrderingNew/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +79 -0
- package/cypress/e2e/ILC/ListOrderingNew/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +79 -0
- package/cypress/e2e/ILC/ListOrderingNew/Scoring/manuallyAndNonScored.js +4 -0
- package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +103 -0
- package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialDifferentWeightsBasic.js +4 -0
- package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +103 -0
- package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +103 -0
- package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +91 -0
- package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialEqualWeightsBasic.js +4 -0
- package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +79 -0
- package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +91 -0
- package/cypress/e2e/ILC/ListOrderingNew/allOrNothingForAllViews.smoke.js +209 -5
- package/cypress/e2e/ILC/ListOrderingNew/horizontalOrientationAllOrNothingForAllViews.smoke.js +195 -1
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/HorizontalOrientation/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +103 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +85 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +82 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +85 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +109 -6
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/partialDifferentWeightsBasic.js +4 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +103 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +103 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +91 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/partialEqualWeightsBasic.js +4 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +79 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +91 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/allOrNothingForAllViews.smoke.js +207 -3
- package/cypress/e2e/ILC/Matching/Scoring/allOrNothingGroupedScoring.js +9 -1
- package/cypress/e2e/ILC/Matching/Scoring/allOrNothingWithAlternativePointsGreaterThanCorrectPoints.js +102 -2
- package/cypress/e2e/ILC/Matching/Scoring/allOrNothingWithCorrectPointsEqualToAlternativePoints.js +102 -2
- package/cypress/e2e/ILC/Matching/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +107 -2
- package/cypress/e2e/ILC/Matching/Scoring/blankResponseScoring.js +36 -2
- package/cypress/e2e/ILC/Matching/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +5 -0
- package/cypress/e2e/ILC/Matching/Scoring/manuallyAndNonScored.js +1 -0
- package/cypress/e2e/ILC/Matching/Scoring/partialDifferentWeightsScoringBasic.js +10 -1
- package/cypress/e2e/ILC/Matching/Scoring/partialDifferentWeightsWithAlternativePointsGreaterThanCorrectPoints.js +128 -2
- package/cypress/e2e/ILC/Matching/Scoring/partialDifferentWeightsWithCorrectPointsEqualToAlternativePoints.js +115 -2
- package/cypress/e2e/ILC/Matching/Scoring/partialDifferentWeightsWithCorrectPointsGreaterThanAlternativePoints.js +128 -2
- package/cypress/e2e/ILC/Matching/Scoring/partialEqualWeightsBasic.js +9 -1
- package/cypress/e2e/ILC/Matching/Scoring/partialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +115 -2
- package/cypress/e2e/ILC/Matching/Scoring/partialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +102 -2
- package/cypress/e2e/ILC/Matching/Scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternativePoints.js +115 -2
- package/cypress/e2e/ILC/Matching/allOrNothingScoringForAllViews.smoke.js +226 -2
- package/cypress/e2e/ILC/Matching/maximumCapacityPerDropzoneSection.js +9 -1
- package/cypress/e2e/ILC/MatchingDropdown/Scoring/allOrNothingWithAlternativePointsGreaterThanCorrectPoints.js +102 -2
- package/cypress/e2e/ILC/MatchingDropdown/Scoring/allOrNothingWithCorrectPointsEqualToAlternativePoints.js +102 -2
- package/cypress/e2e/ILC/MatchingDropdown/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +102 -2
- package/cypress/e2e/ILC/MatchingDropdown/Scoring/blankResponseScoring.js +32 -5
- package/cypress/e2e/ILC/MatchingDropdown/Scoring/manuallyAndNonScored.js +3 -0
- package/cypress/e2e/ILC/MatchingDropdown/Scoring/partialDifferentWeightsScoringBasic.js +10 -1
- package/cypress/e2e/ILC/MatchingDropdown/Scoring/partialDifferentWeightsWithAlternativePointsGreaterThanCorrectPoints.js +128 -2
- package/cypress/e2e/ILC/MatchingDropdown/Scoring/partialDifferentWeightsWithCorrectPointsEqualToAlternatePoints.js +115 -2
- package/cypress/e2e/ILC/MatchingDropdown/Scoring/partialDifferentWeightsWithCorrectPointsGreaterThanAlternatePoints.js +128 -2
- package/cypress/e2e/ILC/MatchingDropdown/Scoring/partialEqualWeightsBasic.js +9 -1
- package/cypress/e2e/ILC/MatchingDropdown/Scoring/partialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +115 -2
- package/cypress/e2e/ILC/MatchingDropdown/Scoring/partialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +102 -2
- package/cypress/e2e/ILC/MatchingDropdown/Scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternativePoints.js +115 -2
- package/cypress/e2e/ILC/MatchingDropdown/allOrNothingScoringForAllViews.smoke.js +216 -2
- package/cypress/pages/components/correctIncorrectAnswerLabelComponent.js +18 -1
- package/cypress/pages/listOrderingPage.js +60 -1
- package/cypress/pages/matchingPage.js +23 -1
- package/package.json +1 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { listOrderingPage } from "../../../../pages/listOrderingPage";
|
|
2
2
|
import abortEarlySetup from "../../../../support/helpers/abortEarly";
|
|
3
3
|
|
|
4
|
+
const alternativeAnswerCheck = Cypress.env('ENABLE_ALTERNATIVE_ANSWER_ENHANCEMENT');
|
|
4
5
|
let options = ['sprout', 'plant', 'flower', 'seed'];
|
|
5
6
|
|
|
6
7
|
describe('Create Item page - List ordering: Partial different weights scoring with alternative answer - When alternative answer points are more than correct answer points', () => {
|
|
@@ -35,6 +36,17 @@ describe('Create Item page - List ordering: Partial different weights scoring wi
|
|
|
35
36
|
listOrderingPage.steps.verifyCorrectIncorrectOptionIconDropdownLayoutNotExists(3);
|
|
36
37
|
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists()
|
|
37
38
|
listOrderingPage.steps.verifyOptionsPositionInCorrectAnswerSection(options, ['3', '4', '2', '1']);
|
|
39
|
+
if (alternativeAnswerCheck === 'true') {
|
|
40
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Correct answer', '(Points per response in order of appearance - 10 pts, 6 pts, 9 pts, 4 pts)', 0);
|
|
41
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleExists();
|
|
42
|
+
listOrderingPage.steps.disableShowAlternativeAnswersToggle();
|
|
43
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleUnchecked();
|
|
44
|
+
listOrderingPage.steps.verifyAlternativeAnswersSectionNotExist();
|
|
45
|
+
listOrderingPage.steps.clickShowAlternativeAnswersToggle();
|
|
46
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleChecked();
|
|
47
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Alternative answer', '(Points per response in order of appearance - 5 pts, 4 pts, 8 pts, 7 pts)', 1);
|
|
48
|
+
listOrderingPage.steps.verifyOptionsPositionInAlternativeAnswerSection(1, options, ['2', '3', '4', '1']);
|
|
49
|
+
}
|
|
38
50
|
});
|
|
39
51
|
|
|
40
52
|
it('When the user attempts the question with responses from the correct accordion, then the user should be awarded with points specified for correct accordion (less than full points) and on switching to \'Grading\' view, correct icons should be displayed beside all the correct responses, correct/incorrect status message and correct answer section should not be displayed', () => {
|
|
@@ -47,7 +59,10 @@ describe('Create Item page - List ordering: Partial different weights scoring wi
|
|
|
47
59
|
listOrderingPage.steps.verifyCorrectOptionIconDropdownLayout(2);
|
|
48
60
|
listOrderingPage.steps.verifyCorrectOptionIconDropdownLayout(3);
|
|
49
61
|
listOrderingPage.steps.verifyCorrectAnswerSectionNotExists();
|
|
50
|
-
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists()
|
|
62
|
+
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
63
|
+
if (alternativeAnswerCheck === 'true') {
|
|
64
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleNotExists();
|
|
65
|
+
}
|
|
51
66
|
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
52
67
|
/*cy.log('When the user has attempted the question with responses from the correct accordion and clicks on \'Check answer\' button, then correct icon should be displayed besides the correct answer responses, correct/incorrect status message and correct answer section should not be displayed')
|
|
53
68
|
listOrderingPage.steps.checkAnswer();
|
|
@@ -69,7 +84,10 @@ describe('Create Item page - List ordering: Partial different weights scoring wi
|
|
|
69
84
|
listOrderingPage.steps.verifyCorrectOptionIconDropdownLayout(2);
|
|
70
85
|
listOrderingPage.steps.verifyCorrectOptionIconDropdownLayout(3);
|
|
71
86
|
listOrderingPage.steps.verifyCorrectAnswerSectionNotExists();
|
|
72
|
-
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists()
|
|
87
|
+
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
88
|
+
if (alternativeAnswerCheck === 'true') {
|
|
89
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleNotExists();
|
|
90
|
+
}
|
|
73
91
|
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
74
92
|
/*cy.log('When the user has attempted the question with responses from the alternative accordion and clicks on \'Check answer\' button, then correct icon should be displayed besides the correct answer responses, correct/incorrect status message and correct answer section should not be displayed')
|
|
75
93
|
listOrderingPage.steps.checkAnswer();
|
|
@@ -91,7 +109,18 @@ describe('Create Item page - List ordering: Partial different weights scoring wi
|
|
|
91
109
|
listOrderingPage.steps.verifyIncorrectOptionIconDropdownLayout(2);
|
|
92
110
|
listOrderingPage.steps.verifyIncorrectOptionIconDropdownLayout(3);
|
|
93
111
|
listOrderingPage.steps.verifyOptionsPositionInCorrectAnswerSection(options, ['3', '4', '2', '1']);
|
|
94
|
-
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists()
|
|
112
|
+
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
113
|
+
if (alternativeAnswerCheck === 'true') {
|
|
114
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Correct answer', '(Points per response in order of appearance - 10 pts, 6 pts, 9 pts, 4 pts)', 0);
|
|
115
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleExists();
|
|
116
|
+
listOrderingPage.steps.disableShowAlternativeAnswersToggle();
|
|
117
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleUnchecked();
|
|
118
|
+
listOrderingPage.steps.verifyAlternativeAnswersSectionNotExist();
|
|
119
|
+
listOrderingPage.steps.clickShowAlternativeAnswersToggle();
|
|
120
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleChecked();
|
|
121
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Alternative answer', '(Points per response in order of appearance - 5 pts, 4 pts, 8 pts, 7 pts)', 1);
|
|
122
|
+
listOrderingPage.steps.verifyOptionsPositionInAlternativeAnswerSection(1, options, ['2', '3', '4', '1']);
|
|
123
|
+
}
|
|
95
124
|
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
96
125
|
/*cy.log('When the user has attempted the question with partially correct options exclusively from the correct accordion and clicks on \'Check answer\' button, then correct icon should be displayed besides the correct answer responses, a status message should not be displayed and correct answer section should not be displayed')
|
|
97
126
|
listOrderingPage.steps.checkAnswer();
|
|
@@ -113,7 +142,18 @@ describe('Create Item page - List ordering: Partial different weights scoring wi
|
|
|
113
142
|
listOrderingPage.steps.verifyCorrectOptionIconDropdownLayout(2);
|
|
114
143
|
listOrderingPage.steps.verifyIncorrectOptionIconDropdownLayout(3);
|
|
115
144
|
listOrderingPage.steps.verifyOptionsPositionInCorrectAnswerSection(options, ['3', '4', '2', '1']);
|
|
116
|
-
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists()
|
|
145
|
+
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
146
|
+
if (alternativeAnswerCheck === 'true') {
|
|
147
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Correct answer', '(Points per response in order of appearance - 10 pts, 6 pts, 9 pts, 4 pts)', 0);
|
|
148
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleExists();
|
|
149
|
+
listOrderingPage.steps.disableShowAlternativeAnswersToggle();
|
|
150
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleUnchecked();
|
|
151
|
+
listOrderingPage.steps.verifyAlternativeAnswersSectionNotExist();
|
|
152
|
+
listOrderingPage.steps.clickShowAlternativeAnswersToggle();
|
|
153
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleChecked();
|
|
154
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Alternative answer', '(Points per response in order of appearance - 5 pts, 4 pts, 8 pts, 7 pts)', 1);
|
|
155
|
+
listOrderingPage.steps.verifyOptionsPositionInAlternativeAnswerSection(1, options, ['2', '3', '4', '1']);
|
|
156
|
+
}
|
|
117
157
|
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
118
158
|
/*cy.log('When the user has attempted the question with partially correct options exclusively from the alternative accordion and clicks on \'Check answer\' button, then correct icon should be displayed besides the correct answer responses, no icon should be displayed beside unattempted response a status message should not be displayed and correct answer section should not be displayed')
|
|
119
159
|
listOrderingPage.steps.checkAnswer();
|
|
@@ -135,7 +175,18 @@ describe('Create Item page - List ordering: Partial different weights scoring wi
|
|
|
135
175
|
listOrderingPage.steps.verifyIncorrectOptionIconDropdownLayout(2);
|
|
136
176
|
listOrderingPage.steps.verifyCorrectOptionIconDropdownLayout(3);
|
|
137
177
|
listOrderingPage.steps.verifyOptionsPositionInCorrectAnswerSection(options, ['3', '4', '2', '1']);
|
|
138
|
-
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists()
|
|
178
|
+
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
179
|
+
if (alternativeAnswerCheck === 'true') {
|
|
180
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Correct answer', '(Points per response in order of appearance - 10 pts, 6 pts, 9 pts, 4 pts)', 0);
|
|
181
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleExists();
|
|
182
|
+
listOrderingPage.steps.disableShowAlternativeAnswersToggle();
|
|
183
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleUnchecked();
|
|
184
|
+
listOrderingPage.steps.verifyAlternativeAnswersSectionNotExist();
|
|
185
|
+
listOrderingPage.steps.clickShowAlternativeAnswersToggle();
|
|
186
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleChecked();
|
|
187
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Alternative answer', '(Points per response in order of appearance - 5 pts, 4 pts, 8 pts, 7 pts)', 1);
|
|
188
|
+
listOrderingPage.steps.verifyOptionsPositionInAlternativeAnswerSection(1, options, ['2', '3', '4', '1']);
|
|
189
|
+
}
|
|
139
190
|
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
140
191
|
/*cy.log('When the user has attempted the question with equal number of correct responses from correct and alternative accordion and clicks on \'Check answer\' button, then correct icon should be displayed besides the correct answer responses, incorrect icon should be displayed beside incorrect responses correct/incorrect status message and correct answer section should not be displayed')
|
|
141
192
|
listOrderingPage.steps.checkAnswer();
|
|
@@ -157,7 +208,18 @@ describe('Create Item page - List ordering: Partial different weights scoring wi
|
|
|
157
208
|
listOrderingPage.steps.verifyCorrectOptionIconDropdownLayout(2);
|
|
158
209
|
listOrderingPage.steps.verifyCorrectOptionIconDropdownLayout(3);
|
|
159
210
|
listOrderingPage.steps.verifyOptionsPositionInCorrectAnswerSection(options, ['3', '4', '2', '1']);
|
|
160
|
-
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists()
|
|
211
|
+
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
212
|
+
if (alternativeAnswerCheck === 'true') {
|
|
213
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Correct answer', '(Points per response in order of appearance - 10 pts, 6 pts, 9 pts, 4 pts)', 0);
|
|
214
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleExists();
|
|
215
|
+
listOrderingPage.steps.disableShowAlternativeAnswersToggle();
|
|
216
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleUnchecked();
|
|
217
|
+
listOrderingPage.steps.verifyAlternativeAnswersSectionNotExist();
|
|
218
|
+
listOrderingPage.steps.clickShowAlternativeAnswersToggle();
|
|
219
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleChecked();
|
|
220
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Alternative answer', '(Points per response in order of appearance - 5 pts, 4 pts, 8 pts, 7 pts)', 1);
|
|
221
|
+
listOrderingPage.steps.verifyOptionsPositionInAlternativeAnswerSection(1, options, ['2', '3', '4', '1']);
|
|
222
|
+
}
|
|
161
223
|
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
162
224
|
/*cy.log('When the user has attempted the question with equal number of correct responses from correct and alternative accordion and clicks on \'Check answer\' button, then correct icon should be displayed besides the correct answer responses, incorrect icon should be displayed beside incorrect responses correct/incorrect status message and correct answer section should not be displayed')
|
|
163
225
|
listOrderingPage.steps.checkAnswer();
|
|
@@ -179,7 +241,18 @@ describe('Create Item page - List ordering: Partial different weights scoring wi
|
|
|
179
241
|
listOrderingPage.steps.verifyIncorrectOptionIconDropdownLayout(2);
|
|
180
242
|
listOrderingPage.steps.verifyCorrectOptionIconDropdownLayout(3);
|
|
181
243
|
listOrderingPage.steps.verifyOptionsPositionInCorrectAnswerSection(options, ['3', '4', '2', '1']);
|
|
182
|
-
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists()
|
|
244
|
+
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
245
|
+
if (alternativeAnswerCheck === 'true') {
|
|
246
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Correct answer', '(Points per response in order of appearance - 10 pts, 6 pts, 9 pts, 4 pts)', 0);
|
|
247
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleExists();
|
|
248
|
+
listOrderingPage.steps.disableShowAlternativeAnswersToggle();
|
|
249
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleUnchecked();
|
|
250
|
+
listOrderingPage.steps.verifyAlternativeAnswersSectionNotExist();
|
|
251
|
+
listOrderingPage.steps.clickShowAlternativeAnswersToggle();
|
|
252
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleChecked();
|
|
253
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Alternative answer', '(Points per response in order of appearance - 5 pts, 4 pts, 8 pts, 7 pts)', 1);
|
|
254
|
+
listOrderingPage.steps.verifyOptionsPositionInAlternativeAnswerSection(1, options, ['2', '3', '4', '1']);
|
|
255
|
+
}
|
|
183
256
|
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
184
257
|
/*cy.log('Race condition: When the user attempts the question with the common option between correct accordion and alternative accordion then on selecting the \'Check answer\' button the correct icon should be displayed beside the common option and red cross-marks should be displayed beside the incorrectly responses, correct/incorrect status message and correct answer section should not be displayed')
|
|
185
258
|
listOrderingPage.steps.checkAnswer();
|
|
@@ -201,7 +274,18 @@ describe('Create Item page - List ordering: Partial different weights scoring wi
|
|
|
201
274
|
listOrderingPage.steps.verifyIncorrectOptionIconDropdownLayout(2);
|
|
202
275
|
listOrderingPage.steps.verifyIncorrectOptionIconDropdownLayout(3);
|
|
203
276
|
listOrderingPage.steps.verifyOptionsPositionInCorrectAnswerSection(options, ['3', '4', '2', '1']);
|
|
204
|
-
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists()
|
|
277
|
+
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
278
|
+
if (alternativeAnswerCheck === 'true') {
|
|
279
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Correct answer', '(Points per response in order of appearance - 10 pts, 6 pts, 9 pts, 4 pts)', 0);
|
|
280
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleExists();
|
|
281
|
+
listOrderingPage.steps.disableShowAlternativeAnswersToggle();
|
|
282
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleUnchecked();
|
|
283
|
+
listOrderingPage.steps.verifyAlternativeAnswersSectionNotExist();
|
|
284
|
+
listOrderingPage.steps.clickShowAlternativeAnswersToggle();
|
|
285
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleChecked();
|
|
286
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Alternative answer', '(Points per response in order of appearance - 5 pts, 4 pts, 8 pts, 7 pts)', 1);
|
|
287
|
+
listOrderingPage.steps.verifyOptionsPositionInAlternativeAnswerSection(1, options, ['2', '3', '4', '1']);
|
|
288
|
+
}
|
|
205
289
|
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
206
290
|
/*cy.log('When user attempts the question incorrectly and clicks on the \'Check Answer\' button, then incorrect icons should be displayed beside all the options, incorrect icon should be displayed beside incorrect responses correct/incorrect status message and correct answer section should not be displayed')
|
|
207
291
|
listOrderingPage.steps.checkAnswer();
|
|
@@ -235,7 +319,18 @@ describe('Create Item page - List ordering: Partial different weights scoring wi
|
|
|
235
319
|
listOrderingPage.steps.verifyIncorrectOptionIconDropdownLayout(3);
|
|
236
320
|
listOrderingPage.steps.verifyIncorrectOptionIconDropdownLayout(4);
|
|
237
321
|
listOrderingPage.steps.verifyOptionsPositionInCorrectAnswerSection(['sprout', 'plant', 'flower', 'seed', 'fruit'], ['1', '2', '3', '5', '4']);
|
|
238
|
-
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists()
|
|
322
|
+
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
323
|
+
if (alternativeAnswerCheck === 'true') {
|
|
324
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Correct answer', '(Points per response in order of appearance - 24.5 pts, 1.5 pts, 4.5 pts, 1.5 pts, 3.5 pts)', 0);
|
|
325
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleExists();
|
|
326
|
+
listOrderingPage.steps.disableShowAlternativeAnswersToggle();
|
|
327
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleUnchecked();
|
|
328
|
+
listOrderingPage.steps.verifyAlternativeAnswersSectionNotExist();
|
|
329
|
+
listOrderingPage.steps.clickShowAlternativeAnswersToggle();
|
|
330
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleChecked();
|
|
331
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Alternative answer', '(Points per response in order of appearance - 14.5 pts, 2.5 pts, 1.5 pts, 2.5 pts, 3.5 pts)', 1);
|
|
332
|
+
listOrderingPage.steps.verifyOptionsPositionInAlternativeAnswerSection(1, options, ['2', '3', '4', '1']);
|
|
333
|
+
}
|
|
239
334
|
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
240
335
|
/*cy.log('Overachiever case: When the user has attempted the question with more number of correct options from the alternative accordion than the correct accordion, correct icons should be displayed for the correct accordion response, incorrect icon should be displayed for the alternative accordion options, correct/incorrect status message and correct answer section should not be displayed')
|
|
241
336
|
listOrderingPage.steps.checkAnswer();
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { listOrderingPage } from "../../../../pages/listOrderingPage";
|
|
2
2
|
import abortEarlySetup from "../../../../support/helpers/abortEarly";
|
|
3
|
+
const alternativeAnswerCheck = Cypress.env('ENABLE_ALTERNATIVE_ANSWER_ENHANCEMENT');
|
|
3
4
|
let options = ['sprout', 'plant', 'flower', 'seed'];
|
|
4
5
|
|
|
5
6
|
describe('Create Item page - List ordering: Preview tab scoring', () => {
|
|
@@ -87,6 +88,9 @@ describe('Create Item page - List ordering: Preview tab scoring', () => {
|
|
|
87
88
|
listOrderingPage.steps.verifyCorrectOptionIconDropdownLayout(2);
|
|
88
89
|
listOrderingPage.steps.verifyCorrectOptionIconDropdownLayout(3);
|
|
89
90
|
listOrderingPage.steps.verifyCorrectAnswerSectionNotExists();
|
|
91
|
+
if (alternativeAnswerCheck === 'true') {
|
|
92
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleNotExists();
|
|
93
|
+
}
|
|
90
94
|
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
91
95
|
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
92
96
|
/*cy.log('When user attempts the question correctly and clicks on the \'Check Answer\' button, then correct icons should be displayed beside all the correct responses, correct/incorrect status message and correct answer section should not be displayed')
|
|
@@ -2,6 +2,7 @@ import { listOrderingPage } from "../../../../pages/listOrderingPage";
|
|
|
2
2
|
import abortEarlySetup from "../../../../support/helpers/abortEarly";
|
|
3
3
|
|
|
4
4
|
let options = ['sprout', 'plant', 'flower', 'seed'];
|
|
5
|
+
const alternativeAnswerCheck = Cypress.env('ENABLE_ALTERNATIVE_ANSWER_ENHANCEMENT');
|
|
5
6
|
|
|
6
7
|
describe('Create Item page - List ordering: Partial different weights scoring with alternative answer - When alternative answer points are equal to correct answer points', () => {
|
|
7
8
|
before(() => {
|
|
@@ -35,6 +36,17 @@ describe('Create Item page - List ordering: Partial different weights scoring wi
|
|
|
35
36
|
listOrderingPage.steps.verifyCorrectIncorrectOptionIconDropdownLayoutNotExists(3);
|
|
36
37
|
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
37
38
|
listOrderingPage.steps.verifyOptionsPositionInCorrectAnswerSection(options, ['2', '3', '4', '1']);
|
|
39
|
+
if (alternativeAnswerCheck === 'true') {
|
|
40
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Correct answer', '(Points per response in order of appearance - 5 pts, 4 pts, 8 pts, 7 pts)', 0);
|
|
41
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleExists();
|
|
42
|
+
listOrderingPage.steps.disableShowAlternativeAnswersToggle();
|
|
43
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleUnchecked();
|
|
44
|
+
listOrderingPage.steps.verifyAlternativeAnswersSectionNotExist();
|
|
45
|
+
listOrderingPage.steps.clickShowAlternativeAnswersToggle();
|
|
46
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleChecked();
|
|
47
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Alternative answer', '(Points per response in order of appearance - 5 pts, 4 pts, 9 pts, 6 pts)', 1);
|
|
48
|
+
listOrderingPage.steps.verifyOptionsPositionInAlternativeAnswerSection(1, options, ['3', '4', '2', '1']);
|
|
49
|
+
}
|
|
38
50
|
listOrderingPage.steps.verifyCorrectOptionIconsDropdownLayoutCorrectAnswersSection();
|
|
39
51
|
});
|
|
40
52
|
|
|
@@ -49,6 +61,9 @@ describe('Create Item page - List ordering: Partial different weights scoring wi
|
|
|
49
61
|
listOrderingPage.steps.verifyCorrectOptionIconDropdownLayout(3);
|
|
50
62
|
listOrderingPage.steps.verifyCorrectAnswerSectionNotExists();
|
|
51
63
|
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
64
|
+
if (alternativeAnswerCheck === 'true') {
|
|
65
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleNotExists();
|
|
66
|
+
}
|
|
52
67
|
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
53
68
|
/*cy.log('When the user has attempted the question with responses from the correct accordion and clicks on \'Check answer\' button, then correct icon should be displayed besides the correct answer responses, correct/incorrect status message and correct answer section should not be displayed')
|
|
54
69
|
listOrderingPage.steps.checkAnswer();
|
|
@@ -71,6 +86,9 @@ describe('Create Item page - List ordering: Partial different weights scoring wi
|
|
|
71
86
|
listOrderingPage.steps.verifyCorrectOptionIconDropdownLayout(3);
|
|
72
87
|
listOrderingPage.steps.verifyCorrectAnswerSectionNotExists();
|
|
73
88
|
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
89
|
+
if (alternativeAnswerCheck === 'true') {
|
|
90
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleNotExists();
|
|
91
|
+
}
|
|
74
92
|
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
75
93
|
/*cy.log('When the user has attempted the question with responses from the alternative accordion and clicks on \'Check answer\' button, then correct icon should be displayed besides the correct answer responses, correct/incorrect status message and correct answer section should not be displayed')
|
|
76
94
|
listOrderingPage.steps.checkAnswer();
|
|
@@ -93,6 +111,17 @@ describe('Create Item page - List ordering: Partial different weights scoring wi
|
|
|
93
111
|
listOrderingPage.steps.verifyIncorrectOptionIconDropdownLayout(3);
|
|
94
112
|
listOrderingPage.steps.verifyOptionsPositionInCorrectAnswerSection(options, ['2', '3', '4', '1']);
|
|
95
113
|
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
114
|
+
if (alternativeAnswerCheck === 'true') {
|
|
115
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Correct answer', '(Points per response in order of appearance - 5 pts, 4 pts, 8 pts, 7 pts)', 0);
|
|
116
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleExists();
|
|
117
|
+
listOrderingPage.steps.disableShowAlternativeAnswersToggle();
|
|
118
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleUnchecked();
|
|
119
|
+
listOrderingPage.steps.verifyAlternativeAnswersSectionNotExist();
|
|
120
|
+
listOrderingPage.steps.clickShowAlternativeAnswersToggle();
|
|
121
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleChecked();
|
|
122
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Alternative answer', '(Points per response in order of appearance - 5 pts, 4 pts, 9 pts, 6 pts)', 1);
|
|
123
|
+
listOrderingPage.steps.verifyOptionsPositionInAlternativeAnswerSection(1, options, ['3', '4', '2', '1']);
|
|
124
|
+
}
|
|
96
125
|
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
97
126
|
/*cy.log('When the user has attempted the question with partially correct options exclusively from the correct accordion and clicks on \'Check answer\' button, then correct icon should be displayed besides the correct answer responses, correct/incorrect status message and correct answer section should not be displayed')
|
|
98
127
|
listOrderingPage.steps.checkAnswer()
|
|
@@ -115,6 +144,17 @@ describe('Create Item page - List ordering: Partial different weights scoring wi
|
|
|
115
144
|
listOrderingPage.steps.verifyIncorrectOptionIconDropdownLayout(3);
|
|
116
145
|
listOrderingPage.steps.verifyOptionsPositionInCorrectAnswerSection(options, ['2', '3', '4', '1']);
|
|
117
146
|
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
147
|
+
if (alternativeAnswerCheck === 'true') {
|
|
148
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Correct answer', '(Points per response in order of appearance - 5 pts, 4 pts, 8 pts, 7 pts)', 0);
|
|
149
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleExists();
|
|
150
|
+
listOrderingPage.steps.disableShowAlternativeAnswersToggle();
|
|
151
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleUnchecked();
|
|
152
|
+
listOrderingPage.steps.verifyAlternativeAnswersSectionNotExist();
|
|
153
|
+
listOrderingPage.steps.clickShowAlternativeAnswersToggle();
|
|
154
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleChecked();
|
|
155
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Alternative answer', '(Points per response in order of appearance - 5 pts, 4 pts, 9 pts, 6 pts)', 1);
|
|
156
|
+
listOrderingPage.steps.verifyOptionsPositionInAlternativeAnswerSection(1, options, ['3', '4', '2', '1']);
|
|
157
|
+
}
|
|
118
158
|
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
119
159
|
/*cy.log('When the user has attempted the question with partially correct options exclusively from the alternative accordion and clicks on \'Check answer\' button, then correct icon should be displayed besides the correct answer responses, correct/incorrect status message and correct answer section should not be displayed')
|
|
120
160
|
listOrderingPage.steps.checkAnswer();
|
|
@@ -138,6 +178,17 @@ describe('Create Item page - List ordering: Partial different weights scoring wi
|
|
|
138
178
|
listOrderingPage.steps.verifyCorrectOptionIconDropdownLayout(3);
|
|
139
179
|
listOrderingPage.steps.verifyOptionsPositionInCorrectAnswerSection(options, ['2', '3', '4', '1']);
|
|
140
180
|
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
181
|
+
if (alternativeAnswerCheck === 'true') {
|
|
182
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Correct answer', '(Points per response in order of appearance - 5 pts, 4 pts, 8 pts, 7 pts)', 0);
|
|
183
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleExists();
|
|
184
|
+
listOrderingPage.steps.disableShowAlternativeAnswersToggle();
|
|
185
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleUnchecked();
|
|
186
|
+
listOrderingPage.steps.verifyAlternativeAnswersSectionNotExist();
|
|
187
|
+
listOrderingPage.steps.clickShowAlternativeAnswersToggle();
|
|
188
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleChecked();
|
|
189
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Alternative answer', '(Points per response in order of appearance - 5 pts, 4 pts, 9 pts, 6 pts)', 1);
|
|
190
|
+
listOrderingPage.steps.verifyOptionsPositionInAlternativeAnswerSection(1, options, ['3', '4', '2', '1']);
|
|
191
|
+
}
|
|
141
192
|
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
142
193
|
/*cy.log('When the user has attempted the question with equal number of correct responses from correct and alternative accordion and clicks on \'Check answer\' button, then correct icon should be displayed besides the correct answer responses, incorrect icon should be displayed beside incorrect responses correct/incorrect status message and correct answer section should not be displayed')
|
|
143
194
|
listOrderingPage.steps.checkAnswer();
|
|
@@ -160,6 +211,17 @@ describe('Create Item page - List ordering: Partial different weights scoring wi
|
|
|
160
211
|
listOrderingPage.steps.verifyCorrectOptionIconDropdownLayout(3);
|
|
161
212
|
listOrderingPage.steps.verifyOptionsPositionInCorrectAnswerSection(options, ['2', '3', '4', '1']);
|
|
162
213
|
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
214
|
+
if (alternativeAnswerCheck === 'true') {
|
|
215
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Correct answer', '(Points per response in order of appearance - 5 pts, 4 pts, 8 pts, 7 pts)', 0);
|
|
216
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleExists();
|
|
217
|
+
listOrderingPage.steps.disableShowAlternativeAnswersToggle();
|
|
218
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleUnchecked();
|
|
219
|
+
listOrderingPage.steps.verifyAlternativeAnswersSectionNotExist();
|
|
220
|
+
listOrderingPage.steps.clickShowAlternativeAnswersToggle();
|
|
221
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleChecked();
|
|
222
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Alternative answer', '(Points per response in order of appearance - 5 pts, 4 pts, 9 pts, 6 pts)', 1);
|
|
223
|
+
listOrderingPage.steps.verifyOptionsPositionInAlternativeAnswerSection(1, options, ['3', '4', '2', '1']);
|
|
224
|
+
}
|
|
163
225
|
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
164
226
|
/*cy.log('When the user has attempted the question with equal number of correct responses from correct and alternative accordion and clicks on \'Check answer\' button, then correct icon should be displayed besides the correct answer responses, incorrect icon should be displayed beside incorrect responses correct/incorrect status message and correct answer section should not be displayed')
|
|
165
227
|
listOrderingPage.steps.checkAnswer();
|
|
@@ -182,6 +244,17 @@ describe('Create Item page - List ordering: Partial different weights scoring wi
|
|
|
182
244
|
listOrderingPage.steps.verifyCorrectOptionIconDropdownLayout(3);
|
|
183
245
|
listOrderingPage.steps.verifyOptionsPositionInCorrectAnswerSection(options, ['2', '3', '4', '1']);
|
|
184
246
|
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
247
|
+
if (alternativeAnswerCheck === 'true') {
|
|
248
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Correct answer', '(Points per response in order of appearance - 5 pts, 4 pts, 8 pts, 7 pts)', 0);
|
|
249
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleExists();
|
|
250
|
+
listOrderingPage.steps.disableShowAlternativeAnswersToggle();
|
|
251
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleUnchecked();
|
|
252
|
+
listOrderingPage.steps.verifyAlternativeAnswersSectionNotExist();
|
|
253
|
+
listOrderingPage.steps.clickShowAlternativeAnswersToggle();
|
|
254
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleChecked();
|
|
255
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Alternative answer', '(Points per response in order of appearance - 5 pts, 4 pts, 9 pts, 6 pts)', 1);
|
|
256
|
+
listOrderingPage.steps.verifyOptionsPositionInAlternativeAnswerSection(1, options, ['3', '4', '2', '1']);
|
|
257
|
+
}
|
|
185
258
|
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
186
259
|
/*cy.log('Race condition: When the user attempts the question with the common option between correct accordion and alternative accordion then on selecting the \'Check answer\' button the correct icon should be displayed beside the common option and incorrect should be displayed beside the incorrect responses, correct/incorrect status message and correct answer section should not be displayed')
|
|
187
260
|
listOrderingPage.steps.checkAnswer();
|
|
@@ -204,6 +277,17 @@ describe('Create Item page - List ordering: Partial different weights scoring wi
|
|
|
204
277
|
listOrderingPage.steps.verifyIncorrectOptionIconDropdownLayout(3);
|
|
205
278
|
listOrderingPage.steps.verifyOptionsPositionInCorrectAnswerSection(options, ['2', '3', '4', '1']);
|
|
206
279
|
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
280
|
+
if (alternativeAnswerCheck === 'true') {
|
|
281
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Correct answer', '(Points per response in order of appearance - 5 pts, 4 pts, 8 pts, 7 pts)', 0);
|
|
282
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleExists();
|
|
283
|
+
listOrderingPage.steps.disableShowAlternativeAnswersToggle();
|
|
284
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleUnchecked();
|
|
285
|
+
listOrderingPage.steps.verifyAlternativeAnswersSectionNotExist();
|
|
286
|
+
listOrderingPage.steps.clickShowAlternativeAnswersToggle();
|
|
287
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleChecked();
|
|
288
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Alternative answer', '(Points per response in order of appearance - 5 pts, 4 pts, 9 pts, 6 pts)', 1);
|
|
289
|
+
listOrderingPage.steps.verifyOptionsPositionInAlternativeAnswerSection(1, options, ['3', '4', '2', '1']);
|
|
290
|
+
}
|
|
207
291
|
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
208
292
|
/*cy.log('When user attempts the question incorrectly and clicks on the \'Check Answer\' button, then incorrect icons should be displayed beside all the options, correct/incorrect status message and correct answer section should not be displayed')
|
|
209
293
|
listOrderingPage.steps.checkAnswer();
|
|
@@ -240,6 +324,17 @@ describe('Create Item page - List ordering: Partial different weights scoring wi
|
|
|
240
324
|
listOrderingPage.steps.verifyIncorrectOptionIconDropdownLayout(4);
|
|
241
325
|
listOrderingPage.steps.verifyOptionsPositionInCorrectAnswerSection(['sprout', 'plant', 'flower', 'seed', 'fruit'], ['2', '3', '4', '1', '5']);
|
|
242
326
|
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
327
|
+
if (alternativeAnswerCheck === 'true') {
|
|
328
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Correct answer', '(Points per response in order of appearance - 24.5 pts, 1.5 pts, 4.5 pts, 1.5 pts, 3.5 pts)', 0);
|
|
329
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleExists();
|
|
330
|
+
listOrderingPage.steps.disableShowAlternativeAnswersToggle();
|
|
331
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleUnchecked();
|
|
332
|
+
listOrderingPage.steps.verifyAlternativeAnswersSectionNotExist();
|
|
333
|
+
listOrderingPage.steps.clickShowAlternativeAnswersToggle();
|
|
334
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleChecked();
|
|
335
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Alternative answer', '(Points per response in order of appearance - 22.5 pts, 6.5 pts, 1.5 pts, 1.5 pts, 3.5 pts)', 1);
|
|
336
|
+
listOrderingPage.steps.verifyOptionsPositionInAlternativeAnswerSection(1, options, ['1', '2', '3', '5', '4']);
|
|
337
|
+
}
|
|
243
338
|
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
244
339
|
/*cy.log('Overachiever case: When the user has attempted the question with more number of correct options from the correct accordion than the alternative accordion, correct icons should be displayed for the alternative accordion response, incorrect icon should be displayed for the correct accordion options, correct/incorrect status message and correct answer section should not be displayed')
|
|
245
340
|
listOrderingPage.steps.checkAnswer();
|
|
@@ -2,6 +2,7 @@ import { listOrderingPage } from "../../../../pages/listOrderingPage";
|
|
|
2
2
|
import abortEarlySetup from "../../../../support/helpers/abortEarly";
|
|
3
3
|
|
|
4
4
|
let options = ['sprout', 'plant', 'flower', 'seed'];
|
|
5
|
+
const alternativeAnswerCheck = Cypress.env('ENABLE_ALTERNATIVE_ANSWER_ENHANCEMENT');
|
|
5
6
|
|
|
6
7
|
describe('Create Item page - List ordering: Partial different weights scoring with alternative answer - When correct answer points are more than alternative answer points', () => {
|
|
7
8
|
before(() => {
|
|
@@ -35,6 +36,17 @@ describe('Create Item page - List ordering: Partial different weights scoring wi
|
|
|
35
36
|
listOrderingPage.steps.verifyCorrectIncorrectOptionIconDropdownLayoutNotExists(3);
|
|
36
37
|
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
37
38
|
listOrderingPage.steps.verifyOptionsPositionInCorrectAnswerSection(options, ['2', '3', '4', '1']);
|
|
39
|
+
if (alternativeAnswerCheck === 'true') {
|
|
40
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Correct answer', '(Points per response in order of appearance - 5 pts, 4 pts, 8 pts, 7 pts)', 0);
|
|
41
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleExists();
|
|
42
|
+
listOrderingPage.steps.disableShowAlternativeAnswersToggle();
|
|
43
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleUnchecked();
|
|
44
|
+
listOrderingPage.steps.verifyAlternativeAnswersSectionNotExist();
|
|
45
|
+
listOrderingPage.steps.clickShowAlternativeAnswersToggle();
|
|
46
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleChecked();
|
|
47
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Alternative answer', '(Points per response in order of appearance - 2 pts, 9 pts, 3 pts, 6 pts)', 1);
|
|
48
|
+
listOrderingPage.steps.verifyOptionsPositionInAlternativeAnswerSection(1, options, ['3', '4', '2', '1']);
|
|
49
|
+
}
|
|
38
50
|
listOrderingPage.steps.verifyCorrectOptionIconsDropdownLayoutCorrectAnswersSection();
|
|
39
51
|
});
|
|
40
52
|
|
|
@@ -49,6 +61,9 @@ describe('Create Item page - List ordering: Partial different weights scoring wi
|
|
|
49
61
|
listOrderingPage.steps.verifyCorrectOptionIconDropdownLayout(3);
|
|
50
62
|
listOrderingPage.steps.verifyCorrectAnswerSectionNotExists();
|
|
51
63
|
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
64
|
+
if (alternativeAnswerCheck === 'true') {
|
|
65
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleNotExists();
|
|
66
|
+
}
|
|
52
67
|
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
53
68
|
/*cy.log('When the user has attempted the question with responses from the correct accordion and clicks on \'Check answer\' button, then correct icon should be displayed besides the correct answer responses, correct/incorrect status message and correct answer section should not be displayed')
|
|
54
69
|
listOrderingPage.steps.checkAnswer()
|
|
@@ -71,6 +86,9 @@ describe('Create Item page - List ordering: Partial different weights scoring wi
|
|
|
71
86
|
listOrderingPage.steps.verifyCorrectOptionIconDropdownLayout(3);
|
|
72
87
|
listOrderingPage.steps.verifyCorrectAnswerSectionNotExists();
|
|
73
88
|
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
89
|
+
if (alternativeAnswerCheck === 'true') {
|
|
90
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleNotExists();
|
|
91
|
+
}
|
|
74
92
|
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
75
93
|
/*cy.log('When the user has attempted the question with responses from the alternative accordion and clicks on \'Check answer\' button, then correct icon should be displayed besides the correct answer responses, correct/incorrect status message and correct answer section should not be displayed')
|
|
76
94
|
listOrderingPage.steps.checkAnswer();
|
|
@@ -93,6 +111,17 @@ describe('Create Item page - List ordering: Partial different weights scoring wi
|
|
|
93
111
|
listOrderingPage.steps.verifyIncorrectOptionIconDropdownLayout(3);
|
|
94
112
|
listOrderingPage.steps.verifyOptionsPositionInCorrectAnswerSection(options, ['2', '3', '4', '1']);
|
|
95
113
|
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
114
|
+
if (alternativeAnswerCheck === 'true') {
|
|
115
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Correct answer', '(Points per response in order of appearance - 5 pts, 4 pts, 8 pts, 7 pts)', 0);
|
|
116
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleExists();
|
|
117
|
+
listOrderingPage.steps.disableShowAlternativeAnswersToggle();
|
|
118
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleUnchecked();
|
|
119
|
+
listOrderingPage.steps.verifyAlternativeAnswersSectionNotExist();
|
|
120
|
+
listOrderingPage.steps.clickShowAlternativeAnswersToggle();
|
|
121
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleChecked();
|
|
122
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Alternative answer', '(Points per response in order of appearance - 2 pts, 9 pts, 3 pts, 6 pts)', 1);
|
|
123
|
+
listOrderingPage.steps.verifyOptionsPositionInAlternativeAnswerSection(1, options, ['3', '4', '2', '1']);
|
|
124
|
+
}
|
|
96
125
|
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
97
126
|
/*cy.log('When the user has attempted the question with partially correct options exclusively from the correct accordion and clicks on \'Check answer\' button, then correct icon should be displayed besides the correct answer responses, correct/incorrect status message and correct answer section should not be displayed')
|
|
98
127
|
listOrderingPage.steps.checkAnswer();
|
|
@@ -115,6 +144,17 @@ describe('Create Item page - List ordering: Partial different weights scoring wi
|
|
|
115
144
|
listOrderingPage.steps.verifyIncorrectOptionIconDropdownLayout(3);
|
|
116
145
|
listOrderingPage.steps.verifyOptionsPositionInCorrectAnswerSection(options, ['2', '3', '4', '1']);
|
|
117
146
|
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
147
|
+
if (alternativeAnswerCheck === 'true') {
|
|
148
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Correct answer', '(Points per response in order of appearance - 5 pts, 4 pts, 8 pts, 7 pts)', 0);
|
|
149
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleExists();
|
|
150
|
+
listOrderingPage.steps.disableShowAlternativeAnswersToggle();
|
|
151
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleUnchecked();
|
|
152
|
+
listOrderingPage.steps.verifyAlternativeAnswersSectionNotExist();
|
|
153
|
+
listOrderingPage.steps.clickShowAlternativeAnswersToggle();
|
|
154
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleChecked();
|
|
155
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Alternative answer', '(Points per response in order of appearance - 2 pts, 9 pts, 3 pts, 6 pts)', 1);
|
|
156
|
+
listOrderingPage.steps.verifyOptionsPositionInAlternativeAnswerSection(1, options, ['3', '4', '2', '1']);
|
|
157
|
+
}
|
|
118
158
|
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
119
159
|
/*cy.log('When the user has attempted the question with partially correct options exclusively from the alternative accordion and clicks on \'Check answer\' button, then correct icon should be displayed besides the correct answer responses, correct/incorrect status message and correct answer section should not be displayed')
|
|
120
160
|
listOrderingPage.steps.checkAnswer();
|
|
@@ -137,6 +177,17 @@ describe('Create Item page - List ordering: Partial different weights scoring wi
|
|
|
137
177
|
listOrderingPage.steps.verifyCorrectOptionIconDropdownLayout(3);
|
|
138
178
|
listOrderingPage.steps.verifyOptionsPositionInCorrectAnswerSection(options, ['2', '3', '4', '1']);
|
|
139
179
|
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
180
|
+
if (alternativeAnswerCheck === 'true') {
|
|
181
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Correct answer', '(Points per response in order of appearance - 5 pts, 4 pts, 8 pts, 7 pts)', 0);
|
|
182
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleExists();
|
|
183
|
+
listOrderingPage.steps.disableShowAlternativeAnswersToggle();
|
|
184
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleUnchecked();
|
|
185
|
+
listOrderingPage.steps.verifyAlternativeAnswersSectionNotExist();
|
|
186
|
+
listOrderingPage.steps.clickShowAlternativeAnswersToggle();
|
|
187
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleChecked();
|
|
188
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Alternative answer', '(Points per response in order of appearance - 2 pts, 9 pts, 3 pts, 6 pts)', 1);
|
|
189
|
+
listOrderingPage.steps.verifyOptionsPositionInAlternativeAnswerSection(1, options, ['3', '4', '2', '1']);
|
|
190
|
+
}
|
|
140
191
|
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
141
192
|
/*cy.log('When the user has attempted the question with equal number of correct responses from correct and alternative accordion and clicks on \'Check answer\' button, then correct icon should be displayed besides the correct answer responses, incorrect icon should be displayed beside incorrect responses correct/incorrect status message and correct answer section should not be displayed')
|
|
142
193
|
listOrderingPage.steps.checkAnswer();
|
|
@@ -159,6 +210,17 @@ describe('Create Item page - List ordering: Partial different weights scoring wi
|
|
|
159
210
|
listOrderingPage.steps.verifyCorrectOptionIconDropdownLayout(3);
|
|
160
211
|
listOrderingPage.steps.verifyOptionsPositionInCorrectAnswerSection(options, ['2', '3', '4', '1']);
|
|
161
212
|
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
213
|
+
if (alternativeAnswerCheck === 'true') {
|
|
214
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Correct answer', '(Points per response in order of appearance - 5 pts, 4 pts, 8 pts, 7 pts)', 0);
|
|
215
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleExists();
|
|
216
|
+
listOrderingPage.steps.disableShowAlternativeAnswersToggle();
|
|
217
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleUnchecked();
|
|
218
|
+
listOrderingPage.steps.verifyAlternativeAnswersSectionNotExist();
|
|
219
|
+
listOrderingPage.steps.clickShowAlternativeAnswersToggle();
|
|
220
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleChecked();
|
|
221
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Alternative answer', '(Points per response in order of appearance - 2 pts, 9 pts, 3 pts, 6 pts)', 1);
|
|
222
|
+
listOrderingPage.steps.verifyOptionsPositionInAlternativeAnswerSection(1, options, ['3', '4', '2', '1']);
|
|
223
|
+
}
|
|
162
224
|
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
163
225
|
/*cy.log('When the user has attempted the question with equal number of correct responses from correct and alternative accordion and clicks on \'Check answer\' button, then correct icon should be displayed besides the correct answer responses, incorrect icon should be displayed beside incorrect responses correct/incorrect status message and correct answer section should not be displayed')
|
|
164
226
|
listOrderingPage.steps.checkAnswer();
|
|
@@ -181,6 +243,17 @@ describe('Create Item page - List ordering: Partial different weights scoring wi
|
|
|
181
243
|
listOrderingPage.steps.verifyCorrectOptionIconDropdownLayout(3);
|
|
182
244
|
listOrderingPage.steps.verifyOptionsPositionInCorrectAnswerSection(options, ['2', '3', '4', '1']);
|
|
183
245
|
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
246
|
+
if (alternativeAnswerCheck === 'true') {
|
|
247
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Correct answer', '(Points per response in order of appearance - 5 pts, 4 pts, 8 pts, 7 pts)', 0);
|
|
248
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleExists();
|
|
249
|
+
listOrderingPage.steps.disableShowAlternativeAnswersToggle();
|
|
250
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleUnchecked();
|
|
251
|
+
listOrderingPage.steps.verifyAlternativeAnswersSectionNotExist();
|
|
252
|
+
listOrderingPage.steps.clickShowAlternativeAnswersToggle();
|
|
253
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleChecked();
|
|
254
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Alternative answer', '(Points per response in order of appearance - 2 pts, 9 pts, 3 pts, 6 pts)', 1);
|
|
255
|
+
listOrderingPage.steps.verifyOptionsPositionInAlternativeAnswerSection(1, options, ['3', '4', '2', '1']);
|
|
256
|
+
}
|
|
184
257
|
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
185
258
|
/*cy.log('Race condition: When the user attempts the question with the common option between correct accordion and alternative accordion then on selecting the \'Check answer\' button the correct icon should be displayed beside the common option and incorrect should be displayed beside the incorrectly ordered options, correct/incorrect status message and correct answer section should not be displayed')
|
|
186
259
|
listOrderingPage.steps.checkAnswer();
|
|
@@ -203,6 +276,17 @@ describe('Create Item page - List ordering: Partial different weights scoring wi
|
|
|
203
276
|
listOrderingPage.steps.verifyIncorrectOptionIconDropdownLayout(3);
|
|
204
277
|
listOrderingPage.steps.verifyOptionsPositionInCorrectAnswerSection(options, ['2', '3', '4', '1']);
|
|
205
278
|
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
279
|
+
if (alternativeAnswerCheck === 'true') {
|
|
280
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Correct answer', '(Points per response in order of appearance - 5 pts, 4 pts, 8 pts, 7 pts)', 0);
|
|
281
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleExists();
|
|
282
|
+
listOrderingPage.steps.disableShowAlternativeAnswersToggle();
|
|
283
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleUnchecked();
|
|
284
|
+
listOrderingPage.steps.verifyAlternativeAnswersSectionNotExist();
|
|
285
|
+
listOrderingPage.steps.clickShowAlternativeAnswersToggle();
|
|
286
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleChecked();
|
|
287
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Alternative answer', '(Points per response in order of appearance - 2 pts, 9 pts, 3 pts, 6 pts)', 1);
|
|
288
|
+
listOrderingPage.steps.verifyOptionsPositionInAlternativeAnswerSection(1, options, ['3', '4', '2', '1']);
|
|
289
|
+
}
|
|
206
290
|
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
207
291
|
/*cy.log('When user attempts the question incorrectly and clicks on the \'Check Answer\' button, then incorrect icons should be displayed beside all the options, correct/incorrect status message and correct answer section should not be displayed')
|
|
208
292
|
listOrderingPage.steps.checkAnswer();
|
|
@@ -237,6 +321,17 @@ describe('Create Item page - List ordering: Partial different weights scoring wi
|
|
|
237
321
|
listOrderingPage.steps.verifyIncorrectOptionIconDropdownLayout(4);
|
|
238
322
|
listOrderingPage.steps.verifyOptionsPositionInCorrectAnswerSection(['sprout', 'plant', 'flower', 'seed', 'fruit'], ['2', '3', '4', '1', '5']);
|
|
239
323
|
listOrderingPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
324
|
+
if (alternativeAnswerCheck === 'true') {
|
|
325
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Correct answer', '(Points per response in order of appearance - 24.5 pts, 1.5 pts, 4.5 pts, 1.5 pts, 3.5 pts)', 0);
|
|
326
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleExists();
|
|
327
|
+
listOrderingPage.steps.disableShowAlternativeAnswersToggle();
|
|
328
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleUnchecked();
|
|
329
|
+
listOrderingPage.steps.verifyAlternativeAnswersSectionNotExist();
|
|
330
|
+
listOrderingPage.steps.clickShowAlternativeAnswersToggle();
|
|
331
|
+
listOrderingPage.steps.verifyShowAlternativeAnswersToggleChecked();
|
|
332
|
+
listOrderingPage.steps.verifyAnswerLabelAndPoints('Alternative answer', '(Points per response in order of appearance - 14.5 pts, 2.5 pts, 1.5 pts, 2.5 pts, 3.5 pts)', 1);
|
|
333
|
+
listOrderingPage.steps.verifyOptionsPositionInAlternativeAnswerSection(1, options, ['1', '2', '3', '5', '4']);
|
|
334
|
+
}
|
|
240
335
|
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
241
336
|
/*cy.log('Overachiever case: When the user has attempted the question with more number of correct options from the correct accordion than the alternative accordion, correct icons should be displayed for the alternative accordion response, incorrect icon should be displayed for the correct accordion options, correct/incorrect status message and correct answer section should not be displayed')
|
|
242
337
|
listOrderingPage.steps.checkAnswer();
|