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
@@ -251,12 +251,15 @@ describe('Create item page - Drag and drop into categories: All or nothing ', ()
|
|
251
251
|
case 'Question preview':
|
252
252
|
dragAndDropIntoCategoriesPage.steps.navigateToCreateQuestion('drag and drop into categories');
|
253
253
|
cy.barsPreLoaderWait();
|
254
|
+
dragAndDropIntoCategoriesPage.steps.addTextInQuestionInstructionsInputField('Drag and drop options in correct categories.');
|
254
255
|
dragAndDropIntoCategoriesPage.steps.expandScoringTypeDropdown();
|
255
256
|
dragAndDropIntoCategoriesPage.steps.selectOptionFromScoringTypeDropdown('Manually scored');
|
256
257
|
utilities.verifyInnerText(dragAndDropIntoCategoriesPage.scoringTypeDropdown(), 'Manually scored');
|
257
258
|
cy.log('Adding wait to ensure Manually scored is selected');
|
258
259
|
cy.wait(2000);
|
260
|
+
dragAndDropIntoCategoriesPage.steps.allotPoints(20);
|
259
261
|
dragAndDropIntoCategoriesPage.steps.addInputToOptionsInputField(['Parrot', 'Whale']);
|
262
|
+
dragAndDropIntoCategoriesPage.steps.switchToPreviewTab();
|
260
263
|
break;
|
261
264
|
case 'Grading view':
|
262
265
|
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
@@ -282,6 +285,11 @@ describe('Create item page - Drag and drop into categories: All or nothing ', ()
|
|
282
285
|
});
|
283
286
|
};
|
284
287
|
|
288
|
+
it('Question instructions should be visible', () => {
|
289
|
+
dragAndDropIntoCategoriesPage.steps.verifyQuestionInstructionsTextPreviewTab('Drag and drop options in correct categories.');
|
290
|
+
dragAndDropIntoCategoriesPage.steps.verifyVisibityOfQuestionInstructionsText();
|
291
|
+
});
|
292
|
+
|
285
293
|
it('When the user selects \'Grading\' view, correct answer section should not be displayed', () => {
|
286
294
|
if (view === 'Grading view') {
|
287
295
|
studentViewPage.steps.submitResponse();
|
@@ -290,6 +298,23 @@ describe('Create item page - Drag and drop into categories: All or nothing ', ()
|
|
290
298
|
dragAndDropIntoCategoriesPage.steps.verifyCorrectAnswerSectionNotExists();
|
291
299
|
};
|
292
300
|
});
|
301
|
+
|
302
|
+
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', () => {
|
303
|
+
dragAndDropIntoCategoriesPage.steps.clickAndDropOptionInDropzonePreviewTab({ 'Parrot': 0, 'Whale': 1 });
|
304
|
+
if (view === 'Grading view') {
|
305
|
+
studentViewPage.steps.submitResponse();
|
306
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
307
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
308
|
+
gradingViewPage.steps.verifyGradingViewScore('', 20);
|
309
|
+
dragAndDropIntoCategoriesPage.steps.verifyCorrectIncorrectIconsNotExist();
|
310
|
+
dragAndDropIntoCategoriesPage.steps.verifyAnswerStatusBannerNotExist();
|
311
|
+
dragAndDropIntoCategoriesPage.steps.verifyCorrectAnswerSectionNotExist();
|
312
|
+
};
|
313
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
314
|
+
dragAndDropIntoCategoriesPage.steps.switchToPreviewTab();
|
315
|
+
dragAndDropIntoCategoriesPage.steps.checkManuallyScoredScoringLabel();
|
316
|
+
};
|
317
|
+
});
|
293
318
|
});
|
294
319
|
});
|
295
320
|
|
@@ -398,8 +423,8 @@ describe('Create item page - Drag and drop into categories: All or nothing ', ()
|
|
398
423
|
};
|
399
424
|
|
400
425
|
views.forEach((view) => {
|
401
|
-
//https://weldnorthed.atlassian.net/browse/IEI-5151
|
402
|
-
describe(`${view}: Drag and drop into categories - Auto Scored with 0 points`, { tags: 'smoke' }, () => {
|
426
|
+
//Failing due to https://weldnorthed.atlassian.net/browse/IEI-5151
|
427
|
+
describe.skip(`${view}: Drag and drop into categories - Auto Scored with 0 points`, { tags: 'smoke' }, () => {
|
403
428
|
abortEarlySetup();
|
404
429
|
before(() => {
|
405
430
|
switch (view) {
|
@@ -447,18 +472,20 @@ describe('Create item page - Drag and drop into categories: All or nothing ', ()
|
|
447
472
|
})
|
448
473
|
|
449
474
|
views.forEach((view) => {
|
450
|
-
//https://weldnorthed.atlassian.net/browse/IEI-5151
|
451
|
-
describe(`${view}: Drag and drop into categories - Non Scored`, { tags: 'smoke' }, () => {
|
475
|
+
//Failing due to https://weldnorthed.atlassian.net/browse/IEI-5151
|
476
|
+
describe.skip(`${view}: Drag and drop into categories - Non Scored`, { tags: 'smoke' }, () => {
|
452
477
|
abortEarlySetup();
|
453
478
|
before(() => {
|
454
479
|
switch (view) {
|
455
480
|
case 'Question preview':
|
456
481
|
dragAndDropIntoCategoriesPage.steps.navigateToCreateQuestion('drag and drop into categories');
|
457
482
|
cy.barsPreLoaderWait();
|
458
|
-
dragAndDropIntoCategoriesPage.steps.addInputToOptionsInputField(['Bat', 'Eagle']);
|
459
|
-
dragAndDropIntoCategoriesPage.steps.clickAndDropOptionInDropzoneSpecifyCorrectAnswerSection({ 'Bat': 0, 'Eagle': 1 });
|
460
483
|
dragAndDropIntoCategoriesPage.steps.expandScoringTypeDropdown();
|
461
484
|
dragAndDropIntoCategoriesPage.steps.selectOptionFromScoringTypeDropdown('Non scored');
|
485
|
+
dragAndDropIntoCategoriesPage.steps.addMultipleOptionFields(7);
|
486
|
+
dragAndDropIntoCategoriesPage.steps.addInputToOptionsInputField(['Bat', 'Eagle', 'Parrot', 'Whale', 'Platypus', 'Ostrich', 'Flying squirrel', 'Peacock', 'Kite']);
|
487
|
+
dragAndDropIntoCategoriesPage.steps.clickAndDropOptionInDropzoneSpecifyCorrectAnswerSection({ 'Bat': 0, 'Eagle': 1, 'Parrot': 2, 'Platypus': 3, 'Ostrich': 4, 'Whale': 5, 'Flying squirrel': 6, 'Peacock': 7, 'Kite': 8 });
|
488
|
+
dragAndDropIntoCategoriesPage.steps.switchToPreviewTab();
|
462
489
|
break;
|
463
490
|
case 'Grading view':
|
464
491
|
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
@@ -484,15 +511,97 @@ describe('Create item page - Drag and drop into categories: All or nothing ', ()
|
|
484
511
|
});
|
485
512
|
};
|
486
513
|
|
514
|
+
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', () => {
|
515
|
+
if (view === 'Grading view') {
|
516
|
+
studentViewPage.steps.submitResponse();
|
517
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
518
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
519
|
+
gradingViewPage.steps.verifyScoresNotVisibleForNonScoredQuestions();
|
520
|
+
};
|
521
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
522
|
+
dragAndDropIntoCategoriesPage.steps.switchToPreviewTab();
|
523
|
+
dragAndDropIntoCategoriesPage.steps.switchToGradingView();
|
524
|
+
dragAndDropIntoCategoriesPage.steps.checkNonScoredScoringLabel();
|
525
|
+
dragAndDropIntoCategoriesPage.steps.verifyPreviewTabPointsBackgroundForIncorrectOrPartiallyCorrectAnswer();
|
526
|
+
};
|
527
|
+
utilities.verifyInnerText(dragAndDropIntoCategoriesPage.correctAnswersLabel(), 'Correct answers');
|
528
|
+
dragAndDropIntoCategoriesPage.steps.verifyCorrectIncorrectIconsNotExist();
|
529
|
+
dragAndDropIntoCategoriesPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Bat'], ['Eagle'], ['Parrot'], ['Platypus'], ['Ostrich'], ['Whale'], ['Flying squirrel'], ['Peacock'], ['Kite']], ['1', '2', '3', '4', '5', '6', '7', '8', '9']);
|
530
|
+
});
|
531
|
+
|
487
532
|
it('When the user attempts the question incorrectly for a non scored Question, then the incorrect Answer label and correct answer section should not be displayed', () => {
|
488
533
|
if (view === 'Grading view') {
|
489
|
-
dragAndDropIntoCategoriesPage.steps.clickAndDropOptionInDropzonePreviewTab({ 'Bat':
|
534
|
+
dragAndDropIntoCategoriesPage.steps.clickAndDropOptionInDropzonePreviewTab({ 'Bat': 8, 'Eagle': 7, 'Parrot': 3, 'Platypus': 2, 'Ostrich': 8, 'Whale': 6, 'Ostrich': 0, 'Flying squirrel': 5, 'Peacock': 4, 'Kite': 1 });
|
490
535
|
studentViewPage.steps.submitResponse();
|
491
536
|
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
492
537
|
studentViewPage.steps.clickOnGoToGradingViewButton();
|
493
538
|
dragAndDropIntoCategoriesPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
539
|
+
dragAndDropIntoCategoriesPage.steps.verifyIncorrectOptionIcon(0);
|
540
|
+
dragAndDropIntoCategoriesPage.steps.verifyIncorrectOptionIcon(1);
|
541
|
+
dragAndDropIntoCategoriesPage.steps.verifyIncorrectOptionIcon(2);
|
542
|
+
dragAndDropIntoCategoriesPage.steps.verifyIncorrectOptionIcon(3);
|
543
|
+
dragAndDropIntoCategoriesPage.steps.verifyIncorrectOptionIcon(4);
|
544
|
+
dragAndDropIntoCategoriesPage.steps.verifyIncorrectOptionIcon(5);
|
545
|
+
dragAndDropIntoCategoriesPage.steps.verifyIncorrectOptionIcon(6);
|
546
|
+
dragAndDropIntoCategoriesPage.steps.verifyIncorrectOptionIcon(7);
|
547
|
+
dragAndDropIntoCategoriesPage.steps.verifyIncorrectOptionIcon(8);
|
548
|
+
dragAndDropIntoCategoriesPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Bat'], ['Eagle'], ['Parrot'], ['Platypus'], ['Ostrich'], ['Whale'], ['Flying squirrel'], ['Peacock'], ['Kite']], ['1', '2', '3', '4', '5', '6', '7', '8', '9']);
|
494
549
|
};
|
495
550
|
});
|
551
|
+
|
552
|
+
it('hen the user attempts the question partially correct, then the user should be awarded 0 points and on switching to "Grading" view, correct icon should be displayed beside the correct answer responses, incorrect icon should be displayed beside incorrect answer responses, a status message with text "Your answer is incorrect" and correct answer section with all correct answers should be displayed', () => {
|
553
|
+
if (view === 'Grading view') {
|
554
|
+
studentViewPage.steps.clearResponses();
|
555
|
+
};
|
556
|
+
dragAndDropIntoCategoriesPage.steps.clickAndDropOptionInDropzonePreviewTab({ 'Bat': 0, 'Eagle': 1, 'Parrot': 2, 'Platypus': 4 });
|
557
|
+
if (view === 'Grading view') {
|
558
|
+
studentViewPage.steps.submitResponse();
|
559
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
560
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
561
|
+
gradingViewPage.steps.verifyScoresNotVisibleForNonScoredQuestions();
|
562
|
+
};
|
563
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
564
|
+
dragAndDropIntoCategoriesPage.steps.checkNonScoredScoringLabel();
|
565
|
+
dragAndDropIntoCategoriesPage.steps.switchToGradingView();
|
566
|
+
};
|
567
|
+
dragAndDropIntoCategoriesPage.steps.verifyCorrectOptionIcon(0);
|
568
|
+
dragAndDropIntoCategoriesPage.steps.verifyCorrectOptionIcon(1);
|
569
|
+
dragAndDropIntoCategoriesPage.steps.verifyCorrectOptionIcon(2);
|
570
|
+
dragAndDropIntoCategoriesPage.steps.verifyIncorrectOptionIcon(3);
|
571
|
+
dragAndDropIntoCategoriesPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
572
|
+
dragAndDropIntoCategoriesPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Bat'], ['Eagle'], ['Parrot'], ['Platypus'], ['Ostrich'], ['Whale'], ['Flying squirrel'], ['Peacock'], ['Kite']], ['1', '2', '3', '4', '5', '6', '7', '8', '9']);
|
573
|
+
});
|
574
|
+
|
575
|
+
it('When the user attempts the question correctly, and on switching to "Grading" view, non-scoring label should be displayed, correct icons should be displayed beside the correct responses, a status message with text "Your answer is correct" should be displayed and correct answer section should not be displayed', () => {
|
576
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
577
|
+
dragAndDropIntoCategoriesPage.steps.resetQuestionPreview();
|
578
|
+
};
|
579
|
+
if (view === 'Grading view') {
|
580
|
+
studentViewPage.steps.clearResponses();
|
581
|
+
};
|
582
|
+
dragAndDropIntoCategoriesPage.steps.clickAndDropOptionInDropzonePreviewTab({ 'Bat': 0, 'Eagle': 1, 'Parrot': 2, 'Platypus': 3, 'Ostrich': 4, 'Whale': 5, 'Flying squirrel': 6, 'Peacock': 7, 'Kite': 8 });
|
583
|
+
if (view === 'Grading view') {
|
584
|
+
studentViewPage.steps.submitResponse();
|
585
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
586
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
587
|
+
gradingViewPage.steps.verifyScoresNotVisibleForNonScoredQuestions();
|
588
|
+
};
|
589
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
590
|
+
dragAndDropIntoCategoriesPage.steps.checkNonScoredScoringLabel();
|
591
|
+
dragAndDropIntoCategoriesPage.steps.switchToGradingView();
|
592
|
+
};
|
593
|
+
dragAndDropIntoCategoriesPage.steps.verifyCorrectOptionIcon(0);
|
594
|
+
dragAndDropIntoCategoriesPage.steps.verifyCorrectOptionIcon(1);
|
595
|
+
dragAndDropIntoCategoriesPage.steps.verifyCorrectOptionIcon(2);
|
596
|
+
dragAndDropIntoCategoriesPage.steps.verifyCorrectOptionIcon(3);
|
597
|
+
dragAndDropIntoCategoriesPage.steps.verifyCorrectOptionIcon(4);
|
598
|
+
dragAndDropIntoCategoriesPage.steps.verifyCorrectOptionIcon(5);
|
599
|
+
dragAndDropIntoCategoriesPage.steps.verifyCorrectOptionIcon(6);
|
600
|
+
dragAndDropIntoCategoriesPage.steps.verifyCorrectOptionIcon(7);
|
601
|
+
dragAndDropIntoCategoriesPage.steps.verifyCorrectOptionIcon(8);
|
602
|
+
dragAndDropIntoCategoriesPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
603
|
+
dragAndDropIntoCategoriesPage.steps.verifyCorrectAnswerSectionNotExists();
|
604
|
+
});
|
496
605
|
});
|
497
606
|
|
498
607
|
})
|
@@ -92,7 +92,7 @@ describe('Create item page - Drag and drop into categories: Question instruction
|
|
92
92
|
});
|
93
93
|
|
94
94
|
it('When the user gives an input value lower than 1 i.e. 0 in the rows input stepper, then the columns value should be reset to 1', () => {
|
95
|
-
dragAndDropIntoCategoriesPage.steps.
|
95
|
+
dragAndDropIntoCategoriesPage.steps.enterInputToRowInputStepper(0);
|
96
96
|
dragAndDropIntoCategoriesPage.steps.verifyRowsInputStepperCountInputFieldValue(1);
|
97
97
|
});
|
98
98
|
|
@@ -771,8 +771,8 @@ describe('Create item page - Drag and drop into categories: Question instruction
|
|
771
771
|
it('Warning icons should be displayed on the required input fields', () => {
|
772
772
|
dragAndDropIntoCategoriesPage.steps.verifyWarningIconOnRequiredFields(
|
773
773
|
[
|
774
|
-
"Please enter all option values",
|
775
|
-
"Please set points"
|
774
|
+
"Please enter all option values.",
|
775
|
+
"Please set points."
|
776
776
|
]);
|
777
777
|
});
|
778
778
|
|
@@ -92,6 +92,7 @@ describe('Create item page - Drag and drop into categories: Scoring section', ()
|
|
92
92
|
before(() => {
|
93
93
|
dragAndDropIntoCategoriesPage.steps.navigateToCreateQuestion('drag and drop into categories');
|
94
94
|
cy.barsPreLoaderWait();
|
95
|
+
dragAndDropIntoCategoriesPage.steps.addTextInQuestionInstructionsInputField('Drag and drop into categories');
|
95
96
|
});
|
96
97
|
|
97
98
|
|
@@ -48,11 +48,11 @@ describe('Create item page - Drag and drop into categories: Header section and S
|
|
48
48
|
});
|
49
49
|
|
50
50
|
describe('Validation error messages', () => {
|
51
|
-
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please enter all option values', 'Please set points']);
|
51
|
+
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please enter all option values.', 'Please set points.']);
|
52
52
|
|
53
53
|
it('Validation error messages should be displayed below required input fields', () => {
|
54
54
|
dragAndDropIntoCategoriesPage.steps.verifyQuestionInstructionsErrorMessageIsNotDisplayed();
|
55
|
-
dragAndDropIntoCategoriesPage.steps.verifyWarningIconOnRequiredFields(['Please enter all option values', 'Please set points']);
|
55
|
+
dragAndDropIntoCategoriesPage.steps.verifyWarningIconOnRequiredFields(['Please enter all option values.', 'Please set points.']);
|
56
56
|
});
|
57
57
|
|
58
58
|
it('Validation error messages should disappear when required input fields are filled', () => {
|
@@ -81,7 +81,7 @@ describe('Create item page - Drag and drop into categories: Header section and S
|
|
81
81
|
});
|
82
82
|
|
83
83
|
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', () => {
|
84
|
-
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please enter all option values', 'Please set points']);
|
84
|
+
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please enter all option values.', 'Please set points.']);
|
85
85
|
dragAndDropIntoCategoriesPage.steps.saveAQuestionWithIncompleteAuthoring();
|
86
86
|
});
|
87
87
|
dragAndDropIntoCategoriesPage.tests.verifySavedSuccessfullySnackbarCSSAndA11y();
|
@@ -36,7 +36,7 @@ describe('Create Item page - Drag and drop into categories: Pagination cases - E
|
|
36
36
|
|
37
37
|
it('When user clicks on the right arrow navigation button, then the table should be scrolled by one column towards its right and the left and right arrow navigation button should now be enabled', () => {
|
38
38
|
cy.log('Pre-step: Setting number of columns to 15');
|
39
|
-
dragAndDropIntoCategoriesPage.steps.addInputToColumnInputStepper(
|
39
|
+
dragAndDropIntoCategoriesPage.steps.addInputToColumnInputStepper(16);
|
40
40
|
dragAndDropIntoCategoriesPage.steps.clickOnRightArrowNavigationButtonSpecifyCorrectAnswerSection();
|
41
41
|
dragAndDropIntoCategoriesPage.steps.clickOnRightArrowNavigationButtonSpecifyCorrectAnswerSection();
|
42
42
|
dragAndDropIntoCategoriesPage.steps.verifyColumnIsVisibleInTableSpecifyCorrectAnswer(7);
|
@@ -110,6 +110,7 @@ describe('Create Item page - drag and drop into categories: Student view setting
|
|
110
110
|
before(() => {
|
111
111
|
dragAndDropIntoCategoriesPage.steps.navigateToCreateQuestion('drag and drop into categories');
|
112
112
|
cy.barsPreLoaderWait();
|
113
|
+
dragAndDropIntoCategoriesPage.steps.addTextInQuestionInstructionsInputField('Navigating to drag and drop into categories');
|
113
114
|
utilities.verifyElementCount(dragAndDropIntoCategoriesPage.optionsInputField(), 2);
|
114
115
|
dragAndDropIntoCategoriesPage.steps.expandDraggableOptionsLayoutDropdown();
|
115
116
|
dragAndDropIntoCategoriesPage.steps.selectOptionFromDraggableOptionsLayoutDropdown('Grouped');
|
@@ -163,6 +164,7 @@ describe('Create Item page - drag and drop into categories: Student view setting
|
|
163
164
|
dragAndDropIntoCategoriesPage.steps.navigateToCreateQuestion('drag and drop into categories');
|
164
165
|
cy.barsPreLoaderWait();
|
165
166
|
utilities.verifyElementCount(dragAndDropIntoCategoriesPage.optionsInputField(), 2);
|
167
|
+
dragAndDropIntoCategoriesPage.steps.addTextInQuestionInstructionsInputField('Navigating to drag and drop into categories');
|
166
168
|
dragAndDropIntoCategoriesPage.steps.expandDraggableOptionsLayoutDropdown();
|
167
169
|
dragAndDropIntoCategoriesPage.steps.selectOptionFromDraggableOptionsLayoutDropdown('Grouped');
|
168
170
|
dragAndDropIntoCategoriesPage.steps.addGroupTitle(groupTitles[0]);
|
@@ -217,6 +219,7 @@ describe('Create Item page - drag and drop into categories: Student view setting
|
|
217
219
|
dragAndDropIntoCategoriesPage.steps.navigateToCreateQuestion('drag and drop into categories');
|
218
220
|
cy.barsPreLoaderWait();
|
219
221
|
utilities.verifyElementCount(dragAndDropIntoCategoriesPage.optionsInputField(), 2);
|
222
|
+
dragAndDropIntoCategoriesPage.steps.addTextInQuestionInstructionsInputField('Navigating to drag and drop into categories');
|
220
223
|
dragAndDropIntoCategoriesPage.steps.expandDraggableOptionsLayoutDropdown();
|
221
224
|
dragAndDropIntoCategoriesPage.steps.selectOptionFromDraggableOptionsLayoutDropdown('Grouped');
|
222
225
|
dragAndDropIntoCategoriesPage.steps.addGroupTitle(groupTitles[0]);
|
@@ -219,10 +219,18 @@ describe('Create item page - Drawing response: Question instructions, Customize
|
|
219
219
|
it('When user selects a toolbar option, then its corresponding secondary toolbar options and their customization options and their sections should be displayed', () => {
|
220
220
|
cy.log('Pre-step: De-select all toolbar options');
|
221
221
|
toolbarOptions.forEach((toolbarOption) => {
|
222
|
-
|
222
|
+
let displayName = toolbarOption.displayName;
|
223
|
+
if (displayName === 'Insert image') {
|
224
|
+
displayName = 'Upload image';
|
225
|
+
}
|
226
|
+
drawingResponsePage.steps.deselectToolbarOptionsAndControlsFormattingOptionsTiles(displayName);
|
223
227
|
});
|
224
228
|
toolbarOptions.forEach((toolbarOption) => {
|
225
|
-
|
229
|
+
let displayName = toolbarOption.displayName;
|
230
|
+
if (displayName === 'Insert image') {
|
231
|
+
displayName = 'Upload image';
|
232
|
+
}
|
233
|
+
drawingResponsePage.steps.selectEditTabToolbarOptions([`${displayName}`]);
|
226
234
|
if (toolbarOption.additionalOptions !== undefined) {
|
227
235
|
toolbarOption.additionalOptions.forEach((additionalOption) => {
|
228
236
|
utilities.verifyElementVisibilityState(drawingResponsePage.additionalOptionsTiles(additionalOption), 'visible');
|
@@ -271,7 +279,7 @@ describe('Create item page - Drawing response: Question instructions, Customize
|
|
271
279
|
utilities.verifyElementVisibilityState(drawingResponsePage.customizeMathCharactersLabel(), 'notExist');
|
272
280
|
}
|
273
281
|
|
274
|
-
drawingResponsePage.steps.deselectToolbarOptionsAndControlsFormattingOptionsTiles(`${
|
282
|
+
drawingResponsePage.steps.deselectToolbarOptionsAndControlsFormattingOptionsTiles(`${displayName}`);
|
275
283
|
});
|
276
284
|
});
|
277
285
|
|
@@ -222,6 +222,216 @@ describe('Create item page - Fill in the gaps - drag and drop: All or nothing ',
|
|
222
222
|
});
|
223
223
|
});
|
224
224
|
|
225
|
+
views.forEach((view) => {
|
226
|
+
describe(`Fill in the Gaps with drag and drop - Manually scored: ${view}`, { tags: 'smoke' }, () => {
|
227
|
+
abortEarlySetup();
|
228
|
+
before(() => {
|
229
|
+
switch (view) {
|
230
|
+
case 'Question preview':
|
231
|
+
fillInTheGapsDragAndDropPage.steps.navigateToCreateQuestion('fill in the gaps with drag and drop');
|
232
|
+
cy.barsPreLoaderWait();
|
233
|
+
fillInTheGapsDragAndDropPage.steps.addTextInQuestionInstructionsInputField('Drag and drop options into correct dropzone');
|
234
|
+
fillInTheGapsDragAndDropPage.steps.expandScoringTypeDropdown();
|
235
|
+
fillInTheGapsDragAndDropPage.steps.selectOptionFromScoringTypeDropdown('Manually scored');
|
236
|
+
fillInTheGapsDragAndDropPage.steps.addResponseArea();
|
237
|
+
fillInTheGapsDragAndDropPage.steps.allotPoints(20);
|
238
|
+
fillInTheGapsDragAndDropPage.steps.addMultipleOptionFields(2);
|
239
|
+
fillInTheGapsDragAndDropPage.steps.addInputToOptionsInputField(['Petals', 'Leaves', 'Roots', 'Stem']);
|
240
|
+
fillInTheGapsDragAndDropPage.steps.switchToPreviewTab();
|
241
|
+
break;
|
242
|
+
case 'Item preview':
|
243
|
+
cy.visit(`/item-engine/demo/edit-item/${utilities.base64Encoding(itemReferenceID)}`);
|
244
|
+
itemPreviewPage.steps.switchToPreviewTab();
|
245
|
+
break;
|
246
|
+
case 'Grading view':
|
247
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
248
|
+
break;
|
249
|
+
};
|
250
|
+
});
|
251
|
+
|
252
|
+
beforeEach(() => {
|
253
|
+
switch (view) {
|
254
|
+
case 'Question preview':
|
255
|
+
fillInTheGapsDragAndDropPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
256
|
+
fillInTheGapsDragAndDropPage.steps.resetQuestionPreview();
|
257
|
+
break;
|
258
|
+
case 'Item preview':
|
259
|
+
fillInTheGapsDragAndDropPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
260
|
+
itemPreviewPage.steps.resetQuestionPreview();
|
261
|
+
break;
|
262
|
+
case 'Grading view':
|
263
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
264
|
+
break;
|
265
|
+
}
|
266
|
+
});
|
267
|
+
|
268
|
+
if (view === 'Question preview') {
|
269
|
+
after(() => {
|
270
|
+
fillInTheGapsDragAndDropPage.steps.clickOnSaveQuestionButton();
|
271
|
+
utilities.verifyElementVisibilityState(itemPreviewPage.referenceID(), 'visible');
|
272
|
+
itemReferenceID = itemPreviewPage.steps.getItemReferenceID();
|
273
|
+
});
|
274
|
+
};
|
275
|
+
|
276
|
+
it('Question instructions should be visible', () => {
|
277
|
+
fillInTheGapsDragAndDropPage.steps.verifyQuestionInstructionsTextPreviewTab('Drag and drop options into correct dropzone');
|
278
|
+
fillInTheGapsDragAndDropPage.steps.verifyVisibityOfQuestionInstructionsText();
|
279
|
+
});
|
280
|
+
|
281
|
+
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', () => {
|
282
|
+
fillInTheGapsDragAndDropPage.steps.clickAndDropOptionInDropzonePreviewTab({ 'Petals': 0, 'Leaves': 1, 'Roots': 2 });
|
283
|
+
if (view === 'Grading view') {
|
284
|
+
studentViewPage.steps.submitResponse();
|
285
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
286
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
287
|
+
gradingViewPage.steps.verifyGradingViewScore('', 20);
|
288
|
+
fillInTheGapsDragAndDropPage.steps.verifyCorrectIncorrectIconNotExist(0);
|
289
|
+
fillInTheGapsDragAndDropPage.steps.verifyCorrectIncorrectIconNotExist(1);
|
290
|
+
fillInTheGapsDragAndDropPage.steps.verifyCorrectIncorrectIconNotExist(2);
|
291
|
+
fillInTheGapsDragAndDropPage.steps.verifyAnswerStatusBannerNotExist();
|
292
|
+
fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerSectionNotExist();
|
293
|
+
};
|
294
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
295
|
+
fillInTheGapsDragAndDropPage.steps.checkManuallyScoredScoringLabel();
|
296
|
+
};
|
297
|
+
});
|
298
|
+
});
|
299
|
+
});
|
300
|
+
|
301
|
+
views.forEach((view) => {
|
302
|
+
describe(`Fill in the Gaps with Drag and drop - Non scored: ${view}`, { tags: 'smoke' }, () => {
|
303
|
+
abortEarlySetup();
|
304
|
+
before(() => {
|
305
|
+
switch (view) {
|
306
|
+
case 'Question preview':
|
307
|
+
fillInTheGapsDragAndDropPage.steps.navigateToCreateQuestion('fill in the gaps with drag and drop');
|
308
|
+
cy.barsPreLoaderWait();
|
309
|
+
fillInTheGapsDragAndDropPage.steps.addTextInQuestionInstructionsInputField('Drag and drop options into correct dropzone');
|
310
|
+
fillInTheGapsDragAndDropPage.steps.addMultipleOptionFields(2);
|
311
|
+
fillInTheGapsDragAndDropPage.steps.addResponseArea();
|
312
|
+
fillInTheGapsDragAndDropPage.steps.addInputToOptionsInputField(['Petals', 'Leaves', 'Roots', 'Stem']);
|
313
|
+
fillInTheGapsDragAndDropPage.steps.expandScoringTypeDropdown();
|
314
|
+
fillInTheGapsDragAndDropPage.steps.selectOptionFromScoringTypeDropdown('Non scored');
|
315
|
+
fillInTheGapsDragAndDropPage.steps.clickAndDropOptionInDropzoneSpecifyCorrectAnswerSection({ 'Petals': 0, 'Leaves': 1, 'Stem': 2 });
|
316
|
+
fillInTheGapsDragAndDropPage.steps.switchToPreviewTab();
|
317
|
+
break;
|
318
|
+
case 'Item preview':
|
319
|
+
cy.visit(`/item-engine/demo/edit-item/${utilities.base64Encoding(itemReferenceID)}`);
|
320
|
+
itemPreviewPage.steps.switchToPreviewTab();
|
321
|
+
break;
|
322
|
+
case 'Grading view':
|
323
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
324
|
+
break;
|
325
|
+
};
|
326
|
+
});
|
327
|
+
|
328
|
+
beforeEach(() => {
|
329
|
+
switch (view) {
|
330
|
+
case 'Question preview':
|
331
|
+
fillInTheGapsDragAndDropPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
332
|
+
fillInTheGapsDragAndDropPage.steps.resetQuestionPreview();
|
333
|
+
break;
|
334
|
+
case 'Item preview':
|
335
|
+
fillInTheGapsDragAndDropPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
336
|
+
itemPreviewPage.steps.resetQuestionPreview();
|
337
|
+
break;
|
338
|
+
case 'Grading view':
|
339
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
340
|
+
break;
|
341
|
+
}
|
342
|
+
});
|
343
|
+
|
344
|
+
if (view === 'Question preview') {
|
345
|
+
after(() => {
|
346
|
+
fillInTheGapsDragAndDropPage.steps.clickOnSaveQuestionButton();
|
347
|
+
utilities.verifyElementVisibilityState(itemPreviewPage.referenceID(), 'visible');
|
348
|
+
itemReferenceID = itemPreviewPage.steps.getItemReferenceID();
|
349
|
+
});
|
350
|
+
};
|
351
|
+
|
352
|
+
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', () => {
|
353
|
+
if (view === 'Grading view') {
|
354
|
+
studentViewPage.steps.submitResponse();
|
355
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
356
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
357
|
+
gradingViewPage.steps.verifyScoresNotVisibleForNonScoredQuestions();
|
358
|
+
};
|
359
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
360
|
+
fillInTheGapsDragAndDropPage.steps.checkNonScoredScoringLabel();
|
361
|
+
fillInTheGapsDragAndDropPage.steps.switchToGradingView();
|
362
|
+
fillInTheGapsDragAndDropPage.steps.verifyPreviewTabPointsBackgroundForIncorrectOrPartiallyCorrectAnswer();
|
363
|
+
};
|
364
|
+
utilities.verifyInnerText(fillInTheGapsDragAndDropPage.correctAnswersLabel(), 'Correct answers');
|
365
|
+
fillInTheGapsDragAndDropPage.steps.verifyCorrectIncorrectIconsNotExist();
|
366
|
+
fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Leaves'], ['Stem']]);
|
367
|
+
});
|
368
|
+
|
369
|
+
it('When the user attempts the question incorrectly, and on switching to "Grading" view, non-scoring label should be displayed, incorrect icon should be displayed beside incorrect response, a status message with text "Your answer is incorrect" and correct answer section with correct answers should be displayed', () => {
|
370
|
+
fillInTheGapsDragAndDropPage.steps.clickAndDropOptionInDropzonePreviewTab({ 'Roots': 0, 'Leaves': 2, 'Stem': 1 });
|
371
|
+
if (view === 'Grading view') {
|
372
|
+
studentViewPage.steps.submitResponse();
|
373
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
374
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
375
|
+
gradingViewPage.steps.verifyScoresNotVisibleForNonScoredQuestions();
|
376
|
+
};
|
377
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
378
|
+
fillInTheGapsDragAndDropPage.steps.checkNonScoredScoringLabel();
|
379
|
+
fillInTheGapsDragAndDropPage.steps.switchToGradingView();
|
380
|
+
fillInTheGapsDragAndDropPage.steps.verifyPreviewTabPointsBackgroundForIncorrectOrPartiallyCorrectAnswer();
|
381
|
+
};
|
382
|
+
fillInTheGapsDragAndDropPage.steps.verifyIncorrectOptionIcon(0);
|
383
|
+
fillInTheGapsDragAndDropPage.steps.verifyIncorrectOptionIcon(1);
|
384
|
+
fillInTheGapsDragAndDropPage.steps.verifyIncorrectOptionIcon(2);
|
385
|
+
fillInTheGapsDragAndDropPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
386
|
+
fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Leaves'], ['Stem']]);
|
387
|
+
});
|
388
|
+
|
389
|
+
it('When the user attempts the question partially correct, then the user should be awarded 0 points and on switching to \'Grading\' view, correct icon should be displayed besides the correct answer responses, incorrect icon should be displayed besides incorrect answer response, a status message with text \'Your answer is incorrect\' and correct answer section with all correct answers along should be displayed', () => {
|
390
|
+
if (view === 'Grading view') {
|
391
|
+
studentViewPage.steps.clearResponses();
|
392
|
+
};
|
393
|
+
fillInTheGapsDragAndDropPage.steps.clickAndDropOptionInDropzonePreviewTab({ 'Petals': 0, 'Roots': 2 });
|
394
|
+
if (view === 'Grading view') {
|
395
|
+
studentViewPage.steps.submitResponse();
|
396
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
397
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
398
|
+
gradingViewPage.steps.verifyScoresNotVisibleForNonScoredQuestions();
|
399
|
+
};
|
400
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
401
|
+
fillInTheGapsDragAndDropPage.steps.checkNonScoredScoringLabel();
|
402
|
+
fillInTheGapsDragAndDropPage.steps.switchToGradingView();
|
403
|
+
};
|
404
|
+
fillInTheGapsDragAndDropPage.steps.verifyCorrectOptionIcon(0);
|
405
|
+
fillInTheGapsDragAndDropPage.steps.verifyIncorrectOptionIcon(1);
|
406
|
+
fillInTheGapsDragAndDropPage.steps.verifyIncorrectOptionIcon(2);
|
407
|
+
fillInTheGapsDragAndDropPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
408
|
+
fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Leaves'], ['Stem']]);
|
409
|
+
});
|
410
|
+
|
411
|
+
it('When the user attempts the question correctly, and on switching to "Grading" view, non-scoring label should be displayed, correct icons should be displayed beside the correct response, a status message with text "Your answer is correct" should be displayed and correct answer section should not be displayed', () => {
|
412
|
+
if (view === 'Grading view') {
|
413
|
+
studentViewPage.steps.clearResponses();
|
414
|
+
};
|
415
|
+
fillInTheGapsDragAndDropPage.steps.clickAndDropOptionInDropzonePreviewTab({ 'Petals': 0, 'Leaves': 1, 'Stem': 2 });
|
416
|
+
if (view === 'Grading view') {
|
417
|
+
studentViewPage.steps.submitResponse();
|
418
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
419
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
420
|
+
gradingViewPage.steps.verifyScoresNotVisibleForNonScoredQuestions();
|
421
|
+
};
|
422
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
423
|
+
fillInTheGapsDragAndDropPage.steps.checkNonScoredScoringLabel();
|
424
|
+
fillInTheGapsDragAndDropPage.steps.switchToGradingView();
|
425
|
+
};
|
426
|
+
fillInTheGapsDragAndDropPage.steps.verifyCorrectOptionIcon(0);
|
427
|
+
fillInTheGapsDragAndDropPage.steps.verifyCorrectOptionIcon(1);
|
428
|
+
fillInTheGapsDragAndDropPage.steps.verifyCorrectOptionIcon(2);
|
429
|
+
fillInTheGapsDragAndDropPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
430
|
+
fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerSectionNotExists();
|
431
|
+
});
|
432
|
+
});
|
433
|
+
});
|
434
|
+
|
225
435
|
if (!grepTags || !grepTags.includes('smoke')) {
|
226
436
|
describe('Question preview: Auto scored - All or nothing: Minimum scoring', () => {
|
227
437
|
abortEarlySetup();
|
@@ -142,6 +142,7 @@ describe('Create Item page - Fill in the gaps with drag and drop: Draggable opti
|
|
142
142
|
before(() => {
|
143
143
|
fillInTheGapsDragAndDropPage.steps.navigateToCreateQuestion('fill in the gaps with drag and drop');
|
144
144
|
cy.barsPreLoaderWait();
|
145
|
+
fillInTheGapsDragAndDropPage.steps.addTextInQuestionInstructionsInputField('Fill in the gaps drag and drop')
|
145
146
|
fillInTheGapsDragAndDropPage.steps.expandDraggableOptionsLayoutDropdown();
|
146
147
|
fillInTheGapsDragAndDropPage.steps.selectOptionFromDraggableOptionsLayoutDropdown('Grouped');
|
147
148
|
});
|
@@ -169,6 +170,7 @@ describe('Create Item page - Fill in the gaps with drag and drop: Draggable opti
|
|
169
170
|
before(() => {
|
170
171
|
fillInTheGapsDragAndDropPage.steps.navigateToCreateQuestion('fill in the gaps with drag and drop');
|
171
172
|
cy.barsPreLoaderWait();
|
173
|
+
fillInTheGapsDragAndDropPage.steps.addTextInQuestionInstructionsInputField('Fill in the gaps drag and drop')
|
172
174
|
fillInTheGapsDragAndDropPage.steps.expandDraggableOptionsLayoutDropdown();
|
173
175
|
fillInTheGapsDragAndDropPage.steps.selectOptionFromDraggableOptionsLayoutDropdown('Grouped');
|
174
176
|
});
|
@@ -151,7 +151,7 @@ describe('Create item page - Fill in the gaps with text: Question instructions,
|
|
151
151
|
});
|
152
152
|
|
153
153
|
it('Warning icons should be displayed on the required input fields', () => {
|
154
|
-
fillInTheGapsDragAndDropPage.steps.verifyWarningIconOnRequiredFields(['Please enter all option values', 'Please set points']);
|
154
|
+
fillInTheGapsDragAndDropPage.steps.verifyWarningIconOnRequiredFields(['Please enter all option values.', 'Please set points.']);
|
155
155
|
});
|
156
156
|
|
157
157
|
it('When required input fields are filled then warning icons should disappear', () => {
|
@@ -47,11 +47,11 @@ describe('Create item page - Fill in the gaps drag and drop: Header section and
|
|
47
47
|
});
|
48
48
|
|
49
49
|
describe('Validation error messages', () => {
|
50
|
-
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please enter all option values', 'Please set points']);
|
50
|
+
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please enter all option values.', 'Please set points.']);
|
51
51
|
|
52
52
|
it('Validation error messages should be displayed below required input fields', () => {
|
53
53
|
fillInTheGapsDragAndDropPage.steps.verifyQuestionInstructionsErrorMessageIsNotDisplayed();
|
54
|
-
fillInTheGapsDragAndDropPage.steps.verifyWarningIconOnRequiredFields(['Please enter all option values', 'Please set points']);
|
54
|
+
fillInTheGapsDragAndDropPage.steps.verifyWarningIconOnRequiredFields(['Please enter all option values.', 'Please set points.']);
|
55
55
|
});
|
56
56
|
|
57
57
|
it('Validation error messages should disappear when required input fields are filled', () => {
|
@@ -80,7 +80,7 @@ describe('Create item page - Fill in the gaps drag and drop: Header section and
|
|
80
80
|
});
|
81
81
|
|
82
82
|
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', () => {
|
83
|
-
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please enter all option values', 'Please set points']);
|
83
|
+
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please enter all option values.', 'Please set points.']);
|
84
84
|
fillInTheGapsDragAndDropPage.steps.saveAQuestionWithIncompleteAuthoring();
|
85
85
|
});
|
86
86
|
fillInTheGapsDragAndDropPage.tests.verifySavedSuccessfullySnackbarCSSAndA11y();
|
@@ -95,17 +95,17 @@ describe('Preview tab contents for all views - Incomplete Authoring', () => {
|
|
95
95
|
});
|
96
96
|
|
97
97
|
it('User should be able to drag and drop image, bold text and equation options in the dropzone', () => {
|
98
|
-
fillInTheGapsDragAndDropPage.steps.clickAndDropOptionInDropzonePreviewTab({ 'This is a bold option': 0, 'Solve the following':
|
99
|
-
fillInTheGapsDragAndDropPage.steps.verifyDropzoneTextPreviewTab(
|
100
|
-
fillInTheGapsDragAndDropPage.steps.verifyDropzoneWithImageInPreviewTab(
|
98
|
+
fillInTheGapsDragAndDropPage.steps.clickAndDropOptionInDropzonePreviewTab({ 'This is a bold option': 0, 'Solve the following': 2, 'Petals': 1 });
|
99
|
+
fillInTheGapsDragAndDropPage.steps.verifyDropzoneTextPreviewTab(1, 'Petals');
|
100
|
+
fillInTheGapsDragAndDropPage.steps.verifyDropzoneWithImageInPreviewTab(1);
|
101
101
|
fillInTheGapsDragAndDropPage.steps.verifyDropzoneTextPreviewTab(0, 'This is a bold option');
|
102
|
-
fillInTheGapsDragAndDropPage.steps.verifyDropzoneContainsTextPreviewTab(
|
103
|
-
fillInTheGapsDragAndDropPage.steps.verifyDropzoneWithEquationTextInPreviewTab(
|
102
|
+
fillInTheGapsDragAndDropPage.steps.verifyDropzoneContainsTextPreviewTab(2, 'Solve the following');
|
103
|
+
fillInTheGapsDragAndDropPage.steps.verifyDropzoneWithEquationTextInPreviewTab(2);
|
104
104
|
});
|
105
105
|
} else if (view === 'Grading view') {
|
106
106
|
it(`The submitted options should be in the respective dropzone and the options container should not be displayed`, () => {
|
107
|
-
fillInTheGapsDragAndDropPage.steps.verifyDropzoneTextPreviewTab(
|
108
|
-
fillInTheGapsDragAndDropPage.steps.verifyDropzoneWithImageInPreviewTab(
|
107
|
+
fillInTheGapsDragAndDropPage.steps.verifyDropzoneTextPreviewTab(1, '2\nPetals');
|
108
|
+
fillInTheGapsDragAndDropPage.steps.verifyDropzoneWithImageInPreviewTab(1);
|
109
109
|
fillInTheGapsDragAndDropPage.steps.verifyDropzoneTextPreviewTab(0, '1\nThis is a bold option');
|
110
110
|
utilities.verifyElementVisibilityState(fillInTheGapsDragAndDropPage.optionContainerOptionsPreviewTab(), 'notExist');
|
111
111
|
});
|