itemengine-cypress-automation 1.0.199 → 1.0.200

Sign up to get free protection for your applications and to get access to all the features.
Files changed (360) hide show
  1. package/cypress/e2e/ILC/ChartsBar/Scoring/allOrNothingAlternatePointsGreaterThanCorrectPoints.js +23 -23
  2. package/cypress/e2e/ILC/ChartsBar/Scoring/allOrNothingCorrectPointsEqualToAlternatePoints.js +23 -23
  3. package/cypress/e2e/ILC/ChartsBar/Scoring/allOrNothingCorrectPointsGreaterThanAlternatePoints.js +23 -24
  4. package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightBasic.js +17 -17
  5. package/cypress/e2e/ILC/ChartsBar/Scoring/partialEqualWeightBasic.js +17 -17
  6. package/cypress/e2e/ILC/ChartsBar/checkAnswerFunctionalityForAllViews.smoke.js +3 -3
  7. package/cypress/e2e/ILC/ChartsBar/studentViewSettings.js +96 -0
  8. package/cypress/e2e/ILC/ChartsLine/checkAnswerFunctionalityForAllViews.smoke.js +2 -2
  9. package/cypress/e2e/ILC/ChartsLine/gradingViewAndCorrectAnswerView.smoke.js +0 -4
  10. package/cypress/e2e/ILC/ChartsLine/previewContentsForAllViews.smoke.js +1 -0
  11. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +19 -19
  12. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/Scoring/allOrNothingBasicForGroupedOptionsLayout.js +13 -13
  13. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +19 -19
  14. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +19 -19
  15. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/Scoring/perCorrectOptionAlternativePointsGreaterThanCorrectPoints.js +24 -24
  16. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/Scoring/perCorrectOptionBasic.js +13 -13
  17. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/Scoring/perCorrectOptionCorrectPointsEqualToAlternativePoints.js +23 -23
  18. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/Scoring/perCorrectOptionCorrectPointsGreaterThanAlternativePoints.js +23 -23
  19. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/Scoring/perCorrectOptionMinimumAndPenaltyScoring.js +3 -3
  20. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/Scoring/perDropzoneAlternativePointsGreaterThanCorrectPoints.js +21 -21
  21. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/Scoring/perDropzoneBasic.js +13 -13
  22. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/Scoring/perDropzoneCorrectPointsEqualToAlternativePoints.js +19 -19
  23. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/Scoring/perDropzoneCorrectPointsGreaterThanAlternativePoints.js +21 -21
  24. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/Scoring/perDropzoneMinimumAndPenaltyScoring.js +1 -1
  25. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/checkAnswerFunctionalityForAllViews.smoke.js +2 -2
  26. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/studentViewSettings.js +4 -2
  27. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/allOrNothingGroupedScoring.js +13 -13
  28. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/allOrNothingWithAlternativePointsGreaterThanCorrectPoints.js +17 -17
  29. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/allOrNothingWithCorrectPointsEqualToAlternativePoints.js +17 -17
  30. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +17 -17
  31. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/manuallyAndNonScored.js +9 -9
  32. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +21 -21
  33. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/partialDifferentWeightsBasic.js +11 -11
  34. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/partialDifferentWeightsWithCorrectPointsEqualToAlternativePoints.js +19 -19
  35. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/partialDifferentWeightsWithCorrectPointsGreaterThanAlternativePoints.js +21 -21
  36. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/partialEqualWeightsBasic.js +10 -10
  37. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/partialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +19 -19
  38. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/partialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +17 -17
  39. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternativePoints.js +19 -19
  40. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/responseLevelAlternateAnswerBasicScoring.js +7 -7
  41. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/{Scoring/allOrNothingForAllViews.smoke.js → allOrNothingForAllViews.smoke.js} +3 -3
  42. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/checkAnswerFunctionalityForAllViews.smoke.js +2 -2
  43. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/draggableOptionsStyleAndLayoutCustomization.js +533 -0
  44. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/dropzoneStyleAndLayoutCustomization.js +337 -0
  45. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/studentViewSettings.js +4 -2
  46. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/toolSettings.js +73 -0
  47. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +17 -17
  48. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +17 -17
  49. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +17 -17
  50. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/Scoring/manuallyAndNonScored.js +7 -7
  51. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +19 -19
  52. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/Scoring/partialDifferentWeightsBasic.js +7 -7
  53. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/Scoring/partialDifferentWeightsMinimumAndPenaltyScoring.js +2 -2
  54. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/Scoring/partialDifferentWeightsWithCorrectPointsEqualToAlternativePoints.js +19 -19
  55. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/Scoring/partialDifferentWeightsWithCorrectPointsGreaterThanAlternativePoints.js +19 -19
  56. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/Scoring/partialEqualWeightsBasic.js +7 -7
  57. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/Scoring/partialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +17 -17
  58. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/Scoring/partialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +15 -15
  59. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/Scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternativePoints.js +17 -17
  60. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/additionalSettingsForDropdowns.js +3 -3
  61. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/checkAnswerFunctionalityForAllViews.smoke.js +2 -2
  62. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/studentViewSettings.js +4 -2
  63. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/styleAndLayoutCustomization.js +336 -0
  64. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/toolSettings.js +73 -0
  65. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/Scoring/allOrNothingGroupedScoring.js +13 -13
  66. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/Scoring/allOrNothingWithAlternativePointsGreaterThanCorrectPoints.js +17 -17
  67. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/Scoring/allOrNothingWithCorrectPointsEqualToAlternativePoints.js +17 -17
  68. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +17 -17
  69. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/Scoring/manuallyAndNonScored.js +9 -9
  70. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +21 -21
  71. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/Scoring/partialDifferentWeightsBasic.js +11 -11
  72. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/Scoring/partialDifferentWeightsWithCorrectPointsEqualToAlternativePoints.js +19 -19
  73. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/Scoring/partialDifferentWeightsWithCorrectPointsGreaterThanAlternativePoints.js +21 -21
  74. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/Scoring/partialEqualWeightsBasic.js +10 -10
  75. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/Scoring/partialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +19 -19
  76. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/Scoring/partialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +17 -17
  77. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/Scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternativePoints.js +19 -19
  78. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/{Scoring/allOrNothingForAllViews.smoke.js → allOrNothingForAllViews.smoke.js} +3 -3
  79. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/checkAnswerFunctionalityForAllViews.smoke.js +2 -2
  80. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/studentViewSettings.js +4 -2
  81. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +17 -17
  82. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +17 -17
  83. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +17 -17
  84. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/Scoring/manuallyAndNonScored.js +7 -7
  85. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +19 -19
  86. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/Scoring/partialDifferentWeightsBasic.js +8 -8
  87. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/Scoring/partialDifferentWeightsWithCorrectPointsEqualToAlternativePoints.js +19 -19
  88. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/Scoring/partialDifferentWeightsWithCorrectPointsGreaterThanAlternativePoints.js +19 -19
  89. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/Scoring/partialEqualWeightsBasic.js +7 -7
  90. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/Scoring/partialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +17 -17
  91. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/Scoring/partialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +15 -15
  92. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/Scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternativePoints.js +17 -17
  93. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/additionalSettingsForDropdowns.js +1 -1
  94. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/checkAnswerFunctionalityForAllViews.smoke.js +2 -2
  95. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/studentViewSettings.js +4 -2
  96. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +17 -17
  97. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +17 -17
  98. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +17 -17
  99. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/Scoring/conditionalCheckboxScoring.js +4 -4
  100. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/Scoring/manuallyAndNonScored.js +7 -7
  101. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +19 -19
  102. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/Scoring/partialDifferentWeightsBasic.js +7 -7
  103. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/Scoring/partialDifferentWeightsMinimumAndPenaltyScoring.js +2 -2
  104. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/Scoring/partialDifferentWeightsWithCorrectPointsEqualToAlternativePoints.js +19 -19
  105. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/Scoring/partialDifferentWeightsWithCorrectPointsGreaterThanAlternativePoints.js +19 -19
  106. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/Scoring/partialEqualWeightsBasic.js +8 -8
  107. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/Scoring/partialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +17 -17
  108. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/Scoring/partialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +15 -15
  109. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/Scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternativePoints.js +17 -17
  110. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/Scoring/responseLevelAlternateAnswersBasicScoring.js +7 -7
  111. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/additionalSettingsForAnswerInputFields.js +3 -3
  112. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/checkAnswerFunctionalityForAllViews.smoke.js +2 -2
  113. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/studentViewSettings.js +4 -2
  114. package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +17 -17
  115. package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +17 -17
  116. package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +17 -17
  117. package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/conditionalCheckboxScoring.js +4 -4
  118. package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/manuallyAndNonScored.js +7 -7
  119. package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +19 -19
  120. package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/partialDifferentWeightsBasic.js +7 -7
  121. package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/partialDifferentWeightsMinimumAndPenaltyScoring.js +2 -2
  122. package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/partialDifferentWeightsWithCorrectPointsEqualToAlternativePoints.js +19 -19
  123. package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/partialDifferentWeightsWithCorrectPointsGreaterThanAlternativePoints.js +19 -19
  124. package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/partialEqualWeightsBasic.js +8 -8
  125. package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/partialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +17 -17
  126. package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/partialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +15 -15
  127. package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternativePoints.js +17 -17
  128. package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/responseLevelAlternateAnswersBasicScoring.js +7 -7
  129. package/cypress/e2e/ILC/FillInTheGapsTextNew/additionalSettingsForAnswerInputFields.js +3 -3
  130. package/cypress/e2e/ILC/FillInTheGapsTextNew/checkAnswerFunctionalityForAllViews.smoke.js +2 -2
  131. package/cypress/e2e/ILC/FillInTheGapsTextNew/studentViewSettings.js +4 -2
  132. package/cypress/e2e/ILC/FillInTheGapsTextNew/styleAndLayoutCustomization.js +336 -0
  133. package/cypress/e2e/ILC/FillInTheGapsTextNew/toolSettings.js +73 -0
  134. package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithAlternativePointsGreaterThanCorrectPoints.js +17 -17
  135. package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithCorrectPointsEqualToAlternatePoints.js +17 -17
  136. package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +17 -17
  137. package/cypress/e2e/ILC/Graphing/Scoring/manuallyAndNonScoredScoring.js +11 -11
  138. package/cypress/e2e/ILC/Graphing/checkAnswerFunctionalityForAllViews.smoke.js +2 -2
  139. package/cypress/e2e/ILC/Graphing/studentViewSettings.js +6 -4
  140. package/cypress/e2e/ILC/GridFill/checkAnswerFunctionalityForAllViews.smoke.js +2 -2
  141. package/cypress/e2e/ILC/GridFill/scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +18 -19
  142. package/cypress/e2e/ILC/GridFill/scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +17 -17
  143. package/cypress/e2e/ILC/GridFill/scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +18 -19
  144. package/cypress/e2e/ILC/GridFill/scoring/allOrNothingScoringCellShadeCount.js +7 -7
  145. package/cypress/e2e/ILC/GridFill/scoring/cellShadeCountAllOrNothingCorrectPointsGreaterThanAlternativePoints.js +10 -11
  146. package/cypress/e2e/ILC/GridFill/scoring/cellShadeCountPartialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +9 -9
  147. package/cypress/e2e/ILC/GridFill/scoring/cellShadeCountPartialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +9 -9
  148. package/cypress/e2e/ILC/GridFill/scoring/cellShadeCountPartialEqualWeightsWithCorrectPointsGreaterThanAlternativePoints.js +9 -9
  149. package/cypress/e2e/ILC/GridFill/scoring/cellShadeCountallOrNothingCorrectPointsEqualToAlternativePoints.js +10 -11
  150. package/cypress/e2e/ILC/GridFill/scoring/cellshadeCountAllOrNothingAlternativePointsGreaterThanCorrectPoints.js +10 -11
  151. package/cypress/e2e/ILC/GridFill/scoring/manuallyAndNonScored.js +10 -10
  152. package/cypress/e2e/ILC/GridFill/scoring/matchExactAndCellShadeCountCombinedScoring.js +8 -9
  153. package/cypress/e2e/ILC/GridFill/scoring/partialEqualWeightsBasic.js +11 -11
  154. package/cypress/e2e/ILC/GridFill/scoring/partialEqualWeightsCellShadeCountBasics.js +11 -11
  155. package/cypress/e2e/ILC/GridFill/scoring/partialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +17 -17
  156. package/cypress/e2e/ILC/GridFill/scoring/partialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +15 -15
  157. package/cypress/e2e/ILC/GridFill/scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternativePoints.js +17 -17
  158. package/cypress/e2e/ILC/GridFill/studentViewSettingsSection.js +6 -4
  159. package/cypress/e2e/ILC/ImageHighlight/Scoring/allOrNothingWithAlternativePointsGreaterThanCorrectPoints.js +17 -17
  160. package/cypress/e2e/ILC/ImageHighlight/Scoring/allOrNothingWithCorrectPointsEqualToAlternativePoints.js +17 -17
  161. package/cypress/e2e/ILC/ImageHighlight/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternatePoints.js +17 -17
  162. package/cypress/e2e/ILC/ImageHighlight/Scoring/manuallyAndNonScored.js +10 -11
  163. package/cypress/e2e/ILC/ImageHighlight/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +21 -21
  164. package/cypress/e2e/ILC/ImageHighlight/Scoring/partialDifferentWeightsScoring.js +10 -10
  165. package/cypress/e2e/ILC/ImageHighlight/Scoring/partialDifferentWeightsWithCorrectPointsEqualToAlternativePoints.js +19 -19
  166. package/cypress/e2e/ILC/ImageHighlight/Scoring/partialDifferentWeigtsCorrectPointsGreaterThanAlternativePoints.js +19 -19
  167. package/cypress/e2e/ILC/ImageHighlight/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +19 -19
  168. package/cypress/e2e/ILC/ImageHighlight/Scoring/partialEqualWeightsScoring.js +10 -10
  169. package/cypress/e2e/ILC/ImageHighlight/Scoring/partialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +17 -17
  170. package/cypress/e2e/ILC/ImageHighlight/Scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternativePoints.js +19 -19
  171. package/cypress/e2e/ILC/ImageHighlight/additionalSettings.js +201 -0
  172. package/cypress/e2e/ILC/ImageHighlight/additionalSettingsBasic.js +133 -0
  173. package/cypress/e2e/ILC/ImageHighlight/backgroundImageAndCanvasProperties.js +408 -0
  174. package/cypress/e2e/ILC/ImageHighlight/checkAnswerFunctionalityForAllViews.smoke.js +2 -2
  175. package/cypress/e2e/ILC/ImageHighlight/descriptors.js +115 -0
  176. package/cypress/e2e/ILC/ImageHighlight/imageHighlightStyle.js +151 -0
  177. package/cypress/e2e/ILC/ImageHighlight/studentViewSettings.js +4 -2
  178. package/cypress/e2e/ILC/ImageHighlight/toolFunctionalityPreviewTab.js +134 -0
  179. package/cypress/e2e/ILC/ImageHighlight/toolsFunctionalityEditTab.js +185 -0
  180. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +16 -17
  181. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +17 -19
  182. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +16 -17
  183. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/manuallyAndNonScored.js +8 -9
  184. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +19 -19
  185. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialDifferentWeightsBasic.js +7 -7
  186. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +19 -19
  187. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +19 -19
  188. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialDifferentWeightsMinimumAndPenaltyScoring.js +2 -2
  189. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +15 -15
  190. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialEqualWeightsBasic.js +8 -8
  191. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +21 -21
  192. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +15 -15
  193. package/cypress/e2e/ILC/ListOrderingDropdown/checkAnswerFunctionalityForAllViews.smoke.js +2 -2
  194. package/cypress/e2e/ILC/ListOrderingDropdown/studentViewSettings.js +4 -2
  195. package/cypress/e2e/ILC/ListOrderingNew/HorizontalOrientation/partialDifferentWeightsBasic.js +1 -1
  196. package/cypress/e2e/ILC/ListOrderingNew/HorizontalOrientation/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +1 -1
  197. package/cypress/e2e/ILC/ListOrderingNew/HorizontalOrientation/partialEqualWeightsBasic.js +2 -2
  198. package/cypress/e2e/ILC/ListOrderingNew/HorizontalOrientation/studentViewSettings.js +4 -2
  199. package/cypress/e2e/ILC/ListOrderingNew/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +15 -15
  200. package/cypress/e2e/ILC/ListOrderingNew/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +15 -15
  201. package/cypress/e2e/ILC/ListOrderingNew/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +15 -15
  202. package/cypress/e2e/ILC/ListOrderingNew/Scoring/manuallyAndNonScored.js +7 -7
  203. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +19 -19
  204. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialDifferentWeightsBasic.js +7 -7
  205. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +19 -19
  206. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +19 -19
  207. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialDifferentWeightsMinimumAndPenaltyScoring.js +2 -2
  208. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +17 -17
  209. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialEqualWeightsBasic.js +8 -8
  210. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +15 -15
  211. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +17 -17
  212. package/cypress/e2e/ILC/ListOrderingNew/checkAnswerFunctionalityForAllViews.smoke.js +2 -2
  213. package/cypress/e2e/ILC/ListOrderingNew/studentViewSettings.js +4 -2
  214. package/cypress/e2e/ILC/Matching/Scoring/allOrNothingGroupedScoring.js +13 -13
  215. package/cypress/e2e/ILC/Matching/Scoring/allOrNothingWithAlternativePointsGreaterThanCorrectPoints.js +17 -17
  216. package/cypress/e2e/ILC/Matching/Scoring/allOrNothingWithCorrectPointsEqualToAlternativePoints.js +17 -17
  217. package/cypress/e2e/ILC/Matching/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +17 -17
  218. package/cypress/e2e/ILC/Matching/Scoring/manuallyAndNonScored.js +9 -9
  219. package/cypress/e2e/ILC/Matching/Scoring/partialDifferentWeightsScoringBasic.js +11 -11
  220. package/cypress/e2e/ILC/Matching/Scoring/partialDifferentWeightsWithAlternativePointsGreaterThanCorrectPoints.js +21 -21
  221. package/cypress/e2e/ILC/Matching/Scoring/partialDifferentWeightsWithCorrectPointsEqualToAlternativePoints.js +19 -19
  222. package/cypress/e2e/ILC/Matching/Scoring/partialDifferentWeightsWithCorrectPointsGreaterThanAlternativePoints.js +21 -21
  223. package/cypress/e2e/ILC/Matching/Scoring/partialEqualWeightsBasic.js +10 -10
  224. package/cypress/e2e/ILC/Matching/Scoring/partialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +19 -19
  225. package/cypress/e2e/ILC/Matching/Scoring/partialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +17 -17
  226. package/cypress/e2e/ILC/Matching/Scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternativePoints.js +19 -19
  227. package/cypress/e2e/ILC/Matching/additionalSettings.js +1 -1
  228. package/cypress/e2e/ILC/Matching/checkAnswerFunctionalityForAllViews.smoke.js +2 -2
  229. package/cypress/e2e/ILC/Matching/maximumCapacityPerDropzoneSection.js +1 -1
  230. package/cypress/e2e/ILC/Matching/studentViewSettings.js +4 -2
  231. package/cypress/e2e/ILC/MultipleSelection/allOrNothingWithAlternativeAnswer.js +46 -46
  232. package/cypress/e2e/ILC/MultipleSelection/checkAnswerFunctionalityForAllViews.smoke.js +2 -2
  233. package/cypress/e2e/ILC/MultipleSelection/manuallyAndNonScoredScoring.js +7 -7
  234. package/cypress/e2e/ILC/MultipleSelection/partialDifferentWeightsBasic.js +10 -10
  235. package/cypress/e2e/ILC/MultipleSelection/partialDifferentWeightsWithAlternativeAnswer.js +57 -57
  236. package/cypress/e2e/ILC/MultipleSelection/partialEqualWeightsBasic.js +8 -8
  237. package/cypress/e2e/ILC/MultipleSelection/partialEqualWeightsWithAlternativeAnswer.js +49 -49
  238. package/cypress/e2e/ILC/MultipleSelection/studentViewSettings.js +4 -2
  239. package/cypress/e2e/ILC/MultipleSelectionGridNew/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +29 -29
  240. package/cypress/e2e/ILC/MultipleSelectionGridNew/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +29 -29
  241. package/cypress/e2e/ILC/MultipleSelectionGridNew/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +29 -29
  242. package/cypress/e2e/ILC/MultipleSelectionGridNew/Scoring/manuallyAndNonScored.js +9 -9
  243. package/cypress/e2e/ILC/MultipleSelectionGridNew/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +31 -31
  244. package/cypress/e2e/ILC/MultipleSelectionGridNew/Scoring/partialDifferentWeightsBasic.js +9 -9
  245. package/cypress/e2e/ILC/MultipleSelectionGridNew/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +29 -29
  246. package/cypress/e2e/ILC/MultipleSelectionGridNew/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +30 -30
  247. package/cypress/e2e/ILC/MultipleSelectionGridNew/Scoring/partialDifferentWeightsMinimumAndPenaltyScoring.js +2 -2
  248. package/cypress/e2e/ILC/MultipleSelectionGridNew/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +29 -29
  249. package/cypress/e2e/ILC/MultipleSelectionGridNew/Scoring/partialEqualWeightsBasic.js +9 -9
  250. package/cypress/e2e/ILC/MultipleSelectionGridNew/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +27 -27
  251. package/cypress/e2e/ILC/MultipleSelectionGridNew/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +28 -28
  252. package/cypress/e2e/ILC/MultipleSelectionGridNew/checkAnswerFunctionalityForAllViews.smoke.js +2 -2
  253. package/cypress/e2e/ILC/MultipleSelectionGridNew/editTabBasicSection.js +3 -3
  254. package/cypress/e2e/ILC/MultipleSelectionGridNew/studentViewSettings.js +4 -2
  255. package/cypress/e2e/ILC/NumberLine/Scoring/allOrNothingWithAlternatePointsGreaterThanCorrectPoints.js +18 -19
  256. package/cypress/e2e/ILC/NumberLine/Scoring/allOrNothingWithCorrectPointsEqualToAlternatePoints.js +17 -18
  257. package/cypress/e2e/ILC/NumberLine/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +18 -19
  258. package/cypress/e2e/ILC/NumberLine/Scoring/manualAndNonScoredScoring.js +12 -12
  259. package/cypress/e2e/ILC/NumberLine/Scoring/partialEqualWeightsBasic.js +13 -13
  260. package/cypress/e2e/ILC/NumberLine/Scoring/partialEqualWeightsWithAlternatePointsGreaterThanCorrectPoints.js +19 -19
  261. package/cypress/e2e/ILC/NumberLine/Scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternatePoints.js +19 -19
  262. package/cypress/e2e/ILC/NumberLine/Scoring/partialEqualWeigtsWithCorrectPointsEqualToAlternatePoints.js +17 -17
  263. package/cypress/e2e/ILC/NumberLine/checkAnswerFunctionalityForAllViews.smoke.js +2 -2
  264. package/cypress/e2e/ILC/NumberLine/studentViewSettings.js +6 -4
  265. package/cypress/e2e/ILC/NumberLineLabel/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +18 -19
  266. package/cypress/e2e/ILC/NumberLineLabel/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +18 -19
  267. package/cypress/e2e/ILC/NumberLineLabel/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +18 -19
  268. package/cypress/e2e/ILC/NumberLineLabel/Scoring/manualAndNonScoredScoring.js +11 -11
  269. package/cypress/e2e/ILC/NumberLineLabel/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +21 -21
  270. package/cypress/e2e/ILC/NumberLineLabel/Scoring/partialDifferentWeightsBasic.js +13 -13
  271. package/cypress/e2e/ILC/NumberLineLabel/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +21 -21
  272. package/cypress/e2e/ILC/NumberLineLabel/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +21 -21
  273. package/cypress/e2e/ILC/NumberLineLabel/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +19 -19
  274. package/cypress/e2e/ILC/NumberLineLabel/Scoring/partialEqualWeightsBasic.js +11 -11
  275. package/cypress/e2e/ILC/NumberLineLabel/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +17 -17
  276. package/cypress/e2e/ILC/NumberLineLabel/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +19 -19
  277. package/cypress/e2e/ILC/NumberLineLabel/checkAnswerFunctionalityForAllViews.smoke.js +3 -4
  278. package/cypress/e2e/ILC/NumberLineLabel/studentViewSettings.js +4 -2
  279. package/cypress/e2e/ILC/NumberLineLabel/verticalNumberLine/checkAnswerFunctionalityForAllViews.smoke.js +2 -2
  280. package/cypress/e2e/ILC/ShortTextResponseNew/allOrNothingWithAlternativeAnswer.js +21 -21
  281. package/cypress/e2e/ILC/ShortTextResponseNew/checkAnswerFunctionalityForAllViews.smoke.js +2 -2
  282. package/cypress/e2e/ILC/ShortTextResponseNew/conditionalCheckboxes.js +112 -112
  283. package/cypress/e2e/ILC/ShortTextResponseNew/headerSection.js +1 -0
  284. package/cypress/e2e/ILC/ShortTextResponseNew/manuallyAndNonScoredScoring.js +1 -1
  285. package/cypress/e2e/ILC/ShortTextResponseNew/studentViewSettings.js +6 -4
  286. package/cypress/e2e/ILC/SingleSelection/allOrNothingWithAlternativeAnswer.js +21 -21
  287. package/cypress/e2e/ILC/SingleSelection/checkAnswerFunctionalityForAllViews.smoke.js +2 -2
  288. package/cypress/e2e/ILC/SingleSelection/manuallyAndNonScoredScoring.js +1 -1
  289. package/cypress/e2e/ILC/SingleSelection/studentViewSettings.js +4 -2
  290. package/cypress/e2e/ILC/SingleSelectionGridNew/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +17 -17
  291. package/cypress/e2e/ILC/SingleSelectionGridNew/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +17 -17
  292. package/cypress/e2e/ILC/SingleSelectionGridNew/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +17 -17
  293. package/cypress/e2e/ILC/SingleSelectionGridNew/Scoring/manuallyAndNonScored.js +9 -9
  294. package/cypress/e2e/ILC/SingleSelectionGridNew/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +19 -19
  295. package/cypress/e2e/ILC/SingleSelectionGridNew/Scoring/partialDifferentWeightsBasic.js +9 -9
  296. package/cypress/e2e/ILC/SingleSelectionGridNew/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +17 -17
  297. package/cypress/e2e/ILC/SingleSelectionGridNew/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +19 -19
  298. package/cypress/e2e/ILC/SingleSelectionGridNew/Scoring/partialDifferentWeightsMinimumAndPenaltyScoring.js +2 -2
  299. package/cypress/e2e/ILC/SingleSelectionGridNew/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +17 -17
  300. package/cypress/e2e/ILC/SingleSelectionGridNew/Scoring/partialEqualWeightsBasic.js +9 -9
  301. package/cypress/e2e/ILC/SingleSelectionGridNew/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +15 -15
  302. package/cypress/e2e/ILC/SingleSelectionGridNew/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +17 -17
  303. package/cypress/e2e/ILC/SingleSelectionGridNew/checkAnswerFunctionalityForAllViews.smoke.js +2 -2
  304. package/cypress/e2e/ILC/SingleSelectionGridNew/editTabBasicSection.js +3 -3
  305. package/cypress/e2e/ILC/SingleSelectionGridNew/studentViewSettings.js +4 -2
  306. package/cypress/e2e/ILC/TextEntryMath/checkAnswerFunctionalityForAllViews.smoke.js +2 -2
  307. package/cypress/e2e/ILC/TextEntryMathWithImage/checkAnswerFunctionalityForAllViews.smoke.js +2 -2
  308. package/cypress/e2e/ILC/TextSelection/Scoring/allOrNothingAlternatePointsMoreThanCorrectPoints.js +18 -18
  309. package/cypress/e2e/ILC/TextSelection/Scoring/allOrNothingCorrectPointsEqualToAlternatePoints.js +18 -18
  310. package/cypress/e2e/ILC/TextSelection/Scoring/allOrNothingCorrectPointsMoreThanAlternatePoints.js +18 -18
  311. package/cypress/e2e/ILC/TextSelection/Scoring/basicScoringForAllTextSelectionTypes.smoke.js +28 -28
  312. package/cypress/e2e/ILC/TextSelection/Scoring/manuallyAndNonScored.js +8 -8
  313. package/cypress/e2e/ILC/TextSelection/Scoring/partialDifferentWeightsBasic.js +12 -12
  314. package/cypress/e2e/ILC/TextSelection/Scoring/partialDifferentWeightsWithAlternativePointsGreaterThanCorrectPoints.js +24 -23
  315. package/cypress/e2e/ILC/TextSelection/Scoring/partialDifferentWeightsWithCorrectPointsEqualToAlternativePoints.js +38 -37
  316. package/cypress/e2e/ILC/TextSelection/Scoring/partialDifferentWeightsWithCorrectPointsGreaterThanAlternativePoints.js +22 -22
  317. package/cypress/e2e/ILC/TextSelection/Scoring/partialEqualWeightsBasic.js +8 -8
  318. package/cypress/e2e/ILC/TextSelection/Scoring/partialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +20 -20
  319. package/cypress/e2e/ILC/TextSelection/Scoring/partialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +20 -19
  320. package/cypress/e2e/ILC/TextSelection/Scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternativePoints.js +33 -33
  321. package/cypress/e2e/ILC/TextSelection/checkAnswerFunctionalityForAllViews.smoke.js +2 -2
  322. package/cypress/e2e/ILC/TextSelection/studentViewSettings.js +4 -2
  323. package/cypress/e2e/ILC/UploadResponse/studentViewSettingsSection.js +6 -4
  324. package/cypress/e2e/ILC/chartsDotsPlot/additionalSettings.js +138 -0
  325. package/cypress/e2e/ILC/chartsDotsPlot/checkAnswerFunctionalityForAllViews.smoke.js +2 -2
  326. package/cypress/e2e/ILC/chartsDotsPlot/questionInstruction.js +31 -0
  327. package/cypress/e2e/ILC/chartsDotsPlot/scoring/allOrNothingWithAlternatePointsGreaterThanCorrectPoints.js +23 -26
  328. package/cypress/e2e/ILC/chartsDotsPlot/scoring/allOrNothingWithCorrectPointsEqualToAlternativePoints.js +23 -25
  329. package/cypress/e2e/ILC/chartsDotsPlot/scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +25 -24
  330. package/cypress/e2e/ILC/chartsDotsPlot/scoring/manualAndNonScoredScoring.js +7 -7
  331. package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialEqualWeightsBasic.js +15 -15
  332. package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +21 -21
  333. package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +17 -17
  334. package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternativePoints.js +21 -21
  335. package/cypress/e2e/ILC/chartsDotsPlot/scoring/toleranceThresholdScoring.js +30 -30
  336. package/cypress/e2e/ILC/chartsDotsPlot/specifyCorrectAnswerSection.js +233 -0
  337. package/cypress/e2e/ILC/chartsDotsPlot/studentViewSettings.js +141 -0
  338. package/cypress/fixtures/theme/ilc.json +2 -1
  339. package/cypress/pages/audioPlayerPage.js +4 -1
  340. package/cypress/pages/chartsBarPage.js +21 -1
  341. package/cypress/pages/chartsDotPlotPage.js +141 -9
  342. package/cypress/pages/chartsLinePage.js +1 -1
  343. package/cypress/pages/components/autoScoredStudentViewSettings.js +8 -0
  344. package/cypress/pages/components/colorPopupComponent.js +9 -3
  345. package/cypress/pages/components/draggableOptionContainer.js +1 -1
  346. package/cypress/pages/components/draggableOptionsStyleAndLayoutComponent.js +444 -0
  347. package/cypress/pages/components/figCommonStyleAndLayoutComponent.js +318 -0
  348. package/cypress/pages/components/fillInTheGapsDropdownCommonComponent.js +38 -1
  349. package/cypress/pages/components/fillInTheGapsTextCommonComponent.js +34 -0
  350. package/cypress/pages/components/gridQuestionCommonComponent.js +1 -0
  351. package/cypress/pages/components/imageCanvasComponent.js +2 -0
  352. package/cypress/pages/components/index.js +3 -1
  353. package/cypress/pages/components/optionsWrapperComponent.js +1 -2
  354. package/cypress/pages/fillInTheGapsDragAndDropPage.js +161 -2
  355. package/cypress/pages/fillInTheGapsDropdownPage.js +8 -2
  356. package/cypress/pages/fillInTheGapsTextPage.js +7 -1
  357. package/cypress/pages/imageHighlightPage.js +597 -6
  358. package/cypress/pages/numberLineLabelPage.js +26 -33
  359. package/cypress/pages/uploadResponsePage.js +2 -1
  360. package/package.json +1 -1
@@ -0,0 +1,141 @@
1
+ import { chartsDotPlotPage } from "../../../pages";
2
+ import abortEarlySetup from "../../../support/helpers/abortEarly";
3
+ import utilities from "../../../support/helpers/utilities";
4
+ const css = Cypress.env('css');
5
+ const range = 20.75;
6
+
7
+ describe('Create Item page - Charts - Dot plot : Student view settings', () => {
8
+ before(() => {
9
+ cy.loginAs('admin');
10
+ });
11
+
12
+ describe('Student view settings : Edit tab contents', () => {
13
+ abortEarlySetup();
14
+ before(() => {
15
+ chartsDotPlotPage.steps.navigateToCreateQuestion('charts');
16
+ cy.barsPreLoaderWait();
17
+ chartsDotPlotPage.steps.selectDotPlot();
18
+ });
19
+
20
+ chartsDotPlotPage.tests.verifyStudentViewSettingsLabelAndCSS();
21
+
22
+ it('\'Allow student to check answer\' label and checkbox should be displayed and it should be unchecked by default', () => {
23
+ utilities.verifyInnerText(chartsDotPlotPage.allowStudentToCheckAnswerLabel(), 'Allow student to check answer');
24
+ chartsDotPlotPage.steps.verifyAllowStudentsToCheckAnswerCheckboxUnchecked();
25
+ });
26
+
27
+ it('When the user checks the \'Allow student to check answer\' checkbox, then \'Maximum check answer attempts\' dropdown should be displayed', () => {
28
+ chartsDotPlotPage.steps.checkAllowStudentsToCheckAnswerCheckbox();
29
+ utilities.verifyElementVisibilityState(chartsDotPlotPage.maximumCheckAnswerAttemptsDropdown(), 'visible');
30
+ });
31
+
32
+ chartsDotPlotPage.tests.verifyMaxCheckAnswerAttemptsDropdown();
33
+
34
+ it('CSS of student view settings section', { tags: 'css' }, () => {
35
+ utilities.verifyCSS(chartsDotPlotPage.allowStudentToCheckAnswerLabel(), {
36
+ 'color': css.color.labels,
37
+ 'font-size': css.fontSize.normal,
38
+ 'font-weight': css.fontWeight.regular
39
+ });
40
+ utilities.verifyCSS(chartsDotPlotPage.allowStudentToCheckAnswerCheckbox().parent().find('.checkbox-icon-border-rect'), {
41
+ 'fill': css.color.activeButtons
42
+ });
43
+ utilities.verifyCSS(chartsDotPlotPage.maximumCheckAnswerAttemptsDropdownLabel(), {
44
+ 'color': css.color.labels,
45
+ 'font-size': css.fontSize.normal,
46
+ 'font-weight': css.fontWeight.semibold
47
+ });
48
+ utilities.verifyCSS(chartsDotPlotPage.maximumCheckAnswerAttemptsDropdown().find('span'), {
49
+ 'color': css.color.liText,
50
+ 'font-size': css.fontSize.default,
51
+ 'font-weight': css.fontWeight.regular
52
+ });
53
+ utilities.verifyCSS(chartsDotPlotPage.maximumCheckAnswerAttemptsDropdownListOptions().eq(0), {
54
+ 'color': css.color.liText,
55
+ 'font-size': css.fontSize.default,
56
+ 'font-weight': css.fontWeight.regular,
57
+ 'background-color': css.color.liTextSelectedBg
58
+ });
59
+ });
60
+
61
+ it('Accessibility of student view settings section', { tags: 'a11y' }, () => {
62
+ cy.checkAccessibility(chartsDotPlotPage.allowStudentToCheckAnswerLabel().parents('.student-view-settings-container'));
63
+ });
64
+ });
65
+
66
+ describe('Allow student to check answer: Preview tab', () => {
67
+ abortEarlySetup();
68
+ before(() => {
69
+ chartsDotPlotPage.steps.navigateToCreateQuestion('charts');
70
+ cy.barsPreLoaderWait();
71
+ chartsDotPlotPage.steps.allotPoints(10);
72
+ chartsDotPlotPage.steps.selectDotPlot();
73
+ chartsDotPlotPage.steps.plotDotsInDotColumnSpecifyCorrectAnswer(2, { point: 1, min: 0, interval: 0.25, defaultDots: 0 });
74
+ });
75
+
76
+ it('When the user has specified correct answer and points then on checking the \'Allow student to check answer\' checkbox the Check answer button should be displayed in the preview tab', () => {
77
+ chartsDotPlotPage.steps.checkAllowStudentToCheckAnswerCheckbox();
78
+ chartsDotPlotPage.steps.switchToPreviewTab();
79
+ utilities.verifyInnerText(chartsDotPlotPage.checkAnswerButton(), 'Check answer');
80
+ });
81
+
82
+ it('When the user plots dots in dot column number line axis and checks the answer then correct/incorrect icon should be displayed on dot column and the check answer button should be in enabled state', () => {
83
+ chartsDotPlotPage.steps.switchToPreviewTab();
84
+ chartsDotPlotPage.steps.plotDotsInDotColumnPreviewTab(2, { point: 1, min: 0, interval: 0.25, defaultDots: 0 });
85
+ chartsDotPlotPage.steps.checkAnswer();
86
+ chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 1, min: 0, interval: 0.25 });
87
+ chartsDotPlotPage.steps.verifyCheckAnswerButtonEnabled();
88
+ });
89
+
90
+ it('When the user selects an option from the Maximum check answer attempts dropdown then the user should be able to check answer only those many times in the preview tab', () => {
91
+ chartsDotPlotPage.steps.switchToEditTab();
92
+ chartsDotPlotPage.steps.expandMaxCheckAnswerAttemptsDropdown();
93
+ chartsDotPlotPage.steps.selectMaxCheckAnswerAttemptsDropdownListOption('1');
94
+ chartsDotPlotPage.steps.switchToPreviewTab();
95
+ chartsDotPlotPage.steps.plotDotsInDotColumnPreviewTab(2, { point: 1, min: 0, interval: 0.25, defaultDots: 0 });
96
+ chartsDotPlotPage.steps.checkAnswer();
97
+ chartsDotPlotPage.steps.verifyCheckAnswerButtonDisabled();
98
+ });
99
+
100
+ it('When the user reaches maximum check answer attempts, then the \'Check Answer\' button should become disabled', () => {
101
+ utilities.verifyElementDisabled(chartsDotPlotPage.checkAnswerButton());
102
+ });
103
+
104
+ it('CSS of disabled \'Check Answer\' button', { tags: 'css' }, () => {
105
+ utilities.verifyCSS(chartsDotPlotPage.checkAnswerButton(), {
106
+ 'color': css.color.primaryBtnDisabled,
107
+ 'font-size': css.fontSize.default,
108
+ 'font-weight': css.fontWeight.semibold
109
+ });
110
+ });
111
+
112
+ it('Accessibility of disabled Check Answer button', { tags: 'a11y' }, () => {
113
+ cy.checkAccessibility(chartsDotPlotPage.checkAnswerButton().parents('.check-answer-and-status-wrapper'));
114
+ });
115
+
116
+ it('When the user updates the value of \'Maximum check answer attempts\' dropdown, it should get reflected on the Preview tab', () => {
117
+ chartsDotPlotPage.steps.switchToEditTab();
118
+ chartsDotPlotPage.steps.expandMaxCheckAnswerAttemptsDropdown();
119
+ chartsDotPlotPage.steps.selectMaxCheckAnswerAttemptsDropdownListOption('3');
120
+ chartsDotPlotPage.steps.switchToPreviewTab();
121
+ chartsDotPlotPage.steps.verifyCheckAnswerButtonEnabled();
122
+ chartsDotPlotPage.steps.plotDotsInDotColumnPreviewTab(2, { point: 1, min: 0, interval: 0.25, defaultDots: 0 });
123
+ chartsDotPlotPage.steps.checkAnswer();
124
+ chartsDotPlotPage.steps.verifyCheckAnswerButtonEnabled();
125
+ });
126
+
127
+ it('When the user selects \'No limit\' option from the dropdown then user should be able to check answer multiple times', () => {
128
+ chartsDotPlotPage.steps.switchToEditTab();
129
+ chartsDotPlotPage.steps.expandMaxCheckAnswerAttemptsDropdown();
130
+ chartsDotPlotPage.steps.selectMaxCheckAnswerAttemptsDropdownListOption('0');
131
+ chartsDotPlotPage.steps.switchToPreviewTab();
132
+ chartsDotPlotPage.steps.verifyCheckAnswerButtonEnabled();
133
+ chartsDotPlotPage.steps.plotDotsInDotColumnPreviewTab(2, { point: 1, min: 0, interval: 0.25, defaultDots: 0 });
134
+ chartsDotPlotPage.steps.checkAnswer();
135
+ chartsDotPlotPage.steps.verifyCheckAnswerButtonEnabled();
136
+ chartsDotPlotPage.steps.plotDotsInDotColumnPreviewTab(2, { point: 2, min: 0, interval: 0.25, defaultDots: 0 });
137
+ chartsDotPlotPage.steps.checkAnswer();
138
+ chartsDotPlotPage.steps.verifyCheckAnswerButtonEnabled();
139
+ });
140
+ });
141
+ });
@@ -147,7 +147,8 @@
147
147
  "lockedDotColumnBg": "rgb(239, 239, 239)",
148
148
  "addDotButtonBg": "rgb(0, 133, 89)",
149
149
  "minusDotButtonBg": "rgb(184, 61, 0)",
150
- "progressBarPin": "rgb(0, 0, 46)"
150
+ "progressBarPin": "rgb(0, 0, 46)",
151
+ "none": "rgba(255, 255, 255, 0)"
151
152
  },
152
153
  "fontSize": {
153
154
  "extraSmall": "10px",
@@ -69,6 +69,9 @@ const selectors = {
69
69
  deleteTranscriptButton: () => cy.get('[aria-label*="Delete"]'),
70
70
 
71
71
  //Preview tab
72
+ volumeControlButton: () => cy.get('.audio-resource-preview-wrapper-without-print .audio-player-icon'),
73
+ playbackPlayButton: () => cy.get('.audio-resource-preview-wrapper-without-print button[aria-label="Play"]'),
74
+ playbackPauseButton: () => cy.get('.audio-resource-preview-wrapper-without-print button[aria-label="Pause"]'),
72
75
  backwardButton: () => cy.get('.forward-backward-buttons-wrapper [aria-label*="Backward"]'),
73
76
  forwardButton: () => cy.get('.forward-backward-buttons-wrapper [aria-label*="Forward"]'),
74
77
  playbackTime: () => cy.get('.audio-player-current-time'),
@@ -81,7 +84,7 @@ const selectors = {
81
84
  transcriptPrintButton: () => cy.get('button[aria-label="Print preview"]'),
82
85
  transcriptModalCloseButton: () => cy.get('button[aria-label="Close"]'),
83
86
  transcriptContentPreviewTab: () => cy.get('.transcript-content'),
84
- transcriptButton: () => cy.get('button[aria-label="Show transcript"]'),
87
+ transcriptButton: () => cy.get('button[aria-label*="transcript"]'),
85
88
  transcriptModal: () => cy.get('[class*="Transcriptstyles__TranscriptWrapper"]'),
86
89
  standardPreviewPlayerWrapper: () => cy.get('.standard-audio-resource-preview'),
87
90
  audioPlayerToolbar: () => cy.get('.audio-player-toolbar'),
@@ -1,5 +1,5 @@
1
1
  import utilities from "../support/helpers/utilities"
2
- import { barAndLineChartComponent, chartsCommonComponent, createQuestionBasePage, questionInstructionsComponent, resetPopupComponent, scoringSectionBaseEditTab, commonComponents, autoScoredStudentViewSettings, autoScoredScoringPreviewTab, autoScoredScoringSectionMultiResponseType, autoScoredSpecifyCorrectAnswerSection, correctIncorrectAnswerLabelComponent } from "./components";
2
+ import { barAndLineChartComponent, chartsCommonComponent, createQuestionBasePage, questionInstructionsComponent, resetPopupComponent, scoringSectionBaseEditTab, commonComponents, autoScoredStudentViewSettings, autoScoredScoringPreviewTab, autoScoredScoringSectionMultiResponseType, autoScoredSpecifyCorrectAnswerSection, correctIncorrectAnswerLabelComponent, studentViewSettingsLabelComponent } from "./components";
3
3
  import { dialogBoxBase } from "./dialogBoxBase";
4
4
  const css = Cypress.env('css');
5
5
 
@@ -8,6 +8,8 @@ const selectors = {
8
8
  ...barAndLineChartComponent,
9
9
  ...commonComponents,
10
10
  ...dialogBoxBase,
11
+ ...autoScoredStudentViewSettings,
12
+ ...autoScoredScoringPreviewTab,
11
13
  ...autoScoredScoringPreviewTab,
12
14
  ...correctIncorrectAnswerLabelComponent,
13
15
  ...chartsCommonComponent,
@@ -398,11 +400,29 @@ const steps = {
398
400
  chartsBarPage.steps.verifyBarIsLockedInCorrectAnswerSection(barIndex);
399
401
  chartsBarPage.steps.verifyBarCorrectIncorrectIconNotExistsInCorrectAnswerSection(barIndex);
400
402
  },
403
+
404
+ /**
405
+ * @param {("correct" | "incorrect")} answerStatus - The status of the answer.
406
+ * @description Verifies the visibility and content of the correct/incorrect answer label block.
407
+ * If the answer is correct, it also verifies the visibility of the correct icon;
408
+ * otherwise, it verifies the visibility of the incorrect icon.
409
+ */
410
+ verifyCorrectIncorrectAnswerLabel: (answerStatus) => {
411
+ utilities.verifyElementVisibilityState(correctIncorrectAnswerLabelComponent.correctIncorrectAnswerBlock(), 'exist');
412
+ utilities.verifyInnerText(correctIncorrectAnswerLabelComponent.correctIncorrectStatusMessageText(), `Your answer is${answerStatus}`)
413
+ if (answerStatus === 'correct') {
414
+ utilities.verifyElementVisibilityState(autoScoredScoringPreviewTab.correctIcon(), 'visible');
415
+ } else {
416
+ utilities.verifyElementVisibilityState(autoScoredScoringPreviewTab.incorrectIcon(), 'visible');
417
+ }
418
+ }
401
419
  }
402
420
 
403
421
  const tests = {
404
422
  ...autoScoredScoringPreviewTab.tests,
405
423
  ...resetPopupComponent.tests,
424
+ ...autoScoredStudentViewSettings.tests,
425
+ ...studentViewSettingsLabelComponent.tests,
406
426
 
407
427
  /**
408
428
  * Verify bar tooltip contents with css and a11y in preview tab
@@ -14,6 +14,7 @@ const selectors = {
14
14
  ...additionalSettingsPanel,
15
15
  ...studentViewSettingsLabelComponent,
16
16
  ...autoScoredScoringPreviewTab,
17
+ ...autoScoredSpecifyCorrectAnswerSection,
17
18
  ...selectQuestionResourceToolPage,
18
19
  ...dialogBoxBase,
19
20
 
@@ -53,10 +54,14 @@ const selectors = {
53
54
  tooltipWrapperSpecifyCorrectAnswer: () => cy.get('.ngie-accordion-detail .charts-tooltip-wrapper'),
54
55
  labelsNumberLineAxisSpecifyCorrectAnswer: () => cy.get('.ngie-accordion-detail .label-wrapper [class*="DotPlotChartstyles__Label"]'),
55
56
  numberLineAxisSpecifyCorrectAnswer: () => cy.get('.ngie-accordion-detail .number-line-wrapper'),
56
- labelsNumberLineAxisSpecifyCorrectAnswer: () => cy.get('.ngie-accordion-detail .label-wrapper [class*="DotPlotChartstyles__Label"]'),
57
57
  partialEqualWeightsPointsPerResponseScore: () => cy.get('[class*="Chartsstyles__EqualPoints"]'),
58
58
  dotColumnNumerationPointsLabel: () => cy.get('[class*="Chartsstyles__PartialPointsWrapper"] .partial-points-input-label'),
59
59
  pointsInputField: () => cy.get('.ngie-accordion-detail .points-input-field input[type="text"]'),
60
+ dotColumnLockIconSpecifyCorrectAnswer: () => cy.get('[class*="LockIconWrapper"]'),
61
+ dotPlotChartSpecifyCorrectAnswer: () => cy.get('.ngie-accordion-detail [class*="DotPlotChartstyles__ChartWrapper"]'),
62
+
63
+ toleranceThresholdLabel: () => cy.get('[class*="AllocatedPointsstyles__PointsWrapper"] .points-label'),
64
+ toleranceThresholdInputField: () => cy.get('[class*="AllocatedPointsstyles__PointsWrapper"] input'),
60
65
 
61
66
  //preview tab
62
67
  dotColumnPreviewTab: () => cy.get('.ngie-chart-point:visible'),
@@ -233,7 +238,6 @@ const steps = {
233
238
  }
234
239
  },
235
240
 
236
-
237
241
  /**
238
242
  * Removes dots
239
243
  * @param {number} numberOfDots - The number of dots to be removed
@@ -372,7 +376,7 @@ const steps = {
372
376
  * @param {string} controlOption - The control option to select.
373
377
  */
374
378
  selectControlOptionSpecifyCorrectAnswer: (controlOption) => {
375
- controlOptionsSpecifyCorrectAnswer(controlOption)
379
+ chartsDotPlotPage.controlOptionsSpecifyCorrectAnswer(controlOption)
376
380
  .click();
377
381
  },
378
382
 
@@ -440,6 +444,7 @@ const steps = {
440
444
  */
441
445
  verifyLabelsOnNumberLineAxisSpecifyCorrectAnswer: (min, max, annotateEvery) => {
442
446
  let expectedLabelsIndex = [];
447
+ let indexForArray = 0;
443
448
  chartsDotPlotPage.labelsNumberLineAxisSpecifyCorrectAnswer()
444
449
  .each((value, index) => {
445
450
  if (index % annotateEvery === 0) {
@@ -448,14 +453,69 @@ const steps = {
448
453
  })
449
454
  .then(() => {
450
455
  for (var i = min; i < max; i++) {
451
- console.log(expectedLabelsIndex[i])
452
456
  chartsDotPlotPage.labelsNumberLineAxisSpecifyCorrectAnswer()
453
- .eq(expectedLabelsIndex[i - 1])
457
+ .eq(expectedLabelsIndex[indexForArray])
454
458
  .should('have.text', i)
459
+ indexForArray += 1;
455
460
  }
456
461
  });
457
462
  },
458
463
 
464
+ /**
465
+ * Verifies the number of divisions on the number line axis.
466
+ * @param {object} options - The options object containing min, max, and interval values.
467
+ * @param {number} options.min - The minimum value.
468
+ * @param {number} options.max - The maximum value.
469
+ * @param {number} options.interval - The interval value.
470
+ */
471
+ verifyDivisionsOnNumberLineAxisSpecifyCorrectAnswer: ({ min, max, interval }) => {
472
+ const expectedDivisions = Math.round((max - min) / interval);
473
+ chartsDotPlotPage.numberLineAxisSpecifyCorrectAnswer()
474
+ .find('.number-line')
475
+ .its('length')
476
+ .then((len) => {
477
+ expect(len).to.equal(expectedDivisions);
478
+ });
479
+ },
480
+
481
+ /**
482
+ * Verifies that the default dot column
483
+ * @param {object} options - The options object containing point, min, and interval.
484
+ * @param {number} options.point - The point value.
485
+ * @param {number} options.min - The minimum value.
486
+ * @param {number} options.interval - The interval value.
487
+ */
488
+ verifyLockedDotColumnSpecifyCorrectAnswer: ({ point, min, interval }) => {
489
+ const index = Math.round((point - min) / interval);
490
+ utilities.getNthElement(chartsDotPlotPage.dotColumnSpecifyCorrectAnswer(), index)
491
+ .within(() => {
492
+ utilities.verifyElementVisibilityState(chartsDotPlotPage.dotColumnLockIconSpecifyCorrectAnswer(), 'visible');
493
+ });
494
+ utilities.getNthElement(chartsDotPlotPage.dotColumnSpecifyCorrectAnswer(), index)
495
+ .should('have.css', 'background-color', css.color.lockedDotColumnBg);
496
+ steps.verifyDefaultDotSpecifyCorrectAnswer({ point, min, interval });
497
+ },
498
+
499
+ /**
500
+ * Verifies that the default dot exists in the specified column
501
+ * @param {object} options - The options object containing point, min, and interval.
502
+ * @param {number} options.point - The point value.
503
+ * @param {number} options.min - The minimum value.
504
+ * @param {number} options.interval - The interval value.
505
+ */
506
+ verifyDefaultDotSpecifyCorrectAnswer: ({ point, min, interval }) => {
507
+ const index = Math.round((point - min) / interval);
508
+ chartsDotPlotPage.dotColumnSpecifyCorrectAnswer()
509
+ .eq(index)
510
+ .within(() => {
511
+ chartsDotPlotPage.dotIconSpecifyCorrectAnswer()
512
+ .each((el) => {
513
+ cy.wrap(el)
514
+ .should('have.css', 'background-color', css.color.activeButtons)
515
+ });
516
+ });
517
+ },
518
+
459
519
  verifyPointsPerResponseLabel: () => {
460
520
  utilities.verifyInnerText(autoScoredScoringSectionMultiResponseType.pointsPerResponseLabel(), 'Points per response:\n-');
461
521
  utilities.verifyElementVisibilityState(autoScoredScoringSectionMultiResponseType.pointsPerResponseLabel(), 'visible');
@@ -849,7 +909,6 @@ const steps = {
849
909
  })
850
910
  .then(() => {
851
911
  for (var i = min; i < max; i++) {
852
- console.log(expectedLabelsIndex[i])
853
912
  chartsDotPlotPage.labelsNumberLineAxisPreviewTab()
854
913
  .eq(expectedLabelsIndex[i - 1])
855
914
  .should('have.text', i)
@@ -876,6 +935,10 @@ const steps = {
876
935
  });
877
936
  },
878
937
 
938
+ verifyCorrectIncorrectAnswerLabelNotExists: () => {
939
+ utilities.verifyElementVisibilityState(chartsDotPlotPage.correctIncorrectAnswerTextWrapper(), `notExist`);
940
+ },
941
+
879
942
  verifyCorrectAnswerSectionNotExists: () => {
880
943
  utilities.verifyElementVisibilityState(chartsDotPlotPage.dotPlotChartCorrectAnswerSection(), 'notExist');
881
944
  },
@@ -1087,7 +1150,7 @@ const steps = {
1087
1150
  chartsDotPlotPage.toleranceThresholdInputField()
1088
1151
  .focus()
1089
1152
  .blur();
1090
- },
1153
+ }
1091
1154
  }
1092
1155
 
1093
1156
  const tests = {
@@ -1101,15 +1164,84 @@ const tests = {
1101
1164
  ...commonComponents.tests,
1102
1165
  ...studentViewSettingsLabelComponent.tests,
1103
1166
  ...autoScoredStudentViewSettings.tests,
1167
+ ...autoScoredSpecifyCorrectAnswerSection.tests,
1104
1168
  ...chartsCommonComponent.tests,
1105
1169
 
1106
1170
  verifyContentsOfSpecifyCorrectAnswerSection: () => {
1107
1171
  it('When user selects a scoring type then in the \'Correct\' accordion, all the contents should be displayed', () => {
1108
- chartsCommonComponent.steps.verifyGraphTitleInSpecifyCorrectAnswer('Graph title');
1109
- chartsCommonComponent.steps.verifyXAxisLabelInSpecifyCorrectAnswer('Label');
1172
+ chartsCommonComponent.steps.verifyGraphTitleInSpecifyCorrectAnswer('Five-day observation');
1173
+ chartsCommonComponent.steps.verifyXAxisLabelInSpecifyCorrectAnswer('Days');
1110
1174
  utilities.verifyElementVisibilityState(chartsDotPlotPage.numberLineAxisSpecifyCorrectAnswer(), 'exist');
1111
1175
  chartsDotPlotPage.steps.verifyLabelsOnNumberLineAxisSpecifyCorrectAnswer(1, 4, 1);
1112
1176
  });
1177
+ },
1178
+
1179
+ /**
1180
+ * Verifies the contents and functionality of the 'Specify correct answer' accordion for multiple selection questions.
1181
+ * @param {{'Correct' | 'Alternative'}} accordionName - The name of the accordion to be used in the validation.
1182
+ * @example - verifySpecifyCorrectAnswerAccordionContentsAndFunctionality('Correct');
1183
+ */
1184
+ verifySpecifyCorrectAnswerAccordionContentsAndFunctionality: (accordionName) => {
1185
+ it('The number line axis should be displayed with labels from 1 to 6 with 20 divisions', () => {
1186
+ utilities.verifyElementVisibilityState(chartsDotPlotPage.numberLineAxisSpecifyCorrectAnswer(), 'exist');
1187
+ chartsDotPlotPage.steps.verifyDivisionsOnNumberLineAxisSpecifyCorrectAnswer({ min: 1, max: 6, interval: 0.25 });
1188
+ chartsDotPlotPage.steps.verifyLabelsOnNumberLineAxisSpecifyCorrectAnswer(0, 5, 4);
1189
+ });
1190
+
1191
+ it(`The user should be able to plot dots in dot column on number line axis in the specify correct answer section ${accordionName} accordion`, () => {
1192
+ steps.plotDotsInDotColumnSpecifyCorrectAnswer(2, { point: 0, min: 0, interval: 0.25, defaultDots: 0 })
1193
+ });
1194
+
1195
+ it(`When the user resets the number line in the ${accordionName} accordion, error message should not be thrown on the \'${accordionName}\' accordion`, () => {
1196
+ steps.selectControlOptionSpecifyCorrectAnswer('Reset');
1197
+ chartsDotPlotPage.steps.confirmReset();
1198
+ utilities.verifyElementVisibilityState(commonComponents.errorMessage(), 'notExist');
1199
+ if (accordionName == 'Correct') {
1200
+ autoScoredSpecifyCorrectAnswerSection.correctAnswerAccordion()
1201
+ .within(() => {
1202
+ utilities.verifyElementVisibilityState(autoScoredSpecifyCorrectAnswerSection.specifyCorrectAnswerErrorIcon(), 'notExist');
1203
+ });
1204
+ } else {
1205
+ autoScoredSpecifyCorrectAnswerSection.alternativeAnswerAccordion()
1206
+ .within(() => {
1207
+ utilities.verifyElementVisibilityState(autoScoredSpecifyCorrectAnswerSection.specifyCorrectAnswerErrorIcon(), 'notExist');
1208
+ });
1209
+ };
1210
+ });
1211
+
1212
+ tests.verifyAutoScoredPointsErrorMessageWhenPointsFieldIsEmpty(accordionName);
1213
+
1214
+ it('Accessibility of \'Correct\' accordion contents', { tags: 'a11y' }, () => {
1215
+ cy.checkAccessibility(chartsDotPlotPage.numberLineAxisSpecifyCorrectAnswer().parents('.ngie-accordion-detail'));
1216
+ });
1217
+ },
1218
+
1219
+ /**
1220
+ * @description Verifies the behavior of points input field and error messages when the points field is empty.
1221
+ * @param {{'Correct' | 'Alternative'}} accordionName - The name of the accordion to be used in the validation.
1222
+ * @example - verifyAutoScoredPointsErrorMessageWhenPointsFieldIsEmpty('Correct');
1223
+ */
1224
+ verifyAutoScoredPointsErrorMessageWhenPointsFieldIsEmpty: (accordionName) => {
1225
+ it(`When the user focuses in and out of the empty points input field, no points error message should be displayed below the points input field and error icon should not be displayed on the \'${accordionName}\' accordion`, () => {
1226
+ scoringSectionBaseEditTab.pointsInputField()
1227
+ .eq(0)
1228
+ .focus();
1229
+ scoringSectionBaseEditTab.pointsInputField()
1230
+ .eq(0)
1231
+ .blur();
1232
+ utilities.verifyElementVisibilityState(scoringSectionBaseEditTab.pleaseEnterPointsErrorMessage(), 'notExist')
1233
+ if (accordionName == 'Correct') {
1234
+ autoScoredSpecifyCorrectAnswerSection.correctAnswerAccordion()
1235
+ .within(() => {
1236
+ autoScoredSpecifyCorrectAnswerSection.steps.verifySpecifyCorrectAnswerErrorIconNotExists();
1237
+ });
1238
+ } else {
1239
+ autoScoredSpecifyCorrectAnswerSection.alternativeAnswerAccordion()
1240
+ .within(() => {
1241
+ autoScoredSpecifyCorrectAnswerSection.steps.verifySpecifyCorrectAnswerErrorIconNotExists();
1242
+ });
1243
+ };
1244
+ });
1113
1245
  }
1114
1246
  }
1115
1247
 
@@ -372,7 +372,7 @@ const tests = {
372
372
 
373
373
  it('When user hovers away from the point, then point tooltip should be not be displayed', () => {
374
374
  utilities.hoverAwayFromElement();
375
- utilities.verifyElementVisibilityState(chartsLinePage.barAndPointTooltipWrapper(), 'hidden');
375
+ utilities.verifyElementVisibilityState(chartsLinePage.barAndPointTooltipWrapper(), 'notExist');
376
376
  });
377
377
 
378
378
  it('CSS of point tooltip', { tags: 'css' }, () => {
@@ -7,6 +7,7 @@ const selectors = {
7
7
  allowStudentToCheckAnswerLabel: () => cy.get('[data-ngie-testid="allow-student-to-check-answer-checkbox"] .MuiFormControlLabel-label'),
8
8
  //Note: update after https://redmine.zeuslearning.com/issues/565666 gets resolved
9
9
  allowStudentToCheckAnswerCheckbox: () => cy.get('[data-ngie-testid="allow-student-to-check-answer-checkbox"] input'),
10
+ allowStudentToCheckAnswerWrapper: () => cy.get('[data-ngie-testid="allow-student-to-check-answer-checkbox"]'),
10
11
  maximumCheckAnswerAttemptsDropdownLabel: () => cy.get('#Maximum-check-answer-attempts-dropdown-label'),
11
12
  maximumCheckAnswerAttemptsDropdown: () => cy.get('#Maximum-check-answer-attempts-select'),
12
13
  maximumCheckAnswerAttemptsDropdownListOptions: (dataValue = null) => {
@@ -72,6 +73,13 @@ const steps = {
72
73
  }
73
74
 
74
75
  const tests = {
76
+ verifyAllowStudentsToCheckAnswerNotExist: () => {
77
+ it('\'Allow student to check answer\' label and checkbox should not be displayed', () => {
78
+ utilities.verifyElementVisibilityState(autoScoredStudentViewSettings.allowStudentToCheckAnswerWrapper(), 'notExist');
79
+ utilities.verifyElementVisibilityState(autoScoredStudentViewSettings.maximumCheckAnswerAttemptsDropdownLabel(), 'notExist');
80
+ });
81
+ },
82
+
75
83
  verifyAllowStudentsToCheckAnswerLabelAndCheckboxCSS: () => {
76
84
  it('\'Allow student to check answer\' label and checkbox should be displayed and it should be unchecked by default', () => {
77
85
  utilities.verifyInnerText(autoScoredStudentViewSettings.allowStudentToCheckAnswerLabel(), 'Allow student to check answer');
@@ -312,14 +312,20 @@ const tests = {
312
312
  utilities.verifyCSS(colorPopupComponent.okButton(), {
313
313
  'color': css.color.primaryBtn,
314
314
  'font-size': css.fontSize.default,
315
- 'font-weight': css.fontWeight.regular,
316
- 'background-color': css.color.primaryBtnBg
315
+ 'font-weight': css.fontWeight.semibold,
316
+ });
317
+ utilities.verifyCSS(colorPopupComponent.okButton().parents('button'), {
318
+ 'background-color': css.color.primaryBtnBg,
319
+ 'border': `1px solid ${css.color.primaryBtnBorder}`
317
320
  });
318
321
  utilities.verifyCSS(colorPopupComponent.cancelButton(), {
319
322
  'color': css.color.secondaryBtn,
320
323
  'font-size': css.fontSize.default,
321
324
  'font-weight': css.fontWeight.semibold,
322
- 'background-color': css.color.transparent
325
+ });
326
+ utilities.verifyCSS(colorPopupComponent.cancelButton().parents('button'), {
327
+ 'background-color': css.color.transparent,
328
+ 'border': `1px solid ${css.color.secondaryBtnBorder}`
323
329
  });
324
330
  });
325
331
 
@@ -20,7 +20,7 @@ const selectors = {
20
20
  draggableOptionText: () => cy.get('.icon-container-wrapper [class*="DraggableItemsstyle__QuestionTextWrapper"]:visible'),
21
21
  optionContainerItemListPreviewTab: () => cy.get('[class*="question-preview-wrapper"] .item-list'),
22
22
  optionContainerItemListSpecifyCorrectAnswerSection: () => cy.get('.item-list'),
23
- draggableOptionDragIcon: () => cy.get('.drag-icon-button')
23
+ draggableOptionDragIcon: () => cy.get('.drag-indicator-icon')
24
24
  }
25
25
 
26
26
  const steps = {