itemengine-cypress-automation 1.0.50 → 1.0.62

Sign up to get free protection for your applications and to get access to all the features.
Files changed (186) hide show
  1. package/cypress/e2e/ILC/AudioPlayer/audioPlayerEditTab.js +342 -0
  2. package/cypress/e2e/ILC/AudioPlayer/audioPlayerEditTabAddFeatureRadioButton.js +218 -0
  3. package/cypress/e2e/ILC/AudioPlayer/audioPlayerEditTabTitleDescriptionAndTranscript.js +187 -0
  4. package/cypress/e2e/ILC/AudioPlayer/audioPlayerHeaderSection.js +73 -0
  5. package/cypress/e2e/ILC/AudioPlayer/audioPlayerPreviewTab.js +302 -0
  6. package/cypress/e2e/ILC/AudioPlayer/audioPlayerPreviewTabPlaybackPlayer.js +245 -0
  7. package/cypress/e2e/ILC/AudioPlayer/audioPlayerPreviewTabSupportedFileTypes.js +78 -0
  8. package/cypress/e2e/ILC/AudioPlayer/audioPlayerPreviewTabTitleDescriptionAndTranscript.js +248 -0
  9. package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/groupedOptionsAllOrNothingAlternatePointsGreaterThanCorrectPoints.js +1 -1
  10. package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/standardAllOrNothingAlternatePointsGreaterThanCorrectPoints.js +1 -1
  11. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownAdditionalSettingsBasic.js +222 -0
  12. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownAdditionalSettingsResponseAccordions.js +366 -0
  13. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownAdditionalSettingsStudentResponseAndLayout.js +206 -0
  14. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownAllOrNothingWithAlternateAnswer.js +624 -0
  15. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownPartialDifferentWeightsWithAlternateAnswer.js +865 -0
  16. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownPartialEqualWeightsWithAlternateAnswer.js +763 -0
  17. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownSupportedFileTypes.js +86 -0
  18. package/cypress/e2e/ILC/Highlight/HighlightScoring/allOrNothingAlternatePointsMoreThanCorrectPoints.js +213 -0
  19. package/cypress/e2e/ILC/Highlight/HighlightScoring/allOrNothingCorrectPointsEqualToAlternatePoints.js +215 -0
  20. package/cypress/e2e/ILC/Highlight/HighlightScoring/allOrNothingCorrectPointsMoreThanAlternatePoints.js +215 -0
  21. package/cypress/e2e/ILC/Highlight/HighlightScoring/allOrNothingScoring.js +187 -0
  22. package/cypress/e2e/ILC/Highlight/HighlightScoring/manualAndNonScored.js +162 -0
  23. package/cypress/e2e/ILC/Highlight/HighlightScoring/partialDifferentWeightsAlternatePointsMoreThanCorrectPoints.js +316 -0
  24. package/cypress/e2e/ILC/Highlight/HighlightScoring/partialDifferentWeightsCorrectEqualToAlternatePoints.js +385 -0
  25. package/cypress/e2e/ILC/Highlight/HighlightScoring/partialDifferentWeightsCorrectPointsMoreThanAlternatePoints.js +316 -0
  26. package/cypress/e2e/ILC/Highlight/HighlightScoring/partialDifferentWeightsScoring.js +245 -0
  27. package/cypress/e2e/ILC/Highlight/HighlightScoring/partialEqualWeightsAlternatePointsMoreThanCorrectPoints.js +250 -0
  28. package/cypress/e2e/ILC/Highlight/HighlightScoring/partialEqualWeightsCorrectPointEqualToAlternatePoints.js +266 -0
  29. package/cypress/e2e/ILC/Highlight/HighlightScoring/partialEqualWeightsCorrectPointsMoreThanAlternatePoints.js +250 -0
  30. package/cypress/e2e/ILC/Highlight/HighlightScoring/partialEqualWeightsScoring.js +226 -0
  31. package/cypress/e2e/ILC/Highlight/highlightAdditionalSettingsBasic.js +221 -0
  32. package/cypress/e2e/ILC/Highlight/highlightAdditionalSettingsMaximumNumberOfAnswers.js +137 -0
  33. package/cypress/e2e/ILC/Highlight/highlightBasicScoringForTextSelectionTypes.js +457 -0
  34. package/cypress/e2e/ILC/Highlight/highlightColorLibraryFlyout.js +143 -0
  35. package/cypress/e2e/ILC/Highlight/highlightEditTabScoringSection.js +361 -0
  36. package/cypress/e2e/ILC/Highlight/highlightHeaderSection.js +91 -0
  37. package/cypress/e2e/ILC/Highlight/highlightQuestionInstructionsAndQuestion.js +178 -0
  38. package/cypress/e2e/ILC/Highlight/highlightScoringSectionBasic.js +21 -0
  39. package/cypress/e2e/ILC/Highlight/highlightSetCorrectAnswerSection.js +204 -0
  40. package/cypress/e2e/ILC/Highlight/highlightTextSelectionDropdownAndHighlightOptionsSection.js +175 -0
  41. package/cypress/e2e/ILC/Highlight/highlightTextSelectionTypeInPreviewTab.js +237 -0
  42. package/cypress/e2e/ILC/Highlight/highlightTextSelectionTypeInSetCorrectAnswerSection.js +341 -0
  43. package/cypress/e2e/ILC/Highlight/highlightTextSelectionTypesInHighlightOptionsSection.js +375 -0
  44. package/cypress/e2e/ILC/ListMatching/Scoring/groupedOptionsAllOrNothingAlternatePointsGreaterThanCorrectPoints.js +28 -0
  45. package/cypress/e2e/ILC/ListMatching/Scoring/groupedOptionsAllOrNothingCorrectPointsEqualToAlternatePoints.js +30 -0
  46. package/cypress/e2e/ILC/ListMatching/{listMatchingGroupedOptionsAllOrNothingScoringWithAlternateAnswer.js → Scoring/groupedOptionsAllOrNothingCorrectPointsGreaterThanAlternatePoints.js} +5 -7
  47. package/cypress/e2e/ILC/ListMatching/{listMatchingGroupedOptionsAllOrNothingScoring.js → Scoring/groupedOptionsAllOrNothingScoring.js} +2 -2
  48. package/cypress/e2e/ILC/ListMatching/{listMatchingGroupedOptionsManualAndNonScoredScoring.js → Scoring/groupedOptionsManualAndNonScoredScoring.js} +2 -2
  49. package/cypress/e2e/ILC/ListMatching/{listMatchingGroupedOptionsPartialDifferentScorings.js → Scoring/groupedOptionsPartialDifferentWeightsScoring.js} +2 -2
  50. package/cypress/e2e/ILC/ListMatching/Scoring/groupedOptionsPartialDifferrentWeightsAlternatePointsGreaterThanCorrectPoints.js +30 -0
  51. package/cypress/e2e/ILC/ListMatching/{listMatchingGroupedOptionsPartialDifferentScoringWithAlternateTab.js → Scoring/groupedOptionsPartialDifferrentWeightsCorrectPointsEqualToAlternatePoints.js} +6 -6
  52. package/cypress/e2e/ILC/ListMatching/Scoring/groupedOptionsPartialDifferrentWeightsCorrectPointsGreaterThanAlternatePoints.js +30 -0
  53. package/cypress/e2e/ILC/ListMatching/Scoring/groupedOptionsPartialEqualWeightsAlternatePointsGreaterThanCorrectPoints.js +30 -0
  54. package/cypress/e2e/ILC/ListMatching/{listMatchingGroupedOptionsPartialEqualWeightsScoringWithAlternateTab.js → Scoring/groupedOptionsPartialEqualWeightsCorrectPointsEqualToAlternatePoints.js} +6 -6
  55. package/cypress/e2e/ILC/ListMatching/Scoring/groupedOptionsPartialEqualWeightsCorrectPointsGreaterThanAlternatePoints.js +30 -0
  56. package/cypress/e2e/ILC/ListMatching/{listMatchingGroupedOptionsPartialEqualWeightsScoring.js → Scoring/groupedOptionsPartialEqualWeightsScorings.js} +2 -2
  57. package/cypress/e2e/ILC/ListMatching/Scoring/standardOptionsAllOrNothingAlternatePointsGreaterThanCorrectPoints.js +28 -0
  58. package/cypress/e2e/ILC/ListMatching/Scoring/standardOptionsAllOrNothingCorrectPointsEqualToAlternatePoints.js +30 -0
  59. package/cypress/e2e/ILC/ListMatching/{listMatchingStandardOptionsAllOrNothingScoringWithAlternateAnswer.js → Scoring/standardOptionsAllOrNothingCorrectPointsGreaterThanAlternatePoints.js} +5 -7
  60. package/cypress/e2e/ILC/ListMatching/{listMatchingStandardOptionsAllOrNothingScoring.js → Scoring/standardOptionsAllOrNothingScoring.js} +2 -2
  61. package/cypress/e2e/ILC/ListMatching/{listMatchingStandardOptionsManualAndNonScoredScoring.js → Scoring/standardOptionsManualAndNonScoredScoring.js} +2 -2
  62. package/cypress/e2e/ILC/ListMatching/Scoring/standardOptionsPartialDifferentWeightsAlternatePointsGreaterThanCorrectPoints.js +30 -0
  63. package/cypress/e2e/ILC/ListMatching/{listMatchingStandardOptionsPartialDifferentScoringWithAlternateAnswer.js → Scoring/standardOptionsPartialDifferentWeightsCorrectPointsEqualToAlternatePoints.js} +6 -6
  64. package/cypress/e2e/ILC/ListMatching/Scoring/standardOptionsPartialDifferentWeightsCorrectPointsGreaterThanAlternatePoints.js +30 -0
  65. package/cypress/e2e/ILC/ListMatching/{listMatchingStandardOptionsPartialDIfferentScoring.js → Scoring/standardOptionsPartialDifferentWeightsScoring.js} +2 -2
  66. package/cypress/e2e/ILC/ListMatching/Scoring/standardOptionsPartialEqualWeightsAlternatePointsMoreThanCorrectPoints.js +29 -0
  67. package/cypress/e2e/ILC/ListMatching/{listMatchingStandardOptionsPartialEqualScoringWithAlternateAnswer.js → Scoring/standardOptionsPartialEqualWeightsCorrectPointsEqualToAlternatePoints.js} +6 -6
  68. package/cypress/e2e/ILC/ListMatching/Scoring/standardOptionsPartialEqualWeightsCorrectPointsMoreThanAlternatePoints.js +29 -0
  69. package/cypress/e2e/ILC/ListMatching/{listMatchingStandardOptionsPartialEqualScoring.js → Scoring/standardOptionsPartialEqualWeightsScoring.js} +2 -2
  70. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridAdditionalSettingsBasic.js +11 -5
  71. package/cypress/e2e/ILC/MultipleSelectionGrid/{multipleSelectionGridQuestionStemAdditionalSettings.js → multipleSelectionGridAdditionalSettingsQuestionStem.js} +0 -11
  72. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridAllOrNothingAlternatePointsGreaterThanCorrectPoints.js +263 -0
  73. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridAllOrNothingCorrectPointsEqualToAlternatePoints.js +263 -0
  74. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridAllOrNothingCorrectPointsGreaterThanAlternatePoints.js +261 -0
  75. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridPartialDifferentWeightsAlternatePointsGreaterThanCorrectPoints.js +340 -0
  76. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridPartialDifferentWeightsCorrectPointsEqualToAlternatePoints.js +310 -0
  77. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridPartialDifferentWeightsCorrectPointsGreaterThanAlternatePoints.js +341 -0
  78. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridPartialEqualWeightsAlternatePointsGreaterThanCorrectPoints.js +313 -0
  79. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridPartialEqualWeightsCorrectPointsEqualToAlternatePoints.js +285 -0
  80. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridPartialEqualWeightsCorrectPointsGreaterThanAlternatePoints.js +316 -0
  81. package/cypress/e2e/ILC/ReadingRuler/readingRulerEditTabBasicsSection.js +185 -0
  82. package/cypress/e2e/ILC/ReadingRuler/readingRulerHeaderSection.js +55 -0
  83. package/cypress/e2e/ILC/ReadingRuler/readingRulerPreviewTab.js +257 -0
  84. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridAllOrNothingAlternatePointsGreaterThanCorrectPoints.js +173 -0
  85. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridAllOrNothingCorrectPointsEqualToAlternatePoints.js +179 -0
  86. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridAllOrNothingCorrectPointsGreaterThanAlternatePoints.js +174 -0
  87. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridPartialDifferentWeightsAlternatePointsGreaterThanCorrectPoints.js +247 -0
  88. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridPartialDifferentWeightsCorrectPointsEqualToAlternatePoints.js +219 -0
  89. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridPartialDifferentWeightsCorrectPointsGreaterThanAlternatePoints.js +246 -0
  90. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridPartialEqualWeightsAlternatePointsGreaterThanCorrectPoints.js +225 -0
  91. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridPartialEqualWeightsCorrectPointsEqualToAlternatePoints.js +197 -0
  92. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridPartialEqualWeightsCorrectPointsGreaterThanAlternatePoints.js +226 -0
  93. package/cypress/e2e/ILC/VideoResponse/videoResponseAdditionalSettings.js +135 -0
  94. package/cypress/e2e/ILC/VideoResponse/videoResponseAdditionalSettingsBasic.js +88 -0
  95. package/cypress/e2e/ILC/VideoResponse/videoResponseEditTabBasic.js +78 -0
  96. package/cypress/e2e/ILC/VideoResponse/videoResponseHeaderSection.js +74 -0
  97. package/cypress/e2e/ILC/VideoResponse/videoResponsePreviewTab.js +627 -0
  98. package/cypress/e2e/ILC/VideoResponse/videoResponseScoringSection.js +76 -0
  99. package/cypress/e2e/ILC/fillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownAddResponseContainer.js +230 -0
  100. package/cypress/e2e/ILC/fillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownAdditionalSettings.js +247 -0
  101. package/cypress/e2e/ILC/fillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownAllOrNothingScoring.js +352 -0
  102. package/cypress/e2e/ILC/fillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownConditionalCheckboxes.js +258 -0
  103. package/cypress/e2e/ILC/fillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownEditAriaLabelCheckbox.js +134 -0
  104. package/cypress/e2e/ILC/fillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownEditTabBasicSection.js +132 -0
  105. package/cypress/e2e/ILC/fillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownEditTabScoringSection.js +237 -0
  106. package/cypress/e2e/ILC/fillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownHeaderSection.js +113 -0
  107. package/cypress/e2e/ILC/fillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownImageProperties.js +156 -0
  108. package/cypress/e2e/ILC/fillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownManualAndNonScoredScoring.js +165 -0
  109. package/cypress/e2e/ILC/fillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownOptionsForResponse.js +303 -0
  110. package/cypress/e2e/ILC/fillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownPartialDifferentWeightsScoring.js +372 -0
  111. package/cypress/e2e/ILC/fillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownPartialEqualWeightsScoring.js +371 -0
  112. package/cypress/e2e/ILC/fillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownPreviewTab.js +77 -0
  113. package/cypress/e2e/ILC/fillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownSetCorrectAnswerSection.js +117 -0
  114. package/cypress/pages/dragAndDropIntoCategoriesAllOrNothingScoring.js +1 -1
  115. package/cypress/pages/listMatchingScoring.js +16 -105
  116. package/package.json +1 -1
  117. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridAllOrNothingWithAlternateAnswer.js +0 -731
  118. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridPartialDifferentWeightsWithAlternateAnswer.js +0 -942
  119. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridPartialEqualWeightsWithAlternateAnswer.js +0 -864
  120. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridAllOrNothingWithAlternateAnswer.js +0 -472
  121. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridPartialDifferentWeightsWithAlternateAnswer.js +0 -662
  122. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridPartialEqualWeightsWIthAlternateAnswer.js +0 -595
  123. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/groupedOptionsAllOrNothing.js +0 -0
  124. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/groupedOptionsAllOrNothingCorrectPointsEqualToAlternatePoints.js +0 -0
  125. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/groupedOptionsAllOrNothingCorrectPointsGreaterThanAlternatePoints.js +0 -0
  126. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/groupedOptionsPartialScoreForEachCell.js +0 -0
  127. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/groupedOptionsPartialScoreForEachCellAlternatePointsGreaterThanCorrectPoints.js +0 -0
  128. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/groupedOptionsPartialScoreForEachCellCorrectPointsEqualToAlternatePoints.js +0 -0
  129. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/groupedOptionsPartialScoreForEachCellCorrectPointsGreaterThanAlternatePoints.js +0 -0
  130. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/groupedOptionsPartialScoreForEachResponse.js +0 -0
  131. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/groupedOptionsPartialScoreForEachResponseAlternatePointsGreaterThanCorrectPoints.js +0 -0
  132. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/groupedOptionsPartialScoreForEachResponseCorrectPointsEqualToAlternatePoints.js +0 -0
  133. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/groupedOptionsPartialScoreForEachResponseCorrectPointsGreaterThanAlternatePoints.js +0 -0
  134. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/groupedOptionsTotalScoreDividedBetweenCell.js +0 -0
  135. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/groupedOptionsTotalScoreDividedBetweenCellsAlternatePointsGreaterThanCorrectPoints.js +0 -0
  136. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/groupedOptionsTotalScoreDividedBetweenCellsCorrectPointsEqualToAlternatePoints.js +0 -0
  137. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/groupedOptionsTotalScoreDividedBetweenCellsCorrectPointsGreaterThanAlternatePoints.js +0 -0
  138. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/groupedOptionsTotalScoreDividedBetweenResponses.js +0 -0
  139. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/groupedOptionsTotalScoreDividedBetweenResponsesAlternatePointsGreaterThanCorrectPoints.js +0 -0
  140. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/groupedOptionsTotalScoreDividedBetweenResponsesCorrectPointsEqualToAlternatePoints.js +0 -0
  141. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/groupedOptionsTotalScoreDividedBetweenResponsesCorrectPointsGreaterThanAlternatePoints.js +0 -0
  142. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/standardAllOrNothing.js +0 -0
  143. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/standardAllOrNothingCorrectPointsEqualToAlternatePoints.js +0 -0
  144. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/standardAllOrNothingCorrectPointsGreaterThanAlternatePoints.js +0 -0
  145. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/standardPartialScoreForEachCell.js +0 -0
  146. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/standardPartialScoreForEachCellAlternatePointsGreaterThanCorrectPoints.js +0 -0
  147. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/standardPartialScoreForEachCellCorrectPointsEqualToAlternatePoints.js +0 -0
  148. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/standardPartialScoreForEachCellCorrectPointsGreaterThanAlternatePoints.js +0 -0
  149. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/standardPartialScoreForEachResponse.js +0 -0
  150. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/standardPartialScoreForEachResponseAlternatePointsGreaterThanCorrectPoints.js +0 -0
  151. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/standardPartialScoreForEachResponseCorrectPointsEqualToAlternatePoints.js +0 -0
  152. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/standardPartialScoreForEachResponseCorrectPointsGreaterThanAlternatePoints.js +0 -0
  153. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/standardTotalScoreDividedBetweenCell.js +0 -0
  154. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/standardTotalScoreDividedBetweenCellAlternatePointsGreaterThanCorrectPoints.js +0 -0
  155. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/standardTotalScoreDividedBetweenCellCorrectPointsEqualToAlternatePoints.js +0 -0
  156. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/standardTotalScoreDividedBetweenCellCorrectPointsGreaterThanAlternatePoints.js +0 -0
  157. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/standardTotalScoreDividedBetweenResponse.js +0 -0
  158. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/standardTotalScoreDividedBetweenResponseAlternatePointsGreaterThanCorrectPoints.js +0 -0
  159. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/standardTotalScoreDividedBetweenResponseCorrectPointsEqualToAlternatePoints.js +0 -0
  160. /package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesScoringFiles → dragAndDropIntoCategoriesScoring}/standardTotalScoreDividedBetweenResponseCorrectPointsGreaterThanAlternatePoints.js +0 -0
  161. /package/cypress/e2e/ILC/ListOrdering/{ListOrderingScoringFiles → Scoring}/allOrNothingAlternatePointsGreaterThanCorrectPoints.js +0 -0
  162. /package/cypress/e2e/ILC/ListOrdering/{ListOrderingScoringFiles → Scoring}/allOrNothingCorrectPointsEqualToAlternatePoints.js +0 -0
  163. /package/cypress/e2e/ILC/ListOrdering/{ListOrderingScoringFiles → Scoring}/allOrNothingCorrectPointsGreaterThanAlternatePoints.js +0 -0
  164. /package/cypress/e2e/ILC/ListOrdering/{ListOrderingScoringFiles → Scoring}/allOrNothingScoring.js +0 -0
  165. /package/cypress/e2e/ILC/ListOrdering/{ListOrderingScoringFiles → Scoring}/manuallyAndNonScoredScoring.js +0 -0
  166. /package/cypress/e2e/ILC/ListOrdering/{ListOrderingScoringFiles → Scoring}/partialDifferentWeightsAlternatePointsGreaterThanCorrectPoints.js +0 -0
  167. /package/cypress/e2e/ILC/ListOrdering/{ListOrderingScoringFiles → Scoring}/partialDifferentWeightsCorrectPointsEqualToAlternatePoints.js +0 -0
  168. /package/cypress/e2e/ILC/ListOrdering/{ListOrderingScoringFiles → Scoring}/partialDifferentWeightsCorrectPointsGreaterThanAlternatePoints.js +0 -0
  169. /package/cypress/e2e/ILC/ListOrdering/{ListOrderingScoringFiles → Scoring}/partialDifferentWeightsScoring.js +0 -0
  170. /package/cypress/e2e/ILC/ListOrdering/{ListOrderingScoringFiles → Scoring}/partialEqualWeightsAlternatePointsGreaterThanCorrectPoints.js +0 -0
  171. /package/cypress/e2e/ILC/ListOrdering/{ListOrderingScoringFiles → Scoring}/partialEqualWeightsCorrectPointsEqualToAlternatePoints.js +0 -0
  172. /package/cypress/e2e/ILC/ListOrdering/{ListOrderingScoringFiles → Scoring}/partialEqualWeightsCorrectPointsGreaterThanAlternatePoints.js +0 -0
  173. /package/cypress/e2e/ILC/ListOrdering/{ListOrderingScoringFiles → Scoring}/partialEqualWeightsScoring.js +0 -0
  174. /package/cypress/e2e/ILC/ListSorting/{ListSortingScoringFiles → Scoring}/allOrNothingAlternatePointsGreaterThanCorrectPoints.js +0 -0
  175. /package/cypress/e2e/ILC/ListSorting/{ListSortingScoringFiles → Scoring}/allOrNothingCorrectPointsEqualToAlternatePoints.js +0 -0
  176. /package/cypress/e2e/ILC/ListSorting/{ListSortingScoringFiles → Scoring}/allOrNothingCorrectPointsGreaterThanAlternatePoints.js +0 -0
  177. /package/cypress/e2e/ILC/ListSorting/{ListSortingScoringFiles → Scoring}/allOrNothingScoring.js +0 -0
  178. /package/cypress/e2e/ILC/ListSorting/{ListSortingScoringFiles → Scoring}/manuallyAndNonScoredScoring.js +0 -0
  179. /package/cypress/e2e/ILC/ListSorting/{ListSortingScoringFiles → Scoring}/partialDifferentWeightsAlternatePointsGreaterThanCorrectPoints.js +0 -0
  180. /package/cypress/e2e/ILC/ListSorting/{ListSortingScoringFiles → Scoring}/partialDifferentWeightsCorrectPointsEqualToAlternatePoints.js +0 -0
  181. /package/cypress/e2e/ILC/ListSorting/{ListSortingScoringFiles → Scoring}/partialDifferentWeightsCorrectPointsGreaterThanAlternatePoints.js +0 -0
  182. /package/cypress/e2e/ILC/ListSorting/{ListSortingScoringFiles → Scoring}/partialDifferentWeightsScoring.js +0 -0
  183. /package/cypress/e2e/ILC/ListSorting/{ListSortingScoringFiles → Scoring}/partialEqualWeightsAlternatePointsGreaterThanCorrectPoints.js +0 -0
  184. /package/cypress/e2e/ILC/ListSorting/{ListSortingScoringFiles → Scoring}/partialEqualWeightsCorrectPointsEqualToAlternatePoints.js +0 -0
  185. /package/cypress/e2e/ILC/ListSorting/{ListSortingScoringFiles → Scoring}/partialEqualWeightsCorrectPointsGreaterThanAlternatePoints.js +0 -0
  186. /package/cypress/e2e/ILC/ListSorting/{ListSortingScoringFiles → Scoring}/partialEqualWeightsScoring.js +0 -0
@@ -1,13 +1,13 @@
1
- import { listMatchingPage, listMatchingScoring } from "../../../pages";
2
- import abortEarlySetup from "../../../support/helpers/abortEarly";
1
+ import { listMatchingPage, listMatchingScoring } from "../../../../pages";
2
+ import abortEarlySetup from "../../../../support/helpers/abortEarly";
3
3
  const css = Cypress.env('css');
4
4
 
5
- describe('Create Item page - List Matching - standard options layout - Partial equal weights scoring with alternate answer', () => {
5
+ describe('Create Item page - List Matching - standard options layout - Partial equal weights scoring with alternate answer - When correct answer points are equal to alternate answer points', () => {
6
6
  before(() => {
7
7
  cy.loginAs('admin');
8
8
  });
9
9
 
10
- describe('Question Preview: AutoScored - Partial equal weights grouped options layout with alternate answer', () => {
10
+ describe('Question Preview: AutoScored - Partial equal weights grouped options layout with alternate answer - When correct answer points are equal to alternate answer points', () => {
11
11
  abortEarlySetup();
12
12
  before(() => {
13
13
  cy.log('Navigate to List Matching question type, adding correct answer responses and alternate answer responses for autoscored - partial equal scoring, adding points and switch to preview tab');
@@ -18,14 +18,14 @@ describe('Create Item page - List Matching - standard options layout - Partial e
18
18
  listMatchingPage.steps.allotPoints(20);
19
19
  listMatchingPage.steps.setCorrectAnswersForCorrectTab();
20
20
  listMatchingPage.steps.clickOnAddAlternateAnswerButton();
21
- listMatchingPage.steps.allotPoints(12);
21
+ listMatchingPage.steps.allotPoints(20);
22
22
  listMatchingPage.steps.setCorrectAnswersForAlternateTab();
23
23
  listMatchingPage.steps.expandAdditonalSettings();
24
24
  listMatchingPage.steps.checkAllowStudentsToCheckAnswerCheckbox();
25
25
  listMatchingPage.steps.switchToPreviewTab();
26
26
  });
27
27
 
28
- listMatchingScoring.tests.verifyAutoScoredPartialEqualWeightsScoringWithAlternateAnswer('grouped');
28
+ listMatchingScoring.tests.verifyPartialEqualWeightsWithAlternateAnswerWhenCorrectPointsAreEqualToAlternatePoints();
29
29
 
30
30
  listMatchingScoring.tests.verifyMinimumScoreAwardedIfAttemptedForIncorrectAnswer('20');
31
31
 
@@ -0,0 +1,30 @@
1
+ import { listMatchingPage, listMatchingScoring } from "../../../../pages";
2
+ import abortEarlySetup from "../../../../support/helpers/abortEarly";
3
+ const css = Cypress.env('css');
4
+
5
+ describe('Create Item page - List Matching - standard options layout - Partial equal weights scoring with alternate answer - When correct answer points are more than alternate answer points', () => {
6
+ before(() => {
7
+ cy.loginAs('admin');
8
+ });
9
+
10
+ describe('Question Preview: AutoScored - Partial equal weights grouped options layout with alternate answer - When correct answer points are more than alternate answer points', () => {
11
+ abortEarlySetup();
12
+ before(() => {
13
+ cy.log('Navigate to List Matching question type, adding correct answer responses and alternate answer responses for autoscored - partial equal scoring, adding points and switch to preview tab');
14
+ listMatchingPage.steps.navigateToCreateQuestion('list matching');
15
+ cy.barsPreLoaderWait();
16
+ listMatchingPage.steps.setQuestionStemsAndGroupedOptionsForScoringWithAlternateTab();
17
+ listMatchingPage.steps.selectPartialEqualWeightsCheckbox();
18
+ listMatchingPage.steps.allotPoints(20);
19
+ listMatchingPage.steps.setCorrectAnswersForCorrectTab();
20
+ listMatchingPage.steps.clickOnAddAlternateAnswerButton();
21
+ listMatchingPage.steps.allotPoints(12);
22
+ listMatchingPage.steps.setCorrectAnswersForAlternateTab();
23
+ listMatchingPage.steps.expandAdditonalSettings();
24
+ listMatchingPage.steps.checkAllowStudentsToCheckAnswerCheckbox();
25
+ listMatchingPage.steps.switchToPreviewTab();
26
+ });
27
+
28
+ listMatchingScoring.tests.verifyPartialEqualWeightsWithAlternateAnswerWhenCorrectPointsAreMoreThanAlternatePoints('grouped');
29
+ });
30
+ });
@@ -1,5 +1,5 @@
1
- import { listMatchingPage, listMatchingScoring } from "../../../pages";
2
- import abortEarlySetup from "../../../support/helpers/abortEarly";
1
+ import { listMatchingPage, listMatchingScoring } from "../../../../pages";
2
+ import abortEarlySetup from "../../../../support/helpers/abortEarly";
3
3
 
4
4
  describe('Create Item page - List Matching - standard options layout - Partial equal weights scoring', () => {
5
5
  before(() => {
@@ -0,0 +1,28 @@
1
+ import { listMatchingPage, listMatchingScoring } from "../../../../pages";
2
+ import abortEarlySetup from "../../../../support/helpers/abortEarly";
3
+
4
+ describe('Create Item page - List Matching - standard options layout - All or nothing scoring with alternate answer - When alternate answer points are more than correct answer points', () => {
5
+ before(() => {
6
+ cy.loginAs('admin');
7
+ });
8
+
9
+ describe('Question Preview: AutoScored - All or Nothing standard options layout with alternate answer - When alternate answer points are more than correct answer points', () => {
10
+ abortEarlySetup();
11
+ before(() => {
12
+ cy.log('Navigate to List Matching question type, adding correct answer responses and alternate answer responses for autoscored - all or nothing scoring, adding points and switch to preview tab');
13
+ listMatchingPage.steps.navigateToCreateQuestion('list matching');
14
+ cy.barsPreLoaderWait();
15
+ listMatchingPage.steps.setQuestionStemsAndOptionsForScoringWithAlternateTab();
16
+ listMatchingPage.steps.allotPoints(7);
17
+ listMatchingPage.steps.setCorrectAnswersForCorrectTab();
18
+ listMatchingPage.steps.clickOnAddAlternateAnswerButton();
19
+ listMatchingPage.steps.allotPoints(10);
20
+ listMatchingPage.steps.setCorrectAnswersForAlternateTab();
21
+ listMatchingPage.steps.expandAdditonalSettings();
22
+ listMatchingPage.steps.checkAllowStudentsToCheckAnswerCheckbox();
23
+ listMatchingPage.steps.switchToPreviewTab();
24
+ });
25
+
26
+ listMatchingScoring.tests.verifyAllOrNothingScoringWithAlternateAnswerWhenAlternatePointsAreMoreThanCorrectPoints();
27
+ });
28
+ });
@@ -0,0 +1,30 @@
1
+ import { listMatchingPage, listMatchingScoring } from "../../../../pages";
2
+ import abortEarlySetup from "../../../../support/helpers/abortEarly";
3
+
4
+ describe('Create Item page - List Matching - standard options layout - All or nothing scoring with alternate answer - When correct answer points are equal to alternate answer points', () => {
5
+ before(() => {
6
+ cy.loginAs('admin');
7
+ });
8
+
9
+ describe('Question Preview: AutoScored - All or Nothing standard options layout with alternate answer - When correct answer points are equal to alternate answer points', () => {
10
+ abortEarlySetup();
11
+ before(() => {
12
+ cy.log('Navigate to List Matching question type, adding correct answer responses and alternate answer responses for autoscored - all or nothing scoring, adding points and switch to preview tab');
13
+ listMatchingPage.steps.navigateToCreateQuestion('list matching');
14
+ cy.barsPreLoaderWait();
15
+ listMatchingPage.steps.setQuestionStemsAndOptionsForScoringWithAlternateTab();
16
+ listMatchingPage.steps.allotPoints(7);
17
+ listMatchingPage.steps.setCorrectAnswersForCorrectTab();
18
+ listMatchingPage.steps.clickOnAddAlternateAnswerButton();
19
+ listMatchingPage.steps.allotPoints(7);
20
+ listMatchingPage.steps.setCorrectAnswersForAlternateTab();
21
+ listMatchingPage.steps.expandAdditonalSettings();
22
+ listMatchingPage.steps.checkAllowStudentsToCheckAnswerCheckbox();
23
+ listMatchingPage.steps.switchToPreviewTab();
24
+ });
25
+
26
+ listMatchingScoring.tests.verifyAllOrNothingScoringWithAlternateAnswerWhenCorrectPointsAreEqualToAlternatePoints();
27
+
28
+ listMatchingScoring.tests.verifyMinimumScoreAwardedIfAttemptedForIncorrectAnswer('7');
29
+ });
30
+ });
@@ -1,12 +1,12 @@
1
- import { listMatchingPage, listMatchingScoring } from "../../../pages";
2
- import abortEarlySetup from "../../../support/helpers/abortEarly";
1
+ import { listMatchingPage, listMatchingScoring } from "../../../../pages";
2
+ import abortEarlySetup from "../../../../support/helpers/abortEarly";
3
3
 
4
- describe('Create Item page - List Matching - standard options layout - All or nothing scoring with alternate answer', () => {
4
+ describe('Create Item page - List Matching - standard options layout - All or nothing scoring with alternate answer - When correct answer points are more than alternate answer points', () => {
5
5
  before(() => {
6
6
  cy.loginAs('admin');
7
7
  });
8
8
 
9
- describe('Question Preview: AutoScored - All or Nothing standard options layout with alternate answer', () => {
9
+ describe('Question Preview: AutoScored - All or Nothing standard options layout with alternate answer - When correct answer points are more than alternate answer points', () => {
10
10
  abortEarlySetup();
11
11
  before(() => {
12
12
  cy.log('Navigate to List Matching question type, adding correct answer responses and alternate answer responses for autoscored - all or nothing scoring, adding points and switch to preview tab');
@@ -23,8 +23,6 @@ describe('Create Item page - List Matching - standard options layout - All or no
23
23
  listMatchingPage.steps.switchToPreviewTab();
24
24
  });
25
25
 
26
- listMatchingScoring.tests.verifyAutoScoredAllOrNothingScoringWithAlternateAnswer();
27
-
28
- listMatchingScoring.tests.verifyMinimumScoreAwardedIfAttemptedForIncorrectAnswer('7');
26
+ listMatchingScoring.tests.verifyAllOrNothingScoringWithAlternateAnswerWhenCorrectPointsAreMoreThanAlternatePoints();
29
27
  });
30
28
  });
@@ -1,5 +1,5 @@
1
- import { listMatchingPage, listMatchingScoring } from "../../../pages";
2
- import abortEarlySetup from "../../../support/helpers/abortEarly";
1
+ import { listMatchingPage, listMatchingScoring } from "../../../../pages";
2
+ import abortEarlySetup from "../../../../support/helpers/abortEarly";
3
3
 
4
4
  describe('Create Item page - List Matching - standard options layout - All or nothing scoring', () => {
5
5
  before(() => {
@@ -1,5 +1,5 @@
1
- import { listMatchingPage, listMatchingScoring } from "../../../pages";
2
- import abortEarlySetup from "../../../support/helpers/abortEarly";
1
+ import { listMatchingPage, listMatchingScoring } from "../../../../pages";
2
+ import abortEarlySetup from "../../../../support/helpers/abortEarly";
3
3
  const css = Cypress.env('css');
4
4
 
5
5
  describe('Create Item page - List Matching - standard options layout - Manually scored', () => {
@@ -0,0 +1,30 @@
1
+ import { listMatchingPage, listMatchingScoring } from "../../../../pages";
2
+ import abortEarlySetup from "../../../../support/helpers/abortEarly";
3
+
4
+ describe('Create Item page - List Matching - standard options layout - Partial different weights scoring with alternate answer - When alternate answer points are more than correct answer points', () => {
5
+ before(() => {
6
+ cy.loginAs('admin');
7
+ });
8
+
9
+ describe('Question Preview: AutoScored - Partial different weights standard options layout with alternate answer - When alternate answer points are more than correct answer points', () => {
10
+ abortEarlySetup();
11
+ before(() => {
12
+ cy.log('Navigate to List Matching question type, adding correct answer responses and alternate answer responses for autoscored - partial different scoring, adding points and switch to preview tab');
13
+ listMatchingPage.steps.navigateToCreateQuestion('list matching');
14
+ cy.barsPreLoaderWait();
15
+ listMatchingPage.steps.setQuestionStemsAndOptionsForScoringWithAlternateTab();
16
+ listMatchingPage.steps.setCorrectAnswersForCorrectTab();
17
+ listMatchingPage.steps.selectPartialDifferentWeightsCheckbox();
18
+ listMatchingPage.steps.addPartialDifferentWeightsPoints([5, 7, 4, 8]);
19
+ listMatchingPage.steps.clickOnAddAlternateAnswerButton();
20
+ listMatchingPage.steps.setCorrectAnswersForAlternateTab();
21
+ listMatchingPage.steps.addPartialDifferentWeightsPoints([4, 9, 6, 10]);
22
+ listMatchingPage.steps.uncheckRoundDownScoreCheckbox();
23
+ listMatchingPage.steps.expandAdditonalSettings();
24
+ listMatchingPage.steps.checkAllowStudentsToCheckAnswerCheckbox();
25
+ listMatchingPage.steps.switchToPreviewTab();
26
+ });
27
+
28
+ listMatchingScoring.tests.verifyPartialDifferentWeightWithAlternateAnswerWhenAlternatePointsMoreThanCorrectPoints('standard');
29
+ });
30
+ });
@@ -1,12 +1,12 @@
1
- import { listMatchingPage, listMatchingScoring } from "../../../pages";
2
- import abortEarlySetup from "../../../support/helpers/abortEarly";
1
+ import { listMatchingPage, listMatchingScoring } from "../../../../pages";
2
+ import abortEarlySetup from "../../../../support/helpers/abortEarly";
3
3
 
4
- describe('Create Item page - List Matching - standard options layout - Partial different weights scoring with alternate answer', () => {
4
+ describe('Create Item page - List Matching - standard options layout - Partial different weights scoring with alternate answer - When correct answer points are equal to alternate answer points', () => {
5
5
  before(() => {
6
6
  cy.loginAs('admin');
7
7
  });
8
8
 
9
- describe('Question Preview: AutoScored - Partial different weights standard options layout with alternate answer', () => {
9
+ describe('Question Preview: AutoScored - Partial different weights standard options layout with alternate answer - When correct answer points are equal to alternate answer points', () => {
10
10
  abortEarlySetup();
11
11
  before(() => {
12
12
  cy.log('Navigate to List Matching question type, adding correct answer responses and alternate answer responses for autoscored - partial different scoring, adding points and switch to preview tab');
@@ -18,14 +18,14 @@ describe('Create Item page - List Matching - standard options layout - Partial d
18
18
  listMatchingPage.steps.addPartialDifferentWeightsPoints([5, 7, 4, 8]);
19
19
  listMatchingPage.steps.clickOnAddAlternateAnswerButton();
20
20
  listMatchingPage.steps.setCorrectAnswersForAlternateTab();
21
- listMatchingPage.steps.addPartialDifferentWeightsPoints([3, 9, 2, 6]);
21
+ listMatchingPage.steps.addPartialDifferentWeightsPoints([6, 9, 4, 5]);
22
22
  listMatchingPage.steps.uncheckRoundDownScoreCheckbox();
23
23
  listMatchingPage.steps.expandAdditonalSettings();
24
24
  listMatchingPage.steps.checkAllowStudentsToCheckAnswerCheckbox();
25
25
  listMatchingPage.steps.switchToPreviewTab();
26
26
  });
27
27
 
28
- listMatchingScoring.tests.verifyAutoScoredPartialDifferentWeightsScoringWithAlternateAnswer('standard');
28
+ listMatchingScoring.tests.verifyPartialDifferentWeightWithAlternateAnswerWhenCorrectPointsEqualToAlternatePoints('standard');
29
29
 
30
30
  listMatchingScoring.tests.verifyMinimumScoreAwardedIfAttemptedForIncorrectAnswer('24');
31
31
 
@@ -0,0 +1,30 @@
1
+ import { listMatchingPage, listMatchingScoring } from "../../../../pages";
2
+ import abortEarlySetup from "../../../../support/helpers/abortEarly";
3
+
4
+ describe('Create Item page - List Matching - standard options layout - Partial different weights scoring with alternate answer - When correct answer points are more than alternate answer points', () => {
5
+ before(() => {
6
+ cy.loginAs('admin');
7
+ });
8
+
9
+ describe('Question Preview: AutoScored - Partial different weights standard options layout with alternate answer - When correct answer points are more than alternate answer points', () => {
10
+ abortEarlySetup();
11
+ before(() => {
12
+ cy.log('Navigate to List Matching question type, adding correct answer responses and alternate answer responses for autoscored - partial different scoring, adding points and switch to preview tab');
13
+ listMatchingPage.steps.navigateToCreateQuestion('list matching');
14
+ cy.barsPreLoaderWait();
15
+ listMatchingPage.steps.setQuestionStemsAndOptionsForScoringWithAlternateTab();
16
+ listMatchingPage.steps.setCorrectAnswersForCorrectTab();
17
+ listMatchingPage.steps.selectPartialDifferentWeightsCheckbox();
18
+ listMatchingPage.steps.addPartialDifferentWeightsPoints([5, 7, 4, 8]);
19
+ listMatchingPage.steps.clickOnAddAlternateAnswerButton();
20
+ listMatchingPage.steps.setCorrectAnswersForAlternateTab();
21
+ listMatchingPage.steps.addPartialDifferentWeightsPoints([3, 9, 2, 6]);
22
+ listMatchingPage.steps.uncheckRoundDownScoreCheckbox();
23
+ listMatchingPage.steps.expandAdditonalSettings();
24
+ listMatchingPage.steps.checkAllowStudentsToCheckAnswerCheckbox();
25
+ listMatchingPage.steps.switchToPreviewTab();
26
+ });
27
+
28
+ listMatchingScoring.tests.verifyPartialDifferentWeightWithAlternateAnswerWhenCorrectPointsMoreThanAlternatePoints('standard');
29
+ });
30
+ });
@@ -1,5 +1,5 @@
1
- import { listMatchingPage, listMatchingScoring } from "../../../pages";
2
- import abortEarlySetup from "../../../support/helpers/abortEarly";
1
+ import { listMatchingPage, listMatchingScoring } from "../../../../pages";
2
+ import abortEarlySetup from "../../../../support/helpers/abortEarly";
3
3
 
4
4
  describe('Create Item page - List Matching - standard options layout - Partial different weights scoring', () => {
5
5
  before(() => {
@@ -0,0 +1,29 @@
1
+ import { listMatchingPage, listMatchingScoring } from "../../../../pages";
2
+ import abortEarlySetup from "../../../../support/helpers/abortEarly";
3
+
4
+ describe('Create Item page - List Matching - standard options layout - Partial equal weights scoring with alternate answer - When alternate answer points are more than correct answer points', () => {
5
+ before(() => {
6
+ cy.loginAs('admin');
7
+ });
8
+
9
+ describe('Question Preview: AutoScored - Partial equal weights standard options layout with alternate answer', () => {
10
+ abortEarlySetup();
11
+ before(() => {
12
+ cy.log('Navigate to List Matching question type, adding correct answer responses and alternate answer responses for autoscored - partial equal scoring, adding points and switch to preview tab');
13
+ listMatchingPage.steps.navigateToCreateQuestion('list matching');
14
+ cy.barsPreLoaderWait();
15
+ listMatchingPage.steps.setQuestionStemsAndOptionsForScoringWithAlternateTab();
16
+ listMatchingPage.steps.selectPartialEqualWeightsCheckbox();
17
+ listMatchingPage.steps.allotPoints(20);
18
+ listMatchingPage.steps.setCorrectAnswersForCorrectTab();
19
+ listMatchingPage.steps.clickOnAddAlternateAnswerButton();
20
+ listMatchingPage.steps.allotPoints(24);
21
+ listMatchingPage.steps.setCorrectAnswersForAlternateTab();
22
+ listMatchingPage.steps.expandAdditonalSettings();
23
+ listMatchingPage.steps.checkAllowStudentsToCheckAnswerCheckbox();
24
+ listMatchingPage.steps.switchToPreviewTab();
25
+ });
26
+
27
+ listMatchingScoring.tests.verifyPartialEqualWeightsWithAlternateAnswerWhenAlternatePointsAreMoreThanCorrectPoints('standard');
28
+ });
29
+ });
@@ -1,12 +1,12 @@
1
- import { listMatchingPage, listMatchingScoring } from "../../../pages";
2
- import abortEarlySetup from "../../../support/helpers/abortEarly";
1
+ import { listMatchingPage, listMatchingScoring } from "../../../../pages";
2
+ import abortEarlySetup from "../../../../support/helpers/abortEarly";
3
3
 
4
- describe('Create Item page - List Matching - standard options layout - Partial equal weights scoring with alternate answer', () => {
4
+ describe('Create Item page - List Matching - standard options layout - Partial equal weights scoring with alternate answer - When correct answer points are equal to alternate answer points', () => {
5
5
  before(() => {
6
6
  cy.loginAs('admin');
7
7
  });
8
8
 
9
- describe('Question Preview: AutoScored - Partial equal weights standard options layout with alternate answer', () => {
9
+ describe('Question Preview: AutoScored - Partial equal weights standard options layout with alternate answer - When correct answer points are equal to alternate answer points', () => {
10
10
  abortEarlySetup();
11
11
  before(() => {
12
12
  cy.log('Navigate to List Matching question type, adding correct answer responses and alternate answer responses for autoscored - partial equal scoring, adding points and switch to preview tab');
@@ -17,14 +17,14 @@ describe('Create Item page - List Matching - standard options layout - Partial e
17
17
  listMatchingPage.steps.allotPoints(20);
18
18
  listMatchingPage.steps.setCorrectAnswersForCorrectTab();
19
19
  listMatchingPage.steps.clickOnAddAlternateAnswerButton();
20
- listMatchingPage.steps.allotPoints(12);
20
+ listMatchingPage.steps.allotPoints(20);
21
21
  listMatchingPage.steps.setCorrectAnswersForAlternateTab();
22
22
  listMatchingPage.steps.expandAdditonalSettings();
23
23
  listMatchingPage.steps.checkAllowStudentsToCheckAnswerCheckbox();
24
24
  listMatchingPage.steps.switchToPreviewTab();
25
25
  });
26
26
 
27
- listMatchingScoring.tests.verifyAutoScoredPartialEqualWeightsScoringWithAlternateAnswer('standard');
27
+ listMatchingScoring.tests.verifyPartialEqualWeightsWithAlternateAnswerWhenCorrectPointsAreEqualToAlternatePoints();
28
28
 
29
29
  listMatchingScoring.tests.verifyMinimumScoreAwardedIfAttemptedForIncorrectAnswer('20');
30
30
 
@@ -0,0 +1,29 @@
1
+ import { listMatchingPage, listMatchingScoring } from "../../../../pages";
2
+ import abortEarlySetup from "../../../../support/helpers/abortEarly";
3
+
4
+ describe('Create Item page - List Matching - standard options layout - Partial equal weights scoring with alternate answer - When correct answer points are more than alternate answer points', () => {
5
+ before(() => {
6
+ cy.loginAs('admin');
7
+ });
8
+
9
+ describe('Question Preview: AutoScored - Partial equal weights standard options layout with alternate answer - When correct answer points are more than alternate answer points', () => {
10
+ abortEarlySetup();
11
+ before(() => {
12
+ cy.log('Navigate to List Matching question type, adding correct answer responses and alternate answer responses for autoscored - partial equal scoring, adding points and switch to preview tab');
13
+ listMatchingPage.steps.navigateToCreateQuestion('list matching');
14
+ cy.barsPreLoaderWait();
15
+ listMatchingPage.steps.setQuestionStemsAndOptionsForScoringWithAlternateTab();
16
+ listMatchingPage.steps.selectPartialEqualWeightsCheckbox();
17
+ listMatchingPage.steps.allotPoints(20);
18
+ listMatchingPage.steps.setCorrectAnswersForCorrectTab();
19
+ listMatchingPage.steps.clickOnAddAlternateAnswerButton();
20
+ listMatchingPage.steps.allotPoints(12);
21
+ listMatchingPage.steps.setCorrectAnswersForAlternateTab();
22
+ listMatchingPage.steps.expandAdditonalSettings();
23
+ listMatchingPage.steps.checkAllowStudentsToCheckAnswerCheckbox();
24
+ listMatchingPage.steps.switchToPreviewTab();
25
+ });
26
+
27
+ listMatchingScoring.tests.verifyPartialEqualWeightsWithAlternateAnswerWhenCorrectPointsAreMoreThanAlternatePoints('standard');
28
+ });
29
+ });
@@ -1,5 +1,5 @@
1
- import { listMatchingPage, listMatchingScoring } from "../../../pages";
2
- import abortEarlySetup from "../../../support/helpers/abortEarly";
1
+ import { listMatchingPage, listMatchingScoring } from "../../../../pages";
2
+ import abortEarlySetup from "../../../../support/helpers/abortEarly";
3
3
 
4
4
  describe('Create Item page - List Matching - standard options layout - Partial equal weights scoring', () => {
5
5
  before(() => {
@@ -5,12 +5,7 @@ const css = Cypress.env('css');
5
5
  const questionStems = ['Bat', 'Ostrich', 'Platypus', 'Eagle'];
6
6
  const options = ['Is mammal', 'Lays eggs', 'Can fly'];
7
7
 
8
- const gridStyleDropdownOptions = ['With border', 'Row dividers', 'No border', 'Inline', 'Inline - row dividers'];
9
- const questionStemNumerationOptions = ['None', 'Numerical', 'Uppercase alphabet', 'Lowercase alphabet'];
10
8
  const fontSizeDropdownOptions = ['Default', 'Small', 'Normal', 'Large', 'Extra large', 'Huge'];
11
- const numbers = ['1', '2', '3', '4'];
12
- const lowercase = ['a', 'b', 'c', 'd'];
13
- const uppercase = ['A', 'B', 'C', 'D'];
14
9
  const fontSizes = ['16px', '12px', '14px', '17px', '20px', '24px'];
15
10
 
16
11
  describe('Create Item page - Multiple Selection Grid: Additional settings', () => {
@@ -28,6 +23,17 @@ describe('Create Item page - Multiple Selection Grid: Additional settings', () =
28
23
  multipleSelectionGridPage.tests.verifyAdditonalSettingsAccordionProperties();
29
24
  });
30
25
 
26
+ describe('Additional settings: Student response area and layout', () => {
27
+ abortEarlySetup();
28
+ before(() => {
29
+ cy.log('Navigating to multiple selection grid question type');
30
+ multipleSelectionGridPage.steps.navigateToCreateQuestion('multiple selection grid');
31
+ multipleSelectionGridPage.steps.expandAdditonalSettings();
32
+ });
33
+
34
+ multipleSelectionGridPage.tests.verifyStudentResponseAreaAndLayoutLabelAndCSS();
35
+ });
36
+
31
37
  describe('Additional settings: Font size contents', () => {
32
38
  abortEarlySetup();
33
39
  before(() => {
@@ -15,17 +15,6 @@ describe('Create Item page - Multiple Selection Grid: Additional settings', () =
15
15
  cy.loginAs('admin');
16
16
  });
17
17
 
18
- describe('Additional settings: Student response area and layout', () => {
19
- abortEarlySetup();
20
- before(() => {
21
- cy.log('Navigating to multiple selection grid question type');
22
- multipleSelectionGridPage.steps.navigateToCreateQuestion('multiple selection grid');
23
- multipleSelectionGridPage.steps.expandAdditonalSettings();
24
- });
25
-
26
- multipleSelectionGridPage.tests.verifyStudentResponseAreaAndLayoutLabelAndCSS();
27
- });
28
-
29
18
  describe('Additional settings: Question stem numeration contents', () => {
30
19
  abortEarlySetup();
31
20
  before(() => {