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
@@ -20,9 +20,8 @@ describe('Create item page - Charts - Dot plot : All or nothing with Tolerance/T
|
|
20
20
|
chartsDotPlotPage.steps.enterTextInIntervalInputField(1);
|
21
21
|
chartsDotPlotPage.steps.setGraphTitle('Five-day observation');
|
22
22
|
chartsDotPlotPage.steps.setXAxisLabel('Days');
|
23
|
-
//locked column
|
24
23
|
chartsDotPlotPage.steps.plotDotsInDotColumnSelectChartTypeSection(1, { point: 1, min: 1, interval: 1, defaultDots: 0 });
|
25
|
-
chartsDotPlotPage.steps.
|
24
|
+
chartsDotPlotPage.steps.plotDotsInDotColumnSpecifyCorrectAnswer(1, { point: 1, min: 1, interval: 1, defaultDots: 0 });
|
26
25
|
chartsDotPlotPage.steps.plotDotsInDotColumnSpecifyCorrectAnswer(2, { point: 2, min: 1, interval: 1, defaultDots: 0 });
|
27
26
|
chartsDotPlotPage.steps.plotDotsInDotColumnSpecifyCorrectAnswer(3, { point: 3, min: 1, interval: 1, defaultDots: 0 });
|
28
27
|
chartsDotPlotPage.steps.allotPoints(20);
|
@@ -34,12 +33,12 @@ describe('Create item page - Charts - Dot plot : All or nothing with Tolerance/T
|
|
34
33
|
it.skip('When the user selects \'Grading\' view without attempting the question, incorrect icons should be displayed in incorrect dot column and locked column should not have correct/incorrect icon in grading view', () => {
|
35
34
|
chartsDotPlotPage.steps.switchToPreviewTab();
|
36
35
|
chartsDotPlotPage.steps.switchToGradingView();
|
37
|
-
chartsDotPlotPage.steps.
|
36
|
+
chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 1, min: 1, interval: 1 });
|
38
37
|
chartsDotPlotPage.steps.verifyCorrectIncorrectIconIsNotDisplayedInDotColumnPreviewTab({ point: 1, min: 1, interval: 1 });
|
39
38
|
chartsDotPlotPage.steps.verifyCorrectIncorrectIconIsNotDisplayedInDotColumnPreviewTab({ point: 2, min: 1, interval: 1 });
|
40
39
|
chartsDotPlotPage.steps.verifyCorrectIncorrectIconIsNotDisplayedInDotColumnPreviewTab({ point: 3, min: 1, interval: 1 });
|
41
40
|
chartsDotPlotPage.steps.verifyCorrectIncorrectIconIsNotDisplayedInDotColumnPreviewTab({ point: 4, min: 1, interval: 1 });
|
42
|
-
chartsDotPlotPage.steps.
|
41
|
+
chartsDotPlotPage.steps.verifyCorrectDotColumnCorrectAnswerSection({ point: 1, min: 1, interval: 1 });
|
43
42
|
chartsDotPlotPage.steps.verifyCorrectDotColumnCorrectAnswerSection({ point: 2, min: 1, interval: 1 });
|
44
43
|
chartsDotPlotPage.steps.verifyCorrectDotColumnCorrectAnswerSection({ point: 3, min: 1, interval: 1 });
|
45
44
|
chartsDotPlotPage.steps.verifyEmptyDotColumnCorrectAnswerSection({ point: 4, min: 1, interval: 1 });
|
@@ -52,7 +51,7 @@ describe('Create item page - Charts - Dot plot : All or nothing with Tolerance/T
|
|
52
51
|
chartsDotPlotPage.steps.plotDotsInDotColumnPreviewTab(4, { point: 3, min: 1, interval: 1, defaultDots: 0 });
|
53
52
|
chartsDotPlotPage.steps.verifyPreviewScore(20, 20);
|
54
53
|
chartsDotPlotPage.steps.switchToGradingView();
|
55
|
-
chartsDotPlotPage.steps.
|
54
|
+
chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 1, min: 1, interval: 1 });
|
56
55
|
chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 2, min: 1, interval: 1 });
|
57
56
|
chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 3, min: 1, interval: 1 });
|
58
57
|
chartsDotPlotPage.steps.verifyEmptyDotColumnPreviewTab({ point: 4, min: 1, interval: 1 });
|
@@ -60,7 +59,7 @@ describe('Create item page - Charts - Dot plot : All or nothing with Tolerance/T
|
|
60
59
|
chartsDotPlotPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
61
60
|
/*cy.log('When user attempt question by setting the dot column with dots as per tolerance value and clicks on \'Check answer\' button, then dot columns should have correct icons and status message \'Your answer is correct\' should be displayed and correct answer section should not be displayed');
|
62
61
|
chartsDotPlotPage.steps.checkAnswer();
|
63
|
-
chartsDotPlotPage.steps.
|
62
|
+
chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 1, min: 1, interval: 1 });
|
64
63
|
chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 2, min: 1, interval: 1});
|
65
64
|
chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 3, min: 1, interval: 1});
|
66
65
|
chartsDotPlotPage.steps.verifyCorrectAnswerSectionNotExists();
|
@@ -73,11 +72,11 @@ describe('Create item page - Charts - Dot plot : All or nothing with Tolerance/T
|
|
73
72
|
chartsDotPlotPage.steps.plotDotsInDotColumnPreviewTab(2, { point: 4, min: 1, interval: 1, defaultDots: 0 });
|
74
73
|
chartsDotPlotPage.steps.verifyPreviewScore(0, 20);
|
75
74
|
chartsDotPlotPage.steps.switchToGradingView();
|
76
|
-
chartsDotPlotPage.steps.
|
75
|
+
chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 1, min: 1, interval: 1 });
|
77
76
|
chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 2, min: 1, interval: 1 });
|
78
77
|
chartsDotPlotPage.steps.verifyIncorrectDotColumnPreviewTab({ point: 3, min: 1, interval: 1, defaultDots: 0 });
|
79
78
|
chartsDotPlotPage.steps.verifyIncorrectDotColumnPreviewTab({ point: 4, min: 1, interval: 1 });
|
80
|
-
chartsDotPlotPage.steps.
|
79
|
+
chartsDotPlotPage.steps.verifyCorrectDotColumnCorrectAnswerSection({ point: 1, min: 1, interval: 1 });
|
81
80
|
chartsDotPlotPage.steps.verifyCorrectDotColumnCorrectAnswerSection({ point: 2, min: 1, interval: 1 });
|
82
81
|
chartsDotPlotPage.steps.verifyCorrectDotColumnCorrectAnswerSection({ point: 3, min: 1, interval: 1 });
|
83
82
|
chartsDotPlotPage.steps.verifyEmptyDotColumnCorrectAnswerSection({ point: 4, min: 1, interval: 1 });
|
@@ -85,7 +84,7 @@ describe('Create item page - Charts - Dot plot : All or nothing with Tolerance/T
|
|
85
84
|
chartsDotPlotPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
86
85
|
/*cy.log('When user attempt question partially correct by setting some dot column with dots as per tolerance value, some by setting incorrect number of dots and some incomplete and clicks on \'Check answer\' button, then correct dot columns should have correct icons, incorrect dot columns should have incorrect icons and status message \'Your answer is correct\' should be displayed and correct answer section should not be displayed');
|
87
86
|
chartsDotPlotPage.steps.checkAnswer();
|
88
|
-
chartsDotPlotPage.steps.
|
87
|
+
chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 1, min: 1, interval: 1 });
|
89
88
|
chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 2, min: 1, interval: 1});
|
90
89
|
chartsDotPlotPage.steps.verifyIncorrectDotColumnPreviewTab({ point: 3, min: 1, interval: 1, defaultDots: 0});
|
91
90
|
chartsDotPlotPage.steps.verifyIncorrectDotColumnPreviewTab({ point: 4, min: 1, interval: 1});
|
@@ -100,11 +99,11 @@ describe('Create item page - Charts - Dot plot : All or nothing with Tolerance/T
|
|
100
99
|
chartsDotPlotPage.steps.plotDotsInDotColumnPreviewTab(2, { point: 4, min: 1, interval: 1, defaultDots: 0 });
|
101
100
|
chartsDotPlotPage.steps.verifyPreviewScore(0, 20);
|
102
101
|
chartsDotPlotPage.steps.switchToGradingView();
|
103
|
-
chartsDotPlotPage.steps.
|
102
|
+
chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 1, min: 1, interval: 1 });
|
104
103
|
chartsDotPlotPage.steps.verifyIncorrectDotColumnPreviewTab({ point: 2, min: 1, interval: 1, defaultDots: 0 });
|
105
104
|
chartsDotPlotPage.steps.verifyIncorrectDotColumnPreviewTab({ point: 3, min: 1, interval: 1 });
|
106
105
|
chartsDotPlotPage.steps.verifyIncorrectDotColumnPreviewTab({ point: 4, min: 1, interval: 1 });
|
107
|
-
chartsDotPlotPage.steps.
|
106
|
+
chartsDotPlotPage.steps.verifyCorrectDotColumnCorrectAnswerSection({ point: 1, min: 1, interval: 1 });
|
108
107
|
chartsDotPlotPage.steps.verifyCorrectDotColumnCorrectAnswerSection({ point: 2, min: 1, interval: 1 });
|
109
108
|
chartsDotPlotPage.steps.verifyCorrectDotColumnCorrectAnswerSection({ point: 3, min: 1, interval: 1 });
|
110
109
|
chartsDotPlotPage.steps.verifyEmptyDotColumnCorrectAnswerSection({ point: 4, min: 1, interval: 1 });
|
@@ -112,7 +111,7 @@ describe('Create item page - Charts - Dot plot : All or nothing with Tolerance/T
|
|
112
111
|
chartsDotPlotPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
113
112
|
/*cy.log('When the user attempts the question incorrectly by setting dots in the dot column outside the tolerance range and clicks on \'Check answer\' button, then incorrect dot columns should have incorrect icons and status message \'Your answer is incorrect\' should be displayed and correct answer section should not be displayed');
|
114
113
|
chartsDotPlotPage.steps.checkAnswer();
|
115
|
-
chartsDotPlotPage.steps.
|
114
|
+
chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 1, min: 1, interval: 1 });
|
116
115
|
chartsDotPlotPage.steps.verifyIncorrectDotColumnPreviewTab({ point: 2, min: 1, interval: 1, defaultDots: 0});
|
117
116
|
chartsDotPlotPage.steps.verifyIncorrectDotColumnPreviewTab({ point: 3, min: 1, interval: 1});
|
118
117
|
chartsDotPlotPage.steps.verifyIncorrectDotColumnPreviewTab({ point: 4, min: 1, interval: 1});
|
@@ -126,7 +125,7 @@ describe('Create item page - Charts - Dot plot : All or nothing with Tolerance/T
|
|
126
125
|
chartsDotPlotPage.steps.plotDotsInDotColumnPreviewTab(3, { point: 3, min: 1, interval: 1, defaultDots: 0 });
|
127
126
|
chartsDotPlotPage.steps.verifyPreviewScore(20, 20);
|
128
127
|
chartsDotPlotPage.steps.switchToGradingView();
|
129
|
-
chartsDotPlotPage.steps.
|
128
|
+
chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 1, min: 1, interval: 1 });
|
130
129
|
chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 2, min: 1, interval: 1 });
|
131
130
|
chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 3, min: 1, interval: 1 });
|
132
131
|
chartsDotPlotPage.steps.verifyEmptyDotColumnPreviewTab({ point: 4, min: 1, interval: 1 });
|
@@ -134,7 +133,7 @@ describe('Create item page - Charts - Dot plot : All or nothing with Tolerance/T
|
|
134
133
|
chartsDotPlotPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
135
134
|
/*cy.log('When the user attempts the question correctly by setting dots in the dot column as per specify correct answer section and clicks on \'Check answer\' button, then correct dot columns should have correct icons and status message \'Your answer is correct\' should be displayed');
|
136
135
|
chartsDotPlotPage.steps.checkAnswer();
|
137
|
-
chartsDotPlotPage.steps.
|
136
|
+
chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 1, min: 1, interval: 1 });
|
138
137
|
chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 2, min: 1, interval: 1});
|
139
138
|
chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 3, min: 1, interval: 1});
|
140
139
|
chartsDotPlotPage.steps.verifyCorrectAnswerSectionNotExists();
|
@@ -146,11 +145,11 @@ describe('Create item page - Charts - Dot plot : All or nothing with Tolerance/T
|
|
146
145
|
chartsDotPlotPage.steps.plotDotsInDotColumnPreviewTab(1, { point: 4, min: 1, interval: 1, defaultDots: 0 });
|
147
146
|
chartsDotPlotPage.steps.verifyPreviewScore(0, 20);
|
148
147
|
chartsDotPlotPage.steps.switchToGradingView();
|
149
|
-
chartsDotPlotPage.steps.
|
148
|
+
chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 1, min: 1, interval: 1 });
|
150
149
|
chartsDotPlotPage.steps.verifyIncorrectDotColumnPreviewTab({ point: 2, min: 1, interval: 1, defaultDots: 0 });
|
151
150
|
chartsDotPlotPage.steps.verifyIncorrectDotColumnPreviewTab({ point: 3, min: 1, interval: 1, defaultDots: 0 });
|
152
151
|
chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 4, min: 1, interval: 1 });
|
153
|
-
chartsDotPlotPage.steps.
|
152
|
+
chartsDotPlotPage.steps.verifyCorrectDotColumnCorrectAnswerSection({ point: 1, min: 1, interval: 1 });
|
154
153
|
chartsDotPlotPage.steps.verifyCorrectDotColumnCorrectAnswerSection({ point: 2, min: 1, interval: 1 });
|
155
154
|
chartsDotPlotPage.steps.verifyCorrectDotColumnCorrectAnswerSection({ point: 3, min: 1, interval: 1 });
|
156
155
|
chartsDotPlotPage.steps.verifyEmptyDotColumnCorrectAnswerSection({ point: 4, min: 1, interval: 1 });
|
@@ -158,7 +157,7 @@ describe('Create item page - Charts - Dot plot : All or nothing with Tolerance/T
|
|
158
157
|
chartsDotPlotPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
159
158
|
/*cy.log('When the user attempts the question correctly by setting dots in the empty dot column as per tolerance range and clicks on \'Check answer\' button, then empty dot column should have correct icon and status message \'Your answer is incorrect\' should be displayed and correct answer section should not be displayed');
|
160
159
|
chartsDotPlotPage.steps.checkAnswer();
|
161
|
-
chartsDotPlotPage.steps.
|
160
|
+
chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 1, min: 1, interval: 1 });
|
162
161
|
chartsDotPlotPage.steps.verifyIncorrectDotColumnPreviewTab({ point: 2, min: 1, interval: 1, defaultDots: 0});
|
163
162
|
chartsDotPlotPage.steps.verifyIncorrectDotColumnPreviewTab({ point: 3, min: 1, interval: 1, defaultDots: 0});
|
164
163
|
chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 4, min: 1, interval: 1});
|
@@ -175,7 +174,7 @@ describe('Create item page - Charts - Dot plot : All or nothing with Tolerance/T
|
|
175
174
|
chartsDotPlotPage.steps.plotDotsInDotColumnPreviewTab(2, { point: 4, min: 1, interval: 1, defaultDots: 0 });
|
176
175
|
chartsDotPlotPage.steps.verifyPreviewScore(20, 20);
|
177
176
|
chartsDotPlotPage.steps.switchToGradingView();
|
178
|
-
chartsDotPlotPage.steps.
|
177
|
+
chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 1, min: 1, interval: 1 });
|
179
178
|
chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 2, min: 1, interval: 1, defaultDots: 0 });
|
180
179
|
chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 3, min: 1, interval: 1 });
|
181
180
|
chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 4, min: 1, interval: 1 });
|
@@ -184,7 +183,7 @@ describe('Create item page - Charts - Dot plot : All or nothing with Tolerance/T
|
|
184
183
|
chartsDotPlotPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
185
184
|
/*cy.log('When user attempts the question correctly by setting dots in the dot column as per tolerance range and clicks on \'Check answer\' button, then correct dot columns should have correct icon and status message \'Your answer is correct\' should be displayed and correct answer section should not be displayed');
|
186
185
|
chartsDotPlotPage.steps.checkAnswer();
|
187
|
-
chartsDotPlotPage.steps.
|
186
|
+
chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 1, min: 1, interval: 1 });
|
188
187
|
chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 2, min: 1, interval: 1, defaultDots: 0});
|
189
188
|
chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 3, min: 1, interval: 1});
|
190
189
|
chartsDotPlotPage.steps.verifyCorrectDotColumnPreviewTab({ point: 4, min: 1, interval: 1});
|
@@ -230,4 +230,100 @@ describe('Create Item page - Charts - Dot plot: Specify correct answer, Alternat
|
|
230
230
|
cy.checkAccessibility(chartsDotPlotPage.controlOptionsWrapperSpecifyCorrectAnswer().parents('.ngie-accordion-detail'));
|
231
231
|
});
|
232
232
|
});
|
233
|
+
|
234
|
+
describe('Charts Dot Plot - Dots Locked', () => {
|
235
|
+
abortEarlySetup();
|
236
|
+
before(() => {
|
237
|
+
chartsDotPlotPage.steps.navigateToCreateQuestion('charts');
|
238
|
+
cy.barsPreLoaderWait();
|
239
|
+
chartsDotPlotPage.steps.addTextInQuestionInstructionsInputField('Set dots on chart');
|
240
|
+
chartsDotPlotPage.steps.selectDotPlot();
|
241
|
+
chartsDotPlotPage.steps.plotDotsInDotColumnSelectChartTypeSection(2, { point: 1, min: 0, interval: 0.25, defaultDots: 0 });
|
242
|
+
chartsDotPlotPage.steps.plotDotsInDotColumnSelectChartTypeSection(4, { point: 2, min: 0, interval: 0.25, defaultDots: 0 });
|
243
|
+
chartsDotPlotPage.steps.plotDotsInDotColumnSelectChartTypeSection(6, { point: 3, min: 0, interval: 0.25, defaultDots: 0 });
|
244
|
+
chartsDotPlotPage.steps.lockDotColumn({ point: 1, min: 0, interval: 0.25 });
|
245
|
+
chartsDotPlotPage.steps.allotPoints(20);
|
246
|
+
chartsDotPlotPage.steps.selectAutoScoredScoringSubtype('Partial different weights');
|
247
|
+
chartsDotPlotPage.steps.plotDotsInDotColumnSpecifyCorrectAnswer(4, { point: 2, min: 0, interval: 0.25, defaultDots: 0 });
|
248
|
+
chartsDotPlotPage.steps.plotDotsInDotColumnSpecifyCorrectAnswer(4, { point: 3, min: 0, interval: 0.25, defaultDots: 0 });
|
249
|
+
});
|
250
|
+
|
251
|
+
it('When user has a locked dot column, then the point input field for that column should be disabled and points should be distributed among enabled columns only', () => {
|
252
|
+
chartsDotPlotPage.steps.verifyPartialDifferentWeightsPointsInputFieldIsDisabled(4);
|
253
|
+
chartsDotPlotPage.steps.verifyPartialDifferentWeightsPointsInputFieldValue([1, 1, 1, 1, '', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]);
|
254
|
+
chartsDotPlotPage.steps.verifyPointsLabelAndPointsOnAnswerAccordion(0, '20');
|
255
|
+
});
|
256
|
+
|
257
|
+
it('When user locks an additional dot column, then points should be deducted from the total score', () => {
|
258
|
+
chartsDotPlotPage.steps.lockDotColumn({ point: 3, min: 0, interval: 0.25 });
|
259
|
+
chartsDotPlotPage.steps.verifyPartialDifferentWeightsPointsInputFieldIsDisabled(4);
|
260
|
+
chartsDotPlotPage.steps.verifyPartialDifferentWeightsPointsInputFieldValue([1, 1, 1, 1, '', 1, 1, 1, 1, 1, 1, 1, '', 1, 1, 1, 1, 1, 1, 1, 1]);
|
261
|
+
chartsDotPlotPage.steps.verifyPointsLabelAndPointsOnAnswerAccordion(0, '19');
|
262
|
+
});
|
263
|
+
|
264
|
+
it('When user switches from partial different weights to partial equal weights, then the same total points should be maintained', () => {
|
265
|
+
chartsDotPlotPage.steps.selectAutoScoredScoringSubtype('partial equal weights');
|
266
|
+
chartsDotPlotPage.steps.verifyPoints(19);
|
267
|
+
chartsDotPlotPage.steps.verifyPointsLabelAndPointsOnAnswerAccordion(0, '19');
|
268
|
+
chartsDotPlotPage.steps.verifyPartialEqualWeightsPointsPerResponseScore('1');
|
269
|
+
});
|
270
|
+
|
271
|
+
it('When user unlocks a locked dot column, then the points should not be added to the unlocked column', () => {
|
272
|
+
chartsDotPlotPage.steps.unlockDotColumn({ point: 3, min: 0, interval: 0.25 });
|
273
|
+
chartsDotPlotPage.steps.selectAutoScoredScoringSubtype('Partial different weights');
|
274
|
+
chartsDotPlotPage.steps.verifyPartialDifferentWeightsPointsInputFieldIsEnabled(2);
|
275
|
+
chartsDotPlotPage.steps.verifyPartialDifferentWeightsPointsInputFieldValue([0.95, 0.95, 0.95, 0.95, '', 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95]);
|
276
|
+
chartsDotPlotPage.steps.verifyPointsLabelAndPointsOnAnswerAccordion(0, '19');
|
277
|
+
});
|
278
|
+
|
279
|
+
it('When user unlocks all dot columns, then all point input fields should be enabled', () => {
|
280
|
+
chartsDotPlotPage.steps.unlockDotColumn({ point: 1, min: 0, interval: 0.25 });
|
281
|
+
chartsDotPlotPage.steps.verifyPartialDifferentWeightsPointsInputFieldIsEnabled(0);
|
282
|
+
chartsDotPlotPage.steps.verifyPartialDifferentWeightsPointsInputFieldIsEnabled(1);
|
283
|
+
chartsDotPlotPage.steps.verifyPartialDifferentWeightsPointsInputFieldIsEnabled(2);
|
284
|
+
chartsDotPlotPage.steps.verifyPartialDifferentWeightsPointsInputFieldValue([0.95, 0.95, 0.95, 0.95, '', 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95]);
|
285
|
+
chartsDotPlotPage.steps.verifyPointsLabelAndPointsOnAnswerAccordion(0, '19');
|
286
|
+
});
|
287
|
+
|
288
|
+
it('When user switches between scoring subtypes multiple times, then point distribution should be maintained', () => {
|
289
|
+
chartsDotPlotPage.steps.selectAutoScoredScoringSubtype('All or nothing');
|
290
|
+
chartsDotPlotPage.steps.verifyPoints(19);
|
291
|
+
chartsDotPlotPage.steps.selectAutoScoredScoringSubtype('Partial different weights');
|
292
|
+
chartsDotPlotPage.steps.verifyPartialDifferentWeightsPointsInputFieldValue([0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9]);
|
293
|
+
chartsDotPlotPage.steps.selectAutoScoredScoringSubtype('partial equal weights');
|
294
|
+
chartsDotPlotPage.steps.verifyPoints(18.9);
|
295
|
+
chartsDotPlotPage.steps.verifyPartialEqualWeightsPointsPerResponseScore('0.9');
|
296
|
+
});
|
297
|
+
|
298
|
+
it('When user locks multiple dot columns in sequence, then point distribution should be adjusted accordingly', () => {
|
299
|
+
chartsDotPlotPage.steps.selectAutoScoredScoringSubtype('Partial different weights');
|
300
|
+
chartsDotPlotPage.steps.lockDotColumn({ point: 1, min: 0, interval: 0.25 });
|
301
|
+
chartsDotPlotPage.steps.verifyPartialDifferentWeightsPointsInputFieldIsDisabled(4);
|
302
|
+
chartsDotPlotPage.steps.verifyPartialDifferentWeightsPointsInputFieldValue([0.9, 0.9, 0.9, 0.9, '', 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9]);
|
303
|
+
chartsDotPlotPage.steps.lockDotColumn({ point: 2, min: 0, interval: 0.25 });
|
304
|
+
chartsDotPlotPage.steps.verifyPartialDifferentWeightsPointsInputFieldIsDisabled(4);
|
305
|
+
chartsDotPlotPage.steps.verifyPartialDifferentWeightsPointsInputFieldIsDisabled(8);
|
306
|
+
chartsDotPlotPage.steps.verifyPartialDifferentWeightsPointsInputFieldValue([0.9, 0.9, 0.9, 0.9, '', 0.9, 0.9, 0.9, '', 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9]);
|
307
|
+
chartsDotPlotPage.steps.lockDotColumn({ point: 3, min: 0, interval: 0.25 });
|
308
|
+
chartsDotPlotPage.steps.verifyPartialDifferentWeightsPointsInputFieldIsDisabled(12);
|
309
|
+
chartsDotPlotPage.steps.verifyPartialDifferentWeightsPointsInputFieldValue([0.9, 0.9, 0.9, 0.9, '', 0.9, 0.9, 0.9, '', 0.9, 0.9, 0.9, '', 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9]);
|
310
|
+
});
|
311
|
+
|
312
|
+
it('When user allots points first and then locks a dot column, then the points of the locked column should be removed', () => {
|
313
|
+
chartsDotPlotPage.steps.selectAutoScoredScoringSubtype('Partial different weights');
|
314
|
+
chartsDotPlotPage.steps.unlockDotColumn({ point: 1, min: 0, interval: 0.25 });
|
315
|
+
chartsDotPlotPage.steps.unlockDotColumn({ point: 2, min: 0, interval: 0.25 });
|
316
|
+
chartsDotPlotPage.steps.unlockDotColumn({ point: 3, min: 0, interval: 0.25 });
|
317
|
+
chartsDotPlotPage.steps.verifyPartialDifferentWeightsPointsInputFieldIsEnabled(4);
|
318
|
+
chartsDotPlotPage.steps.verifyPartialDifferentWeightsPointsInputFieldIsEnabled(8);
|
319
|
+
chartsDotPlotPage.steps.verifyPartialDifferentWeightsPointsInputFieldIsEnabled(12);
|
320
|
+
chartsDotPlotPage.steps.verifyPointsLabelAndPointsOnAnswerAccordion(0, '16.2');
|
321
|
+
chartsDotPlotPage.steps.selectAutoScoredScoringSubtype('Partial equal weights');
|
322
|
+
chartsDotPlotPage.steps.allotPoints(21);
|
323
|
+
chartsDotPlotPage.steps.selectAutoScoredScoringSubtype('Partial different weights');
|
324
|
+
chartsDotPlotPage.steps.lockDotColumn({ point: 1, min: 0, interval: 0.25 });
|
325
|
+
chartsDotPlotPage.steps.verifyPartialDifferentWeightsPointsInputFieldValue([1, 1, 1, 1, '', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]);
|
326
|
+
chartsDotPlotPage.steps.verifyPointsLabelAndPointsOnAnswerAccordion(0, '20');
|
327
|
+
});
|
328
|
+
});
|
233
329
|
});
|
@@ -261,7 +261,7 @@ describe('Fetch Responses API', () => {
|
|
261
261
|
it('Response data of all the activity for the entered user_id should be returned in the response', () => {
|
262
262
|
cy.get('pre[class="microlight"]')
|
263
263
|
.eq(1)
|
264
|
-
.should('have.text',`{\n \"meta\": {\n \"records\": 1,\n \"status\": true,\n \"timestamp\": ${timestamp},\n \"next_token\": null\n },\n \"data\": [\n {\n \"user_id\": \"${sessionData[0]["user_id"]}\",\n \"session_id\": \"${sessionData[0]["session_id"]}\",\n \"activity_id\": \"${sessionData[0]["activity_id"]}\",\n \"score\": 1.5,\n \"dt_started\": \"${dtStartedNew}\",\n \"dt_completed\": \"${dtCompletedNew}\",\n \"max_score\": 14,\n \"activity_template_id\": \"${activityTemplateIdNew}\",\n \"num_questions\": 1,\n \"responses\": [\n {\n \"erater\": null,\n \"plagiarism\": null,\n \"score\": 1.5,\n \"max_score\": 4,\n \"serial_no\": 1,\n \"item_reference\": \"${itemReferenceIdNew}\",\n \"question_reference\": \"${questionReferences[0]}\",\n \"automarkable\": true,\n \"response_id\": \"${responseIds[0]}\",\n \"attempted\": true,\n
|
264
|
+
.should('have.text',`{\n \"meta\": {\n \"records\": 1,\n \"status\": true,\n \"timestamp\": ${timestamp},\n \"next_token\": null\n },\n \"data\": [\n {\n \"user_id\": \"${sessionData[0]["user_id"]}\",\n \"session_id\": \"${sessionData[0]["session_id"]}\",\n \"activity_id\": \"${sessionData[0]["activity_id"]}\",\n \"score\": 1.5,\n \"dt_started\": \"${dtStartedNew}\",\n \"dt_completed\": \"${dtCompletedNew}\",\n \"max_score\": 14,\n \"activity_template_id\": \"${activityTemplateIdNew}\",\n \"num_questions\": 1,\n \"responses\": [\n {\n \"erater\": null,\n \"plagiarism\": null,\n \"score\": 1.5,\n \"max_score\": 4,\n \"serial_no\": 1,\n \"item_reference\": \"${itemReferenceIdNew}\",\n \"question_reference\": \"${questionReferences[0]}\",\n \"automarkable\": true,\n \"response_id\": \"${responseIds[0]}\",\n \"attempted\": true,\n "responses": [\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceA"\n },\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceD"\n }\n ]\n },\n {\n "erater": null,\n "plagiarism": null,\n "score": 0,\n "max_score": 10,\n "serial_no": 2,\n "item_reference": \"${itemReferenceIdNew}\",\n "question_reference": \"${questionReferences[1]}\",\n "automarkable": true,\n "response_id": \"${responseIds[1]}\",\n "attempted": true,\n "responses": [\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceA"\n },\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceD"\n }\n ]\n }\n ],\n "items": [\n {\n "reference": "${itemReferenceIdNew}",\n "response_ids": [\n "${responseIds[0]}",\n "${responseIds[1]}"\n ],\n "scoring": {\n "score": 1.5,\n "max_score": 14,\n "item_scoring_type": "sum up all individual scores"\n }\n }\n ]\n }\n ]\n}\n`);
|
265
265
|
});
|
266
266
|
|
267
267
|
it('Entering request to get Response data for activity 2- Sending multiple activities and filtering by session id and userid for activity 2 (Incorrect responses, incomplete i.e. all questions are not attempted)', () => {
|
@@ -300,7 +300,7 @@ describe('Fetch Responses API', () => {
|
|
300
300
|
it('Response data of all the activity for the entered user_id should be returned in the response', () => {
|
301
301
|
cy.get('pre[class="microlight"]')
|
302
302
|
.eq(1)
|
303
|
-
.should('have.text', `{\n \"meta\": {\n \"records\": 1,\n \"status\": true,\n \"timestamp\": ${timestamp},\n \"next_token\": null\n },\n \"data\": [\n {\n \"user_id\": \"${sessionData[1]["user_id"]}\",\n \"session_id\": \"${sessionData[1]["session_id"]}\",\n \"activity_id\": \"${sessionData[1]["activity_id"]}\",\n \"score\": 1.5,\n \"dt_started\": \"${dtStartedNew}\",\n \"dt_completed\": \"${dtCompletedNew}\",\n \"max_score\": 14,\n \"activity_template_id\": \"${activityTemplateIdNew}\",\n \"num_questions\": 1,\n \"responses\": [\n {\n \"erater\": null,\n \"plagiarism\": null,\n \"score\": 1.5,\n \"max_score\": 4,\n \"serial_no\": 1,\n \"item_reference\": \"${itemReferenceIdNew}\",\n \"question_reference\": \"${questionReferences[2]}\",\n \"automarkable\": true,\n \"response_id\": \"${responseIds[2]}\",\n \"attempted\": true,\n
|
303
|
+
.should('have.text', `{\n \"meta\": {\n \"records\": 1,\n \"status\": true,\n \"timestamp\": ${timestamp},\n \"next_token\": null\n },\n \"data\": [\n {\n \"user_id\": \"${sessionData[1]["user_id"]}\",\n \"session_id\": \"${sessionData[1]["session_id"]}\",\n \"activity_id\": \"${sessionData[1]["activity_id"]}\",\n \"score\": 1.5,\n \"dt_started\": \"${dtStartedNew}\",\n \"dt_completed\": \"${dtCompletedNew}\",\n \"max_score\": 14,\n \"activity_template_id\": \"${activityTemplateIdNew}\",\n \"num_questions\": 1,\n \"responses\": [\n {\n \"erater\": null,\n \"plagiarism\": null,\n \"score\": 1.5,\n \"max_score\": 4,\n \"serial_no\": 1,\n \"item_reference\": \"${itemReferenceIdNew}\",\n \"question_reference\": \"${questionReferences[2]}\",\n \"automarkable\": true,\n \"response_id\": \"${responseIds[2]}\",\n \"attempted\": true,\n "responses": [\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceA"\n },\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceB"\n }\n ]\n },\n {\n "erater": null,\n "plagiarism": null,\n "score": 0,\n "max_score": 10,\n "serial_no": 2,\n "item_reference": \"${itemReferenceIdNew}\",\n "question_reference": \"${questionReferences[3]}\",\n "automarkable": true,\n "response_id": \"${responseIds[3]}\",\n "attempted": true,\n "responses": [\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceB"\n },\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceC"\n }\n ]\n }\n ],\n "items": [\n {\n "reference": "${itemReferenceIdNew}",\n "response_ids": [\n "${responseIds[2]}",\n "${responseIds[3]}"\n ],\n "scoring": {\n "score": 1.5,\n "max_score": 14,\n "item_scoring_type": "sum up all individual scores"\n }\n }\n ]\n }\n ]\n}\n`)
|
304
304
|
});
|
305
305
|
|
306
306
|
it('Entering request to get Response data for both activity 1 and activity 2, keeping sort field blank', () => {
|
@@ -376,7 +376,7 @@ describe('Fetch Responses API', () => {
|
|
376
376
|
it('Verifying the response', () => {
|
377
377
|
cy.get('pre[class="microlight"]')
|
378
378
|
.eq(1)
|
379
|
-
.should('have.text', `{\n \"meta\": {\n \"records\": 2,\n \"status\": true,\n \"timestamp\": ${timestamp},\n \"next_token\": null\n },\n \"data\": [\n {\n \"user_id\": \"${sessionData[0]["user_id"]}\",\n \"session_id\": \"${sessionData[0]["session_id"]}\",\n \"activity_id\": \"${sessionData[0]["activity_id"]}\",\n \"score\": 1.5,\n \"dt_started\": \"${dtStartedNew}\",\n \"dt_completed\": \"${dtCompletedNew}\",\n \"max_score\": 14,\n \"activity_template_id\": \"${activityTemplateIdNew}\",\n \"num_questions\": 1,\n \"responses\": [\n {\n \"erater\": null,\n \"plagiarism\": null,\n \"score\": 1.5,\n \"max_score\": 4,\n \"serial_no\": 1,\n \"item_reference\": \"${itemReferenceIdNew}\",\n \"question_reference\": \"${questionReferences[0]}\",\n \"automarkable\": true,\n \"response_id\": \"${responseIds[0]}\",\n \"attempted\": true,\n \"responses\": [\n {\n
|
379
|
+
.should('have.text', `{\n \"meta\": {\n \"records\": 2,\n \"status\": true,\n \"timestamp\": ${timestamp},\n \"next_token\": null\n },\n \"data\": [\n {\n \"user_id\": \"${sessionData[0]["user_id"]}\",\n \"session_id\": \"${sessionData[0]["session_id"]}\",\n \"activity_id\": \"${sessionData[0]["activity_id"]}\",\n \"score\": 1.5,\n \"dt_started\": \"${dtStartedNew}\",\n \"dt_completed\": \"${dtCompletedNew}\",\n \"max_score\": 14,\n \"activity_template_id\": \"${activityTemplateIdNew}\",\n \"num_questions\": 1,\n \"responses\": [\n {\n \"erater\": null,\n \"plagiarism\": null,\n \"score\": 1.5,\n \"max_score\": 4,\n \"serial_no\": 1,\n \"item_reference\": \"${itemReferenceIdNew}\",\n \"question_reference\": \"${questionReferences[0]}\",\n \"automarkable\": true,\n \"response_id\": \"${responseIds[0]}\",\n \"attempted\": true,\n \"responses\": [\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceA"\n },\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceD"\n }\n ],\n "question_type": "multiple selection"\n },\n {\n "erater": null,\n "plagiarism": null,\n "score": 0,\n "max_score": 10,\n "serial_no": 2,\n "item_reference": \"${itemReferenceIdNew}\",\n "question_reference": \"${questionReferences[1]}\",\n "automarkable": true,\n "response_id": \"${responseIds[1]}\",\n "attempted": true,\n "responses": [\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceA"\n },\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceD"\n }\n ],\n "question_type": "multiple selection"\n }\n ],\n "items": [\n {\n "reference": "${itemReferenceIdNew}",\n "response_ids": [\n "${responseIds[0]}",\n "${responseIds[1]}"\n ],\n "scoring": {\n "score": 1.5,\n "max_score": 14,\n "item_scoring_type": "sum up all individual scores"\n }\n }\n ]\n },\n {\n \"user_id\": \"${sessionData[1]["user_id"]}\",\n \"session_id\": \"${sessionData[1]["session_id"]}\",\n \"activity_id\": \"${sessionData[1]["activity_id"]}\",\n \"score\": 1.5,\n \"dt_started\": \"${dtStartedNew1}\",\n \"dt_completed\": \"${dtCompletedNew1}\",\n \"max_score\": 14,\n \"activity_template_id\": \"${activityTemplateIdNew1}\",\n \"num_questions\": 1,\n \"responses\": [\n {\n \"erater\": null,\n \"plagiarism\": null,\n \"score\": 1.5,\n \"max_score\": 4,\n \"serial_no\": 1,\n \"item_reference\": \"${itemReferenceIdNew}\",\n \"question_reference\": \"${questionReferences[2]}\",\n \"automarkable\": true,\n \"response_id\": \"${responseIds[2]}\",\n \"attempted\": true,\n \"responses\": [\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceA"\n },\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceB"\n }\n ],\n "question_type": "multiple selection"\n },\n {\n "erater": null,\n "plagiarism": null,\n "score": 0,\n "max_score": 10,\n "serial_no": 2,\n "item_reference": \"${itemReferenceIdNew}\",\n "question_reference": \"${questionReferences[3]}\",\n "automarkable": true,\n "response_id": \"${responseIds[3]}\",\n "attempted": true,\n "responses": [\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceB"\n },\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceC"\n }\n ],\n "question_type": "multiple selection"\n }\n ],\n "items": [\n {\n "reference": "${itemReferenceIdNew}",\n "response_ids": [\n "${responseIds[2]}",\n "${responseIds[3]}"\n ],\n "scoring": {\n "score": 1.5,\n "max_score": 14,\n "item_scoring_type": "sum up all individual scores"\n }\n }\n ]\n }\n ]\n}\n`);
|
380
380
|
});
|
381
381
|
|
382
382
|
it.skip('Entering request to get Response Scores data for activities using userid, filtered by activity id', () => {
|
@@ -99,7 +99,7 @@ describe('Save Response Scores API cases', () => {
|
|
99
99
|
.click();
|
100
100
|
cy.get('textarea[class="body-param__text"]')
|
101
101
|
.clear()
|
102
|
-
.fill(`{\n "data": [\n {\n "activity_id": "${sessionData[0]["activity_id"]}",\n "activity_template_id": "${sessionData[0]["activity_template_id"]}",\n "user_id": "${sessionData[0]["user_id"]}",\n "session_id": "${sessionData[0]["session_id"]}", "scoring_options": [\n "autoscore"\n ],\n "responses": [\n {\n "question_id": "${sessionData[0]["questionReferenceIds"][0]}",\n "is_attempted": true,\n "value": [\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceA"\n },\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceD"\n }\n ]\n },\n {\n "question_id": "${sessionData[0]["questionReferenceIds"][1]}",\n "is_attempted": true,\n "value": [\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceA"\n },\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceD"\n }\n ]\n },\n {\n "question_id": "${sessionData[0]["questionReferenceIds"][2]}",\n "is_attempted": true,\n "value": [\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceC"\n }\n ]\n },\n {\n "question_id": "${sessionData[0]["questionReferenceIds"][3]}",\n "is_attempted": true,\n "value": [\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceD"\n }\n ]\n },\n {\n "question_id": "${sessionData[0]["questionReferenceIds"][4]}",\n "is_attempted": true,\n "value": [\n {\n "xml_identifier": "RESPONSE",\n "response_text": "<p>Response set using set sessions API</p>\\n"\n }\n ]\n },\n {\n "question_id": "${sessionData[0]["questionReferenceIds"][5]}",\n "is_attempted": true,\n "value": [\n {\n "xml_identifier": "RESPONSE",\n "response_text": "<p>Long text response to reach 100 word limit. Long text response to reach 100 word limit. Long text response to reach 100 word limit. Long text response to reach 100 word limit. Long text response to reach 100 word limit. Long text response to reach 100 word limit. Long text response to reach 100 word limit. Long text response to reach 100 word limit. Long text response to reach 100 word limit. Long text response to reach 100 word limit. Long text response to reach 100 word limit. Long text response to reach 100 word limit. Long text response to reach 100 word limit</p>\\n"\n }\n ]\n },\n {\n "question_id": "${sessionData[0]["questionReferenceIds"][6]}",\n "is_attempted": true,\n "value": [\n {\n "response_text": "{\\\"version\\\":\\\"3.6.3\\\",\\\"objects\\\":[{\\\"type\\\":\\\"image\\\",\\\"version\\\":\\\"3.6.3\\\",\\\"originX\\\":\\\"left\\\",\\\"originY\\\":\\\"top\\\",\\\"left\\\":187.42,\\\"top\\\":100.28,\\\"width\\\":1000,\\\"height\\\":992,\\\"fill\\\":\\\"rgb(0,0,0)\\\",\\\"stroke\\\":null,\\\"strokeWidth\\\":0,\\\"strokeDashArray\\\":null,\\\"strokeLineCap\\\":\\\"butt\\\",\\\"strokeDashOffset\\\":0,\\\"strokeLineJoin\\\":\\\"miter\\\",\\\"strokeMiterLimit\\\":4,\\\"scaleX\\\":0.44,\\\"scaleY\\\":0.4,\\\"angle\\\":0,\\\"flipX\\\":false,\\\"flipY\\\":false,\\\"opacity\\\":1,\\\"shadow\\\":null,\\\"visible\\\":true,\\\"clipTo\\\":null,\\\"backgroundColor\\\":\\\"\\\",\\\"fillRule\\\":\\\"nonzero\\\",\\\"paintFirst\\\":\\\"fill\\\",\\\"globalCompositeOperation\\\":\\\"source-over\\\",\\\"transformMatrix\\\":null,\\\"skewX\\\":0,\\\"skewY\\\":0,\\\"crossOrigin\\\":\\\"\\\",\\\"cropX\\\":0,\\\"cropY\\\":0,\\\"src\\\":\\\"https://twig-next-gen-sandbox-staging.zeuslearning.com/item/file?key=images/b17394b2-0684-4d4a-a4b6-b0cd93c24ba1.png\\\",\\\"filters\\\":[]}]}",\n "xml_identifier": "RESPONSE"\n }\n ]\n }\n ]\n }\n ]\n}`);
|
102
|
+
.fill(`{\n "data": [\n {\n "activity_id": "${sessionData[0]["activity_id"]}",\n "activity_template_id": "${sessionData[0]["activity_template_id"]}",\n "user_id": "${sessionData[0]["user_id"]}",\n "session_id": "${sessionData[0]["session_id"]}", "scoring_options": [\n "autoscore"\n ],\n "responses": [\n {\n "question_id": "${sessionData[0]["questionReferenceIds"][0]}",\n "is_attempted": true,\n "value": [\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceA"\n },\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceD"\n }\n ]\n },\n {\n "question_id": "${sessionData[0]["questionReferenceIds"][1]}",\n "is_attempted": true,\n "value": [\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceA"\n },\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceD"\n }\n ]\n },\n {\n "question_id": "${sessionData[0]["questionReferenceIds"][2]}",\n "is_attempted": true,\n "value": [\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceC"\n }\n ]\n },\n {\n "question_id": "${sessionData[0]["questionReferenceIds"][3]}",\n "is_attempted": true,\n "value": [\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceD"\n }\n ]\n },\n {\n "question_id": "${sessionData[0]["questionReferenceIds"][4]}",\n "is_attempted": true,\n "value": [\n {\n "xml_identifier": "RESPONSE",\n "response_text": "<p>Response set using set sessions API</p>\\n"\n }\n ]\n },\n {\n "question_id": "${sessionData[0]["questionReferenceIds"][5]}",\n "is_attempted": true,\n "value": [\n {\n "xml_identifier": "RESPONSE",\n "response_text": "<p>Long text response to reach 100 word limit. Long text response to reach 100 word limit. Long text response to reach 100 word limit. Long text response to reach 100 word limit. Long text response to reach 100 word limit. Long text response to reach 100 word limit. Long text response to reach 100 word limit. Long text response to reach 100 word limit. Long text response to reach 100 word limit. Long text response to reach 100 word limit. Long text response to reach 100 word limit. Long text response to reach 100 word limit. Long text response to reach 100 word limit. Long text response to reach 100 word limit</p>\\n"\n }\n ]\n },\n {\n "question_id": "${sessionData[0]["questionReferenceIds"][6]}",\n "is_attempted": true,\n "value": [\n {\n "response_text": "{\\\"version\\\":\\\"3.6.3\\\",\\\"objects\\\":[{\\\"type\\\":\\\"image\\\",\\\"version\\\":\\\"3.6.3\\\",\\\"originX\\\":\\\"left\\\",\\\"originY\\\":\\\"top\\\",\\\"left\\\":187.42,\\\"top\\\":100.28,\\\"width\\\":1000,\\\"height\\\":992,\\\"fill\\\":\\\"rgb(0,0,0)\\\",\\\"stroke\\\":null,\\\"strokeWidth\\\":0,\\\"strokeDashArray\\\":null,\\\"strokeLineCap\\\":\\\"butt\\\",\\\"strokeDashOffset\\\":0,\\\"strokeLineJoin\\\":\\\"miter\\\",\\\"strokeMiterLimit\\\":4,\\\"scaleX\\\":0.44,\\\"scaleY\\\":0.4,\\\"angle\\\":0,\\\"flipX\\\":false,\\\"flipY\\\":false,\\\"opacity\\\":1,\\\"shadow\\\":null,\\\"visible\\\":true,\\\"clipTo\\\":null,\\\"backgroundColor\\\":\\\"\\\",\\\"fillRule\\\":\\\"nonzero\\\",\\\"paintFirst\\\":\\\"fill\\\",\\\"globalCompositeOperation\\\":\\\"source-over\\\",\\\"transformMatrix\\\":null,\\\"skewX\\\":0,\\\"skewY\\\":0,\\\"crossOrigin\\\":\\\"\\\",\\\"cropX\\\":0,\\\"cropY\\\":0,\\\"src\\\":\\\"https://twig-next-gen-sandbox-staging.zeuslearning.com/item/file?key=images/b17394b2-0684-4d4a-a4b6-b0cd93c24ba1.png\\\",\\\"filters\\\":[]}]}",\n "xml_identifier": "RESPONSE"\n }\n ]\n }\n ]\n }\n ]\n}`);
|
103
103
|
cy.get('.execute')
|
104
104
|
.click();
|
105
105
|
cy.wait(2000);
|
@@ -404,7 +404,7 @@ describe('Save Response Scores API cases', () => {
|
|
404
404
|
it('The scores updated using update response scores API should get updated for that activity', () => {
|
405
405
|
cy.get('pre[class="microlight"]')
|
406
406
|
.eq(1)
|
407
|
-
.should('have.text', `{\n \"meta\": {\n \"records\": 1,\n \"status\": true,\n \"timestamp\": ${timestamp},\n \"next_token\": null\n },\n \"data\": [\n {\n \"user_id\": \"${sessionData[0]["user_id"]}\",\n \"session_id\": \"${sessionData[0]["session_id"]}\",\n \"activity_id\": \"${sessionData[0]["activity_id"]}\",\n \"score\": 5,\n \"dt_started\": \"${dtStartedNew}\",\n \"dt_completed\": \"${dtCompletedNew}\",\n \"max_score\": 14,\n \"activity_template_id\": \"${activityTemplateIdNew}\",\n \"num_questions\": 1,\n \"responses\": [\n {\n \"erater\": null,\n \"plagiarism\": null,\n \"score\": 2,\n \"max_score\": 4,\n \"serial_no\": 1,\n
|
407
|
+
.should('have.text', `{\n \"meta\": {\n \"records\": 1,\n \"status\": true,\n \"timestamp\": ${timestamp},\n \"next_token\": null\n },\n \"data\": [\n {\n \"user_id\": \"${sessionData[0]["user_id"]}\",\n \"session_id\": \"${sessionData[0]["session_id"]}\",\n \"activity_id\": \"${sessionData[0]["activity_id"]}\",\n \"score\": 5,\n \"dt_started\": \"${dtStartedNew}\",\n \"dt_completed\": \"${dtCompletedNew}\",\n \"max_score\": 14,\n \"activity_template_id\": \"${activityTemplateIdNew}\",\n \"num_questions\": 1,\n \"responses\": [\n {\n \"erater\": null,\n \"plagiarism\": null,\n \"score\": 2,\n \"max_score\": 4,\n \"serial_no\": 1,\n "item_reference": "${itemReferenceIdNew}",\n "question_reference": "${questionReferences[0]}",\n "automarkable": true,\n "response_id": "${responseIds[0]}",\n "attempted": true,\n "responses": [\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceA"\n },\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceD"\n }\n ],\n "question_type": "multiple selection"\n },\n {\n "erater": null,\n "plagiarism": null,\n "score": 3,\n "max_score": 10,\n "serial_no": 2,\n "item_reference": "${itemReferenceIdNew}",\n "question_reference": "${questionReferences[1]}",\n "automarkable": true,\n "response_id": "${responseIds[1]}",\n "attempted": true,\n "responses": [\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceA"\n },\n {\n "xml_identifier": "RESPONSE",\n "response_text": "ChoiceD"\n }\n ],\n "question_type": "multiple selection"\n }\n ],\n "items": [\n {\n "reference": "${itemReferenceIdNew}",\n "response_ids": [\n "${responseIds[0]}",\n "${responseIds[1]}"\n ],\n "scoring": {\n "score": 5,\n "max_score": 14,\n "item_scoring_type": "sum up all individual scores"\n }\n }\n ]\n }\n ]\n}\n`)
|
408
408
|
});
|
409
409
|
|
410
410
|
describe.skip('Entering request to get updated Scores data for item 1 and item 2 sorted ascending through Fetch Response Scores API', () => {
|
@@ -0,0 +1,66 @@
|
|
1
|
+
export const whiteBoardTools = [
|
2
|
+
{
|
3
|
+
dataTestId: 'add-text', isDefault: true,
|
4
|
+
name: 'text', subToolS: ['SPECIAL_CHARACTERS', 'MATH_CHARACTERS', 'TEXT_SIZE', 'TEXT_COLOR']
|
5
|
+
},
|
6
|
+
{ dataTestId: 'draw', isDefault: true, name: 'pen', subToolS: ['STROKE_COLOR'] },
|
7
|
+
{ dataTestId: 'highlighter', isDefault: true, name: 'highlighter' },
|
8
|
+
{ dataTestId: 'add-image', isDefault: true, name: 'image' },
|
9
|
+
{
|
10
|
+
dataTestId: 'add-shape', isDefault: true, name: 'shapes', subToolS: ['line', 'curvedarrow', 'verticalcurvedarrow',
|
11
|
+
'triangle', 'righttriangle', 'rectangle', 'oval', 'parallelogram', 'trapezoid', 'pentagon', 'hexagon',
|
12
|
+
'octagon', 'FILL_COLOR',
|
13
|
+
]
|
14
|
+
},
|
15
|
+
{
|
16
|
+
dataTestId: 'stamp', isDefault: true, name: 'stamp', popupSelector: 'stamps', popupContent: ['one-block', 'ten-block',
|
17
|
+
'hundred-block', 'stick-figure', 'one-cent', 'five-cent', 'ten-cent', 'twenty-five-cent',
|
18
|
+
'dollar one-dollar', 'dollar five-dollar', 'dollar ten-dollar', 'red-disc', 'yellow-disc'
|
19
|
+
]
|
20
|
+
},
|
21
|
+
{
|
22
|
+
dataTestId: 'unifix-cube', isDefault: false, name: 'unifix cube', subToolS: ['vertical-blue-unifix-cube', 'vertical-red-unifix-cube',
|
23
|
+
'vertical-green-unifix-cube', 'vertical-black-unifix-cube'
|
24
|
+
]
|
25
|
+
},
|
26
|
+
{ dataTestId: 'equation', isDefault: false, name: 'equation editor' },
|
27
|
+
{
|
28
|
+
dataTestId: 'diagram', isDefault: false, name: 'diagram', subToolS: ['ten-frame', 'place-value-mat',
|
29
|
+
'part-part-whole', 'l-diagram', 'equality-diagram'
|
30
|
+
]
|
31
|
+
},
|
32
|
+
{ dataTestId: 'array', isDefault: false, name: 'array', popupSelector: 'array-dimensions' },
|
33
|
+
{
|
34
|
+
dataTestId: 'numberline', isDefault: false, name: 'number line', popupSelector: 'number-line-chooser',
|
35
|
+
popupContent: ['number-line-0-10', 'number-line-0-20', 'blank', 'open', 'generator']
|
36
|
+
},
|
37
|
+
{
|
38
|
+
dataTestId: 'fraction-bar', isDefault: false, name: 'fraction bar', subToolS: ['fraction-bar-1', 'fraction-bar-1-2',
|
39
|
+
'fraction-bar-1-4', 'fraction-bar-1-3', 'fraction-bar-1-5', 'fraction-bar-1-6', 'fraction-bar-1-8',
|
40
|
+
'fraction-bar-1-10', 'fraction-bar-1-12', 'fraction-label-switch-div'
|
41
|
+
]
|
42
|
+
},
|
43
|
+
{ dataTestId: 'table', isDefault: false, name: 'table', popupSelector: 'array-dimensions' },
|
44
|
+
{
|
45
|
+
dataTestId: 'algebra-tile', isDefault: false, name: 'algebra tile', subToolS: ['algebra-tile-1', 'algebra-tile--1',
|
46
|
+
'algebra-tile-x2', 'algebra-tile--x2', 'algebra-tile-x', 'algebra-tile--x']
|
47
|
+
},
|
48
|
+
{ dataTestId: 'grid', isDefault: false, name: 'grid', subToolS: ['full-grid', 'positive-grid', 'open-grid', 'label-switch-div'] },
|
49
|
+
{ dataTestId: 'protractor', isDefault: false, name: 'protractor' },
|
50
|
+
{ dataTestId: 'ruler', isDefault: false, name: 'ruler' },
|
51
|
+
{ dataTestId: 'simplecalculator', isDefault: false, name: 'simple calculator' },
|
52
|
+
{ dataTestId: 'scientificcalculator', isDefault: false, name: 'scientific calculator' },
|
53
|
+
{ dataTestId: 'select', isDefault: true, name: 'select' },
|
54
|
+
{ dataTestId: 'eraser', isDefault: true, name: 'eraser', popupSelector: 'eraser-width-picker' },
|
55
|
+
{ dataTestId: 'item-eraser', isDefault: true, name: 'item eraser' },
|
56
|
+
// { dataTestId: 'delete', isDefault: true, name: 'delete' },
|
57
|
+
{ dataTestId: 'undo', isDefault: true, name: 'undo' },
|
58
|
+
{ dataTestId: 'redo', isDefault: true, name: 'redo' },
|
59
|
+
{ dataTestId: 'clear', isDefault: true, name: 'clear' }
|
60
|
+
];
|
61
|
+
|
62
|
+
export const editSectionWhiteBoardToolButtons = ['Unifix Cube', 'Diagrams', 'Array',
|
63
|
+
'Number line', 'Fraction bars', 'Protractor', 'Table', 'Grids',
|
64
|
+
'Equation editor', 'Algebra tiles', 'Ruler',
|
65
|
+
'Simple Calculator', 'Scientific Calculator'
|
66
|
+
];
|
@@ -2,6 +2,7 @@ import constants from "../fixtures/constants";
|
|
2
2
|
import utilities from "../support/helpers/utilities";
|
3
3
|
import { ckEditorToolbar, commonComponents, createQuestionBasePage, equationEditorFlyout, playbackControlsBaseComponent } from "./components";
|
4
4
|
import { dialogBoxBase } from "./dialogBoxBase";
|
5
|
+
import { createItemPage } from "./createItemPage";
|
5
6
|
|
6
7
|
const selectors = {
|
7
8
|
...playbackControlsBaseComponent,
|
@@ -50,6 +51,8 @@ const selectors = {
|
|
50
51
|
typeInTranscriptLabel: () => cy.get('.type-in-transcript-opt-label'),
|
51
52
|
typeInTranscriptRadioButton: () => cy.get('[aria-label="Type in transcript"][type="radio"]'),
|
52
53
|
transcriptInputField: () => cy.get('[title="Transcript"]'),
|
54
|
+
cKEditorTranscriptInputField: () => cy.get('textarea[aria-label="Transcript"]'),
|
55
|
+
ckEditorPlayAttemptsLimitInputField: () => cy.get('input[aria-label="Playback Limit"]'),
|
53
56
|
allowStudentsToDownloadAudioLabel: () => cy.get('.allow-students-to-download-audio .MuiFormControlLabel-label').eq(0),
|
54
57
|
allowStudentsToDownloadAudioCheckbox: () => cy.get('.allow-students-to-download-audio input'),
|
55
58
|
limitPlayAttemptsLabel: () => cy.get('.allow-students-to-download-audio .MuiFormControlLabel-label').eq(1),
|
@@ -125,6 +128,7 @@ const steps = {
|
|
125
128
|
...ckEditorToolbar.steps,
|
126
129
|
...equationEditorFlyout.steps,
|
127
130
|
...commonComponents.steps,
|
131
|
+
...createItemPage.steps,
|
128
132
|
/**
|
129
133
|
* Uploads a file to the audio player by attaching the file located at the specified filePath.
|
130
134
|
* @param {string} filePath - The file path to the file to be uploaded.
|
@@ -166,6 +170,13 @@ const steps = {
|
|
166
170
|
.blur();
|
167
171
|
},
|
168
172
|
|
173
|
+
enterTextInCKEditorTranscriptInputField: (text) => {
|
174
|
+
audioPlayerPage.cKEditorTranscriptInputField()
|
175
|
+
.type(text)
|
176
|
+
.blur();
|
177
|
+
},
|
178
|
+
|
179
|
+
|
169
180
|
verifyTextInTranscriptInputField: (text) => {
|
170
181
|
audioPlayerPage.transcriptInputField()
|
171
182
|
.should('have.text', text);
|
@@ -706,6 +717,20 @@ const steps = {
|
|
706
717
|
.type(value)
|
707
718
|
},
|
708
719
|
|
720
|
+
/**
|
721
|
+
* Sets the playback limit value in the audio player's input field.
|
722
|
+
* @param {string|number} value - The value to set as the playback limit.
|
723
|
+
* @returns {void}
|
724
|
+
*/
|
725
|
+
setCKEditorPlaybackLimit: (value) => {
|
726
|
+
audioPlayerPage.ckEditorPlayAttemptsLimitInputField()
|
727
|
+
.clear()
|
728
|
+
.type(value);
|
729
|
+
cy.wait(2000);
|
730
|
+
audioPlayerPage.ckEditorPlayAttemptsLimitInputField()
|
731
|
+
.blur();
|
732
|
+
},
|
733
|
+
|
709
734
|
/**
|
710
735
|
* Verify the playback limit help text in preview tab
|
711
736
|
* @param {string|number} value - The value to set as the playback limit.
|
@@ -20,7 +20,7 @@ const selectors = {
|
|
20
20
|
selectAManipulativeLabel: () => cy.get('[class*="SelectManipulativeWrapper"] [class*="BrainingcampManipulativestyle__WrapperSubHeader"]'),
|
21
21
|
enterAShareCodeLabel: () => cy.get('[class*="EnterShareCodeWrapper"] [class*="BrainingcampManipulativestyle__WrapperSubHeader"]'),
|
22
22
|
enterAShareCodeInputField: () => cy.get('[class*="EnterShareCodeWrapper"] input'),
|
23
|
-
previewTabCanvas: () => cy.get('.bcm-inner')
|
23
|
+
previewTabCanvas: () => cy.get('.bcm-inner')
|
24
24
|
}
|
25
25
|
|
26
26
|
const steps = {
|
@@ -1306,6 +1306,51 @@ const steps = {
|
|
1306
1306
|
verifyPenaltyPointsForEachIncorrectBar: (penaltyPoints) => {
|
1307
1307
|
utilities.verifyInnerText(autoScoredScoringSectionMultiResponseType.penaltyPointsDetailsSectionAllottedPointsLabel(), `Penalty points for each incorrect bar: ${penaltyPoints}`);
|
1308
1308
|
},
|
1309
|
+
|
1310
|
+
verifyAnswerStatusBannerNotExist: () => {
|
1311
|
+
chartsBarPage.correctIncorrectAnswerTextWrapper()
|
1312
|
+
.should('not.exist');
|
1313
|
+
},
|
1314
|
+
|
1315
|
+
verifyAnswerStatusBannerExist: () => {
|
1316
|
+
chartsBarPage.correctIncorrectAnswerTextWrapper()
|
1317
|
+
.should('be.visible');
|
1318
|
+
},
|
1319
|
+
|
1320
|
+
verifyCorrectAnswerSectionExist: () => {
|
1321
|
+
chartsBarPage.correctAnswersLabel()
|
1322
|
+
.should('be.visible');
|
1323
|
+
},
|
1324
|
+
|
1325
|
+
verifyCorrectAnswerSectionNotExist: () => {
|
1326
|
+
chartsBarPage.correctAnswersLabel()
|
1327
|
+
.should('not.exist');
|
1328
|
+
},
|
1329
|
+
/**
|
1330
|
+
* @param {Object<number, number>} responsePointsObject - An object where keys are indexes of the points fields and values are the points to be allotted.
|
1331
|
+
* @description Allots points to the enabled points input fields for each option in the scoring section based on the provided object.
|
1332
|
+
*/
|
1333
|
+
allotPartialDifferentWeightsPoints: (responsePointsObject) => {
|
1334
|
+
Object.entries(responsePointsObject).forEach(([index, points]) => {
|
1335
|
+
const indexNumber = parseInt(index);
|
1336
|
+
autoScoredScoringSectionMultiResponseType.pointsInputField()
|
1337
|
+
.eq(indexNumber)
|
1338
|
+
.should('not.be.disabled')
|
1339
|
+
autoScoredScoringSectionMultiResponseType.pointsInputField()
|
1340
|
+
.eq(indexNumber)
|
1341
|
+
.clear()
|
1342
|
+
autoScoredScoringSectionMultiResponseType.pointsInputField()
|
1343
|
+
.eq(indexNumber)
|
1344
|
+
.focus()
|
1345
|
+
.click()
|
1346
|
+
.type(`${points}`, { delay: 1000 });
|
1347
|
+
autoScoredScoringSectionMultiResponseType.pointsInputField()
|
1348
|
+
.eq(indexNumber)
|
1349
|
+
.click()
|
1350
|
+
.blur()
|
1351
|
+
.should('have.value', points);
|
1352
|
+
});
|
1353
|
+
},
|
1309
1354
|
}
|
1310
1355
|
|
1311
1356
|
const tests = {
|