@magmamath/students-features 1.3.7-test-ids-rc.0 → 1.3.7
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/.claude/settings.local.json +25 -0
- package/.editorconfig +15 -0
- package/.eslintignore +2 -0
- package/.eslintrc +22 -0
- package/.gitattributes +3 -0
- package/.github/actions/setup/action.yml +37 -0
- package/.github/workflows/ci.yml +73 -0
- package/.gitignore +84 -0
- package/.idea/.gitignore +8 -0
- package/.idea/codeStyles/Project.xml +62 -0
- package/.idea/codeStyles/codeStyleConfig.xml +5 -0
- package/.idea/copilot.data.migration.agent.xml +6 -0
- package/.idea/copilot.data.migration.ask.xml +6 -0
- package/.idea/copilot.data.migration.ask2agent.xml +6 -0
- package/.idea/copilot.data.migration.edit.xml +6 -0
- package/.idea/inspectionProfiles/Project_Default.xml +8 -0
- package/.idea/jsLinters/eslint.xml +6 -0
- package/.idea/modules.xml +8 -0
- package/.idea/prettier.xml +7 -0
- package/.idea/students-features.iml +12 -0
- package/.idea/vcs.xml +6 -0
- package/.idea/workspace.xml +672 -0
- package/.nvmrc +1 -0
- package/.prettierrc +11 -0
- package/.release-it.json +17 -0
- package/.watchmanconfig +1 -0
- package/.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs +541 -0
- package/.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs +28 -0
- package/.yarn/releases/yarn-3.6.1.cjs +874 -0
- package/babel.config.js +5 -0
- package/bob.config.js +25 -0
- package/dist/commonjs/features/chatbot/components/Chat/Chat.js +0 -2
- package/dist/commonjs/features/chatbot/components/Chat/Chat.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/Chat/ChatIcon.js +0 -2
- package/dist/commonjs/features/chatbot/components/Chat/ChatIcon.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/Chat/CloseButton.js +0 -2
- package/dist/commonjs/features/chatbot/components/Chat/CloseButton.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/ChatControls/ChatControls.js +0 -2
- package/dist/commonjs/features/chatbot/components/ChatControls/ChatControls.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/ChatInput/FreeText/ChatTextInput.js +1 -3
- package/dist/commonjs/features/chatbot/components/ChatInput/FreeText/ChatTextInput.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.js +0 -2
- package/dist/commonjs/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/ChatInput/FreeText/SendMessageButton.js +0 -2
- package/dist/commonjs/features/chatbot/components/ChatInput/FreeText/SendMessageButton.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/ChatInput/RequestHintButton.js +0 -2
- package/dist/commonjs/features/chatbot/components/ChatInput/RequestHintButton.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/ChatMessage/MessageLoader.js +0 -2
- package/dist/commonjs/features/chatbot/components/ChatMessage/MessageLoader.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/ChatMessage/MessageTextToSpeech.js +1 -3
- package/dist/commonjs/features/chatbot/components/ChatMessage/MessageTextToSpeech.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/ChatMessage/ReceivedMessage.js +0 -2
- package/dist/commonjs/features/chatbot/components/ChatMessage/ReceivedMessage.js.map +1 -1
- package/dist/commonjs/features/chatbot/components/ChatMessage/SentMessage.js +0 -2
- package/dist/commonjs/features/chatbot/components/ChatMessage/SentMessage.js.map +1 -1
- package/dist/commonjs/features/chatbot/errorSpotting/ErrorSpottingButton.js +0 -2
- package/dist/commonjs/features/chatbot/errorSpotting/ErrorSpottingButton.js.map +1 -1
- package/dist/commonjs/features/endOfAssignment/components/CheatDetected/CheatDetected.js +0 -3
- package/dist/commonjs/features/endOfAssignment/components/CheatDetected/CheatDetected.js.map +1 -1
- package/dist/commonjs/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js +0 -2
- package/dist/commonjs/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js.map +1 -1
- package/dist/commonjs/features/endOfAssignment/components/ExamLeave/ExamLeave.js +0 -3
- package/dist/commonjs/features/endOfAssignment/components/ExamLeave/ExamLeave.js.map +1 -1
- package/dist/commonjs/features/endOfAssignment/components/ExamPaused/ExamPaused.js +0 -3
- package/dist/commonjs/features/endOfAssignment/components/ExamPaused/ExamPaused.js.map +1 -1
- package/dist/commonjs/features/endOfAssignment/components/ExamSubmit/ExamSubmit.js +0 -3
- package/dist/commonjs/features/endOfAssignment/components/ExamSubmit/ExamSubmit.js.map +1 -1
- package/dist/commonjs/features/endOfAssignment/components/Modal/Modal.js +1 -4
- package/dist/commonjs/features/endOfAssignment/components/Modal/Modal.js.map +1 -1
- package/dist/commonjs/features/endOfAssignment/components/NoAnswer/NoAnswer.js +3 -9
- package/dist/commonjs/features/endOfAssignment/components/NoAnswer/NoAnswer.js.map +1 -1
- package/dist/commonjs/features/endOfAssignment/ui/PracticeButton.js +0 -2
- package/dist/commonjs/features/endOfAssignment/ui/PracticeButton.js.map +1 -1
- package/dist/commonjs/features/endOfAssignment/ui/PracticeButtonGroup.js +0 -2
- package/dist/commonjs/features/endOfAssignment/ui/PracticeButtonGroup.js.map +1 -1
- package/dist/commonjs/features/exampleSolution/components/ExampleSolutionModalContent.js +0 -2
- package/dist/commonjs/features/exampleSolution/components/ExampleSolutionModalContent.js.map +1 -1
- package/dist/commonjs/features/exampleSolution/components/QuestionSection.js +0 -2
- package/dist/commonjs/features/exampleSolution/components/QuestionSection.js.map +1 -1
- package/dist/commonjs/features/exampleSolution/components/SolutionSection.js +0 -2
- package/dist/commonjs/features/exampleSolution/components/SolutionSection.js.map +1 -1
- package/dist/commonjs/features/feedback/components/EmptyComment.js +0 -2
- package/dist/commonjs/features/feedback/components/EmptyComment.js.map +1 -1
- package/dist/commonjs/features/feedback/components/ListCardCommentsCount.js +0 -2
- package/dist/commonjs/features/feedback/components/ListCardCommentsCount.js.map +1 -1
- package/dist/commonjs/features/feedback/components/TeacherFeedbackButton.js +0 -3
- package/dist/commonjs/features/feedback/components/TeacherFeedbackButton.js.map +1 -1
- package/dist/commonjs/features/feedback/components/TeacherFeedbackComments/TeacherComment.js +0 -2
- package/dist/commonjs/features/feedback/components/TeacherFeedbackComments/TeacherComment.js.map +1 -1
- package/dist/commonjs/features/feedback/components/UnreadMessagesBadge.js +0 -2
- package/dist/commonjs/features/feedback/components/UnreadMessagesBadge.js.map +1 -1
- package/dist/commonjs/features/formulaSheet/components/FormulaSheet.js +0 -2
- package/dist/commonjs/features/formulaSheet/components/FormulaSheet.js.map +1 -1
- package/dist/commonjs/features/formulaSheet/components/FormulaSheetModal.js +0 -2
- package/dist/commonjs/features/formulaSheet/components/FormulaSheetModal.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/BasicLayout/BasicLayout.js +0 -2
- package/dist/commonjs/features/keyboard/components/BasicLayout/BasicLayout.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/BasicLayout/CurrencyBasicLayout.js +4 -9
- package/dist/commonjs/features/keyboard/components/BasicLayout/CurrencyBasicLayout.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/BasicLayout/TimeBasicLayout.js +11 -15
- package/dist/commonjs/features/keyboard/components/BasicLayout/TimeBasicLayout.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.js +0 -2
- package/dist/commonjs/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.js +0 -2
- package/dist/commonjs/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/Keyboard.js +0 -2
- package/dist/commonjs/features/keyboard/components/Keyboard.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/MainLayout/MainLayout.js +0 -2
- package/dist/commonjs/features/keyboard/components/MainLayout/MainLayout.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/Numpad/Numpad.js +0 -2
- package/dist/commonjs/features/keyboard/components/Numpad/Numpad.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.js +4 -9
- package/dist/commonjs/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/UnitsLayout/UnitsLayout.js +0 -2
- package/dist/commonjs/features/keyboard/components/UnitsLayout/UnitsLayout.js.map +1 -1
- package/dist/commonjs/features/openEnded/components/OpenEndedAttemptsLimit.js +0 -2
- package/dist/commonjs/features/openEnded/components/OpenEndedAttemptsLimit.js.map +1 -1
- package/dist/commonjs/features/openEnded/components/OpenEndedScoreLabel.js +0 -2
- package/dist/commonjs/features/openEnded/components/OpenEndedScoreLabel.js.map +1 -1
- package/dist/commonjs/features/problemSelector/components/ProblemSelectorButton.js +0 -2
- package/dist/commonjs/features/problemSelector/components/ProblemSelectorButton.js.map +1 -1
- package/dist/commonjs/features/voice/recording/components/VoiceRecordButton.js +0 -2
- package/dist/commonjs/features/voice/recording/components/VoiceRecordButton.js.map +1 -1
- package/dist/commonjs/features/voice/recording/components/VoiceRecordDeleteButton.js +0 -2
- package/dist/commonjs/features/voice/recording/components/VoiceRecordDeleteButton.js.map +1 -1
- package/dist/commonjs/features/voice/recording/components/VoiceRecordTimer.js +0 -2
- package/dist/commonjs/features/voice/recording/components/VoiceRecordTimer.js.map +1 -1
- package/dist/commonjs/features/voice/recording/modal/ModalFooterButtons.js +1 -5
- package/dist/commonjs/features/voice/recording/modal/ModalFooterButtons.js.map +1 -1
- package/dist/commonjs/features/voice/recording/modal/VoiceRecordDeleteModal.js +0 -4
- package/dist/commonjs/features/voice/recording/modal/VoiceRecordDeleteModal.js.map +1 -1
- package/dist/commonjs/features/voice/recording/modal/VoiceRecordUndoModal.js +0 -4
- package/dist/commonjs/features/voice/recording/modal/VoiceRecordUndoModal.js.map +1 -1
- package/dist/commonjs/index.js +0 -8
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/shared/components/PlayButton.js.map +1 -1
- package/dist/module/features/chatbot/components/Chat/Chat.js +0 -2
- package/dist/module/features/chatbot/components/Chat/Chat.js.map +1 -1
- package/dist/module/features/chatbot/components/Chat/ChatIcon.js +0 -2
- package/dist/module/features/chatbot/components/Chat/ChatIcon.js.map +1 -1
- package/dist/module/features/chatbot/components/Chat/CloseButton.js +0 -2
- package/dist/module/features/chatbot/components/Chat/CloseButton.js.map +1 -1
- package/dist/module/features/chatbot/components/ChatControls/ChatControls.js +0 -2
- package/dist/module/features/chatbot/components/ChatControls/ChatControls.js.map +1 -1
- package/dist/module/features/chatbot/components/ChatInput/FreeText/ChatTextInput.js +1 -3
- package/dist/module/features/chatbot/components/ChatInput/FreeText/ChatTextInput.js.map +1 -1
- package/dist/module/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.js +0 -2
- package/dist/module/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.js.map +1 -1
- package/dist/module/features/chatbot/components/ChatInput/FreeText/SendMessageButton.js +0 -2
- package/dist/module/features/chatbot/components/ChatInput/FreeText/SendMessageButton.js.map +1 -1
- package/dist/module/features/chatbot/components/ChatInput/RequestHintButton.js +0 -2
- package/dist/module/features/chatbot/components/ChatInput/RequestHintButton.js.map +1 -1
- package/dist/module/features/chatbot/components/ChatMessage/MessageLoader.js +0 -2
- package/dist/module/features/chatbot/components/ChatMessage/MessageLoader.js.map +1 -1
- package/dist/module/features/chatbot/components/ChatMessage/MessageTextToSpeech.js +1 -3
- package/dist/module/features/chatbot/components/ChatMessage/MessageTextToSpeech.js.map +1 -1
- package/dist/module/features/chatbot/components/ChatMessage/ReceivedMessage.js +0 -2
- package/dist/module/features/chatbot/components/ChatMessage/ReceivedMessage.js.map +1 -1
- package/dist/module/features/chatbot/components/ChatMessage/SentMessage.js +0 -2
- package/dist/module/features/chatbot/components/ChatMessage/SentMessage.js.map +1 -1
- package/dist/module/features/chatbot/errorSpotting/ErrorSpottingButton.js +0 -2
- package/dist/module/features/chatbot/errorSpotting/ErrorSpottingButton.js.map +1 -1
- package/dist/module/features/endOfAssignment/components/CheatDetected/CheatDetected.js +0 -3
- package/dist/module/features/endOfAssignment/components/CheatDetected/CheatDetected.js.map +1 -1
- package/dist/module/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js +0 -2
- package/dist/module/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js.map +1 -1
- package/dist/module/features/endOfAssignment/components/ExamLeave/ExamLeave.js +0 -3
- package/dist/module/features/endOfAssignment/components/ExamLeave/ExamLeave.js.map +1 -1
- package/dist/module/features/endOfAssignment/components/ExamPaused/ExamPaused.js +0 -3
- package/dist/module/features/endOfAssignment/components/ExamPaused/ExamPaused.js.map +1 -1
- package/dist/module/features/endOfAssignment/components/ExamSubmit/ExamSubmit.js +0 -3
- package/dist/module/features/endOfAssignment/components/ExamSubmit/ExamSubmit.js.map +1 -1
- package/dist/module/features/endOfAssignment/components/Modal/Modal.js +1 -4
- package/dist/module/features/endOfAssignment/components/Modal/Modal.js.map +1 -1
- package/dist/module/features/endOfAssignment/components/NoAnswer/NoAnswer.js +3 -9
- package/dist/module/features/endOfAssignment/components/NoAnswer/NoAnswer.js.map +1 -1
- package/dist/module/features/endOfAssignment/ui/PracticeButton.js +0 -2
- package/dist/module/features/endOfAssignment/ui/PracticeButton.js.map +1 -1
- package/dist/module/features/endOfAssignment/ui/PracticeButtonGroup.js +0 -2
- package/dist/module/features/endOfAssignment/ui/PracticeButtonGroup.js.map +1 -1
- package/dist/module/features/exampleSolution/components/ExampleSolutionModalContent.js +0 -2
- package/dist/module/features/exampleSolution/components/ExampleSolutionModalContent.js.map +1 -1
- package/dist/module/features/exampleSolution/components/QuestionSection.js +0 -2
- package/dist/module/features/exampleSolution/components/QuestionSection.js.map +1 -1
- package/dist/module/features/exampleSolution/components/SolutionSection.js +0 -2
- package/dist/module/features/exampleSolution/components/SolutionSection.js.map +1 -1
- package/dist/module/features/feedback/components/EmptyComment.js +0 -2
- package/dist/module/features/feedback/components/EmptyComment.js.map +1 -1
- package/dist/module/features/feedback/components/ListCardCommentsCount.js +0 -2
- package/dist/module/features/feedback/components/ListCardCommentsCount.js.map +1 -1
- package/dist/module/features/feedback/components/TeacherFeedbackButton.js +0 -3
- package/dist/module/features/feedback/components/TeacherFeedbackButton.js.map +1 -1
- package/dist/module/features/feedback/components/TeacherFeedbackComments/TeacherComment.js +0 -2
- package/dist/module/features/feedback/components/TeacherFeedbackComments/TeacherComment.js.map +1 -1
- package/dist/module/features/feedback/components/UnreadMessagesBadge.js +0 -2
- package/dist/module/features/feedback/components/UnreadMessagesBadge.js.map +1 -1
- package/dist/module/features/formulaSheet/components/FormulaSheet.js +0 -2
- package/dist/module/features/formulaSheet/components/FormulaSheet.js.map +1 -1
- package/dist/module/features/formulaSheet/components/FormulaSheetModal.js +0 -2
- package/dist/module/features/formulaSheet/components/FormulaSheetModal.js.map +1 -1
- package/dist/module/features/keyboard/components/BasicLayout/BasicLayout.js +0 -2
- package/dist/module/features/keyboard/components/BasicLayout/BasicLayout.js.map +1 -1
- package/dist/module/features/keyboard/components/BasicLayout/CurrencyBasicLayout.js +4 -9
- package/dist/module/features/keyboard/components/BasicLayout/CurrencyBasicLayout.js.map +1 -1
- package/dist/module/features/keyboard/components/BasicLayout/TimeBasicLayout.js +12 -16
- package/dist/module/features/keyboard/components/BasicLayout/TimeBasicLayout.js.map +1 -1
- package/dist/module/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.js +0 -2
- package/dist/module/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.js.map +1 -1
- package/dist/module/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.js +0 -2
- package/dist/module/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.js.map +1 -1
- package/dist/module/features/keyboard/components/Keyboard.js +0 -2
- package/dist/module/features/keyboard/components/Keyboard.js.map +1 -1
- package/dist/module/features/keyboard/components/MainLayout/MainLayout.js +0 -2
- package/dist/module/features/keyboard/components/MainLayout/MainLayout.js.map +1 -1
- package/dist/module/features/keyboard/components/Numpad/Numpad.js +0 -2
- package/dist/module/features/keyboard/components/Numpad/Numpad.js.map +1 -1
- package/dist/module/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.js +4 -9
- package/dist/module/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.js.map +1 -1
- package/dist/module/features/keyboard/components/UnitsLayout/UnitsLayout.js +0 -2
- package/dist/module/features/keyboard/components/UnitsLayout/UnitsLayout.js.map +1 -1
- package/dist/module/features/openEnded/components/OpenEndedAttemptsLimit.js +0 -2
- package/dist/module/features/openEnded/components/OpenEndedAttemptsLimit.js.map +1 -1
- package/dist/module/features/openEnded/components/OpenEndedScoreLabel.js +0 -2
- package/dist/module/features/openEnded/components/OpenEndedScoreLabel.js.map +1 -1
- package/dist/module/features/problemSelector/components/ProblemSelectorButton.js +0 -2
- package/dist/module/features/problemSelector/components/ProblemSelectorButton.js.map +1 -1
- package/dist/module/features/voice/recording/components/VoiceRecordButton.js +0 -2
- package/dist/module/features/voice/recording/components/VoiceRecordButton.js.map +1 -1
- package/dist/module/features/voice/recording/components/VoiceRecordDeleteButton.js +0 -2
- package/dist/module/features/voice/recording/components/VoiceRecordDeleteButton.js.map +1 -1
- package/dist/module/features/voice/recording/components/VoiceRecordTimer.js +0 -2
- package/dist/module/features/voice/recording/components/VoiceRecordTimer.js.map +1 -1
- package/dist/module/features/voice/recording/modal/ModalFooterButtons.js +1 -5
- package/dist/module/features/voice/recording/modal/ModalFooterButtons.js.map +1 -1
- package/dist/module/features/voice/recording/modal/VoiceRecordDeleteModal.js +0 -4
- package/dist/module/features/voice/recording/modal/VoiceRecordDeleteModal.js.map +1 -1
- package/dist/module/features/voice/recording/modal/VoiceRecordUndoModal.js +0 -4
- package/dist/module/features/voice/recording/modal/VoiceRecordUndoModal.js.map +1 -1
- package/dist/module/index.js +0 -1
- package/dist/module/index.js.map +1 -1
- package/dist/module/shared/components/PlayButton.js.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/components/Chat/Chat.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/components/Chat/ChatIcon.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/components/Chat/CloseButton.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/components/ChatControls/ChatControls.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/components/ChatInput/FreeText/ChatTextInput.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/components/ChatInput/FreeText/SendMessageButton.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/components/ChatInput/RequestHintButton.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/components/ChatMessage/MessageLoader.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/components/ChatMessage/MessageTextToSpeech.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/components/ChatMessage/ReceivedMessage.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/components/ChatMessage/SentMessage.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/chatbot/errorSpotting/ErrorSpottingButton.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/endOfAssignment/components/CheatDetected/CheatDetected.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/endOfAssignment/components/ExamLeave/ExamLeave.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/endOfAssignment/components/ExamPaused/ExamPaused.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/endOfAssignment/components/ExamSubmit/ExamSubmit.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/endOfAssignment/components/Modal/Modal.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/endOfAssignment/components/NoAnswer/NoAnswer.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/endOfAssignment/ui/PracticeButton.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/endOfAssignment/ui/PracticeButtonGroup.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/exampleSolution/components/ExampleSolutionModalContent.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/exampleSolution/components/QuestionSection.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/exampleSolution/components/SolutionSection.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/feedback/components/EmptyComment.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/feedback/components/ListCardCommentsCount.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/feedback/components/TeacherFeedbackButton.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/feedback/components/TeacherFeedbackComments/TeacherComment.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/feedback/components/UnreadMessagesBadge.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/formulaSheet/components/FormulaSheet.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/formulaSheet/components/FormulaSheetModal.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/components/BasicLayout/BasicLayout.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/components/BasicLayout/CurrencyBasicLayout.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/components/BasicLayout/TimeBasicLayout.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/components/Keyboard.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/components/MainLayout/MainLayout.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/components/Numpad/Numpad.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/components/UnitsLayout/UnitsLayout.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/openEnded/components/OpenEndedAttemptsLimit.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/openEnded/components/OpenEndedScoreLabel.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/problemSelector/components/ProblemSelectorButton.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/voice/recording/components/VoiceRecordButton.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/voice/recording/components/VoiceRecordDeleteButton.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/voice/recording/components/VoiceRecordTimer.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/voice/recording/modal/ModalFooterButtons.d.ts +1 -3
- package/dist/typescript/commonjs/features/voice/recording/modal/ModalFooterButtons.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/voice/recording/modal/VoiceRecordDeleteModal.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/voice/recording/modal/VoiceRecordUndoModal.d.ts.map +1 -1
- package/dist/typescript/commonjs/index.d.ts +0 -1
- package/dist/typescript/commonjs/index.d.ts.map +1 -1
- package/dist/typescript/commonjs/shared/components/PlayButton.d.ts +0 -1
- package/dist/typescript/commonjs/shared/components/PlayButton.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/components/Chat/Chat.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/components/Chat/ChatIcon.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/components/Chat/CloseButton.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/components/ChatControls/ChatControls.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/components/ChatInput/FreeText/ChatTextInput.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/components/ChatInput/FreeText/SendMessageButton.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/components/ChatInput/RequestHintButton.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/components/ChatMessage/MessageLoader.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/components/ChatMessage/MessageTextToSpeech.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/components/ChatMessage/ReceivedMessage.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/components/ChatMessage/SentMessage.d.ts.map +1 -1
- package/dist/typescript/module/features/chatbot/errorSpotting/ErrorSpottingButton.d.ts.map +1 -1
- package/dist/typescript/module/features/endOfAssignment/components/CheatDetected/CheatDetected.d.ts.map +1 -1
- package/dist/typescript/module/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.d.ts.map +1 -1
- package/dist/typescript/module/features/endOfAssignment/components/ExamLeave/ExamLeave.d.ts.map +1 -1
- package/dist/typescript/module/features/endOfAssignment/components/ExamPaused/ExamPaused.d.ts.map +1 -1
- package/dist/typescript/module/features/endOfAssignment/components/ExamSubmit/ExamSubmit.d.ts.map +1 -1
- package/dist/typescript/module/features/endOfAssignment/components/Modal/Modal.d.ts.map +1 -1
- package/dist/typescript/module/features/endOfAssignment/components/NoAnswer/NoAnswer.d.ts.map +1 -1
- package/dist/typescript/module/features/endOfAssignment/ui/PracticeButton.d.ts.map +1 -1
- package/dist/typescript/module/features/endOfAssignment/ui/PracticeButtonGroup.d.ts.map +1 -1
- package/dist/typescript/module/features/exampleSolution/components/ExampleSolutionModalContent.d.ts.map +1 -1
- package/dist/typescript/module/features/exampleSolution/components/QuestionSection.d.ts.map +1 -1
- package/dist/typescript/module/features/exampleSolution/components/SolutionSection.d.ts.map +1 -1
- package/dist/typescript/module/features/feedback/components/EmptyComment.d.ts.map +1 -1
- package/dist/typescript/module/features/feedback/components/ListCardCommentsCount.d.ts.map +1 -1
- package/dist/typescript/module/features/feedback/components/TeacherFeedbackButton.d.ts.map +1 -1
- package/dist/typescript/module/features/feedback/components/TeacherFeedbackComments/TeacherComment.d.ts.map +1 -1
- package/dist/typescript/module/features/feedback/components/UnreadMessagesBadge.d.ts.map +1 -1
- package/dist/typescript/module/features/formulaSheet/components/FormulaSheet.d.ts.map +1 -1
- package/dist/typescript/module/features/formulaSheet/components/FormulaSheetModal.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/components/BasicLayout/BasicLayout.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/components/BasicLayout/CurrencyBasicLayout.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/components/BasicLayout/TimeBasicLayout.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/components/Keyboard.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/components/MainLayout/MainLayout.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/components/Numpad/Numpad.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/components/UnitsLayout/UnitsLayout.d.ts.map +1 -1
- package/dist/typescript/module/features/openEnded/components/OpenEndedAttemptsLimit.d.ts.map +1 -1
- package/dist/typescript/module/features/openEnded/components/OpenEndedScoreLabel.d.ts.map +1 -1
- package/dist/typescript/module/features/problemSelector/components/ProblemSelectorButton.d.ts.map +1 -1
- package/dist/typescript/module/features/voice/recording/components/VoiceRecordButton.d.ts.map +1 -1
- package/dist/typescript/module/features/voice/recording/components/VoiceRecordDeleteButton.d.ts.map +1 -1
- package/dist/typescript/module/features/voice/recording/components/VoiceRecordTimer.d.ts.map +1 -1
- package/dist/typescript/module/features/voice/recording/modal/ModalFooterButtons.d.ts +1 -3
- package/dist/typescript/module/features/voice/recording/modal/ModalFooterButtons.d.ts.map +1 -1
- package/dist/typescript/module/features/voice/recording/modal/VoiceRecordDeleteModal.d.ts.map +1 -1
- package/dist/typescript/module/features/voice/recording/modal/VoiceRecordUndoModal.d.ts.map +1 -1
- package/dist/typescript/module/index.d.ts +0 -1
- package/dist/typescript/module/index.d.ts.map +1 -1
- package/dist/typescript/module/shared/components/PlayButton.d.ts +0 -1
- package/dist/typescript/module/shared/components/PlayButton.d.ts.map +1 -1
- package/example/.expo/README.md +8 -0
- package/example/.expo/devices.json +3 -0
- package/example/.expo/web/cache/production/images/favicon/favicon-24272cdaeff82cc5facdaccd982a6f05b60c4504704bbf94c19a6388659880bb-contain-transparent/favicon-48.png +0 -0
- package/example/app.json +30 -0
- package/example/assets/adaptive-icon.png +0 -0
- package/example/assets/favicon.png +0 -0
- package/example/assets/icon.png +0 -0
- package/example/assets/splash-icon.png +0 -0
- package/example/babel.config.js +28 -0
- package/example/index.js +8 -0
- package/example/metro.config.js +18 -0
- package/example/package.json +25 -0
- package/example/src/App.tsx +8 -0
- package/example/tsconfig.json +6 -0
- package/package.json +1 -1
- package/src/features/chatbot/components/Chat/Chat.tsx +1 -2
- package/src/features/chatbot/components/Chat/ChatIcon.tsx +1 -2
- package/src/features/chatbot/components/Chat/CloseButton.tsx +0 -2
- package/src/features/chatbot/components/ChatControls/ChatControls.tsx +0 -2
- package/src/features/chatbot/components/ChatInput/FreeText/ChatTextInput.tsx +0 -2
- package/src/features/chatbot/components/ChatInput/FreeText/FreeTextInputBlock.tsx +1 -2
- package/src/features/chatbot/components/ChatInput/FreeText/SendMessageButton.tsx +0 -2
- package/src/features/chatbot/components/ChatInput/RequestHintButton.tsx +0 -2
- package/src/features/chatbot/components/ChatMessage/MessageLoader.tsx +2 -3
- package/src/features/chatbot/components/ChatMessage/MessageTextToSpeech.tsx +0 -2
- package/src/features/chatbot/components/ChatMessage/ReceivedMessage.tsx +1 -2
- package/src/features/chatbot/components/ChatMessage/SentMessage.tsx +0 -2
- package/src/features/chatbot/errorSpotting/ErrorSpottingButton.tsx +0 -2
- package/src/features/endOfAssignment/components/CheatDetected/CheatDetected.tsx +1 -3
- package/src/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.tsx +0 -2
- package/src/features/endOfAssignment/components/ExamLeave/ExamLeave.tsx +1 -3
- package/src/features/endOfAssignment/components/ExamPaused/ExamPaused.tsx +1 -3
- package/src/features/endOfAssignment/components/ExamSubmit/ExamSubmit.tsx +1 -3
- package/src/features/endOfAssignment/components/Modal/Modal.tsx +1 -6
- package/src/features/endOfAssignment/components/NoAnswer/NoAnswer.tsx +1 -6
- package/src/features/endOfAssignment/ui/PracticeButton.tsx +0 -2
- package/src/features/endOfAssignment/ui/PracticeButtonGroup.tsx +0 -2
- package/src/features/exampleSolution/components/ExampleSolutionModalContent.tsx +0 -2
- package/src/features/exampleSolution/components/QuestionSection.tsx +1 -2
- package/src/features/exampleSolution/components/SolutionSection.tsx +1 -5
- package/src/features/feedback/components/EmptyComment.tsx +1 -2
- package/src/features/feedback/components/ListCardCommentsCount.tsx +1 -2
- package/src/features/feedback/components/TeacherFeedbackButton.tsx +0 -3
- package/src/features/feedback/components/TeacherFeedbackComments/TeacherComment.tsx +1 -2
- package/src/features/feedback/components/UnreadMessagesBadge.tsx +0 -2
- package/src/features/formulaSheet/components/FormulaSheet.tsx +0 -2
- package/src/features/formulaSheet/components/FormulaSheetModal.tsx +1 -2
- package/src/features/keyboard/components/BasicLayout/BasicLayout.tsx +1 -2
- package/src/features/keyboard/components/BasicLayout/CurrencyBasicLayout.tsx +1 -5
- package/src/features/keyboard/components/BasicLayout/TimeBasicLayout.tsx +13 -16
- package/src/features/keyboard/components/BasicPlusLayout/BasicPlusLayout.tsx +1 -2
- package/src/features/keyboard/components/BasicPlusPlusLayout/BasicPlusPlusLayout.tsx +1 -2
- package/src/features/keyboard/components/Keyboard.tsx +0 -2
- package/src/features/keyboard/components/MainLayout/MainLayout.tsx +1 -5
- package/src/features/keyboard/components/Numpad/Numpad.tsx +1 -2
- package/src/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.tsx +1 -9
- package/src/features/keyboard/components/UnitsLayout/UnitsLayout.tsx +1 -2
- package/src/features/openEnded/components/OpenEndedAttemptsLimit.tsx +1 -2
- package/src/features/openEnded/components/OpenEndedScoreLabel.tsx +1 -2
- package/src/features/problemSelector/components/ProblemSelectorButton.tsx +0 -2
- package/src/features/voice/recording/components/VoiceRecordButton.tsx +0 -2
- package/src/features/voice/recording/components/VoiceRecordDeleteButton.tsx +1 -2
- package/src/features/voice/recording/components/VoiceRecordTimer.tsx +1 -2
- package/src/features/voice/recording/modal/ModalFooterButtons.tsx +0 -6
- package/src/features/voice/recording/modal/VoiceRecordDeleteModal.tsx +0 -4
- package/src/features/voice/recording/modal/VoiceRecordUndoModal.tsx +0 -4
- package/src/index.ts +0 -1
- package/src/shared/components/PlayButton.tsx +0 -1
- package/tsconfig.build.json +4 -0
- package/tsconfig.json +34 -0
- package/yarn.lock +10984 -0
- package/dist/commonjs/config/dataTestIDs.js +0 -66
- package/dist/commonjs/config/dataTestIDs.js.map +0 -1
- package/dist/module/config/dataTestIDs.js +0 -63
- package/dist/module/config/dataTestIDs.js.map +0 -1
- package/dist/typescript/commonjs/config/dataTestIDs.d.ts +0 -61
- package/dist/typescript/commonjs/config/dataTestIDs.d.ts.map +0 -1
- package/dist/typescript/module/config/dataTestIDs.d.ts +0 -61
- package/dist/typescript/module/config/dataTestIDs.d.ts.map +0 -1
- package/src/config/dataTestIDs.ts +0 -66
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.TEST_IDS = void 0;
|
|
7
|
-
const TEST_IDS = exports.TEST_IDS = {
|
|
8
|
-
CHAT_GET_A_HINT_BUTTON: 'chat-get-a-hint-button',
|
|
9
|
-
CHAT_NEED_A_HINT_BUTTON: 'chat-need-a-hint-button',
|
|
10
|
-
CHAT_AREA: 'chat-area',
|
|
11
|
-
CHAT_CLOSE_BUTTON: 'chat-close-button',
|
|
12
|
-
CHAT_ICON: 'chat-icon',
|
|
13
|
-
OPEN_CHAT_TEXT_INPUT: 'open-chat-text-input',
|
|
14
|
-
OPEN_CHAT_SEND_MESSAGE_BUTTON: 'open-chat-send-message-button',
|
|
15
|
-
OPEN_CHAT_INPUT_FIELD: 'open-chat-input-field',
|
|
16
|
-
CHAT_MESSAGE_SENT: 'chat-message-sent',
|
|
17
|
-
CHAT_MESSAGE_RECEIVED: 'chat-message-received',
|
|
18
|
-
CHAT_MESSAGE_LOADER: 'chat-message-loader',
|
|
19
|
-
CHAT_TTS_BUTTON: 'chat-tts-button',
|
|
20
|
-
CHAT_ERROR_SPOTTING_BUTTON: 'chat-error-spotting-button',
|
|
21
|
-
EOA_MODAL: 'eoa-modal',
|
|
22
|
-
EOA_MODAL_CLOSE_BUTTON: 'eoa-modal-close-button',
|
|
23
|
-
EOA_WITH_CORRECT_ANSWER: 'eoa-with-correct-answer',
|
|
24
|
-
EOA_WITH_NO_CORRECT_ANSWER: 'eoa-with-no-correct-answer',
|
|
25
|
-
EOA_PRACTICE_BUTTON: 'eoa-practice-button',
|
|
26
|
-
EOA_LEAVE_BUTTON: 'eoa-leave-button',
|
|
27
|
-
EOA_GO_TO_PROBLEM_ONE_BUTTON: 'eoa-go-to-problem-one-button',
|
|
28
|
-
EOA_EXAM: 'eoa-exam',
|
|
29
|
-
EOA_EXAM_PAUSED: 'eoa-exam-paused',
|
|
30
|
-
EOA_EXAM_LEAVE: 'eoa-exam-leave',
|
|
31
|
-
EOA_CHEAT_DETECTED: 'eoa-cheat-detected',
|
|
32
|
-
EXAMPLE_SOLUTION_QUESTION_SECTION: 'example-solution-question-section',
|
|
33
|
-
EXAMPLE_SOLUTION_SOLUTION_SECTION: 'example-solution-solution-section',
|
|
34
|
-
EXAMPLE_SOLUTION_MODAL: 'example-solution-modal',
|
|
35
|
-
FORMULA_SHEET_BUTTON: 'formula-sheet-button',
|
|
36
|
-
FORMULA_SHEET_MODAL: 'formula-sheet-modal',
|
|
37
|
-
KEYBOARD: 'keyboard',
|
|
38
|
-
KEYBOARD_NUMPAD: 'keyboard-numpad',
|
|
39
|
-
KEYBOARD_BASIC_LAYOUT: 'keyboard-basic-layout',
|
|
40
|
-
KEYBOARD_BASIC_PLUS_LAYOUT: 'keyboard-basic-plus-layout',
|
|
41
|
-
KEYBOARD_BASIC_PLUS_PLUS_LAYOUT: 'keyboard-basic-plus-plus-layout',
|
|
42
|
-
KEYBOARD_ALGEBRA_LAYOUT: 'keyboard-algebra-layout',
|
|
43
|
-
KEYBOARD_CURRENCY_KEYS: 'keyboard-currency-keys',
|
|
44
|
-
KEYBOARD_TIME_KEYS: 'keyboard-time-keys',
|
|
45
|
-
KEYBOARD_UNDERLINED_LAYOUT: 'keyboard-underlined-layout',
|
|
46
|
-
KEYBOARD_UNITS_LAYOUT: 'keyboard-units-layout',
|
|
47
|
-
KEYBOARD_MAIN_LAYOUT: 'keyboard-main-layout',
|
|
48
|
-
PROBLEM_SELECTOR_BUTTON: text => `problem-selector-button-${text}`,
|
|
49
|
-
OPEN_ENDED_SCORE_LABEL: 'open-ended-score-label',
|
|
50
|
-
OPEN_ENDED_ATTEMPTS_LIMIT: 'open-ended-attempts-limit',
|
|
51
|
-
TEACHER_COMMENT: 'teacher-comment',
|
|
52
|
-
TEACHER_COMMENTS_BUTTON: 'teacher-comments-button',
|
|
53
|
-
NO_COMMENTS_PLACEHOLDER: 'no-comments-placeholder',
|
|
54
|
-
EXERCISE_CARD_COMMENTS_COUNT: 'exercise-card-comments-count',
|
|
55
|
-
UNREAD_COMMENTS_BADGE: 'unread-comments-badge',
|
|
56
|
-
VOICE_RECORD_BUTTON: 'voice-record-button',
|
|
57
|
-
VOICE_RECORD_TIMER: 'voice-record-timer',
|
|
58
|
-
VOICE_RECORD_DELETE_BUTTON: 'voice-record-delete-button',
|
|
59
|
-
VOICE_RECORD_UNDO_MODAL: 'voice-record-undo-modal',
|
|
60
|
-
VOICE_RECORD_UNDO_CANCEL_BUTTON: 'voice-record-undo-cancel-button',
|
|
61
|
-
VOICE_RECORD_UNDO_CONFIRM_BUTTON: 'voice-record-undo-confirm-button',
|
|
62
|
-
VOICE_RECORD_DELETE_MODAL: 'voice-record-delete-modal',
|
|
63
|
-
VOICE_RECORD_DELETE_CANCEL_BUTTON: 'voice-record-delete-cancel-button',
|
|
64
|
-
VOICE_RECORD_DELETE_CONFIRM_BUTTON: 'voice-record-delete-confirm-button'
|
|
65
|
-
};
|
|
66
|
-
//# sourceMappingURL=dataTestIDs.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["TEST_IDS","exports","CHAT_GET_A_HINT_BUTTON","CHAT_NEED_A_HINT_BUTTON","CHAT_AREA","CHAT_CLOSE_BUTTON","CHAT_ICON","OPEN_CHAT_TEXT_INPUT","OPEN_CHAT_SEND_MESSAGE_BUTTON","OPEN_CHAT_INPUT_FIELD","CHAT_MESSAGE_SENT","CHAT_MESSAGE_RECEIVED","CHAT_MESSAGE_LOADER","CHAT_TTS_BUTTON","CHAT_ERROR_SPOTTING_BUTTON","EOA_MODAL","EOA_MODAL_CLOSE_BUTTON","EOA_WITH_CORRECT_ANSWER","EOA_WITH_NO_CORRECT_ANSWER","EOA_PRACTICE_BUTTON","EOA_LEAVE_BUTTON","EOA_GO_TO_PROBLEM_ONE_BUTTON","EOA_EXAM","EOA_EXAM_PAUSED","EOA_EXAM_LEAVE","EOA_CHEAT_DETECTED","EXAMPLE_SOLUTION_QUESTION_SECTION","EXAMPLE_SOLUTION_SOLUTION_SECTION","EXAMPLE_SOLUTION_MODAL","FORMULA_SHEET_BUTTON","FORMULA_SHEET_MODAL","KEYBOARD","KEYBOARD_NUMPAD","KEYBOARD_BASIC_LAYOUT","KEYBOARD_BASIC_PLUS_LAYOUT","KEYBOARD_BASIC_PLUS_PLUS_LAYOUT","KEYBOARD_ALGEBRA_LAYOUT","KEYBOARD_CURRENCY_KEYS","KEYBOARD_TIME_KEYS","KEYBOARD_UNDERLINED_LAYOUT","KEYBOARD_UNITS_LAYOUT","KEYBOARD_MAIN_LAYOUT","PROBLEM_SELECTOR_BUTTON","text","OPEN_ENDED_SCORE_LABEL","OPEN_ENDED_ATTEMPTS_LIMIT","TEACHER_COMMENT","TEACHER_COMMENTS_BUTTON","NO_COMMENTS_PLACEHOLDER","EXERCISE_CARD_COMMENTS_COUNT","UNREAD_COMMENTS_BADGE","VOICE_RECORD_BUTTON","VOICE_RECORD_TIMER","VOICE_RECORD_DELETE_BUTTON","VOICE_RECORD_UNDO_MODAL","VOICE_RECORD_UNDO_CANCEL_BUTTON","VOICE_RECORD_UNDO_CONFIRM_BUTTON","VOICE_RECORD_DELETE_MODAL","VOICE_RECORD_DELETE_CANCEL_BUTTON","VOICE_RECORD_DELETE_CONFIRM_BUTTON"],"sourceRoot":"../../../src","sources":["config/dataTestIDs.ts"],"mappings":";;;;;;AAAA,MAAMA,QAAQ,GAAAC,OAAA,CAAAD,QAAA,GAAG;EACfE,sBAAsB,EAAE,wBAAwB;EAChDC,uBAAuB,EAAE,yBAAyB;EAClDC,SAAS,EAAE,WAAW;EACtBC,iBAAiB,EAAE,mBAAmB;EACtCC,SAAS,EAAE,WAAW;EACtBC,oBAAoB,EAAE,sBAAsB;EAC5CC,6BAA6B,EAAE,+BAA+B;EAC9DC,qBAAqB,EAAE,uBAAuB;EAC9CC,iBAAiB,EAAE,mBAAmB;EACtCC,qBAAqB,EAAE,uBAAuB;EAC9CC,mBAAmB,EAAE,qBAAqB;EAC1CC,eAAe,EAAE,iBAAiB;EAClCC,0BAA0B,EAAE,4BAA4B;EAExDC,SAAS,EAAE,WAAW;EACtBC,sBAAsB,EAAE,wBAAwB;EAChDC,uBAAuB,EAAE,yBAAyB;EAClDC,0BAA0B,EAAE,4BAA4B;EACxDC,mBAAmB,EAAE,qBAAqB;EAC1CC,gBAAgB,EAAE,kBAAkB;EACpCC,4BAA4B,EAAE,8BAA8B;EAC5DC,QAAQ,EAAE,UAAU;EACpBC,eAAe,EAAE,iBAAiB;EAClCC,cAAc,EAAE,gBAAgB;EAChCC,kBAAkB,EAAE,oBAAoB;EAExCC,iCAAiC,EAAE,mCAAmC;EACtEC,iCAAiC,EAAE,mCAAmC;EACtEC,sBAAsB,EAAE,wBAAwB;EAChDC,oBAAoB,EAAE,sBAAsB;EAC5CC,mBAAmB,EAAE,qBAAqB;EAE1CC,QAAQ,EAAE,UAAU;EACpBC,eAAe,EAAE,iBAAiB;EAClCC,qBAAqB,EAAE,uBAAuB;EAC9CC,0BAA0B,EAAE,4BAA4B;EACxDC,+BAA+B,EAAE,iCAAiC;EAClEC,uBAAuB,EAAE,yBAAyB;EAClDC,sBAAsB,EAAE,wBAAwB;EAChDC,kBAAkB,EAAE,oBAAoB;EACxCC,0BAA0B,EAAE,4BAA4B;EACxDC,qBAAqB,EAAE,uBAAuB;EAC9CC,oBAAoB,EAAE,sBAAsB;EAE5CC,uBAAuB,EAAGC,IAAY,IAAK,2BAA2BA,IAAI,EAAE;EAC5EC,sBAAsB,EAAE,wBAAwB;EAChDC,yBAAyB,EAAE,2BAA2B;EACtDC,eAAe,EAAE,iBAAiB;EAClCC,uBAAuB,EAAE,yBAAyB;EAClDC,uBAAuB,EAAE,yBAAyB;EAClDC,4BAA4B,EAAE,8BAA8B;EAC5DC,qBAAqB,EAAE,uBAAuB;EAE9CC,mBAAmB,EAAE,qBAAqB;EAC1CC,kBAAkB,EAAE,oBAAoB;EACxCC,0BAA0B,EAAE,4BAA4B;EACxDC,uBAAuB,EAAE,yBAAyB;EAClDC,+BAA+B,EAAE,iCAAiC;EAClEC,gCAAgC,EAAE,kCAAkC;EACpEC,yBAAyB,EAAE,2BAA2B;EACtDC,iCAAiC,EAAE,mCAAmC;EACtEC,kCAAkC,EAAE;AACtC,CAAU","ignoreList":[]}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
const TEST_IDS = {
|
|
4
|
-
CHAT_GET_A_HINT_BUTTON: 'chat-get-a-hint-button',
|
|
5
|
-
CHAT_NEED_A_HINT_BUTTON: 'chat-need-a-hint-button',
|
|
6
|
-
CHAT_AREA: 'chat-area',
|
|
7
|
-
CHAT_CLOSE_BUTTON: 'chat-close-button',
|
|
8
|
-
CHAT_ICON: 'chat-icon',
|
|
9
|
-
OPEN_CHAT_TEXT_INPUT: 'open-chat-text-input',
|
|
10
|
-
OPEN_CHAT_SEND_MESSAGE_BUTTON: 'open-chat-send-message-button',
|
|
11
|
-
OPEN_CHAT_INPUT_FIELD: 'open-chat-input-field',
|
|
12
|
-
CHAT_MESSAGE_SENT: 'chat-message-sent',
|
|
13
|
-
CHAT_MESSAGE_RECEIVED: 'chat-message-received',
|
|
14
|
-
CHAT_MESSAGE_LOADER: 'chat-message-loader',
|
|
15
|
-
CHAT_TTS_BUTTON: 'chat-tts-button',
|
|
16
|
-
CHAT_ERROR_SPOTTING_BUTTON: 'chat-error-spotting-button',
|
|
17
|
-
EOA_MODAL: 'eoa-modal',
|
|
18
|
-
EOA_MODAL_CLOSE_BUTTON: 'eoa-modal-close-button',
|
|
19
|
-
EOA_WITH_CORRECT_ANSWER: 'eoa-with-correct-answer',
|
|
20
|
-
EOA_WITH_NO_CORRECT_ANSWER: 'eoa-with-no-correct-answer',
|
|
21
|
-
EOA_PRACTICE_BUTTON: 'eoa-practice-button',
|
|
22
|
-
EOA_LEAVE_BUTTON: 'eoa-leave-button',
|
|
23
|
-
EOA_GO_TO_PROBLEM_ONE_BUTTON: 'eoa-go-to-problem-one-button',
|
|
24
|
-
EOA_EXAM: 'eoa-exam',
|
|
25
|
-
EOA_EXAM_PAUSED: 'eoa-exam-paused',
|
|
26
|
-
EOA_EXAM_LEAVE: 'eoa-exam-leave',
|
|
27
|
-
EOA_CHEAT_DETECTED: 'eoa-cheat-detected',
|
|
28
|
-
EXAMPLE_SOLUTION_QUESTION_SECTION: 'example-solution-question-section',
|
|
29
|
-
EXAMPLE_SOLUTION_SOLUTION_SECTION: 'example-solution-solution-section',
|
|
30
|
-
EXAMPLE_SOLUTION_MODAL: 'example-solution-modal',
|
|
31
|
-
FORMULA_SHEET_BUTTON: 'formula-sheet-button',
|
|
32
|
-
FORMULA_SHEET_MODAL: 'formula-sheet-modal',
|
|
33
|
-
KEYBOARD: 'keyboard',
|
|
34
|
-
KEYBOARD_NUMPAD: 'keyboard-numpad',
|
|
35
|
-
KEYBOARD_BASIC_LAYOUT: 'keyboard-basic-layout',
|
|
36
|
-
KEYBOARD_BASIC_PLUS_LAYOUT: 'keyboard-basic-plus-layout',
|
|
37
|
-
KEYBOARD_BASIC_PLUS_PLUS_LAYOUT: 'keyboard-basic-plus-plus-layout',
|
|
38
|
-
KEYBOARD_ALGEBRA_LAYOUT: 'keyboard-algebra-layout',
|
|
39
|
-
KEYBOARD_CURRENCY_KEYS: 'keyboard-currency-keys',
|
|
40
|
-
KEYBOARD_TIME_KEYS: 'keyboard-time-keys',
|
|
41
|
-
KEYBOARD_UNDERLINED_LAYOUT: 'keyboard-underlined-layout',
|
|
42
|
-
KEYBOARD_UNITS_LAYOUT: 'keyboard-units-layout',
|
|
43
|
-
KEYBOARD_MAIN_LAYOUT: 'keyboard-main-layout',
|
|
44
|
-
PROBLEM_SELECTOR_BUTTON: text => `problem-selector-button-${text}`,
|
|
45
|
-
OPEN_ENDED_SCORE_LABEL: 'open-ended-score-label',
|
|
46
|
-
OPEN_ENDED_ATTEMPTS_LIMIT: 'open-ended-attempts-limit',
|
|
47
|
-
TEACHER_COMMENT: 'teacher-comment',
|
|
48
|
-
TEACHER_COMMENTS_BUTTON: 'teacher-comments-button',
|
|
49
|
-
NO_COMMENTS_PLACEHOLDER: 'no-comments-placeholder',
|
|
50
|
-
EXERCISE_CARD_COMMENTS_COUNT: 'exercise-card-comments-count',
|
|
51
|
-
UNREAD_COMMENTS_BADGE: 'unread-comments-badge',
|
|
52
|
-
VOICE_RECORD_BUTTON: 'voice-record-button',
|
|
53
|
-
VOICE_RECORD_TIMER: 'voice-record-timer',
|
|
54
|
-
VOICE_RECORD_DELETE_BUTTON: 'voice-record-delete-button',
|
|
55
|
-
VOICE_RECORD_UNDO_MODAL: 'voice-record-undo-modal',
|
|
56
|
-
VOICE_RECORD_UNDO_CANCEL_BUTTON: 'voice-record-undo-cancel-button',
|
|
57
|
-
VOICE_RECORD_UNDO_CONFIRM_BUTTON: 'voice-record-undo-confirm-button',
|
|
58
|
-
VOICE_RECORD_DELETE_MODAL: 'voice-record-delete-modal',
|
|
59
|
-
VOICE_RECORD_DELETE_CANCEL_BUTTON: 'voice-record-delete-cancel-button',
|
|
60
|
-
VOICE_RECORD_DELETE_CONFIRM_BUTTON: 'voice-record-delete-confirm-button'
|
|
61
|
-
};
|
|
62
|
-
export { TEST_IDS };
|
|
63
|
-
//# sourceMappingURL=dataTestIDs.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["TEST_IDS","CHAT_GET_A_HINT_BUTTON","CHAT_NEED_A_HINT_BUTTON","CHAT_AREA","CHAT_CLOSE_BUTTON","CHAT_ICON","OPEN_CHAT_TEXT_INPUT","OPEN_CHAT_SEND_MESSAGE_BUTTON","OPEN_CHAT_INPUT_FIELD","CHAT_MESSAGE_SENT","CHAT_MESSAGE_RECEIVED","CHAT_MESSAGE_LOADER","CHAT_TTS_BUTTON","CHAT_ERROR_SPOTTING_BUTTON","EOA_MODAL","EOA_MODAL_CLOSE_BUTTON","EOA_WITH_CORRECT_ANSWER","EOA_WITH_NO_CORRECT_ANSWER","EOA_PRACTICE_BUTTON","EOA_LEAVE_BUTTON","EOA_GO_TO_PROBLEM_ONE_BUTTON","EOA_EXAM","EOA_EXAM_PAUSED","EOA_EXAM_LEAVE","EOA_CHEAT_DETECTED","EXAMPLE_SOLUTION_QUESTION_SECTION","EXAMPLE_SOLUTION_SOLUTION_SECTION","EXAMPLE_SOLUTION_MODAL","FORMULA_SHEET_BUTTON","FORMULA_SHEET_MODAL","KEYBOARD","KEYBOARD_NUMPAD","KEYBOARD_BASIC_LAYOUT","KEYBOARD_BASIC_PLUS_LAYOUT","KEYBOARD_BASIC_PLUS_PLUS_LAYOUT","KEYBOARD_ALGEBRA_LAYOUT","KEYBOARD_CURRENCY_KEYS","KEYBOARD_TIME_KEYS","KEYBOARD_UNDERLINED_LAYOUT","KEYBOARD_UNITS_LAYOUT","KEYBOARD_MAIN_LAYOUT","PROBLEM_SELECTOR_BUTTON","text","OPEN_ENDED_SCORE_LABEL","OPEN_ENDED_ATTEMPTS_LIMIT","TEACHER_COMMENT","TEACHER_COMMENTS_BUTTON","NO_COMMENTS_PLACEHOLDER","EXERCISE_CARD_COMMENTS_COUNT","UNREAD_COMMENTS_BADGE","VOICE_RECORD_BUTTON","VOICE_RECORD_TIMER","VOICE_RECORD_DELETE_BUTTON","VOICE_RECORD_UNDO_MODAL","VOICE_RECORD_UNDO_CANCEL_BUTTON","VOICE_RECORD_UNDO_CONFIRM_BUTTON","VOICE_RECORD_DELETE_MODAL","VOICE_RECORD_DELETE_CANCEL_BUTTON","VOICE_RECORD_DELETE_CONFIRM_BUTTON"],"sourceRoot":"../../../src","sources":["config/dataTestIDs.ts"],"mappings":";;AAAA,MAAMA,QAAQ,GAAG;EACfC,sBAAsB,EAAE,wBAAwB;EAChDC,uBAAuB,EAAE,yBAAyB;EAClDC,SAAS,EAAE,WAAW;EACtBC,iBAAiB,EAAE,mBAAmB;EACtCC,SAAS,EAAE,WAAW;EACtBC,oBAAoB,EAAE,sBAAsB;EAC5CC,6BAA6B,EAAE,+BAA+B;EAC9DC,qBAAqB,EAAE,uBAAuB;EAC9CC,iBAAiB,EAAE,mBAAmB;EACtCC,qBAAqB,EAAE,uBAAuB;EAC9CC,mBAAmB,EAAE,qBAAqB;EAC1CC,eAAe,EAAE,iBAAiB;EAClCC,0BAA0B,EAAE,4BAA4B;EAExDC,SAAS,EAAE,WAAW;EACtBC,sBAAsB,EAAE,wBAAwB;EAChDC,uBAAuB,EAAE,yBAAyB;EAClDC,0BAA0B,EAAE,4BAA4B;EACxDC,mBAAmB,EAAE,qBAAqB;EAC1CC,gBAAgB,EAAE,kBAAkB;EACpCC,4BAA4B,EAAE,8BAA8B;EAC5DC,QAAQ,EAAE,UAAU;EACpBC,eAAe,EAAE,iBAAiB;EAClCC,cAAc,EAAE,gBAAgB;EAChCC,kBAAkB,EAAE,oBAAoB;EAExCC,iCAAiC,EAAE,mCAAmC;EACtEC,iCAAiC,EAAE,mCAAmC;EACtEC,sBAAsB,EAAE,wBAAwB;EAChDC,oBAAoB,EAAE,sBAAsB;EAC5CC,mBAAmB,EAAE,qBAAqB;EAE1CC,QAAQ,EAAE,UAAU;EACpBC,eAAe,EAAE,iBAAiB;EAClCC,qBAAqB,EAAE,uBAAuB;EAC9CC,0BAA0B,EAAE,4BAA4B;EACxDC,+BAA+B,EAAE,iCAAiC;EAClEC,uBAAuB,EAAE,yBAAyB;EAClDC,sBAAsB,EAAE,wBAAwB;EAChDC,kBAAkB,EAAE,oBAAoB;EACxCC,0BAA0B,EAAE,4BAA4B;EACxDC,qBAAqB,EAAE,uBAAuB;EAC9CC,oBAAoB,EAAE,sBAAsB;EAE5CC,uBAAuB,EAAGC,IAAY,IAAK,2BAA2BA,IAAI,EAAE;EAC5EC,sBAAsB,EAAE,wBAAwB;EAChDC,yBAAyB,EAAE,2BAA2B;EACtDC,eAAe,EAAE,iBAAiB;EAClCC,uBAAuB,EAAE,yBAAyB;EAClDC,uBAAuB,EAAE,yBAAyB;EAClDC,4BAA4B,EAAE,8BAA8B;EAC5DC,qBAAqB,EAAE,uBAAuB;EAE9CC,mBAAmB,EAAE,qBAAqB;EAC1CC,kBAAkB,EAAE,oBAAoB;EACxCC,0BAA0B,EAAE,4BAA4B;EACxDC,uBAAuB,EAAE,yBAAyB;EAClDC,+BAA+B,EAAE,iCAAiC;EAClEC,gCAAgC,EAAE,kCAAkC;EACpEC,yBAAyB,EAAE,2BAA2B;EACtDC,iCAAiC,EAAE,mCAAmC;EACtEC,kCAAkC,EAAE;AACtC,CAAU;AAEV,SAAS1D,QAAQ","ignoreList":[]}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
declare const TEST_IDS: {
|
|
2
|
-
readonly CHAT_GET_A_HINT_BUTTON: "chat-get-a-hint-button";
|
|
3
|
-
readonly CHAT_NEED_A_HINT_BUTTON: "chat-need-a-hint-button";
|
|
4
|
-
readonly CHAT_AREA: "chat-area";
|
|
5
|
-
readonly CHAT_CLOSE_BUTTON: "chat-close-button";
|
|
6
|
-
readonly CHAT_ICON: "chat-icon";
|
|
7
|
-
readonly OPEN_CHAT_TEXT_INPUT: "open-chat-text-input";
|
|
8
|
-
readonly OPEN_CHAT_SEND_MESSAGE_BUTTON: "open-chat-send-message-button";
|
|
9
|
-
readonly OPEN_CHAT_INPUT_FIELD: "open-chat-input-field";
|
|
10
|
-
readonly CHAT_MESSAGE_SENT: "chat-message-sent";
|
|
11
|
-
readonly CHAT_MESSAGE_RECEIVED: "chat-message-received";
|
|
12
|
-
readonly CHAT_MESSAGE_LOADER: "chat-message-loader";
|
|
13
|
-
readonly CHAT_TTS_BUTTON: "chat-tts-button";
|
|
14
|
-
readonly CHAT_ERROR_SPOTTING_BUTTON: "chat-error-spotting-button";
|
|
15
|
-
readonly EOA_MODAL: "eoa-modal";
|
|
16
|
-
readonly EOA_MODAL_CLOSE_BUTTON: "eoa-modal-close-button";
|
|
17
|
-
readonly EOA_WITH_CORRECT_ANSWER: "eoa-with-correct-answer";
|
|
18
|
-
readonly EOA_WITH_NO_CORRECT_ANSWER: "eoa-with-no-correct-answer";
|
|
19
|
-
readonly EOA_PRACTICE_BUTTON: "eoa-practice-button";
|
|
20
|
-
readonly EOA_LEAVE_BUTTON: "eoa-leave-button";
|
|
21
|
-
readonly EOA_GO_TO_PROBLEM_ONE_BUTTON: "eoa-go-to-problem-one-button";
|
|
22
|
-
readonly EOA_EXAM: "eoa-exam";
|
|
23
|
-
readonly EOA_EXAM_PAUSED: "eoa-exam-paused";
|
|
24
|
-
readonly EOA_EXAM_LEAVE: "eoa-exam-leave";
|
|
25
|
-
readonly EOA_CHEAT_DETECTED: "eoa-cheat-detected";
|
|
26
|
-
readonly EXAMPLE_SOLUTION_QUESTION_SECTION: "example-solution-question-section";
|
|
27
|
-
readonly EXAMPLE_SOLUTION_SOLUTION_SECTION: "example-solution-solution-section";
|
|
28
|
-
readonly EXAMPLE_SOLUTION_MODAL: "example-solution-modal";
|
|
29
|
-
readonly FORMULA_SHEET_BUTTON: "formula-sheet-button";
|
|
30
|
-
readonly FORMULA_SHEET_MODAL: "formula-sheet-modal";
|
|
31
|
-
readonly KEYBOARD: "keyboard";
|
|
32
|
-
readonly KEYBOARD_NUMPAD: "keyboard-numpad";
|
|
33
|
-
readonly KEYBOARD_BASIC_LAYOUT: "keyboard-basic-layout";
|
|
34
|
-
readonly KEYBOARD_BASIC_PLUS_LAYOUT: "keyboard-basic-plus-layout";
|
|
35
|
-
readonly KEYBOARD_BASIC_PLUS_PLUS_LAYOUT: "keyboard-basic-plus-plus-layout";
|
|
36
|
-
readonly KEYBOARD_ALGEBRA_LAYOUT: "keyboard-algebra-layout";
|
|
37
|
-
readonly KEYBOARD_CURRENCY_KEYS: "keyboard-currency-keys";
|
|
38
|
-
readonly KEYBOARD_TIME_KEYS: "keyboard-time-keys";
|
|
39
|
-
readonly KEYBOARD_UNDERLINED_LAYOUT: "keyboard-underlined-layout";
|
|
40
|
-
readonly KEYBOARD_UNITS_LAYOUT: "keyboard-units-layout";
|
|
41
|
-
readonly KEYBOARD_MAIN_LAYOUT: "keyboard-main-layout";
|
|
42
|
-
readonly PROBLEM_SELECTOR_BUTTON: (text: string) => string;
|
|
43
|
-
readonly OPEN_ENDED_SCORE_LABEL: "open-ended-score-label";
|
|
44
|
-
readonly OPEN_ENDED_ATTEMPTS_LIMIT: "open-ended-attempts-limit";
|
|
45
|
-
readonly TEACHER_COMMENT: "teacher-comment";
|
|
46
|
-
readonly TEACHER_COMMENTS_BUTTON: "teacher-comments-button";
|
|
47
|
-
readonly NO_COMMENTS_PLACEHOLDER: "no-comments-placeholder";
|
|
48
|
-
readonly EXERCISE_CARD_COMMENTS_COUNT: "exercise-card-comments-count";
|
|
49
|
-
readonly UNREAD_COMMENTS_BADGE: "unread-comments-badge";
|
|
50
|
-
readonly VOICE_RECORD_BUTTON: "voice-record-button";
|
|
51
|
-
readonly VOICE_RECORD_TIMER: "voice-record-timer";
|
|
52
|
-
readonly VOICE_RECORD_DELETE_BUTTON: "voice-record-delete-button";
|
|
53
|
-
readonly VOICE_RECORD_UNDO_MODAL: "voice-record-undo-modal";
|
|
54
|
-
readonly VOICE_RECORD_UNDO_CANCEL_BUTTON: "voice-record-undo-cancel-button";
|
|
55
|
-
readonly VOICE_RECORD_UNDO_CONFIRM_BUTTON: "voice-record-undo-confirm-button";
|
|
56
|
-
readonly VOICE_RECORD_DELETE_MODAL: "voice-record-delete-modal";
|
|
57
|
-
readonly VOICE_RECORD_DELETE_CANCEL_BUTTON: "voice-record-delete-cancel-button";
|
|
58
|
-
readonly VOICE_RECORD_DELETE_CONFIRM_BUTTON: "voice-record-delete-confirm-button";
|
|
59
|
-
};
|
|
60
|
-
export { TEST_IDS };
|
|
61
|
-
//# sourceMappingURL=dataTestIDs.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dataTestIDs.d.ts","sourceRoot":"","sources":["../../../../src/config/dataTestIDs.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6CA6CoB,MAAM;;;;;;;;;;;;;;;;;CAkB9B,CAAA;AAEV,OAAO,EAAE,QAAQ,EAAE,CAAA"}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
declare const TEST_IDS: {
|
|
2
|
-
readonly CHAT_GET_A_HINT_BUTTON: "chat-get-a-hint-button";
|
|
3
|
-
readonly CHAT_NEED_A_HINT_BUTTON: "chat-need-a-hint-button";
|
|
4
|
-
readonly CHAT_AREA: "chat-area";
|
|
5
|
-
readonly CHAT_CLOSE_BUTTON: "chat-close-button";
|
|
6
|
-
readonly CHAT_ICON: "chat-icon";
|
|
7
|
-
readonly OPEN_CHAT_TEXT_INPUT: "open-chat-text-input";
|
|
8
|
-
readonly OPEN_CHAT_SEND_MESSAGE_BUTTON: "open-chat-send-message-button";
|
|
9
|
-
readonly OPEN_CHAT_INPUT_FIELD: "open-chat-input-field";
|
|
10
|
-
readonly CHAT_MESSAGE_SENT: "chat-message-sent";
|
|
11
|
-
readonly CHAT_MESSAGE_RECEIVED: "chat-message-received";
|
|
12
|
-
readonly CHAT_MESSAGE_LOADER: "chat-message-loader";
|
|
13
|
-
readonly CHAT_TTS_BUTTON: "chat-tts-button";
|
|
14
|
-
readonly CHAT_ERROR_SPOTTING_BUTTON: "chat-error-spotting-button";
|
|
15
|
-
readonly EOA_MODAL: "eoa-modal";
|
|
16
|
-
readonly EOA_MODAL_CLOSE_BUTTON: "eoa-modal-close-button";
|
|
17
|
-
readonly EOA_WITH_CORRECT_ANSWER: "eoa-with-correct-answer";
|
|
18
|
-
readonly EOA_WITH_NO_CORRECT_ANSWER: "eoa-with-no-correct-answer";
|
|
19
|
-
readonly EOA_PRACTICE_BUTTON: "eoa-practice-button";
|
|
20
|
-
readonly EOA_LEAVE_BUTTON: "eoa-leave-button";
|
|
21
|
-
readonly EOA_GO_TO_PROBLEM_ONE_BUTTON: "eoa-go-to-problem-one-button";
|
|
22
|
-
readonly EOA_EXAM: "eoa-exam";
|
|
23
|
-
readonly EOA_EXAM_PAUSED: "eoa-exam-paused";
|
|
24
|
-
readonly EOA_EXAM_LEAVE: "eoa-exam-leave";
|
|
25
|
-
readonly EOA_CHEAT_DETECTED: "eoa-cheat-detected";
|
|
26
|
-
readonly EXAMPLE_SOLUTION_QUESTION_SECTION: "example-solution-question-section";
|
|
27
|
-
readonly EXAMPLE_SOLUTION_SOLUTION_SECTION: "example-solution-solution-section";
|
|
28
|
-
readonly EXAMPLE_SOLUTION_MODAL: "example-solution-modal";
|
|
29
|
-
readonly FORMULA_SHEET_BUTTON: "formula-sheet-button";
|
|
30
|
-
readonly FORMULA_SHEET_MODAL: "formula-sheet-modal";
|
|
31
|
-
readonly KEYBOARD: "keyboard";
|
|
32
|
-
readonly KEYBOARD_NUMPAD: "keyboard-numpad";
|
|
33
|
-
readonly KEYBOARD_BASIC_LAYOUT: "keyboard-basic-layout";
|
|
34
|
-
readonly KEYBOARD_BASIC_PLUS_LAYOUT: "keyboard-basic-plus-layout";
|
|
35
|
-
readonly KEYBOARD_BASIC_PLUS_PLUS_LAYOUT: "keyboard-basic-plus-plus-layout";
|
|
36
|
-
readonly KEYBOARD_ALGEBRA_LAYOUT: "keyboard-algebra-layout";
|
|
37
|
-
readonly KEYBOARD_CURRENCY_KEYS: "keyboard-currency-keys";
|
|
38
|
-
readonly KEYBOARD_TIME_KEYS: "keyboard-time-keys";
|
|
39
|
-
readonly KEYBOARD_UNDERLINED_LAYOUT: "keyboard-underlined-layout";
|
|
40
|
-
readonly KEYBOARD_UNITS_LAYOUT: "keyboard-units-layout";
|
|
41
|
-
readonly KEYBOARD_MAIN_LAYOUT: "keyboard-main-layout";
|
|
42
|
-
readonly PROBLEM_SELECTOR_BUTTON: (text: string) => string;
|
|
43
|
-
readonly OPEN_ENDED_SCORE_LABEL: "open-ended-score-label";
|
|
44
|
-
readonly OPEN_ENDED_ATTEMPTS_LIMIT: "open-ended-attempts-limit";
|
|
45
|
-
readonly TEACHER_COMMENT: "teacher-comment";
|
|
46
|
-
readonly TEACHER_COMMENTS_BUTTON: "teacher-comments-button";
|
|
47
|
-
readonly NO_COMMENTS_PLACEHOLDER: "no-comments-placeholder";
|
|
48
|
-
readonly EXERCISE_CARD_COMMENTS_COUNT: "exercise-card-comments-count";
|
|
49
|
-
readonly UNREAD_COMMENTS_BADGE: "unread-comments-badge";
|
|
50
|
-
readonly VOICE_RECORD_BUTTON: "voice-record-button";
|
|
51
|
-
readonly VOICE_RECORD_TIMER: "voice-record-timer";
|
|
52
|
-
readonly VOICE_RECORD_DELETE_BUTTON: "voice-record-delete-button";
|
|
53
|
-
readonly VOICE_RECORD_UNDO_MODAL: "voice-record-undo-modal";
|
|
54
|
-
readonly VOICE_RECORD_UNDO_CANCEL_BUTTON: "voice-record-undo-cancel-button";
|
|
55
|
-
readonly VOICE_RECORD_UNDO_CONFIRM_BUTTON: "voice-record-undo-confirm-button";
|
|
56
|
-
readonly VOICE_RECORD_DELETE_MODAL: "voice-record-delete-modal";
|
|
57
|
-
readonly VOICE_RECORD_DELETE_CANCEL_BUTTON: "voice-record-delete-cancel-button";
|
|
58
|
-
readonly VOICE_RECORD_DELETE_CONFIRM_BUTTON: "voice-record-delete-confirm-button";
|
|
59
|
-
};
|
|
60
|
-
export { TEST_IDS };
|
|
61
|
-
//# sourceMappingURL=dataTestIDs.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dataTestIDs.d.ts","sourceRoot":"","sources":["../../../../src/config/dataTestIDs.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6CA6CoB,MAAM;;;;;;;;;;;;;;;;;CAkB9B,CAAA;AAEV,OAAO,EAAE,QAAQ,EAAE,CAAA"}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
const TEST_IDS = {
|
|
2
|
-
CHAT_GET_A_HINT_BUTTON: 'chat-get-a-hint-button',
|
|
3
|
-
CHAT_NEED_A_HINT_BUTTON: 'chat-need-a-hint-button',
|
|
4
|
-
CHAT_AREA: 'chat-area',
|
|
5
|
-
CHAT_CLOSE_BUTTON: 'chat-close-button',
|
|
6
|
-
CHAT_ICON: 'chat-icon',
|
|
7
|
-
OPEN_CHAT_TEXT_INPUT: 'open-chat-text-input',
|
|
8
|
-
OPEN_CHAT_SEND_MESSAGE_BUTTON: 'open-chat-send-message-button',
|
|
9
|
-
OPEN_CHAT_INPUT_FIELD: 'open-chat-input-field',
|
|
10
|
-
CHAT_MESSAGE_SENT: 'chat-message-sent',
|
|
11
|
-
CHAT_MESSAGE_RECEIVED: 'chat-message-received',
|
|
12
|
-
CHAT_MESSAGE_LOADER: 'chat-message-loader',
|
|
13
|
-
CHAT_TTS_BUTTON: 'chat-tts-button',
|
|
14
|
-
CHAT_ERROR_SPOTTING_BUTTON: 'chat-error-spotting-button',
|
|
15
|
-
|
|
16
|
-
EOA_MODAL: 'eoa-modal',
|
|
17
|
-
EOA_MODAL_CLOSE_BUTTON: 'eoa-modal-close-button',
|
|
18
|
-
EOA_WITH_CORRECT_ANSWER: 'eoa-with-correct-answer',
|
|
19
|
-
EOA_WITH_NO_CORRECT_ANSWER: 'eoa-with-no-correct-answer',
|
|
20
|
-
EOA_PRACTICE_BUTTON: 'eoa-practice-button',
|
|
21
|
-
EOA_LEAVE_BUTTON: 'eoa-leave-button',
|
|
22
|
-
EOA_GO_TO_PROBLEM_ONE_BUTTON: 'eoa-go-to-problem-one-button',
|
|
23
|
-
EOA_EXAM: 'eoa-exam',
|
|
24
|
-
EOA_EXAM_PAUSED: 'eoa-exam-paused',
|
|
25
|
-
EOA_EXAM_LEAVE: 'eoa-exam-leave',
|
|
26
|
-
EOA_CHEAT_DETECTED: 'eoa-cheat-detected',
|
|
27
|
-
|
|
28
|
-
EXAMPLE_SOLUTION_QUESTION_SECTION: 'example-solution-question-section',
|
|
29
|
-
EXAMPLE_SOLUTION_SOLUTION_SECTION: 'example-solution-solution-section',
|
|
30
|
-
EXAMPLE_SOLUTION_MODAL: 'example-solution-modal',
|
|
31
|
-
FORMULA_SHEET_BUTTON: 'formula-sheet-button',
|
|
32
|
-
FORMULA_SHEET_MODAL: 'formula-sheet-modal',
|
|
33
|
-
|
|
34
|
-
KEYBOARD: 'keyboard',
|
|
35
|
-
KEYBOARD_NUMPAD: 'keyboard-numpad',
|
|
36
|
-
KEYBOARD_BASIC_LAYOUT: 'keyboard-basic-layout',
|
|
37
|
-
KEYBOARD_BASIC_PLUS_LAYOUT: 'keyboard-basic-plus-layout',
|
|
38
|
-
KEYBOARD_BASIC_PLUS_PLUS_LAYOUT: 'keyboard-basic-plus-plus-layout',
|
|
39
|
-
KEYBOARD_ALGEBRA_LAYOUT: 'keyboard-algebra-layout',
|
|
40
|
-
KEYBOARD_CURRENCY_KEYS: 'keyboard-currency-keys',
|
|
41
|
-
KEYBOARD_TIME_KEYS: 'keyboard-time-keys',
|
|
42
|
-
KEYBOARD_UNDERLINED_LAYOUT: 'keyboard-underlined-layout',
|
|
43
|
-
KEYBOARD_UNITS_LAYOUT: 'keyboard-units-layout',
|
|
44
|
-
KEYBOARD_MAIN_LAYOUT: 'keyboard-main-layout',
|
|
45
|
-
|
|
46
|
-
PROBLEM_SELECTOR_BUTTON: (text: string) => `problem-selector-button-${text}`,
|
|
47
|
-
OPEN_ENDED_SCORE_LABEL: 'open-ended-score-label',
|
|
48
|
-
OPEN_ENDED_ATTEMPTS_LIMIT: 'open-ended-attempts-limit',
|
|
49
|
-
TEACHER_COMMENT: 'teacher-comment',
|
|
50
|
-
TEACHER_COMMENTS_BUTTON: 'teacher-comments-button',
|
|
51
|
-
NO_COMMENTS_PLACEHOLDER: 'no-comments-placeholder',
|
|
52
|
-
EXERCISE_CARD_COMMENTS_COUNT: 'exercise-card-comments-count',
|
|
53
|
-
UNREAD_COMMENTS_BADGE: 'unread-comments-badge',
|
|
54
|
-
|
|
55
|
-
VOICE_RECORD_BUTTON: 'voice-record-button',
|
|
56
|
-
VOICE_RECORD_TIMER: 'voice-record-timer',
|
|
57
|
-
VOICE_RECORD_DELETE_BUTTON: 'voice-record-delete-button',
|
|
58
|
-
VOICE_RECORD_UNDO_MODAL: 'voice-record-undo-modal',
|
|
59
|
-
VOICE_RECORD_UNDO_CANCEL_BUTTON: 'voice-record-undo-cancel-button',
|
|
60
|
-
VOICE_RECORD_UNDO_CONFIRM_BUTTON: 'voice-record-undo-confirm-button',
|
|
61
|
-
VOICE_RECORD_DELETE_MODAL: 'voice-record-delete-modal',
|
|
62
|
-
VOICE_RECORD_DELETE_CANCEL_BUTTON: 'voice-record-delete-cancel-button',
|
|
63
|
-
VOICE_RECORD_DELETE_CONFIRM_BUTTON: 'voice-record-delete-confirm-button',
|
|
64
|
-
} as const
|
|
65
|
-
|
|
66
|
-
export { TEST_IDS }
|