itemengine-cypress-automation 1.0.381 → 1.0.382-FixesPR3-b746986.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 (307) 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/audioPlayerEditTabAddFeatureRadioButton.js +2 -3
  38. package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerEditTabAddTranscriptRadioButton .js +2 -4
  39. package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerEditTabStudentViewSettings.js +3 -3
  40. package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerHeaderSectionAndButtons.js +2 -2
  41. package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerPreviewTab.js +1 -1
  42. package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerPreviewTabSupportedFileTypes.js +6 -0
  43. package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerPreviewTabTranscript.js +2 -3
  44. package/cypress/e2e/ILC/CkEditorInsertImage/imageInfo.js +3 -3
  45. package/cypress/e2e/ILC/CkEditorInsertTable/tableDimension&FooterProperties.js +3 -3
  46. package/cypress/e2e/ILC/CkEditorInsertTable/tableStyle.js +11 -11
  47. package/cypress/e2e/ILC/CkEditorLink/uploadSection.js +1 -1
  48. package/cypress/e2e/ILC/ContentBlocks/editTabBasics.js +63 -4
  49. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/allOrNothingBasicForAllViews.smoke.js +116 -7
  50. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/editTabBasicSection.js +1 -1
  51. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/editTabScoring.js +1 -0
  52. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/headerSection.js +3 -3
  53. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/pagination.js +1 -1
  54. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/studentViewSettingsForGroupedLayout.js +3 -0
  55. package/cypress/e2e/ILC/DrawingResponse/drawingResponseAdditionalSettings.js +1 -0
  56. package/cypress/e2e/ILC/DrawingResponse/drawingResponseBackground.js +2 -8
  57. package/cypress/e2e/ILC/DrawingResponse/drawingResponseCustomizeAdditionalOptions.js +1 -0
  58. package/cypress/e2e/ILC/DrawingResponse/drawingResponsePreviewTabContents.smoke.js +1 -3
  59. package/cypress/e2e/ILC/EssayResponse/editTabBasicSections.js +23 -37
  60. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/allOrNothingForAllViews.smoke.js +210 -0
  61. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/draggableOptions.js +2 -0
  62. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/editTabBasicSection.js +1 -1
  63. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/headerSection.js +3 -3
  64. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/previewContentsForAllViewInIncompleteAuthoring.smoke.js +7 -7
  65. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/previewContentsForAllViews.smoke.js +11 -11
  66. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/editQuestion.smoke.js +40 -0
  67. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/editTabBasicSection.js +1 -1
  68. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/headerSection.js +3 -3
  69. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/allOrNothingForAllViews.smoke.js +216 -0
  70. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/headerSection.js +3 -3
  71. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/editQuestion.smoke.js +45 -0
  72. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/editTabBasicSection.js +1 -1
  73. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/headerSection.js +4 -4
  74. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/HeaderSection.js +4 -4
  75. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/editQuestion.smoke.js +1 -1
  76. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/responseAnswersAndAcceptedStudentInput.js +4 -0
  77. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/supportedFileTypes.js +3 -1
  78. package/cypress/e2e/ILC/FillInTheGapsTextNew/editTabBasicSection.js +1 -1
  79. package/cypress/e2e/ILC/FillInTheGapsTextNew/headerSection.js +3 -3
  80. package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithAlternativePointsGreaterThanCorrectPoints.js +73 -0
  81. package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithCorrectPointsEqualToAlternatePoints.js +38 -0
  82. package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +38 -0
  83. package/cypress/e2e/ILC/Graphing/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +87 -0
  84. package/cypress/e2e/ILC/Graphing/allOrNothingForAllViews.smoke.js +2 -2
  85. package/cypress/e2e/ILC/Graphing/checkAddAlternativeButton.js +35 -0
  86. package/cypress/e2e/ILC/Graphing/editQuestion.smoke.js +28 -0
  87. package/cypress/e2e/ILC/Graphing/editTabBasicSection.js +38 -0
  88. package/cypress/e2e/ILC/Graphing/editTabScoringSection.js +1 -0
  89. package/cypress/e2e/ILC/Graphing/headerSection.js +36 -4
  90. package/cypress/e2e/ILC/Graphing/layoutAndGridOptions.js +6 -3
  91. package/cypress/e2e/ILC/GridFill/addAlternateButton.js +40 -0
  92. package/cypress/e2e/ILC/GridFill/allOrNothingBasicForAllViews.smoke.js +210 -0
  93. package/cypress/e2e/ILC/GridFill/customizeLayoutFillImageBackgroundImage.js +2 -2
  94. package/cypress/e2e/ILC/GridFill/headerSection.js +4 -4
  95. package/cypress/e2e/ILC/GridFill/scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +39 -0
  96. package/cypress/e2e/ILC/GridFill/scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +39 -0
  97. package/cypress/e2e/ILC/GridFill/scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +39 -0
  98. package/cypress/e2e/ILC/GridFill/scoring/cellShadeCountAllOrNothingCorrectPointsGreaterThanAlternativePoints.js +37 -0
  99. package/cypress/e2e/ILC/GridFill/scoring/cellShadeCountallOrNothingCorrectPointsEqualToAlternativePoints.js +39 -0
  100. package/cypress/e2e/ILC/GridFill/scoring/cellshadeCountAllOrNothingAlternativePointsGreaterThanCorrectPoints.js +36 -0
  101. package/cypress/e2e/ILC/GridFill/scoring/checkLabelSaveAsYouGo.js +75 -0
  102. package/cypress/e2e/ILC/GridFill/scoring/partialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +2 -1
  103. package/cypress/e2e/ILC/ImageHighlight/additionalSettingsBasic.js +1 -0
  104. package/cypress/e2e/ILC/ImageHighlight/allOrNothingForAllViews.smoke.js +212 -0
  105. package/cypress/e2e/ILC/ImageHighlight/customiseHighlightStyle.js +29 -0
  106. package/cypress/e2e/ILC/ImageHighlight/editTabBasicSection.js +1 -1
  107. package/cypress/e2e/ILC/ImageHighlight/headerSection.js +3 -3
  108. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +24 -0
  109. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +24 -0
  110. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +24 -0
  111. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +86 -0
  112. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/manuallyAndNonScored.js +2 -4
  113. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialEqualWeightsBasic.js +1 -1
  114. package/cypress/e2e/ILC/ListOrderingDropdown/allOrNothingForAllViews.smoke.js +237 -1
  115. package/cypress/e2e/ILC/ListOrderingDropdown/checkAddAlternativeButton.js +35 -0
  116. package/cypress/e2e/ILC/ListOrderingDropdown/editTabBasicSection.js +26 -0
  117. package/cypress/e2e/ILC/ListOrderingDropdown/headerSection.js +108 -0
  118. package/cypress/e2e/ILC/ListOrderingDropdown/manuallyAndNonScoredEditTab.js +2 -1
  119. package/cypress/e2e/ILC/ListOrderingDropdown/previewContentsForAllViews.smoke.js +2 -4
  120. package/cypress/e2e/ILC/ListOrderingDropdown/specifyCorrectAnswerSection.js +7 -12
  121. package/cypress/e2e/ILC/ListOrderingNew/HorizontalOrientation/specifyCorrectAnswerSection.js +10 -14
  122. package/cypress/e2e/ILC/ListOrderingNew/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +52 -0
  123. package/cypress/e2e/ILC/ListOrderingNew/allOrNothingForAllViews.smoke.js +215 -0
  124. package/cypress/e2e/ILC/ListOrderingNew/editTabBasicSection.js +23 -0
  125. package/cypress/e2e/ILC/ListOrderingNew/headerSection.js +36 -9
  126. package/cypress/e2e/ILC/ListOrderingNew/manuallyAndNonScoredEditTab.js +2 -0
  127. package/cypress/e2e/ILC/ListOrderingNew/specifyCorrectAnswerSection.js +7 -23
  128. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +41 -0
  129. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +30 -0
  130. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +50 -0
  131. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +101 -0
  132. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/allOrNothingForAllViews.smoke.js +309 -0
  133. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/checkAddAlternativeButton.js +38 -0
  134. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/editTabBasicSection.js +24 -0
  135. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/editTabScoring.js +4 -1
  136. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/headerSection.js +38 -3
  137. package/cypress/e2e/ILC/Matching/Scoring/blankResponseScoring.js +38 -41
  138. package/cypress/e2e/ILC/Matching/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +98 -0
  139. package/cypress/e2e/ILC/Matching/allOrNothingScoringForAllViews.smoke.js +210 -0
  140. package/cypress/e2e/ILC/Matching/checkAlternativeButton.js +38 -0
  141. package/cypress/e2e/ILC/Matching/clickAndDrop.js +5 -5
  142. package/cypress/e2e/ILC/Matching/draggableOptions.js +7 -0
  143. package/cypress/e2e/ILC/Matching/editQuestion.smoke.js +3 -2
  144. package/cypress/e2e/ILC/Matching/editTabBasicSection.js +41 -0
  145. package/cypress/e2e/ILC/Matching/headerSection.js +38 -12
  146. package/cypress/e2e/ILC/Matching/questionInstructionsAndPromptSection.js +2 -15
  147. package/cypress/e2e/ILC/Matching/studentViewSettings.js +3 -1
  148. package/cypress/e2e/ILC/Matching/studentViewSettingsForGroupedLayout.js +1 -1
  149. package/cypress/e2e/ILC/MatchingDropdown/Scoring/blankResponseScoring.js +7 -6
  150. package/cypress/e2e/ILC/MatchingDropdown/Scoring/partialDifferentWeightsScoringBasic.js +6 -6
  151. package/cypress/e2e/ILC/MatchingDropdown/allOrNothingScoringForAllViews.smoke.js +208 -0
  152. package/cypress/e2e/ILC/MultipleSelection/allOrNothingBasicForAllViews.smoke.js +2 -1
  153. package/cypress/e2e/ILC/MultipleSelection/editTabBasicSection.js +1 -1
  154. package/cypress/e2e/ILC/MultipleSelection/headerSection.js +3 -3
  155. package/cypress/e2e/ILC/MultipleSelectionGridNew/Scoring/checkScoringLabelBannerAndCorrectAnswer.js +1 -0
  156. package/cypress/e2e/ILC/MultipleSelectionGridNew/editTabBasicSection.js +2 -2
  157. package/cypress/e2e/ILC/MultipleSelectionGridNew/headerSection.js +3 -3
  158. package/cypress/e2e/ILC/MultipleSelectionGridNew/previewContentsForAllViews.smoke.js +100 -69
  159. package/cypress/e2e/ILC/MultipleSelectionGridNew/styleAndLayoutCustomizationLayoutProperties.js +1 -0
  160. package/cypress/e2e/ILC/NumberLine/Scoring/allOrNothingWithAlternatePointsGreaterThanCorrectPoints.js +79 -0
  161. package/cypress/e2e/ILC/NumberLine/Scoring/allOrNothingWithCorrectPointsEqualToAlternatePoints.js +42 -0
  162. package/cypress/e2e/ILC/NumberLine/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +42 -0
  163. package/cypress/e2e/ILC/NumberLine/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +75 -0
  164. package/cypress/e2e/ILC/NumberLine/allOrNothingScoringForAllViews.smoke.js +213 -0
  165. package/cypress/e2e/ILC/NumberLine/checkAddAlternativeButton.js +32 -0
  166. package/cypress/e2e/ILC/NumberLine/editTabSection.js +38 -0
  167. package/cypress/e2e/ILC/NumberLine/headerSection.js +33 -4
  168. package/cypress/e2e/ILC/NumberLine/verticalNumberLine/allOrNothingScoringForAllViews.smoke.js +249 -0
  169. package/cypress/e2e/ILC/NumberLineLabel/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +81 -0
  170. package/cypress/e2e/ILC/NumberLineLabel/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +43 -0
  171. package/cypress/e2e/ILC/NumberLineLabel/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +43 -0
  172. package/cypress/e2e/ILC/NumberLineLabel/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +76 -0
  173. package/cypress/e2e/ILC/NumberLineLabel/additionalSettingsBasic.js +1 -1
  174. package/cypress/e2e/ILC/NumberLineLabel/allOrNothingForAllViews.smoke.js +266 -0
  175. package/cypress/e2e/ILC/NumberLineLabel/checkAddAlternativeButton.js +34 -0
  176. package/cypress/e2e/ILC/NumberLineLabel/editTabSection.js +38 -0
  177. package/cypress/e2e/ILC/NumberLineLabel/headerSection.js +37 -5
  178. package/cypress/e2e/ILC/NumberLineLabel/manuallyAndNonScoredEditTab.js +2 -1
  179. package/cypress/e2e/ILC/NumberLineLabel/verticalNumberLine/allOrNothingForAllViews.smoke.js +268 -0
  180. package/cypress/e2e/ILC/NumberLineLabel/verticalNumberLine/editQuestion.smoke.js +1 -1
  181. package/cypress/e2e/ILC/ShortTextResponseNew/allOrNothingBasicForAllViews.smoke.js +186 -0
  182. package/cypress/e2e/ILC/ShortTextResponseNew/editTabBasicSections.js +33 -49
  183. package/cypress/e2e/ILC/ShortTextResponseNew/headerSection.js +2 -4
  184. package/cypress/e2e/ILC/SingleSelection/editTabBasicSection.js +1 -1
  185. package/cypress/e2e/ILC/SingleSelection/headerSection.js +2 -2
  186. package/cypress/e2e/ILC/SingleSelectionGridNew/editTabBasicSection.js +2 -2
  187. package/cypress/e2e/ILC/SingleSelectionGridNew/headerSection.js +3 -3
  188. package/cypress/e2e/ILC/SingleSelectionGridNew/previewContentsForAllViews.smoke.js +101 -70
  189. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/allOrNothingAlternatePointsGreaterThanCorrectPoints.js +86 -0
  190. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/allOrNothingCorrectPointsEqualToAlternatePoints.js +86 -0
  191. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/allOrNothingCorrectPointsGreaterThanAlternatePoints.js +65 -0
  192. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +4 -2
  193. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +2 -0
  194. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +2 -0
  195. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialDifferentWeightsScoringBasic.js +9 -2
  196. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +4 -2
  197. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +3 -1
  198. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +2 -0
  199. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsScoringBasic.js +4 -0
  200. package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingAlternatePointsGreaterThanCorrectPoints.js +64 -0
  201. package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingBasicForAddEvaluation.js +2 -0
  202. package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingBasicForAlternateAnswer.js +2 -0
  203. package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingCorrectPointsEqualToAlternatePoints.js +64 -0
  204. package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingCorrectPointsGreaterThanAlternatePoints.js +65 -0
  205. package/cypress/e2e/ILC/TextEntryMath/Scoring/blankResponseScoring.js +2 -2
  206. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +2 -0
  207. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +2 -0
  208. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +2 -0
  209. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsScoringBasic.js +8 -0
  210. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +2 -0
  211. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +2 -0
  212. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +2 -0
  213. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsScoringBasic.js +1 -0
  214. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsScoringBasicForAlternateAnswer.js +2 -0
  215. package/cypress/e2e/ILC/TextEntryMath/allOrNothingBasicForAllViews.smoke.js +263 -0
  216. package/cypress/e2e/ILC/TextEntryMath/allOrNothingBasicForAllViewsFormulaTemplate.smoke.js +219 -0
  217. package/cypress/e2e/ILC/TextEntryMath/editTabBasicSection.js +27 -3
  218. package/cypress/e2e/ILC/TextEntryMath/equationEditor.smoke.js +1 -1
  219. package/cypress/e2e/ILC/TextEntryMath/evaluationMethodEquivalentStructures.smoke.js +3 -3
  220. package/cypress/e2e/ILC/TextEntryMath/headerSection.js +43 -0
  221. package/cypress/e2e/ILC/TextEntryMathWithImage/allOrNothingScoringForAllViews.smoke.js +263 -0
  222. package/cypress/e2e/ILC/TextEntryMathWithImage/backgroundImageAndCanvasProperties.js +0 -1
  223. package/cypress/e2e/ILC/TextEntryMathWithImage/styleAndLayoutCustomization.js +1 -1
  224. package/cypress/e2e/ILC/TextSelection/additionalSettings.js +1 -0
  225. package/cypress/e2e/ILC/TextSelection/allOrNothingScoringForAllViews.smoke.js +231 -0
  226. package/cypress/e2e/ILC/TextSelection/editTabBasicSection.js +2 -2
  227. package/cypress/e2e/ILC/TextSelection/headerSection.js +3 -3
  228. package/cypress/e2e/ILC/TextSelection/minimumScoringPenaltyPointsAndRoundingDropdown.js +1 -0
  229. package/cypress/e2e/ILC/TextSelection/textSelectionModesInSpecifyPossibleOptionsSection.js +1 -0
  230. package/cypress/e2e/ILC/ThinkSphere/createReviewItem.js +1 -1
  231. package/cypress/e2e/ILC/ThinkSphere/editTabBasicSection.js +1 -1
  232. package/cypress/e2e/ILC/ThinkSphere/editThinkSphereQuestion.smoke.js +145 -54
  233. package/cypress/e2e/ILC/ThinkSphere/equationEditorEditCategoryFlyOut.js +2 -0
  234. package/cypress/e2e/ILC/ThinkSphere/planPhase.js +45 -5
  235. package/cypress/e2e/ILC/ThinkSphere/previewTabPlanSection.js +8 -8
  236. package/cypress/e2e/ILC/ThinkSphere/previewTabReviewSection.js +97 -0
  237. package/cypress/e2e/ILC/ThinkSphere/previewTabSolveSection.js +36 -0
  238. package/cypress/e2e/ILC/ThinkSphere/solvePhase.js +3 -3
  239. package/cypress/e2e/ILC/ThinkSphere/studentViewPlanTabSection.js +393 -0
  240. package/cypress/e2e/ILC/ThinkSphere/studentViewReviewTabSection.js +141 -0
  241. package/cypress/e2e/ILC/ToolAudioPlayerNew/headerSection.js +90 -2
  242. package/cypress/e2e/ILC/UploadResponse/editTabBasicSection.js +34 -0
  243. package/cypress/e2e/ILC/UploadResponse/headerSection.js +38 -1
  244. package/cypress/e2e/ILC/UploadResponse/uploadResponsePreview.js +50 -13
  245. package/cypress/e2e/ILC/VideoResponseNew/editTabBasicSection.js +14 -29
  246. package/cypress/e2e/ILC/chartsDotsPlot/headerSection.js +16 -1
  247. package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialDifferentWeightsBasic.js +27 -28
  248. package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialDifferentWeightsWithAlternativePointsGreaterThanCorrectPoints.js +31 -30
  249. package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialDifferentWeightsWithCorrectPointsEqualToAlternativePoints.js +24 -24
  250. package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialDifferentWeightsWithCorrectPointsGreaterThanAlternativePoints.js +39 -37
  251. package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialEqualWeightsBasic.js +22 -23
  252. package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +31 -30
  253. package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +25 -24
  254. package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternativePoints.js +31 -31
  255. package/cypress/e2e/ILC/chartsDotsPlot/scoring/toleranceThresholdScoring.js +18 -19
  256. package/cypress/e2e/ILC/chartsDotsPlot/specifyCorrectAnswerSection.js +96 -0
  257. package/cypress/e2e/Sessions/fetchResponses.js +3 -3
  258. package/cypress/e2e/Sessions/saveResponseScores.js +2 -2
  259. package/cypress/fixtures/thinkSphereWhiteboardTools.js +66 -0
  260. package/cypress/pages/audioPlayerPage.js +47 -22
  261. package/cypress/pages/brainingCampManipulativePage.js +1 -1
  262. package/cypress/pages/chartsBarPage.js +45 -0
  263. package/cypress/pages/chartsDotPlotPage.js +25 -0
  264. package/cypress/pages/chartsLinePage.js +28 -3
  265. package/cypress/pages/components/autoScoredSpecifyCorrectAnswerSection.js +5 -1
  266. package/cypress/pages/components/chartsCommonComponent.js +6 -2
  267. package/cypress/pages/components/ckEditorEquationEditorComponent.js +1 -0
  268. package/cypress/pages/components/ckEditorInsertImageComponent.js +3 -3
  269. package/cypress/pages/components/ckEditorInsertTableComponent.js +3 -3
  270. package/cypress/pages/components/ckEditorLinkComponent.js +8 -9
  271. package/cypress/pages/components/colorPopupComponent.js +6 -0
  272. package/cypress/pages/components/createQuestionBasePage.js +19 -6
  273. package/cypress/pages/components/desmosToolComponent.js +1 -1
  274. package/cypress/pages/components/draggableOptionsSectionComponent.js +2 -0
  275. package/cypress/pages/components/equationEditorSectionCommonComponent.js +14 -29
  276. package/cypress/pages/components/fillInTheGapsDropdownCommonComponent.js +31 -3
  277. package/cypress/pages/components/gridQuestionCommonComponent.js +55 -2
  278. package/cypress/pages/components/imageCanvasComponent.js +11 -5
  279. package/cypress/pages/components/questionInstructionsComponent.js +2 -0
  280. package/cypress/pages/components/scoringSectionBaseEditTab.js +3 -0
  281. package/cypress/pages/components/specifyRowsAndColumnsComponent.js +16 -0
  282. package/cypress/pages/contentBlocksPage.js +2 -0
  283. package/cypress/pages/desmos3DGraphingPage.js +149 -4
  284. package/cypress/pages/desmosGeometryPage.js +184 -4
  285. package/cypress/pages/drawingResponsePage.js +10 -1
  286. package/cypress/pages/fillInTheGapsDragAndDropPage.js +3 -8
  287. package/cypress/pages/gradingGridViewPage.js +64 -0
  288. package/cypress/pages/graphingPage.js +27 -8
  289. package/cypress/pages/gridFillPage.js +27 -9
  290. package/cypress/pages/imageHighlightPage.js +115 -15
  291. package/cypress/pages/index.js +1 -0
  292. package/cypress/pages/listOrderingPage.js +46 -2
  293. package/cypress/pages/matchingPage.js +29 -10
  294. package/cypress/pages/numberLineLabelPage.js +31 -8
  295. package/cypress/pages/numberLinePage.js +19 -7
  296. package/cypress/pages/singleSelectionPage.js +30 -1
  297. package/cypress/pages/textEntryMathPage.js +27 -8
  298. package/cypress/pages/textSelectionPage.js +2 -2
  299. package/cypress/pages/thinkSpherePage.js +928 -87
  300. package/cypress/pages/uploadResponsePage.js +17 -1
  301. package/cypress/pages/videoResponsePage.js +3 -0
  302. package/cypress/support/commands.js +9 -0
  303. package/cypress/support/helpers/createItem.js +22 -3
  304. package/cypress/support/helpers/utilities.js +14 -1
  305. package/package.json +3 -3
  306. /package/cypress/e2e/ILC/{ChartsDotsPlot → chartsDotsPlot}/checkAnswerFunctionalityForAllViews.js +0 -0
  307. /package/cypress/e2e/ILC/{ChartsDotsPlot → chartsDotsPlot}/editQuestion.smoke.js +0 -0
@@ -92,11 +92,9 @@ describe('Create item page - Text entry math: Question instructions, Add structu
92
92
  textEntryMathPage.steps.switchToEditTab();
93
93
  textEntryMathPage.steps.deleteAResponseArea(0);
94
94
  textEntryMathPage.steps.deleteAResponseArea(0);
95
- utilities.verifyElementVisibilityState(textEntryMathPage.errorMessage(), 'exist');
95
+ utilities.verifyElementVisibilityState(textEntryMathPage.errorMessage(), 'notExist');
96
96
  });
97
97
 
98
- textEntryMathPage.tests.verifyErrorMessageCSSAndA11y();
99
-
100
98
  textEntryMathPage.tests.addResponseAreaAndVerifyMinimumOneAreaRequiredErrorMessageNotExist();
101
99
 
102
100
  textEntryMathPage.tests.verifyQuestionInputFieldPlaceholderText();
@@ -200,4 +198,30 @@ describe('Create item page - Text entry math: Question instructions, Add structu
200
198
  utilities.verifyElementCount(textEntryMathPage.responseFieldPreviewTab(), 1);
201
199
  });
202
200
  });
201
+
202
+ describe('User should be able to edit incomplete authored question', () => {
203
+ abortEarlySetup();
204
+ before(() => {
205
+ textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
206
+ cy.barsPreLoaderWait();
207
+ textEntryMathPage.steps.saveAQuestionWithIncompleteAuthoring();
208
+ textEntryMathPage.steps.editItem();
209
+ });
210
+
211
+ it('Warning icons should be displayed on the required input fields', () => {
212
+ utilities.verifyElementVisibilityState(textEntryMathPage.questionWarningIcon(), 'exist');
213
+ utilities.verifyElementVisibilityState(textEntryMathPage.warningIcon(), 'exist');
214
+ });
215
+
216
+ it('When required input fields are filled then warning icons should disappear', () => {
217
+ textEntryMathPage.steps.addResponseArea();
218
+ textEntryMathPage.steps.allotPoints(10);
219
+ textEntryMathPage.steps.verifyErrorMessageIsNotDisplayed();
220
+ textEntryMathPage.steps.verifySpecifyCorrectAnswerErrorIconNotExists();
221
+ });
222
+
223
+ it('Warning icon should not be visible', () => {
224
+ textEntryMathPage.steps.verifyWarningIconNotExist();
225
+ });
226
+ });
203
227
  });
@@ -98,7 +98,7 @@ describe('Create question page - Text Entry Math: Equation Editor functionality'
98
98
  cy.log('Adding an equation to preview input field')
99
99
  equationEditorFlyout.steps.enterEquation([{ categoryName: 'intermediate', symbolName: ['x'] }, { categoryName: 'numPad', symbolName: ['add', 'five', 'equalTo', 'one'] }]);
100
100
  equationEditorFlyout.steps.clickOnOkButton();
101
- textEntryMathPage.steps.verifyResponseFieldEquationTextNew(0, 'x+5=1');
101
+ textEntryMathPage.steps.verifyResponseFieldEquationTextNew(0, 'x+5=1');
102
102
  });
103
103
 
104
104
  textEntryMathPage.tests.editEquationInPreviewTab('text entry math');
@@ -1021,14 +1021,14 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1021
1021
  });
1022
1022
 
1023
1023
  //Syntax: Expression
1024
- it('When user has selected \'Expression\' from the syntax dropdown and user enters input using integer in preview tab response fields they should be treated as incorrect', () => {
1024
+ it('When user has selected \'Expression\' from the syntax dropdown and user enters input using integer in preview tab response fields they should be treated as correct', () => {
1025
1025
  textEntryMathPage.steps.resetQuestionPreview();
1026
1026
  textEntryMathPage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
1027
1027
  equationEditorFlyout.steps.enterTextInPreviewInputField('90');
1028
1028
  equationEditorFlyout.steps.clickOnOkButton();
1029
1029
  textEntryMathPage.steps.switchToGradingView();
1030
- textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
1031
- textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1030
+ textEntryMathPage.steps.verifyCorrectResponseIcon(0);
1031
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
1032
1032
  });
1033
1033
 
1034
1034
  it('When user has selected \'Expression\' from the syntax dropdown and user enters input using single variable with coefficient in preview tab response fields they should be treated as incorrect', () => {
@@ -0,0 +1,43 @@
1
+ import { textEntryMathPage } from "../../../pages";
2
+ import { browseItemsPage } from "../../../pages/components";
3
+ import { itemPreviewPage } from "../../../pages";
4
+ import abortEarlySetup from "../../../support/helpers/abortEarly";
5
+ import utilities from "../../../support/helpers/utilities";
6
+
7
+ var itemReferenceID = "";
8
+
9
+ describe('Create Item page - Text Entry Math: Header section and Saving question', () => {
10
+ before(() => {
11
+ cy.loginAs('admin');
12
+ });
13
+
14
+ describe('Saving a question with incomplete authoring', () => {
15
+ abortEarlySetup();
16
+ before(() => {
17
+ textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
18
+ cy.barsPreLoaderWait();
19
+ });
20
+
21
+ it('User should be able to save the question with incomplete authoring and snackbar with the text "Saved successfully!" should be displayed', () => {
22
+ textEntryMathPage.steps.saveAQuestionWithIncompleteAuthoring();
23
+ });
24
+ textEntryMathPage.tests.verifySavedSuccessfullySnackbarCSSAndA11y();
25
+ });
26
+
27
+ describe('Save as you go - Browse item page contents', () => {
28
+ abortEarlySetup();
29
+ before(() => {
30
+ cy.log('Navigating to Text Entry Math question type');
31
+ textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
32
+ cy.barsPreLoaderWait();
33
+ textEntryMathPage.steps.saveAQuestionWithIncompleteAuthoring();
34
+ utilities.verifyElementVisibilityState(itemPreviewPage.referenceID(), 'visible');
35
+ itemReferenceID = itemPreviewPage.steps.getItemReferenceID();
36
+ browseItemsPage.steps.navigateToBrowseItemsPage();
37
+ });
38
+
39
+ it('When user saves an incompletely authored question then a warning icon should be visible in browse items page', () => {
40
+ browseItemsPage.steps.verifyWarningIconInBrowseItemPage(`${itemReferenceID}`);
41
+ });
42
+ });
43
+ });
@@ -263,6 +263,269 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
263
263
  });
264
264
  });
265
265
 
266
+ views.forEach((view) => {
267
+ describe(`Text entry math with image: manually scored - ${view}`, { tags: 'smoke' }, () => {
268
+ abortEarlySetup();
269
+ before(() => {
270
+ switch (view) {
271
+ case 'Question preview':
272
+ textEntryMathWithImagePage.steps.navigateToCreateQuestion('Text Entry Math');
273
+ cy.barsPreLoaderWait();
274
+ textEntryMathWithImagePage.steps.addBackground();
275
+ textEntryMathWithImagePage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
276
+ textEntryMathWithImagePage.steps.uploadFile('highlightImage.jpg');
277
+ textEntryMathWithImagePage.steps.verifyImageIsUploaded();
278
+ textEntryMathWithImagePage.steps.insertResponseArea(10);
279
+ textEntryMathWithImagePage.steps.insertResponseArea(40);
280
+ textEntryMathWithImagePage.steps.insertResponseArea(50);
281
+ textEntryMathWithImagePage.steps.expandScoringTypeDropdown();
282
+ textEntryMathWithImagePage.steps.selectOptionFromScoringTypeDropdown('Manually scored');
283
+ textEntryMathWithImagePage.steps.allotPoints(20);
284
+ textEntryMathWithImagePage.steps.switchToPreviewTab();
285
+ break;
286
+ case 'Item preview':
287
+ cy.visit(`/item-engine/demo/edit-item/${utilities.base64Encoding(itemReferenceID)}`);
288
+ itemPreviewPage.steps.switchToPreviewTab();
289
+ break;
290
+ case 'Grading view':
291
+ cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
292
+ break;
293
+ }
294
+ });
295
+
296
+ beforeEach(() => {
297
+ switch (view) {
298
+ case 'Question preview':
299
+ textEntryMathWithImagePage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
300
+ textEntryMathWithImagePage.steps.resetQuestionPreview();
301
+ break;
302
+ case 'Item preview':
303
+ cy.get('body').then($body => {
304
+ if ($body.find('.preview-mode-wrapper input[aria-label="Student View"]').length) {
305
+ itemPreviewPage.steps.switchToStudentView();
306
+ }
307
+ });
308
+ itemPreviewPage.steps.resetQuestionPreview();
309
+ break;
310
+ case 'Grading view':
311
+ cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
312
+ break;
313
+ }
314
+ });
315
+
316
+ if (view === 'Question preview') {
317
+ after(() => {
318
+ textEntryMathWithImagePage.steps.clickOnSaveQuestionButton();
319
+ utilities.verifyElementVisibilityState(itemPreviewPage.referenceID(), 'visible');
320
+ itemReferenceID = itemPreviewPage.steps.getItemReferenceID();
321
+ });
322
+ };
323
+
324
+ it('Question instructions should be visible', () => {
325
+ textEntryMathWithImagePage.steps.verifyQuestionInstructionsTextPreviewTab('Enter the correct answer in the response field');
326
+ textEntryMathWithImagePage.steps.verifyVisibityOfQuestionInstructionsText();
327
+ });
328
+
329
+ 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', () => {
330
+ textEntryMathWithImagePage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
331
+ textEntryMathWithImagePage.steps.enterTextInResponsePreviewInputField(0, 'Correct1');
332
+ equationEditorFlyout.steps.clickOnOkButton();
333
+ textEntryMathWithImagePage.steps.focusInResponseAnswerInputFieldPreviewTab(1);
334
+ equationEditorFlyout.steps.enterQuadraticEquation();
335
+ textEntryMathWithImagePage.steps.focusInResponseAnswerInputFieldPreviewTab(2);
336
+ textEntryMathWithImagePage.steps.enterTextInResponsePreviewInputField(2, '6*3.14');
337
+ equationEditorFlyout.steps.clickOnOkButton();
338
+ if (view === 'Grading view') {
339
+ studentViewPage.steps.submitResponse();
340
+ utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
341
+ studentViewPage.steps.clickOnGoToGradingViewButton();
342
+ gradingViewPage.steps.verifyGradingViewScore('', 20);
343
+ }
344
+ if (view === 'Question preview' || view === 'Item preview') {
345
+ textEntryMathWithImagePage.steps.checkManuallyScoredScoringLabel();
346
+ }
347
+ textEntryMathWithImagePage.steps.verifyCorrectIncorrectAnswerLabelNotExist();
348
+ textEntryMathWithImagePage.steps.verifyCorrectIncorrectIconNotExist(0);
349
+ textEntryMathWithImagePage.steps.verifyCorrectIncorrectIconNotExist(1);
350
+ textEntryMathWithImagePage.steps.verifyCorrectIncorrectIconNotExist(2);
351
+ textEntryMathWithImagePage.steps.verifyCorrectAnswerSectionNotExists();
352
+ });
353
+ });
354
+ });
355
+
356
+ views.forEach((view) => {
357
+ describe(`Text entry math with image: non scored - ${view}`, { tags: 'smoke' }, () => {
358
+ abortEarlySetup();
359
+ before(() => {
360
+ switch (view) {
361
+ case 'Question preview':
362
+ textEntryMathWithImagePage.steps.navigateToCreateQuestion('Text Entry Math');
363
+ cy.barsPreLoaderWait();
364
+ textEntryMathWithImagePage.steps.addBackground();
365
+ textEntryMathWithImagePage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
366
+ textEntryMathWithImagePage.steps.uploadFile('highlightImage.jpg');
367
+ textEntryMathWithImagePage.steps.verifyImageIsUploaded();
368
+ textEntryMathWithImagePage.steps.insertResponseArea(10);
369
+ textEntryMathWithImagePage.steps.insertResponseArea(40);
370
+ textEntryMathWithImagePage.steps.insertResponseArea(50);
371
+ textEntryMathWithImagePage.steps.expandResponseAccordionSpecifyCorrectAnswer(0);
372
+ textEntryMathWithImagePage.steps.focusInResponseAnswerInputFieldSpecifyCorrectAnswerSection(0);
373
+ equationEditorFlyout.steps.clearAll();
374
+ equationEditorFlyout.steps.enterTextInPreviewInputField('12');
375
+ equationEditorFlyout.steps.clickOnOkButton();
376
+ textEntryMathWithImagePage.steps.expandResponseAccordionSpecifyCorrectAnswer(1);
377
+ textEntryMathWithImagePage.steps.focusInResponseAnswerInputFieldSpecifyCorrectAnswerSection(1);
378
+ equationEditorFlyout.steps.enterQuadraticEquation();
379
+ textEntryMathWithImagePage.steps.expandResponseAccordionSpecifyCorrectAnswer(2);
380
+ textEntryMathWithImagePage.steps.focusInResponseAnswerInputFieldSpecifyCorrectAnswerSection(2);
381
+ equationEditorFlyout.steps.enterEquationUsingPiSymbol();
382
+ textEntryMathWithImagePage.steps.expandScoringTypeDropdown();
383
+ textEntryMathWithImagePage.steps.selectOptionFromScoringTypeDropdown('Non scored');
384
+ textEntryMathWithImagePage.steps.switchToPreviewTab();
385
+ break;
386
+ case 'Item preview':
387
+ cy.visit(`/item-engine/demo/edit-item/${utilities.base64Encoding(itemReferenceID)}`);
388
+ itemPreviewPage.steps.switchToPreviewTab();
389
+ break;
390
+ case 'Grading view':
391
+ cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
392
+ break;
393
+ }
394
+ });
395
+
396
+ beforeEach(() => {
397
+ switch (view) {
398
+ case 'Question preview':
399
+ textEntryMathWithImagePage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
400
+ textEntryMathWithImagePage.steps.resetQuestionPreview();
401
+ break;
402
+ case 'Item preview':
403
+ cy.get('body').then($body => {
404
+ if ($body.find('.preview-mode-wrapper input[aria-label="Student View"]').length) {
405
+ itemPreviewPage.steps.switchToStudentView();
406
+ }
407
+ });
408
+ itemPreviewPage.steps.resetQuestionPreview();
409
+ break;
410
+ case 'Grading view':
411
+ cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
412
+ break;
413
+ }
414
+ });
415
+
416
+ if (view === 'Question preview') {
417
+ after(() => {
418
+ textEntryMathWithImagePage.steps.clickOnSaveQuestionButton();
419
+ utilities.verifyElementVisibilityState(itemPreviewPage.referenceID(), 'visible');
420
+ itemReferenceID = itemPreviewPage.steps.getItemReferenceID();
421
+ });
422
+ }
423
+
424
+ it('When the user selects "Grading" view without attempting the question, correct/incorrect icons should not be displayed, correct answers section should be displayed, and no correct/incorrect label should be shown', () => {
425
+ if (view === 'Grading view') {
426
+ studentViewPage.steps.submitResponse();
427
+ utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
428
+ studentViewPage.steps.clickOnGoToGradingViewButton();
429
+ }
430
+ if (view === 'Question preview' || view === 'Item preview') {
431
+ textEntryMathWithImagePage.steps.switchToGradingView();
432
+ }
433
+ textEntryMathWithImagePage.steps.verifyResponseFieldNumerationPreviewTab();
434
+ textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['12', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π']);
435
+ textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesAriaLabel(1, '2 x squared y squared plus 4 x y plus 4');
436
+ textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesAriaLabel(2, '6 times pi');
437
+ textEntryMathWithImagePage.steps.verifyCorrectIncorrectIconNotExist(0);
438
+ textEntryMathWithImagePage.steps.verifyCorrectIncorrectIconNotExist(1);
439
+ textEntryMathWithImagePage.steps.verifyCorrectIncorrectIconNotExist(2);
440
+ textEntryMathWithImagePage.steps.verifyCorrectIncorrectAnswerLabelNotExist();
441
+ });
442
+
443
+ it('When the user attempts the question incorrectly, correct/incorrect icons should not be displayed, correct answers section should be displayed, and no correct/incorrect label should be shown', () => {
444
+ textEntryMathWithImagePage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
445
+ textEntryMathWithImagePage.steps.enterTextInResponsePreviewInputField(0, '13');
446
+ equationEditorFlyout.steps.clickOnOkButton();
447
+ textEntryMathWithImagePage.steps.focusInResponseAnswerInputFieldPreviewTab(1);
448
+ textEntryMathWithImagePage.steps.enterTextInResponsePreviewInputField(1, '14');
449
+ equationEditorFlyout.steps.clickOnOkButton();
450
+ textEntryMathWithImagePage.steps.focusInResponseAnswerInputFieldPreviewTab(2);
451
+ textEntryMathWithImagePage.steps.enterTextInResponsePreviewInputField(2, '15');
452
+ equationEditorFlyout.steps.clickOnOkButton();
453
+ if (view === 'Grading view') {
454
+ studentViewPage.steps.submitResponse();
455
+ utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
456
+ studentViewPage.steps.clickOnGoToGradingViewButton();
457
+ }
458
+ if (view === 'Question preview' || view === 'Item preview') {
459
+ textEntryMathWithImagePage.steps.switchToGradingView();
460
+ }
461
+ textEntryMathWithImagePage.steps.verifyCorrectIncorrectAnswerLabel("incorrect");
462
+ textEntryMathWithImagePage.steps.verifyIncorrectResponseIcon(0);
463
+ textEntryMathWithImagePage.steps.verifyIncorrectResponseIcon(1);
464
+ textEntryMathWithImagePage.steps.verifyIncorrectResponseIcon(2);
465
+ textEntryMathWithImagePage.steps.verifyResponseFieldNumerationPreviewTab();
466
+ textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['12', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π']);
467
+ textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesAriaLabel(1, '2 x squared y squared plus 4 x y plus 4');
468
+ textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesAriaLabel(2, '6 times pi');
469
+ });
470
+
471
+ it('When the user attempts the question partially correct, correct/incorrect icons should not be displayed, correct answers section should be displayed, and no correct/incorrect label should be shown', () => {
472
+ if (view === 'Grading view') {
473
+ studentViewPage.steps.clearResponses();
474
+ }
475
+ textEntryMathWithImagePage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
476
+ textEntryMathWithImagePage.steps.enterTextInResponsePreviewInputField(0, '12');
477
+ equationEditorFlyout.steps.clickOnOkButton();
478
+ textEntryMathWithImagePage.steps.focusInResponseAnswerInputFieldPreviewTab(1);
479
+ equationEditorFlyout.steps.enterQuadraticEquation();
480
+ textEntryMathWithImagePage.steps.focusInResponseAnswerInputFieldPreviewTab(2);
481
+ textEntryMathWithImagePage.steps.enterTextInResponsePreviewInputField(2, '13');
482
+ equationEditorFlyout.steps.clickOnOkButton();
483
+ if (view === 'Grading view') {
484
+ studentViewPage.steps.submitResponse();
485
+ utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'exist');
486
+ studentViewPage.steps.clickOnGoToGradingViewButton();
487
+ }
488
+ if (view === 'Question preview' || view === 'Item preview') {
489
+ textEntryMathWithImagePage.steps.switchToGradingView();
490
+ }
491
+ textEntryMathWithImagePage.steps.verifyCorrectIncorrectAnswerLabel("incorrect");
492
+ textEntryMathWithImagePage.steps.verifyCorrectResponseIcon(0);
493
+ textEntryMathWithImagePage.steps.verifyCorrectResponseIcon(1);
494
+ textEntryMathWithImagePage.steps.verifyIncorrectResponseIcon(2);
495
+ textEntryMathWithImagePage.steps.verifyResponseFieldNumerationPreviewTab();
496
+ textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['12', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π']);
497
+ textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesAriaLabel(1, '2 x squared y squared plus 4 x y plus 4');
498
+ textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesAriaLabel(2, '6 times pi');
499
+ });
500
+
501
+ it('When the user attempts the question correctly, correct/incorrect icons should not be displayed, correct answers section should not be displayed, and no correct/incorrect label should be shown', () => {
502
+ if (view === 'Grading view') {
503
+ studentViewPage.steps.clearResponses();
504
+ }
505
+ textEntryMathWithImagePage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
506
+ textEntryMathWithImagePage.steps.enterTextInResponsePreviewInputField(0, '12');
507
+ equationEditorFlyout.steps.clickOnOkButton();
508
+ textEntryMathWithImagePage.steps.focusInResponseAnswerInputFieldPreviewTab(1);
509
+ equationEditorFlyout.steps.enterQuadraticEquation();
510
+ textEntryMathWithImagePage.steps.focusInResponseAnswerInputFieldPreviewTab(2);
511
+ equationEditorFlyout.steps.enterEquationUsingPiSymbol();
512
+ if (view === 'Grading view') {
513
+ studentViewPage.steps.submitResponse();
514
+ utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
515
+ studentViewPage.steps.clickOnGoToGradingViewButton();
516
+ }
517
+ if (view === 'Question preview' || view === 'Item preview') {
518
+ textEntryMathWithImagePage.steps.switchToGradingView();
519
+ }
520
+ textEntryMathWithImagePage.steps.verifyCorrectIncorrectAnswerLabel("correct");
521
+ textEntryMathWithImagePage.steps.verifyCorrectResponseIcon(0);
522
+ textEntryMathWithImagePage.steps.verifyCorrectResponseIcon(1);
523
+ textEntryMathWithImagePage.steps.verifyCorrectResponseIcon(2);
524
+ textEntryMathWithImagePage.steps.verifyCorrectAnswerSectionNotExists();
525
+ });
526
+ });
527
+ });
528
+
266
529
  if (!grepTags || !grepTags.includes('smoke')) {
267
530
  describe('Question preview: Auto scored - All or nothing: Minimum scoring', () => {
268
531
  abortEarlySetup();
@@ -387,7 +387,6 @@ describe('Create item page - Text entry math: Question instructions, Options sec
387
387
  textEntryMathWithImagePage.steps.addBackground();
388
388
  textEntryMathWithImagePage.steps.uploadFile('highlightImage.jpg');
389
389
  textEntryMathWithImagePage.steps.verifyFileNameLabel('highlightImage.jpg');
390
- utilities.verifyElementVisibilityState(textEntryMathWithImagePage.uploadImageProgressBar(), 'visible');
391
390
  textEntryMathWithImagePage.steps.verifyImageIsUploaded();
392
391
  });
393
392
 
@@ -299,7 +299,7 @@ describe('Create Item page - Text Entry Math: Style and layout customization', (
299
299
  textEntryMathWithImagePage.steps.clearWidthInputField();
300
300
  textEntryMathWithImagePage.steps.insertResponseArea(20);
301
301
  textEntryMathWithImagePage.steps.switchToPreviewTab();
302
- textEntryMathWithImagePage.steps.verifyHeightOfTextContainerInPreviewTab(1, '46px');
302
+ textEntryMathWithImagePage.steps.verifyHeightOfTextContainerInPreviewTab(1, '32px');
303
303
  textEntryMathWithImagePage.steps.verifyWidthOfTextContainerInPreviewTab(1, '122px');
304
304
  });
305
305
  });
@@ -26,6 +26,7 @@ describe('Create Item page - Text selection : Additional settings', () => {
26
26
  before(() => {
27
27
  textSelectionPage.steps.navigateToCreateQuestion('text selection');
28
28
  cy.barsPreLoaderWait();
29
+ textSelectionPage.steps.addTextInQuestionInstructionsInputField('Question instruction for text selection question');
29
30
  textSelectionPage.steps.expandAdditionalSettings();
30
31
  });
31
32