itemengine-cypress-automation 1.0.349-TEMRegression4-f1b48a1.0 → 1.0.349-miscellaneous-questions-r2-a9064f0.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/ILC/AudioResponseNew/editTabBasicSection.js +4 -16
- package/cypress/e2e/ILC/BrainingCampManipulative/editTabBasicSection.js +1 -1
- package/cypress/e2e/ILC/BrowseItems/browseReviewItems.js +398 -0
- package/cypress/e2e/ILC/BrowseItems/browseReviewItemsMobileView.js +329 -0
- package/cypress/e2e/ILC/BrowseItems/browseThinkSphereItems.js +260 -0
- package/cypress/e2e/ILC/BrowseItems/browseThinkSphereItemsMobileView.js +368 -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 +2 -2
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +1 -0
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +1 -0
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +1 -0
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsMinimumAndPenaltyScoring.js +1 -0
- package/cypress/e2e/ILC/ChartsBar/editTabBasicSection.js +37 -0
- package/cypress/e2e/ILC/ChartsBar/headerSection.js +50 -2
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightBasic.js +1 -0
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +1 -0
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +1 -0
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +1 -0
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsMinimumAndPenaltyScoring.js +1 -0
- package/cypress/e2e/ILC/ChartsLine/headerSection.js +18 -1
- package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerEditTabAddFeatureRadioButton.js +2 -3
- package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerEditTabAddTranscriptRadioButton .js +2 -4
- package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerEditTabStudentViewSettings.js +3 -3
- package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerHeaderSectionAndButtons.js +2 -2
- package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerPreviewTab.js +1 -1
- package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerPreviewTabTranscript.js +2 -3
- package/cypress/e2e/ILC/CkEditorEquationEditor/equationEditorBasicFile.js +4 -4
- package/cypress/e2e/ILC/CkEditorInsertImage/imageInfo.js +4 -4
- package/cypress/e2e/ILC/CkEditorInsertTable/tableStyle.js +2 -2
- package/cypress/e2e/ILC/CkEditorLink/uploadSection.js +1 -1
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/allOrNothingBasicForAllViews.smoke.js +3 -3
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/headerSection.js +2 -0
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/manuallyAndNonScoredScoringEditTab.js +4 -1
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/minimumScoringPenaltyPointsAndRoundingDropdown.js +3 -0
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/styleAndLayoutCustomizationLayoutProperties.js +3 -0
- package/cypress/e2e/ILC/DrawingResponse/drawingResponseAdditionalSettings.js +1 -0
- package/cypress/e2e/ILC/DrawingResponse/drawingResponseBackground.js +2 -8
- package/cypress/e2e/ILC/DrawingResponse/drawingResponseCustomizeAdditionalOptions.js +1 -0
- package/cypress/e2e/ILC/DrawingResponse/drawingResponseEditTabBasicSection.js +3 -3
- package/cypress/e2e/ILC/DrawingResponse/drawingResponsePreviewTabContents.smoke.js +3 -4
- package/cypress/e2e/ILC/EssayResponse/createCustomCategory.smoke.js +1 -1
- package/cypress/e2e/ILC/EssayResponse/editCategoryFlyout.js +0 -1
- package/cypress/e2e/ILC/EssayResponse/editTabBasicSections.js +23 -37
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/blankResponseScoring.js +29 -25
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/allOrNothingForAllViews.smoke.js +210 -0
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/dropzoneStyleAndLayoutCustomization.js +6 -3
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/headerSection.js +1 -0
- package/cypress/e2e/ILC/FillInTheGapsDropdownNew/allOrNothingForAllView.smoke.js +201 -0
- package/cypress/e2e/ILC/FillInTheGapsDropdownNew/dropdownAndDropdownMenuSection.js +4 -1
- package/cypress/e2e/ILC/FillInTheGapsDropdownNew/dropdownOptionsSection.js +2 -2
- package/cypress/e2e/ILC/FillInTheGapsDropdownNew/specifyCorrectAnswerSection.js +0 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/Scoring/blankResponseScoring.js +18 -20
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/allOrNothingForAllViews.smoke.js +216 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/backgroundImageAndCanvasProperties.js +0 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/headerSection.js +1 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/studentViewSettings.js +5 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/styleAndLayoutCustomization.js +2 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/Scoring/blankResponseScoring.js +21 -30
- package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/allOrNothingForAllView.smoke.js +211 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/dropdownAndDropdownMenuSection.js +4 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/editTabBasicSection.js +0 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/headerSection.js +2 -2
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/HeaderSection.js +2 -2
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/Scoring/blankResponseScoring.js +23 -30
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/allOrNothingForAllViews.smoke.js +213 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/editTabScoringSection.js +2 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/responseAnswersAndAcceptedStudentInput.js +2 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/supportedFileTypes.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/blankResponseScoring.js +25 -30
- package/cypress/e2e/ILC/FillInTheGapsTextNew/allOrNothingForAllViews.smoke.js +207 -0
- package/cypress/e2e/ILC/FillInTheGapsTextNew/editTabBasicSection.js +2 -10
- package/cypress/e2e/ILC/FillInTheGapsTextNew/editTabScoringSection.js +2 -0
- 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/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 +36 -4
- package/cypress/e2e/ILC/Graphing/layoutAndGridOptions.js +6 -3
- package/cypress/e2e/ILC/GridFill/addAlternateButton.js +40 -0
- package/cypress/e2e/ILC/GridFill/customizeLayoutFillImageBackgroundImage.js +5 -6
- package/cypress/e2e/ILC/GridFill/customizeLayoutSectionShadeCellsGridBorders.js +2 -0
- package/cypress/e2e/ILC/GridFill/editTabScoringSection.js +3 -0
- package/cypress/e2e/ILC/GridFill/headerSection.js +1 -3
- 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/specifyCorrectAnswerSection.js +2 -4
- package/cypress/e2e/ILC/ImageHighlight/Scoring/partialDifferentWeightsScoring.js +2 -1
- package/cypress/e2e/ILC/ImageHighlight/headerSection.js +2 -1
- package/cypress/e2e/ILC/ImageHighlight/studentViewSettings.js +2 -2
- 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/partialEqualWeightsBasic.js +1 -1
- package/cypress/e2e/ILC/ListOrderingDropdown/allOrNothingForAllViews.smoke.js +1 -1
- package/cypress/e2e/ILC/ListOrderingDropdown/checkAddAlternativeButton.js +35 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/editTabBasicSection.js +24 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/headerSection.js +108 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/specifyCorrectAnswerSection.js +6 -10
- package/cypress/e2e/ILC/ListOrderingNew/HorizontalOrientation/specifyCorrectAnswerSection.js +2 -1
- package/cypress/e2e/ILC/ListOrderingNew/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +52 -0
- package/cypress/e2e/ILC/ListOrderingNew/editTabBasicSection.js +23 -0
- package/cypress/e2e/ILC/ListOrderingNew/headerSection.js +35 -9
- 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/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 +35 -1
- package/cypress/e2e/ILC/Matching/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +98 -0
- package/cypress/e2e/ILC/Matching/checkAlternativeButton.js +38 -0
- package/cypress/e2e/ILC/Matching/clickAndDrop.js +3 -5
- package/cypress/e2e/ILC/Matching/draggableOptions.js +4 -0
- package/cypress/e2e/ILC/Matching/editTabBasicSection.js +41 -0
- package/cypress/e2e/ILC/Matching/headerSection.js +36 -11
- package/cypress/e2e/ILC/Matching/questionInstructionsAndPromptSection.js +2 -15
- package/cypress/e2e/ILC/MultipleSelection/allOrNothingBasicForAllViews.smoke.js +227 -0
- package/cypress/e2e/ILC/MultipleSelection/allOrNothingWithAlternativeAnswer.js +6 -3
- package/cypress/e2e/ILC/MultipleSelection/checkScoringLabelBannerAndCorrectAnswer.js +3 -1
- package/cypress/e2e/ILC/MultipleSelection/editTabScoringSection.js +6 -3
- package/cypress/e2e/ILC/MultipleSelection/headerSection.js +1 -0
- package/cypress/e2e/ILC/MultipleSelection/minimumScoringPenaltyPointsAndRoundingDropdown.js +1 -1
- package/cypress/e2e/ILC/MultipleSelection/partialDifferentWeightsBasic.js +1 -1
- package/cypress/e2e/ILC/MultipleSelection/partialDifferentWeightsWithAlternativeAnswer.js +69 -64
- package/cypress/e2e/ILC/MultipleSelection/partialEqualWeightsWithAlternativeAnswer.js +6 -4
- package/cypress/e2e/ILC/MultipleSelectionGridNew/Scoring/checkScoringLabelBannerAndCorrectAnswer.js +1 -0
- package/cypress/e2e/ILC/MultipleSelectionGridNew/allOrNothingBasicForAllViews.smoke.js +220 -0
- package/cypress/e2e/ILC/MultipleSelectionGridNew/editTabScoringSection.js +11 -5
- package/cypress/e2e/ILC/MultipleSelectionGridNew/styleAndLayoutCustomizationLayoutProperties.js +5 -2
- 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/checkAddAlternativeButton.js +32 -0
- package/cypress/e2e/ILC/NumberLine/editTabSection.js +38 -0
- package/cypress/e2e/ILC/NumberLine/headerSection.js +33 -4
- 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 +1 -1
- 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 -5
- package/cypress/e2e/ILC/NumberLineLabel/manuallyAndNonScoredEditTab.js +2 -1
- package/cypress/e2e/ILC/NumberLineLabel/verticalNumberLine/editQuestion.smoke.js +1 -1
- package/cypress/e2e/ILC/ShortTextResponseNew/editTabBasicSections.js +31 -48
- package/cypress/e2e/ILC/ShortTextResponseNew/headerSection.js +2 -4
- package/cypress/e2e/ILC/SingleSelection/allOrNothingBasicForAllViews.smoke.js +192 -0
- package/cypress/e2e/ILC/SingleSelection/checkScoringLabelBannerAndCorrectAnswer.js +3 -1
- package/cypress/e2e/ILC/SingleSelection/headerSection.js +1 -0
- package/cypress/e2e/ILC/SingleSelection/manuallyAndNonScoredScoring.js +94 -88
- package/cypress/e2e/ILC/SingleSelectionGridNew/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +3 -1
- package/cypress/e2e/ILC/SingleSelectionGridNew/allOrNothingBasicForAllViews.smoke.js +209 -0
- package/cypress/e2e/ILC/SingleSelectionGridNew/editTabScoringSection.js +5 -0
- package/cypress/e2e/ILC/SingleSelectionGridNew/styleAndLayoutCustomizationLayoutProperties.js +8 -2
- 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 +3 -1
- 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 +10 -3
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +4 -2
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +5 -3
- 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/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/allOrNothingBasicForAllViewsFormulaTemplate.smoke.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/editTabBasicSection.js +27 -3
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodEquivalentStructures.smoke.js +86 -0
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodMatchExact.smoke.js +97 -0
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodMatchValue.smoke.js +97 -0
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodSymbolsAreEquivalent.smoke.js +167 -0
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodValueIsEquivalent.smoke.js +167 -1
- package/cypress/e2e/ILC/TextEntryMath/headerSection.js +43 -0
- package/cypress/e2e/ILC/TextEntryMath/previewContentsForAllViews.smoke.js +7 -5
- package/cypress/e2e/ILC/TextSelection/ScoringParagraph/checkScoringLabelBannerAndCorrectAnswerSection.js +0 -1
- package/cypress/e2e/ILC/TextSelection/textSelectionModesInSpecifyPossibleOptionsSection.js +7 -12
- package/cypress/e2e/ILC/ThinkSphere/additionalSettings.js +52 -0
- package/cypress/e2e/ILC/ThinkSphere/createReviewItem.js +112 -0
- package/cypress/e2e/ILC/ThinkSphere/editTabBasicSection.js +561 -0
- package/cypress/e2e/ILC/ThinkSphere/editThinkSphereQuestion.smoke.js +276 -0
- package/cypress/e2e/ILC/ThinkSphere/equationEditorCreateCustomCategory.smoke.js +417 -0
- package/cypress/e2e/ILC/ThinkSphere/equationEditorEditCategoryFlyOut.js +291 -0
- package/cypress/e2e/ILC/ThinkSphere/headerSection.js +53 -0
- package/cypress/e2e/ILC/ThinkSphere/planPhase.js +621 -0
- package/cypress/e2e/ILC/ThinkSphere/previewTabPlanSection.js +541 -0
- package/cypress/e2e/ILC/ThinkSphere/previewTabReviewSection.js +97 -0
- package/cypress/e2e/ILC/ThinkSphere/solvePhase.js +296 -0
- package/cypress/e2e/ILC/ThinkSphere/studentViewPlanTabSection.js +393 -0
- package/cypress/e2e/ILC/ThinkSphere/studentViewReviewTabSection.js +141 -0
- package/cypress/e2e/ILC/ToolAudioPlayerNew/headerSection.js +1 -1
- package/cypress/e2e/ILC/UploadResponse/editTabBasicSection.js +34 -0
- package/cypress/e2e/ILC/UploadResponse/headerSection.js +38 -1
- package/cypress/e2e/ILC/VideoResponseNew/editTabBasicSection.js +14 -29
- package/cypress/e2e/ILC/chartsDotsPlot/headerSection.js +16 -1
- package/cypress/e2e/Sessions/fetchResponses.js +3 -3
- package/cypress/e2e/Sessions/scores.js +8 -10
- package/cypress/e2e/applitools.config.js +3 -3
- package/cypress/fixtures/theme/ilc.json +14 -1
- package/cypress/fixtures/uploads/sample.webm +0 -0
- package/cypress/fixtures/uploads/sample.wmv +0 -0
- package/cypress/fixtures/uploads/sample20MB.mp4 +0 -0
- package/cypress/fixtures/uploads/sample2MB.mp4 +0 -0
- package/cypress/fixtures/uploads/sample2MB_2.mp4 +0 -0
- package/cypress/fixtures/uploads/sample30MB.mp4 +0 -0
- package/cypress/pages/audioPlayerPage.js +45 -22
- package/cypress/pages/brainingCampManipulativePage.js +1 -1
- package/cypress/pages/chartsBarPage.js +20 -0
- package/cypress/pages/components/additionalSettingsPanel.js +3 -2
- package/cypress/pages/components/autoScoredScoringPreviewTab.js +7 -1
- package/cypress/pages/components/autoScoredScoringSectionMultiResponseType.js +2 -0
- package/cypress/pages/components/autoScoredSpecifyCorrectAnswerSection.js +16 -28
- package/cypress/pages/components/backgroundImageUploadComponent.js +32 -25
- package/cypress/pages/components/browseItemsPage.js +998 -7
- package/cypress/pages/components/ckEditorAudioPlayerComponent.js +1 -1
- package/cypress/pages/components/ckEditorEquationEditorComponent.js +5 -4
- package/cypress/pages/components/ckEditorInsertImageComponent.js +2 -2
- package/cypress/pages/components/ckEditorLinkComponent.js +8 -9
- package/cypress/pages/components/commonComponents.js +8 -1
- package/cypress/pages/components/createQuestionBasePage.js +8 -1
- package/cypress/pages/components/defaultToolDropdown.js +7 -6
- package/cypress/pages/components/editCategoryFlyout.js +2 -2
- package/cypress/pages/components/equationEditorSectionCommonComponent.js +10 -25
- package/cypress/pages/components/fillInTheGapsDropdownCommonComponent.js +3 -3
- package/cypress/pages/components/fillInTheGapsTextCommonComponent.js +29 -35
- package/cypress/pages/components/gridQuestionCommonComponent.js +8 -37
- package/cypress/pages/components/imageCanvasComponent.js +7 -6
- package/cypress/pages/components/mcqAdditionalSettingsBase.js +4 -0
- package/cypress/pages/components/questionInstructionsComponent.js +7 -0
- package/cypress/pages/components/scoringSectionBaseEditTab.js +5 -0
- package/cypress/pages/desmos3DGraphingPage.js +149 -4
- package/cypress/pages/desmosGeometryPage.js +184 -4
- package/cypress/pages/dialogBoxBase.js +2 -1
- package/cypress/pages/drawingResponsePage.js +6 -4
- package/cypress/pages/fillInTheGapsOverImageDropdownPage.js +1 -1
- package/cypress/pages/gradingViewPage.js +8 -0
- package/cypress/pages/graphingPage.js +27 -8
- package/cypress/pages/gridFillPage.js +15 -6
- package/cypress/pages/index.js +2 -1
- package/cypress/pages/listOrderingPage.js +32 -1
- package/cypress/pages/matchingPage.js +26 -7
- package/cypress/pages/multipleSelectionPage.js +10 -39
- package/cypress/pages/numberLineLabelPage.js +31 -8
- package/cypress/pages/numberLinePage.js +19 -7
- package/cypress/pages/selectQuestionResourceToolPage.js +8 -2
- package/cypress/pages/singleSelectionPage.js +0 -37
- package/cypress/pages/textEntryMathPage.js +24 -1
- package/cypress/pages/thinkSpherePage.js +2185 -0
- package/cypress/pages/uploadResponsePage.js +2 -1
- package/cypress/pages/videoResponsePage.js +3 -0
- package/cypress/support/commands.js +7 -4
- package/cypress/support/e2e.js +1 -0
- package/cypress/support/helpers/createItem.js +1200 -1
- package/cypress/support/helpers/utilities.js +88 -1
- package/package.json +2 -2
@@ -184,6 +184,217 @@ describe('Create item page - Fill in the gaps over image - dropdown: All or noth
|
|
184
184
|
});
|
185
185
|
});
|
186
186
|
|
187
|
+
views.forEach((view) => {
|
188
|
+
describe(`${view}: Manually scored`, { tags: 'smoke' }, () => {
|
189
|
+
abortEarlySetup();
|
190
|
+
before(() => {
|
191
|
+
switch (view) {
|
192
|
+
case 'Question preview':
|
193
|
+
fillInTheGapsOverImageDropdownPage.steps.navigateToCreateQuestion('fill in the gaps over image with dropdown');
|
194
|
+
cy.barsPreLoaderWait();
|
195
|
+
fillInTheGapsOverImageDropdownPage.steps.addTextInQuestionInstructionsInputField('Fill in the gaps');
|
196
|
+
fillInTheGapsOverImageDropdownPage.steps.uploadFile('highlightImage.jpg');
|
197
|
+
fillInTheGapsOverImageDropdownPage.steps.verifyImageIsUploaded();
|
198
|
+
fillInTheGapsOverImageDropdownPage.steps.insertResponseArea(30);
|
199
|
+
fillInTheGapsOverImageDropdownPage.steps.insertResponseArea(40);
|
200
|
+
fillInTheGapsOverImageDropdownPage.steps.expandScoringTypeDropdown();
|
201
|
+
fillInTheGapsOverImageDropdownPage.steps.selectOptionFromScoringTypeDropdown('Manually scored');
|
202
|
+
fillInTheGapsOverImageDropdownPage.steps.allotPoints(20);
|
203
|
+
fillInTheGapsOverImageDropdownPage.steps.addInputToDropdownOptionFields(0, optionsForDropdown1);
|
204
|
+
fillInTheGapsOverImageDropdownPage.steps.addInputToDropdownOptionFields(1, optionsForDropdown2);
|
205
|
+
fillInTheGapsOverImageDropdownPage.steps.switchToPreviewTab();
|
206
|
+
break;
|
207
|
+
case 'Item preview':
|
208
|
+
cy.visit(`/item-engine/demo/edit-item/${utilities.base64Encoding(itemReferenceID)}`);
|
209
|
+
itemPreviewPage.steps.switchToPreviewTab();
|
210
|
+
break;
|
211
|
+
case 'Grading view':
|
212
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
213
|
+
break;
|
214
|
+
};
|
215
|
+
});
|
216
|
+
|
217
|
+
beforeEach(() => {
|
218
|
+
switch (view) {
|
219
|
+
case 'Question preview':
|
220
|
+
fillInTheGapsOverImageDropdownPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
221
|
+
fillInTheGapsOverImageDropdownPage.steps.resetQuestionPreview();
|
222
|
+
break;
|
223
|
+
case 'Item preview':
|
224
|
+
fillInTheGapsOverImageDropdownPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
225
|
+
itemPreviewPage.steps.resetQuestionPreview();
|
226
|
+
break;
|
227
|
+
case 'Grading view':
|
228
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
229
|
+
fillInTheGapsOverImageDropdownPage.steps.verifyImageIsUploadedInPreviewTab();
|
230
|
+
break;
|
231
|
+
}
|
232
|
+
});
|
233
|
+
|
234
|
+
if (view === 'Question preview') {
|
235
|
+
after(() => {
|
236
|
+
fillInTheGapsOverImageDropdownPage.steps.clickOnSaveQuestionButton();
|
237
|
+
utilities.verifyElementVisibilityState(itemPreviewPage.referenceID(), 'visible');
|
238
|
+
itemReferenceID = itemPreviewPage.steps.getItemReferenceID();
|
239
|
+
});
|
240
|
+
};
|
241
|
+
|
242
|
+
it('Question instructions should be visible', () => {
|
243
|
+
utilities.verifyInnerText(fillInTheGapsOverImageDropdownPage.questionInstructionsText(), 'Fill in the gaps');
|
244
|
+
utilities.verifyElementVisibilityState(fillInTheGapsOverImageDropdownPage.questionInstructionsText(), 'visible');
|
245
|
+
});
|
246
|
+
|
247
|
+
it('User should be able to attempt the question and icons, Your answer is correct/incorrect label should not be displayed', () => {
|
248
|
+
fillInTheGapsOverImageDropdownPage.steps.selectResponseFromDropdownInPreviewTab([{ dropdownIndex: 0, dropdownOption: incorrectAnswerArray[0] }, { dropdownIndex: 1, dropdownOption: incorrectAnswerArray[1] }]);
|
249
|
+
if (view === 'Grading view') {
|
250
|
+
studentViewPage.steps.submitResponse();
|
251
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
252
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
253
|
+
fillInTheGapsOverImageDropdownPage.steps.verifyPreviewScore('Score', ' 20 points');
|
254
|
+
};
|
255
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
256
|
+
fillInTheGapsOverImageDropdownPage.steps.checkManuallyScoredScoringLabel();
|
257
|
+
};
|
258
|
+
fillInTheGapsOverImageDropdownPage.steps.verifyCorrectIncorrectIconNotExist(0);
|
259
|
+
fillInTheGapsOverImageDropdownPage.steps.verifyCorrectIncorrectIconNotExist(1);
|
260
|
+
fillInTheGapsOverImageDropdownPage.steps.verifyAnswerStatusBannerNotExist();
|
261
|
+
fillInTheGapsOverImageDropdownPage.steps.verifyCorrectAnswerSectionNotExist();
|
262
|
+
});
|
263
|
+
});
|
264
|
+
});
|
265
|
+
|
266
|
+
views.forEach((view) => {
|
267
|
+
describe(`${view}: Non scored`, { tags: 'smoke' }, () => {
|
268
|
+
abortEarlySetup();
|
269
|
+
before(() => {
|
270
|
+
switch (view) {
|
271
|
+
case 'Question preview':
|
272
|
+
fillInTheGapsOverImageDropdownPage.steps.navigateToCreateQuestion('fill in the gaps over image with dropdown');
|
273
|
+
cy.barsPreLoaderWait();
|
274
|
+
fillInTheGapsOverImageDropdownPage.steps.addTextInQuestionInstructionsInputField('Fill in the gaps');
|
275
|
+
fillInTheGapsOverImageDropdownPage.steps.uploadFile('highlightImage.jpg');
|
276
|
+
fillInTheGapsOverImageDropdownPage.steps.verifyImageIsUploaded();
|
277
|
+
fillInTheGapsOverImageDropdownPage.steps.insertResponseArea(30);
|
278
|
+
fillInTheGapsOverImageDropdownPage.steps.insertResponseArea(40);
|
279
|
+
fillInTheGapsOverImageDropdownPage.steps.expandScoringTypeDropdown();
|
280
|
+
fillInTheGapsOverImageDropdownPage.steps.selectOptionFromScoringTypeDropdown('Non scored');
|
281
|
+
fillInTheGapsOverImageDropdownPage.steps.addInputToDropdownOptionFields(0, optionsForDropdown1);
|
282
|
+
fillInTheGapsOverImageDropdownPage.steps.addInputToDropdownOptionFields(1, optionsForDropdown2);
|
283
|
+
fillInTheGapsOverImageDropdownPage.steps.selectResponseFromDropdownSpecifyCorrectAnswerSection(0, correctAnswerArray[0]);
|
284
|
+
fillInTheGapsOverImageDropdownPage.steps.selectResponseFromDropdownSpecifyCorrectAnswerSection(1, correctAnswerArray[1]);
|
285
|
+
fillInTheGapsOverImageDropdownPage.steps.switchToPreviewTab();
|
286
|
+
break;
|
287
|
+
case 'Item preview':
|
288
|
+
cy.visit(`/item-engine/demo/edit-item/${utilities.base64Encoding(itemReferenceID)}`);
|
289
|
+
itemPreviewPage.steps.switchToPreviewTab();
|
290
|
+
break;
|
291
|
+
case 'Grading view':
|
292
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
293
|
+
break;
|
294
|
+
};
|
295
|
+
});
|
296
|
+
|
297
|
+
beforeEach(() => {
|
298
|
+
switch (view) {
|
299
|
+
case 'Question preview':
|
300
|
+
fillInTheGapsOverImageDropdownPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
301
|
+
fillInTheGapsOverImageDropdownPage.steps.resetQuestionPreview();
|
302
|
+
break;
|
303
|
+
case 'Item preview':
|
304
|
+
fillInTheGapsOverImageDropdownPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
305
|
+
itemPreviewPage.steps.resetQuestionPreview();
|
306
|
+
break;
|
307
|
+
case 'Grading view':
|
308
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
309
|
+
fillInTheGapsOverImageDropdownPage.steps.verifyImageIsUploadedInPreviewTab();
|
310
|
+
break;
|
311
|
+
}
|
312
|
+
});
|
313
|
+
|
314
|
+
if (view === 'Question preview') {
|
315
|
+
after(() => {
|
316
|
+
fillInTheGapsOverImageDropdownPage.steps.clickOnSaveQuestionButton();
|
317
|
+
utilities.verifyElementVisibilityState(itemPreviewPage.referenceID(), 'visible');
|
318
|
+
itemReferenceID = itemPreviewPage.steps.getItemReferenceID();
|
319
|
+
});
|
320
|
+
};
|
321
|
+
|
322
|
+
it('When the user selects \'Grading\' view without attempting the question, dropdown numeration 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 respective option numeration', () => {
|
323
|
+
if (view === 'Grading view') {
|
324
|
+
studentViewPage.steps.submitResponse();
|
325
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
326
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
327
|
+
};
|
328
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
329
|
+
fillInTheGapsOverImageDropdownPage.steps.checkNonScoredScoringLabel();
|
330
|
+
fillInTheGapsOverImageDropdownPage.steps.switchToGradingView();
|
331
|
+
fillInTheGapsOverImageDropdownPage.steps.verifyPreviewTabPointsBackgroundForIncorrectOrPartiallyCorrectAnswer();
|
332
|
+
};
|
333
|
+
fillInTheGapsOverImageDropdownPage.steps.verifyDropdownNumerationPreviewTab();
|
334
|
+
utilities.verifyInnerText(fillInTheGapsOverImageDropdownPage.correctAnswersLabel(), 'Correct answers');
|
335
|
+
fillInTheGapsOverImageDropdownPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
336
|
+
fillInTheGapsOverImageDropdownPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(correctAnswerArray);
|
337
|
+
});
|
338
|
+
|
339
|
+
it('When the user attempts the question incorrectly, then the user should be awarded 0 points and on switching to \'Grading\' view, incorrect icons should be displayed besides all incorrect responses, a status message with text \'Your answer is incorrect\' and correct answer section with all correct answers along with numeration should be displayed', () => {
|
340
|
+
fillInTheGapsOverImageDropdownPage.steps.selectResponseFromDropdownInPreviewTab([{ dropdownIndex: 0, dropdownOption: incorrectAnswerArray[0] }, { dropdownIndex: 1, dropdownOption: incorrectAnswerArray[1] }]);
|
341
|
+
if (view === 'Grading view') {
|
342
|
+
studentViewPage.steps.submitResponse();
|
343
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
344
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
345
|
+
};
|
346
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
347
|
+
fillInTheGapsOverImageDropdownPage.steps.checkNonScoredScoringLabel();
|
348
|
+
fillInTheGapsOverImageDropdownPage.steps.switchToGradingView();
|
349
|
+
};
|
350
|
+
fillInTheGapsOverImageDropdownPage.steps.verifyIncorrectOptionIcon(0);
|
351
|
+
fillInTheGapsOverImageDropdownPage.steps.verifyIncorrectOptionIcon(1);
|
352
|
+
fillInTheGapsOverImageDropdownPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
353
|
+
fillInTheGapsOverImageDropdownPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(correctAnswerArray);
|
354
|
+
});
|
355
|
+
|
356
|
+
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 with numeration should be displayed', () => {
|
357
|
+
if (view === 'Grading view') {
|
358
|
+
studentViewPage.steps.clearResponses();
|
359
|
+
};
|
360
|
+
fillInTheGapsOverImageDropdownPage.steps.selectResponseFromDropdownInPreviewTab([{ dropdownIndex: 0, dropdownOption: correctAnswerArray[0] }, { dropdownIndex: 1, dropdownOption: incorrectAnswerArray[1] }]);
|
361
|
+
if (view === 'Grading view') {
|
362
|
+
studentViewPage.steps.submitResponse();
|
363
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
364
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
365
|
+
};
|
366
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
367
|
+
fillInTheGapsOverImageDropdownPage.steps.checkNonScoredScoringLabel();
|
368
|
+
fillInTheGapsOverImageDropdownPage.steps.switchToGradingView();
|
369
|
+
};
|
370
|
+
fillInTheGapsOverImageDropdownPage.steps.verifyCorrectOptionIcon(0);
|
371
|
+
fillInTheGapsOverImageDropdownPage.steps.verifyIncorrectOptionIcon(1);
|
372
|
+
fillInTheGapsOverImageDropdownPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
373
|
+
fillInTheGapsOverImageDropdownPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(correctAnswerArray);
|
374
|
+
});
|
375
|
+
|
376
|
+
it('When user attempts the question correctly, the user should be awarded full points and on switching to \'Grading\' view, then correct icons should be displayed beside all the correct responses, correct icon should be displayed besides the correct answer responses, a status message with text \'Your answer is correct\' and correct answer section should not be displayed', () => {
|
377
|
+
if (view === 'Grading view') {
|
378
|
+
studentViewPage.steps.clearResponses();
|
379
|
+
};
|
380
|
+
fillInTheGapsOverImageDropdownPage.steps.selectResponseFromDropdownInPreviewTab([{ dropdownIndex: 0, dropdownOption: correctAnswerArray[0] }, { dropdownIndex: 1, dropdownOption: correctAnswerArray[1] }]);
|
381
|
+
if (view === 'Grading view') {
|
382
|
+
studentViewPage.steps.submitResponse();
|
383
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
384
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
385
|
+
};
|
386
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
387
|
+
fillInTheGapsOverImageDropdownPage.steps.checkNonScoredScoringLabel();
|
388
|
+
fillInTheGapsOverImageDropdownPage.steps.switchToGradingView();
|
389
|
+
};
|
390
|
+
fillInTheGapsOverImageDropdownPage.steps.verifyCorrectOptionIcon(0);
|
391
|
+
fillInTheGapsOverImageDropdownPage.steps.verifyCorrectOptionIcon(1);
|
392
|
+
fillInTheGapsOverImageDropdownPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
393
|
+
fillInTheGapsOverImageDropdownPage.steps.verifyCorrectAnswerSectionNotExists();
|
394
|
+
});
|
395
|
+
});
|
396
|
+
});
|
397
|
+
|
187
398
|
if (!grepTags || !grepTags.includes('smoke')) {
|
188
399
|
describe('Question preview: Auto scored - All or nothing: Minimum scoring', () => {
|
189
400
|
abortEarlySetup();
|
@@ -112,7 +112,10 @@ describe('Create item page - Fill in the gaps over image - dropdown: Dropdown an
|
|
112
112
|
});
|
113
113
|
|
114
114
|
it('When \'Auto scale\' toggle button is selected, then width of the collapsed dropdown and the dropdown menu should be auto scaled(increased) to accommodate the longest option in the dropdown menu in specify correct answer section', () => {
|
115
|
-
|
115
|
+
//Failing due to https://weldnorthed.atlassian.net/browse/IEI-5566
|
116
|
+
//fillInTheGapsOverImageDropdownPage.steps.compareDropdownMenuAndDropdownWidthForAutoScaled();
|
117
|
+
//Need to remove the below line once the above issue is fixed
|
118
|
+
fillInTheGapsOverImageDropdownPage.steps.expandDropdownInSpecifyCorrectAnswerSection(0);
|
116
119
|
cy.log('Choosing an option from dropdown to collapse it')
|
117
120
|
fillInTheGapsOverImageDropdownPage.steps.selectOptionFromDropdownList(optionsForDropdown[0]);
|
118
121
|
});
|
@@ -377,7 +377,6 @@ describe('Create item page - Fill in the gaps: Question instructions, Options se
|
|
377
377
|
cy.barsPreLoaderWait();
|
378
378
|
fillInTheGapsOverImageDropdownPage.steps.uploadFile('highlightImage.jpg');
|
379
379
|
fillInTheGapsOverImageDropdownPage.steps.verifyFileNameLabel('highlightImage.jpg');
|
380
|
-
utilities.verifyElementVisibilityState(fillInTheGapsOverImageDropdownPage.uploadImageProgressBar(), 'visible');
|
381
380
|
fillInTheGapsOverImageDropdownPage.steps.verifyImageIsUploaded();
|
382
381
|
});
|
383
382
|
|
@@ -45,11 +45,11 @@ describe('Create item page - Fill in the gaps over image - dropdown: Header sect
|
|
45
45
|
});
|
46
46
|
|
47
47
|
describe('Validation error messages', () => {
|
48
|
-
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please upload an image', 'Please
|
48
|
+
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please upload an image', 'Please set points']);
|
49
49
|
|
50
50
|
it('Validation error messages should be displayed below required input fields', () => {
|
51
51
|
fillInTheGapsOverImageDropdownPage.steps.verifyQuestionInstructionsErrorMessageIsNotDisplayed();
|
52
|
-
fillInTheGapsOverImageDropdownPage.steps.verifyWarningIconOnRequiredFields(['Please upload an image', 'Please
|
52
|
+
fillInTheGapsOverImageDropdownPage.steps.verifyWarningIconOnRequiredFields(['Please upload an image', 'Please set points'])
|
53
53
|
});
|
54
54
|
|
55
55
|
it('Validation error messages should disappear when required input fields are filled', () => {
|
@@ -49,11 +49,11 @@ describe('Create item page - Fill in the gaps over image - text: Header section
|
|
49
49
|
});
|
50
50
|
|
51
51
|
describe('Validation error messages', () => {
|
52
|
-
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please upload an image', 'Please
|
52
|
+
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please upload an image', 'Please set points']);
|
53
53
|
|
54
54
|
it('Validation error messages should be displayed below required input fields', () => {
|
55
55
|
fillInTheGapsOverImageTextPage.steps.verifyQuestionInstructionsErrorMessageIsNotDisplayed();
|
56
|
-
fillInTheGapsOverImageTextPage.steps.verifyWarningIconOnRequiredFields(['Please upload an image', 'Please
|
56
|
+
fillInTheGapsOverImageTextPage.steps.verifyWarningIconOnRequiredFields(['Please upload an image', 'Please set points']);
|
57
57
|
});
|
58
58
|
|
59
59
|
it('Validation error messages should disappear when required input fields are filled', () => {
|
@@ -23,28 +23,27 @@ describe('Create item page - Fill in the gaps with text: Partial equal weights f
|
|
23
23
|
fillInTheGapsOverImageTextPage.steps.switchToPreviewTab();
|
24
24
|
});
|
25
25
|
|
26
|
-
it('When the user has not set any answer in the \'Specify correct answer\' section and switches to the \'Grading\' view without attempting the question, dropzone numeration should be displayed, correct/incorrect status message should not be displayed, correct answers section
|
26
|
+
it('When the user has not set any answer in the \'Specify correct answer\' section and switches to the \'Grading\' view without attempting the question, dropzone numeration should be displayed, correct/incorrect status message should not be displayed, correct answers section should not be displayed', () => {
|
27
27
|
fillInTheGapsOverImageTextPage.steps.switchToGradingView();
|
28
|
-
fillInTheGapsOverImageTextPage.steps.
|
28
|
+
fillInTheGapsOverImageTextPage.steps.checkManuallyScoredScoringLabel();
|
29
29
|
fillInTheGapsOverImageTextPage.steps.verifyCorrectIncorrectIconNotExist(0);
|
30
30
|
fillInTheGapsOverImageTextPage.steps.verifyCorrectIncorrectIconNotExist(1);
|
31
31
|
fillInTheGapsOverImageTextPage.steps.verifyCorrectIncorrectIconNotExist(2);
|
32
32
|
fillInTheGapsOverImageTextPage.steps.verifyResponseAreaNumeration();
|
33
|
-
utilities.
|
33
|
+
utilities.verifyElementVisibilityState(fillInTheGapsOverImageTextPage.correctAnswersLabel(), 'notExist');
|
34
34
|
fillInTheGapsOverImageTextPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
35
|
-
fillInTheGapsOverImageTextPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['', '', '']);
|
36
35
|
});
|
37
36
|
|
38
|
-
it('When the user has not set any answer in the \'Specify correct answer\' section and interacts with the question in the preview tab then correct icons should be displayed beside
|
37
|
+
it('When the user has not set any answer in the \'Specify correct answer\' section and interacts with the question in the preview tab then correct icons should not be displayed beside any responses, full points should not be allocated, and correct answer section should not be displayed', () => {
|
39
38
|
fillInTheGapsOverImageTextPage.steps.resetQuestionPreview();
|
40
39
|
fillInTheGapsOverImageTextPage.steps.enterTextInAnswerInputFieldsPreviewTab([{ responseIndex: 0, responseText: '1' }]);
|
41
40
|
fillInTheGapsOverImageTextPage.steps.clearAnswerInputFieldPreviewTab(0);
|
42
41
|
fillInTheGapsOverImageTextPage.steps.switchToGradingView();
|
43
|
-
fillInTheGapsOverImageTextPage.steps.
|
44
|
-
fillInTheGapsOverImageTextPage.steps.
|
45
|
-
fillInTheGapsOverImageTextPage.steps.
|
46
|
-
fillInTheGapsOverImageTextPage.steps.
|
47
|
-
fillInTheGapsOverImageTextPage.
|
42
|
+
fillInTheGapsOverImageTextPage.steps.checkManuallyScoredScoringLabel();
|
43
|
+
fillInTheGapsOverImageTextPage.steps.verifyCorrectIncorrectIconNotExist(0);
|
44
|
+
fillInTheGapsOverImageTextPage.steps.verifyCorrectIncorrectIconNotExist(1);
|
45
|
+
fillInTheGapsOverImageTextPage.steps.verifyCorrectIncorrectIconNotExist(2);
|
46
|
+
utilities.verifyElementVisibilityState(fillInTheGapsOverImageTextPage.correctAnswersLabel(), 'notExist');
|
48
47
|
fillInTheGapsOverImageTextPage.steps.verifyCorrectAnswerSectionNotExists();
|
49
48
|
});
|
50
49
|
|
@@ -52,13 +51,10 @@ describe('Create item page - Fill in the gaps with text: Partial equal weights f
|
|
52
51
|
fillInTheGapsOverImageTextPage.steps.resetQuestionPreview();
|
53
52
|
fillInTheGapsOverImageTextPage.steps.enterTextInAnswerInputFieldsPreviewTab([{ responseIndex: 0, responseText: 'Marigold' }]);
|
54
53
|
fillInTheGapsOverImageTextPage.steps.switchToGradingView();
|
55
|
-
fillInTheGapsOverImageTextPage.steps.
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
// fillInTheGapsOverImageTextPage.steps.verifyCorrectOptionIcon(2);
|
60
|
-
// fillInTheGapsOverImageTextPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
61
|
-
fillInTheGapsOverImageTextPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['', '', '']);
|
54
|
+
fillInTheGapsOverImageTextPage.steps.checkManuallyScoredScoringLabel();
|
55
|
+
fillInTheGapsOverImageTextPage.steps.verifyCorrectIncorrectIconNotExist(0);
|
56
|
+
fillInTheGapsOverImageTextPage.steps.verifyCorrectIncorrectIconNotExist(1);
|
57
|
+
fillInTheGapsOverImageTextPage.steps.verifyCorrectIncorrectIconNotExist(2);
|
62
58
|
});
|
63
59
|
|
64
60
|
it('When the user sets an answer in the \'Specify correct answer\' section then on switching to \'Grading\' view without attempting the question, dropzone numeration 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 respective option numeration', () => {
|
@@ -146,14 +142,13 @@ describe('Create item page - Fill in the gaps with text: Partial equal weights f
|
|
146
142
|
|
147
143
|
it('When the user has not set any answer in the \'Specify correct answer\' section and switches to the \'Grading\' view without attempting the question, dropzone numeration 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 respective option numeration', () => {
|
148
144
|
fillInTheGapsOverImageTextPage.steps.switchToGradingView();
|
149
|
-
fillInTheGapsOverImageTextPage.steps.
|
145
|
+
fillInTheGapsOverImageTextPage.steps.checkManuallyScoredScoringLabel();
|
150
146
|
fillInTheGapsOverImageTextPage.steps.verifyCorrectIncorrectIconNotExist(0);
|
151
147
|
fillInTheGapsOverImageTextPage.steps.verifyCorrectIncorrectIconNotExist(1);
|
152
148
|
fillInTheGapsOverImageTextPage.steps.verifyCorrectIncorrectIconNotExist(2);
|
153
149
|
fillInTheGapsOverImageTextPage.steps.verifyResponseAreaNumeration();
|
154
|
-
utilities.
|
150
|
+
utilities.verifyElementVisibilityState(fillInTheGapsOverImageTextPage.correctAnswersLabel(), 'notExist');
|
155
151
|
fillInTheGapsOverImageTextPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
156
|
-
fillInTheGapsOverImageTextPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['', '', '']);
|
157
152
|
});
|
158
153
|
|
159
154
|
it('When the user has not set any answer in the \'Specify correct answer\' section and interacts with the question in the preview tab then correct icons should be displayed beside all the responses, full points should be allocated and correct answer section should not be displayed', () => {
|
@@ -161,10 +156,10 @@ describe('Create item page - Fill in the gaps with text: Partial equal weights f
|
|
161
156
|
fillInTheGapsOverImageTextPage.steps.enterTextInAnswerInputFieldsPreviewTab([{ responseIndex: 0, responseText: '1' }]);
|
162
157
|
fillInTheGapsOverImageTextPage.steps.clearAnswerInputFieldPreviewTab(0);
|
163
158
|
fillInTheGapsOverImageTextPage.steps.switchToGradingView();
|
164
|
-
fillInTheGapsOverImageTextPage.steps.
|
165
|
-
fillInTheGapsOverImageTextPage.steps.
|
166
|
-
fillInTheGapsOverImageTextPage.steps.
|
167
|
-
fillInTheGapsOverImageTextPage.steps.
|
159
|
+
fillInTheGapsOverImageTextPage.steps.checkManuallyScoredScoringLabel();
|
160
|
+
fillInTheGapsOverImageTextPage.steps.verifyCorrectIncorrectIconNotExist(0);
|
161
|
+
fillInTheGapsOverImageTextPage.steps.verifyCorrectIncorrectIconNotExist(1);
|
162
|
+
fillInTheGapsOverImageTextPage.steps.verifyCorrectIncorrectIconNotExist(2);
|
168
163
|
fillInTheGapsOverImageTextPage.steps.verifyCorrectAnswerSectionNotExists();
|
169
164
|
});
|
170
165
|
|
@@ -172,12 +167,10 @@ describe('Create item page - Fill in the gaps with text: Partial equal weights f
|
|
172
167
|
fillInTheGapsOverImageTextPage.steps.resetQuestionPreview();
|
173
168
|
fillInTheGapsOverImageTextPage.steps.enterTextInAnswerInputFieldsPreviewTab([{ responseIndex: 0, responseText: 'Marigold' }]);
|
174
169
|
fillInTheGapsOverImageTextPage.steps.switchToGradingView();
|
175
|
-
fillInTheGapsOverImageTextPage.steps.
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
// fillInTheGapsOverImageTextPage.steps.verifyCorrectOptionIcon(2);
|
180
|
-
fillInTheGapsOverImageTextPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['', '', '']);
|
170
|
+
fillInTheGapsOverImageTextPage.steps.checkManuallyScoredScoringLabel();
|
171
|
+
fillInTheGapsOverImageTextPage.steps.verifyCorrectIncorrectIconNotExist(0);
|
172
|
+
fillInTheGapsOverImageTextPage.steps.verifyCorrectIncorrectIconNotExist(1);
|
173
|
+
fillInTheGapsOverImageTextPage.steps.verifyCorrectIncorrectIconNotExist(2);
|
181
174
|
});
|
182
175
|
|
183
176
|
it('When the user sets an answer in the \'Specify correct answer\' section then on switching to \'Grading\' view without attempting the question, dropzone numeration 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 respective option numeration', () => {
|
@@ -180,6 +180,219 @@ describe('Create item page - Fill in the gaps over image - text: All or nothing
|
|
180
180
|
});
|
181
181
|
});
|
182
182
|
|
183
|
+
views.forEach((view) => {
|
184
|
+
describe(`Fill in the gaps over image with text - Manually scored: ${view}`, { tags: 'smoke' }, () => {
|
185
|
+
abortEarlySetup();
|
186
|
+
before(() => {
|
187
|
+
switch (view) {
|
188
|
+
case 'Question preview':
|
189
|
+
fillInTheGapsOverImageTextPage.steps.navigateToCreateQuestion('fill in the gaps over image with text');
|
190
|
+
fillInTheGapsOverImageTextPage.steps.addTextInQuestionInstructionsInputField('Fill in the gaps');
|
191
|
+
cy.barsPreLoaderWait();
|
192
|
+
fillInTheGapsOverImageTextPage.steps.uploadFile('highlightImage.jpg');
|
193
|
+
fillInTheGapsOverImageTextPage.steps.verifyImageIsUploaded();
|
194
|
+
fillInTheGapsOverImageTextPage.steps.insertResponseArea(10);
|
195
|
+
fillInTheGapsOverImageTextPage.steps.insertResponseArea(40);
|
196
|
+
fillInTheGapsOverImageTextPage.steps.insertResponseArea(80);
|
197
|
+
fillInTheGapsOverImageTextPage.steps.expandScoringTypeDropdown();
|
198
|
+
fillInTheGapsOverImageTextPage.steps.selectOptionFromScoringTypeDropdown('Manually scored');
|
199
|
+
fillInTheGapsOverImageTextPage.steps.allotPoints(20);
|
200
|
+
fillInTheGapsOverImageTextPage.steps.switchToPreviewTab();
|
201
|
+
break;
|
202
|
+
case 'Item preview':
|
203
|
+
cy.visit(`/item-engine/demo/edit-item/${utilities.base64Encoding(itemReferenceID)}`);
|
204
|
+
itemPreviewPage.steps.switchToPreviewTab();
|
205
|
+
break;
|
206
|
+
case 'Grading view':
|
207
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
208
|
+
break;
|
209
|
+
};
|
210
|
+
});
|
211
|
+
|
212
|
+
beforeEach(() => {
|
213
|
+
switch (view) {
|
214
|
+
case 'Question preview':
|
215
|
+
fillInTheGapsOverImageTextPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
216
|
+
fillInTheGapsOverImageTextPage.steps.resetQuestionPreview();
|
217
|
+
break;
|
218
|
+
case 'Item preview':
|
219
|
+
fillInTheGapsOverImageTextPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
220
|
+
itemPreviewPage.steps.resetQuestionPreview();
|
221
|
+
break;
|
222
|
+
case 'Grading view':
|
223
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
224
|
+
break;
|
225
|
+
}
|
226
|
+
});
|
227
|
+
|
228
|
+
if (view === 'Question preview') {
|
229
|
+
after(() => {
|
230
|
+
fillInTheGapsOverImageTextPage.steps.clickOnSaveQuestionButton();
|
231
|
+
utilities.verifyElementVisibilityState(itemPreviewPage.referenceID(), 'visible');
|
232
|
+
itemReferenceID = itemPreviewPage.steps.getItemReferenceID();
|
233
|
+
});
|
234
|
+
};
|
235
|
+
|
236
|
+
it('Question instructions should be visible', () => {
|
237
|
+
fillInTheGapsOverImageTextPage.steps.verifyQuestionInstructionsTextPreviewTab('Fill in the gaps');
|
238
|
+
fillInTheGapsOverImageTextPage.steps.verifyVisibityOfQuestionInstructionsText();
|
239
|
+
});
|
240
|
+
|
241
|
+
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', () => {
|
242
|
+
fillInTheGapsOverImageTextPage.steps.enterTextInAnswerInputFieldsPreviewTab([{ responseIndex: 0, responseText: 'Flower' }, { responseIndex: 1, responseText: 'Leaf' }, { responseIndex: 2, responseText: 'Stem' }]);
|
243
|
+
if (view === 'Grading view') {
|
244
|
+
studentViewPage.steps.submitResponse();
|
245
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
246
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
247
|
+
gradingViewPage.steps.verifyGradingViewScore('', 20);
|
248
|
+
fillInTheGapsOverImageTextPage.steps.verifyCorrectIncorrectIconNotExist(0);
|
249
|
+
fillInTheGapsOverImageTextPage.steps.verifyCorrectIncorrectIconNotExist(1);
|
250
|
+
fillInTheGapsOverImageTextPage.steps.verifyCorrectIncorrectIconNotExist(2);
|
251
|
+
fillInTheGapsOverImageTextPage.steps.verifyAnswerStatusBannerNotExist();
|
252
|
+
fillInTheGapsOverImageTextPage.steps.verifyCorrectAnswerSectionNotExist();
|
253
|
+
};
|
254
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
255
|
+
fillInTheGapsOverImageTextPage.steps.checkManuallyScoredScoringLabel();
|
256
|
+
};
|
257
|
+
});
|
258
|
+
})
|
259
|
+
});
|
260
|
+
|
261
|
+
views.forEach((view) => {
|
262
|
+
describe(`Fill in the gaps with text - Non scored: ${view}`, { tags: 'smoke' }, () => {
|
263
|
+
abortEarlySetup();
|
264
|
+
before(() => {
|
265
|
+
switch (view) {
|
266
|
+
case 'Question preview':
|
267
|
+
fillInTheGapsOverImageTextPage.steps.navigateToCreateQuestion('fill in the gaps over image with text');
|
268
|
+
cy.barsPreLoaderWait();
|
269
|
+
fillInTheGapsOverImageTextPage.steps.addTextInQuestionInstructionsInputField('Fill in the gaps');
|
270
|
+
fillInTheGapsOverImageTextPage.steps.uploadFile('highlightImage.jpg');
|
271
|
+
fillInTheGapsOverImageTextPage.steps.verifyImageIsUploaded();
|
272
|
+
fillInTheGapsOverImageTextPage.steps.insertResponseArea(30);
|
273
|
+
fillInTheGapsOverImageTextPage.steps.insertResponseArea(40);
|
274
|
+
fillInTheGapsOverImageTextPage.steps.insertResponseArea(80);
|
275
|
+
fillInTheGapsOverImageTextPage.steps.expandScoringTypeDropdown();
|
276
|
+
fillInTheGapsOverImageTextPage.steps.selectOptionFromScoringTypeDropdown('Non scored');
|
277
|
+
fillInTheGapsOverImageTextPage.steps.enterTextInAnswerInputFieldsSpecifyCorrectAnswerSection([{ responseIndex: 0, responseText: 'Flower' }, { responseIndex: 1, responseText: 'Leaf' }, { responseIndex: 2, responseText: 'Stem' }]);
|
278
|
+
fillInTheGapsOverImageTextPage.steps.switchToPreviewTab();
|
279
|
+
break;
|
280
|
+
case 'Item preview':
|
281
|
+
cy.visit(`/item-engine/demo/edit-item/${utilities.base64Encoding(itemReferenceID)}`);
|
282
|
+
itemPreviewPage.steps.switchToPreviewTab();
|
283
|
+
break;
|
284
|
+
case 'Grading view':
|
285
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
286
|
+
break;
|
287
|
+
};
|
288
|
+
});
|
289
|
+
|
290
|
+
beforeEach(() => {
|
291
|
+
switch (view) {
|
292
|
+
case 'Question preview':
|
293
|
+
fillInTheGapsOverImageTextPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
294
|
+
fillInTheGapsOverImageTextPage.steps.resetQuestionPreview();
|
295
|
+
break;
|
296
|
+
case 'Item preview':
|
297
|
+
fillInTheGapsOverImageTextPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
298
|
+
itemPreviewPage.steps.resetQuestionPreview();
|
299
|
+
break;
|
300
|
+
case 'Grading view':
|
301
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
302
|
+
break;
|
303
|
+
}
|
304
|
+
});
|
305
|
+
|
306
|
+
if (view === 'Question preview') {
|
307
|
+
after(() => {
|
308
|
+
fillInTheGapsOverImageTextPage.steps.clickOnSaveQuestionButton();
|
309
|
+
utilities.verifyElementVisibilityState(itemPreviewPage.referenceID(), 'visible');
|
310
|
+
itemReferenceID = itemPreviewPage.steps.getItemReferenceID();
|
311
|
+
});
|
312
|
+
};
|
313
|
+
|
314
|
+
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', () => {
|
315
|
+
if (view === 'Grading view') {
|
316
|
+
studentViewPage.steps.submitResponse();
|
317
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
318
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
319
|
+
gradingViewPage.steps.verifyScoresNotVisibleForNonScoredQuestions();
|
320
|
+
};
|
321
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
322
|
+
fillInTheGapsOverImageTextPage.steps.checkNonScoredScoringLabel();
|
323
|
+
fillInTheGapsOverImageTextPage.steps.switchToGradingView();
|
324
|
+
fillInTheGapsOverImageTextPage.steps.verifyPreviewTabPointsBackgroundForIncorrectOrPartiallyCorrectAnswer();
|
325
|
+
};
|
326
|
+
fillInTheGapsOverImageTextPage.steps.verifyResponseAreaNumeration();
|
327
|
+
utilities.verifyInnerText(fillInTheGapsOverImageTextPage.correctAnswersLabel(), 'Correct answers');
|
328
|
+
fillInTheGapsOverImageTextPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
329
|
+
fillInTheGapsOverImageTextPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['Flower', 'Leaf', 'Stem']);
|
330
|
+
});
|
331
|
+
|
332
|
+
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 answer should be displayed', () => {
|
333
|
+
fillInTheGapsOverImageTextPage.steps.enterTextInAnswerInputFieldsPreviewTab([{ responseIndex: 0, responseText: 'Marigold' }, { responseIndex: 1, responseText: 'Rose' }, { responseIndex: 2, responseText: 'Sunflower' }]);
|
334
|
+
if (view === 'Grading view') {
|
335
|
+
studentViewPage.steps.submitResponse();
|
336
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
337
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
338
|
+
gradingViewPage.steps.verifyScoresNotVisibleForNonScoredQuestions();
|
339
|
+
};
|
340
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
341
|
+
fillInTheGapsOverImageTextPage.steps.checkNonScoredScoringLabel();
|
342
|
+
fillInTheGapsOverImageTextPage.steps.switchToGradingView();
|
343
|
+
};
|
344
|
+
fillInTheGapsOverImageTextPage.steps.verifyIncorrectOptionIcon(0);
|
345
|
+
fillInTheGapsOverImageTextPage.steps.verifyIncorrectOptionIcon(1);
|
346
|
+
fillInTheGapsOverImageTextPage.steps.verifyIncorrectOptionIcon(2);
|
347
|
+
fillInTheGapsOverImageTextPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
348
|
+
fillInTheGapsOverImageTextPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['Flower', 'Leaf', 'Stem']);
|
349
|
+
});
|
350
|
+
|
351
|
+
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', () => {
|
352
|
+
if (view === 'Grading view') {
|
353
|
+
studentViewPage.steps.clearResponses();
|
354
|
+
};
|
355
|
+
fillInTheGapsOverImageTextPage.steps.enterTextInAnswerInputFieldsPreviewTab([{ responseIndex: 0, responseText: 'Flower' }, { responseIndex: 1, responseText: 'Leaf' }, { responseIndex: 2, responseText: 'Sunflower' }]);
|
356
|
+
if (view === 'Grading view') {
|
357
|
+
studentViewPage.steps.submitResponse();
|
358
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
359
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
360
|
+
gradingViewPage.steps.verifyScoresNotVisibleForNonScoredQuestions();
|
361
|
+
};
|
362
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
363
|
+
fillInTheGapsOverImageTextPage.steps.checkNonScoredScoringLabel();
|
364
|
+
fillInTheGapsOverImageTextPage.steps.switchToGradingView();
|
365
|
+
};
|
366
|
+
fillInTheGapsOverImageTextPage.steps.verifyCorrectOptionIcon(0);
|
367
|
+
fillInTheGapsOverImageTextPage.steps.verifyCorrectOptionIcon(1);
|
368
|
+
fillInTheGapsOverImageTextPage.steps.verifyIncorrectOptionIcon(2);
|
369
|
+
fillInTheGapsOverImageTextPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
370
|
+
fillInTheGapsOverImageTextPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['Flower', 'Leaf', 'Stem']);
|
371
|
+
});
|
372
|
+
|
373
|
+
it('When 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', () => {
|
374
|
+
if (view === 'Grading view') {
|
375
|
+
studentViewPage.steps.clearResponses();
|
376
|
+
};
|
377
|
+
fillInTheGapsOverImageTextPage.steps.enterTextInAnswerInputFieldsPreviewTab([{ responseIndex: 0, responseText: 'Flower' }, { responseIndex: 1, responseText: 'Leaf' }, { responseIndex: 2, responseText: 'Stem' }]);
|
378
|
+
if (view === 'Grading view') {
|
379
|
+
studentViewPage.steps.submitResponse();
|
380
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
381
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
382
|
+
gradingViewPage.steps.verifyScoresNotVisibleForNonScoredQuestions();
|
383
|
+
};
|
384
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
385
|
+
fillInTheGapsOverImageTextPage.steps.checkNonScoredScoringLabel();
|
386
|
+
fillInTheGapsOverImageTextPage.steps.switchToGradingView();
|
387
|
+
};
|
388
|
+
fillInTheGapsOverImageTextPage.steps.verifyCorrectOptionIcon(0);
|
389
|
+
fillInTheGapsOverImageTextPage.steps.verifyCorrectOptionIcon(1);
|
390
|
+
fillInTheGapsOverImageTextPage.steps.verifyCorrectOptionIcon(2);
|
391
|
+
fillInTheGapsOverImageTextPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
392
|
+
});
|
393
|
+
});
|
394
|
+
});
|
395
|
+
|
183
396
|
if (!grepTags || !grepTags.includes('smoke')) {
|
184
397
|
describe('Question preview: Auto scored - All or nothing: Minimum scoring', () => {
|
185
398
|
abortEarlySetup();
|
@@ -177,6 +177,8 @@ describe('Create item page - Fill in the gaps over image: Scoring section', () =
|
|
177
177
|
fillInTheGapsOverImageTextPage.steps.insertResponseArea(10);
|
178
178
|
fillInTheGapsOverImageTextPage.steps.insertResponseArea(40);
|
179
179
|
fillInTheGapsOverImageTextPage.steps.selectAutoScoredScoringSubtype('Partial different weights');
|
180
|
+
fillInTheGapsOverImageTextPage.steps.enterTextInAnswerInputFieldsSpecifyCorrectAnswerSection([{ responseIndex: 0, responseText: 'Lorem' }]);
|
181
|
+
fillInTheGapsOverImageTextPage.steps.enterTextInAnswerInputFieldsSpecifyCorrectAnswerSection([{ responseIndex: 1, responseText: 'Ipsum' }]);
|
180
182
|
});
|
181
183
|
|
182
184
|
fillInTheGapsOverImageTextPage.tests.verifyContentsOfSpecifyCorrectAnswerSection();
|
package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/responseAnswersAndAcceptedStudentInput.js
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
import { fillInTheGapsOverImageTextPage } from "../../../pages";
|
2
2
|
import abortEarlySetup from "../../../support/helpers/abortEarly";
|
3
|
+
import utilities from "../../../support/helpers/utilities";
|
3
4
|
const css = Cypress.env('css');
|
4
5
|
|
5
6
|
describe('Create Item page - Fill in the gaps over image - text: ', () => {
|
@@ -15,6 +16,7 @@ describe('Create Item page - Fill in the gaps over image - text: ', () => {
|
|
15
16
|
fillInTheGapsOverImageTextPage.steps.uploadFile('highlightImage.jpg');
|
16
17
|
fillInTheGapsOverImageTextPage.steps.verifyImageIsUploaded();
|
17
18
|
fillInTheGapsOverImageTextPage.steps.insertResponseArea(80);
|
19
|
+
utilities.hoverAwayFromElement(fillInTheGapsOverImageTextPage.insertResponseAreaButton());
|
18
20
|
});
|
19
21
|
|
20
22
|
fillInTheGapsOverImageTextPage.tests.verifyAnswerInputFieldEditTab();
|