itemengine-cypress-automation 1.0.389-graphAndCharts-04d27f6.0 → 1.0.390-IEI-6314-testScriptForTextEntryMathValidations-dcad527.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Dockerfile +1 -0
- package/cypress/e2e/GradingGridView/gradingGridView.js +156 -0
- package/cypress/e2e/ILC/AudioResponseNew/barRecorderStyle.smoke.js +2 -0
- package/cypress/e2e/ILC/AudioResponseNew/compactRecorderStyle.smoke.js +4 -0
- package/cypress/e2e/ILC/AudioResponseNew/editTabBasicSection.js +4 -16
- package/cypress/e2e/ILC/BrainingCampManipulative/editTabBasicSection.js +1 -1
- package/cypress/e2e/ILC/BrowseItems/browseReviewItems.js +3 -3
- package/cypress/e2e/ILC/BrowseItems/browseReviewItemsMobileView.js +3 -3
- package/cypress/e2e/ILC/BrowseItems/browseThinkSphereItems.js +6 -6
- package/cypress/e2e/ILC/BrowseItems/browseThinkSphereItemsMobileView.js +6 -6
- package/cypress/e2e/ILC/ChartsBar/HorizontalOrientationBarChart/allOrNothingScoringForAllViews.smoke.js +356 -0
- package/cypress/e2e/ILC/ChartsBar/HorizontalOrientationBarChart/gradingViewAndCorrectAnswerView.smoke.js +1 -1
- package/cypress/e2e/ILC/ChartsBar/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +33 -0
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightBasic.js +27 -27
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +37 -37
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +37 -37
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +37 -37
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialEqualWeightBasic.js +26 -25
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +39 -38
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +31 -30
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +35 -34
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePointsLocked.js +247 -0
- package/cypress/e2e/ILC/ChartsBar/allOrNothingScoringForAllViews.smoke.js +287 -0
- package/cypress/e2e/ILC/ChartsBar/editQuestion.smoke.js +1 -1
- package/cypress/e2e/ILC/ChartsBar/editTabBasicSection.js +37 -0
- package/cypress/e2e/ILC/ChartsBar/headerSection.js +50 -2
- package/cypress/e2e/ILC/ChartsBar/specifyCorrectAnswerSection.js +92 -0
- package/cypress/e2e/ILC/ChartsDotsPlot/scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternativePointsLocked.js +220 -0
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightBasic.js +25 -26
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +47 -47
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +25 -25
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +25 -25
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialEqualWeightBasic.js +25 -25
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +24 -23
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +21 -20
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +48 -46
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePointsLocked.js +249 -0
- package/cypress/e2e/ILC/ChartsLine/allOrNothingScoringForAllViews.smoke.js +247 -0
- package/cypress/e2e/ILC/ChartsLine/editQuestion.smoke.js +3 -1
- package/cypress/e2e/ILC/ChartsLine/headerSection.js +18 -1
- package/cypress/e2e/ILC/ChartsLine/specifyCorrectAnswerSection.js +94 -0
- package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerEditTabAddTranscriptRadioButton .js +2 -2
- package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerHeaderSectionAndButtons.js +2 -2
- package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerPreviewTab.js +1 -1
- package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerPreviewTabSupportedFileTypes.js +6 -0
- package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerPreviewTabTranscript.js +2 -3
- package/cypress/e2e/ILC/CkEditorEquationEditor/selectModeEditorBasic.js +4 -1
- package/cypress/e2e/ILC/CkEditorInsertImage/imageInfo.js +4 -3
- package/cypress/e2e/ILC/CkEditorInsertImage/insertImageBasicFile.js +2 -0
- package/cypress/e2e/ILC/CkEditorInsertTable/tableDimension&FooterProperties.js +8 -8
- package/cypress/e2e/ILC/CkEditorInsertTable/tableStyle.js +11 -11
- package/cypress/e2e/ILC/CkEditorLink/linkPreview.js +2 -1
- package/cypress/e2e/ILC/CkEditorLink/uploadSection.js +1 -1
- package/cypress/e2e/ILC/ContentBlocks/editTabBasics.js +63 -4
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/allOrNothingBasicForAllViews.smoke.js +116 -7
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/editTabBasicSection.js +3 -3
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/editTabScoring.js +1 -0
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/headerSection.js +3 -3
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/pagination.js +1 -1
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/studentViewSettingsForGroupedLayout.js +3 -0
- package/cypress/e2e/ILC/DrawingResponse/drawingResponseEditTabBasicSection.js +11 -3
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/allOrNothingForAllViews.smoke.js +210 -0
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/draggableOptions.js +2 -0
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/editTabBasicSection.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/headerSection.js +3 -3
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/previewContentsForAllViewInIncompleteAuthoring.smoke.js +7 -7
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/previewContentsForAllViews.smoke.js +15 -16
- package/cypress/e2e/ILC/FillInTheGapsDropdownNew/editQuestion.smoke.js +40 -0
- package/cypress/e2e/ILC/FillInTheGapsDropdownNew/editTabBasicSection.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsDropdownNew/headerSection.js +3 -3
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/allOrNothingForAllViews.smoke.js +216 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/editTabBasicSection.js +2 -2
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/headerSection.js +3 -3
- package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/editQuestion.smoke.js +45 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/editTabBasicSection.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/headerSection.js +4 -4
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/HeaderSection.js +4 -4
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/editQuestion.smoke.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/responseAnswersAndAcceptedStudentInput.js +4 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/supportedFileTypes.js +3 -1
- package/cypress/e2e/ILC/FillInTheGapsTextNew/editTabBasicSection.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsTextNew/headerSection.js +3 -3
- package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithAlternativePointsGreaterThanCorrectPoints.js +73 -0
- package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithCorrectPointsEqualToAlternatePoints.js +38 -0
- package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +38 -0
- package/cypress/e2e/ILC/Graphing/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +87 -0
- package/cypress/e2e/ILC/Graphing/allOrNothingForAllViews.smoke.js +213 -2
- package/cypress/e2e/ILC/Graphing/checkAddAlternativeButton.js +35 -0
- package/cypress/e2e/ILC/Graphing/editQuestion.smoke.js +28 -0
- package/cypress/e2e/ILC/Graphing/editTabBasicSection.js +38 -0
- package/cypress/e2e/ILC/Graphing/editTabScoringSection.js +1 -0
- package/cypress/e2e/ILC/Graphing/headerSection.js +37 -4
- package/cypress/e2e/ILC/Graphing/specifyCorrectAnswerSection.js +28 -0
- package/cypress/e2e/ILC/GridFill/addAlternateButton.js +40 -0
- package/cypress/e2e/ILC/GridFill/allOrNothingBasicForAllViews.smoke.js +210 -0
- package/cypress/e2e/ILC/GridFill/customizeLayoutFillImageBackgroundImage.js +2 -2
- package/cypress/e2e/ILC/GridFill/headerSection.js +4 -4
- package/cypress/e2e/ILC/GridFill/scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +39 -0
- package/cypress/e2e/ILC/GridFill/scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +39 -0
- package/cypress/e2e/ILC/GridFill/scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +39 -0
- package/cypress/e2e/ILC/GridFill/scoring/cellShadeCountAllOrNothingCorrectPointsGreaterThanAlternativePoints.js +37 -0
- package/cypress/e2e/ILC/GridFill/scoring/cellShadeCountallOrNothingCorrectPointsEqualToAlternativePoints.js +39 -0
- package/cypress/e2e/ILC/GridFill/scoring/cellshadeCountAllOrNothingAlternativePointsGreaterThanCorrectPoints.js +36 -0
- package/cypress/e2e/ILC/GridFill/scoring/checkLabelSaveAsYouGo.js +75 -0
- package/cypress/e2e/ILC/GridFill/scoring/partialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +2 -1
- package/cypress/e2e/ILC/ImageHighlight/additionalSettingsBasic.js +1 -0
- package/cypress/e2e/ILC/ImageHighlight/allOrNothingForAllViews.smoke.js +212 -0
- package/cypress/e2e/ILC/ImageHighlight/customiseHighlightStyle.js +29 -0
- package/cypress/e2e/ILC/ImageHighlight/editTabBasicSection.js +1 -1
- package/cypress/e2e/ILC/ImageHighlight/headerSection.js +3 -3
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +24 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +24 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +24 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +86 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/manuallyAndNonScored.js +2 -4
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialEqualWeightsBasic.js +1 -1
- package/cypress/e2e/ILC/ListOrderingDropdown/allOrNothingForAllViews.smoke.js +237 -1
- package/cypress/e2e/ILC/ListOrderingDropdown/checkAddAlternativeButton.js +35 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/editTabBasicSection.js +26 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/headerSection.js +108 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/manuallyAndNonScoredEditTab.js +2 -1
- package/cypress/e2e/ILC/ListOrderingDropdown/previewContentsForAllViews.smoke.js +2 -4
- package/cypress/e2e/ILC/ListOrderingDropdown/specifyCorrectAnswerSection.js +7 -12
- package/cypress/e2e/ILC/ListOrderingNew/HorizontalOrientation/specifyCorrectAnswerSection.js +10 -14
- package/cypress/e2e/ILC/ListOrderingNew/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +52 -0
- package/cypress/e2e/ILC/ListOrderingNew/allOrNothingForAllViews.smoke.js +215 -0
- package/cypress/e2e/ILC/ListOrderingNew/editTabBasicSection.js +23 -0
- package/cypress/e2e/ILC/ListOrderingNew/headerSection.js +36 -9
- package/cypress/e2e/ILC/ListOrderingNew/manuallyAndNonScoredEditTab.js +2 -0
- package/cypress/e2e/ILC/ListOrderingNew/specifyCorrectAnswerSection.js +7 -23
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +41 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +30 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +50 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +101 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/allOrNothingForAllViews.smoke.js +309 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/checkAddAlternativeButton.js +38 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/editTabBasicSection.js +24 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/editTabScoring.js +4 -1
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/headerSection.js +38 -3
- package/cypress/e2e/ILC/Matching/Scoring/blankResponseScoring.js +38 -41
- package/cypress/e2e/ILC/Matching/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +98 -0
- package/cypress/e2e/ILC/Matching/allOrNothingScoringForAllViews.smoke.js +210 -0
- package/cypress/e2e/ILC/Matching/checkAlternativeButton.js +38 -0
- package/cypress/e2e/ILC/Matching/clickAndDrop.js +5 -5
- package/cypress/e2e/ILC/Matching/draggableOptions.js +7 -0
- package/cypress/e2e/ILC/Matching/editQuestion.smoke.js +3 -2
- package/cypress/e2e/ILC/Matching/editTabBasicSection.js +41 -0
- package/cypress/e2e/ILC/Matching/headerSection.js +38 -12
- package/cypress/e2e/ILC/Matching/questionInstructionsAndPromptSection.js +2 -15
- package/cypress/e2e/ILC/Matching/studentViewSettings.js +3 -1
- package/cypress/e2e/ILC/Matching/studentViewSettingsForGroupedLayout.js +1 -1
- package/cypress/e2e/ILC/MatchingDropdown/Scoring/blankResponseScoring.js +7 -6
- package/cypress/e2e/ILC/MatchingDropdown/Scoring/partialDifferentWeightsScoringBasic.js +6 -6
- package/cypress/e2e/ILC/MatchingDropdown/allOrNothingScoringForAllViews.smoke.js +208 -0
- package/cypress/e2e/ILC/MultipleSelection/allOrNothingBasicForAllViews.smoke.js +2 -1
- package/cypress/e2e/ILC/MultipleSelection/editTabBasicSection.js +1 -1
- package/cypress/e2e/ILC/MultipleSelection/headerSection.js +3 -3
- package/cypress/e2e/ILC/MultipleSelectionGridNew/Scoring/checkScoringLabelBannerAndCorrectAnswer.js +1 -0
- package/cypress/e2e/ILC/MultipleSelectionGridNew/editTabBasicSection.js +2 -2
- package/cypress/e2e/ILC/MultipleSelectionGridNew/headerSection.js +3 -3
- package/cypress/e2e/ILC/MultipleSelectionGridNew/previewContentsForAllViews.smoke.js +100 -69
- package/cypress/e2e/ILC/MultipleSelectionGridNew/styleAndLayoutCustomizationLayoutProperties.js +1 -0
- package/cypress/e2e/ILC/NumberLine/Scoring/allOrNothingWithAlternatePointsGreaterThanCorrectPoints.js +79 -0
- package/cypress/e2e/ILC/NumberLine/Scoring/allOrNothingWithCorrectPointsEqualToAlternatePoints.js +42 -0
- package/cypress/e2e/ILC/NumberLine/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +42 -0
- package/cypress/e2e/ILC/NumberLine/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +75 -0
- package/cypress/e2e/ILC/NumberLine/allOrNothingScoringForAllViews.smoke.js +213 -0
- package/cypress/e2e/ILC/NumberLine/checkAddAlternativeButton.js +32 -0
- package/cypress/e2e/ILC/NumberLine/editTabSection.js +38 -0
- package/cypress/e2e/ILC/NumberLine/headerSection.js +34 -4
- package/cypress/e2e/ILC/NumberLine/verticalNumberLine/allOrNothingScoringForAllViews.smoke.js +249 -0
- package/cypress/e2e/ILC/NumberLineLabel/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +81 -0
- package/cypress/e2e/ILC/NumberLineLabel/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +43 -0
- package/cypress/e2e/ILC/NumberLineLabel/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +43 -0
- package/cypress/e2e/ILC/NumberLineLabel/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +76 -0
- package/cypress/e2e/ILC/NumberLineLabel/additionalSettingsBasic.js +0 -1
- package/cypress/e2e/ILC/NumberLineLabel/allOrNothingForAllViews.smoke.js +266 -0
- package/cypress/e2e/ILC/NumberLineLabel/checkAddAlternativeButton.js +34 -0
- package/cypress/e2e/ILC/NumberLineLabel/editTabSection.js +38 -0
- package/cypress/e2e/ILC/NumberLineLabel/headerSection.js +37 -4
- package/cypress/e2e/ILC/NumberLineLabel/manuallyAndNonScoredEditTab.js +2 -1
- package/cypress/e2e/ILC/NumberLineLabel/verticalNumberLine/allOrNothingForAllViews.smoke.js +268 -0
- package/cypress/e2e/ILC/NumberLineLabel/verticalNumberLine/editQuestion.smoke.js +1 -1
- package/cypress/e2e/ILC/ShortTextResponseNew/allOrNothingBasicForAllViews.smoke.js +186 -0
- package/cypress/e2e/ILC/ShortTextResponseNew/editTabBasicSections.js +4 -3
- package/cypress/e2e/ILC/ShortTextResponseNew/headerSection.js +2 -4
- package/cypress/e2e/ILC/SingleSelection/editTabBasicSection.js +1 -1
- package/cypress/e2e/ILC/SingleSelection/headerSection.js +2 -2
- package/cypress/e2e/ILC/SingleSelectionGridNew/editTabBasicSection.js +2 -2
- package/cypress/e2e/ILC/SingleSelectionGridNew/headerSection.js +3 -3
- package/cypress/e2e/ILC/SingleSelectionGridNew/previewContentsForAllViews.smoke.js +101 -70
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/allOrNothingAlternatePointsGreaterThanCorrectPoints.js +86 -0
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/allOrNothingCorrectPointsEqualToAlternatePoints.js +86 -0
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/allOrNothingCorrectPointsGreaterThanAlternatePoints.js +65 -0
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +4 -2
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialDifferentWeightsScoringBasic.js +9 -2
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +4 -2
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +3 -1
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsScoringBasic.js +4 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingAlternatePointsGreaterThanCorrectPoints.js +64 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingBasicForAddEvaluation.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingBasicForAlternateAnswer.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingCorrectPointsEqualToAlternatePoints.js +64 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingCorrectPointsGreaterThanAlternatePoints.js +65 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/blankResponseScoring.js +2 -2
- package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsScoringBasic.js +8 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsScoringBasic.js +1 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsScoringBasicForAlternateAnswer.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/allOrNothingBasicForAllViews.smoke.js +263 -0
- package/cypress/e2e/ILC/TextEntryMath/allOrNothingBasicForAllViewsFormulaTemplate.smoke.js +219 -0
- package/cypress/e2e/ILC/TextEntryMath/editTabBasicSection.js +27 -3
- package/cypress/e2e/ILC/TextEntryMath/equationEditor.smoke.js +1 -1
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodEquivalentStructures.smoke.js +3 -3
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodMatchValue.smoke.js +310 -1
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodSymbolsAreEquivalent.smoke.js +205 -1
- package/cypress/e2e/ILC/TextEntryMath/headerSection.js +43 -0
- package/cypress/e2e/ILC/TextEntryMathWithImage/allOrNothingScoringForAllViews.smoke.js +263 -0
- package/cypress/e2e/ILC/TextEntryMathWithImage/backgroundImageAndCanvasProperties.js +0 -1
- package/cypress/e2e/ILC/TextEntryMathWithImage/styleAndLayoutCustomization.js +1 -1
- package/cypress/e2e/ILC/TextSelection/additionalSettings.js +1 -0
- package/cypress/e2e/ILC/TextSelection/allOrNothingScoringForAllViews.smoke.js +231 -0
- package/cypress/e2e/ILC/TextSelection/editTabBasicSection.js +2 -2
- package/cypress/e2e/ILC/TextSelection/headerSection.js +3 -3
- package/cypress/e2e/ILC/TextSelection/minimumScoringPenaltyPointsAndRoundingDropdown.js +1 -0
- package/cypress/e2e/ILC/TextSelection/textSelectionModesInSpecifyPossibleOptionsSection.js +1 -0
- package/cypress/e2e/ILC/ThinkSphere/createReviewItem.js +1 -1
- package/cypress/e2e/ILC/ThinkSphere/editTabBasicSection.js +1 -1
- package/cypress/e2e/ILC/ThinkSphere/editThinkSphereQuestion.smoke.js +145 -54
- package/cypress/e2e/ILC/ThinkSphere/equationEditorEditCategoryFlyOut.js +2 -0
- package/cypress/e2e/ILC/ThinkSphere/gradingViewPlanTabSection.js +334 -0
- package/cypress/e2e/ILC/ThinkSphere/gradingViewReviewTabSection.js +140 -0
- package/cypress/e2e/ILC/ThinkSphere/gradingViewSolveTabSection.js +65 -0
- package/cypress/e2e/ILC/ThinkSphere/planPhase.js +45 -5
- package/cypress/e2e/ILC/ThinkSphere/previewTabPlanSection.js +8 -8
- package/cypress/e2e/ILC/ThinkSphere/previewTabReviewSection.js +102 -0
- package/cypress/e2e/ILC/ThinkSphere/previewTabSolveSection.js +41 -0
- package/cypress/e2e/ILC/ThinkSphere/solvePhase.js +3 -3
- package/cypress/e2e/ILC/ThinkSphere/studentViewPlanTabSection.js +393 -0
- package/cypress/e2e/ILC/ThinkSphere/studentViewReviewTabSection.js +146 -0
- package/cypress/e2e/ILC/ThinkSphere/studentViewSolveSection.js +53 -0
- package/cypress/e2e/ILC/ToolAudioPlayerNew/headerSection.js +90 -2
- package/cypress/e2e/ILC/UploadResponse/editTabBasicSection.js +34 -0
- package/cypress/e2e/ILC/UploadResponse/headerSection.js +38 -1
- package/cypress/e2e/ILC/UploadResponse/uploadResponsePreview.js +50 -13
- package/cypress/e2e/ILC/VideoResponseNew/editTabBasicSection.js +14 -29
- package/cypress/e2e/ILC/chartsDotsPlot/allOrNothingForAllViews.smoke.js +248 -0
- package/cypress/e2e/ILC/chartsDotsPlot/headerSection.js +16 -1
- package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialDifferentWeightsBasic.js +27 -28
- package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialDifferentWeightsWithAlternativePointsGreaterThanCorrectPoints.js +31 -30
- package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialDifferentWeightsWithCorrectPointsEqualToAlternativePoints.js +24 -24
- package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialDifferentWeightsWithCorrectPointsGreaterThanAlternativePoints.js +39 -37
- package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialEqualWeightsBasic.js +22 -23
- package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +31 -30
- package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +25 -24
- package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternativePoints.js +31 -31
- package/cypress/e2e/ILC/chartsDotsPlot/scoring/toleranceThresholdScoring.js +18 -19
- package/cypress/e2e/ILC/chartsDotsPlot/specifyCorrectAnswerSection.js +96 -0
- package/cypress/e2e/Sessions/fetchResponses.js +3 -3
- package/cypress/e2e/Sessions/saveResponseScores.js +2 -2
- package/cypress/fixtures/thinkSphereWhiteboardTools.js +66 -0
- package/cypress/pages/audioPlayerPage.js +25 -0
- package/cypress/pages/brainingCampManipulativePage.js +1 -1
- package/cypress/pages/chartsBarPage.js +45 -0
- package/cypress/pages/chartsDotPlotPage.js +25 -0
- package/cypress/pages/chartsLinePage.js +29 -2
- package/cypress/pages/components/autoScoredSpecifyCorrectAnswerSection.js +5 -1
- package/cypress/pages/components/chartsCommonComponent.js +21 -2
- package/cypress/pages/components/ckEditorEquationEditorComponent.js +1 -0
- package/cypress/pages/components/ckEditorInsertImageComponent.js +3 -3
- package/cypress/pages/components/ckEditorInsertTableComponent.js +3 -3
- package/cypress/pages/components/ckEditorLinkComponent.js +8 -9
- package/cypress/pages/components/colorPopupComponent.js +6 -0
- package/cypress/pages/components/createQuestionBasePage.js +19 -6
- package/cypress/pages/components/desmosToolComponent.js +1 -1
- package/cypress/pages/components/draggableOptionsSectionComponent.js +2 -0
- package/cypress/pages/components/equationEditorSectionCommonComponent.js +4 -4
- package/cypress/pages/components/fillInTheGapsDropdownCommonComponent.js +31 -3
- package/cypress/pages/components/fillInTheGapsTextCommonComponent.js +1 -1
- package/cypress/pages/components/gridQuestionCommonComponent.js +55 -2
- package/cypress/pages/components/imageCanvasComponent.js +11 -5
- package/cypress/pages/components/playbackControlsBaseComponent.js +6 -3
- package/cypress/pages/components/questionInstructionsComponent.js +2 -0
- package/cypress/pages/components/scoringSectionBaseEditTab.js +3 -0
- package/cypress/pages/components/specifyRowsAndColumnsComponent.js +16 -0
- package/cypress/pages/contentBlocksPage.js +2 -0
- package/cypress/pages/desmos3DGraphingPage.js +149 -4
- package/cypress/pages/desmosGeometryPage.js +184 -4
- package/cypress/pages/drawingResponsePage.js +9 -2
- package/cypress/pages/fillInTheGapsDragAndDropPage.js +3 -8
- package/cypress/pages/gradingGridViewPage.js +64 -0
- package/cypress/pages/graphingPage.js +28 -5
- package/cypress/pages/gridFillPage.js +24 -9
- package/cypress/pages/imageHighlightPage.js +115 -15
- package/cypress/pages/index.js +1 -0
- package/cypress/pages/listOrderingPage.js +46 -2
- package/cypress/pages/matchingPage.js +29 -10
- package/cypress/pages/numberLineLabelPage.js +26 -0
- package/cypress/pages/numberLinePage.js +15 -0
- package/cypress/pages/singleSelectionPage.js +30 -1
- package/cypress/pages/textEntryMathPage.js +29 -10
- package/cypress/pages/textSelectionPage.js +2 -2
- package/cypress/pages/thinkSpherePage.js +1118 -87
- package/cypress/pages/uploadResponsePage.js +17 -1
- package/cypress/pages/videoResponsePage.js +3 -0
- package/cypress/support/commands.js +9 -0
- package/cypress/support/helpers/createItem.js +22 -3
- package/cypress/support/helpers/utilities.js +14 -1
- package/package.json +1 -1
- /package/cypress/e2e/ILC/{ChartsDotsPlot → chartsDotsPlot}/checkAnswerFunctionalityForAllViews.js +0 -0
- /package/cypress/e2e/ILC/{ChartsDotsPlot → chartsDotsPlot}/editQuestion.smoke.js +0 -0
@@ -128,4 +128,40 @@ describe('Create item page - Grid fill : Auto scored - All or nothing with alter
|
|
128
128
|
gridFillPage.steps.verifyCorrectAnswerSectionNotExists();*/
|
129
129
|
});
|
130
130
|
});
|
131
|
+
|
132
|
+
describe('Save as you go: Cell shade count - Auto Scored - All or nothing with alternate answer - When Alternative answer points are more than Correct answer points and alternative answer is a blank response', () => {
|
133
|
+
abortEarlySetup();
|
134
|
+
before(() => {
|
135
|
+
gridFillPage.steps.navigateToCreateQuestion('grid fill');
|
136
|
+
cy.barsPreLoaderWait();
|
137
|
+
gridFillPage.steps.uncheckMatchExactPositionOfCellsCheckbox();
|
138
|
+
gridFillPage.steps.addInputToCellShadeCountInputField(1);
|
139
|
+
gridFillPage.steps.allotPoints(10);
|
140
|
+
gridFillPage.steps.addAlternativeAnswerAccordion(1);
|
141
|
+
gridFillPage.steps.allotPoints(20);
|
142
|
+
gridFillPage.steps.uncheckMatchExactPositionOfCellsCheckbox();
|
143
|
+
gridFillPage.steps.switchToPreviewTab();
|
144
|
+
gridFillPage.steps.switchToGradingView();
|
145
|
+
});
|
146
|
+
|
147
|
+
// Save as You go - Blank Response points greater than Correct Response points for Cell shade count
|
148
|
+
it('When user has not attempted the question then user should not be awarded any points not even for blank response', () => {
|
149
|
+
gridFillPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
150
|
+
gridFillPage.steps.verifyPreviewScore(0, 20);
|
151
|
+
});
|
152
|
+
|
153
|
+
it('When user has attempted the correct response then user should be awarded the alloted points for correct response', () => {
|
154
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
155
|
+
gridFillPage.steps.verifyPreviewScore(10, 20);
|
156
|
+
gridFillPage.steps.verifyCorrectIncorrectStatusMessageExists();
|
157
|
+
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
158
|
+
});
|
159
|
+
|
160
|
+
it('When user has attempted the blank response by selecting and unselecting then user should be awarded the alloted points for blank response', () => {
|
161
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
162
|
+
gridFillPage.steps.verifyPreviewScore(20, 20);
|
163
|
+
gridFillPage.steps.verifyCorrectIncorrectStatusMessageExists();
|
164
|
+
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
165
|
+
});
|
166
|
+
});
|
131
167
|
});
|
@@ -0,0 +1,75 @@
|
|
1
|
+
import { gridFillPage } from "../../../../pages";
|
2
|
+
import abortEarlySetup from "../../../../support/helpers/abortEarly";
|
3
|
+
|
4
|
+
describe('Create item page - Grid fill: Scoring section', () => {
|
5
|
+
before(() => {
|
6
|
+
cy.loginAs('admin');
|
7
|
+
});
|
8
|
+
|
9
|
+
describe('Label and Banner check for Save as you go', () => {
|
10
|
+
abortEarlySetup();
|
11
|
+
beforeEach(() => {
|
12
|
+
gridFillPage.steps.navigateToCreateQuestion('grid fill');
|
13
|
+
cy.barsPreLoaderWait();
|
14
|
+
});
|
15
|
+
it('When user has not specified the score but user has specified an answer', () => {
|
16
|
+
gridFillPage.steps.selectCellSpecifyCorrectAnswerSection(0, 0);
|
17
|
+
gridFillPage.steps.switchToPreviewTab();
|
18
|
+
gridFillPage.steps.switchToGradingView();
|
19
|
+
gridFillPage.steps.checkManuallyScoredScoringLabel();
|
20
|
+
gridFillPage.steps.verifyCorrectAnswerSectionExists();
|
21
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
22
|
+
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
23
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
24
|
+
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
25
|
+
gridFillPage.steps.verifyCorrectAnswerSectionExists();
|
26
|
+
})
|
27
|
+
it('When user has specified and answer and the score is set to 0 points', () => {
|
28
|
+
gridFillPage.steps.selectCellSpecifyCorrectAnswerSection(0, 0);
|
29
|
+
gridFillPage.steps.allotPoints(0);
|
30
|
+
gridFillPage.steps.switchToPreviewTab();
|
31
|
+
gridFillPage.steps.switchToGradingView();
|
32
|
+
gridFillPage.steps.checkNonScoredScoringLabel();
|
33
|
+
gridFillPage.steps.verifyCorrectAnswerSectionExists();
|
34
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
35
|
+
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
36
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
37
|
+
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
38
|
+
gridFillPage.steps.verifyCorrectAnswerSectionExists();
|
39
|
+
})
|
40
|
+
it('When user has not specified an answer but the score is set to 4 points', () => {
|
41
|
+
gridFillPage.steps.allotPoints(4);
|
42
|
+
gridFillPage.steps.switchToPreviewTab();
|
43
|
+
gridFillPage.steps.switchToGradingView();
|
44
|
+
gridFillPage.steps.checkManuallyScoredScoringLabel();
|
45
|
+
gridFillPage.steps.verifyCorrectAnswerSectionNotExists();
|
46
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
47
|
+
gridFillPage.steps.verifyCorrectAnswerSectionNotExists();
|
48
|
+
})
|
49
|
+
it('When user has not specified the score correct answer and has not specified the score even for alternate answer', () => {
|
50
|
+
gridFillPage.steps.selectCellSpecifyCorrectAnswerSection(0, 0);
|
51
|
+
gridFillPage.steps.addAlternativeAnswerAccordion(1);
|
52
|
+
gridFillPage.steps.expandCorrectAnswerAccordion();
|
53
|
+
cy.wait(1000);
|
54
|
+
gridFillPage.steps.deselectCellSpecifyCorrectAnswerSection(0, 0);
|
55
|
+
gridFillPage.steps.switchToPreviewTab();
|
56
|
+
gridFillPage.steps.switchToGradingView();
|
57
|
+
gridFillPage.steps.checkManuallyScoredScoringLabel();
|
58
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
59
|
+
gridFillPage.steps.selectCellPreviewTab(0, 1);
|
60
|
+
gridFillPage.steps.verifyCorrectAnswerSectionNotExists();
|
61
|
+
})
|
62
|
+
it('When user has specified the answer and the score is specified by user as well', () => {
|
63
|
+
gridFillPage.steps.selectCellSpecifyCorrectAnswerSection(0, 0);
|
64
|
+
gridFillPage.steps.allotPoints(4);
|
65
|
+
gridFillPage.steps.switchToPreviewTab();
|
66
|
+
gridFillPage.steps.switchToGradingView();
|
67
|
+
gridFillPage.steps.verifyCorrectAnswerSectionExists();
|
68
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
69
|
+
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
70
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
71
|
+
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
72
|
+
gridFillPage.steps.verifyCorrectAnswerSectionExists();
|
73
|
+
});
|
74
|
+
});
|
75
|
+
})
|
@@ -112,7 +112,8 @@ describe('Create item page - Grid fill : Partial equal with alternative answers'
|
|
112
112
|
gridFillPage.steps.verifyCorrectIncorrectStatusMessageNotExists();*/
|
113
113
|
});
|
114
114
|
|
115
|
-
|
115
|
+
//Remove skip once https://weldnorthed.atlassian.net/browse/IEI-4541 is resolved
|
116
|
+
it.skip('When the user has attempts the question with equal number of correct responses from correct and alternative accordion, then the user should be awarded with points of the correctly selected response and on switching to \'Grading\' view, correct icon should be displayed in responses from correct accordion, incorrect icon should be displayed in responses from the alternative accordion, correct icon should be displayed in responses from correct accordion in correct answer section and correct/incorrect status message should not be displayed', () => {
|
116
117
|
gridFillPage.steps.resetQuestionPreview();
|
117
118
|
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
118
119
|
gridFillPage.steps.selectCellPreviewTab(0, 4);
|
@@ -28,6 +28,7 @@ describe('Create Item page - Image highlight : Additional settings', () => {
|
|
28
28
|
before(() => {
|
29
29
|
imageHighlightPage.steps.navigateToCreateQuestion('image highlight');
|
30
30
|
cy.barsPreLoaderWait();
|
31
|
+
imageHighlightPage.steps.addTextInQuestionInstructionsInputField('Select the appropriate highlight in the image below');
|
31
32
|
imageHighlightPage.steps.expandAdditionalSettings();
|
32
33
|
});
|
33
34
|
|
@@ -231,6 +231,218 @@ describe('Create item page - Image highlight: All or nothing ', () => {
|
|
231
231
|
});
|
232
232
|
});
|
233
233
|
|
234
|
+
views.forEach((view) => {
|
235
|
+
describe(`${view}: Image highlight - Manually scored`, { tags: 'smoke' }, () => {
|
236
|
+
abortEarlySetup();
|
237
|
+
before(() => {
|
238
|
+
switch (view) {
|
239
|
+
case 'Question preview':
|
240
|
+
imageHighlightPage.steps.navigateToCreateQuestion('image highlight');
|
241
|
+
imageHighlightPage.steps.addTextInQuestionInstructionsInputField('Select the appropriate highlight in the image below');
|
242
|
+
imageHighlightPage.steps.uploadFile('highlightImage.jpg');
|
243
|
+
imageHighlightPage.steps.verifyImageUploadedInSpecifyPossibleOptionsSection();
|
244
|
+
imageHighlightPage.steps.verifyImageUploadedSpecifyCorrectAnswer();
|
245
|
+
imageHighlightPage.steps.highlightRegionInImage(flowerHighlightRegion);
|
246
|
+
imageHighlightPage.steps.highlightRegionInImage(branchesHighlightRegion);
|
247
|
+
imageHighlightPage.steps.highlightRegionInImage(leafHighlightRegion);
|
248
|
+
imageHighlightPage.steps.selectMultipleSelectionToggle();
|
249
|
+
imageHighlightPage.steps.expandScoringTypeDropdown();
|
250
|
+
imageHighlightPage.steps.selectOptionFromScoringTypeDropdown('Manually scored');
|
251
|
+
imageHighlightPage.steps.allotPoints(20);
|
252
|
+
imageHighlightPage.steps.switchToPreviewTab();
|
253
|
+
break;
|
254
|
+
case 'Item preview':
|
255
|
+
cy.visit(`/item-engine/demo/edit-item/${utilities.base64Encoding(itemReferenceID)}`);
|
256
|
+
itemPreviewPage.steps.switchToPreviewTab();
|
257
|
+
break;
|
258
|
+
case 'Grading view':
|
259
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
260
|
+
break;
|
261
|
+
}
|
262
|
+
});
|
263
|
+
|
264
|
+
beforeEach(() => {
|
265
|
+
switch (view) {
|
266
|
+
case 'Question preview':
|
267
|
+
imageHighlightPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
268
|
+
imageHighlightPage.steps.resetQuestionPreview();
|
269
|
+
break;
|
270
|
+
case 'Item preview':
|
271
|
+
imageHighlightPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
272
|
+
itemPreviewPage.steps.resetQuestionPreview();
|
273
|
+
break;
|
274
|
+
case 'Grading view':
|
275
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
276
|
+
break;
|
277
|
+
}
|
278
|
+
});
|
279
|
+
|
280
|
+
if (view === 'Question preview') {
|
281
|
+
after(() => {
|
282
|
+
imageHighlightPage.steps.clickOnSaveQuestionButton();
|
283
|
+
utilities.verifyElementVisibilityState(itemPreviewPage.referenceID(), 'visible');
|
284
|
+
itemReferenceID = itemPreviewPage.steps.getItemReferenceID();
|
285
|
+
});
|
286
|
+
}
|
287
|
+
|
288
|
+
it('Question instructions should be visible', () => {
|
289
|
+
imageHighlightPage.steps.verifyQuestionInstructionsTextPreviewTab('Select the appropriate highlight in the image below');
|
290
|
+
imageHighlightPage.steps.verifyVisibityOfQuestionInstructionsText();
|
291
|
+
});
|
292
|
+
|
293
|
+
it('User should be able to attempt the question in student view, and correct/incorrect icons, "Your answer is correct/incorrect" label, and correct answer section should not be displayed in grading view', () => {
|
294
|
+
imageHighlightPage.steps.highlightARegionInPreviewTab(0);
|
295
|
+
imageHighlightPage.steps.highlightARegionInPreviewTab(2);
|
296
|
+
if (view === 'Grading view') {
|
297
|
+
studentViewPage.steps.submitResponse();
|
298
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
299
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
300
|
+
gradingViewPage.steps.verifyGradingViewScore('', 20);
|
301
|
+
}
|
302
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
303
|
+
imageHighlightPage.steps.checkManuallyScoredScoringLabel();
|
304
|
+
}
|
305
|
+
imageHighlightPage.steps.verifyCorrectIncorrectIconsNotExist(0);
|
306
|
+
imageHighlightPage.steps.verifyCorrectIncorrectIconsNotExist(2);
|
307
|
+
imageHighlightPage.steps.verifyCorrectAnswerSectionNotExists();
|
308
|
+
});
|
309
|
+
});
|
310
|
+
});
|
311
|
+
|
312
|
+
views.forEach((view) => {
|
313
|
+
describe(`${view}: Image highlight - Non scored`, { tags: 'smoke' }, () => {
|
314
|
+
abortEarlySetup();
|
315
|
+
before(() => {
|
316
|
+
switch (view) {
|
317
|
+
case 'Question preview':
|
318
|
+
imageHighlightPage.steps.navigateToCreateQuestion('image highlight');
|
319
|
+
imageHighlightPage.steps.addTextInQuestionInstructionsInputField('Select the appropriate highlight in the image below');
|
320
|
+
imageHighlightPage.steps.uploadFile('highlightImage.jpg');
|
321
|
+
imageHighlightPage.steps.verifyImageUploadedInSpecifyPossibleOptionsSection();
|
322
|
+
imageHighlightPage.steps.verifyImageUploadedSpecifyCorrectAnswer();
|
323
|
+
imageHighlightPage.steps.highlightRegionInImage(flowerHighlightRegion);
|
324
|
+
imageHighlightPage.steps.highlightRegionInImage(branchesHighlightRegion);
|
325
|
+
imageHighlightPage.steps.highlightRegionInImage(leafHighlightRegion);
|
326
|
+
imageHighlightPage.steps.selectMultipleSelectionToggle();
|
327
|
+
imageHighlightPage.steps.highlightARegionInSpecifyCorrectAnswerSection(0);
|
328
|
+
imageHighlightPage.steps.highlightARegionInSpecifyCorrectAnswerSection(2);
|
329
|
+
imageHighlightPage.steps.expandScoringTypeDropdown();
|
330
|
+
imageHighlightPage.steps.selectOptionFromScoringTypeDropdown('Non scored');
|
331
|
+
imageHighlightPage.steps.switchToPreviewTab();
|
332
|
+
break;
|
333
|
+
case 'Item preview':
|
334
|
+
cy.visit(`/item-engine/demo/edit-item/${utilities.base64Encoding(itemReferenceID)}`);
|
335
|
+
itemPreviewPage.steps.switchToPreviewTab();
|
336
|
+
break;
|
337
|
+
case 'Grading view':
|
338
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
339
|
+
break;
|
340
|
+
}
|
341
|
+
});
|
342
|
+
|
343
|
+
beforeEach(() => {
|
344
|
+
switch (view) {
|
345
|
+
case 'Question preview':
|
346
|
+
imageHighlightPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
347
|
+
imageHighlightPage.steps.resetQuestionPreview();
|
348
|
+
break;
|
349
|
+
case 'Item preview':
|
350
|
+
imageHighlightPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
351
|
+
itemPreviewPage.steps.resetQuestionPreview();
|
352
|
+
break;
|
353
|
+
case 'Grading view':
|
354
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
355
|
+
break;
|
356
|
+
}
|
357
|
+
});
|
358
|
+
|
359
|
+
if (view === 'Question preview') {
|
360
|
+
after(() => {
|
361
|
+
imageHighlightPage.steps.clickOnSaveQuestionButton();
|
362
|
+
utilities.verifyElementVisibilityState(itemPreviewPage.referenceID(), 'visible');
|
363
|
+
itemReferenceID = itemPreviewPage.steps.getItemReferenceID();
|
364
|
+
});
|
365
|
+
}
|
366
|
+
|
367
|
+
it('When the user selects "Grading" view without attempting the question, non-scoring label should be displayed, correct/incorrect status message should not be displayed, correct answers section with a label "Correct answers" should be displayed with correct answers and correct/incorrect icons should not be displayed', () => {
|
368
|
+
if (view === 'Grading view') {
|
369
|
+
studentViewPage.steps.submitResponse();
|
370
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
371
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
372
|
+
gradingViewPage.steps.verifyScoresNotVisibleForNonScoredQuestions();
|
373
|
+
}
|
374
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
375
|
+
imageHighlightPage.steps.switchToGradingView();
|
376
|
+
imageHighlightPage.steps.checkNonScoredScoringLabel();
|
377
|
+
}
|
378
|
+
imageHighlightPage.steps.verifyCorrectIncorrectIconsNotExist(0);
|
379
|
+
imageHighlightPage.steps.verifyCorrectIncorrectIconsNotExist(2);
|
380
|
+
imageHighlightPage.steps.verifyCorrectAnswerSectionExist();
|
381
|
+
imageHighlightPage.steps.verifyCorrectIncorrectAnswerLabelNotExist();
|
382
|
+
imageHighlightPage.steps.verifyCorrectAnswerContainerContents(['Option 1', 'Option 2'], [1, 2]);
|
383
|
+
});
|
384
|
+
|
385
|
+
it('When the user attempts the question incorrectly, then non-scoring label should be displayed and on switching to "Grading" view, incorrect icon should be displayed for the incorrect region, correct icon should be displayed for the correct region, and a status message with text "Your answer is incorrect" should be displayed', () => {
|
386
|
+
imageHighlightPage.steps.highlightARegionInPreviewTab(1);
|
387
|
+
if (view === 'Grading view') {
|
388
|
+
studentViewPage.steps.submitResponse();
|
389
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
390
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
391
|
+
gradingViewPage.steps.verifyScoresNotVisibleForNonScoredQuestions();
|
392
|
+
}
|
393
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
394
|
+
imageHighlightPage.steps.switchToGradingView();
|
395
|
+
imageHighlightPage.steps.checkNonScoredScoringLabel();
|
396
|
+
}
|
397
|
+
imageHighlightPage.steps.verifyIncorrectHighlightRegion(2);
|
398
|
+
imageHighlightPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
399
|
+
imageHighlightPage.steps.verifyCorrectAnswerContainerContents(['Option 1', 'Option 2'], [1, 2]);
|
400
|
+
});
|
401
|
+
|
402
|
+
it('When the user attempts the question partially correct, then non-scoring label should be displayed and on switching to "Grading" view, correct icon should be displayed for the correct region, and a status message with text "Your answer is incorrect" should be displayed', () => {
|
403
|
+
if (view === 'Grading view') {
|
404
|
+
studentViewPage.steps.clearResponses();
|
405
|
+
};
|
406
|
+
imageHighlightPage.steps.highlightARegionInPreviewTab(0);
|
407
|
+
if (view === 'Grading view') {
|
408
|
+
studentViewPage.steps.submitResponse();
|
409
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
410
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
411
|
+
gradingViewPage.steps.verifyScoresNotVisibleForNonScoredQuestions();
|
412
|
+
}
|
413
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
414
|
+
imageHighlightPage.steps.switchToGradingView();
|
415
|
+
imageHighlightPage.steps.checkNonScoredScoringLabel();
|
416
|
+
}
|
417
|
+
imageHighlightPage.steps.verifyCorrectHighlightRegion(0);
|
418
|
+
imageHighlightPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
419
|
+
imageHighlightPage.steps.verifyCorrectAnswerContainerContents(['Option 1', 'Option 2'], [1, 2]);
|
420
|
+
});
|
421
|
+
|
422
|
+
it('When the user attempts the question correctly, and on switching to "Grading" view, non-scoring label should be displayed, correct icons should be displayed for the correct regions, a status message with text "Your answer is correct" should be displayed and correct answer section should not be displayed', () => {
|
423
|
+
if (view === 'Grading view') {
|
424
|
+
studentViewPage.steps.clearResponses();
|
425
|
+
};
|
426
|
+
imageHighlightPage.steps.highlightARegionInPreviewTab(0);
|
427
|
+
imageHighlightPage.steps.highlightARegionInPreviewTab(2);
|
428
|
+
if (view === 'Grading view') {
|
429
|
+
studentViewPage.steps.submitResponse();
|
430
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
431
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
432
|
+
gradingViewPage.steps.verifyScoresNotVisibleForNonScoredQuestions();
|
433
|
+
}
|
434
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
435
|
+
imageHighlightPage.steps.switchToGradingView();
|
436
|
+
imageHighlightPage.steps.checkNonScoredScoringLabel();
|
437
|
+
}
|
438
|
+
imageHighlightPage.steps.verifyCorrectHighlightRegion(0);
|
439
|
+
imageHighlightPage.steps.verifyCorrectHighlightRegion(1);
|
440
|
+
imageHighlightPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
441
|
+
imageHighlightPage.steps.verifyCorrectAnswerSectionNotExists();
|
442
|
+
});
|
443
|
+
});
|
444
|
+
});
|
445
|
+
|
234
446
|
if (!grepTags || !grepTags.includes('smoke')) {
|
235
447
|
describe('Question preview: Auto scored - All or nothing: Minimum scoring', () => {
|
236
448
|
abortEarlySetup();
|
@@ -12,6 +12,7 @@ const rootsHighlightRegion = [[45, 45], [45, 55], [57, 55], [57, 45]];
|
|
12
12
|
|
13
13
|
const defaultStateColor = 'rgb(120, 60, 60)';
|
14
14
|
const activeStateColor = 'rgb(60, 120, 120)';
|
15
|
+
const defaultStateBorderColorWithOpacity = 'rgba(120, 61, 61, 0.5)';
|
15
16
|
|
16
17
|
describe('Create Item page - Image highlight: Customize image highlight style', () => {
|
17
18
|
before(() => {
|
@@ -156,6 +157,34 @@ describe('Create Item page - Image highlight: Customize image highlight style',
|
|
156
157
|
});
|
157
158
|
});
|
158
159
|
|
160
|
+
describe('Border opacity image highlight style : Edit tab content and functionality', () => {
|
161
|
+
abortEarlySetup();
|
162
|
+
before(() => {
|
163
|
+
imageHighlightPage.steps.navigateToCreateQuestion('image highlight');
|
164
|
+
imageHighlightPage.steps.uploadFile('highlightImage.jpg');
|
165
|
+
imageHighlightPage.steps.verifyImageUploadedInSpecifyPossibleOptionsSection();
|
166
|
+
imageHighlightPage.steps.verifyImageUploadedSpecifyCorrectAnswer();
|
167
|
+
imageHighlightPage.steps.highlightRegionInImage(flowerHighlightRegion);
|
168
|
+
imageHighlightPage.steps.highlightRegionInImage(branchesHighlightRegion);
|
169
|
+
imageHighlightPage.steps.highlightRegionInImage(leafHighlightRegion);
|
170
|
+
imageHighlightPage.steps.highlightRegionInImage(rootsHighlightRegion);
|
171
|
+
imageHighlightPage.steps.highlightARegionInSpecifyCorrectAnswerSection(0);
|
172
|
+
imageHighlightPage.steps.highlightARegionInSpecifyCorrectAnswerSection(1);
|
173
|
+
});
|
174
|
+
|
175
|
+
it('When user changes the opacity in color picker the changes should be displayed', () => {
|
176
|
+
imageHighlightPage.steps.clickOnBorderColorIcon();
|
177
|
+
imageHighlightPage.steps.clickOnDefaultStateColorEditButton();
|
178
|
+
colorPopupComponent.steps.clickInColorSaturationPalette();
|
179
|
+
imageHighlightPage.steps.clickInAlphaPicker();
|
180
|
+
imageHighlightPage.steps.clickOnOkButton();
|
181
|
+
imageHighlightPage.steps.checkShowAvailableOptionsToStudentsCheckbox();
|
182
|
+
imageHighlightPage.steps.verifyEditedBorderOpacityInSpecifyCorrectAnswerSection(2, defaultStateBorderColorWithOpacity);
|
183
|
+
imageHighlightPage.steps.switchToPreviewTab();
|
184
|
+
imageHighlightPage.steps.verifyEditedBorderOpacityInPreviewtabSection(2, defaultStateBorderColorWithOpacity);
|
185
|
+
});
|
186
|
+
|
187
|
+
});
|
159
188
|
// Change 'Stroke color' to 'Border color' in the following tests after https://redmine.zeuslearning.com/issues/580697 has been resolved.
|
160
189
|
|
161
190
|
describe('Border color image highlight style : Edit tab content and functionality', () => {
|
@@ -21,7 +21,7 @@ describe('Create item page - Image Highlight', () => {
|
|
21
21
|
});
|
22
22
|
|
23
23
|
it('Warning icons should be displayed on the required input fields', () => {
|
24
|
-
imageHighlightPage.steps.verifyWarningIconOnRequiredFields(['Please upload an image', 'Please set points']);
|
24
|
+
imageHighlightPage.steps.verifyWarningIconOnRequiredFields(['Please upload an image.', 'Please set points.']);
|
25
25
|
});
|
26
26
|
|
27
27
|
it('When required input fields are filled then warning icons should disappear', () => {
|
@@ -54,11 +54,11 @@ describe('Create question page - Highlight image: Header section and Saving ques
|
|
54
54
|
});
|
55
55
|
|
56
56
|
describe('Validation error messages', () => {
|
57
|
-
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please specify a possible option', 'Please set points']);
|
57
|
+
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please specify a possible option.', 'Please set points.']);
|
58
58
|
|
59
59
|
it('Validation error messages should be displayed below required input fields', () => {
|
60
60
|
imageHighlightPage.steps.verifyQuestionInstructionsErrorMessageIsNotDisplayed();
|
61
|
-
imageHighlightPage.steps.verifyWarningIconOnRequiredFields(['Please specify a possible option', 'Please set points']);
|
61
|
+
imageHighlightPage.steps.verifyWarningIconOnRequiredFields(['Please specify a possible option.', 'Please set points.']);
|
62
62
|
});
|
63
63
|
|
64
64
|
it('Validation error messages should disappear when required input fields are filled', () => {
|
@@ -89,7 +89,7 @@ describe('Create question page - Highlight image: Header section and Saving ques
|
|
89
89
|
});
|
90
90
|
|
91
91
|
it('User should be able to save the question with incomplete authoring and display a snackbar with the text "Saved successfully!" when the Save Question button is clicked', () => {
|
92
|
-
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please enter all option values', 'Please set points']);
|
92
|
+
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please enter all option values.', 'Please set points.']);
|
93
93
|
imageHighlightPage.steps.saveAQuestionWithIncompleteAuthoring();
|
94
94
|
});
|
95
95
|
imageHighlightPage.tests.verifySavedSuccessfullySnackbarCSSAndA11y();
|
@@ -189,4 +189,28 @@ describe('Create item page - List ordering: All or nothing scoring with alternat
|
|
189
189
|
listOrderingPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');*/
|
190
190
|
});
|
191
191
|
});
|
192
|
+
|
193
|
+
describe('Question Preview: AutoScored - All or Nothing with blank scoring: When alternative answer points are more than correct answer points and alternative has no points plotted', () => {
|
194
|
+
abortEarlySetup();
|
195
|
+
before(() => {
|
196
|
+
listOrderingPage.steps.navigateToCreateQuestion('list ordering');
|
197
|
+
cy.barsPreLoaderWait();
|
198
|
+
listOrderingPage.steps.selectOrderingLayoutOption('Dropdown menu');
|
199
|
+
listOrderingPage.steps.addInputToOptionsInputField(options);
|
200
|
+
listOrderingPage.steps.selectPositionForAllOptionsSpecifyCorrectAnswerSection([{ optionIndex: 0, position: '2' }, { optionIndex: 1, position: '3' }, { optionIndex: 2, position: '4' }, { optionIndex: 3, position: '1' }]);
|
201
|
+
listOrderingPage.steps.allotPoints(12);
|
202
|
+
listOrderingPage.steps.addAlternativeAnswerAccordion(1);
|
203
|
+
listOrderingPage.steps.allotPoints(21);
|
204
|
+
listOrderingPage.steps.switchToPreviewTab();
|
205
|
+
});
|
206
|
+
|
207
|
+
it('When user attempts the question with responses from the correct accordion, then the user should be awarded points specified for correct points accordion (less than full points) and on switching to \'Grading\' view, correct icons should be displayed beside all the correct responses, a status message with text \'Your answer is correct\' should be displayed and correct answer section should not be displayed', () => {
|
208
|
+
listOrderingPage.steps.selectPositionForAllOptionsSpecifyCorrectAnswerSection([{ optionIndex: 0, position: '2' }, { optionIndex: 1, position: '3' }, { optionIndex: 2, position: '4' }, { optionIndex: 3, position: '1' }]);
|
209
|
+
listOrderingPage.steps.verifyPreviewScore(12, 21);
|
210
|
+
listOrderingPage.steps.switchToGradingView();
|
211
|
+
listOrderingPage.steps.verifyCorrectAnswerSectionNotExist();
|
212
|
+
listOrderingPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
213
|
+
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
214
|
+
});
|
215
|
+
});
|
192
216
|
});
|
@@ -191,4 +191,28 @@ describe('Create Item page - List ordering: All or nothing scoring with alternat
|
|
191
191
|
listOrderingPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');*/
|
192
192
|
});
|
193
193
|
});
|
194
|
+
|
195
|
+
describe('Question Preview: AutoScored - All or Nothing with blank scoring: When alternative answer points are equal than correct answer points', () => {
|
196
|
+
abortEarlySetup();
|
197
|
+
before(() => {
|
198
|
+
listOrderingPage.steps.navigateToCreateQuestion('list ordering');
|
199
|
+
cy.barsPreLoaderWait();
|
200
|
+
listOrderingPage.steps.addInputToOptionsInputField(options);
|
201
|
+
listOrderingPage.steps.selectOrderingLayoutOption('Dropdown menu');
|
202
|
+
listOrderingPage.steps.selectPositionForAllOptionsSpecifyCorrectAnswerSection([{ optionIndex: 0, position: '2' }, { optionIndex: 1, position: '3' }, { optionIndex: 2, position: '4' }, { optionIndex: 3, position: '1' }]);
|
203
|
+
listOrderingPage.steps.allotPoints(20);
|
204
|
+
listOrderingPage.steps.addAlternativeAnswerAccordion(1);
|
205
|
+
listOrderingPage.steps.allotPoints(20);
|
206
|
+
listOrderingPage.steps.switchToPreviewTab();
|
207
|
+
});
|
208
|
+
|
209
|
+
it('When user attempts the question with responses from the alternative accordion then full score should be awarded', () => {
|
210
|
+
listOrderingPage.steps.selectPositionForAllOptionsSpecifyCorrectAnswerSection([{ optionIndex: 0, position: '2' }, { optionIndex: 1, position: '3' }, { optionIndex: 2, position: '4' }, { optionIndex: 3, position: '1' }]);
|
211
|
+
listOrderingPage.steps.verifyPreviewScore(20, 20);
|
212
|
+
listOrderingPage.steps.switchToGradingView();
|
213
|
+
listOrderingPage.steps.verifyCorrectAnswerSectionNotExist();
|
214
|
+
listOrderingPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
215
|
+
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
216
|
+
});
|
217
|
+
});
|
194
218
|
});
|
@@ -271,4 +271,28 @@ describe('Create Item page - List ordering: All or nothing scoring with alternat
|
|
271
271
|
cy.checkAccessibility(listOrderingPage.previewTabQuestionWrapper());
|
272
272
|
});
|
273
273
|
});
|
274
|
+
|
275
|
+
describe('Question Preview: AutoScored - All or Nothing with blank scoring: When correct answer points are greater than alternative answer points', () => {
|
276
|
+
abortEarlySetup();
|
277
|
+
before(() => {
|
278
|
+
listOrderingPage.steps.navigateToCreateQuestion('list ordering');
|
279
|
+
cy.barsPreLoaderWait();
|
280
|
+
listOrderingPage.steps.addInputToOptionsInputField(options);
|
281
|
+
listOrderingPage.steps.selectOrderingLayoutOption('Dropdown menu');
|
282
|
+
listOrderingPage.steps.selectPositionForAllOptionsSpecifyCorrectAnswerSection([{ optionIndex: 0, position: '2' }, { optionIndex: 1, position: '3' }, { optionIndex: 2, position: '4' }, { optionIndex: 3, position: '1' }]);
|
283
|
+
listOrderingPage.steps.allotPoints(21);
|
284
|
+
listOrderingPage.steps.addAlternativeAnswerAccordion(1);
|
285
|
+
listOrderingPage.steps.allotPoints(12);
|
286
|
+
listOrderingPage.steps.switchToPreviewTab();
|
287
|
+
});
|
288
|
+
|
289
|
+
it('When user attempts the question with responses from the correct accordion i.e select an option, then the user should be awarded points specified for correct points accordion and on switching to \'Grading\' view, correct icons should be displayed beside all the correct responses, a status message with text \'Your answer is correct\' should be displayed and correct answer section should not be displayed', () => {
|
290
|
+
listOrderingPage.steps.selectPositionForAllOptionsSpecifyCorrectAnswerSection([{ optionIndex: 0, position: '2' }, { optionIndex: 1, position: '3' }, { optionIndex: 2, position: '4' }, { optionIndex: 3, position: '1' }]);
|
291
|
+
listOrderingPage.steps.verifyPreviewScore(21, 21);
|
292
|
+
listOrderingPage.steps.switchToGradingView();
|
293
|
+
listOrderingPage.steps.verifyCorrectAnswerSectionNotExist();
|
294
|
+
listOrderingPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
295
|
+
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
296
|
+
});
|
297
|
+
});
|
274
298
|
});
|
@@ -0,0 +1,86 @@
|
|
1
|
+
import { listOrderingPage } from "../../../../pages/listOrderingPage";
|
2
|
+
import abortEarlySetup from "../../../../support/helpers/abortEarly";
|
3
|
+
|
4
|
+
const options = ['sprout', 'plant', 'flower', 'seed'];
|
5
|
+
|
6
|
+
describe('Create Item page - List ordering', () => {
|
7
|
+
before(() => {
|
8
|
+
cy.loginAs('admin');
|
9
|
+
});
|
10
|
+
|
11
|
+
describe('Question Preview: Auto Scored With Points', () => {
|
12
|
+
abortEarlySetup();
|
13
|
+
before(() => {
|
14
|
+
listOrderingPage.steps.navigateToCreateQuestion('list ordering');
|
15
|
+
cy.barsPreLoaderWait();
|
16
|
+
listOrderingPage.steps.selectOrderingLayoutOption('Dropdown menu');
|
17
|
+
listOrderingPage.steps.addInputToOptionsInputField(options);
|
18
|
+
listOrderingPage.steps.switchToPreviewTab();
|
19
|
+
});
|
20
|
+
|
21
|
+
it('In Preview tab, when an answer is not set then manually scored scoring label should be displayed', () => {
|
22
|
+
listOrderingPage.steps.checkManuallyScoredScoringLabel();
|
23
|
+
});
|
24
|
+
|
25
|
+
it('In Preview tab, when user switches to grading view then no banner and correct answer should be displayed', () => {
|
26
|
+
listOrderingPage.steps.selectPositionForAllOptionsPreviewTab([{ optionIndex: 0, position: '2' }, { optionIndex: 1, position: '1' }, { optionIndex: 2, position: '3' }, { optionIndex: 3, position: '4' }]);
|
27
|
+
listOrderingPage.steps.switchToGradingView();
|
28
|
+
listOrderingPage.steps.verifyAnswerStatusBannerNotExist();
|
29
|
+
listOrderingPage.steps.verifyCorrectAnswerSectionNotExist();
|
30
|
+
});
|
31
|
+
|
32
|
+
it('When user allocates points to the question then the scoring label should be displayed as manually scored and banner and correct answer status should not exist', () => {
|
33
|
+
listOrderingPage.steps.switchToEditTab();
|
34
|
+
listOrderingPage.steps.allotPoints(10);
|
35
|
+
listOrderingPage.steps.switchToPreviewTab();
|
36
|
+
listOrderingPage.steps.checkManuallyScoredScoringLabel();
|
37
|
+
listOrderingPage.steps.selectPositionForAllOptionsPreviewTab([{ optionIndex: 0, position: '2' }, { optionIndex: 1, position: '1' }, { optionIndex: 2, position: '3' }, { optionIndex: 3, position: '4' }])
|
38
|
+
listOrderingPage.steps.switchToGradingView();
|
39
|
+
listOrderingPage.steps.verifyAnswerStatusBannerNotExist();
|
40
|
+
listOrderingPage.steps.verifyCorrectAnswerSectionNotExist();
|
41
|
+
});
|
42
|
+
});
|
43
|
+
|
44
|
+
describe('Question Preview: Auto Scored Without Points', () => {
|
45
|
+
abortEarlySetup();
|
46
|
+
before(() => {
|
47
|
+
listOrderingPage.steps.navigateToCreateQuestion('list ordering');
|
48
|
+
cy.barsPreLoaderWait();
|
49
|
+
listOrderingPage.steps.selectOrderingLayoutOption('Dropdown menu');
|
50
|
+
listOrderingPage.steps.addInputToOptionsInputField(options);
|
51
|
+
listOrderingPage.steps.selectPositionForAllOptionsSpecifyCorrectAnswerSection([{ optionIndex: 0, position: '2' }, { optionIndex: 1, position: '1' }, { optionIndex: 2, position: '3' }, { optionIndex: 3, position: '4' }])
|
52
|
+
listOrderingPage.steps.switchToPreviewTab();
|
53
|
+
});
|
54
|
+
|
55
|
+
it('In Preview tab, when points are not set then manually scored scoring label should be displayed', () => {
|
56
|
+
listOrderingPage.steps.checkManuallyScoredScoringLabel();
|
57
|
+
});
|
58
|
+
|
59
|
+
it('In Preview tab, when user switches to grading view then banner and correct answer should be displayed', () => {
|
60
|
+
listOrderingPage.steps.selectPositionForAllOptionsPreviewTab([{ optionIndex: 0, position: '3' }, { optionIndex: 1, position: '4' }, { optionIndex: 2, position: '2' }, { optionIndex: 3, position: '1' }])
|
61
|
+
listOrderingPage.steps.switchToGradingView();
|
62
|
+
listOrderingPage.steps.verifyAnswerStatusBannerExist();
|
63
|
+
listOrderingPage.steps.verifyCorrectAnswerSectionExist();
|
64
|
+
});
|
65
|
+
});
|
66
|
+
|
67
|
+
describe('Question Preview: Non Scored', () => {
|
68
|
+
abortEarlySetup();
|
69
|
+
before(() => {
|
70
|
+
listOrderingPage.steps.navigateToCreateQuestion('list ordering');
|
71
|
+
cy.barsPreLoaderWait();
|
72
|
+
listOrderingPage.steps.selectOrderingLayoutOption('Dropdown menu');
|
73
|
+
});
|
74
|
+
|
75
|
+
it('When the user selects \'Grading\' view without setting the answer, correct answers section and answer status banner should not be displayed', () => {
|
76
|
+
listOrderingPage.steps.addInputToOptionsInputField(options);
|
77
|
+
listOrderingPage.steps.expandScoringTypeDropdown();
|
78
|
+
listOrderingPage.steps.selectOptionFromScoringTypeDropdown('Non scored');
|
79
|
+
listOrderingPage.steps.switchToPreviewTab();
|
80
|
+
listOrderingPage.steps.selectPositionForAllOptionsPreviewTab([{ optionIndex: 0, position: '2' }, { optionIndex: 1, position: '1' }, { optionIndex: 2, position: '3' }, { optionIndex: 3, position: '4' }])
|
81
|
+
listOrderingPage.steps.switchToGradingView();
|
82
|
+
listOrderingPage.steps.verifyAnswerStatusBannerNotExist();
|
83
|
+
listOrderingPage.steps.verifyCorrectAnswerSectionNotExist();
|
84
|
+
});
|
85
|
+
});
|
86
|
+
});
|
@@ -38,15 +38,13 @@ describe('Create Item page - List ordering: Manually and non scored', () => {
|
|
38
38
|
listOrderingPage.steps.selectListOptionPositionDropdown('1');
|
39
39
|
});
|
40
40
|
|
41
|
-
it('The user should be able to select an option from the position dropdown
|
41
|
+
it('The user should be able to select an option from the position dropdown', () => {
|
42
42
|
listOrderingPage.steps.selectOptionPositionPreviewTab(0, '2');
|
43
43
|
utilities.verifyElementVisibilityState(listOrderingPage.dropdownList(), 'notExist');
|
44
|
-
listOrderingPage.steps.verifyAssignValueToAllDropdownAlertMessage();
|
45
44
|
});
|
46
45
|
|
47
|
-
it('User should be able to reorder options using position dropdowns
|
46
|
+
it('User should be able to reorder options using position dropdowns', () => {
|
48
47
|
listOrderingPage.steps.selectPositionForAllOptionsPreviewTab([{ optionIndex: 0, position: '2' }, { optionIndex: 1, position: '1' }, { optionIndex: 2, position: '3' }, { optionIndex: 3, position: '4' }])
|
49
|
-
listOrderingPage.steps.verifyAlertMessageNotExists();
|
50
48
|
});
|
51
49
|
|
52
50
|
listOrderingPage.tests.verifyGradingStudentViewRadioButtonAndScoringTypeInPreviewTab('Manually scored');
|