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
@@ -263,6 +263,269 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
|
|
263
263
|
});
|
264
264
|
});
|
265
265
|
|
266
|
+
views.forEach((view) => {
|
267
|
+
describe(`Text entry math with image: manually scored - ${view}`, { tags: 'smoke' }, () => {
|
268
|
+
abortEarlySetup();
|
269
|
+
before(() => {
|
270
|
+
switch (view) {
|
271
|
+
case 'Question preview':
|
272
|
+
textEntryMathWithImagePage.steps.navigateToCreateQuestion('Text Entry Math');
|
273
|
+
cy.barsPreLoaderWait();
|
274
|
+
textEntryMathWithImagePage.steps.addBackground();
|
275
|
+
textEntryMathWithImagePage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
|
276
|
+
textEntryMathWithImagePage.steps.uploadFile('highlightImage.jpg');
|
277
|
+
textEntryMathWithImagePage.steps.verifyImageIsUploaded();
|
278
|
+
textEntryMathWithImagePage.steps.insertResponseArea(10);
|
279
|
+
textEntryMathWithImagePage.steps.insertResponseArea(40);
|
280
|
+
textEntryMathWithImagePage.steps.insertResponseArea(50);
|
281
|
+
textEntryMathWithImagePage.steps.expandScoringTypeDropdown();
|
282
|
+
textEntryMathWithImagePage.steps.selectOptionFromScoringTypeDropdown('Manually scored');
|
283
|
+
textEntryMathWithImagePage.steps.allotPoints(20);
|
284
|
+
textEntryMathWithImagePage.steps.switchToPreviewTab();
|
285
|
+
break;
|
286
|
+
case 'Item preview':
|
287
|
+
cy.visit(`/item-engine/demo/edit-item/${utilities.base64Encoding(itemReferenceID)}`);
|
288
|
+
itemPreviewPage.steps.switchToPreviewTab();
|
289
|
+
break;
|
290
|
+
case 'Grading view':
|
291
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
292
|
+
break;
|
293
|
+
}
|
294
|
+
});
|
295
|
+
|
296
|
+
beforeEach(() => {
|
297
|
+
switch (view) {
|
298
|
+
case 'Question preview':
|
299
|
+
textEntryMathWithImagePage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
300
|
+
textEntryMathWithImagePage.steps.resetQuestionPreview();
|
301
|
+
break;
|
302
|
+
case 'Item preview':
|
303
|
+
cy.get('body').then($body => {
|
304
|
+
if ($body.find('.preview-mode-wrapper input[aria-label="Student View"]').length) {
|
305
|
+
itemPreviewPage.steps.switchToStudentView();
|
306
|
+
}
|
307
|
+
});
|
308
|
+
itemPreviewPage.steps.resetQuestionPreview();
|
309
|
+
break;
|
310
|
+
case 'Grading view':
|
311
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
312
|
+
break;
|
313
|
+
}
|
314
|
+
});
|
315
|
+
|
316
|
+
if (view === 'Question preview') {
|
317
|
+
after(() => {
|
318
|
+
textEntryMathWithImagePage.steps.clickOnSaveQuestionButton();
|
319
|
+
utilities.verifyElementVisibilityState(itemPreviewPage.referenceID(), 'visible');
|
320
|
+
itemReferenceID = itemPreviewPage.steps.getItemReferenceID();
|
321
|
+
});
|
322
|
+
};
|
323
|
+
|
324
|
+
it('Question instructions should be visible', () => {
|
325
|
+
textEntryMathWithImagePage.steps.verifyQuestionInstructionsTextPreviewTab('Enter the correct answer in the response field');
|
326
|
+
textEntryMathWithImagePage.steps.verifyVisibityOfQuestionInstructionsText();
|
327
|
+
});
|
328
|
+
|
329
|
+
it('User should be able to attempt the question in student view, and correct/incorrect icons, "Your answer is correct/incorrect" label, and correct answer section should not be displayed in grading view', () => {
|
330
|
+
textEntryMathWithImagePage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
|
331
|
+
textEntryMathWithImagePage.steps.enterTextInResponsePreviewInputField(0, 'Correct1');
|
332
|
+
equationEditorFlyout.steps.clickOnOkButton();
|
333
|
+
textEntryMathWithImagePage.steps.focusInResponseAnswerInputFieldPreviewTab(1);
|
334
|
+
equationEditorFlyout.steps.enterQuadraticEquation();
|
335
|
+
textEntryMathWithImagePage.steps.focusInResponseAnswerInputFieldPreviewTab(2);
|
336
|
+
textEntryMathWithImagePage.steps.enterTextInResponsePreviewInputField(2, '6*3.14');
|
337
|
+
equationEditorFlyout.steps.clickOnOkButton();
|
338
|
+
if (view === 'Grading view') {
|
339
|
+
studentViewPage.steps.submitResponse();
|
340
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
341
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
342
|
+
gradingViewPage.steps.verifyGradingViewScore('', 20);
|
343
|
+
}
|
344
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
345
|
+
textEntryMathWithImagePage.steps.checkManuallyScoredScoringLabel();
|
346
|
+
}
|
347
|
+
textEntryMathWithImagePage.steps.verifyCorrectIncorrectAnswerLabelNotExist();
|
348
|
+
textEntryMathWithImagePage.steps.verifyCorrectIncorrectIconNotExist(0);
|
349
|
+
textEntryMathWithImagePage.steps.verifyCorrectIncorrectIconNotExist(1);
|
350
|
+
textEntryMathWithImagePage.steps.verifyCorrectIncorrectIconNotExist(2);
|
351
|
+
textEntryMathWithImagePage.steps.verifyCorrectAnswerSectionNotExists();
|
352
|
+
});
|
353
|
+
});
|
354
|
+
});
|
355
|
+
|
356
|
+
views.forEach((view) => {
|
357
|
+
describe(`Text entry math with image: non scored - ${view}`, { tags: 'smoke' }, () => {
|
358
|
+
abortEarlySetup();
|
359
|
+
before(() => {
|
360
|
+
switch (view) {
|
361
|
+
case 'Question preview':
|
362
|
+
textEntryMathWithImagePage.steps.navigateToCreateQuestion('Text Entry Math');
|
363
|
+
cy.barsPreLoaderWait();
|
364
|
+
textEntryMathWithImagePage.steps.addBackground();
|
365
|
+
textEntryMathWithImagePage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
|
366
|
+
textEntryMathWithImagePage.steps.uploadFile('highlightImage.jpg');
|
367
|
+
textEntryMathWithImagePage.steps.verifyImageIsUploaded();
|
368
|
+
textEntryMathWithImagePage.steps.insertResponseArea(10);
|
369
|
+
textEntryMathWithImagePage.steps.insertResponseArea(40);
|
370
|
+
textEntryMathWithImagePage.steps.insertResponseArea(50);
|
371
|
+
textEntryMathWithImagePage.steps.expandResponseAccordionSpecifyCorrectAnswer(0);
|
372
|
+
textEntryMathWithImagePage.steps.focusInResponseAnswerInputFieldSpecifyCorrectAnswerSection(0);
|
373
|
+
equationEditorFlyout.steps.clearAll();
|
374
|
+
equationEditorFlyout.steps.enterTextInPreviewInputField('12');
|
375
|
+
equationEditorFlyout.steps.clickOnOkButton();
|
376
|
+
textEntryMathWithImagePage.steps.expandResponseAccordionSpecifyCorrectAnswer(1);
|
377
|
+
textEntryMathWithImagePage.steps.focusInResponseAnswerInputFieldSpecifyCorrectAnswerSection(1);
|
378
|
+
equationEditorFlyout.steps.enterQuadraticEquation();
|
379
|
+
textEntryMathWithImagePage.steps.expandResponseAccordionSpecifyCorrectAnswer(2);
|
380
|
+
textEntryMathWithImagePage.steps.focusInResponseAnswerInputFieldSpecifyCorrectAnswerSection(2);
|
381
|
+
equationEditorFlyout.steps.enterEquationUsingPiSymbol();
|
382
|
+
textEntryMathWithImagePage.steps.expandScoringTypeDropdown();
|
383
|
+
textEntryMathWithImagePage.steps.selectOptionFromScoringTypeDropdown('Non scored');
|
384
|
+
textEntryMathWithImagePage.steps.switchToPreviewTab();
|
385
|
+
break;
|
386
|
+
case 'Item preview':
|
387
|
+
cy.visit(`/item-engine/demo/edit-item/${utilities.base64Encoding(itemReferenceID)}`);
|
388
|
+
itemPreviewPage.steps.switchToPreviewTab();
|
389
|
+
break;
|
390
|
+
case 'Grading view':
|
391
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
392
|
+
break;
|
393
|
+
}
|
394
|
+
});
|
395
|
+
|
396
|
+
beforeEach(() => {
|
397
|
+
switch (view) {
|
398
|
+
case 'Question preview':
|
399
|
+
textEntryMathWithImagePage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
400
|
+
textEntryMathWithImagePage.steps.resetQuestionPreview();
|
401
|
+
break;
|
402
|
+
case 'Item preview':
|
403
|
+
cy.get('body').then($body => {
|
404
|
+
if ($body.find('.preview-mode-wrapper input[aria-label="Student View"]').length) {
|
405
|
+
itemPreviewPage.steps.switchToStudentView();
|
406
|
+
}
|
407
|
+
});
|
408
|
+
itemPreviewPage.steps.resetQuestionPreview();
|
409
|
+
break;
|
410
|
+
case 'Grading view':
|
411
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
412
|
+
break;
|
413
|
+
}
|
414
|
+
});
|
415
|
+
|
416
|
+
if (view === 'Question preview') {
|
417
|
+
after(() => {
|
418
|
+
textEntryMathWithImagePage.steps.clickOnSaveQuestionButton();
|
419
|
+
utilities.verifyElementVisibilityState(itemPreviewPage.referenceID(), 'visible');
|
420
|
+
itemReferenceID = itemPreviewPage.steps.getItemReferenceID();
|
421
|
+
});
|
422
|
+
}
|
423
|
+
|
424
|
+
it('When the user selects "Grading" view without attempting the question, correct/incorrect icons should not be displayed, correct answers section should be displayed, and no correct/incorrect label should be shown', () => {
|
425
|
+
if (view === 'Grading view') {
|
426
|
+
studentViewPage.steps.submitResponse();
|
427
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
428
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
429
|
+
}
|
430
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
431
|
+
textEntryMathWithImagePage.steps.switchToGradingView();
|
432
|
+
}
|
433
|
+
textEntryMathWithImagePage.steps.verifyResponseFieldNumerationPreviewTab();
|
434
|
+
textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['12', '2x2y2+4xy+4', '6×π']);
|
435
|
+
textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesAriaLabel(1, '2 x squared y squared plus 4 x y plus 4');
|
436
|
+
textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesAriaLabel(2, '6 times pi');
|
437
|
+
textEntryMathWithImagePage.steps.verifyCorrectIncorrectIconNotExist(0);
|
438
|
+
textEntryMathWithImagePage.steps.verifyCorrectIncorrectIconNotExist(1);
|
439
|
+
textEntryMathWithImagePage.steps.verifyCorrectIncorrectIconNotExist(2);
|
440
|
+
textEntryMathWithImagePage.steps.verifyCorrectIncorrectAnswerLabelNotExist();
|
441
|
+
});
|
442
|
+
|
443
|
+
it('When the user attempts the question incorrectly, correct/incorrect icons should not be displayed, correct answers section should be displayed, and no correct/incorrect label should be shown', () => {
|
444
|
+
textEntryMathWithImagePage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
|
445
|
+
textEntryMathWithImagePage.steps.enterTextInResponsePreviewInputField(0, '13');
|
446
|
+
equationEditorFlyout.steps.clickOnOkButton();
|
447
|
+
textEntryMathWithImagePage.steps.focusInResponseAnswerInputFieldPreviewTab(1);
|
448
|
+
textEntryMathWithImagePage.steps.enterTextInResponsePreviewInputField(1, '14');
|
449
|
+
equationEditorFlyout.steps.clickOnOkButton();
|
450
|
+
textEntryMathWithImagePage.steps.focusInResponseAnswerInputFieldPreviewTab(2);
|
451
|
+
textEntryMathWithImagePage.steps.enterTextInResponsePreviewInputField(2, '15');
|
452
|
+
equationEditorFlyout.steps.clickOnOkButton();
|
453
|
+
if (view === 'Grading view') {
|
454
|
+
studentViewPage.steps.submitResponse();
|
455
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
456
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
457
|
+
}
|
458
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
459
|
+
textEntryMathWithImagePage.steps.switchToGradingView();
|
460
|
+
}
|
461
|
+
textEntryMathWithImagePage.steps.verifyCorrectIncorrectAnswerLabel("incorrect");
|
462
|
+
textEntryMathWithImagePage.steps.verifyIncorrectResponseIcon(0);
|
463
|
+
textEntryMathWithImagePage.steps.verifyIncorrectResponseIcon(1);
|
464
|
+
textEntryMathWithImagePage.steps.verifyIncorrectResponseIcon(2);
|
465
|
+
textEntryMathWithImagePage.steps.verifyResponseFieldNumerationPreviewTab();
|
466
|
+
textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['12', '2x2y2+4xy+4', '6×π']);
|
467
|
+
textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesAriaLabel(1, '2 x squared y squared plus 4 x y plus 4');
|
468
|
+
textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesAriaLabel(2, '6 times pi');
|
469
|
+
});
|
470
|
+
|
471
|
+
it('When the user attempts the question partially correct, correct/incorrect icons should not be displayed, correct answers section should be displayed, and no correct/incorrect label should be shown', () => {
|
472
|
+
if (view === 'Grading view') {
|
473
|
+
studentViewPage.steps.clearResponses();
|
474
|
+
}
|
475
|
+
textEntryMathWithImagePage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
|
476
|
+
textEntryMathWithImagePage.steps.enterTextInResponsePreviewInputField(0, '12');
|
477
|
+
equationEditorFlyout.steps.clickOnOkButton();
|
478
|
+
textEntryMathWithImagePage.steps.focusInResponseAnswerInputFieldPreviewTab(1);
|
479
|
+
equationEditorFlyout.steps.enterQuadraticEquation();
|
480
|
+
textEntryMathWithImagePage.steps.focusInResponseAnswerInputFieldPreviewTab(2);
|
481
|
+
textEntryMathWithImagePage.steps.enterTextInResponsePreviewInputField(2, '13');
|
482
|
+
equationEditorFlyout.steps.clickOnOkButton();
|
483
|
+
if (view === 'Grading view') {
|
484
|
+
studentViewPage.steps.submitResponse();
|
485
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'exist');
|
486
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
487
|
+
}
|
488
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
489
|
+
textEntryMathWithImagePage.steps.switchToGradingView();
|
490
|
+
}
|
491
|
+
textEntryMathWithImagePage.steps.verifyCorrectIncorrectAnswerLabel("incorrect");
|
492
|
+
textEntryMathWithImagePage.steps.verifyCorrectResponseIcon(0);
|
493
|
+
textEntryMathWithImagePage.steps.verifyCorrectResponseIcon(1);
|
494
|
+
textEntryMathWithImagePage.steps.verifyIncorrectResponseIcon(2);
|
495
|
+
textEntryMathWithImagePage.steps.verifyResponseFieldNumerationPreviewTab();
|
496
|
+
textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['12', '2x2y2+4xy+4', '6×π']);
|
497
|
+
textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesAriaLabel(1, '2 x squared y squared plus 4 x y plus 4');
|
498
|
+
textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesAriaLabel(2, '6 times pi');
|
499
|
+
});
|
500
|
+
|
501
|
+
it('When the user attempts the question correctly, correct/incorrect icons should not be displayed, correct answers section should not be displayed, and no correct/incorrect label should be shown', () => {
|
502
|
+
if (view === 'Grading view') {
|
503
|
+
studentViewPage.steps.clearResponses();
|
504
|
+
}
|
505
|
+
textEntryMathWithImagePage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
|
506
|
+
textEntryMathWithImagePage.steps.enterTextInResponsePreviewInputField(0, '12');
|
507
|
+
equationEditorFlyout.steps.clickOnOkButton();
|
508
|
+
textEntryMathWithImagePage.steps.focusInResponseAnswerInputFieldPreviewTab(1);
|
509
|
+
equationEditorFlyout.steps.enterQuadraticEquation();
|
510
|
+
textEntryMathWithImagePage.steps.focusInResponseAnswerInputFieldPreviewTab(2);
|
511
|
+
equationEditorFlyout.steps.enterEquationUsingPiSymbol();
|
512
|
+
if (view === 'Grading view') {
|
513
|
+
studentViewPage.steps.submitResponse();
|
514
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
515
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
516
|
+
}
|
517
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
518
|
+
textEntryMathWithImagePage.steps.switchToGradingView();
|
519
|
+
}
|
520
|
+
textEntryMathWithImagePage.steps.verifyCorrectIncorrectAnswerLabel("correct");
|
521
|
+
textEntryMathWithImagePage.steps.verifyCorrectResponseIcon(0);
|
522
|
+
textEntryMathWithImagePage.steps.verifyCorrectResponseIcon(1);
|
523
|
+
textEntryMathWithImagePage.steps.verifyCorrectResponseIcon(2);
|
524
|
+
textEntryMathWithImagePage.steps.verifyCorrectAnswerSectionNotExists();
|
525
|
+
});
|
526
|
+
});
|
527
|
+
});
|
528
|
+
|
266
529
|
if (!grepTags || !grepTags.includes('smoke')) {
|
267
530
|
describe('Question preview: Auto scored - All or nothing: Minimum scoring', () => {
|
268
531
|
abortEarlySetup();
|
@@ -387,7 +387,6 @@ describe('Create item page - Text entry math: Question instructions, Options sec
|
|
387
387
|
textEntryMathWithImagePage.steps.addBackground();
|
388
388
|
textEntryMathWithImagePage.steps.uploadFile('highlightImage.jpg');
|
389
389
|
textEntryMathWithImagePage.steps.verifyFileNameLabel('highlightImage.jpg');
|
390
|
-
utilities.verifyElementVisibilityState(textEntryMathWithImagePage.uploadImageProgressBar(), 'visible');
|
391
390
|
textEntryMathWithImagePage.steps.verifyImageIsUploaded();
|
392
391
|
});
|
393
392
|
|
@@ -299,7 +299,7 @@ describe('Create Item page - Text Entry Math: Style and layout customization', (
|
|
299
299
|
textEntryMathWithImagePage.steps.clearWidthInputField();
|
300
300
|
textEntryMathWithImagePage.steps.insertResponseArea(20);
|
301
301
|
textEntryMathWithImagePage.steps.switchToPreviewTab();
|
302
|
-
textEntryMathWithImagePage.steps.verifyHeightOfTextContainerInPreviewTab(1, '
|
302
|
+
textEntryMathWithImagePage.steps.verifyHeightOfTextContainerInPreviewTab(1, '32px');
|
303
303
|
textEntryMathWithImagePage.steps.verifyWidthOfTextContainerInPreviewTab(1, '122px');
|
304
304
|
});
|
305
305
|
});
|
@@ -26,6 +26,7 @@ describe('Create Item page - Text selection : Additional settings', () => {
|
|
26
26
|
before(() => {
|
27
27
|
textSelectionPage.steps.navigateToCreateQuestion('text selection');
|
28
28
|
cy.barsPreLoaderWait();
|
29
|
+
textSelectionPage.steps.addTextInQuestionInstructionsInputField('Question instruction for text selection question');
|
29
30
|
textSelectionPage.steps.expandAdditionalSettings();
|
30
31
|
});
|
31
32
|
|
@@ -239,6 +239,237 @@ describe('Create item page - Text selection: All or nothing ', () => {
|
|
239
239
|
});
|
240
240
|
});
|
241
241
|
|
242
|
+
views.forEach((view) => {
|
243
|
+
describe(`${view}: Text selection - Manually scored`, { tags: 'smoke' }, () => {
|
244
|
+
abortEarlySetup();
|
245
|
+
before(() => {
|
246
|
+
switch (view) {
|
247
|
+
case 'Question preview':
|
248
|
+
textSelectionPage.steps.navigateToCreateQuestion('text selection');
|
249
|
+
cy.barsPreLoaderWait();
|
250
|
+
textSelectionPage.steps.addTextInQuestionInstructionsInputField('Highlight the correct statements.');
|
251
|
+
textSelectionPage.steps.clearQuestionInputField();
|
252
|
+
paragraphTextArray.forEach((paragraphText) => {
|
253
|
+
textSelectionPage.steps.addInputToQuestionInputField(`${paragraphText}{enter}`);
|
254
|
+
});
|
255
|
+
textSelectionPage.steps.addInputToQuestionInputField('{backspace}');
|
256
|
+
textSelectionPage.steps.expandScoringTypeDropdown();
|
257
|
+
textSelectionPage.steps.selectOptionFromScoringTypeDropdown('Manually scored');
|
258
|
+
textSelectionPage.steps.allotPoints(20);
|
259
|
+
textSelectionPage.steps.switchTextSelectionMode('Paragraph');
|
260
|
+
paragraphTextArray.forEach((text) => {
|
261
|
+
textSelectionPage.steps.clickOnOptionInSpecifyPossibleOptionsSection(text);
|
262
|
+
});
|
263
|
+
textSelectionPage.steps.switchToPreviewTab();
|
264
|
+
break;
|
265
|
+
case 'Item preview':
|
266
|
+
cy.visit(`/item-engine/demo/edit-item/${utilities.base64Encoding(itemReferenceID)}`);
|
267
|
+
itemPreviewPage.steps.switchToPreviewTab();
|
268
|
+
break;
|
269
|
+
case 'Grading view':
|
270
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
271
|
+
break;
|
272
|
+
};
|
273
|
+
});
|
274
|
+
|
275
|
+
beforeEach(() => {
|
276
|
+
switch (view) {
|
277
|
+
case 'Question preview':
|
278
|
+
textSelectionPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
279
|
+
textSelectionPage.steps.resetQuestionPreview();
|
280
|
+
break;
|
281
|
+
case 'Item preview':
|
282
|
+
textSelectionPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
283
|
+
itemPreviewPage.steps.resetQuestionPreview();
|
284
|
+
break;
|
285
|
+
case 'Grading view':
|
286
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
287
|
+
break;
|
288
|
+
}
|
289
|
+
});
|
290
|
+
|
291
|
+
if (view === 'Question preview') {
|
292
|
+
after(() => {
|
293
|
+
textSelectionPage.steps.clickOnSaveQuestionButton();
|
294
|
+
utilities.verifyElementVisibilityState(itemPreviewPage.referenceID(), 'visible');
|
295
|
+
itemReferenceID = itemPreviewPage.steps.getItemReferenceID();
|
296
|
+
});
|
297
|
+
};
|
298
|
+
|
299
|
+
it('Question instructions should be visible', () => {
|
300
|
+
textSelectionPage.steps.verifyQuestionInstructionsTextPreviewTab('Highlight the correct statements.');
|
301
|
+
textSelectionPage.steps.verifyVisibityOfQuestionInstructionsText();
|
302
|
+
});
|
303
|
+
|
304
|
+
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', () => {
|
305
|
+
textSelectionPage.steps.selectOptionInPreviewTab(paragraphTextArray[0]);
|
306
|
+
textSelectionPage.steps.selectOptionInPreviewTab(paragraphTextArray[1]);
|
307
|
+
if (view === 'Grading view') {
|
308
|
+
studentViewPage.steps.submitResponse();
|
309
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
310
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
311
|
+
gradingViewPage.steps.verifyGradingViewScore('', 20);
|
312
|
+
};
|
313
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
314
|
+
textSelectionPage.steps.checkManuallyScoredScoringLabel();
|
315
|
+
};
|
316
|
+
textSelectionPage.steps.verifyCorrectIncorrectIconForOptionNotExist(paragraphTextArray[0]);
|
317
|
+
textSelectionPage.steps.verifyCorrectIncorrectIconForOptionNotExist(paragraphTextArray[1]);
|
318
|
+
textSelectionPage.steps.verifyCorrectAnswerSectionNotExist();
|
319
|
+
});
|
320
|
+
});
|
321
|
+
});
|
322
|
+
|
323
|
+
views.forEach((view) => {
|
324
|
+
describe(`${view}: Text selection - Non scored`, { tags: 'smoke' }, () => {
|
325
|
+
abortEarlySetup();
|
326
|
+
before(() => {
|
327
|
+
switch (view) {
|
328
|
+
case 'Question preview':
|
329
|
+
textSelectionPage.steps.navigateToCreateQuestion('text selection');
|
330
|
+
cy.barsPreLoaderWait();
|
331
|
+
textSelectionPage.steps.addTextInQuestionInstructionsInputField('Highlight the correct statements.');
|
332
|
+
textSelectionPage.steps.clearQuestionInputField();
|
333
|
+
paragraphTextArray.forEach((paragraphText) => {
|
334
|
+
textSelectionPage.steps.addInputToQuestionInputField(`${paragraphText}{enter}`);
|
335
|
+
});
|
336
|
+
textSelectionPage.steps.addInputToQuestionInputField('{backspace}');
|
337
|
+
textSelectionPage.steps.switchTextSelectionMode('Paragraph');
|
338
|
+
paragraphTextArray.forEach((text) => {
|
339
|
+
textSelectionPage.steps.clickOnOptionInSpecifyPossibleOptionsSection(text);
|
340
|
+
});
|
341
|
+
textSelectionPage.steps.expandScoringTypeDropdown();
|
342
|
+
textSelectionPage.steps.selectOptionFromScoringTypeDropdown('Non scored');
|
343
|
+
textSelectionPage.steps.selectOptionInSpecifyCorrectAnswerSection(paragraphTextArray[0]);
|
344
|
+
textSelectionPage.steps.selectOptionInSpecifyCorrectAnswerSection(paragraphTextArray[1]);
|
345
|
+
textSelectionPage.steps.switchToPreviewTab();
|
346
|
+
break;
|
347
|
+
case 'Item preview':
|
348
|
+
cy.visit(`/item-engine/demo/edit-item/${utilities.base64Encoding(itemReferenceID)}`);
|
349
|
+
itemPreviewPage.steps.switchToPreviewTab();
|
350
|
+
break;
|
351
|
+
case 'Grading view':
|
352
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
353
|
+
break;
|
354
|
+
};
|
355
|
+
});
|
356
|
+
|
357
|
+
beforeEach(() => {
|
358
|
+
switch (view) {
|
359
|
+
case 'Question preview':
|
360
|
+
textSelectionPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
361
|
+
textSelectionPage.steps.resetQuestionPreview();
|
362
|
+
break;
|
363
|
+
case 'Item preview':
|
364
|
+
textSelectionPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
365
|
+
itemPreviewPage.steps.resetQuestionPreview();
|
366
|
+
break;
|
367
|
+
case 'Grading view':
|
368
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
369
|
+
break;
|
370
|
+
}
|
371
|
+
});
|
372
|
+
|
373
|
+
if (view === 'Question preview') {
|
374
|
+
after(() => {
|
375
|
+
textSelectionPage.steps.clickOnSaveQuestionButton();
|
376
|
+
utilities.verifyElementVisibilityState(itemPreviewPage.referenceID(), 'visible');
|
377
|
+
itemReferenceID = itemPreviewPage.steps.getItemReferenceID();
|
378
|
+
});
|
379
|
+
};
|
380
|
+
|
381
|
+
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', () => {
|
382
|
+
if (view === 'Grading view') {
|
383
|
+
studentViewPage.steps.submitResponse();
|
384
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
385
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
386
|
+
gradingViewPage.steps.verifyScoresNotVisibleForNonScoredQuestions();
|
387
|
+
};
|
388
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
389
|
+
textSelectionPage.steps.checkNonScoredScoringLabel();
|
390
|
+
textSelectionPage.steps.switchToGradingView();
|
391
|
+
};
|
392
|
+
textSelectionPage.steps.verifyCorrectIncorrectIconForOptionNotExist(paragraphTextArray[0]);
|
393
|
+
textSelectionPage.steps.verifyCorrectIncorrectIconForOptionNotExist(paragraphTextArray[1]);
|
394
|
+
textSelectionPage.steps.verifyCorrectIncorrectIconForOptionNotExist(paragraphTextArray[2]);
|
395
|
+
textSelectionPage.steps.verifyCorrectIncorrectIconForOptionNotExist(paragraphTextArray[3]);
|
396
|
+
textSelectionPage.steps.verifyCorrectIncorrectAnswerLabelNotExist();
|
397
|
+
utilities.verifyInnerText(textSelectionPage.correctAnswersLabel(), 'Correct answers:');
|
398
|
+
textSelectionPage.steps.verifyCorrectIconForOptionCorrectAnswerSection(paragraphTextArray[0]);
|
399
|
+
textSelectionPage.steps.verifyCorrectIconForOptionCorrectAnswerSection(paragraphTextArray[1]);
|
400
|
+
});
|
401
|
+
|
402
|
+
it('When the user attempts the question incorrectly then non-scoring label should be displayed and on switching to "Grading" view, incorrect icons should be displayed beside all incorrect responses, a status message with text "Your answer is incorrect" and correct answer section with all correct answers should be displayed', () => {
|
403
|
+
textSelectionPage.steps.selectOptionInPreviewTab(paragraphTextArray[2]);
|
404
|
+
textSelectionPage.steps.selectOptionInPreviewTab(paragraphTextArray[3]);
|
405
|
+
if (view === 'Grading view') {
|
406
|
+
studentViewPage.steps.submitResponse();
|
407
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
408
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
409
|
+
gradingViewPage.steps.verifyScoresNotVisibleForNonScoredQuestions();
|
410
|
+
};
|
411
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
412
|
+
textSelectionPage.steps.checkNonScoredScoringLabel();
|
413
|
+
textSelectionPage.steps.switchToGradingView();
|
414
|
+
};
|
415
|
+
textSelectionPage.steps.verifyIncorrectIconForOption(paragraphTextArray[2]);
|
416
|
+
textSelectionPage.steps.verifyIncorrectIconForOption(paragraphTextArray[3]);
|
417
|
+
textSelectionPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
418
|
+
textSelectionPage.steps.verifyCorrectIconForOptionCorrectAnswerSection(paragraphTextArray[0]);
|
419
|
+
textSelectionPage.steps.verifyCorrectIconForOptionCorrectAnswerSection(paragraphTextArray[1]);
|
420
|
+
});
|
421
|
+
|
422
|
+
it('When the user attempts the question partially correct (some correct and some incorrect), non-scoring label should be displayed and on switching to "Grading" view, correct icon should be displayed beside the correct answer response, incorrect icon should be displayed beside the incorrect answer response, a status message with text "Your answer is incorrect" and correct answer section with all correct answers should be displayed', () => {
|
423
|
+
if (view === 'Grading view') {
|
424
|
+
studentViewPage.steps.clearResponses();
|
425
|
+
};
|
426
|
+
textSelectionPage.steps.selectOptionInPreviewTab(paragraphTextArray[0]);
|
427
|
+
textSelectionPage.steps.selectOptionInPreviewTab(paragraphTextArray[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
|
+
textSelectionPage.steps.checkNonScoredScoringLabel();
|
436
|
+
textSelectionPage.steps.switchToGradingView();
|
437
|
+
};
|
438
|
+
textSelectionPage.steps.verifyCorrectIconForOption(paragraphTextArray[0]);
|
439
|
+
textSelectionPage.steps.verifyIncorrectIconForOption(paragraphTextArray[2]);
|
440
|
+
textSelectionPage.steps.verifyCorrectIncorrectIconForOptionNotExist(paragraphTextArray[1]);
|
441
|
+
textSelectionPage.steps.verifyCorrectIncorrectIconForOptionNotExist(paragraphTextArray[3]);
|
442
|
+
textSelectionPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
443
|
+
textSelectionPage.steps.verifyCorrectIconForOptionCorrectAnswerSection(paragraphTextArray[0]);
|
444
|
+
textSelectionPage.steps.verifyCorrectIconForOptionCorrectAnswerSection(paragraphTextArray[1]);
|
445
|
+
});
|
446
|
+
|
447
|
+
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', () => {
|
448
|
+
if (view === 'Grading view') {
|
449
|
+
studentViewPage.steps.clearResponses();
|
450
|
+
};
|
451
|
+
textSelectionPage.steps.selectOptionInPreviewTab(paragraphTextArray[0]);
|
452
|
+
textSelectionPage.steps.selectOptionInPreviewTab(paragraphTextArray[1]);
|
453
|
+
if (view === 'Grading view') {
|
454
|
+
studentViewPage.steps.submitResponse();
|
455
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
456
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
457
|
+
gradingViewPage.steps.verifyScoresNotVisibleForNonScoredQuestions();
|
458
|
+
};
|
459
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
460
|
+
textSelectionPage.steps.checkNonScoredScoringLabel();
|
461
|
+
textSelectionPage.steps.switchToGradingView();
|
462
|
+
};
|
463
|
+
textSelectionPage.steps.verifyCorrectIconForOption(paragraphTextArray[0]);
|
464
|
+
textSelectionPage.steps.verifyCorrectIconForOption(paragraphTextArray[1]);
|
465
|
+
textSelectionPage.steps.verifyCorrectIncorrectIconForOptionNotExist(paragraphTextArray[2]);
|
466
|
+
textSelectionPage.steps.verifyCorrectIncorrectIconForOptionNotExist(paragraphTextArray[3]);
|
467
|
+
textSelectionPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
468
|
+
textSelectionPage.steps.verifyCorrectAnswerSectionNotExist();
|
469
|
+
});
|
470
|
+
});
|
471
|
+
});
|
472
|
+
|
242
473
|
if (!grepTags || !grepTags.includes('smoke')) {
|
243
474
|
describe('Question preview: Auto scored - All or nothing: Minimum scoring', () => {
|
244
475
|
abortEarlySetup();
|
@@ -24,8 +24,8 @@ describe('Create item page - Text Selection', () => {
|
|
24
24
|
|
25
25
|
it('Warning icons should be displayed on the required input fields', () => {
|
26
26
|
textSelectionPage.steps.verifyWarningIconOnRequiredFields([
|
27
|
-
'Please specify a possible option',
|
28
|
-
'Please set points',
|
27
|
+
'Please specify a possible option.',
|
28
|
+
'Please set points.',
|
29
29
|
]);
|
30
30
|
});
|
31
31
|
|
@@ -47,11 +47,11 @@ describe('Create item page - Text selection: Header section and Saving question'
|
|
47
47
|
});
|
48
48
|
|
49
49
|
describe('Validation error messages', () => {
|
50
|
-
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please specify a possible option', 'Please set points']);
|
50
|
+
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please specify a possible option.', 'Please set points.']);
|
51
51
|
|
52
52
|
it('Validation error messages should be displayed below required input fields', () => {
|
53
53
|
textSelectionPage.steps.verifyQuestionInstructionsErrorMessageIsNotDisplayed();
|
54
|
-
textSelectionPage.steps.verifyWarningIconOnRequiredFields(['Please specify a possible option', 'Please set points']);
|
54
|
+
textSelectionPage.steps.verifyWarningIconOnRequiredFields(['Please specify a possible option.', 'Please set points.']);
|
55
55
|
});
|
56
56
|
|
57
57
|
it('Validation error messages should disappear when required input fields are filled', () => {
|
@@ -78,7 +78,7 @@ describe('Create item page - Text selection: Header section and Saving question'
|
|
78
78
|
});
|
79
79
|
|
80
80
|
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', () => {
|
81
|
-
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please enter all option values', 'Please set points']);
|
81
|
+
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please enter all option values.', 'Please set points.']);
|
82
82
|
textSelectionPage.steps.saveAQuestionWithIncompleteAuthoring();
|
83
83
|
});
|
84
84
|
textSelectionPage.tests.verifySavedSuccessfullySnackbarCSSAndA11y();
|
@@ -15,6 +15,7 @@ describe('Create item page - Fill in the gaps with drag and drop: Minimum scorin
|
|
15
15
|
before(() => {
|
16
16
|
textSelectionPage.steps.navigateToCreateQuestion('text selection');
|
17
17
|
cy.barsPreLoaderWait();
|
18
|
+
textSelectionPage.steps.addTextInQuestionInstructionsInputField('Question instruction');
|
18
19
|
textSelectionPage.steps.allotPoints(10);
|
19
20
|
});
|
20
21
|
|
@@ -24,6 +24,7 @@ describe('Create Item page - Text selection: Text selection modes in specify pos
|
|
24
24
|
textSelectionPage.steps.addInputToQuestionInputField(`${paragraphText}{enter}`);
|
25
25
|
});
|
26
26
|
textSelectionPage.steps.addInputToQuestionInputField('{backspace}');
|
27
|
+
utilities.verifyInnerText(textSelectionPage.specifyPossibleOptionsTextFieldWrapper(), "Horses cannot breat& through their mouth! Cows sleep standing up?\n\nDogs have e#cellent 'hearing'.\n\nDeers possess nearly, 300 degree field of vision.")
|
27
28
|
});
|
28
29
|
|
29
30
|
it('\'Text selection mode\' label and \'Custom\', \'Paragraph\', \'Sentence\' and \'Word\' text selection modes should be displayed', () => {
|
@@ -29,7 +29,7 @@ describe("Create Review Item", () => {
|
|
29
29
|
cy.deleteThinkSphereItem('~zzz item name');
|
30
30
|
cy.createThinkSphereItem('~zzz item name');
|
31
31
|
thinkSpherePage.steps.navigateToReviewItemsPage();
|
32
|
-
})
|
32
|
+
});
|
33
33
|
|
34
34
|
after(() => {
|
35
35
|
cy.deleteThinkSphereItem('~zzz item name');
|
@@ -151,7 +151,7 @@ describe('Create item : ThinkSphere - Edit tab basics', () => {
|
|
151
151
|
});
|
152
152
|
});
|
153
153
|
|
154
|
-
it
|
154
|
+
it('Accessibility of Image Upload Section After upload', { tags: 'a11y' }, () => {
|
155
155
|
cy.checkAccessibility(thinkSpherePage.imageUploadSection(), { timeout: 15000 });
|
156
156
|
});
|
157
157
|
});
|