itemengine-cypress-automation 1.0.383-Ckeditir-audioplayer-fixes-0bf8855.0 → 1.0.383-task-IEI-4672-6b2395e.0

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.
Files changed (306) hide show
  1. package/Dockerfile +1 -0
  2. package/cypress/e2e/GradingGridView/gradingGridView.js +156 -0
  3. package/cypress/e2e/ILC/AudioResponseNew/barRecorderStyle.smoke.js +2 -0
  4. package/cypress/e2e/ILC/AudioResponseNew/compactRecorderStyle.smoke.js +4 -0
  5. package/cypress/e2e/ILC/AudioResponseNew/editTabBasicSection.js +4 -16
  6. package/cypress/e2e/ILC/BrainingCampManipulative/editTabBasicSection.js +1 -1
  7. package/cypress/e2e/ILC/ChartsBar/HorizontalOrientationBarChart/gradingViewAndCorrectAnswerView.smoke.js +1 -1
  8. package/cypress/e2e/ILC/ChartsBar/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +33 -0
  9. package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightBasic.js +25 -25
  10. package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +37 -36
  11. package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +37 -36
  12. package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +37 -36
  13. package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsMinimumAndPenaltyScoring.js +1 -0
  14. package/cypress/e2e/ILC/ChartsBar/Scoring/partialEqualWeightBasic.js +26 -25
  15. package/cypress/e2e/ILC/ChartsBar/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +39 -38
  16. package/cypress/e2e/ILC/ChartsBar/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +31 -30
  17. package/cypress/e2e/ILC/ChartsBar/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +35 -34
  18. package/cypress/e2e/ILC/ChartsBar/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePointsLocked.js +247 -0
  19. package/cypress/e2e/ILC/ChartsBar/editQuestion.smoke.js +1 -1
  20. package/cypress/e2e/ILC/ChartsBar/editTabBasicSection.js +37 -0
  21. package/cypress/e2e/ILC/ChartsBar/headerSection.js +50 -2
  22. package/cypress/e2e/ILC/ChartsBar/specifyCorrectAnswerSection.js +92 -0
  23. package/cypress/e2e/ILC/ChartsDotsPlot/scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternativePointsLocked.js +220 -0
  24. package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightBasic.js +25 -25
  25. package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +47 -46
  26. package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +25 -24
  27. package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +25 -24
  28. package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsMinimumAndPenaltyScoring.js +1 -0
  29. package/cypress/e2e/ILC/ChartsLine/Scoring/partialEqualWeightBasic.js +25 -25
  30. package/cypress/e2e/ILC/ChartsLine/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +24 -23
  31. package/cypress/e2e/ILC/ChartsLine/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +21 -20
  32. package/cypress/e2e/ILC/ChartsLine/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +48 -46
  33. package/cypress/e2e/ILC/ChartsLine/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePointsLocked.js +249 -0
  34. package/cypress/e2e/ILC/ChartsLine/editQuestion.smoke.js +3 -1
  35. package/cypress/e2e/ILC/ChartsLine/headerSection.js +18 -1
  36. package/cypress/e2e/ILC/ChartsLine/specifyCorrectAnswerSection.js +94 -0
  37. package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerEditTabAddTranscriptRadioButton .js +2 -2
  38. package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerHeaderSectionAndButtons.js +2 -2
  39. package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerPreviewTab.js +1 -1
  40. package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerPreviewTabSupportedFileTypes.js +6 -0
  41. package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerPreviewTabTranscript.js +2 -3
  42. package/cypress/e2e/ILC/CkEditorInsertImage/imageInfo.js +3 -3
  43. package/cypress/e2e/ILC/CkEditorInsertTable/tableDimension&FooterProperties.js +3 -3
  44. package/cypress/e2e/ILC/CkEditorInsertTable/tableStyle.js +11 -11
  45. package/cypress/e2e/ILC/CkEditorLink/uploadSection.js +1 -1
  46. package/cypress/e2e/ILC/ContentBlocks/editTabBasics.js +63 -4
  47. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/allOrNothingBasicForAllViews.smoke.js +116 -7
  48. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/editTabBasicSection.js +1 -1
  49. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/editTabScoring.js +1 -0
  50. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/headerSection.js +3 -3
  51. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/pagination.js +1 -1
  52. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/studentViewSettingsForGroupedLayout.js +3 -0
  53. package/cypress/e2e/ILC/DrawingResponse/drawingResponseAdditionalSettings.js +1 -0
  54. package/cypress/e2e/ILC/DrawingResponse/drawingResponseBackground.js +2 -8
  55. package/cypress/e2e/ILC/DrawingResponse/drawingResponseCustomizeAdditionalOptions.js +1 -0
  56. package/cypress/e2e/ILC/DrawingResponse/drawingResponsePreviewTabContents.smoke.js +1 -3
  57. package/cypress/e2e/ILC/EssayResponse/editTabBasicSections.js +23 -37
  58. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/allOrNothingForAllViews.smoke.js +210 -0
  59. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/draggableOptions.js +2 -0
  60. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/editTabBasicSection.js +1 -1
  61. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/headerSection.js +3 -3
  62. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/previewContentsForAllViewInIncompleteAuthoring.smoke.js +7 -7
  63. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/previewContentsForAllViews.smoke.js +11 -11
  64. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/editQuestion.smoke.js +40 -0
  65. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/editTabBasicSection.js +1 -1
  66. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/headerSection.js +3 -3
  67. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/allOrNothingForAllViews.smoke.js +216 -0
  68. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/headerSection.js +3 -3
  69. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/editQuestion.smoke.js +45 -0
  70. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/editTabBasicSection.js +1 -1
  71. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/headerSection.js +4 -4
  72. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/HeaderSection.js +4 -4
  73. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/editQuestion.smoke.js +1 -1
  74. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/responseAnswersAndAcceptedStudentInput.js +4 -0
  75. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/supportedFileTypes.js +3 -1
  76. package/cypress/e2e/ILC/FillInTheGapsTextNew/editTabBasicSection.js +1 -1
  77. package/cypress/e2e/ILC/FillInTheGapsTextNew/headerSection.js +3 -3
  78. package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithAlternativePointsGreaterThanCorrectPoints.js +73 -0
  79. package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithCorrectPointsEqualToAlternatePoints.js +38 -0
  80. package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +38 -0
  81. package/cypress/e2e/ILC/Graphing/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +87 -0
  82. package/cypress/e2e/ILC/Graphing/allOrNothingForAllViews.smoke.js +2 -2
  83. package/cypress/e2e/ILC/Graphing/checkAddAlternativeButton.js +35 -0
  84. package/cypress/e2e/ILC/Graphing/editQuestion.smoke.js +28 -0
  85. package/cypress/e2e/ILC/Graphing/editTabBasicSection.js +38 -0
  86. package/cypress/e2e/ILC/Graphing/editTabScoringSection.js +1 -0
  87. package/cypress/e2e/ILC/Graphing/headerSection.js +36 -4
  88. package/cypress/e2e/ILC/Graphing/layoutAndGridOptions.js +6 -3
  89. package/cypress/e2e/ILC/Graphing/specifyCorrectAnswerSection.js +28 -0
  90. package/cypress/e2e/ILC/GridFill/addAlternateButton.js +40 -0
  91. package/cypress/e2e/ILC/GridFill/allOrNothingBasicForAllViews.smoke.js +210 -0
  92. package/cypress/e2e/ILC/GridFill/customizeLayoutFillImageBackgroundImage.js +2 -2
  93. package/cypress/e2e/ILC/GridFill/headerSection.js +4 -4
  94. package/cypress/e2e/ILC/GridFill/scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +39 -0
  95. package/cypress/e2e/ILC/GridFill/scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +39 -0
  96. package/cypress/e2e/ILC/GridFill/scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +39 -0
  97. package/cypress/e2e/ILC/GridFill/scoring/cellShadeCountAllOrNothingCorrectPointsGreaterThanAlternativePoints.js +37 -0
  98. package/cypress/e2e/ILC/GridFill/scoring/cellShadeCountallOrNothingCorrectPointsEqualToAlternativePoints.js +39 -0
  99. package/cypress/e2e/ILC/GridFill/scoring/cellshadeCountAllOrNothingAlternativePointsGreaterThanCorrectPoints.js +36 -0
  100. package/cypress/e2e/ILC/GridFill/scoring/checkLabelSaveAsYouGo.js +75 -0
  101. package/cypress/e2e/ILC/GridFill/scoring/partialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +2 -1
  102. package/cypress/e2e/ILC/ImageHighlight/additionalSettingsBasic.js +1 -0
  103. package/cypress/e2e/ILC/ImageHighlight/allOrNothingForAllViews.smoke.js +212 -0
  104. package/cypress/e2e/ILC/ImageHighlight/customiseHighlightStyle.js +29 -0
  105. package/cypress/e2e/ILC/ImageHighlight/editTabBasicSection.js +1 -1
  106. package/cypress/e2e/ILC/ImageHighlight/headerSection.js +3 -3
  107. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +24 -0
  108. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +24 -0
  109. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +24 -0
  110. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +86 -0
  111. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/manuallyAndNonScored.js +2 -4
  112. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialEqualWeightsBasic.js +1 -1
  113. package/cypress/e2e/ILC/ListOrderingDropdown/allOrNothingForAllViews.smoke.js +237 -1
  114. package/cypress/e2e/ILC/ListOrderingDropdown/checkAddAlternativeButton.js +35 -0
  115. package/cypress/e2e/ILC/ListOrderingDropdown/editTabBasicSection.js +26 -0
  116. package/cypress/e2e/ILC/ListOrderingDropdown/headerSection.js +108 -0
  117. package/cypress/e2e/ILC/ListOrderingDropdown/manuallyAndNonScoredEditTab.js +2 -1
  118. package/cypress/e2e/ILC/ListOrderingDropdown/previewContentsForAllViews.smoke.js +2 -4
  119. package/cypress/e2e/ILC/ListOrderingDropdown/specifyCorrectAnswerSection.js +7 -12
  120. package/cypress/e2e/ILC/ListOrderingNew/HorizontalOrientation/specifyCorrectAnswerSection.js +10 -14
  121. package/cypress/e2e/ILC/ListOrderingNew/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +52 -0
  122. package/cypress/e2e/ILC/ListOrderingNew/allOrNothingForAllViews.smoke.js +215 -0
  123. package/cypress/e2e/ILC/ListOrderingNew/editTabBasicSection.js +23 -0
  124. package/cypress/e2e/ILC/ListOrderingNew/headerSection.js +36 -9
  125. package/cypress/e2e/ILC/ListOrderingNew/manuallyAndNonScoredEditTab.js +2 -0
  126. package/cypress/e2e/ILC/ListOrderingNew/specifyCorrectAnswerSection.js +7 -23
  127. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +41 -0
  128. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +30 -0
  129. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +50 -0
  130. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +101 -0
  131. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/allOrNothingForAllViews.smoke.js +309 -0
  132. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/checkAddAlternativeButton.js +38 -0
  133. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/editTabBasicSection.js +24 -0
  134. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/editTabScoring.js +4 -1
  135. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/headerSection.js +38 -3
  136. package/cypress/e2e/ILC/Matching/Scoring/blankResponseScoring.js +38 -41
  137. package/cypress/e2e/ILC/Matching/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +98 -0
  138. package/cypress/e2e/ILC/Matching/allOrNothingScoringForAllViews.smoke.js +210 -0
  139. package/cypress/e2e/ILC/Matching/checkAlternativeButton.js +38 -0
  140. package/cypress/e2e/ILC/Matching/clickAndDrop.js +5 -5
  141. package/cypress/e2e/ILC/Matching/draggableOptions.js +7 -0
  142. package/cypress/e2e/ILC/Matching/editQuestion.smoke.js +3 -2
  143. package/cypress/e2e/ILC/Matching/editTabBasicSection.js +41 -0
  144. package/cypress/e2e/ILC/Matching/headerSection.js +38 -12
  145. package/cypress/e2e/ILC/Matching/questionInstructionsAndPromptSection.js +2 -15
  146. package/cypress/e2e/ILC/Matching/studentViewSettings.js +3 -1
  147. package/cypress/e2e/ILC/Matching/studentViewSettingsForGroupedLayout.js +1 -1
  148. package/cypress/e2e/ILC/MatchingDropdown/Scoring/blankResponseScoring.js +7 -6
  149. package/cypress/e2e/ILC/MatchingDropdown/Scoring/partialDifferentWeightsScoringBasic.js +6 -6
  150. package/cypress/e2e/ILC/MatchingDropdown/allOrNothingScoringForAllViews.smoke.js +208 -0
  151. package/cypress/e2e/ILC/MultipleSelection/allOrNothingBasicForAllViews.smoke.js +2 -1
  152. package/cypress/e2e/ILC/MultipleSelection/editTabBasicSection.js +1 -1
  153. package/cypress/e2e/ILC/MultipleSelection/headerSection.js +3 -3
  154. package/cypress/e2e/ILC/MultipleSelectionGridNew/Scoring/checkScoringLabelBannerAndCorrectAnswer.js +1 -0
  155. package/cypress/e2e/ILC/MultipleSelectionGridNew/editTabBasicSection.js +2 -2
  156. package/cypress/e2e/ILC/MultipleSelectionGridNew/headerSection.js +3 -3
  157. package/cypress/e2e/ILC/MultipleSelectionGridNew/previewContentsForAllViews.smoke.js +100 -69
  158. package/cypress/e2e/ILC/MultipleSelectionGridNew/styleAndLayoutCustomizationLayoutProperties.js +1 -0
  159. package/cypress/e2e/ILC/NumberLine/Scoring/allOrNothingWithAlternatePointsGreaterThanCorrectPoints.js +79 -0
  160. package/cypress/e2e/ILC/NumberLine/Scoring/allOrNothingWithCorrectPointsEqualToAlternatePoints.js +42 -0
  161. package/cypress/e2e/ILC/NumberLine/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +42 -0
  162. package/cypress/e2e/ILC/NumberLine/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +75 -0
  163. package/cypress/e2e/ILC/NumberLine/allOrNothingScoringForAllViews.smoke.js +213 -0
  164. package/cypress/e2e/ILC/NumberLine/checkAddAlternativeButton.js +32 -0
  165. package/cypress/e2e/ILC/NumberLine/editTabSection.js +38 -0
  166. package/cypress/e2e/ILC/NumberLine/headerSection.js +33 -4
  167. package/cypress/e2e/ILC/NumberLine/verticalNumberLine/allOrNothingScoringForAllViews.smoke.js +249 -0
  168. package/cypress/e2e/ILC/NumberLineLabel/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +81 -0
  169. package/cypress/e2e/ILC/NumberLineLabel/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +43 -0
  170. package/cypress/e2e/ILC/NumberLineLabel/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +43 -0
  171. package/cypress/e2e/ILC/NumberLineLabel/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +76 -0
  172. package/cypress/e2e/ILC/NumberLineLabel/additionalSettingsBasic.js +1 -1
  173. package/cypress/e2e/ILC/NumberLineLabel/allOrNothingForAllViews.smoke.js +266 -0
  174. package/cypress/e2e/ILC/NumberLineLabel/checkAddAlternativeButton.js +34 -0
  175. package/cypress/e2e/ILC/NumberLineLabel/editTabSection.js +38 -0
  176. package/cypress/e2e/ILC/NumberLineLabel/headerSection.js +37 -5
  177. package/cypress/e2e/ILC/NumberLineLabel/manuallyAndNonScoredEditTab.js +2 -1
  178. package/cypress/e2e/ILC/NumberLineLabel/verticalNumberLine/allOrNothingForAllViews.smoke.js +268 -0
  179. package/cypress/e2e/ILC/NumberLineLabel/verticalNumberLine/editQuestion.smoke.js +1 -1
  180. package/cypress/e2e/ILC/ShortTextResponseNew/allOrNothingBasicForAllViews.smoke.js +186 -0
  181. package/cypress/e2e/ILC/ShortTextResponseNew/editTabBasicSections.js +33 -49
  182. package/cypress/e2e/ILC/ShortTextResponseNew/headerSection.js +2 -4
  183. package/cypress/e2e/ILC/SingleSelection/editTabBasicSection.js +1 -1
  184. package/cypress/e2e/ILC/SingleSelection/headerSection.js +2 -2
  185. package/cypress/e2e/ILC/SingleSelectionGridNew/editTabBasicSection.js +2 -2
  186. package/cypress/e2e/ILC/SingleSelectionGridNew/headerSection.js +3 -3
  187. package/cypress/e2e/ILC/SingleSelectionGridNew/previewContentsForAllViews.smoke.js +101 -70
  188. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/allOrNothingAlternatePointsGreaterThanCorrectPoints.js +86 -0
  189. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/allOrNothingCorrectPointsEqualToAlternatePoints.js +86 -0
  190. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/allOrNothingCorrectPointsGreaterThanAlternatePoints.js +65 -0
  191. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +4 -2
  192. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +2 -0
  193. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +2 -0
  194. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialDifferentWeightsScoringBasic.js +9 -2
  195. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +4 -2
  196. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +3 -1
  197. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +2 -0
  198. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsScoringBasic.js +4 -0
  199. package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingAlternatePointsGreaterThanCorrectPoints.js +64 -0
  200. package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingBasicForAddEvaluation.js +2 -0
  201. package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingBasicForAlternateAnswer.js +2 -0
  202. package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingCorrectPointsEqualToAlternatePoints.js +64 -0
  203. package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingCorrectPointsGreaterThanAlternatePoints.js +65 -0
  204. package/cypress/e2e/ILC/TextEntryMath/Scoring/blankResponseScoring.js +2 -2
  205. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +2 -0
  206. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +2 -0
  207. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +2 -0
  208. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsScoringBasic.js +8 -0
  209. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +2 -0
  210. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +2 -0
  211. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +2 -0
  212. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsScoringBasic.js +1 -0
  213. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsScoringBasicForAlternateAnswer.js +2 -0
  214. package/cypress/e2e/ILC/TextEntryMath/allOrNothingBasicForAllViews.smoke.js +263 -0
  215. package/cypress/e2e/ILC/TextEntryMath/allOrNothingBasicForAllViewsFormulaTemplate.smoke.js +219 -0
  216. package/cypress/e2e/ILC/TextEntryMath/editTabBasicSection.js +27 -3
  217. package/cypress/e2e/ILC/TextEntryMath/equationEditor.smoke.js +1 -1
  218. package/cypress/e2e/ILC/TextEntryMath/evaluationMethodEquivalentStructures.smoke.js +3 -3
  219. package/cypress/e2e/ILC/TextEntryMath/headerSection.js +43 -0
  220. package/cypress/e2e/ILC/TextEntryMathWithImage/allOrNothingScoringForAllViews.smoke.js +263 -0
  221. package/cypress/e2e/ILC/TextEntryMathWithImage/backgroundImageAndCanvasProperties.js +0 -1
  222. package/cypress/e2e/ILC/TextEntryMathWithImage/styleAndLayoutCustomization.js +1 -1
  223. package/cypress/e2e/ILC/TextSelection/additionalSettings.js +1 -0
  224. package/cypress/e2e/ILC/TextSelection/allOrNothingScoringForAllViews.smoke.js +231 -0
  225. package/cypress/e2e/ILC/TextSelection/editTabBasicSection.js +2 -2
  226. package/cypress/e2e/ILC/TextSelection/headerSection.js +3 -3
  227. package/cypress/e2e/ILC/TextSelection/minimumScoringPenaltyPointsAndRoundingDropdown.js +1 -0
  228. package/cypress/e2e/ILC/TextSelection/textSelectionModesInSpecifyPossibleOptionsSection.js +1 -0
  229. package/cypress/e2e/ILC/ThinkSphere/createReviewItem.js +1 -1
  230. package/cypress/e2e/ILC/ThinkSphere/editTabBasicSection.js +1 -1
  231. package/cypress/e2e/ILC/ThinkSphere/editThinkSphereQuestion.smoke.js +145 -54
  232. package/cypress/e2e/ILC/ThinkSphere/equationEditorEditCategoryFlyOut.js +2 -0
  233. package/cypress/e2e/ILC/ThinkSphere/planPhase.js +45 -5
  234. package/cypress/e2e/ILC/ThinkSphere/previewTabPlanSection.js +8 -8
  235. package/cypress/e2e/ILC/ThinkSphere/previewTabReviewSection.js +97 -0
  236. package/cypress/e2e/ILC/ThinkSphere/previewTabSolveSection.js +36 -0
  237. package/cypress/e2e/ILC/ThinkSphere/solvePhase.js +3 -3
  238. package/cypress/e2e/ILC/ThinkSphere/studentViewPlanTabSection.js +393 -0
  239. package/cypress/e2e/ILC/ThinkSphere/studentViewReviewTabSection.js +141 -0
  240. package/cypress/e2e/ILC/ToolAudioPlayerNew/headerSection.js +90 -2
  241. package/cypress/e2e/ILC/UploadResponse/editTabBasicSection.js +34 -0
  242. package/cypress/e2e/ILC/UploadResponse/headerSection.js +38 -1
  243. package/cypress/e2e/ILC/UploadResponse/uploadResponsePreview.js +50 -13
  244. package/cypress/e2e/ILC/VideoResponseNew/editTabBasicSection.js +14 -29
  245. package/cypress/e2e/ILC/chartsDotsPlot/headerSection.js +16 -1
  246. package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialDifferentWeightsBasic.js +27 -28
  247. package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialDifferentWeightsWithAlternativePointsGreaterThanCorrectPoints.js +31 -30
  248. package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialDifferentWeightsWithCorrectPointsEqualToAlternativePoints.js +24 -24
  249. package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialDifferentWeightsWithCorrectPointsGreaterThanAlternativePoints.js +39 -37
  250. package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialEqualWeightsBasic.js +22 -23
  251. package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +31 -30
  252. package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +25 -24
  253. package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternativePoints.js +31 -31
  254. package/cypress/e2e/ILC/chartsDotsPlot/scoring/toleranceThresholdScoring.js +18 -19
  255. package/cypress/e2e/ILC/chartsDotsPlot/specifyCorrectAnswerSection.js +96 -0
  256. package/cypress/e2e/Sessions/fetchResponses.js +3 -3
  257. package/cypress/e2e/Sessions/saveResponseScores.js +2 -2
  258. package/cypress/fixtures/thinkSphereWhiteboardTools.js +66 -0
  259. package/cypress/pages/audioPlayerPage.js +27 -2
  260. package/cypress/pages/brainingCampManipulativePage.js +1 -1
  261. package/cypress/pages/chartsBarPage.js +45 -0
  262. package/cypress/pages/chartsDotPlotPage.js +25 -0
  263. package/cypress/pages/chartsLinePage.js +28 -3
  264. package/cypress/pages/components/autoScoredSpecifyCorrectAnswerSection.js +5 -1
  265. package/cypress/pages/components/chartsCommonComponent.js +6 -2
  266. package/cypress/pages/components/ckEditorEquationEditorComponent.js +1 -0
  267. package/cypress/pages/components/ckEditorInsertImageComponent.js +3 -3
  268. package/cypress/pages/components/ckEditorInsertTableComponent.js +3 -3
  269. package/cypress/pages/components/ckEditorLinkComponent.js +8 -9
  270. package/cypress/pages/components/colorPopupComponent.js +6 -0
  271. package/cypress/pages/components/createQuestionBasePage.js +19 -6
  272. package/cypress/pages/components/desmosToolComponent.js +1 -1
  273. package/cypress/pages/components/draggableOptionsSectionComponent.js +2 -0
  274. package/cypress/pages/components/equationEditorSectionCommonComponent.js +14 -29
  275. package/cypress/pages/components/fillInTheGapsDropdownCommonComponent.js +31 -3
  276. package/cypress/pages/components/gridQuestionCommonComponent.js +55 -2
  277. package/cypress/pages/components/imageCanvasComponent.js +11 -5
  278. package/cypress/pages/components/questionInstructionsComponent.js +2 -0
  279. package/cypress/pages/components/scoringSectionBaseEditTab.js +3 -0
  280. package/cypress/pages/components/specifyRowsAndColumnsComponent.js +16 -0
  281. package/cypress/pages/contentBlocksPage.js +2 -0
  282. package/cypress/pages/desmos3DGraphingPage.js +149 -4
  283. package/cypress/pages/desmosGeometryPage.js +184 -4
  284. package/cypress/pages/drawingResponsePage.js +10 -1
  285. package/cypress/pages/fillInTheGapsDragAndDropPage.js +3 -8
  286. package/cypress/pages/gradingGridViewPage.js +64 -0
  287. package/cypress/pages/graphingPage.js +27 -8
  288. package/cypress/pages/gridFillPage.js +27 -9
  289. package/cypress/pages/imageHighlightPage.js +115 -15
  290. package/cypress/pages/index.js +1 -0
  291. package/cypress/pages/listOrderingPage.js +46 -2
  292. package/cypress/pages/matchingPage.js +29 -10
  293. package/cypress/pages/numberLineLabelPage.js +31 -8
  294. package/cypress/pages/numberLinePage.js +19 -7
  295. package/cypress/pages/singleSelectionPage.js +30 -1
  296. package/cypress/pages/textEntryMathPage.js +27 -8
  297. package/cypress/pages/textSelectionPage.js +2 -2
  298. package/cypress/pages/thinkSpherePage.js +928 -87
  299. package/cypress/pages/uploadResponsePage.js +17 -1
  300. package/cypress/pages/videoResponsePage.js +3 -0
  301. package/cypress/support/commands.js +9 -0
  302. package/cypress/support/helpers/createItem.js +22 -3
  303. package/cypress/support/helpers/utilities.js +14 -1
  304. package/package.json +1 -1
  305. /package/cypress/e2e/ILC/{ChartsDotsPlot → chartsDotsPlot}/checkAnswerFunctionalityForAllViews.js +0 -0
  306. /package/cypress/e2e/ILC/{ChartsDotsPlot → chartsDotsPlot}/editQuestion.smoke.js +0 -0
@@ -207,6 +207,214 @@ describe('Create item page - Matching: All or nothing ', () => {
207
207
  });
208
208
  });
209
209
 
210
+ views.forEach((view) => {
211
+ describe(`${view}: Matching dropdown - Manually scored`, { tags: 'smoke' }, () => {
212
+ abortEarlySetup();
213
+ before(() => {
214
+ switch (view) {
215
+ case 'Question preview':
216
+ matchingPage.steps.navigateToCreateQuestion('matching');
217
+ cy.barsPreLoaderWait();
218
+ matchingPage.steps.selectOptionLayoutToggleButton('Dropdown menu');
219
+ matchingPage.steps.addTextInQuestionInstructionsInputField('Match the following using dropdowns.');
220
+ matchingPage.steps.expandScoringTypeDropdown();
221
+ matchingPage.steps.selectOptionFromScoringTypeDropdown('Manually scored');
222
+ matchingPage.steps.allotPoints(20);
223
+ matchingPage.steps.addMultipleOptionFields(2);
224
+ matchingPage.steps.enterTextInPromptInputField(promptTextArray);
225
+ matchingPage.steps.enterTextInOptionInputFieldDropdown(optionsArray);
226
+ matchingPage.steps.switchToPreviewTab();
227
+ break;
228
+ case 'Item preview':
229
+ cy.visit(`/item-engine/demo/edit-item/${utilities.base64Encoding(itemReferenceID)}`);
230
+ itemPreviewPage.steps.switchToPreviewTab();
231
+ break;
232
+ case 'Grading view':
233
+ cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
234
+ break;
235
+ };
236
+ });
237
+
238
+ beforeEach(() => {
239
+ switch (view) {
240
+ case 'Question preview':
241
+ matchingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
242
+ matchingPage.steps.resetQuestionPreview();
243
+ break;
244
+ case 'Item preview':
245
+ matchingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
246
+ itemPreviewPage.steps.resetQuestionPreview();
247
+ break;
248
+ case 'Grading view':
249
+ cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
250
+ break;
251
+ }
252
+ });
253
+
254
+ if (view === 'Question preview') {
255
+ after(() => {
256
+ matchingPage.steps.clickOnSaveQuestionButton();
257
+ utilities.verifyElementVisibilityState(itemPreviewPage.referenceID(), 'visible');
258
+ itemReferenceID = itemPreviewPage.steps.getItemReferenceID();
259
+ });
260
+ };
261
+
262
+ it('Question instructions should be visible', () => {
263
+ matchingPage.steps.verifyQuestionInstructionsTextPreviewTab('Match the following using dropdowns.');
264
+ matchingPage.steps.verifyVisibityOfQuestionInstructionsText();
265
+ });
266
+
267
+ it('User should be able to attempt the question in student view, and correct/incorrect icons, "Your answer is correct/incorrect" label, and correct answer section should not be displayed in grading view', () => {
268
+ matchingPage.steps.selectResponseFromDropdownInPreviewTab([{ dropdownIndex: 0, dropdownOption: optionsArray[0] }, { dropdownIndex: 1, dropdownOption: optionsArray[1] }]);
269
+ if (view === 'Grading view') {
270
+ studentViewPage.steps.submitResponse();
271
+ utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
272
+ studentViewPage.steps.clickOnGoToGradingViewButton();
273
+ gradingViewPage.steps.verifyGradingViewScore('', 20);
274
+ matchingPage.steps.verifyCorrectIncorrectIconNotExistDropdown(0);
275
+ matchingPage.steps.verifyCorrectIncorrectIconNotExistDropdown(1);
276
+ matchingPage.steps.verifyAnswerStatusBannerNotExist();
277
+ matchingPage.steps.verifyCorrectAnswerSectionNotExist();
278
+ };
279
+ if (view === 'Question preview' || view === 'Item preview') {
280
+ matchingPage.steps.checkManuallyScoredScoringLabel();
281
+ };
282
+ });
283
+ });
284
+ });
285
+
286
+ views.forEach((view) => {
287
+ describe(`${view}: Matching dropdown - Non scored`, { tags: 'smoke' }, () => {
288
+ abortEarlySetup();
289
+ before(() => {
290
+ switch (view) {
291
+ case 'Question preview':
292
+ matchingPage.steps.navigateToCreateQuestion('matching');
293
+ cy.barsPreLoaderWait();
294
+ matchingPage.steps.selectOptionLayoutToggleButton('Dropdown menu');
295
+ matchingPage.steps.addTextInQuestionInstructionsInputField('Match the following using dropdowns.');
296
+ matchingPage.steps.addMultipleOptionFields(2);
297
+ matchingPage.steps.enterTextInPromptInputField(promptTextArray);
298
+ matchingPage.steps.enterTextInOptionInputFieldDropdown(optionsArray);
299
+ matchingPage.steps.expandScoringTypeDropdown();
300
+ matchingPage.steps.selectOptionFromScoringTypeDropdown('Non scored');
301
+ matchingPage.steps.selectResponseFromDropdownInSpecifyCorrectAnswerSection([{ dropdownIndex: 0, dropdownOption: optionsArray[1] }, { dropdownIndex: 1, dropdownOption: optionsArray[2] }, { dropdownIndex: 2, dropdownOption: optionsArray[0] }]);
302
+ matchingPage.steps.switchToPreviewTab();
303
+ break;
304
+ case 'Item preview':
305
+ cy.visit(`/item-engine/demo/edit-item/${utilities.base64Encoding(itemReferenceID)}`);
306
+ itemPreviewPage.steps.switchToPreviewTab();
307
+ break;
308
+ case 'Grading view':
309
+ cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
310
+ break;
311
+ };
312
+ });
313
+
314
+ beforeEach(() => {
315
+ switch (view) {
316
+ case 'Question preview':
317
+ matchingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
318
+ matchingPage.steps.resetQuestionPreview();
319
+ break;
320
+ case 'Item preview':
321
+ matchingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
322
+ itemPreviewPage.steps.resetQuestionPreview();
323
+ break;
324
+ case 'Grading view':
325
+ cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
326
+ break;
327
+ }
328
+ });
329
+
330
+ if (view === 'Question preview') {
331
+ after(() => {
332
+ matchingPage.steps.clickOnSaveQuestionButton();
333
+ utilities.verifyElementVisibilityState(itemPreviewPage.referenceID(), 'visible');
334
+ itemReferenceID = itemPreviewPage.steps.getItemReferenceID();
335
+ });
336
+ };
337
+
338
+ it('When the user selects "Grading" view without attempting the question, dropdown numeration should be displayed, correct/incorrect status message should not be displayed, correct answers section with a label "Correct answers" should be displayed with correct answers and respective option numeration', () => {
339
+ if (view === 'Grading view') {
340
+ studentViewPage.steps.submitResponse();
341
+ utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
342
+ studentViewPage.steps.clickOnGoToGradingViewButton();
343
+ gradingViewPage.steps.verifyScoresNotVisibleForNonScoredQuestions();
344
+ };
345
+ if (view === 'Question preview' || view === 'Item preview') {
346
+ matchingPage.steps.checkNonScoredScoringLabel();
347
+ matchingPage.steps.switchToGradingView();
348
+ matchingPage.steps.verifyPreviewTabPointsBackgroundForIncorrectOrPartiallyCorrectAnswer();
349
+ };
350
+ matchingPage.steps.verifyDropdownNumeration(0);
351
+ matchingPage.steps.verifyDropdownNumeration(1);
352
+ matchingPage.steps.verifyDropdownNumeration(2);
353
+ matchingPage.steps.verifyCorrectIncorrectIconsNotExist();
354
+ matchingPage.steps.verifyCorrectIncorrectAnswerLabelNotExist();
355
+ utilities.verifyInnerText(matchingPage.correctAnswersLabel(), 'Correct answers');
356
+ matchingPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Elephant'], ['Fish'], ['Cat']]);
357
+ });
358
+
359
+ it('When the user attempts the question incorrectly, then the user should be awarded 0 points and on switching to "Grading" view, incorrect icons should be displayed besides all incorrect responses, a status message with text "Your answer is incorrect" and correct answer section with all correct answers along with numeration should be displayed', () => {
360
+ matchingPage.steps.selectResponseFromDropdownInPreviewTab([{ dropdownIndex: 0, dropdownOption: optionsArray[0] }, { dropdownIndex: 1, dropdownOption: optionsArray[1] }, { dropdownIndex: 2, dropdownOption: optionsArray[2] }]);
361
+ if (view === 'Grading view') {
362
+ studentViewPage.steps.submitResponse();
363
+ utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
364
+ studentViewPage.steps.clickOnGoToGradingViewButton();
365
+ gradingViewPage.steps.verifyScoresNotVisibleForNonScoredQuestions();
366
+ };
367
+ if (view === 'Question preview' || view === 'Item preview') {
368
+ matchingPage.steps.checkNonScoredScoringLabel();
369
+ matchingPage.steps.switchToGradingView();
370
+ };
371
+ matchingPage.steps.verifyIncorrectOptionIconDropdown(0);
372
+ matchingPage.steps.verifyIncorrectOptionIconDropdown(1);
373
+ matchingPage.steps.verifyIncorrectOptionIconDropdown(2);
374
+ matchingPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
375
+ matchingPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Elephant'], ['Fish'], ['Cat']]);
376
+ });
377
+
378
+ it('When the user attempts the question partially correct, then the user should be awarded 0 points and on switching to "Grading" view, correct icon should be displayed beside the correct answer responses, incorrect icon should be displayed beside incorrect answer responses, a status message with text "Your answer is incorrect" and correct answer section with all correct answers should be displayed', () => {
379
+ matchingPage.steps.selectResponseFromDropdownInPreviewTab([{ dropdownIndex: 0, dropdownOption: optionsArray[1] }, { dropdownIndex: 1, dropdownOption: optionsArray[3] }, { dropdownIndex: 2, dropdownOption: optionsArray[0] }]);
380
+ if (view === 'Grading view') {
381
+ studentViewPage.steps.submitResponse();
382
+ utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
383
+ studentViewPage.steps.clickOnGoToGradingViewButton();
384
+ gradingViewPage.steps.verifyScoresNotVisibleForNonScoredQuestions();
385
+ };
386
+ if (view === 'Question preview' || view === 'Item preview') {
387
+ matchingPage.steps.checkNonScoredScoringLabel();
388
+ matchingPage.steps.switchToGradingView();
389
+ };
390
+ matchingPage.steps.verifyCorrectOptionIconDropdown(0);
391
+ matchingPage.steps.verifyIncorrectOptionIconDropdown(1);
392
+ matchingPage.steps.verifyCorrectOptionIconDropdown(2);
393
+ matchingPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
394
+ matchingPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Elephant'], ['Fish'], ['Cat']]);
395
+ });
396
+
397
+ it('When the user attempts the question correctly, and on switching to "Grading" view, non-scoring label should be displayed, correct icons should be displayed beside the correct responses, a status message with text "Your answer is correct" should be displayed and correct answer section should not be displayed', () => {
398
+ matchingPage.steps.selectResponseFromDropdownInPreviewTab([{ dropdownIndex: 0, dropdownOption: optionsArray[1] }, { dropdownIndex: 1, dropdownOption: optionsArray[2] }, { dropdownIndex: 2, dropdownOption: optionsArray[0] }]);
399
+ if (view === 'Grading view') {
400
+ studentViewPage.steps.submitResponse();
401
+ utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
402
+ studentViewPage.steps.clickOnGoToGradingViewButton();
403
+ gradingViewPage.steps.verifyScoresNotVisibleForNonScoredQuestions();
404
+ };
405
+ if (view === 'Question preview' || view === 'Item preview') {
406
+ matchingPage.steps.checkNonScoredScoringLabel();
407
+ matchingPage.steps.switchToGradingView();
408
+ };
409
+ matchingPage.steps.verifyCorrectOptionIconDropdown(0);
410
+ matchingPage.steps.verifyCorrectOptionIconDropdown(1);
411
+ matchingPage.steps.verifyCorrectOptionIconDropdown(2);
412
+ matchingPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
413
+ matchingPage.steps.verifyCorrectAnswerSectionNotExists();
414
+ });
415
+ });
416
+ });
417
+
210
418
  if (!grepTags || !grepTags.includes('smoke')) {
211
419
  describe('Question preview: Auto scored - All or nothing: Minimum scoring', () => {
212
420
  abortEarlySetup();
@@ -375,7 +375,8 @@ describe('Create Item page - Multiple selection: All or nothing ', () => {
375
375
  multipleSelectionPage.steps.verifyCorrectAnswerSectionExist();
376
376
  });
377
377
 
378
- it('When the user attempts the question partially correct, then the user should be awarded 0 points and on switching to \'Grading\' view, correct icon should be displayed besides the correct answer responses, incorrect icon should be displayed besides incorrect answer response, a status message with text \'Your answer is incorrect\' and correct answer section with all correct answers along with numeration should be displayed', () => {
378
+ //Failing due to https://weldnorthed.atlassian.net/browse/IEI-6004
379
+ it.skip('When the user attempts the question partially correct, then the user should be awarded 0 points and on switching to \'Grading\' view, correct icon should be displayed besides the correct answer responses, incorrect icon should be displayed besides incorrect answer response, a status message with text \'Your answer is incorrect\' and correct answer section with all correct answers along with numeration should be displayed', () => {
379
380
  if (view === 'Grading view') {
380
381
  studentViewPage.steps.clearResponses();
381
382
  };
@@ -167,7 +167,7 @@ describe('Create item page - Multiple selection: Question instructions, Options
167
167
  });
168
168
 
169
169
  it('Warning icons should be displayed on the required input fields', () => {
170
- multipleSelectionPage.steps.verifyWarningIconOnRequiredFields(['Please enter all option values', 'Please set points']);
170
+ multipleSelectionPage.steps.verifyWarningIconOnRequiredFields(['Please enter all option values.', 'Please set points.']);
171
171
  });
172
172
 
173
173
  it('Warning icons should disappear when required input fields are filled', () => {
@@ -45,11 +45,11 @@ describe('Create item page - Multiple selection: Header section and Saving quest
45
45
  });
46
46
 
47
47
  describe('Validation error messages', () => {
48
- dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please enter all option values', 'Please set points']);
48
+ dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please enter all option values.', 'Please set points.']);
49
49
 
50
50
  it('Validation error messages should be displayed below required input fields', () => {
51
51
  multipleSelectionPage.steps.verifyQuestionInstructionsErrorMessageIsNotDisplayed();
52
- multipleSelectionPage.steps.verifyWarningIconOnRequiredFields(['Please enter all option values', 'Please set points']);
52
+ multipleSelectionPage.steps.verifyWarningIconOnRequiredFields(['Please enter all option values.', 'Please set points.']);
53
53
  });
54
54
 
55
55
  it('Validation error messages should disappear when required input fields are filled', () => {
@@ -78,7 +78,7 @@ describe('Create item page - Multiple selection: Header section and Saving quest
78
78
  });
79
79
 
80
80
  it('should save the question with incomplete authoring and display a snackbar with the text "Saved successfully!" when the Save Question button is clicked', () => {
81
- dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please enter all option values', 'Please set points']);
81
+ dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please enter all option values.', 'Please set points.']);
82
82
  multipleSelectionPage.steps.saveAQuestionWithIncompleteAuthoring();
83
83
  });
84
84
  multipleSelectionPage.tests.verifySavedSuccessfullySnackbarCSSAndA11y();
@@ -65,6 +65,7 @@ describe('Create Item page - Multiple selection grid', () => {
65
65
  before(() => {
66
66
  multipleSelectionGridPage.steps.navigateToCreateQuestion('multiple selection grid');
67
67
  cy.barsPreLoaderWait();
68
+ multipleSelectionGridPage.steps.addQuestionInstructions('Which of the following is the major contributor to increased carbon dioxide levels because of urbanization? Select your answer from the options below.');
68
69
  });
69
70
 
70
71
  it('When the user selects \'Grading\' view without setting the answer, correct answers section and answer status banner should not be displayed', () => {
@@ -109,7 +109,7 @@ describe('Create item page - Multiple selection grid: Question instructions, Spe
109
109
  });
110
110
 
111
111
  it('When the user gives an input value lower than 1 i.e. 0 in the rows input stepper, then the columns value should be reset to 1', () => {
112
- multipleSelectionGridPage.steps.addInputToRowInputStepper(0);
112
+ multipleSelectionGridPage.steps.enterInputToRowInputStepper(0);
113
113
  multipleSelectionGridPage.steps.verifyRowsInputStepperCountInputFieldValue(1);
114
114
  });
115
115
 
@@ -1042,7 +1042,7 @@ describe('Create item page - Multiple selection grid: Question instructions, Spe
1042
1042
  });
1043
1043
 
1044
1044
  it('Warning icons should be displayed on the required input fields', () => {
1045
- multipleSelectionGridPage.steps.verifyWarningIconOnRequiredFields(['Please enter all questions', 'Please set points']);
1045
+ multipleSelectionGridPage.steps.verifyWarningIconOnRequiredFields(['Please enter all questions.', 'Please set points.']);
1046
1046
  });
1047
1047
 
1048
1048
  it('Warning icons should disappear when required input fields are filled', () => {
@@ -44,11 +44,11 @@ describe('Create item page - Multiple selection grid: Header section and Saving
44
44
  });
45
45
 
46
46
  describe('Validation error messages', () => {
47
- dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please enter all questions in the grid', 'Please set points']);
47
+ dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please enter all questions in the grid.', 'Please set points.']);
48
48
 
49
49
  it('Validation error messages should be displayed below required input fields', () => {
50
50
  multipleSelectionGridPage.steps.verifyQuestionInstructionsErrorMessageIsNotDisplayed();
51
- multipleSelectionGridPage.steps.verifyWarningIconOnRequiredFields(['Please enter all questions in the grid', 'Please set points']);
51
+ multipleSelectionGridPage.steps.verifyWarningIconOnRequiredFields(['Please enter all questions in the grid.', 'Please set points.']);
52
52
  });
53
53
 
54
54
  it('Validation error messages should disappear when required input fields are filled', () => {
@@ -84,7 +84,7 @@ describe('Create item page - Multiple selection grid: Header section and Saving
84
84
  });
85
85
 
86
86
  it('Should save the question with incomplete authoring and display a snackbar with the text "Saved successfully!" when the Save Question button is clicked', () => {
87
- dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please enter all questions in the grid', 'Please set points']);
87
+ dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please enter all questions in the grid.', 'Please set points.']);
88
88
  multipleSelectionGridPage.steps.saveAQuestionWithIncompleteAuthoring();
89
89
  });
90
90
  multipleSelectionGridPage.tests.verifySavedSuccessfullySnackbarCSSAndA11y();
@@ -3,7 +3,7 @@ import { ckEditorToolbar, equationEditorFlyout } from "../../../pages/components
3
3
  import abortEarlySetup from "../../../support/helpers/abortEarly";
4
4
  import utilities from "../../../support/helpers/utilities";
5
5
  const css = Cypress.env('css');
6
- let previewContentViews = ['Question preview', 'Item view', 'Item preview', 'Student view', 'Grading view', 'Correct answer view'];
6
+ let previewContentViews = ['Question preview', 'Item view', 'Item preview', 'Student view', 'Grading view', 'Correct answer view', 'Print preview'];
7
7
  const views = utilities.getViews(previewContentViews);
8
8
  var itemReferenceID = "";
9
9
 
@@ -69,6 +69,9 @@ describe('Create item page - Multiple selection grid: Preview contents', () => {
69
69
  case 'Correct answer view':
70
70
  cy.visit(`/item-engine/demo/render-item/correct-answer-view/${utilities.base64Encoding(itemReferenceID)}`);
71
71
  break;
72
+ case 'Print preview':
73
+ cy.visit(`/item-engine/demo/render-item/print-view/${utilities.base64Encoding(itemReferenceID)}`);
74
+ break;
72
75
  default:
73
76
  throw new Error('Invalid view');
74
77
  }
@@ -86,26 +89,28 @@ describe('Create item page - Multiple selection grid: Preview contents', () => {
86
89
  }
87
90
  });
88
91
 
89
- it('Question instructions should be visible', () => {
90
- utilities.verifyInnerText(multipleSelectionGridPage.questionInstructionsText(), 'Please select where the following animals are found');
91
- utilities.verifyElementVisibilityState(multipleSelectionGridPage.questionInstructionsText(), 'visible');
92
- });
93
-
94
- it(`Multiple selection grid - The question grid as set by the user should be displayed in the ${view}`, () => {
95
- multipleSelectionGridPage.steps.verifyTableCellPropertyPreviewTab({ row: 0, column: 0 }, 'None');
96
- multipleSelectionGridPage.steps.verifyTableCellPropertyPreviewTab({ row: 0, column: 1 }, 'Heading');
97
- multipleSelectionGridPage.steps.verifyTableCellPropertyPreviewTab({ row: 0, column: 2 }, 'Heading');
98
- multipleSelectionGridPage.steps.verifyTableCellPropertyPreviewTab({ row: 1, column: 0 }, 'Heading');
99
- multipleSelectionGridPage.steps.verifyTableCellPropertyPreviewTab({ row: 1, column: 1 }, 'Checkbox with text');
100
- multipleSelectionGridPage.steps.verifyTableCellPropertyPreviewTab({ row: 2, column: 0 }, 'Subheading');
101
- multipleSelectionGridPage.steps.verifyTableCellPropertyPreviewTab({ row: 2, column: 2 }, 'No checkbox');
102
- multipleSelectionGridPage.steps.verifyTableCellPropertyPreviewTab({ row: 3, column: 0 }, 'Text');
103
- multipleSelectionGridPage.steps.verifyTableCellPropertyPreviewTab({ row: 3, column: 1 }, 'No checkbox');
104
- multipleSelectionGridPage.steps.verifyTableCellPropertyPreviewTab({ row: 4, column: 2 }, 'No checkbox');
105
- cy.eyesCheckWindow(`Multiple selection grid - ${view} - Question grid displayed`);
106
- });
92
+ if (view !== 'Print preview') {
93
+ it('Question instructions should be visible', () => {
94
+ utilities.verifyInnerText(multipleSelectionGridPage.questionInstructionsText(), 'Please select where the following animals are found');
95
+ utilities.verifyElementVisibilityState(multipleSelectionGridPage.questionInstructionsText(), 'visible');
96
+ });
97
+
98
+ it(`Multiple selection grid - The question grid as set by the user should be displayed in the ${view}`, () => {
99
+ multipleSelectionGridPage.steps.verifyTableCellPropertyPreviewTab({ row: 0, column: 0 }, 'None');
100
+ multipleSelectionGridPage.steps.verifyTableCellPropertyPreviewTab({ row: 0, column: 1 }, 'Heading');
101
+ multipleSelectionGridPage.steps.verifyTableCellPropertyPreviewTab({ row: 0, column: 2 }, 'Heading');
102
+ multipleSelectionGridPage.steps.verifyTableCellPropertyPreviewTab({ row: 1, column: 0 }, 'Heading');
103
+ multipleSelectionGridPage.steps.verifyTableCellPropertyPreviewTab({ row: 1, column: 1 }, 'Checkbox with text');
104
+ multipleSelectionGridPage.steps.verifyTableCellPropertyPreviewTab({ row: 2, column: 0 }, 'Subheading');
105
+ multipleSelectionGridPage.steps.verifyTableCellPropertyPreviewTab({ row: 2, column: 2 }, 'No checkbox');
106
+ multipleSelectionGridPage.steps.verifyTableCellPropertyPreviewTab({ row: 3, column: 0 }, 'Text');
107
+ multipleSelectionGridPage.steps.verifyTableCellPropertyPreviewTab({ row: 3, column: 1 }, 'No checkbox');
108
+ multipleSelectionGridPage.steps.verifyTableCellPropertyPreviewTab({ row: 4, column: 2 }, 'No checkbox');
109
+ cy.eyesCheckWindow(`Multiple selection grid - ${view} - Question grid displayed`);
110
+ });
111
+ }
107
112
 
108
- if (view !== 'Grading view' && view !== 'Correct answer view') {
113
+ if (view !== 'Grading view' && view !== 'Correct answer view' && view !== 'Print preview') {
109
114
  it(`When the user has added image, equation, bold text to the options, then they should be displayed in the grid in ${view}`, () => {
110
115
  multipleSelectionGridPage.steps.verifyTableCellWithImageInPreviewTab({ row: 1, column: 1 });
111
116
  multipleSelectionGridPage.steps.verifyTableCellWithBoldTextInPreviewTab({ row: 3, column: 1 });
@@ -126,6 +131,30 @@ describe('Create item page - Multiple selection grid: Preview contents', () => {
126
131
  it('The content in the grid should not be editable', () => {
127
132
  multipleSelectionGridPage.steps.verifyOptionDisabledState({ row: 1, column: 1 });
128
133
  });
134
+ } else if (view === 'Print preview') {
135
+ it('Question number should be visible', () => {
136
+ utilities.verifyInnerText(multipleSelectionGridPage.questionNumberPrintPreviewText(), '1');
137
+ utilities.verifyElementVisibilityState(multipleSelectionGridPage.questionNumberPrintPreviewText(), 'visible');
138
+ });
139
+
140
+ it('Question instructions should be visible', () => {
141
+ utilities.verifyInnerText(multipleSelectionGridPage.questionInstructionsPrintPreviewText(), 'Please select where the following animals are found');
142
+ utilities.verifyElementVisibilityState(multipleSelectionGridPage.questionInstructionsPrintPreviewText(), 'visible');
143
+ });
144
+
145
+ it(`Multiple selection - grid ${view} - The question grid as set by the user should be displayed in the ${view}`, () => {
146
+ multipleSelectionGridPage.steps.verifyTableCellPropertyPrintPreviewTab({ row: 0, column: 0 }, 'None');
147
+ multipleSelectionGridPage.steps.verifyTableCellPropertyPrintPreviewTab({ row: 0, column: 1 }, 'Heading');
148
+ multipleSelectionGridPage.steps.verifyTableCellPropertyPrintPreviewTab({ row: 0, column: 2 }, 'Heading');
149
+ multipleSelectionGridPage.steps.verifyTableCellPropertyPrintPreviewTab({ row: 1, column: 0 }, 'Heading');
150
+ multipleSelectionGridPage.steps.verifyTableCellPropertyPrintPreviewTab({ row: 1, column: 1 }, 'Radio button with text');
151
+ multipleSelectionGridPage.steps.verifyTableCellPropertyPrintPreviewTab({ row: 2, column: 0 }, 'Subheading');
152
+ multipleSelectionGridPage.steps.verifyTableCellPropertyPrintPreviewTab({ row: 2, column: 2 }, 'No radio button');
153
+ multipleSelectionGridPage.steps.verifyTableCellPropertyPrintPreviewTab({ row: 3, column: 0 }, 'Text');
154
+ multipleSelectionGridPage.steps.verifyTableCellPropertyPrintPreviewTab({ row: 3, column: 1 }, 'No radio button');
155
+ multipleSelectionGridPage.steps.verifyTableCellPropertyPrintPreviewTab({ row: 4, column: 2 }, 'No radio button');
156
+ cy.eyesCheckWindow(`Single selection - grid ${view} - Question grid displayed`);
157
+ });
129
158
  } else {
130
159
  it(`The correct options should be in checked state, correct icons should be displayed besides them, correct background should be displayed behind the option`, () => {
131
160
  multipleSelectionGridPage.steps.verifyOptionWithCheckboxSelectedState({ row: 1, column: 0 });
@@ -139,56 +168,58 @@ describe('Create item page - Multiple selection grid: Preview contents', () => {
139
168
  });
140
169
  }
141
170
 
142
- it('CSS of preview contents', { tags: 'css' }, () => {
143
- multipleSelectionGridPage.gridPreviewTab()
144
- .within(() => {
145
- utilities.verifyCSS(utilities.getNthElement(multipleSelectionGridPage.tableCell().parent(), 1), {
146
- 'background-color': css.color.matrixHeadingCellBg,
147
- 'border-bottom-color': `${css.color.matrixCellBorder}`
148
- });
149
- utilities.verifyCSS(utilities.getNthElement(multipleSelectionGridPage.tableCell().parent(), 6), {
150
- 'background-color': css.color.matrixSubheadingCellBg,
151
- 'border-color': `${css.color.matrixCellBorder}`
152
- });
153
- utilities.verifyCSS(utilities.getNthElement(multipleSelectionGridPage.tableCell().parent(), 9), {
154
- 'background-color': css.color.defaultBackground,
155
- 'border-color': `${css.color.matrixCellBorder}`
156
- });
157
- utilities.verifyCSS(utilities.getNthElement(multipleSelectionGridPage.tableCell(), 1).find('.question-text-wrapper'), {
158
- 'color': css.color.text,
159
- 'font-size': css.fontSize.heading,
160
- 'font-weight': css.fontWeight.bold
161
- });
162
- utilities.verifyCSS(utilities.getNthElement(multipleSelectionGridPage.tableCell(), 6).find('.question-text-wrapper'), {
163
- 'color': css.color.text,
164
- 'font-size': css.fontSize.default,
165
- 'font-weight': css.fontWeight.bold
166
- });
167
- utilities.verifyCSS(utilities.getNthElement(multipleSelectionGridPage.tableCell(), 9).find('.question-text-wrapper'), {
168
- 'color': css.color.text,
169
- 'font-size': css.fontSize.default,
170
- 'font-weight': css.fontWeight.regular
171
+ if (view !== 'Print preview') {
172
+ it('CSS of preview contents', { tags: 'css' }, () => {
173
+ multipleSelectionGridPage.gridPreviewTab()
174
+ .within(() => {
175
+ utilities.verifyCSS(utilities.getNthElement(multipleSelectionGridPage.tableCell().parent(), 1), {
176
+ 'background-color': css.color.matrixHeadingCellBg,
177
+ 'border-bottom-color': `${css.color.matrixCellBorder}`
178
+ });
179
+ utilities.verifyCSS(utilities.getNthElement(multipleSelectionGridPage.tableCell().parent(), 6), {
180
+ 'background-color': css.color.matrixSubheadingCellBg,
181
+ 'border-color': `${css.color.matrixCellBorder}`
182
+ });
183
+ utilities.verifyCSS(utilities.getNthElement(multipleSelectionGridPage.tableCell().parent(), 9), {
184
+ 'background-color': css.color.defaultBackground,
185
+ 'border-color': `${css.color.matrixCellBorder}`
186
+ });
187
+ utilities.verifyCSS(utilities.getNthElement(multipleSelectionGridPage.tableCell(), 1).find('.question-text-wrapper'), {
188
+ 'color': css.color.text,
189
+ 'font-size': css.fontSize.heading,
190
+ 'font-weight': css.fontWeight.bold
191
+ });
192
+ utilities.verifyCSS(utilities.getNthElement(multipleSelectionGridPage.tableCell(), 6).find('.question-text-wrapper'), {
193
+ 'color': css.color.text,
194
+ 'font-size': css.fontSize.default,
195
+ 'font-weight': css.fontWeight.bold
196
+ });
197
+ utilities.verifyCSS(utilities.getNthElement(multipleSelectionGridPage.tableCell(), 9).find('.question-text-wrapper'), {
198
+ 'color': css.color.text,
199
+ 'font-size': css.fontSize.default,
200
+ 'font-weight': css.fontWeight.regular
201
+ });
171
202
  });
172
- });
173
- switch (view) {
174
- case 'Question preview':
175
- case 'Item preview':
176
- case 'Item view':
177
- case 'Item preview':
178
- case 'Student view':
179
- break;
180
- case 'Grading view':
181
- case 'Correct answer view':
182
- utilities.verifyCSS(utilities.getNthElement(multipleSelectionGridPage.tableCell(), 10).find('.question-text-wrapper strong'), {
183
- 'color': css.color.successBtn,
184
- 'font-size': css.fontSize.default,
185
- 'font-weight': css.fontWeight.bold
186
- });
187
- break;
188
- default:
189
- throw new Error('Invalid view');
190
- }
191
- });
203
+ switch (view) {
204
+ case 'Question preview':
205
+ case 'Item preview':
206
+ case 'Item view':
207
+ case 'Item preview':
208
+ case 'Student view':
209
+ break;
210
+ case 'Grading view':
211
+ case 'Correct answer view':
212
+ utilities.verifyCSS(utilities.getNthElement(multipleSelectionGridPage.tableCell(), 10).find('.question-text-wrapper strong'), {
213
+ 'color': css.color.successBtn,
214
+ 'font-size': css.fontSize.default,
215
+ 'font-weight': css.fontWeight.bold
216
+ });
217
+ break;
218
+ default:
219
+ throw new Error('Invalid view');
220
+ }
221
+ });
222
+ }
192
223
 
193
224
  //Failing due to https://weldnorthed.atlassian.net/browse/IEI-4738
194
225
  it.skip('Accessibility of preview tab', { tags: 'a11y' }, () => {
@@ -38,6 +38,7 @@ describe('Multiple selection grid - Additional settings', () => {
38
38
  multipleSelectionGridPage.steps.navigateToCreateQuestion('multiple selection grid');
39
39
  cy.barsPreLoaderWait();
40
40
  multipleSelectionGridPage.steps.expandStyleAndLayoutCustomizationAccordion();
41
+ multipleSelectionGridPage.steps.addTextInQuestionInstructionsInputField('Which of the following is the major contributor to increased carbon dioxide levels because of urbanization? Select your answer from the options below.');
41
42
  });
42
43
 
43
44
  multipleSelectionGridPage.tests.verifyRowAndColumnSpacingFunctionalityPreviewTab();
@@ -235,4 +235,83 @@ describe('Create Item page - Number line: All or nothing with alternative answer
235
235
  numberLinePage.steps.verifyCorrectAnswerSectionNotExist();*/
236
236
  });
237
237
  });
238
+
239
+ describe('Question Preview: AutoScored - All or Nothing with blank scoring: When alternative answer points are more than correct answer points and alternative has no points plotted', () => {
240
+ abortEarlySetup();
241
+ before(() => {
242
+ numberLinePage.steps.navigateToCreateQuestion('Number line');
243
+ cy.barsPreLoaderWait();
244
+ numberLinePage.steps.addTextInQuestionInstructionsInputField('Plot points on the number line');
245
+ numberLinePage.steps.selectNumberLineToolOptionSpecifyCorrectAnswer('Point');
246
+ numberLinePage.steps.allotPoints(12);
247
+ numberLinePage.steps.plotPointOnNumberLineSpecifyCorrectAnswer("horizontal", range, 0);
248
+ numberLinePage.steps.verifyPointsPlottedOnNumberLineSpecifyCorrectAnswer(range, [0]);
249
+ numberLinePage.steps.addAlternativeAnswerAccordion(1);
250
+ numberLinePage.steps.allotPoints(20);
251
+ numberLinePage.steps.switchToPreviewTab();
252
+ });
253
+
254
+ it('When user attempts the question with responses from the correct accordion, then the user should be awarded points specified for correct points accordion (less than full points) and on switching to \'Grading\' view, correct icons should be displayed beside all the correct responses, a status message with text \'Your answer is correct\' should be displayed and correct answer section should not be displayed', () => {
255
+ numberLinePage.steps.plotPointOnNumberLinePreviewTab("horizontal", range, 0);
256
+ numberLinePage.steps.verifyPreviewScore(12, 20);
257
+ numberLinePage.steps.switchToGradingView();
258
+ numberLinePage.steps.verifyCorrectIncorrectAnswerLabel('correct');
259
+ numberLinePage.steps.verifyCorrectAnswerSectionNotExist();
260
+ numberLinePage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
261
+ });
262
+
263
+ it('When user resets the option then full score should be awarded as alternative accordion has blank response', () => {
264
+ numberLinePage.steps.resetQuestionPreview();
265
+ numberLinePage.steps.plotPointOnNumberLinePreviewTab("horizontal", range, 0);
266
+ numberLinePage.steps.selectNumberLineControlOptionPreviewTab('Delete');
267
+ numberLinePage.steps.plotPointOnNumberLinePreviewTab("horizontal", range, 0);
268
+ numberLinePage.steps.verifyPreviewScore(20, 20);
269
+ numberLinePage.steps.switchToGradingView();
270
+ numberLinePage.steps.verifyCorrectIncorrectAnswerLabel('correct');
271
+ numberLinePage.steps.verifyCorrectAnswerSectionNotExist();
272
+ numberLinePage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
273
+ })
274
+ });
275
+
276
+ describe('Question Preview: AutoScored - All or Nothing with blank scoring: When alternative answer points are more than correct answer points and correct answer has no points plotted', () => {
277
+ abortEarlySetup();
278
+ before(() => {
279
+ numberLinePage.steps.navigateToCreateQuestion('Number line');
280
+ cy.barsPreLoaderWait();
281
+ numberLinePage.steps.addTextInQuestionInstructionsInputField('Plot points on the number line');
282
+ numberLinePage.steps.selectNumberLineToolOptionSpecifyCorrectAnswer('Point');
283
+ numberLinePage.steps.allotPoints(12);
284
+ numberLinePage.steps.plotPointOnNumberLineSpecifyCorrectAnswer("horizontal", range, 0);
285
+ numberLinePage.steps.verifyPointsPlottedOnNumberLineSpecifyCorrectAnswer(range, [0]);
286
+ numberLinePage.steps.addAlternativeAnswerAccordion(1);
287
+ numberLinePage.steps.allotPoints(20);
288
+ numberLinePage.steps.plotPointOnNumberLineSpecifyCorrectAnswer("horizontal", range, 0);
289
+ numberLinePage.steps.verifyPointsPlottedOnNumberLineSpecifyCorrectAnswer(range, [0]);
290
+ numberLinePage.steps.expandCorrectAnswerAccordion();
291
+ numberLinePage.steps.selectNumberLineControlOptionSpecifyCorrectAnswerSection('Delete');
292
+ numberLinePage.steps.plotPointOnNumberLineSpecifyCorrectAnswer("horizontal", range, 0);
293
+ numberLinePage.steps.switchToPreviewTab();
294
+ })
295
+
296
+ it('When user attempts the question with responses from the correct accordion i.e select and resets an option, then the user should be awarded points specified for correct points accordion (less than full points) and on switching to \'Grading\' view, correct icons should be displayed beside all the correct responses, a status message with text \'Your answer is correct\' should be displayed and correct answer section should not be displayed', () => {
297
+ numberLinePage.steps.plotPointOnNumberLinePreviewTab("horizontal", range, 0);
298
+ numberLinePage.steps.selectNumberLineControlOptionPreviewTab('Delete');
299
+ numberLinePage.steps.plotPointOnNumberLinePreviewTab("horizontal", range, 0);
300
+ numberLinePage.steps.verifyPreviewScore(12, 20);
301
+ numberLinePage.steps.switchToGradingView();
302
+ numberLinePage.steps.verifyCorrectIncorrectAnswerLabel('correct');
303
+ numberLinePage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
304
+ })
305
+
306
+ it('When user attempts the question with responses from the alternative accordion then full score should be awarded', () => {
307
+ numberLinePage.steps.resetQuestionPreview();
308
+ numberLinePage.steps.selectNumberLineToolOptionPreviewTab('Point');
309
+ numberLinePage.steps.plotPointOnNumberLinePreviewTab("horizontal", range, 0);
310
+ numberLinePage.steps.verifyPreviewScore(20, 20);
311
+ numberLinePage.steps.switchToGradingView();
312
+ numberLinePage.steps.verifyCorrectIncorrectAnswerLabel('correct');
313
+ numberLinePage.steps.verifyCorrectAnswerSectionNotExist();
314
+ numberLinePage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
315
+ })
316
+ })
238
317
  });