itemengine-cypress-automation 1.0.225-activeDeadlineSecondsUpdated-34c7d0c.0 → 1.0.226-5thAugustFixes-cc6b557.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (141) hide show
  1. package/cypress/e2e/ILC/AudioResponseNew/studentViewSettings.js +9 -5
  2. package/cypress/e2e/ILC/ChartsBar/HorizontalOrientationBarChart/allOrNothingScoringForAllViews.smoke.js +8 -6
  3. package/cypress/e2e/ILC/ChartsBar/Scoring/addAndDeleteBarAllOrNothingScoring.js +2 -1
  4. package/cypress/e2e/ILC/ChartsBar/Scoring/allOrNothingCorrectPointsEqualToAlternatePoints.js +1 -1
  5. package/cypress/e2e/ILC/ChartsBar/Scoring/allOrNothingCorrectPointsGreaterThanAlternatePoints.js +2 -1
  6. package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsMinimumAndPenaltyScoring.js +2 -1
  7. package/cypress/e2e/ILC/ChartsBar/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +2 -3
  8. package/cypress/e2e/ILC/ChartsBar/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +2 -2
  9. package/cypress/e2e/ILC/ChartsBar/allOrNothingScoringForAllViews.smoke.js +2 -1
  10. package/cypress/e2e/ILC/ChartsBar/editTabScoringSection.js +2 -2
  11. package/cypress/e2e/ILC/ChartsBar/gridSettings.js +3 -3
  12. package/cypress/e2e/ILC/ChartsBar/selectChartTypeSection.js +11 -10
  13. package/cypress/e2e/ILC/ChartsLine/Scoring/addAndDeletePointAllOrNothingScoring.js +307 -0
  14. package/cypress/e2e/ILC/ChartsLine/Scoring/manuallyAndNonScored.js +282 -0
  15. package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +387 -0
  16. package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +280 -0
  17. package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +280 -0
  18. package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsMinimumAndPenaltyScoring.js +340 -0
  19. package/cypress/e2e/ILC/ChartsLine/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +255 -0
  20. package/cypress/e2e/ILC/ChartsLine/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +230 -0
  21. package/cypress/e2e/ILC/ChartsLine/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +354 -0
  22. package/cypress/e2e/ILC/ChartsLine/Scoring/toleranceThresholdScoring.js +143 -0
  23. package/cypress/e2e/ILC/ChartsLine/additionalSettings.js +4 -2
  24. package/cypress/e2e/ILC/ChartsLine/allOrNothingScoringForAllViews.smoke.js +2 -2
  25. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/Scoring/perCorrectOptionAlternativePointsGreaterThanCorrectPoints.js +1 -2
  26. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/Scoring/perDropzoneAlternativePointsGreaterThanCorrectPoints.js +5 -6
  27. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/Scoring/perDropzoneCorrectPointsEqualToAlternativePoints.js +1 -1
  28. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/clickAndDrop.js +1 -1
  29. package/cypress/e2e/ILC/DrawingResponse/drawingResponseCustomizeAdditionalOptions.js +2 -1
  30. package/cypress/e2e/ILC/DrawingResponse/drawingResponseEditTabBasicSection.js +1 -0
  31. package/cypress/e2e/ILC/EssayResponse/createCustomCategory.smoke.js +50 -126
  32. package/cypress/e2e/ILC/EssayResponse/essayResponseCustomizeFormattingOptions3.js +1 -1
  33. package/cypress/e2e/ILC/EssayResponse/essayResponseSpecialCharacters.js +2 -2
  34. package/cypress/e2e/ILC/EssayResponseMath/mathCharacters.js +8 -6
  35. package/cypress/e2e/ILC/FeedbackScaleNew/editTabBasicSection.js +2 -1
  36. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/partialDifferentWeightsBasic.js +6 -7
  37. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/dropzoneSettings.js +1 -0
  38. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/specifyCorrectAnswerSection.js +2 -1
  39. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/additionalSettingsBasic.js +4 -3
  40. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/dropdownSettings.js +6 -4
  41. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/Scoring/partialDifferentWeightsBasic.js +2 -2
  42. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/specifyCorrectAnswerSection.js +2 -1
  43. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/studentViewSettings.js +2 -1
  44. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/editTabBasicSection.js +3 -3
  45. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/headerSection.js +2 -1
  46. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +3 -2
  47. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/Scoring/partialDifferentWeightsMinimumAndPenaltyScoring.js +2 -1
  48. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/Scoring/partialDifferentWeightsWithCorrectPointsEqualToAlternativePoints.js +3 -2
  49. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/Scoring/partialDifferentWeightsWithCorrectPointsGreaterThanAlternativePoints.js +2 -1
  50. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/setLimitSection.js +10 -8
  51. package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +3 -2
  52. package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/partialDifferentWeightsMinimumAndPenaltyScoring.js +3 -2
  53. package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/partialDifferentWeightsWithCorrectPointsEqualToAlternativePoints.js +3 -2
  54. package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/partialDifferentWeightsWithCorrectPointsGreaterThanAlternativePoints.js +3 -2
  55. package/cypress/e2e/ILC/FillInTheGapsTextNew/minimumScoringPenaltyPointsAndRoundingDropdown.js +3 -2
  56. package/cypress/e2e/ILC/FillInTheGapsTextNew/setLimitSection.js +7 -5
  57. package/cypress/e2e/ILC/Graphing/layoutAndGridOptions.js +32 -21
  58. package/cypress/e2e/ILC/ImageHighlight/Scoring/partialDifferentWeigtsCorrectPointsGreaterThanAlternativePoints.js +2 -2
  59. package/cypress/e2e/ILC/ImageHighlight/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +1 -1
  60. package/cypress/e2e/ILC/ImageHighlight/backgroundImageAndCanvasProperties.js +4 -3
  61. package/cypress/e2e/ILC/ImageHighlight/customiseHighlightStyle.js +1 -1
  62. package/cypress/e2e/ILC/ImageHighlight/editTabScoring.js +1 -1
  63. package/cypress/e2e/ILC/ImageHighlight/imageHighlightStyle.js +6 -6
  64. package/cypress/e2e/ILC/ImageHighlight/minimumScoringPenaltyPointsAndRoundingDropdown.js +8 -6
  65. package/cypress/e2e/ILC/ListOrderingDropdown/specifyCorrectAnswerSection.js +5 -3
  66. package/cypress/e2e/ILC/ListOrderingNew/HorizontalOrientation/setPointsPopup.js +2 -1
  67. package/cypress/e2e/ILC/ListOrderingNew/HorizontalOrientation/specifyCorrectAnswerSection.js +2 -1
  68. package/cypress/e2e/ILC/ListOrderingNew/HorizontalOrientation/studentViewSettings.js +2 -1
  69. package/cypress/e2e/ILC/ListOrderingNew/headerSection.js +2 -1
  70. package/cypress/e2e/ILC/ListOrderingNew/specifyCorrectAnswerSection.js +2 -1
  71. package/cypress/e2e/ILC/Matching/maximumCapacityPerDropzoneSection.js +1 -3
  72. package/cypress/e2e/ILC/Matching/toolSettings.js +1 -1
  73. package/cypress/e2e/ILC/MultipleSelectionGridNew/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +2 -1
  74. package/cypress/e2e/ILC/MultipleSelectionGridNew/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +2 -1
  75. package/cypress/e2e/ILC/MultipleSelectionGridNew/Scoring/partialDifferentWeightsMinimumAndPenaltyScoring.js +1 -1
  76. package/cypress/e2e/ILC/MultipleSelectionGridNew/additionalSettings.js +4 -2
  77. package/cypress/e2e/ILC/MultipleSelectionGridNew/editTabBasicSection.js +4 -3
  78. package/cypress/e2e/ILC/NumberLine/Scoring/allOrNothingWithAlternatePointsGreaterThanCorrectPoints.js +2 -2
  79. package/cypress/e2e/ILC/NumberLine/Scoring/allOrNothingWithCorrectPointsEqualToAlternatePoints.js +2 -2
  80. package/cypress/e2e/ILC/NumberLine/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +2 -2
  81. package/cypress/e2e/ILC/NumberLine/Scoring/manualAndNonScoredScoring.js +2 -2
  82. package/cypress/e2e/ILC/NumberLine/Scoring/partialEqualWeightsBasic.js +11 -11
  83. package/cypress/e2e/ILC/NumberLine/Scoring/partialEqualWeightsWithAlternatePointsGreaterThanCorrectPoints.js +5 -5
  84. package/cypress/e2e/ILC/NumberLine/Scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternatePoints.js +7 -7
  85. package/cypress/e2e/ILC/NumberLine/Scoring/partialEqualWeigtsWithCorrectPointsEqualToAlternatePoints.js +3 -3
  86. package/cypress/e2e/ILC/NumberLine/allOrNothingScoringForAllViews.smoke.js +15 -15
  87. package/cypress/e2e/ILC/NumberLine/previewTabContentsForAllViews.smoke.js +7 -7
  88. package/cypress/e2e/ILC/NumberLine/toolsAndControls.js +2 -2
  89. package/cypress/e2e/ILC/NumberLine/verticalNumberLine/allOrNothingScoringForAllViews.smoke.js +14 -14
  90. package/cypress/e2e/ILC/NumberLine/verticalNumberLine/numberLineSection.js +3 -3
  91. package/cypress/e2e/ILC/NumberLine/verticalNumberLine/previewTabContentsForAllViews.smoke.js +1 -1
  92. package/cypress/e2e/ILC/NumberLineLabel/editTabBasicSection.js +17 -2
  93. package/cypress/e2e/ILC/NumberLineLabel/editTabScoring.js +8 -8
  94. package/cypress/e2e/ILC/NumberLineLabel/layoutSection.js +15 -28
  95. package/cypress/e2e/ILC/NumberLineLabel/manuallyAndNonScoredEditTab.js +4 -4
  96. package/cypress/e2e/ILC/NumberLineLabel/numberLineSection.js +5 -5
  97. package/cypress/e2e/ILC/NumberLineLabel/studentViewSettings.js +4 -2
  98. package/cypress/e2e/ILC/NumberLineLabel/verticalNumberLine/layoutSection.js +28 -42
  99. package/cypress/e2e/ILC/NumberLineLabel/verticalNumberLine/numberLineSection.js +5 -5
  100. package/cypress/e2e/ILC/ShortTextResponseNew/editTabBasicSections.js +6 -4
  101. package/cypress/e2e/ILC/ShortTextResponseNew/manuallyAndNonScoredScoring.js +2 -1
  102. package/cypress/e2e/ILC/SingleSelectionGridNew/minimumScoringPenaltyPointsAndRoundingDropdown.js +2 -2
  103. package/cypress/e2e/ILC/TextEntryMath/evaluationMethodEquivalentStructures.js +113 -112
  104. package/cypress/e2e/ILC/TextEntryMath/evaluationMethodMatchValue.js +1 -1
  105. package/cypress/e2e/ILC/TextEntryMath/evaluationMethodsWithoutSetResponse.js +66 -65
  106. package/cypress/e2e/ILC/TextEntryMath/responseEvaluationMethodsAndCustomSettings.js +1 -0
  107. package/cypress/e2e/ILC/TextSelection/minimumScoringPenaltyPointsAndRoundingDropdown.js +8 -4
  108. package/cypress/e2e/ILC/TextSelection/questionInstructionsAndQuestion.js +2 -1
  109. package/cypress/e2e/ILC/TextSelection/specifyCorrectAnswerSection.js +2 -1
  110. package/cypress/e2e/ILC/VideoResponseNew/studentViewSettingsStandardRecorderStyle.js +3 -2
  111. package/cypress/e2e/ILC/chartsDotsPlot/additionalSettings.js +4 -2
  112. package/cypress/e2e/ILC/chartsDotsPlot/allOrNothingForAllViews.smoke.js +2 -2
  113. package/cypress/e2e/ILC/chartsDotsPlot/minimumScoringPenaltyPointsAndRoundingDropdown.js +3 -3
  114. package/cypress/e2e/ILC/chartsDotsPlot/numberLineAxisSettings.js +4 -4
  115. package/cypress/e2e/ILC/chartsDotsPlot/scoring/allOrNothingWithAlternatePointsGreaterThanCorrectPoints.js +3 -3
  116. package/cypress/e2e/ILC/chartsDotsPlot/scoring/allOrNothingWithCorrectPointsEqualToAlternativePoints.js +2 -1
  117. package/cypress/e2e/ILC/chartsDotsPlot/scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +2 -1
  118. package/cypress/e2e/ILC/chartsDotsPlot/scoring/manualAndNonScoredScoring.js +4 -3
  119. package/cypress/e2e/ILC/chartsDotsPlot/selectChartTypeSection.js +2 -2
  120. package/cypress/fixtures/drawingToolbarOptionsAdditionalOptionsAndSpecialAndMathCharacters.js +14 -7
  121. package/cypress/pages/audioResponsePage.js +14 -2
  122. package/cypress/pages/chartsDotPlotPage.js +28 -1
  123. package/cypress/pages/chartsLinePage.js +16 -3
  124. package/cypress/pages/components/additionalSettingsPanel.js +0 -3
  125. package/cypress/pages/components/chartsCommonComponent.js +5 -1
  126. package/cypress/pages/components/createCustomCategoryFlyout.js +47 -12
  127. package/cypress/pages/components/customizeMathCharacterComponent.js +1 -1
  128. package/cypress/pages/components/equationEditorFlyout.js +12 -13
  129. package/cypress/pages/components/fillInTheGapsTextCommonComponent.js +2 -1
  130. package/cypress/pages/components/playbackControlsBaseComponent.js +1 -1
  131. package/cypress/pages/components/scoringSectionBaseEditTab.js +1 -1
  132. package/cypress/pages/dragAndDropIntoCategoriesPage.js +2 -2
  133. package/cypress/pages/essayResponseMathPage.js +19 -10
  134. package/cypress/pages/essayResponsePage.js +16 -10
  135. package/cypress/pages/fillInTheGapsOverImageDropdownPage.js +9 -5
  136. package/cypress/pages/imageHighlightPage.js +46 -29
  137. package/cypress/pages/matchingPage.js +1 -1
  138. package/cypress/pages/numberLineLabelPage.js +25 -28
  139. package/cypress/pages/numberLinePage.js +9 -2
  140. package/cypress/pages/shortTextResponsePage.js +33 -9
  141. package/package.json +1 -1
@@ -467,7 +467,7 @@ describe('Create item page - Text entry math: Match value evaluation method', ()
467
467
  textEntryMathPage.steps.enterTextInPreviewInputField('10,000*10=100,000');
468
468
  equationEditorFlyout.steps.clickOnOkButton();
469
469
  textEntryMathPage.steps.switchToGradingView();
470
- textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
470
+ textEntryMathPage.steps.verifyCorrectResponseIcon(0);
471
471
  textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
472
472
  });
473
473
  });
@@ -9,6 +9,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
9
9
  });
10
10
 
11
11
  //Failing due to https://redmine.zeuslearning.com/issues/562013
12
+ //Need to remove skips once https://redmine.zeuslearning.com/issues/577626 is resolved
12
13
  describe('Evaluation methods: Response is true', () => {
13
14
  abortEarlySetup();
14
15
  before(() => {
@@ -33,7 +34,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
33
34
  equationEditorFlyout.steps.clickOnOkButton();
34
35
  textEntryMathPage.steps.switchToGradingView();
35
36
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
36
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
37
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
37
38
  });
38
39
 
39
40
  it('When the user attempts the question using correct greater than comparison then it should be treated as correct', () => {
@@ -47,7 +48,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
47
48
  equationEditorFlyout.steps.clickOnOkButton();
48
49
  textEntryMathPage.steps.switchToGradingView();
49
50
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
50
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
51
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
51
52
  });
52
53
 
53
54
  it('When the user attempts the question using two inequalities then it should be treated as correct', () => {
@@ -57,7 +58,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
57
58
  equationEditorFlyout.steps.clickOnOkButton();
58
59
  textEntryMathPage.steps.switchToGradingView();
59
60
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
60
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
61
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
61
62
  });
62
63
 
63
64
  it('When the user attempts the question using incorrect comparison of decimals then it should be treated as incorrect', () => {
@@ -67,7 +68,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
67
68
  equationEditorFlyout.steps.clickOnOkButton();
68
69
  textEntryMathPage.steps.switchToGradingView();
69
70
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
70
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
71
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
71
72
  });
72
73
 
73
74
  it('When the user attempts the question using correct equal to comparison for polynomials using mixed fractions and percentage then it should be treated as correct', () => {
@@ -79,7 +80,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
79
80
  equationEditorFlyout.steps.clickOnOkButton();
80
81
  textEntryMathPage.steps.switchToGradingView();
81
82
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
82
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
83
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
83
84
  });
84
85
 
85
86
  it('When the user attempts the question using correct equal to comparison using square roots and quadratic equations then it should be treated as correct', () => {
@@ -91,7 +92,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
91
92
  equationEditorFlyout.steps.clickOnOkButton();
92
93
  textEntryMathPage.steps.switchToGradingView();
93
94
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
94
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
95
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
95
96
  });
96
97
 
97
98
  it('When the user attempts the question using correct less than comparison then it should be treated as correct', () => {
@@ -102,7 +103,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
102
103
  equationEditorFlyout.steps.clickOnOkButton();
103
104
  textEntryMathPage.steps.switchToGradingView();
104
105
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
105
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
106
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
106
107
  });
107
108
 
108
109
  it('When the user attempts the question using correct greater than comparison for polynomials using parenthesis then it should be treated as correct', () => {
@@ -112,7 +113,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
112
113
  equationEditorFlyout.steps.clickOnOkButton();
113
114
  textEntryMathPage.steps.switchToGradingView();
114
115
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
115
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
116
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
116
117
  });
117
118
 
118
119
  it('When the user attempts the question using correct equal to comparison for polynomials then it should be treated as correct', () => {
@@ -122,7 +123,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
122
123
  equationEditorFlyout.steps.clickOnOkButton();
123
124
  textEntryMathPage.steps.switchToGradingView();
124
125
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
125
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
126
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
126
127
  });
127
128
 
128
129
  it('When the user attempts the question using correct equal to comparison for polynomials using parenthesis then it should be treated as correct', () => {
@@ -134,7 +135,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
134
135
  equationEditorFlyout.steps.clickOnOkButton();
135
136
  textEntryMathPage.steps.switchToGradingView();
136
137
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
137
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
138
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
138
139
  });
139
140
 
140
141
  it('When the user attempts the question using comparison of addition of matrix then it should be treated as incorrect', () => {
@@ -151,7 +152,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
151
152
  equationEditorFlyout.steps.clickOnOkButton();
152
153
  textEntryMathPage.steps.switchToGradingView();
153
154
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
154
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
155
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
155
156
  });
156
157
 
157
158
  it('When the user attempts the question using comparison of integration then it should be treated as incorrect', () => {
@@ -165,7 +166,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
165
166
  equationEditorFlyout.steps.clickOnOkButton();
166
167
  textEntryMathPage.steps.switchToGradingView();
167
168
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
168
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
169
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
169
170
  });
170
171
 
171
172
  it('When the user attempts the question using derivatives then it should be treated as incorrect', () => {
@@ -176,7 +177,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
176
177
  equationEditorFlyout.steps.clickOnOkButton();
177
178
  textEntryMathPage.steps.switchToGradingView();
178
179
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
179
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
180
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
180
181
  });
181
182
 
182
183
  it('When the user attempts the question using epsilon then it should be treated as incorrect', () => {
@@ -187,7 +188,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
187
188
  equationEditorFlyout.steps.clickOnOkButton();
188
189
  textEntryMathPage.steps.switchToGradingView();
189
190
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
190
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
191
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
191
192
  });
192
193
 
193
194
  it('When the user attempts the question using trigonometric functions then it should be treated as incorrect', () => {
@@ -198,7 +199,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
198
199
  equationEditorFlyout.steps.clickOnOkButton();
199
200
  textEntryMathPage.steps.switchToGradingView();
200
201
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
201
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
202
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
202
203
  });
203
204
  });
204
205
 
@@ -226,7 +227,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
226
227
  equationEditorFlyout.steps.clickOnOkButton();
227
228
  textEntryMathPage.steps.switchToGradingView();
228
229
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
229
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
230
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
230
231
  });
231
232
 
232
233
  it('When the user attempts the question using decimals then it should be treated as correct', () => {
@@ -236,7 +237,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
236
237
  equationEditorFlyout.steps.clickOnOkButton();
237
238
  textEntryMathPage.steps.switchToGradingView();
238
239
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
239
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
240
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
240
241
  });
241
242
 
242
243
  it('When the user attempts the question using percentages then it should be treated as correct', () => {
@@ -246,7 +247,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
246
247
  equationEditorFlyout.steps.clickOnOkButton();
247
248
  textEntryMathPage.steps.switchToGradingView();
248
249
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
249
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
250
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
250
251
  });
251
252
 
252
253
  it('When the user attempts the question using fractions then it should be treated as incorrect', () => {
@@ -257,7 +258,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
257
258
  equationEditorFlyout.steps.clickOnOkButton();
258
259
  textEntryMathPage.steps.switchToGradingView();
259
260
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
260
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
261
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
261
262
  });
262
263
 
263
264
  it('When the user attempts the question using mixed fractions then it should be treated as incorrect', () => {
@@ -269,7 +270,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
269
270
  equationEditorFlyout.steps.clickOnOkButton();
270
271
  textEntryMathPage.steps.switchToGradingView();
271
272
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
272
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
273
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
273
274
  });
274
275
 
275
276
  it('When the user attempts the question using expanded quadratic expressions then it should be treated as correct', () => {
@@ -279,7 +280,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
279
280
  equationEditorFlyout.steps.clickOnOkButton();
280
281
  textEntryMathPage.steps.switchToGradingView();
281
282
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
282
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
283
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
283
284
  });
284
285
 
285
286
  it('When the user attempts the question using expanded form using polynomials then it should be treated as correct', () => {
@@ -289,7 +290,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
289
290
  equationEditorFlyout.steps.clickOnOkButton();
290
291
  textEntryMathPage.steps.switchToGradingView();
291
292
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
292
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
293
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
293
294
  });
294
295
 
295
296
  it('When the user attempts the question using factored form using polynomials then it should be treated as incorrect', () => {
@@ -299,7 +300,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
299
300
  equationEditorFlyout.steps.clickOnOkButton();
300
301
  textEntryMathPage.steps.switchToGradingView();
301
302
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
302
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
303
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
303
304
  });
304
305
 
305
306
  it('When the user attempts the question using factored equation then it should be treated as incorrect', () => {
@@ -309,7 +310,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
309
310
  equationEditorFlyout.steps.clickOnOkButton();
310
311
  textEntryMathPage.steps.switchToGradingView();
311
312
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
312
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
313
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
313
314
  });
314
315
 
315
316
  it('When the user attempts the question using simplified trigonometric functions then it should be treated as correct', () => {
@@ -319,7 +320,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
319
320
  equationEditorFlyout.steps.clickOnOkButton();
320
321
  textEntryMathPage.steps.switchToGradingView();
321
322
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
322
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
323
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
323
324
  });
324
325
 
325
326
  it('When the user attempts the question using special symbols like \'pi\' then it should be treated as correct', () => {
@@ -329,7 +330,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
329
330
  equationEditorFlyout.steps.clickOnOkButton();
330
331
  textEntryMathPage.steps.switchToGradingView();
331
332
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
332
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
333
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
333
334
  });
334
335
 
335
336
  it('When the user attempts the question using expanded equation using iota then it should be treated as correct', () => {
@@ -340,7 +341,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
340
341
  equationEditorFlyout.steps.clickOnOkButton();
341
342
  textEntryMathPage.steps.switchToGradingView();
342
343
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
343
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
344
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
344
345
  });
345
346
 
346
347
  it('When the user attempts the question using factorized complex equation then it should be treated as incorrect', () => {
@@ -350,7 +351,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
350
351
  equationEditorFlyout.steps.clickOnOkButton();
351
352
  textEntryMathPage.steps.switchToGradingView();
352
353
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
353
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
354
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
354
355
  });
355
356
 
356
357
  it('When the user attempts the question using addition of matrices then it should be treated as correct', () => {
@@ -364,7 +365,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
364
365
  equationEditorFlyout.steps.clickOnOkButton();
365
366
  textEntryMathPage.steps.switchToGradingView();
366
367
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
367
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
368
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
368
369
  });
369
370
 
370
371
  it('When the user attempts the question using derivative then it should be treated as incorrect', () => {
@@ -374,7 +375,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
374
375
  equationEditorFlyout.steps.clickOnOkButton();
375
376
  textEntryMathPage.steps.switchToGradingView();
376
377
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
377
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
378
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
378
379
  });
379
380
 
380
381
  it('When the user attempts the question using integration then it should be treated as correct', () => {
@@ -385,7 +386,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
385
386
  equationEditorFlyout.steps.clickOnOkButton();
386
387
  textEntryMathPage.steps.switchToGradingView();
387
388
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
388
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
389
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
389
390
  });
390
391
 
391
392
  it('When the user attempts the question using epsilon correct icon should be displayed beside the response, a status message with text \'Your answer is correct\' should be displayed', () => {
@@ -396,7 +397,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
396
397
  equationEditorFlyout.steps.clickOnOkButton();
397
398
  textEntryMathPage.steps.switchToGradingView();
398
399
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
399
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
400
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
400
401
  });
401
402
  });
402
403
 
@@ -424,7 +425,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
424
425
  equationEditorFlyout.steps.clickOnOkButton();
425
426
  textEntryMathPage.steps.switchToGradingView();
426
427
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
427
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
428
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
428
429
  });
429
430
 
430
431
  it('When the user attempts the question using decimals then it should be treated as correct', () => {
@@ -434,7 +435,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
434
435
  equationEditorFlyout.steps.clickOnOkButton();
435
436
  textEntryMathPage.steps.switchToGradingView();
436
437
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
437
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
438
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
438
439
  });
439
440
 
440
441
  it('When the user attempts the question using percentages then it should be treated as correct', () => {
@@ -444,7 +445,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
444
445
  equationEditorFlyout.steps.clickOnOkButton();
445
446
  textEntryMathPage.steps.switchToGradingView();
446
447
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
447
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
448
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
448
449
  });
449
450
 
450
451
  it('When the user attempts the question using fractions in simplified format then it should be treated as correct', () => {
@@ -455,7 +456,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
455
456
  equationEditorFlyout.steps.clickOnOkButton();
456
457
  textEntryMathPage.steps.switchToGradingView();
457
458
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
458
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
459
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
459
460
  });
460
461
 
461
462
  it('When the user attempts the question using mixed fractions then it should be treated as correct', () => {
@@ -467,7 +468,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
467
468
  equationEditorFlyout.steps.clickOnOkButton();
468
469
  textEntryMathPage.steps.switchToGradingView();
469
470
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
470
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
471
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
471
472
  });
472
473
 
473
474
  it('When the user attempts the question using quadratic equation then it should be treated as correct', () => {
@@ -477,7 +478,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
477
478
  equationEditorFlyout.steps.clickOnOkButton();
478
479
  textEntryMathPage.steps.switchToGradingView();
479
480
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
480
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
481
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
481
482
  });
482
483
 
483
484
  it('When the user attempts the question using polynomial equation using parenthesis then it should be treated as correct', () => {
@@ -486,7 +487,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
486
487
  equationEditorFlyout.steps.clickOnOkButton();
487
488
  textEntryMathPage.steps.switchToGradingView();
488
489
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
489
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
490
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
490
491
  });
491
492
 
492
493
  it('When the user attempts the question using factorized equation then it should be treated as correct', () => {
@@ -495,7 +496,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
495
496
  equationEditorFlyout.steps.clickOnOkButton();
496
497
  textEntryMathPage.steps.switchToGradingView();
497
498
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
498
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
499
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
499
500
  });
500
501
 
501
502
  it('When the user attempts the question using factorized complex equation then it should be treated as correct', () => {
@@ -504,7 +505,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
504
505
  equationEditorFlyout.steps.clickOnOkButton();
505
506
  textEntryMathPage.steps.switchToGradingView();
506
507
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
507
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
508
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
508
509
  });
509
510
 
510
511
  it('When the user attempts the question using iota in simplified format then it should be treated as correct', () => {
@@ -514,7 +515,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
514
515
  equationEditorFlyout.steps.clickOnOkButton();
515
516
  textEntryMathPage.steps.switchToGradingView();
516
517
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
517
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
518
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
518
519
  });
519
520
 
520
521
  it('When the user attempts the question using special symbols like \'pi\' along with numeric values then it should be treated as incorrect', () => {
@@ -524,7 +525,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
524
525
  equationEditorFlyout.steps.clickOnOkButton();
525
526
  textEntryMathPage.steps.switchToGradingView();
526
527
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
527
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
528
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
528
529
  });
529
530
 
530
531
  it('When the user attempts the question using simplified trigonometric functions then it should be treated as incorrect', () => {
@@ -534,7 +535,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
534
535
  equationEditorFlyout.steps.clickOnOkButton();
535
536
  textEntryMathPage.steps.switchToGradingView();
536
537
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
537
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
538
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
538
539
  });
539
540
 
540
541
  it('When the user attempts the question using identity matrix then it should be treated as correct', () => {
@@ -545,7 +546,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
545
546
  equationEditorFlyout.steps.clickOnOkButton();
546
547
  textEntryMathPage.steps.switchToGradingView();
547
548
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
548
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
549
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
549
550
  });
550
551
 
551
552
  it('When the user attempts the question using addition of matrices then it should be treated as correct', () => {
@@ -559,7 +560,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
559
560
  equationEditorFlyout.steps.clickOnOkButton();
560
561
  textEntryMathPage.steps.switchToGradingView();
561
562
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
562
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
563
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
563
564
  });
564
565
 
565
566
  it('When the user attempts the question using percentages then it should be treated as correct', () => {
@@ -569,7 +570,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
569
570
  equationEditorFlyout.steps.clickOnOkButton();
570
571
  textEntryMathPage.steps.switchToGradingView();
571
572
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
572
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
573
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
573
574
  });
574
575
 
575
576
  it('When the user attempts the question using integration then it should be treated as correct', () => {
@@ -580,7 +581,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
580
581
  equationEditorFlyout.steps.clickOnOkButton();
581
582
  textEntryMathPage.steps.switchToGradingView();
582
583
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
583
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
584
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
584
585
  });
585
586
 
586
587
  it('When the user attempts the question using epsilon then it should be treated as correct', () => {
@@ -591,7 +592,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
591
592
  equationEditorFlyout.steps.clickOnOkButton();
592
593
  textEntryMathPage.steps.switchToGradingView();
593
594
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
594
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
595
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
595
596
  });
596
597
  });
597
598
 
@@ -619,7 +620,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
619
620
  equationEditorFlyout.steps.clickOnOkButton();
620
621
  textEntryMathPage.steps.switchToGradingView();
621
622
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
622
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
623
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
623
624
  });
624
625
 
625
626
  it('When the user attempts the question using percentages then it should be treated as correct', () => {
@@ -629,7 +630,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
629
630
  equationEditorFlyout.steps.clickOnOkButton();
630
631
  textEntryMathPage.steps.switchToGradingView();
631
632
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
632
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
633
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
633
634
  });
634
635
 
635
636
  it('When the user attempts the question using arithmetic square operation in un-simplified format then it should be treated as incorrect', () => {
@@ -639,7 +640,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
639
640
  equationEditorFlyout.steps.clickOnOkButton();
640
641
  textEntryMathPage.steps.switchToGradingView();
641
642
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
642
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
643
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
643
644
  });
644
645
 
645
646
  it('When the user attempts the question using fractions in simplified format then it should be treated as correct', () => {
@@ -650,7 +651,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
650
651
  equationEditorFlyout.steps.clickOnOkButton();
651
652
  textEntryMathPage.steps.switchToGradingView();
652
653
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
653
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
654
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
654
655
  });
655
656
 
656
657
  it('When the user attempts the question using mixed fractions then it should be treated as incorrect', () => {
@@ -662,7 +663,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
662
663
  equationEditorFlyout.steps.clickOnOkButton();
663
664
  textEntryMathPage.steps.switchToGradingView();
664
665
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
665
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
666
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
666
667
  });
667
668
 
668
669
  it('When the user attempts the question using polynomial expressions then it should be treated as correct', () => {
@@ -672,7 +673,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
672
673
  equationEditorFlyout.steps.clickOnOkButton();
673
674
  textEntryMathPage.steps.switchToGradingView();
674
675
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
675
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
676
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
676
677
  });
677
678
 
678
679
  it('When the user attempts the question using parenthesis in simplified format then it should be treated as incorrect', () => {
@@ -681,7 +682,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
681
682
  equationEditorFlyout.steps.clickOnOkButton();
682
683
  textEntryMathPage.steps.switchToGradingView();
683
684
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
684
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
685
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
685
686
  });
686
687
 
687
688
  it('When the user attempts the question using identity matrix then it should be treated as correct', () => {
@@ -692,7 +693,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
692
693
  equationEditorFlyout.steps.clickOnOkButton();
693
694
  textEntryMathPage.steps.switchToGradingView();
694
695
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
695
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
696
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
696
697
  });
697
698
 
698
699
  it('When the user attempts the question using iota in simplified format then it should be treated as correct', () => {
@@ -702,7 +703,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
702
703
  equationEditorFlyout.steps.clickOnOkButton();
703
704
  textEntryMathPage.steps.switchToGradingView();
704
705
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
705
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
706
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
706
707
  });
707
708
 
708
709
  it('When the user attempts the question using iota in un-simplified format then it should be treated as incorrect', () => {
@@ -713,7 +714,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
713
714
  equationEditorFlyout.steps.clickOnOkButton();
714
715
  textEntryMathPage.steps.switchToGradingView();
715
716
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
716
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
717
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
717
718
  });
718
719
 
719
720
  it('When the user attempts the question using special symbols like \'pi\' then it should be treated as correct', () => {
@@ -723,7 +724,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
723
724
  equationEditorFlyout.steps.clickOnOkButton();
724
725
  textEntryMathPage.steps.switchToGradingView();
725
726
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
726
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
727
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
727
728
  });
728
729
 
729
730
  it('When the user attempts the question using special symbols like \'pi\' along with numeric values then it should be treated as correct', () => {
@@ -733,7 +734,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
733
734
  equationEditorFlyout.steps.clickOnOkButton();
734
735
  textEntryMathPage.steps.switchToGradingView();
735
736
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
736
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
737
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
737
738
  });
738
739
 
739
740
  it('When the user attempts the question using simplified trigonometric functions then it should be treated as correct', () => {
@@ -743,7 +744,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
743
744
  equationEditorFlyout.steps.clickOnOkButton();
744
745
  textEntryMathPage.steps.switchToGradingView();
745
746
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
746
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
747
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
747
748
  });
748
749
 
749
750
  it('When the user attempts the question using addition of matrices then it should be treated as incorrect', () => {
@@ -757,7 +758,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
757
758
  equationEditorFlyout.steps.clickOnOkButton();
758
759
  textEntryMathPage.steps.switchToGradingView();
759
760
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
760
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
761
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
761
762
  });
762
763
 
763
764
  it('When the user attempts the question using percentages then it should be treated as incorrect', () => {
@@ -767,7 +768,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
767
768
  equationEditorFlyout.steps.clickOnOkButton();
768
769
  textEntryMathPage.steps.switchToGradingView();
769
770
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
770
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
771
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
771
772
  });
772
773
 
773
774
  it('When the user attempts the question using integration then it should be treated as correct', () => {
@@ -778,7 +779,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
778
779
  equationEditorFlyout.steps.clickOnOkButton();
779
780
  textEntryMathPage.steps.switchToGradingView();
780
781
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
781
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
782
+ // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
782
783
  });
783
784
  });
784
785
  });
@@ -247,6 +247,7 @@ describe('Create Item page - Text entry math: Response evaluation methods and cu
247
247
  });
248
248
  });
249
249
 
250
+ //Failing due to https://redmine.zeuslearning.com/issues/578657
250
251
  describe('Evaluation methods - Custom settings for each evaluation method', () => {
251
252
  abortEarlySetup();
252
253
  before(() => {
@@ -73,12 +73,14 @@ describe('Create item page - Fill in the gaps with drag and drop: Minimum scorin
73
73
  textSelectionPage.steps.verifyPenaltyPointsForEachIncorrectAnswer(2.5);
74
74
  });
75
75
 
76
- it('When the user adds a new option, then \'points for each incorrect option\' should get updated accordingly', () => {
76
+ //need to remove skip after https://redmine.zeuslearning.com/issues/573403 is resolved
77
+ it.skip('When the user adds a new option, then \'points for each incorrect option\' should get updated accordingly', () => {
77
78
  textSelectionPage.steps.selectOptionInSpecifyCorrectAnswerSection(paragraphTextArray[2]);
78
79
  textSelectionPage.steps.verifyPenaltyPointsForEachIncorrectAnswer(1.67);
79
80
  });
80
81
 
81
- it('When the user removes an option, then \'points for each incorrect option\' should get updated accordingly', () => {
82
+ //need to remove skip after https://redmine.zeuslearning.com/issues/573403 is resolved
83
+ it.skip('When the user removes an option, then \'points for each incorrect option\' should get updated accordingly', () => {
82
84
  textSelectionPage.steps.deselectOptionInSpecifyCorrectAnswerSection(paragraphTextArray[2]);
83
85
  textSelectionPage.steps.verifyPenaltyPointsForEachIncorrectAnswer(2.5);
84
86
  });
@@ -143,12 +145,14 @@ describe('Create item page - Fill in the gaps with drag and drop: Minimum scorin
143
145
  textSelectionPage.steps.verifyTotalPenaltyPoints(2);
144
146
  });
145
147
 
146
- it('When the user adds a new option, then \'Total penalty points\' should get updated accordingly', () => {
148
+ //need to remove skip after https://redmine.zeuslearning.com/issues/573403 is resolved
149
+ it.skip('When the user adds a new option, then \'Total penalty points\' should get updated accordingly', () => {
147
150
  textSelectionPage.steps.selectOptionInSpecifyCorrectAnswerSection(paragraphTextArray[2]);
148
151
  textSelectionPage.steps.verifyTotalPenaltyPoints(3);
149
152
  });
150
153
 
151
- it('When the user deletes an option, then \'points for each incorrect option\' should get updated accordingly', () => {
154
+ //need to remove skip after https://redmine.zeuslearning.com/issues/573403 is resolved
155
+ it.skip('When the user deletes an option, then \'points for each incorrect option\' should get updated accordingly', () => {
152
156
  textSelectionPage.steps.deselectOptionInSpecifyCorrectAnswerSection(paragraphTextArray[2]);
153
157
  textSelectionPage.steps.verifyTotalPenaltyPoints(2);
154
158
  });
@@ -26,7 +26,8 @@ describe('Create Item page - Text selection: Question Instructions and Question
26
26
  cy.barsPreLoaderWait();
27
27
  });
28
28
 
29
- textSelectionPage.tests.verifyQuestionInstructionsInputFieldPreviewTab();
29
+ //need to remove skip after https://redmine.zeuslearning.com/issues/572208 is resolved
30
+ // textSelectionPage.tests.verifyQuestionInstructionsInputFieldPreviewTab();
30
31
  });
31
32
 
32
33
  describe('Question input field - Edit tab', () => {