@digabi/exam-engine-core 23.9.2 → 23.10.1-alpha.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/dist/__tests__/examServerApi.d.ts.map +1 -1
- package/dist/__tests__/examServerApi.js +2 -0
- package/dist/__tests__/examServerApi.js.map +1 -1
- package/dist/__tests__/playwright/exam/AudioAnswer.test.d.ts +2 -0
- package/dist/__tests__/playwright/exam/AudioAnswer.test.d.ts.map +1 -0
- package/dist/__tests__/playwright/exam/AudioAnswer.test.js +30 -0
- package/dist/__tests__/playwright/exam/AudioAnswer.test.js.map +1 -0
- package/dist/__tests__/playwright/stories/exam/AudioAnswer.story.d.ts +8 -0
- package/dist/__tests__/playwright/stories/exam/AudioAnswer.story.d.ts.map +1 -0
- package/dist/__tests__/playwright/stories/exam/AudioAnswer.story.js +34 -0
- package/dist/__tests__/playwright/stories/exam/AudioAnswer.story.js.map +1 -0
- package/dist/__tests__/tsconfig.tsbuildinfo +1 -1
- package/dist/components/context/QuestionContext.d.ts.map +1 -1
- package/dist/components/context/QuestionContext.js +1 -1
- package/dist/components/context/QuestionContext.js.map +1 -1
- package/dist/components/exam/AudioAnswer.d.ts +7 -0
- package/dist/components/exam/AudioAnswer.d.ts.map +1 -0
- package/dist/components/exam/AudioAnswer.js +34 -0
- package/dist/components/exam/AudioAnswer.js.map +1 -0
- package/dist/components/exam/Exam.d.ts.map +1 -1
- package/dist/components/exam/Exam.js +3 -1
- package/dist/components/exam/Exam.js.map +1 -1
- package/dist/components/exam/internal/AudioRecorder.d.ts +11 -0
- package/dist/components/exam/internal/AudioRecorder.d.ts.map +1 -0
- package/dist/components/exam/internal/AudioRecorder.js +115 -0
- package/dist/components/exam/internal/AudioRecorder.js.map +1 -0
- package/dist/components/exam/internal/MyAudioRecorder.d.ts +10 -0
- package/dist/components/exam/internal/MyAudioRecorder.d.ts.map +1 -0
- package/dist/components/exam/internal/MyAudioRecorder.js +106 -0
- package/dist/components/exam/internal/MyAudioRecorder.js.map +1 -0
- package/dist/components/exam/internal/MyMediaRecorder.d.ts +10 -0
- package/dist/components/exam/internal/MyMediaRecorder.d.ts.map +1 -0
- package/dist/components/exam/internal/MyMediaRecorder.js +91 -0
- package/dist/components/exam/internal/MyMediaRecorder.js.map +1 -0
- package/dist/components/grading/GradingAnswer.d.ts +2 -6
- package/dist/components/grading/GradingAnswer.d.ts.map +1 -1
- package/dist/components/grading/GradingAnswer.js +4 -3
- package/dist/components/grading/GradingAnswer.js.map +1 -1
- package/dist/components/results/AudioAnswer.d.ts +6 -0
- package/dist/components/results/AudioAnswer.d.ts.map +1 -0
- package/dist/components/results/AudioAnswer.js +33 -0
- package/dist/components/results/AudioAnswer.js.map +1 -0
- package/dist/components/results/Results.d.ts.map +1 -1
- package/dist/components/results/Results.js +3 -1
- package/dist/components/results/Results.js.map +1 -1
- package/dist/components/shared/Audio.js +2 -2
- package/dist/components/shared/Audio.js.map +1 -1
- package/dist/components/shared/AudioTest.js +2 -2
- package/dist/components/shared/AudioTest.js.map +1 -1
- package/dist/components/shared/internal/AudioError.d.ts +8 -0
- package/dist/components/shared/internal/AudioError.d.ts.map +1 -0
- package/dist/{src/components/shared/internal/AudioPlaybackError.js → components/shared/internal/AudioError.js} +3 -3
- package/dist/components/shared/internal/AudioError.js.map +1 -0
- package/dist/components/shared/internal/AudioErrorRemoveMe.d.ts +8 -0
- package/dist/components/shared/internal/AudioErrorRemoveMe.d.ts.map +1 -0
- package/dist/components/shared/internal/AudioErrorRemoveMe.js +17 -0
- package/dist/components/shared/internal/AudioErrorRemoveMe.js.map +1 -0
- package/dist/dom-utils.js +1 -1
- package/dist/dom-utils.js.map +1 -1
- package/dist/i18n/fi-FI.d.ts +5 -0
- package/dist/i18n/fi-FI.d.ts.map +1 -1
- package/dist/i18n/fi-FI.js +5 -0
- package/dist/i18n/fi-FI.js.map +1 -1
- package/dist/i18n/sv-FI.d.ts.map +1 -1
- package/dist/i18n/sv-FI.js +5 -0
- package/dist/i18n/sv-FI.js.map +1 -1
- package/dist/main-bundle.js +1 -1
- package/dist/main.css +1 -1
- package/dist/parser/parseExamStructure.d.ts +8 -1
- package/dist/parser/parseExamStructure.d.ts.map +1 -1
- package/dist/parser/parseExamStructure.js +1 -1
- package/dist/parser/parseExamStructure.js.map +1 -1
- package/dist/store/audio/actions.d.ts +3 -3
- package/dist/store/audio/actions.d.ts.map +1 -1
- package/dist/store/audio/actions.js.map +1 -1
- package/dist/store/audio/reducer.d.ts +2 -2
- package/dist/store/audio/reducer.d.ts.map +1 -1
- package/dist/store/index.d.ts +1 -1
- package/dist/store/selectors.d.ts +2 -2
- package/dist/store/selectors.d.ts.map +1 -1
- package/dist/store/selectors.js.map +1 -1
- package/dist/types/ExamAnswer.d.ts +5 -1
- package/dist/types/ExamAnswer.d.ts.map +1 -1
- package/dist/types/ExamServerAPI.d.ts +11 -3
- package/dist/types/ExamServerAPI.d.ts.map +1 -1
- package/dist/types/GradingStructure.d.ts +7 -1
- package/dist/types/GradingStructure.d.ts.map +1 -1
- package/dist/validateAnswers.d.ts.map +1 -1
- package/dist/validateAnswers.js +1 -0
- package/dist/validateAnswers.js.map +1 -1
- package/package.json +2 -2
- package/dist/__tests__/annotations.test.d.ts +0 -2
- package/dist/__tests__/annotations.test.d.ts.map +0 -1
- package/dist/__tests__/annotations.test.js +0 -306
- package/dist/__tests__/annotations.test.js.map +0 -1
- package/dist/__tests__/playwright/Annotations.test.d.ts +0 -2
- package/dist/__tests__/playwright/Annotations.test.d.ts.map +0 -1
- package/dist/__tests__/playwright/Annotations.test.js +0 -169
- package/dist/__tests__/playwright/Annotations.test.js.map +0 -1
- package/dist/__tests__/playwright/attachments/Attachments.test.d.ts +0 -2
- package/dist/__tests__/playwright/attachments/Attachments.test.d.ts.map +0 -1
- package/dist/__tests__/playwright/attachments/Attachments.test.js +0 -30
- package/dist/__tests__/playwright/attachments/Attachments.test.js.map +0 -1
- package/dist/__tests__/playwright/grading-instructions/GradingInstructions.test.d.ts +0 -2
- package/dist/__tests__/playwright/grading-instructions/GradingInstructions.test.d.ts.map +0 -1
- package/dist/__tests__/playwright/grading-instructions/GradingInstructions.test.js +0 -30
- package/dist/__tests__/playwright/grading-instructions/GradingInstructions.test.js.map +0 -1
- package/dist/__tests__/playwright/stories/Annotations.story.d.ts +0 -15
- package/dist/__tests__/playwright/stories/Annotations.story.d.ts.map +0 -1
- package/dist/__tests__/playwright/stories/Annotations.story.js +0 -27
- package/dist/__tests__/playwright/stories/Annotations.story.js.map +0 -1
- package/dist/__tests__/playwright/stories/attachments/Attachments.story.d.ts +0 -13
- package/dist/__tests__/playwright/stories/attachments/Attachments.story.d.ts.map +0 -1
- package/dist/__tests__/playwright/stories/attachments/Attachments.story.js +0 -17
- package/dist/__tests__/playwright/stories/attachments/Attachments.story.js.map +0 -1
- package/dist/__tests__/playwright/stories/grading-intructions/GradingInstructions.story.d.ts +0 -13
- package/dist/__tests__/playwright/stories/grading-intructions/GradingInstructions.story.d.ts.map +0 -1
- package/dist/__tests__/playwright/stories/grading-intructions/GradingInstructions.story.js +0 -16
- package/dist/__tests__/playwright/stories/grading-intructions/GradingInstructions.story.js.map +0 -1
- package/dist/assets/NotoMono.ttf +0 -0
- package/dist/assets/NotoSans-Bold.ttf +0 -0
- package/dist/assets/NotoSans-BoldItalic.ttf +0 -0
- package/dist/assets/NotoSans-Italic.ttf +0 -0
- package/dist/assets/NotoSans-Light.ttf +0 -0
- package/dist/assets/NotoSans-LightItalic.ttf +0 -0
- package/dist/assets/NotoSans-Regular.ttf +0 -0
- package/dist/assets/NotoSans-SemiBold.ttf +0 -0
- package/dist/assets/NotoSans-SemiBoldItalic.ttf +0 -0
- package/dist/assets/closeButton.svg +0 -1
- package/dist/assets/collapse.svg +0 -12
- package/dist/assets/expand.svg +0 -12
- package/dist/assets/helpButton.svg +0 -9
- package/dist/assets/redoButton.svg +0 -5
- package/dist/assets/undoButton.svg +0 -5
- package/dist/components/exam/ExamineExam.d.ts +0 -5
- package/dist/components/exam/ExamineExam.d.ts.map +0 -1
- package/dist/components/exam/ExamineExam.js +0 -20
- package/dist/components/exam/ExamineExam.js.map +0 -1
- package/dist/components/grading/examAnnotationUtils.d.ts +0 -3
- package/dist/components/grading/examAnnotationUtils.d.ts.map +0 -1
- package/dist/components/grading/examAnnotationUtils.js +0 -104
- package/dist/components/grading/examAnnotationUtils.js.map +0 -1
- package/dist/components/shared/AnnotatableText.d.ts +0 -5
- package/dist/components/shared/AnnotatableText.d.ts.map +0 -1
- package/dist/components/shared/AnnotatableText.js +0 -25
- package/dist/components/shared/AnnotatableText.js.map +0 -1
- package/dist/components/shared/AnnotationMark.d.ts +0 -9
- package/dist/components/shared/AnnotationMark.d.ts.map +0 -1
- package/dist/components/shared/AnnotationMark.js +0 -14
- package/dist/components/shared/AnnotationMark.js.map +0 -1
- package/dist/components/shared/AnnotationPopup.d.ts +0 -3
- package/dist/components/shared/AnnotationPopup.d.ts.map +0 -1
- package/dist/components/shared/AnnotationPopup.js +0 -21
- package/dist/components/shared/AnnotationPopup.js.map +0 -1
- package/dist/components/shared/markText.d.ts +0 -5
- package/dist/components/shared/markText.d.ts.map +0 -1
- package/dist/components/shared/markText.js +0 -72
- package/dist/components/shared/markText.js.map +0 -1
- package/dist/components/surround.d.ts +0 -8
- package/dist/components/surround.d.ts.map +0 -1
- package/dist/components/surround.js +0 -19
- package/dist/components/surround.js.map +0 -1
- package/dist/src/components/AnswerToolbar.d.ts +0 -18
- package/dist/src/components/AnswerToolbar.d.ts.map +0 -1
- package/dist/src/components/AnswerToolbar.js +0 -36
- package/dist/src/components/AnswerToolbar.js.map +0 -1
- package/dist/src/components/AnsweringInstructions.d.ts +0 -12
- package/dist/src/components/AnsweringInstructions.d.ts.map +0 -1
- package/dist/src/components/AnsweringInstructions.js +0 -24
- package/dist/src/components/AnsweringInstructions.js.map +0 -1
- package/dist/src/components/DocumentTitle.d.ts +0 -5
- package/dist/src/components/DocumentTitle.d.ts.map +0 -1
- package/dist/src/components/DocumentTitle.js +0 -13
- package/dist/src/components/DocumentTitle.js.map +0 -1
- package/dist/src/components/NotificationIcon.d.ts +0 -4
- package/dist/src/components/NotificationIcon.d.ts.map +0 -1
- package/dist/src/components/NotificationIcon.js +0 -6
- package/dist/src/components/NotificationIcon.js.map +0 -1
- package/dist/src/components/RenderChildNodes.d.ts +0 -5
- package/dist/src/components/RenderChildNodes.d.ts.map +0 -1
- package/dist/src/components/RenderChildNodes.js +0 -7
- package/dist/src/components/RenderChildNodes.js.map +0 -1
- package/dist/src/components/RenderExamElements.d.ts +0 -6
- package/dist/src/components/RenderExamElements.d.ts.map +0 -1
- package/dist/src/components/RenderExamElements.js +0 -6
- package/dist/src/components/RenderExamElements.js.map +0 -1
- package/dist/src/components/RenderIf.d.ts +0 -4
- package/dist/src/components/RenderIf.d.ts.map +0 -1
- package/dist/src/components/RenderIf.js +0 -8
- package/dist/src/components/RenderIf.js.map +0 -1
- package/dist/src/components/ScreenReaderOnly.d.ts +0 -5
- package/dist/src/components/ScreenReaderOnly.d.ts.map +0 -1
- package/dist/src/components/ScreenReaderOnly.js +0 -3
- package/dist/src/components/ScreenReaderOnly.js.map +0 -1
- package/dist/src/components/SectionElement.d.ts +0 -4
- package/dist/src/components/SectionElement.d.ts.map +0 -1
- package/dist/src/components/SectionElement.js +0 -8
- package/dist/src/components/SectionElement.js.map +0 -1
- package/dist/src/components/attachments/Attachment.d.ts +0 -4
- package/dist/src/components/attachments/Attachment.d.ts.map +0 -1
- package/dist/src/components/attachments/Attachment.js +0 -8
- package/dist/src/components/attachments/Attachment.js.map +0 -1
- package/dist/src/components/attachments/AttachmentTitle.d.ts +0 -6
- package/dist/src/components/attachments/AttachmentTitle.d.ts.map +0 -1
- package/dist/src/components/attachments/AttachmentTitle.js +0 -12
- package/dist/src/components/attachments/AttachmentTitle.js.map +0 -1
- package/dist/src/components/attachments/Attachments.d.ts +0 -5
- package/dist/src/components/attachments/Attachments.d.ts.map +0 -1
- package/dist/src/components/attachments/Attachments.js +0 -55
- package/dist/src/components/attachments/Attachments.js.map +0 -1
- package/dist/src/components/attachments/ExternalMaterial.d.ts +0 -9
- package/dist/src/components/attachments/ExternalMaterial.d.ts.map +0 -1
- package/dist/src/components/attachments/ExternalMaterial.js +0 -46
- package/dist/src/components/attachments/ExternalMaterial.js.map +0 -1
- package/dist/src/components/attachments/Question.d.ts +0 -4
- package/dist/src/components/attachments/Question.d.ts.map +0 -1
- package/dist/src/components/attachments/Question.js +0 -16
- package/dist/src/components/attachments/Question.js.map +0 -1
- package/dist/src/components/attachments/QuestionTitle.d.ts +0 -6
- package/dist/src/components/attachments/QuestionTitle.d.ts.map +0 -1
- package/dist/src/components/attachments/QuestionTitle.js +0 -15
- package/dist/src/components/attachments/QuestionTitle.js.map +0 -1
- package/dist/src/components/context/AnnotationProvider.d.ts +0 -16
- package/dist/src/components/context/AnnotationProvider.d.ts.map +0 -1
- package/dist/src/components/context/AnnotationProvider.js +0 -35
- package/dist/src/components/context/AnnotationProvider.js.map +0 -1
- package/dist/src/components/context/AttachmentContext.d.ts +0 -13
- package/dist/src/components/context/AttachmentContext.d.ts.map +0 -1
- package/dist/src/components/context/AttachmentContext.js +0 -12
- package/dist/src/components/context/AttachmentContext.js.map +0 -1
- package/dist/src/components/context/CommonExamContext.d.ts +0 -22
- package/dist/src/components/context/CommonExamContext.d.ts.map +0 -1
- package/dist/src/components/context/CommonExamContext.js +0 -28
- package/dist/src/components/context/CommonExamContext.js.map +0 -1
- package/dist/src/components/context/ExamContext.d.ts +0 -9
- package/dist/src/components/context/ExamContext.d.ts.map +0 -1
- package/dist/src/components/context/ExamContext.js +0 -11
- package/dist/src/components/context/ExamContext.js.map +0 -1
- package/dist/src/components/context/IsInSidebarContext.d.ts +0 -6
- package/dist/src/components/context/IsInSidebarContext.d.ts.map +0 -1
- package/dist/src/components/context/IsInSidebarContext.js +0 -3
- package/dist/src/components/context/IsInSidebarContext.js.map +0 -1
- package/dist/src/components/context/QuestionContext.d.ts +0 -14
- package/dist/src/components/context/QuestionContext.d.ts.map +0 -1
- package/dist/src/components/context/QuestionContext.js +0 -27
- package/dist/src/components/context/QuestionContext.js.map +0 -1
- package/dist/src/components/context/ResultsContext.d.ts +0 -17
- package/dist/src/components/context/ResultsContext.d.ts.map +0 -1
- package/dist/src/components/context/ResultsContext.js +0 -69
- package/dist/src/components/context/ResultsContext.js.map +0 -1
- package/dist/src/components/context/SectionContext.d.ts +0 -12
- package/dist/src/components/context/SectionContext.d.ts.map +0 -1
- package/dist/src/components/context/SectionContext.js +0 -21
- package/dist/src/components/context/SectionContext.js.map +0 -1
- package/dist/src/components/context/TOCContext.d.ts +0 -7
- package/dist/src/components/context/TOCContext.d.ts.map +0 -1
- package/dist/src/components/context/TOCContext.js +0 -3
- package/dist/src/components/context/TOCContext.js.map +0 -1
- package/dist/src/components/context/withContext.d.ts +0 -3
- package/dist/src/components/context/withContext.d.ts.map +0 -1
- package/dist/src/components/context/withContext.js +0 -12
- package/dist/src/components/context/withContext.js.map +0 -1
- package/dist/src/components/exam/Attachment.d.ts +0 -4
- package/dist/src/components/exam/Attachment.d.ts.map +0 -1
- package/dist/src/components/exam/Attachment.js +0 -8
- package/dist/src/components/exam/Attachment.js.map +0 -1
- package/dist/src/components/exam/ChoiceAnswer.d.ts +0 -5
- package/dist/src/components/exam/ChoiceAnswer.d.ts.map +0 -1
- package/dist/src/components/exam/ChoiceAnswer.js +0 -53
- package/dist/src/components/exam/ChoiceAnswer.js.map +0 -1
- package/dist/src/components/exam/DropdownAnswer.d.ts +0 -5
- package/dist/src/components/exam/DropdownAnswer.d.ts.map +0 -1
- package/dist/src/components/exam/DropdownAnswer.js +0 -101
- package/dist/src/components/exam/DropdownAnswer.js.map +0 -1
- package/dist/src/components/exam/Exam.d.ts +0 -48
- package/dist/src/components/exam/Exam.d.ts.map +0 -1
- package/dist/src/components/exam/Exam.js +0 -195
- package/dist/src/components/exam/Exam.js.map +0 -1
- package/dist/src/components/exam/ExamFooter.d.ts +0 -6
- package/dist/src/components/exam/ExamFooter.d.ts.map +0 -1
- package/dist/src/components/exam/ExamFooter.js +0 -6
- package/dist/src/components/exam/ExamFooter.js.map +0 -1
- package/dist/src/components/exam/ExamInstruction.d.ts +0 -6
- package/dist/src/components/exam/ExamInstruction.d.ts.map +0 -1
- package/dist/src/components/exam/ExamInstruction.js +0 -6
- package/dist/src/components/exam/ExamInstruction.js.map +0 -1
- package/dist/src/components/exam/ExternalMaterial.d.ts +0 -10
- package/dist/src/components/exam/ExternalMaterial.d.ts.map +0 -1
- package/dist/src/components/exam/ExternalMaterial.js +0 -33
- package/dist/src/components/exam/ExternalMaterial.js.map +0 -1
- package/dist/src/components/exam/GoToExamineAnswersButton.d.ts +0 -5
- package/dist/src/components/exam/GoToExamineAnswersButton.d.ts.map +0 -1
- package/dist/src/components/exam/GoToExamineAnswersButton.js +0 -18
- package/dist/src/components/exam/GoToExamineAnswersButton.js.map +0 -1
- package/dist/src/components/exam/Hints.d.ts +0 -5
- package/dist/src/components/exam/Hints.d.ts.map +0 -1
- package/dist/src/components/exam/Hints.js +0 -31
- package/dist/src/components/exam/Hints.js.map +0 -1
- package/dist/src/components/exam/Question.d.ts +0 -8
- package/dist/src/components/exam/Question.d.ts.map +0 -1
- package/dist/src/components/exam/Question.js +0 -75
- package/dist/src/components/exam/Question.js.map +0 -1
- package/dist/src/components/exam/QuestionInstruction.d.ts +0 -6
- package/dist/src/components/exam/QuestionInstruction.d.ts.map +0 -1
- package/dist/src/components/exam/QuestionInstruction.js +0 -8
- package/dist/src/components/exam/QuestionInstruction.js.map +0 -1
- package/dist/src/components/exam/QuestionTitle.d.ts +0 -5
- package/dist/src/components/exam/QuestionTitle.d.ts.map +0 -1
- package/dist/src/components/exam/QuestionTitle.js +0 -26
- package/dist/src/components/exam/QuestionTitle.js.map +0 -1
- package/dist/src/components/exam/RichTextAnswer.d.ts +0 -41
- package/dist/src/components/exam/RichTextAnswer.d.ts.map +0 -1
- package/dist/src/components/exam/RichTextAnswer.js +0 -79
- package/dist/src/components/exam/RichTextAnswer.js.map +0 -1
- package/dist/src/components/exam/Section.d.ts +0 -4
- package/dist/src/components/exam/Section.d.ts.map +0 -1
- package/dist/src/components/exam/Section.js +0 -49
- package/dist/src/components/exam/Section.js.map +0 -1
- package/dist/src/components/exam/SectionInstruction.d.ts +0 -6
- package/dist/src/components/exam/SectionInstruction.d.ts.map +0 -1
- package/dist/src/components/exam/SectionInstruction.js +0 -6
- package/dist/src/components/exam/SectionInstruction.js.map +0 -1
- package/dist/src/components/exam/SectionTitle.d.ts +0 -6
- package/dist/src/components/exam/SectionTitle.d.ts.map +0 -1
- package/dist/src/components/exam/SectionTitle.js +0 -30
- package/dist/src/components/exam/SectionTitle.js.map +0 -1
- package/dist/src/components/exam/StudentNameHeader.d.ts +0 -8
- package/dist/src/components/exam/StudentNameHeader.d.ts.map +0 -1
- package/dist/src/components/exam/StudentNameHeader.js +0 -3
- package/dist/src/components/exam/StudentNameHeader.js.map +0 -1
- package/dist/src/components/exam/TextAnswer.d.ts +0 -6
- package/dist/src/components/exam/TextAnswer.d.ts.map +0 -1
- package/dist/src/components/exam/TextAnswer.js +0 -20
- package/dist/src/components/exam/TextAnswer.js.map +0 -1
- package/dist/src/components/exam/UndoHistoryEntry.d.ts +0 -19
- package/dist/src/components/exam/UndoHistoryEntry.d.ts.map +0 -1
- package/dist/src/components/exam/UndoHistoryEntry.js +0 -39
- package/dist/src/components/exam/UndoHistoryEntry.js.map +0 -1
- package/dist/src/components/exam/UndoView.d.ts +0 -35
- package/dist/src/components/exam/UndoView.d.ts.map +0 -1
- package/dist/src/components/exam/UndoView.js +0 -162
- package/dist/src/components/exam/UndoView.js.map +0 -1
- package/dist/src/components/exam/internal/ErrorIndicator.d.ts +0 -9
- package/dist/src/components/exam/internal/ErrorIndicator.d.ts.map +0 -1
- package/dist/src/components/exam/internal/ErrorIndicator.js +0 -63
- package/dist/src/components/exam/internal/ErrorIndicator.js.map +0 -1
- package/dist/src/components/exam/internal/ProgressBar.d.ts +0 -8
- package/dist/src/components/exam/internal/ProgressBar.d.ts.map +0 -1
- package/dist/src/components/exam/internal/ProgressBar.js +0 -19
- package/dist/src/components/exam/internal/ProgressBar.js.map +0 -1
- package/dist/src/components/exam/internal/SaveIndicator.d.ts +0 -5
- package/dist/src/components/exam/internal/SaveIndicator.d.ts.map +0 -1
- package/dist/src/components/exam/internal/SaveIndicator.js +0 -16
- package/dist/src/components/exam/internal/SaveIndicator.js.map +0 -1
- package/dist/src/components/exam/internal/TextAnswerInput.d.ts +0 -6
- package/dist/src/components/exam/internal/TextAnswerInput.d.ts.map +0 -1
- package/dist/src/components/exam/internal/TextAnswerInput.js +0 -128
- package/dist/src/components/exam/internal/TextAnswerInput.js.map +0 -1
- package/dist/src/components/grading/AnswerCharacterCounter.d.ts +0 -6
- package/dist/src/components/grading/AnswerCharacterCounter.d.ts.map +0 -1
- package/dist/src/components/grading/AnswerCharacterCounter.js +0 -21
- package/dist/src/components/grading/AnswerCharacterCounter.js.map +0 -1
- package/dist/src/components/grading/GradingAnswer.d.ts +0 -24
- package/dist/src/components/grading/GradingAnswer.d.ts.map +0 -1
- package/dist/src/components/grading/GradingAnswer.js +0 -306
- package/dist/src/components/grading/GradingAnswer.js.map +0 -1
- package/dist/src/components/grading/GradingAnswerAnnotationList.d.ts +0 -9
- package/dist/src/components/grading/GradingAnswerAnnotationList.d.ts.map +0 -1
- package/dist/src/components/grading/GradingAnswerAnnotationList.js +0 -19
- package/dist/src/components/grading/GradingAnswerAnnotationList.js.map +0 -1
- package/dist/src/components/grading/editAnnotations.d.ts +0 -29
- package/dist/src/components/grading/editAnnotations.d.ts.map +0 -1
- package/dist/src/components/grading/editAnnotations.js +0 -190
- package/dist/src/components/grading/editAnnotations.js.map +0 -1
- package/dist/src/components/grading/examAnnotationUtils.d.ts +0 -3
- package/dist/src/components/grading/examAnnotationUtils.d.ts.map +0 -1
- package/dist/src/components/grading/examAnnotationUtils.js +0 -44
- package/dist/src/components/grading/examAnnotationUtils.js.map +0 -1
- package/dist/src/components/grading/largeImageDetector.d.ts +0 -3
- package/dist/src/components/grading/largeImageDetector.d.ts.map +0 -1
- package/dist/src/components/grading/largeImageDetector.js +0 -45
- package/dist/src/components/grading/largeImageDetector.js.map +0 -1
- package/dist/src/components/grading-instructions/AnswerGradingInstruction.d.ts +0 -5
- package/dist/src/components/grading-instructions/AnswerGradingInstruction.d.ts.map +0 -1
- package/dist/src/components/grading-instructions/AnswerGradingInstruction.js +0 -4
- package/dist/src/components/grading-instructions/AnswerGradingInstruction.js.map +0 -1
- package/dist/src/components/grading-instructions/AutogradedAnswer.d.ts +0 -5
- package/dist/src/components/grading-instructions/AutogradedAnswer.d.ts.map +0 -1
- package/dist/src/components/grading-instructions/AutogradedAnswer.js +0 -34
- package/dist/src/components/grading-instructions/AutogradedAnswer.js.map +0 -1
- package/dist/src/components/grading-instructions/AutogradedAnswerOption.d.ts +0 -5
- package/dist/src/components/grading-instructions/AutogradedAnswerOption.d.ts.map +0 -1
- package/dist/src/components/grading-instructions/AutogradedAnswerOption.js +0 -17
- package/dist/src/components/grading-instructions/AutogradedAnswerOption.js.map +0 -1
- package/dist/src/components/grading-instructions/ExamGradingInstruction.d.ts +0 -5
- package/dist/src/components/grading-instructions/ExamGradingInstruction.d.ts.map +0 -1
- package/dist/src/components/grading-instructions/ExamGradingInstruction.js +0 -4
- package/dist/src/components/grading-instructions/ExamGradingInstruction.js.map +0 -1
- package/dist/src/components/grading-instructions/GradingInstructions.d.ts +0 -6
- package/dist/src/components/grading-instructions/GradingInstructions.d.ts.map +0 -1
- package/dist/src/components/grading-instructions/GradingInstructions.js +0 -109
- package/dist/src/components/grading-instructions/GradingInstructions.js.map +0 -1
- package/dist/src/components/grading-instructions/Question.d.ts +0 -4
- package/dist/src/components/grading-instructions/Question.d.ts.map +0 -1
- package/dist/src/components/grading-instructions/Question.js +0 -14
- package/dist/src/components/grading-instructions/Question.js.map +0 -1
- package/dist/src/components/grading-instructions/QuestionTitle.d.ts +0 -5
- package/dist/src/components/grading-instructions/QuestionTitle.d.ts.map +0 -1
- package/dist/src/components/grading-instructions/QuestionTitle.js +0 -19
- package/dist/src/components/grading-instructions/QuestionTitle.js.map +0 -1
- package/dist/src/components/grading-instructions/Recording.d.ts +0 -5
- package/dist/src/components/grading-instructions/Recording.d.ts.map +0 -1
- package/dist/src/components/grading-instructions/Recording.js +0 -19
- package/dist/src/components/grading-instructions/Recording.js.map +0 -1
- package/dist/src/components/grading-instructions/Section.d.ts +0 -4
- package/dist/src/components/grading-instructions/Section.d.ts.map +0 -1
- package/dist/src/components/grading-instructions/Section.js +0 -10
- package/dist/src/components/grading-instructions/Section.js.map +0 -1
- package/dist/src/components/grading-instructions/SectionTitle.d.ts +0 -5
- package/dist/src/components/grading-instructions/SectionTitle.d.ts.map +0 -1
- package/dist/src/components/grading-instructions/SectionTitle.js +0 -16
- package/dist/src/components/grading-instructions/SectionTitle.js.map +0 -1
- package/dist/src/components/results/ChoiceAnswer.d.ts +0 -6
- package/dist/src/components/results/ChoiceAnswer.d.ts.map +0 -1
- package/dist/src/components/results/ChoiceAnswer.js +0 -57
- package/dist/src/components/results/ChoiceAnswer.js.map +0 -1
- package/dist/src/components/results/DropdownAnswer.d.ts +0 -6
- package/dist/src/components/results/DropdownAnswer.d.ts.map +0 -1
- package/dist/src/components/results/DropdownAnswer.js +0 -43
- package/dist/src/components/results/DropdownAnswer.js.map +0 -1
- package/dist/src/components/results/EndExamSession.d.ts +0 -8
- package/dist/src/components/results/EndExamSession.d.ts.map +0 -1
- package/dist/src/components/results/EndExamSession.js +0 -20
- package/dist/src/components/results/EndExamSession.js.map +0 -1
- package/dist/src/components/results/MultiLineAnswer.d.ts +0 -8
- package/dist/src/components/results/MultiLineAnswer.d.ts.map +0 -1
- package/dist/src/components/results/MultiLineAnswer.js +0 -22
- package/dist/src/components/results/MultiLineAnswer.js.map +0 -1
- package/dist/src/components/results/Question.d.ts +0 -4
- package/dist/src/components/results/Question.d.ts.map +0 -1
- package/dist/src/components/results/Question.js +0 -31
- package/dist/src/components/results/Question.js.map +0 -1
- package/dist/src/components/results/QuestionTitle.d.ts +0 -6
- package/dist/src/components/results/QuestionTitle.d.ts.map +0 -1
- package/dist/src/components/results/QuestionTitle.js +0 -26
- package/dist/src/components/results/QuestionTitle.js.map +0 -1
- package/dist/src/components/results/Results.d.ts +0 -19
- package/dist/src/components/results/Results.d.ts.map +0 -1
- package/dist/src/components/results/Results.js +0 -136
- package/dist/src/components/results/Results.js.map +0 -1
- package/dist/src/components/results/ScoredTextAnswer.d.ts +0 -6
- package/dist/src/components/results/ScoredTextAnswer.d.ts.map +0 -1
- package/dist/src/components/results/ScoredTextAnswer.js +0 -22
- package/dist/src/components/results/ScoredTextAnswer.js.map +0 -1
- package/dist/src/components/results/Section.d.ts +0 -4
- package/dist/src/components/results/Section.d.ts.map +0 -1
- package/dist/src/components/results/Section.js +0 -11
- package/dist/src/components/results/Section.js.map +0 -1
- package/dist/src/components/results/SingleLineAnswer.d.ts +0 -12
- package/dist/src/components/results/SingleLineAnswer.d.ts.map +0 -1
- package/dist/src/components/results/SingleLineAnswer.js +0 -26
- package/dist/src/components/results/SingleLineAnswer.js.map +0 -1
- package/dist/src/components/results/TextAnswer.d.ts +0 -7
- package/dist/src/components/results/TextAnswer.d.ts.map +0 -1
- package/dist/src/components/results/TextAnswer.js +0 -48
- package/dist/src/components/results/TextAnswer.js.map +0 -1
- package/dist/src/components/results/internal/AnnotationList.d.ts +0 -5
- package/dist/src/components/results/internal/AnnotationList.d.ts.map +0 -1
- package/dist/src/components/results/internal/AnnotationList.js +0 -32
- package/dist/src/components/results/internal/AnnotationList.js.map +0 -1
- package/dist/src/components/results/internal/QuestionAutoScore.d.ts +0 -11
- package/dist/src/components/results/internal/QuestionAutoScore.d.ts.map +0 -1
- package/dist/src/components/results/internal/QuestionAutoScore.js +0 -17
- package/dist/src/components/results/internal/QuestionAutoScore.js.map +0 -1
- package/dist/src/components/results/internal/QuestionManualScore.d.ts +0 -13
- package/dist/src/components/results/internal/QuestionManualScore.d.ts.map +0 -1
- package/dist/src/components/results/internal/QuestionManualScore.js +0 -66
- package/dist/src/components/results/internal/QuestionManualScore.js.map +0 -1
- package/dist/src/components/results/internal/QuestionScoresContainer.d.ts +0 -11
- package/dist/src/components/results/internal/QuestionScoresContainer.d.ts.map +0 -1
- package/dist/src/components/results/internal/QuestionScoresContainer.js +0 -27
- package/dist/src/components/results/internal/QuestionScoresContainer.js.map +0 -1
- package/dist/src/components/results/isExamineExamPageHook.d.ts +0 -2
- package/dist/src/components/results/isExamineExamPageHook.d.ts.map +0 -1
- package/dist/src/components/results/isExamineExamPageHook.js +0 -7
- package/dist/src/components/results/isExamineExamPageHook.js.map +0 -1
- package/dist/src/components/shared/AnnotatableText.d.ts +0 -5
- package/dist/src/components/shared/AnnotatableText.d.ts.map +0 -1
- package/dist/src/components/shared/AnnotatableText.js +0 -73
- package/dist/src/components/shared/AnnotatableText.js.map +0 -1
- package/dist/src/components/shared/AnnotationLists.d.ts +0 -13
- package/dist/src/components/shared/AnnotationLists.d.ts.map +0 -1
- package/dist/src/components/shared/AnnotationLists.js +0 -17
- package/dist/src/components/shared/AnnotationLists.js.map +0 -1
- package/dist/src/components/shared/AnnotationPopup.d.ts +0 -3
- package/dist/src/components/shared/AnnotationPopup.d.ts.map +0 -1
- package/dist/src/components/shared/AnnotationPopup.js +0 -74
- package/dist/src/components/shared/AnnotationPopup.js.map +0 -1
- package/dist/src/components/shared/AnswerIndicator.d.ts +0 -12
- package/dist/src/components/shared/AnswerIndicator.d.ts.map +0 -1
- package/dist/src/components/shared/AnswerIndicator.js +0 -27
- package/dist/src/components/shared/AnswerIndicator.js.map +0 -1
- package/dist/src/components/shared/AnswerLengthInfo.d.ts +0 -7
- package/dist/src/components/shared/AnswerLengthInfo.d.ts.map +0 -1
- package/dist/src/components/shared/AnswerLengthInfo.js +0 -11
- package/dist/src/components/shared/AnswerLengthInfo.js.map +0 -1
- package/dist/src/components/shared/AttachmentLink.d.ts +0 -5
- package/dist/src/components/shared/AttachmentLink.d.ts.map +0 -1
- package/dist/src/components/shared/AttachmentLink.js +0 -28
- package/dist/src/components/shared/AttachmentLink.js.map +0 -1
- package/dist/src/components/shared/AttachmentLinks.d.ts +0 -5
- package/dist/src/components/shared/AttachmentLinks.d.ts.map +0 -1
- package/dist/src/components/shared/AttachmentLinks.js +0 -58
- package/dist/src/components/shared/AttachmentLinks.js.map +0 -1
- package/dist/src/components/shared/Audio.d.ts +0 -6
- package/dist/src/components/shared/Audio.d.ts.map +0 -1
- package/dist/src/components/shared/Audio.js +0 -31
- package/dist/src/components/shared/Audio.js.map +0 -1
- package/dist/src/components/shared/AudioGroup.d.ts +0 -6
- package/dist/src/components/shared/AudioGroup.d.ts.map +0 -1
- package/dist/src/components/shared/AudioGroup.js +0 -9
- package/dist/src/components/shared/AudioGroup.js.map +0 -1
- package/dist/src/components/shared/AudioTest.d.ts +0 -6
- package/dist/src/components/shared/AudioTest.d.ts.map +0 -1
- package/dist/src/components/shared/AudioTest.js +0 -34
- package/dist/src/components/shared/AudioTest.js.map +0 -1
- package/dist/src/components/shared/ExamTranslation.d.ts +0 -6
- package/dist/src/components/shared/ExamTranslation.d.ts.map +0 -1
- package/dist/src/components/shared/ExamTranslation.js +0 -9
- package/dist/src/components/shared/ExamTranslation.js.map +0 -1
- package/dist/src/components/shared/File.d.ts +0 -6
- package/dist/src/components/shared/File.d.ts.map +0 -1
- package/dist/src/components/shared/File.js +0 -15
- package/dist/src/components/shared/File.js.map +0 -1
- package/dist/src/components/shared/Footer.d.ts +0 -5
- package/dist/src/components/shared/Footer.d.ts.map +0 -1
- package/dist/src/components/shared/Footer.js +0 -3
- package/dist/src/components/shared/Footer.js.map +0 -1
- package/dist/src/components/shared/Formula.d.ts +0 -6
- package/dist/src/components/shared/Formula.d.ts.map +0 -1
- package/dist/src/components/shared/Formula.js +0 -13
- package/dist/src/components/shared/Formula.js.map +0 -1
- package/dist/src/components/shared/Image.d.ts +0 -6
- package/dist/src/components/shared/Image.d.ts.map +0 -1
- package/dist/src/components/shared/Image.js +0 -30
- package/dist/src/components/shared/Image.js.map +0 -1
- package/dist/src/components/shared/ImageOverlay.d.ts +0 -6
- package/dist/src/components/shared/ImageOverlay.d.ts.map +0 -1
- package/dist/src/components/shared/ImageOverlay.js +0 -43
- package/dist/src/components/shared/ImageOverlay.js.map +0 -1
- package/dist/src/components/shared/QuestionNumber.d.ts +0 -4
- package/dist/src/components/shared/QuestionNumber.d.ts.map +0 -1
- package/dist/src/components/shared/QuestionNumber.js +0 -12
- package/dist/src/components/shared/QuestionNumber.js.map +0 -1
- package/dist/src/components/shared/Reference.d.ts +0 -6
- package/dist/src/components/shared/Reference.d.ts.map +0 -1
- package/dist/src/components/shared/Reference.js +0 -72
- package/dist/src/components/shared/Reference.js.map +0 -1
- package/dist/src/components/shared/References.d.ts +0 -6
- package/dist/src/components/shared/References.d.ts.map +0 -1
- package/dist/src/components/shared/References.js +0 -26
- package/dist/src/components/shared/References.js.map +0 -1
- package/dist/src/components/shared/Score.d.ts +0 -8
- package/dist/src/components/shared/Score.d.ts.map +0 -1
- package/dist/src/components/shared/Score.js +0 -13
- package/dist/src/components/shared/Score.js.map +0 -1
- package/dist/src/components/shared/TOCQuestion.d.ts +0 -4
- package/dist/src/components/shared/TOCQuestion.d.ts.map +0 -1
- package/dist/src/components/shared/TOCQuestion.js +0 -77
- package/dist/src/components/shared/TOCQuestion.js.map +0 -1
- package/dist/src/components/shared/TOCSection.d.ts +0 -7
- package/dist/src/components/shared/TOCSection.d.ts.map +0 -1
- package/dist/src/components/shared/TOCSection.js +0 -15
- package/dist/src/components/shared/TOCSection.js.map +0 -1
- package/dist/src/components/shared/TOCSectionTitle.d.ts +0 -4
- package/dist/src/components/shared/TOCSectionTitle.d.ts.map +0 -1
- package/dist/src/components/shared/TOCSectionTitle.js +0 -34
- package/dist/src/components/shared/TOCSectionTitle.js.map +0 -1
- package/dist/src/components/shared/TableOfContents.d.ts +0 -8
- package/dist/src/components/shared/TableOfContents.d.ts.map +0 -1
- package/dist/src/components/shared/TableOfContents.js +0 -61
- package/dist/src/components/shared/TableOfContents.js.map +0 -1
- package/dist/src/components/shared/VersionNumber.d.ts +0 -3
- package/dist/src/components/shared/VersionNumber.d.ts.map +0 -1
- package/dist/src/components/shared/VersionNumber.js +0 -10
- package/dist/src/components/shared/VersionNumber.js.map +0 -1
- package/dist/src/components/shared/Video.d.ts +0 -6
- package/dist/src/components/shared/Video.d.ts.map +0 -1
- package/dist/src/components/shared/Video.js +0 -22
- package/dist/src/components/shared/Video.js.map +0 -1
- package/dist/src/components/shared/internal/AttachmentLinkAnchor.d.ts +0 -8
- package/dist/src/components/shared/internal/AttachmentLinkAnchor.d.ts.map +0 -1
- package/dist/src/components/shared/internal/AttachmentLinkAnchor.js +0 -4
- package/dist/src/components/shared/internal/AttachmentLinkAnchor.js.map +0 -1
- package/dist/src/components/shared/internal/AudioPlaybackError.d.ts +0 -8
- package/dist/src/components/shared/internal/AudioPlaybackError.d.ts.map +0 -1
- package/dist/src/components/shared/internal/AudioPlaybackError.js.map +0 -1
- package/dist/src/components/shared/internal/ResponsiveMediaContainer.d.ts +0 -18
- package/dist/src/components/shared/internal/ResponsiveMediaContainer.d.ts.map +0 -1
- package/dist/src/components/shared/internal/ResponsiveMediaContainer.js +0 -21
- package/dist/src/components/shared/internal/ResponsiveMediaContainer.js.map +0 -1
- package/dist/src/components/shared/internal/RestrictedAudioPlayer.d.ts +0 -12
- package/dist/src/components/shared/internal/RestrictedAudioPlayer.d.ts.map +0 -1
- package/dist/src/components/shared/internal/RestrictedAudioPlayer.js +0 -46
- package/dist/src/components/shared/internal/RestrictedAudioPlayer.js.map +0 -1
- package/dist/src/components/surround.d.ts +0 -8
- package/dist/src/components/surround.d.ts.map +0 -1
- package/dist/src/components/surround.js +0 -19
- package/dist/src/components/surround.js.map +0 -1
- package/dist/src/createRenderChildNodes.d.ts +0 -17
- package/dist/src/createRenderChildNodes.d.ts.map +0 -1
- package/dist/src/createRenderChildNodes.js +0 -64
- package/dist/src/createRenderChildNodes.js.map +0 -1
- package/dist/src/dom-utils.d.ts +0 -20
- package/dist/src/dom-utils.d.ts.map +0 -1
- package/dist/src/dom-utils.js +0 -164
- package/dist/src/dom-utils.js.map +0 -1
- package/dist/src/fonts.d.ts +0 -5
- package/dist/src/fonts.d.ts.map +0 -1
- package/dist/src/fonts.js +0 -16
- package/dist/src/fonts.js.map +0 -1
- package/dist/src/formatting.d.ts +0 -2
- package/dist/src/formatting.d.ts.map +0 -1
- package/dist/src/formatting.js +0 -4
- package/dist/src/formatting.js.map +0 -1
- package/dist/src/getDisplayName.d.ts +0 -4
- package/dist/src/getDisplayName.d.ts.map +0 -1
- package/dist/src/getDisplayName.js +0 -5
- package/dist/src/getDisplayName.js.map +0 -1
- package/dist/src/i18n/A_E.d.ts +0 -3
- package/dist/src/i18n/A_E.d.ts.map +0 -1
- package/dist/src/i18n/A_E.js +0 -8
- package/dist/src/i18n/A_E.js.map +0 -1
- package/dist/src/i18n/BA.d.ts +0 -3
- package/dist/src/i18n/BA.d.ts.map +0 -1
- package/dist/src/i18n/BA.js +0 -11
- package/dist/src/i18n/BA.js.map +0 -1
- package/dist/src/i18n/CA.d.ts +0 -3
- package/dist/src/i18n/CA.d.ts.map +0 -1
- package/dist/src/i18n/CA.js +0 -11
- package/dist/src/i18n/CA.js.map +0 -1
- package/dist/src/i18n/EA.d.ts +0 -3
- package/dist/src/i18n/EA.d.ts.map +0 -1
- package/dist/src/i18n/EA.js +0 -16
- package/dist/src/i18n/EA.js.map +0 -1
- package/dist/src/i18n/FA.d.ts +0 -3
- package/dist/src/i18n/FA.d.ts.map +0 -1
- package/dist/src/i18n/FA.js +0 -17
- package/dist/src/i18n/FA.js.map +0 -1
- package/dist/src/i18n/GC.d.ts +0 -3
- package/dist/src/i18n/GC.d.ts.map +0 -1
- package/dist/src/i18n/GC.js +0 -16
- package/dist/src/i18n/GC.js.map +0 -1
- package/dist/src/i18n/I.d.ts +0 -3
- package/dist/src/i18n/I.d.ts.map +0 -1
- package/dist/src/i18n/I.js +0 -21
- package/dist/src/i18n/I.js.map +0 -1
- package/dist/src/i18n/M.d.ts +0 -3
- package/dist/src/i18n/M.d.ts.map +0 -1
- package/dist/src/i18n/M.js +0 -4
- package/dist/src/i18n/M.js.map +0 -1
- package/dist/src/i18n/O_E.d.ts +0 -3
- package/dist/src/i18n/O_E.d.ts.map +0 -1
- package/dist/src/i18n/O_E.js +0 -7
- package/dist/src/i18n/O_E.js.map +0 -1
- package/dist/src/i18n/PA.d.ts +0 -3
- package/dist/src/i18n/PA.d.ts.map +0 -1
- package/dist/src/i18n/PA.js +0 -16
- package/dist/src/i18n/PA.js.map +0 -1
- package/dist/src/i18n/SA.d.ts +0 -3
- package/dist/src/i18n/SA.d.ts.map +0 -1
- package/dist/src/i18n/SA.js +0 -16
- package/dist/src/i18n/SA.js.map +0 -1
- package/dist/src/i18n/TC.d.ts +0 -3
- package/dist/src/i18n/TC.d.ts.map +0 -1
- package/dist/src/i18n/TC.js +0 -16
- package/dist/src/i18n/TC.js.map +0 -1
- package/dist/src/i18n/VA.d.ts +0 -3
- package/dist/src/i18n/VA.d.ts.map +0 -1
- package/dist/src/i18n/VA.js +0 -16
- package/dist/src/i18n/VA.js.map +0 -1
- package/dist/src/i18n/Z.d.ts +0 -3
- package/dist/src/i18n/Z.d.ts.map +0 -1
- package/dist/src/i18n/Z.js +0 -22
- package/dist/src/i18n/Z.js.map +0 -1
- package/dist/src/i18n/fi-FI.d.ts +0 -192
- package/dist/src/i18n/fi-FI.d.ts.map +0 -1
- package/dist/src/i18n/fi-FI.js +0 -182
- package/dist/src/i18n/fi-FI.js.map +0 -1
- package/dist/src/i18n/index.d.ts +0 -20
- package/dist/src/i18n/index.d.ts.map +0 -1
- package/dist/src/i18n/index.js +0 -128
- package/dist/src/i18n/index.js.map +0 -1
- package/dist/src/i18n/sv-FI.d.ts +0 -3
- package/dist/src/i18n/sv-FI.d.ts.map +0 -1
- package/dist/src/i18n/sv-FI.js +0 -181
- package/dist/src/i18n/sv-FI.js.map +0 -1
- package/dist/src/ids.d.ts +0 -14
- package/dist/src/ids.d.ts.map +0 -1
- package/dist/src/ids.js +0 -28
- package/dist/src/ids.js.map +0 -1
- package/dist/src/index.d.ts +0 -19
- package/dist/src/index.d.ts.map +0 -1
- package/dist/src/index.js +0 -12
- package/dist/src/index.js.map +0 -1
- package/dist/src/parser/parseExam.d.ts +0 -2
- package/dist/src/parser/parseExam.d.ts.map +0 -1
- package/dist/src/parser/parseExam.js +0 -54
- package/dist/src/parser/parseExam.js.map +0 -1
- package/dist/src/parser/parseExamStructure.d.ts +0 -58
- package/dist/src/parser/parseExamStructure.d.ts.map +0 -1
- package/dist/src/parser/parseExamStructure.js +0 -40
- package/dist/src/parser/parseExamStructure.js.map +0 -1
- package/dist/src/renderAnnotations.d.ts +0 -7
- package/dist/src/renderAnnotations.d.ts.map +0 -1
- package/dist/src/renderAnnotations.js +0 -193
- package/dist/src/renderAnnotations.js.map +0 -1
- package/dist/src/scrollToHash.d.ts +0 -2
- package/dist/src/scrollToHash.d.ts.map +0 -1
- package/dist/src/scrollToHash.js +0 -24
- package/dist/src/scrollToHash.js.map +0 -1
- package/dist/src/shortDisplayNumber.d.ts +0 -2
- package/dist/src/shortDisplayNumber.d.ts.map +0 -1
- package/dist/src/shortDisplayNumber.js +0 -5
- package/dist/src/shortDisplayNumber.js.map +0 -1
- package/dist/src/store/answers/actions.d.ts +0 -33
- package/dist/src/store/answers/actions.d.ts.map +0 -1
- package/dist/src/store/answers/actions.js +0 -9
- package/dist/src/store/answers/actions.js.map +0 -1
- package/dist/src/store/answers/reducer.d.ts +0 -39
- package/dist/src/store/answers/reducer.d.ts.map +0 -1
- package/dist/src/store/answers/reducer.js +0 -55
- package/dist/src/store/answers/reducer.js.map +0 -1
- package/dist/src/store/answers/sagas.d.ts +0 -8
- package/dist/src/store/answers/sagas.d.ts.map +0 -1
- package/dist/src/store/answers/sagas.js +0 -60
- package/dist/src/store/answers/sagas.js.map +0 -1
- package/dist/src/store/audio/actions.d.ts +0 -29
- package/dist/src/store/audio/actions.d.ts.map +0 -1
- package/dist/src/store/audio/actions.js +0 -9
- package/dist/src/store/audio/actions.js.map +0 -1
- package/dist/src/store/audio/reducer.d.ts +0 -27
- package/dist/src/store/audio/reducer.d.ts.map +0 -1
- package/dist/src/store/audio/reducer.js +0 -55
- package/dist/src/store/audio/reducer.js.map +0 -1
- package/dist/src/store/audio/sagas.d.ts +0 -3
- package/dist/src/store/audio/sagas.d.ts.map +0 -1
- package/dist/src/store/audio/sagas.js +0 -68
- package/dist/src/store/audio/sagas.js.map +0 -1
- package/dist/src/store/cas/actions.d.ts +0 -19
- package/dist/src/store/cas/actions.d.ts.map +0 -1
- package/dist/src/store/cas/actions.js +0 -9
- package/dist/src/store/cas/actions.js.map +0 -1
- package/dist/src/store/cas/reducer.d.ts +0 -14
- package/dist/src/store/cas/reducer.d.ts.map +0 -1
- package/dist/src/store/cas/reducer.js +0 -24
- package/dist/src/store/cas/reducer.js.map +0 -1
- package/dist/src/store/cas/sagas.d.ts +0 -18
- package/dist/src/store/cas/sagas.d.ts.map +0 -1
- package/dist/src/store/cas/sagas.js +0 -36
- package/dist/src/store/cas/sagas.js.map +0 -1
- package/dist/src/store/countdown.d.ts +0 -4
- package/dist/src/store/countdown.d.ts.map +0 -1
- package/dist/src/store/countdown.js +0 -33
- package/dist/src/store/countdown.js.map +0 -1
- package/dist/src/store/index.d.ts +0 -78
- package/dist/src/store/index.d.ts.map +0 -1
- package/dist/src/store/index.js +0 -53
- package/dist/src/store/index.js.map +0 -1
- package/dist/src/store/selectors.d.ts +0 -9
- package/dist/src/store/selectors.d.ts.map +0 -1
- package/dist/src/store/selectors.js +0 -35
- package/dist/src/store/selectors.js.map +0 -1
- package/dist/src/types/ExamAnswer.d.ts +0 -22
- package/dist/src/types/ExamAnswer.d.ts.map +0 -1
- package/dist/src/types/ExamAnswer.js +0 -2
- package/dist/src/types/ExamAnswer.js.map +0 -1
- package/dist/src/types/ExamServerAPI.d.ts +0 -78
- package/dist/src/types/ExamServerAPI.d.ts.map +0 -1
- package/dist/src/types/ExamServerAPI.js +0 -2
- package/dist/src/types/ExamServerAPI.js.map +0 -1
- package/dist/src/types/GradingStructure.d.ts +0 -40
- package/dist/src/types/GradingStructure.d.ts.map +0 -1
- package/dist/src/types/GradingStructure.js +0 -2
- package/dist/src/types/GradingStructure.js.map +0 -1
- package/dist/src/types/Score.d.ts +0 -92
- package/dist/src/types/Score.d.ts.map +0 -1
- package/dist/src/types/Score.js +0 -2
- package/dist/src/types/Score.js.map +0 -1
- package/dist/src/url.d.ts +0 -7
- package/dist/src/url.d.ts.map +0 -1
- package/dist/src/url.js +0 -12
- package/dist/src/url.js.map +0 -1
- package/dist/src/useCached.d.ts +0 -3
- package/dist/src/useCached.d.ts.map +0 -1
- package/dist/src/useCached.js +0 -6
- package/dist/src/useCached.js.map +0 -1
- package/dist/src/utils.d.ts +0 -15
- package/dist/src/utils.d.ts.map +0 -1
- package/dist/src/utils.js +0 -35
- package/dist/src/utils.js.map +0 -1
- package/dist/src/validateAnswers.d.ts +0 -16
- package/dist/src/validateAnswers.d.ts.map +0 -1
- package/dist/src/validateAnswers.js +0 -89
- package/dist/src/validateAnswers.js.map +0 -1
- package/dist/tsconfig.tsbuildinfo +0 -1
@@ -1,27 +0,0 @@
|
|
1
|
-
import { ActionType } from 'typesafe-actions';
|
2
|
-
import * as actions from './actions';
|
3
|
-
import { AudioPlaybackError, RestrictedAudioId } from '../..';
|
4
|
-
import { MutableRefObject } from 'react';
|
5
|
-
type AudioAction = ActionType<typeof actions>;
|
6
|
-
export interface Audio {
|
7
|
-
/** The source filename */
|
8
|
-
src: string;
|
9
|
-
/** Duration in seconds */
|
10
|
-
duration: number;
|
11
|
-
/** An unique identifier for each restricted audio element. For compatibility with KTP. */
|
12
|
-
restrictedAudioId?: number;
|
13
|
-
/** Ref to audio element */
|
14
|
-
audioRef?: MutableRefObject<HTMLAudioElement | null>;
|
15
|
-
}
|
16
|
-
export interface NowPlaying {
|
17
|
-
audio: Audio;
|
18
|
-
durationRemaining: number;
|
19
|
-
}
|
20
|
-
export interface AudioState {
|
21
|
-
errors: Record<string | RestrictedAudioId, AudioPlaybackError>;
|
22
|
-
nowPlaying: NowPlaying | null;
|
23
|
-
playbackTimes: Record<RestrictedAudioId, number>;
|
24
|
-
}
|
25
|
-
export default function audioReducer(state: AudioState | undefined, action: AudioAction): AudioState;
|
26
|
-
export {};
|
27
|
-
//# sourceMappingURL=reducer.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"reducer.d.ts","sourceRoot":"","sources":["../../../../src/store/audio/reducer.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAC7C,OAAO,KAAK,OAAO,MAAM,WAAW,CAAA;AACpC,OAAO,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAA;AAC7D,OAAO,EAAE,gBAAgB,EAAE,MAAM,OAAO,CAAA;AAExC,KAAK,WAAW,GAAG,UAAU,CAAC,OAAO,OAAO,CAAC,CAAA;AAE7C,MAAM,WAAW,KAAK;IACpB,0BAA0B;IAC1B,GAAG,EAAE,MAAM,CAAA;IACX,0BAA0B;IAC1B,QAAQ,EAAE,MAAM,CAAA;IAChB,0FAA0F;IAC1F,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,2BAA2B;IAC3B,QAAQ,CAAC,EAAE,gBAAgB,CAAC,gBAAgB,GAAG,IAAI,CAAC,CAAA;CACrD;AAED,MAAM,WAAW,UAAU;IACzB,KAAK,EAAE,KAAK,CAAA;IACZ,iBAAiB,EAAE,MAAM,CAAA;CAC1B;AAED,MAAM,WAAW,UAAU;IACzB,MAAM,EAAE,MAAM,CAAC,MAAM,GAAG,iBAAiB,EAAE,kBAAkB,CAAC,CAAA;IAC9D,UAAU,EAAE,UAAU,GAAG,IAAI,CAAA;IAC7B,aAAa,EAAE,MAAM,CAAC,iBAAiB,EAAE,MAAM,CAAC,CAAA;CACjD;AAQD,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,KAAK,EAAE,UAAU,YAAe,EAAE,MAAM,EAAE,WAAW,GAAG,UAAU,CA8CtG"}
|
@@ -1,55 +0,0 @@
|
|
1
|
-
import * as _ from 'lodash-es';
|
2
|
-
const initialState = {
|
3
|
-
errors: {},
|
4
|
-
nowPlaying: null,
|
5
|
-
playbackTimes: {}
|
6
|
-
};
|
7
|
-
export default function audioReducer(state = initialState, action) {
|
8
|
-
switch (action.type) {
|
9
|
-
case 'PLAY_AUDIO': {
|
10
|
-
const audio = action.payload;
|
11
|
-
const nowPlaying = { audio, durationRemaining: audio.duration };
|
12
|
-
return { ...state, nowPlaying };
|
13
|
-
}
|
14
|
-
case 'PLAY_AUDIO_STARTED': {
|
15
|
-
const audio = action.payload;
|
16
|
-
if (audio.restrictedAudioId != null) {
|
17
|
-
const listened = state.playbackTimes[audio.restrictedAudioId];
|
18
|
-
const playbackTimes = {
|
19
|
-
...state.playbackTimes,
|
20
|
-
[audio.restrictedAudioId]: listened ? listened + 1 : 1
|
21
|
-
};
|
22
|
-
const errors = _.omit(state.errors, [audio.src]);
|
23
|
-
return { ...state, playbackTimes, errors };
|
24
|
-
}
|
25
|
-
else {
|
26
|
-
return state;
|
27
|
-
}
|
28
|
-
}
|
29
|
-
case 'SHOW_AUDIO_ERROR': {
|
30
|
-
const { audio, error } = action.payload;
|
31
|
-
const key = _.get(audio, 'restrictedAudioId', audio.src);
|
32
|
-
const errors = {
|
33
|
-
...state.errors,
|
34
|
-
[key]: error
|
35
|
-
};
|
36
|
-
return { ...state, errors, nowPlaying: null };
|
37
|
-
}
|
38
|
-
case 'HIDE_AUDIO_ERROR': {
|
39
|
-
const audio = action.payload;
|
40
|
-
const key = _.get(audio, 'restrictedAudioId', audio.src);
|
41
|
-
const errors = _.omit(state.errors, [key]);
|
42
|
-
return { ...state, errors };
|
43
|
-
}
|
44
|
-
case 'PLAY_AUDIO_FINISHED':
|
45
|
-
return { ...state, nowPlaying: null };
|
46
|
-
case 'UPDATE_REMAINING': {
|
47
|
-
const durationRemaining = action.payload;
|
48
|
-
const nowPlaying = { ...state.nowPlaying, durationRemaining };
|
49
|
-
return { ...state, nowPlaying };
|
50
|
-
}
|
51
|
-
default:
|
52
|
-
return state;
|
53
|
-
}
|
54
|
-
}
|
55
|
-
//# sourceMappingURL=reducer.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"reducer.js","sourceRoot":"","sources":["../../../../src/store/audio/reducer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,WAAW,CAAA;AA8B9B,MAAM,YAAY,GAAe;IAC/B,MAAM,EAAE,EAAE;IACV,UAAU,EAAE,IAAI;IAChB,aAAa,EAAE,EAAE;CAClB,CAAA;AAED,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,QAAoB,YAAY,EAAE,MAAmB;IACxF,QAAQ,MAAM,CAAC,IAAI,EAAE,CAAC;QACpB,KAAK,YAAY,CAAC,CAAC,CAAC;YAClB,MAAM,KAAK,GAAG,MAAM,CAAC,OAAO,CAAA;YAC5B,MAAM,UAAU,GAAG,EAAE,KAAK,EAAE,iBAAiB,EAAE,KAAK,CAAC,QAAQ,EAAE,CAAA;YAC/D,OAAO,EAAE,GAAG,KAAK,EAAE,UAAU,EAAE,CAAA;QACjC,CAAC;QACD,KAAK,oBAAoB,CAAC,CAAC,CAAC;YAC1B,MAAM,KAAK,GAAG,MAAM,CAAC,OAAO,CAAA;YAC5B,IAAI,KAAK,CAAC,iBAAiB,IAAI,IAAI,EAAE,CAAC;gBACpC,MAAM,QAAQ,GAAG,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAA;gBAC7D,MAAM,aAAa,GAAG;oBACpB,GAAG,KAAK,CAAC,aAAa;oBACtB,CAAC,KAAK,CAAC,iBAAiB,CAAC,EAAE,QAAQ,CAAC,CAAC,CAAC,QAAQ,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;iBACvD,CAAA;gBACD,MAAM,MAAM,GAAG,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAA;gBAChD,OAAO,EAAE,GAAG,KAAK,EAAE,aAAa,EAAE,MAAM,EAAE,CAAA;YAC5C,CAAC;iBAAM,CAAC;gBACN,OAAO,KAAK,CAAA;YACd,CAAC;QACH,CAAC;QACD,KAAK,kBAAkB,CAAC,CAAC,CAAC;YACxB,MAAM,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,MAAM,CAAC,OAAO,CAAA;YACvC,MAAM,GAAG,GAAG,CAAC,CAAC,GAAG,CAAC,KAAK,EAAE,mBAAmB,EAAE,KAAK,CAAC,GAAG,CAAC,CAAA;YACxD,MAAM,MAAM,GAAG;gBACb,GAAG,KAAK,CAAC,MAAM;gBACf,CAAC,GAAG,CAAC,EAAE,KAAK;aACb,CAAA;YACD,OAAO,EAAE,GAAG,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,IAAI,EAAE,CAAA;QAC/C,CAAC;QACD,KAAK,kBAAkB,CAAC,CAAC,CAAC;YACxB,MAAM,KAAK,GAAG,MAAM,CAAC,OAAO,CAAA;YAC5B,MAAM,GAAG,GAAG,CAAC,CAAC,GAAG,CAAC,KAAK,EAAE,mBAAmB,EAAE,KAAK,CAAC,GAAG,CAAC,CAAA;YACxD,MAAM,MAAM,GAAG,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAA;YAC1C,OAAO,EAAE,GAAG,KAAK,EAAE,MAAM,EAAE,CAAA;QAC7B,CAAC;QACD,KAAK,qBAAqB;YACxB,OAAO,EAAE,GAAG,KAAK,EAAE,UAAU,EAAE,IAAI,EAAE,CAAA;QACvC,KAAK,kBAAkB,CAAC,CAAC,CAAC;YACxB,MAAM,iBAAiB,GAAG,MAAM,CAAC,OAAO,CAAA;YACxC,MAAM,UAAU,GAAG,EAAE,GAAG,KAAK,CAAC,UAAW,EAAE,iBAAiB,EAAE,CAAA;YAC9D,OAAO,EAAE,GAAG,KAAK,EAAE,UAAU,EAAE,CAAA;QACjC,CAAC;QACD;YACE,OAAO,KAAK,CAAA;IAChB,CAAC;AACH,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"sagas.d.ts","sourceRoot":"","sources":["../../../../src/store/audio/sagas.ts"],"names":[],"mappings":"AAWA,OAAO,EAAyB,aAAa,EAAE,MAAM,OAAO,CAAA;AA2E5D,MAAM,CAAC,OAAO,UAAW,SAAS,CAAC,aAAa,EAAE,aAAa,4EAE9D"}
|
@@ -1,68 +0,0 @@
|
|
1
|
-
import { call, delay, put, select, takeEvery } from 'redux-saga/effects';
|
2
|
-
import { countdown } from '../countdown';
|
3
|
-
import { getPlaybackTimes } from '../selectors';
|
4
|
-
import { hideAudioError, playAudioFinished, playAudioStarted, showAudioError, updateRemaining } from './actions';
|
5
|
-
async function loadAndPlayRestrictedAudio(examServerApi, restrictedAudioId, audio, playbackTimes) {
|
6
|
-
try {
|
7
|
-
const response = await examServerApi.getRestrictedAudio('', restrictedAudioId, playbackTimes);
|
8
|
-
const source = audio.querySelector('source');
|
9
|
-
source.src = URL.createObjectURL(response);
|
10
|
-
audio.load();
|
11
|
-
void audio.play();
|
12
|
-
return {
|
13
|
-
response: 'ok',
|
14
|
-
cleanup: () => {
|
15
|
-
URL.revokeObjectURL(source.src);
|
16
|
-
}
|
17
|
-
};
|
18
|
-
}
|
19
|
-
catch (_) {
|
20
|
-
return { response: 'other-error', cleanup: () => { } };
|
21
|
-
}
|
22
|
-
}
|
23
|
-
function handleAbitti2Audio(examServerApi, audio, playbackTimes) {
|
24
|
-
if (playbackTimes != null && audio.restrictedAudioId != null) {
|
25
|
-
return loadAndPlayRestrictedAudio(examServerApi, audio.restrictedAudioId, audio.audioRef.current, playbackTimes);
|
26
|
-
}
|
27
|
-
else {
|
28
|
-
void audio.audioRef.current.play();
|
29
|
-
return { response: 'ok' };
|
30
|
-
}
|
31
|
-
}
|
32
|
-
function* handleAbitti1Audio(examServerApi, audio, playbackTimes) {
|
33
|
-
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
34
|
-
const response = playbackTimes != null && audio.restrictedAudioId != null
|
35
|
-
? yield call(examServerApi.playRestrictedAudio, audio.src, audio.restrictedAudioId, playbackTimes)
|
36
|
-
: yield call(examServerApi.playAudio, audio.src);
|
37
|
-
return { response };
|
38
|
-
}
|
39
|
-
function* performPlayAudio(examServerApi, action) {
|
40
|
-
const audio = action.payload;
|
41
|
-
try {
|
42
|
-
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
43
|
-
const playbackTimes = audio.restrictedAudioId != null ? yield select(getPlaybackTimes(audio.restrictedAudioId)) : undefined;
|
44
|
-
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
45
|
-
const result = audio.audioRef && audio.audioRef.current
|
46
|
-
? yield handleAbitti2Audio(examServerApi, audio, playbackTimes)
|
47
|
-
: yield handleAbitti1Audio(examServerApi, audio, playbackTimes);
|
48
|
-
if (result.response === 'ok') {
|
49
|
-
yield put(playAudioStarted(audio));
|
50
|
-
yield call(countdown, audio.duration, updateRemaining);
|
51
|
-
yield put(playAudioFinished());
|
52
|
-
}
|
53
|
-
else {
|
54
|
-
yield put(showAudioError(audio, result.response));
|
55
|
-
yield delay(5000);
|
56
|
-
yield put(hideAudioError(audio));
|
57
|
-
}
|
58
|
-
result.cleanup && result.cleanup();
|
59
|
-
}
|
60
|
-
catch (error) {
|
61
|
-
console.error(error);
|
62
|
-
}
|
63
|
-
}
|
64
|
-
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
|
65
|
-
export default function* audioSaga(examServerApi) {
|
66
|
-
yield takeEvery('PLAY_AUDIO', performPlayAudio, examServerApi);
|
67
|
-
}
|
68
|
-
//# sourceMappingURL=sagas.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"sagas.js","sourceRoot":"","sources":["../../../../src/store/audio/sagas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAA;AACxE,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAA;AAC/C,OAAO,EACL,cAAc,EAEd,iBAAiB,EACjB,gBAAgB,EAChB,cAAc,EACd,eAAe,EAChB,MAAM,WAAW,CAAA;AAMlB,KAAK,UAAU,0BAA0B,CACvC,aAA4B,EAC5B,iBAAyB,EACzB,KAAuB,EACvB,aAAqB;IAErB,IAAI,CAAC;QACH,MAAM,QAAQ,GAAG,MAAM,aAAa,CAAC,kBAAkB,CAAC,EAAE,EAAE,iBAAiB,EAAE,aAAa,CAAC,CAAA;QAC7F,MAAM,MAAM,GAAG,KAAK,CAAC,aAAa,CAAC,QAAQ,CAAE,CAAA;QAC7C,MAAM,CAAC,GAAG,GAAG,GAAG,CAAC,eAAe,CAAC,QAAQ,CAAC,CAAA;QAC1C,KAAK,CAAC,IAAI,EAAE,CAAA;QACZ,KAAK,KAAK,CAAC,IAAI,EAAE,CAAA;QACjB,OAAO;YACL,QAAQ,EAAE,IAAI;YACd,OAAO,EAAE,GAAG,EAAE;gBACZ,GAAG,CAAC,eAAe,CAAC,MAAM,CAAC,GAAG,CAAC,CAAA;YACjC,CAAC;SACF,CAAA;IACH,CAAC;IAAC,OAAO,CAAC,EAAE,CAAC;QACX,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,OAAO,EAAE,GAAG,EAAE,GAAE,CAAC,EAAE,CAAA;IACvD,CAAC;AACH,CAAC;AAED,SAAS,kBAAkB,CAAC,aAA4B,EAAE,KAAY,EAAE,aAAiC;IACvG,IAAI,aAAa,IAAI,IAAI,IAAI,KAAK,CAAC,iBAAiB,IAAI,IAAI,EAAE,CAAC;QAC7D,OAAO,0BAA0B,CAAC,aAAa,EAAE,KAAK,CAAC,iBAAiB,EAAE,KAAK,CAAC,QAAS,CAAC,OAAQ,EAAE,aAAa,CAAC,CAAA;IACpH,CAAC;SAAM,CAAC;QACN,KAAK,KAAK,CAAC,QAAS,CAAC,OAAQ,CAAC,IAAI,EAAE,CAAA;QACpC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAA;IAC3B,CAAC;AACH,CAAC;AAED,QAAQ,CAAC,CAAC,kBAAkB,CAAC,aAA4B,EAAE,KAAY,EAAE,aAAiC;IACxG,mEAAmE;IACnE,MAAM,QAAQ,GACZ,aAAa,IAAI,IAAI,IAAI,KAAK,CAAC,iBAAiB,IAAI,IAAI;QACtD,CAAC,CAAC,MAAM,IAAI,CAAC,aAAa,CAAC,mBAAmB,EAAE,KAAK,CAAC,GAAG,EAAE,KAAK,CAAC,iBAAiB,EAAE,aAAa,CAAC;QAClG,CAAC,CAAC,MAAM,IAAI,CAAC,aAAa,CAAC,SAAS,EAAE,KAAK,CAAC,GAAG,CAAC,CAAA;IACpD,OAAO,EAAE,QAAQ,EAAE,CAAA;AACrB,CAAC;AAED,QAAQ,CAAC,CAAC,gBAAgB,CAAC,aAA4B,EAAE,MAAiB;IACxE,MAAM,KAAK,GAAG,MAAM,CAAC,OAAO,CAAA;IAC5B,IAAI,CAAC;QACH,mEAAmE;QACnE,MAAM,aAAa,GACjB,KAAK,CAAC,iBAAiB,IAAI,IAAI,CAAC,CAAC,CAAC,MAAM,MAAM,CAAC,gBAAgB,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAA;QAEvG,mEAAmE;QACnE,MAAM,MAAM,GACV,KAAK,CAAC,QAAQ,IAAI,KAAK,CAAC,QAAQ,CAAC,OAAO;YACtC,CAAC,CAAC,MAAM,kBAAkB,CAAC,aAAa,EAAE,KAAK,EAAE,aAAa,CAAC;YAC/D,CAAC,CAAC,MAAM,kBAAkB,CAAC,aAAa,EAAE,KAAK,EAAE,aAAa,CAAC,CAAA;QAEnE,IAAI,MAAM,CAAC,QAAQ,KAAK,IAAI,EAAE,CAAC;YAC7B,MAAM,GAAG,CAAC,gBAAgB,CAAC,KAAK,CAAC,CAAC,CAAA;YAClC,MAAM,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC,QAAQ,EAAE,eAAe,CAAC,CAAA;YACtD,MAAM,GAAG,CAAC,iBAAiB,EAAE,CAAC,CAAA;QAChC,CAAC;aAAM,CAAC;YACN,MAAM,GAAG,CAAC,cAAc,CAAC,KAAK,EAAE,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAA;YACjD,MAAM,KAAK,CAAC,IAAI,CAAC,CAAA;YACjB,MAAM,GAAG,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,CAAA;QAClC,CAAC;QACD,MAAM,CAAC,OAAO,IAAI,MAAM,CAAC,OAAO,EAAE,CAAA;IACpC,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAA;IACtB,CAAC;AACH,CAAC;AAED,6EAA6E;AAC7E,MAAM,CAAC,OAAO,SAAS,CAAC,CAAC,SAAS,CAAC,aAA4B;IAC7D,MAAM,SAAS,CAAC,YAAY,EAAE,gBAAgB,EAAE,aAAa,CAAC,CAAA;AAChE,CAAC"}
|
@@ -1,19 +0,0 @@
|
|
1
|
-
export declare const allowCas: (durationSeconds: number) => {
|
2
|
-
type: "ALLOW_CAS";
|
3
|
-
payload: number;
|
4
|
-
};
|
5
|
-
export declare const allowCasCountdown: (durationSeconds: number) => {
|
6
|
-
type: "ALLOW_CAS_COUNTDOWN";
|
7
|
-
payload: number;
|
8
|
-
};
|
9
|
-
export declare const allowCasSucceeded: () => {
|
10
|
-
type: "ALLOW_CAS_SUCCEEDED";
|
11
|
-
};
|
12
|
-
export declare const allowCasCancelled: () => {
|
13
|
-
type: "ALLOW_CAS_CANCELLED";
|
14
|
-
};
|
15
|
-
export declare const updateCasRemaining: (remaining: number) => {
|
16
|
-
type: "UPDATE_CAS_REMAINING";
|
17
|
-
payload: number;
|
18
|
-
};
|
19
|
-
//# sourceMappingURL=actions.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../../src/store/cas/actions.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,QAAQ,oBAAqB,MAAM;;;CAAyC,CAAA;AAEzF,eAAO,MAAM,iBAAiB,oBAAqB,MAAM;;;CAAmD,CAAA;AAE5G,eAAO,MAAM,iBAAiB;;CAAsC,CAAA;AAEpE,eAAO,MAAM,iBAAiB;;CAAsC,CAAA;AAEpE,eAAO,MAAM,kBAAkB,cAAe,MAAM;;;CAA8C,CAAA"}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
/* eslint-disable @typescript-eslint/explicit-module-boundary-types */
|
2
|
-
import { action, deprecated } from 'typesafe-actions';
|
3
|
-
const { createAction } = deprecated;
|
4
|
-
export const allowCas = (durationSeconds) => action('ALLOW_CAS', durationSeconds);
|
5
|
-
export const allowCasCountdown = (durationSeconds) => action('ALLOW_CAS_COUNTDOWN', durationSeconds);
|
6
|
-
export const allowCasSucceeded = createAction('ALLOW_CAS_SUCCEEDED');
|
7
|
-
export const allowCasCancelled = createAction('ALLOW_CAS_CANCELLED');
|
8
|
-
export const updateCasRemaining = (remaining) => action('UPDATE_CAS_REMAINING', remaining);
|
9
|
-
//# sourceMappingURL=actions.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"actions.js","sourceRoot":"","sources":["../../../../src/store/cas/actions.ts"],"names":[],"mappings":"AAAA,sEAAsE;AAEtE,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AACrD,MAAM,EAAE,YAAY,EAAE,GAAG,UAAU,CAAA;AAEnC,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,eAAuB,EAAE,EAAE,CAAC,MAAM,CAAC,WAAW,EAAE,eAAe,CAAC,CAAA;AAEzF,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,eAAuB,EAAE,EAAE,CAAC,MAAM,CAAC,qBAAqB,EAAE,eAAe,CAAC,CAAA;AAE5G,MAAM,CAAC,MAAM,iBAAiB,GAAG,YAAY,CAAC,qBAAqB,CAAC,CAAA;AAEpE,MAAM,CAAC,MAAM,iBAAiB,GAAG,YAAY,CAAC,qBAAqB,CAAC,CAAA;AAEpE,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,SAAiB,EAAE,EAAE,CAAC,MAAM,CAAC,sBAAsB,EAAE,SAAS,CAAC,CAAA"}
|
@@ -1,14 +0,0 @@
|
|
1
|
-
import { ActionType } from 'typesafe-actions';
|
2
|
-
import * as actions from './actions';
|
3
|
-
type CasAction = ActionType<typeof actions>;
|
4
|
-
export type CasState = {
|
5
|
-
casStatus: 'forbidden';
|
6
|
-
} | {
|
7
|
-
casStatus: 'allowing';
|
8
|
-
durationRemaining: number;
|
9
|
-
} | {
|
10
|
-
casStatus: 'allowed';
|
11
|
-
};
|
12
|
-
export default function casReducer(state: CasState | undefined, action: CasAction): CasState;
|
13
|
-
export {};
|
14
|
-
//# sourceMappingURL=reducer.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"reducer.d.ts","sourceRoot":"","sources":["../../../../src/store/cas/reducer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAC7C,OAAO,KAAK,OAAO,MAAM,WAAW,CAAA;AAEpC,KAAK,SAAS,GAAG,UAAU,CAAC,OAAO,OAAO,CAAC,CAAA;AAE3C,MAAM,MAAM,QAAQ,GAChB;IAAE,SAAS,EAAE,WAAW,CAAA;CAAE,GAC1B;IAAE,SAAS,EAAE,UAAU,CAAC;IAAC,iBAAiB,EAAE,MAAM,CAAA;CAAE,GACpD;IAAE,SAAS,EAAE,SAAS,CAAA;CAAE,CAAA;AAM5B,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,EAAE,QAAQ,YAAe,EAAE,MAAM,EAAE,SAAS,GAAG,QAAQ,CAmB9F"}
|
@@ -1,24 +0,0 @@
|
|
1
|
-
const initialState = {
|
2
|
-
casStatus: 'forbidden'
|
3
|
-
};
|
4
|
-
export default function casReducer(state = initialState, action) {
|
5
|
-
switch (action.type) {
|
6
|
-
case 'ALLOW_CAS':
|
7
|
-
return state;
|
8
|
-
case 'ALLOW_CAS_COUNTDOWN': {
|
9
|
-
return { casStatus: 'allowing', durationRemaining: action.payload };
|
10
|
-
}
|
11
|
-
case 'ALLOW_CAS_SUCCEEDED': {
|
12
|
-
return { casStatus: 'allowed' };
|
13
|
-
}
|
14
|
-
case 'ALLOW_CAS_CANCELLED': {
|
15
|
-
return { casStatus: 'forbidden' };
|
16
|
-
}
|
17
|
-
case 'UPDATE_CAS_REMAINING': {
|
18
|
-
return { casStatus: 'allowing', durationRemaining: action.payload };
|
19
|
-
}
|
20
|
-
default:
|
21
|
-
return state;
|
22
|
-
}
|
23
|
-
}
|
24
|
-
//# sourceMappingURL=reducer.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"reducer.js","sourceRoot":"","sources":["../../../../src/store/cas/reducer.ts"],"names":[],"mappings":"AAUA,MAAM,YAAY,GAAa;IAC7B,SAAS,EAAE,WAAW;CACvB,CAAA;AAED,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,QAAkB,YAAY,EAAE,MAAiB;IAClF,QAAQ,MAAM,CAAC,IAAI,EAAE,CAAC;QACpB,KAAK,WAAW;YACd,OAAO,KAAK,CAAA;QACd,KAAK,qBAAqB,CAAC,CAAC,CAAC;YAC3B,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,CAAC,OAAO,EAAE,CAAA;QACrE,CAAC;QACD,KAAK,qBAAqB,CAAC,CAAC,CAAC;YAC3B,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,CAAA;QACjC,CAAC;QACD,KAAK,qBAAqB,CAAC,CAAC,CAAC;YAC3B,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,CAAA;QACnC,CAAC;QACD,KAAK,sBAAsB,CAAC,CAAC,CAAC;YAC5B,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,CAAC,OAAO,EAAE,CAAA;QACrE,CAAC;QACD;YACE,OAAO,KAAK,CAAA;IAChB,CAAC;AACH,CAAC"}
|
@@ -1,18 +0,0 @@
|
|
1
|
-
import { CasStatus, ExamServerAPI } from '../..';
|
2
|
-
import { allowCas } from './actions';
|
3
|
-
export declare function performEnableCas(examServerApi: ExamServerAPI, { payload }: ReturnType<typeof allowCas>): Generator<import("redux-saga/effects").CallEffect<CasStatus> | import("redux-saga/effects").PutEffect<{
|
4
|
-
type: "ALLOW_CAS_SUCCEEDED";
|
5
|
-
}> | import("redux-saga/effects").PutEffect<{
|
6
|
-
type: "ALLOW_CAS_COUNTDOWN";
|
7
|
-
payload: number;
|
8
|
-
}> | import("redux-saga/effects").RaceEffect<import("redux-saga/effects").CallEffect<void> | import("redux-saga/effects").TakeEffect> | import("redux-saga/effects").PutEffect<{
|
9
|
-
type: "ALLOW_CAS_CANCELLED";
|
10
|
-
}>, void, ("forbidden" & {
|
11
|
-
cancelled: any;
|
12
|
-
}) | ("allowing" & {
|
13
|
-
cancelled: any;
|
14
|
-
}) | ("allowed" & {
|
15
|
-
cancelled: any;
|
16
|
-
})>;
|
17
|
-
export default function casSaga(examServerApi: ExamServerAPI): Generator<import("redux-saga/effects").ForkEffect<never>, void, unknown>;
|
18
|
-
//# sourceMappingURL=sagas.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"sagas.d.ts","sourceRoot":"","sources":["../../../../src/store/cas/sagas.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAEhD,OAAO,EAAE,QAAQ,EAA+E,MAAM,WAAW,CAAA;AAGjH,wBAAiB,gBAAgB,CAAC,aAAa,EAAE,aAAa,EAAE,EAAE,OAAO,EAAE,EAAE,UAAU,CAAC,OAAO,QAAQ,CAAC;;;;;;;;;;;;;IA0BvG;AAGD,MAAM,CAAC,OAAO,UAAW,OAAO,CAAC,aAAa,EAAE,aAAa,4EAE5D"}
|
@@ -1,36 +0,0 @@
|
|
1
|
-
import { call, put, race, take, takeLatest } from 'redux-saga/effects';
|
2
|
-
import { countdown } from '../countdown';
|
3
|
-
import { allowCasCancelled, allowCasCountdown, allowCasSucceeded, updateCasRemaining } from './actions';
|
4
|
-
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
|
5
|
-
export function* performEnableCas(examServerApi, { payload }) {
|
6
|
-
try {
|
7
|
-
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
8
|
-
const status1 = yield call(examServerApi.setCasStatus, 'allowing');
|
9
|
-
if (status1 === 'allowed') {
|
10
|
-
yield put(allowCasSucceeded());
|
11
|
-
return;
|
12
|
-
}
|
13
|
-
yield put(allowCasCountdown(payload));
|
14
|
-
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
15
|
-
const { cancelled } = yield race({
|
16
|
-
finished: call(countdown, payload, updateCasRemaining),
|
17
|
-
cancelled: take('ALLOW_CAS_CANCELLED')
|
18
|
-
});
|
19
|
-
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
20
|
-
const status2 = yield call(examServerApi.setCasStatus, cancelled ? 'forbidden' : 'allowed');
|
21
|
-
if (status2 === 'allowed') {
|
22
|
-
yield put(allowCasSucceeded());
|
23
|
-
}
|
24
|
-
else if (!cancelled) {
|
25
|
-
yield put(allowCasCancelled());
|
26
|
-
}
|
27
|
-
}
|
28
|
-
catch (error) {
|
29
|
-
console.error(error);
|
30
|
-
}
|
31
|
-
}
|
32
|
-
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
|
33
|
-
export default function* casSaga(examServerApi) {
|
34
|
-
yield takeLatest('ALLOW_CAS', performEnableCas, examServerApi);
|
35
|
-
}
|
36
|
-
//# sourceMappingURL=sagas.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"sagas.js","sourceRoot":"","sources":["../../../../src/store/cas/sagas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AAEtE,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AACxC,OAAO,EAAY,iBAAiB,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAA;AAEjH,6EAA6E;AAC7E,MAAM,SAAS,CAAC,CAAC,gBAAgB,CAAC,aAA4B,EAAE,EAAE,OAAO,EAA+B;IACtG,IAAI,CAAC;QACH,mEAAmE;QACnE,MAAM,OAAO,GAAc,MAAM,IAAI,CAAC,aAAa,CAAC,YAAY,EAAE,UAAU,CAAC,CAAA;QAC7E,IAAI,OAAO,KAAK,SAAS,EAAE,CAAC;YAC1B,MAAM,GAAG,CAAC,iBAAiB,EAAE,CAAC,CAAA;YAC9B,OAAM;QACR,CAAC;QAED,MAAM,GAAG,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC,CAAA;QACrC,mEAAmE;QACnE,MAAM,EAAE,SAAS,EAAE,GAAG,MAAM,IAAI,CAAC;YAC/B,QAAQ,EAAE,IAAI,CAAC,SAAS,EAAE,OAAO,EAAE,kBAAkB,CAAC;YACtD,SAAS,EAAE,IAAI,CAAC,qBAAqB,CAAC;SACvC,CAAC,CAAA;QAEF,mEAAmE;QACnE,MAAM,OAAO,GAAc,MAAM,IAAI,CAAC,aAAa,CAAC,YAAY,EAAE,SAAS,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC,CAAA;QACtG,IAAI,OAAO,KAAK,SAAS,EAAE,CAAC;YAC1B,MAAM,GAAG,CAAC,iBAAiB,EAAE,CAAC,CAAA;QAChC,CAAC;aAAM,IAAI,CAAC,SAAS,EAAE,CAAC;YACtB,MAAM,GAAG,CAAC,iBAAiB,EAAE,CAAC,CAAA;QAChC,CAAC;IACH,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAA;IACtB,CAAC;AACH,CAAC;AAED,6EAA6E;AAC7E,MAAM,CAAC,OAAO,SAAS,CAAC,CAAC,OAAO,CAAC,aAA4B;IAC3D,MAAM,UAAU,CAAC,WAAW,EAAE,gBAAgB,EAAE,aAAa,CAAC,CAAA;AAChE,CAAC"}
|
@@ -1,4 +0,0 @@
|
|
1
|
-
import { EventChannel } from 'redux-saga';
|
2
|
-
import { Action } from 'typesafe-actions';
|
3
|
-
export declare function countdown(duration: number, updateAction: (duration: number) => Action<any>): Generator<import("redux-saga/effects").CallEffect<EventChannel<number>> | import("redux-saga/effects").ChannelTakeEffect<number> | import("redux-saga/effects").PutEffect<Action<any>> | import("redux-saga/effects").CancelledEffect, void, never>;
|
4
|
-
//# sourceMappingURL=countdown.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"countdown.d.ts","sourceRoot":"","sources":["../../../src/store/countdown.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,YAAY,EAAE,MAAM,YAAY,CAAA;AAE5D,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAA;AAkBzC,wBAAiB,SAAS,CAAC,QAAQ,EAAE,MAAM,EAAE,YAAY,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,MAAM,CAAC,GAAG,CAAC,uPAe3F"}
|
@@ -1,33 +0,0 @@
|
|
1
|
-
import { END, eventChannel } from 'redux-saga';
|
2
|
-
import { call, cancelled, put, take } from 'redux-saga/effects';
|
3
|
-
const countdownChannel = (duration) => eventChannel(emit => {
|
4
|
-
const intervalId = setInterval(() => {
|
5
|
-
duration--;
|
6
|
-
if (duration > 0) {
|
7
|
-
emit(duration);
|
8
|
-
}
|
9
|
-
else {
|
10
|
-
emit(END);
|
11
|
-
clearInterval(intervalId);
|
12
|
-
}
|
13
|
-
}, 1000);
|
14
|
-
return () => clearInterval(intervalId);
|
15
|
-
});
|
16
|
-
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
|
17
|
-
export function* countdown(duration, updateAction) {
|
18
|
-
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
19
|
-
const channel = yield call(countdownChannel, duration);
|
20
|
-
try {
|
21
|
-
while (true) {
|
22
|
-
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
23
|
-
const remaining = yield take(channel);
|
24
|
-
yield put(updateAction(remaining));
|
25
|
-
}
|
26
|
-
}
|
27
|
-
finally {
|
28
|
-
if ((yield cancelled())) {
|
29
|
-
channel.close();
|
30
|
-
}
|
31
|
-
}
|
32
|
-
}
|
33
|
-
//# sourceMappingURL=countdown.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"countdown.js","sourceRoot":"","sources":["../../../src/store/countdown.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,YAAY,EAAgB,MAAM,YAAY,CAAA;AAC5D,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAA;AAG/D,MAAM,gBAAgB,GAAG,CAAC,QAAgB,EAAE,EAAE,CAC5C,YAAY,CAAS,IAAI,CAAC,EAAE;IAC1B,MAAM,UAAU,GAAG,WAAW,CAAC,GAAG,EAAE;QAClC,QAAQ,EAAE,CAAA;QACV,IAAI,QAAQ,GAAG,CAAC,EAAE,CAAC;YACjB,IAAI,CAAC,QAAQ,CAAC,CAAA;QAChB,CAAC;aAAM,CAAC;YACN,IAAI,CAAC,GAAG,CAAC,CAAA;YACT,aAAa,CAAC,UAAU,CAAC,CAAA;QAC3B,CAAC;IACH,CAAC,EAAE,IAAI,CAAC,CAAA;IAER,OAAO,GAAG,EAAE,CAAC,aAAa,CAAC,UAAU,CAAC,CAAA;AACxC,CAAC,CAAC,CAAA;AAEJ,6EAA6E;AAC7E,MAAM,SAAS,CAAC,CAAC,SAAS,CAAC,QAAgB,EAAE,YAA+C;IAC1F,mEAAmE;IACnE,MAAM,OAAO,GAAyB,MAAM,IAAI,CAAC,gBAAgB,EAAE,QAAQ,CAAC,CAAA;IAE5E,IAAI,CAAC;QACH,OAAO,IAAI,EAAE,CAAC;YACZ,mEAAmE;YACnE,MAAM,SAAS,GAAW,MAAM,IAAI,CAAC,OAAO,CAAC,CAAA;YAC7C,MAAM,GAAG,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC,CAAA;QACpC,CAAC;IACH,CAAC;YAAS,CAAC;QACT,IAAI,CAAC,MAAM,SAAS,EAAE,CAAY,EAAE,CAAC;YACnC,OAAO,CAAC,KAAK,EAAE,CAAA;QACjB,CAAC;IACH,CAAC;AACH,CAAC"}
|
@@ -1,78 +0,0 @@
|
|
1
|
-
import { Store } from 'redux';
|
2
|
-
import { ExamAnswer, ExamServerAPI, InitialCasStatus, RestrictedAudioPlaybackStats } from '..';
|
3
|
-
import { RootElement } from '../parser/parseExamStructure';
|
4
|
-
declare const rootReducer: import("redux").Reducer<{
|
5
|
-
answers: import("./answers/reducer").AnswersState;
|
6
|
-
audio: import("./audio/reducer").AudioState;
|
7
|
-
cas: import("./cas/reducer").CasState;
|
8
|
-
}, {
|
9
|
-
type: "SAVE_ANSWER";
|
10
|
-
payload: ExamAnswer;
|
11
|
-
} | {
|
12
|
-
type: "SAVE_ANSWER_SUCCEEDED";
|
13
|
-
payload: ExamAnswer;
|
14
|
-
} | {
|
15
|
-
type: "SAVE_ANSWER_FAILED";
|
16
|
-
payload: {
|
17
|
-
answer: ExamAnswer;
|
18
|
-
error: unknown;
|
19
|
-
};
|
20
|
-
error: boolean;
|
21
|
-
} | {
|
22
|
-
type: "SELECT_ANSWER_VERSION";
|
23
|
-
payload: {
|
24
|
-
questionId: number;
|
25
|
-
questionText: string;
|
26
|
-
};
|
27
|
-
} | {
|
28
|
-
type: "ANSWER_FOCUSED";
|
29
|
-
payload: number;
|
30
|
-
} | {
|
31
|
-
type: "ANSWER_BLURRED";
|
32
|
-
payload: number;
|
33
|
-
} | {
|
34
|
-
type: "PLAY_AUDIO";
|
35
|
-
payload: import("./audio/reducer").Audio;
|
36
|
-
} | {
|
37
|
-
type: "PLAY_AUDIO_STARTED";
|
38
|
-
payload: import("./audio/reducer").Audio;
|
39
|
-
} | {
|
40
|
-
type: "PLAY_AUDIO_FINISHED";
|
41
|
-
} | {
|
42
|
-
type: "SHOW_AUDIO_ERROR";
|
43
|
-
payload: {
|
44
|
-
audio: import("./audio/reducer").Audio;
|
45
|
-
error: import("..").AudioPlaybackError;
|
46
|
-
};
|
47
|
-
} | {
|
48
|
-
type: "HIDE_AUDIO_ERROR";
|
49
|
-
payload: import("./audio/reducer").Audio;
|
50
|
-
} | {
|
51
|
-
type: "UPDATE_REMAINING";
|
52
|
-
payload: number;
|
53
|
-
} | {
|
54
|
-
type: "ALLOW_CAS";
|
55
|
-
payload: number;
|
56
|
-
} | {
|
57
|
-
type: "ALLOW_CAS_COUNTDOWN";
|
58
|
-
payload: number;
|
59
|
-
} | {
|
60
|
-
type: "ALLOW_CAS_SUCCEEDED";
|
61
|
-
} | {
|
62
|
-
type: "ALLOW_CAS_CANCELLED";
|
63
|
-
} | {
|
64
|
-
type: "UPDATE_CAS_REMAINING";
|
65
|
-
payload: number;
|
66
|
-
}, Partial<{
|
67
|
-
answers: never;
|
68
|
-
audio: never;
|
69
|
-
cas: never;
|
70
|
-
}>>;
|
71
|
-
export type AppState = ReturnType<typeof rootReducer>;
|
72
|
-
declare module 'react-redux' {
|
73
|
-
interface DefaultRootState extends AppState {
|
74
|
-
}
|
75
|
-
}
|
76
|
-
export declare function initializeExamStore(examStructure: RootElement, casStatus: InitialCasStatus, initialAnswers: ExamAnswer[], restrictedAudioPlaybackStats: RestrictedAudioPlaybackStats[], examServerApi: ExamServerAPI): Store<AppState>;
|
77
|
-
export {};
|
78
|
-
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/store/index.ts"],"names":[],"mappings":"AACA,OAAO,EAA0D,KAAK,EAAE,MAAM,OAAO,CAAA;AASrF,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,gBAAgB,EAAE,4BAA4B,EAAE,MAAM,IAAI,CAAA;AAC9F,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAA;AAG1D,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAIf,CAAA;AAQF,MAAM,MAAM,QAAQ,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,CAAA;AAUrD,OAAO,QAAQ,aAAa,CAAC;IAC3B,UAAU,gBAAiB,SAAQ,QAAQ;KAAG;CAC/C;AAED,wBAAgB,mBAAmB,CACjC,aAAa,EAAE,WAAW,EAC1B,SAAS,EAAE,gBAAgB,EAC3B,cAAc,EAAE,UAAU,EAAE,EAC5B,4BAA4B,EAAE,4BAA4B,EAAE,EAC5D,aAAa,EAAE,aAAa,GAC3B,KAAK,CAAC,QAAQ,CAAC,CA+BjB"}
|
package/dist/src/store/index.js
DELETED
@@ -1,53 +0,0 @@
|
|
1
|
-
import * as _ from 'lodash-es';
|
2
|
-
import { applyMiddleware, combineReducers, compose, createStore } from 'redux';
|
3
|
-
import createSagaMiddleware from 'redux-saga';
|
4
|
-
import { fork } from 'redux-saga/effects';
|
5
|
-
import answersReducer from './answers/reducer';
|
6
|
-
import answersSaga from './answers/sagas';
|
7
|
-
import audioReducer from './audio/reducer';
|
8
|
-
import audioSaga from './audio/sagas';
|
9
|
-
import casReducer from './cas/reducer';
|
10
|
-
import casSaga from './cas/sagas';
|
11
|
-
import { validateAnswers } from '../validateAnswers';
|
12
|
-
const rootReducer = combineReducers({
|
13
|
-
answers: answersReducer,
|
14
|
-
audio: audioReducer,
|
15
|
-
cas: casReducer
|
16
|
-
});
|
17
|
-
function* rootSaga(examServerApi) {
|
18
|
-
yield fork(answersSaga, examServerApi);
|
19
|
-
yield fork(audioSaga, examServerApi);
|
20
|
-
yield fork(casSaga, examServerApi);
|
21
|
-
}
|
22
|
-
export function initializeExamStore(examStructure, casStatus, initialAnswers, restrictedAudioPlaybackStats, examServerApi) {
|
23
|
-
const initialQuestionIds = new Set(_.map(initialAnswers, 'questionId'));
|
24
|
-
const playbackTimes = _.mapValues(_.keyBy(restrictedAudioPlaybackStats, 'restrictedAudioId'), 'times');
|
25
|
-
const answersById = _.keyBy(initialAnswers, 'questionId');
|
26
|
-
const initialState = {
|
27
|
-
answers: {
|
28
|
-
answersById,
|
29
|
-
focusedQuestionId: null,
|
30
|
-
serverQuestionIds: initialQuestionIds,
|
31
|
-
supportsAnswerHistory: typeof examServerApi.selectAnswerVersion === 'function',
|
32
|
-
savedQuestionIds: initialQuestionIds,
|
33
|
-
examStructure,
|
34
|
-
validationErrors: validateAnswers(examStructure, answersById)
|
35
|
-
},
|
36
|
-
audio: {
|
37
|
-
errors: {},
|
38
|
-
nowPlaying: null,
|
39
|
-
playbackTimes
|
40
|
-
},
|
41
|
-
cas: { casStatus }
|
42
|
-
};
|
43
|
-
const sagaMiddleware = createSagaMiddleware();
|
44
|
-
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment,@typescript-eslint/no-unsafe-member-access
|
45
|
-
const composeEnhancers = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ || compose;
|
46
|
-
const enhancers = composeEnhancers(applyMiddleware(sagaMiddleware));
|
47
|
-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
48
|
-
// @ts-ignore
|
49
|
-
const store = createStore(rootReducer, initialState, enhancers);
|
50
|
-
sagaMiddleware.run(rootSaga, examServerApi);
|
51
|
-
return store;
|
52
|
-
}
|
53
|
-
//# sourceMappingURL=index.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/store/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,WAAW,CAAA;AAC9B,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,OAAO,EAAE,WAAW,EAAS,MAAM,OAAO,CAAA;AACrF,OAAO,oBAAoB,MAAM,YAAY,CAAA;AAC7C,OAAO,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAA;AACzC,OAAO,cAAc,MAAM,mBAAmB,CAAA;AAC9C,OAAO,WAAW,MAAM,iBAAiB,CAAA;AACzC,OAAO,YAAY,MAAM,iBAAiB,CAAA;AAC1C,OAAO,SAAS,MAAM,eAAe,CAAA;AACrC,OAAO,UAAU,MAAM,eAAe,CAAA;AACtC,OAAO,OAAO,MAAM,aAAa,CAAA;AAGjC,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAA;AAEpD,MAAM,WAAW,GAAG,eAAe,CAAC;IAClC,OAAO,EAAE,cAAc;IACvB,KAAK,EAAE,YAAY;IACnB,GAAG,EAAE,UAAU;CAChB,CAAC,CAAA;AAEF,QAAQ,CAAC,CAAC,QAAQ,CAAC,aAA4B;IAC7C,MAAM,IAAI,CAAC,WAAW,EAAE,aAAa,CAAC,CAAA;IACtC,MAAM,IAAI,CAAC,SAAS,EAAE,aAAa,CAAC,CAAA;IACpC,MAAM,IAAI,CAAC,OAAO,EAAE,aAAa,CAAC,CAAA;AACpC,CAAC;AAgBD,MAAM,UAAU,mBAAmB,CACjC,aAA0B,EAC1B,SAA2B,EAC3B,cAA4B,EAC5B,4BAA4D,EAC5D,aAA4B;IAE5B,MAAM,kBAAkB,GAAG,IAAI,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,cAAc,EAAE,YAAY,CAAC,CAAC,CAAA;IACvE,MAAM,aAAa,GAAG,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,KAAK,CAAC,4BAA4B,EAAE,mBAAmB,CAAC,EAAE,OAAO,CAAC,CAAA;IACtG,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,cAAc,EAAE,YAAY,CAAC,CAAA;IACzD,MAAM,YAAY,GAAa;QAC7B,OAAO,EAAE;YACP,WAAW;YACX,iBAAiB,EAAE,IAAI;YACvB,iBAAiB,EAAE,kBAAkB;YACrC,qBAAqB,EAAE,OAAO,aAAa,CAAC,mBAAmB,KAAK,UAAU;YAC9E,gBAAgB,EAAE,kBAAkB;YACpC,aAAa;YACb,gBAAgB,EAAE,eAAe,CAAC,aAAa,EAAE,WAAW,CAAC;SAC9D;QACD,KAAK,EAAE;YACL,MAAM,EAAE,EAAE;YACV,UAAU,EAAE,IAAI;YAChB,aAAa;SACd;QACD,GAAG,EAAE,EAAE,SAAS,EAAE;KACnB,CAAA;IACD,MAAM,cAAc,GAAG,oBAAoB,EAAE,CAAA;IAC7C,8GAA8G;IAC9G,MAAM,gBAAgB,GAAK,MAAc,CAAC,oCAAuD,IAAI,OAAO,CAAA;IAC5G,MAAM,SAAS,GAAG,gBAAgB,CAAC,eAAe,CAAC,cAAc,CAAC,CAAC,CAAA;IACnE,6DAA6D;IAC7D,aAAa;IACb,MAAM,KAAK,GAAG,WAAW,CAAC,WAAW,EAAE,YAAY,EAAE,SAAS,CAAC,CAAA;IAC/D,cAAc,CAAC,GAAG,CAAC,QAAQ,EAAE,aAAa,CAAC,CAAA;IAE3C,OAAO,KAAK,CAAA;AACd,CAAC"}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import { AppState } from '.';
|
2
|
-
import { AudioPlaybackError, RestrictedAudioId, SaveState } from '..';
|
3
|
-
export declare const getAudioState: (src: string, restrictedAudioId?: RestrictedAudioId) => (state: AppState) => "stopped" | "playing" | "other-playing";
|
4
|
-
export declare const getAudioPlaybackError: (src: string, restrictedAudioId?: RestrictedAudioId) => (state: AppState) => AudioPlaybackError | undefined;
|
5
|
-
export declare const getDurationRemaining: (src: string, restrictedAudioId?: RestrictedAudioId) => (state: AppState) => number | undefined;
|
6
|
-
export declare const getPlaybackTimes: (restrictedAudioId: RestrictedAudioId) => (state: AppState) => number;
|
7
|
-
export declare const getPlaybackTimesRemaining: (restrictedAudioId: RestrictedAudioId, times: number) => (state: AppState) => number;
|
8
|
-
export declare const getSaveState: (state: AppState) => SaveState;
|
9
|
-
//# sourceMappingURL=selectors.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"selectors.d.ts","sourceRoot":"","sources":["../../../src/store/selectors.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,GAAG,CAAA;AAC5B,OAAO,EAAE,kBAAkB,EAA0B,iBAAiB,EAAE,SAAS,EAAE,MAAM,IAAI,CAAA;AAE7F,eAAO,MAAM,aAAa,QAClB,MAAM,sBAAsB,iBAAiB,aAC3C,QAAQ,KAAG,SAAS,GAAG,SAAS,GAAG,eAQ1C,CAAA;AAEH,eAAO,MAAM,qBAAqB,QAC1B,MAAM,sBAAsB,iBAAiB,aAC3C,QAAQ,KAAG,kBAAkB,GAAG,SACiC,CAAA;AAE3E,eAAO,MAAM,oBAAoB,QACzB,MAAM,sBAAsB,iBAAiB,aAC3C,QAAQ,KAAG,MAAM,GAAG,SACwF,CAAA;AAEtH,eAAO,MAAM,gBAAgB,sBACP,iBAAiB,aAC7B,QAAQ,KAAG,MACqC,CAAA;AAE1D,eAAO,MAAM,yBAAyB,sBAChB,iBAAiB,SAAS,MAAM,aAC5C,QAAQ,KAAG,MACiC,CAAA;AAEtD,eAAO,MAAM,YAAY,UAAW,QAAQ,KAAG,SAa9C,CAAA"}
|
@@ -1,35 +0,0 @@
|
|
1
|
-
import * as _ from 'lodash-es';
|
2
|
-
export const getAudioState = (src, restrictedAudioId) => (state) => {
|
3
|
-
const { nowPlaying } = state.audio;
|
4
|
-
return nowPlaying == null
|
5
|
-
? 'stopped'
|
6
|
-
: nowPlaying.audio.restrictedAudioId === restrictedAudioId && nowPlaying.audio.src === src
|
7
|
-
? 'playing'
|
8
|
-
: 'other-playing';
|
9
|
-
};
|
10
|
-
export const getAudioPlaybackError = (src, restrictedAudioId) => (state) => state.audio.errors[restrictedAudioId != null ? restrictedAudioId : src];
|
11
|
-
export const getDurationRemaining = (src, restrictedAudioId) => (state) => getAudioState(src, restrictedAudioId)(state) === 'playing' ? state.audio.nowPlaying.durationRemaining : undefined;
|
12
|
-
export const getPlaybackTimes = (restrictedAudioId) => (state) => _.get(state.audio.playbackTimes, restrictedAudioId, 0);
|
13
|
-
export const getPlaybackTimesRemaining = (restrictedAudioId, times) => (state) => times - getPlaybackTimes(restrictedAudioId)(state);
|
14
|
-
export const getSaveState = (state) => {
|
15
|
-
const { serverQuestionIds, savedQuestionIds, answersById } = state.answers;
|
16
|
-
if (serverQuestionIds.size === 0) {
|
17
|
-
return 'initial';
|
18
|
-
}
|
19
|
-
else if (serverQuestionIds.size !== savedQuestionIds.size ||
|
20
|
-
containsAnswerNotYetSavedInServer(serverQuestionIds, answersById)) {
|
21
|
-
return 'saving';
|
22
|
-
}
|
23
|
-
else {
|
24
|
-
return 'saved';
|
25
|
-
}
|
26
|
-
};
|
27
|
-
function containsAnswerNotYetSavedInServer(serverIds, answersById) {
|
28
|
-
for (const questionId in answersById) {
|
29
|
-
if (!serverIds.has(Number(questionId))) {
|
30
|
-
return true;
|
31
|
-
}
|
32
|
-
}
|
33
|
-
return false;
|
34
|
-
}
|
35
|
-
//# sourceMappingURL=selectors.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"selectors.js","sourceRoot":"","sources":["../../../src/store/selectors.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,WAAW,CAAA;AAI9B,MAAM,CAAC,MAAM,aAAa,GACxB,CAAC,GAAW,EAAE,iBAAqC,EAAE,EAAE,CACvD,CAAC,KAAe,EAA2C,EAAE;IAC3D,MAAM,EAAE,UAAU,EAAE,GAAG,KAAK,CAAC,KAAK,CAAA;IAElC,OAAO,UAAU,IAAI,IAAI;QACvB,CAAC,CAAC,SAAS;QACX,CAAC,CAAC,UAAU,CAAC,KAAK,CAAC,iBAAiB,KAAK,iBAAiB,IAAI,UAAU,CAAC,KAAK,CAAC,GAAG,KAAK,GAAG;YACxF,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,eAAe,CAAA;AACvB,CAAC,CAAA;AAEH,MAAM,CAAC,MAAM,qBAAqB,GAChC,CAAC,GAAW,EAAE,iBAAqC,EAAE,EAAE,CACvD,CAAC,KAAe,EAAkC,EAAE,CAClD,KAAK,CAAC,KAAK,CAAC,MAAM,CAAC,iBAAiB,IAAI,IAAI,CAAC,CAAC,CAAC,iBAAiB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAA;AAE3E,MAAM,CAAC,MAAM,oBAAoB,GAC/B,CAAC,GAAW,EAAE,iBAAqC,EAAE,EAAE,CACvD,CAAC,KAAe,EAAsB,EAAE,CACtC,aAAa,CAAC,GAAG,EAAE,iBAAiB,CAAC,CAAC,KAAK,CAAC,KAAK,SAAS,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,UAAW,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAA;AAEtH,MAAM,CAAC,MAAM,gBAAgB,GAC3B,CAAC,iBAAoC,EAAE,EAAE,CACzC,CAAC,KAAe,EAAU,EAAE,CAC1B,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,KAAK,CAAC,aAAa,EAAE,iBAAiB,EAAE,CAAC,CAAC,CAAA;AAE1D,MAAM,CAAC,MAAM,yBAAyB,GACpC,CAAC,iBAAoC,EAAE,KAAa,EAAE,EAAE,CACxD,CAAC,KAAe,EAAU,EAAE,CAC1B,KAAK,GAAG,gBAAgB,CAAC,iBAAiB,CAAC,CAAC,KAAK,CAAC,CAAA;AAEtD,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,KAAe,EAAa,EAAE;IACzD,MAAM,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,WAAW,EAAE,GAAG,KAAK,CAAC,OAAO,CAAA;IAE1E,IAAI,iBAAiB,CAAC,IAAI,KAAK,CAAC,EAAE,CAAC;QACjC,OAAO,SAAS,CAAA;IAClB,CAAC;SAAM,IACL,iBAAiB,CAAC,IAAI,KAAK,gBAAgB,CAAC,IAAI;QAChD,iCAAiC,CAAC,iBAAiB,EAAE,WAAW,CAAC,EACjE,CAAC;QACD,OAAO,QAAQ,CAAA;IACjB,CAAC;SAAM,CAAC;QACN,OAAO,OAAO,CAAA;IAChB,CAAC;AACH,CAAC,CAAA;AAED,SAAS,iCAAiC,CACxC,SAA0B,EAC1B,WAA2C;IAE3C,KAAK,MAAM,UAAU,IAAI,WAAW,EAAE,CAAC;QACrC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,EAAE,CAAC;YACvC,OAAO,IAAI,CAAA;QACb,CAAC;IACH,CAAC;IACD,OAAO,KAAK,CAAA;AACd,CAAC"}
|
@@ -1,22 +0,0 @@
|
|
1
|
-
export type QuestionId = number;
|
2
|
-
interface AnswerCommon {
|
3
|
-
questionId: QuestionId;
|
4
|
-
value: string;
|
5
|
-
/** This field is undefined in older exams that were packaged before this change. */
|
6
|
-
displayNumber?: string;
|
7
|
-
answerNonAnswer?: boolean;
|
8
|
-
}
|
9
|
-
export interface TextAnswer extends AnswerCommon {
|
10
|
-
type: 'text';
|
11
|
-
characterCount: number;
|
12
|
-
}
|
13
|
-
export interface RichTextAnswer extends AnswerCommon {
|
14
|
-
type: 'richText';
|
15
|
-
characterCount: number;
|
16
|
-
}
|
17
|
-
export interface ChoiceAnswer extends AnswerCommon {
|
18
|
-
type: 'choice';
|
19
|
-
}
|
20
|
-
export type ExamAnswer = TextAnswer | RichTextAnswer | ChoiceAnswer;
|
21
|
-
export {};
|
22
|
-
//# sourceMappingURL=ExamAnswer.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"ExamAnswer.d.ts","sourceRoot":"","sources":["../../../src/types/ExamAnswer.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG,MAAM,CAAA;AAE/B,UAAU,YAAY;IACpB,UAAU,EAAE,UAAU,CAAA;IACtB,KAAK,EAAE,MAAM,CAAA;IACb,oFAAoF;IACpF,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,eAAe,CAAC,EAAE,OAAO,CAAA;CAC1B;AAED,MAAM,WAAW,UAAW,SAAQ,YAAY;IAC9C,IAAI,EAAE,MAAM,CAAA;IACZ,cAAc,EAAE,MAAM,CAAA;CACvB;AAED,MAAM,WAAW,cAAe,SAAQ,YAAY;IAClD,IAAI,EAAE,UAAU,CAAA;IAChB,cAAc,EAAE,MAAM,CAAA;CACvB;AAED,MAAM,WAAW,YAAa,SAAQ,YAAY;IAChD,IAAI,EAAE,QAAQ,CAAA;CACf;AAED,MAAM,MAAM,UAAU,GAAG,UAAU,GAAG,cAAc,GAAG,YAAY,CAAA"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"ExamAnswer.js","sourceRoot":"","sources":["../../../src/types/ExamAnswer.ts"],"names":[],"mappings":""}
|