@digabi/exam-engine-core 22.2.0-alpha.9 → 22.3.1-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/__tests__/tsconfig.tsbuildinfo +1 -1
- package/dist/components/exam/ExamineExam.d.ts +5 -0
- package/dist/components/exam/ExamineExam.d.ts.map +1 -0
- package/dist/components/exam/ExamineExam.js +20 -0
- package/dist/components/exam/ExamineExam.js.map +1 -0
- package/dist/components/grading/GradingAnswer.d.ts.map +1 -1
- package/dist/components/grading/GradingAnswer.js +38 -16
- package/dist/components/grading/GradingAnswer.js.map +1 -1
- package/dist/i18n/fi-FI.d.ts +1 -0
- package/dist/i18n/fi-FI.d.ts.map +1 -1
- package/dist/i18n/fi-FI.js +2 -1
- 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 +2 -1
- package/dist/i18n/sv-FI.js.map +1 -1
- package/dist/main-bundle.js +30 -18
- package/dist/main.css +1 -1
- package/dist/src/components/AnswerToolbar.d.ts +18 -0
- package/dist/src/components/AnswerToolbar.d.ts.map +1 -0
- package/dist/src/components/AnswerToolbar.js +36 -0
- package/dist/src/components/AnswerToolbar.js.map +1 -0
- package/dist/src/components/AnsweringInstructions.d.ts +12 -0
- package/dist/src/components/AnsweringInstructions.d.ts.map +1 -0
- package/dist/src/components/AnsweringInstructions.js +24 -0
- package/dist/src/components/AnsweringInstructions.js.map +1 -0
- package/dist/src/components/DocumentTitle.d.ts +5 -0
- package/dist/src/components/DocumentTitle.d.ts.map +1 -0
- package/dist/src/components/DocumentTitle.js +13 -0
- package/dist/src/components/DocumentTitle.js.map +1 -0
- package/dist/src/components/NotificationIcon.d.ts +4 -0
- package/dist/src/components/NotificationIcon.d.ts.map +1 -0
- package/dist/src/components/NotificationIcon.js +6 -0
- package/dist/src/components/NotificationIcon.js.map +1 -0
- package/dist/src/components/RenderChildNodes.d.ts +5 -0
- package/dist/src/components/RenderChildNodes.d.ts.map +1 -0
- package/dist/src/components/RenderChildNodes.js +7 -0
- package/dist/src/components/RenderChildNodes.js.map +1 -0
- package/dist/src/components/RenderExamElements.d.ts +6 -0
- package/dist/src/components/RenderExamElements.d.ts.map +1 -0
- package/dist/src/components/RenderExamElements.js +6 -0
- package/dist/src/components/RenderExamElements.js.map +1 -0
- package/dist/src/components/RenderIf.d.ts +4 -0
- package/dist/src/components/RenderIf.d.ts.map +1 -0
- package/dist/src/components/RenderIf.js +8 -0
- package/dist/src/components/RenderIf.js.map +1 -0
- package/dist/src/components/ScreenReaderOnly.d.ts +5 -0
- package/dist/src/components/ScreenReaderOnly.d.ts.map +1 -0
- package/dist/src/components/ScreenReaderOnly.js +3 -0
- package/dist/src/components/ScreenReaderOnly.js.map +1 -0
- package/dist/src/components/SectionElement.d.ts +4 -0
- package/dist/src/components/SectionElement.d.ts.map +1 -0
- package/dist/src/components/SectionElement.js +8 -0
- package/dist/src/components/SectionElement.js.map +1 -0
- package/dist/src/components/attachments/Attachment.d.ts +4 -0
- package/dist/src/components/attachments/Attachment.d.ts.map +1 -0
- package/dist/src/components/attachments/Attachment.js +8 -0
- package/dist/src/components/attachments/Attachment.js.map +1 -0
- package/dist/src/components/attachments/AttachmentTitle.d.ts +6 -0
- package/dist/src/components/attachments/AttachmentTitle.d.ts.map +1 -0
- package/dist/src/components/attachments/AttachmentTitle.js +12 -0
- package/dist/src/components/attachments/AttachmentTitle.js.map +1 -0
- package/dist/src/components/attachments/Attachments.d.ts +5 -0
- package/dist/src/components/attachments/Attachments.d.ts.map +1 -0
- package/dist/src/components/attachments/Attachments.js +55 -0
- package/dist/src/components/attachments/Attachments.js.map +1 -0
- package/dist/src/components/attachments/ExternalMaterial.d.ts +9 -0
- package/dist/src/components/attachments/ExternalMaterial.d.ts.map +1 -0
- package/dist/src/components/attachments/ExternalMaterial.js +46 -0
- package/dist/src/components/attachments/ExternalMaterial.js.map +1 -0
- package/dist/src/components/attachments/Question.d.ts +4 -0
- package/dist/src/components/attachments/Question.d.ts.map +1 -0
- package/dist/src/components/attachments/Question.js +16 -0
- package/dist/src/components/attachments/Question.js.map +1 -0
- package/dist/src/components/attachments/QuestionTitle.d.ts +6 -0
- package/dist/src/components/attachments/QuestionTitle.d.ts.map +1 -0
- package/dist/src/components/attachments/QuestionTitle.js +15 -0
- package/dist/src/components/attachments/QuestionTitle.js.map +1 -0
- package/dist/src/components/context/AnnotationProvider.d.ts +16 -0
- package/dist/src/components/context/AnnotationProvider.d.ts.map +1 -0
- package/dist/src/components/context/AnnotationProvider.js +35 -0
- package/dist/src/components/context/AnnotationProvider.js.map +1 -0
- package/dist/src/components/context/AttachmentContext.d.ts +13 -0
- package/dist/src/components/context/AttachmentContext.d.ts.map +1 -0
- package/dist/src/components/context/AttachmentContext.js +12 -0
- package/dist/src/components/context/AttachmentContext.js.map +1 -0
- package/dist/src/components/context/CommonExamContext.d.ts +22 -0
- package/dist/src/components/context/CommonExamContext.d.ts.map +1 -0
- package/dist/src/components/context/CommonExamContext.js +28 -0
- package/dist/src/components/context/CommonExamContext.js.map +1 -0
- package/dist/src/components/context/ExamContext.d.ts +9 -0
- package/dist/src/components/context/ExamContext.d.ts.map +1 -0
- package/dist/src/components/context/ExamContext.js +11 -0
- package/dist/src/components/context/ExamContext.js.map +1 -0
- package/dist/src/components/context/IsInSidebarContext.d.ts +6 -0
- package/dist/src/components/context/IsInSidebarContext.d.ts.map +1 -0
- package/dist/src/components/context/IsInSidebarContext.js +3 -0
- package/dist/src/components/context/IsInSidebarContext.js.map +1 -0
- package/dist/src/components/context/QuestionContext.d.ts +14 -0
- package/dist/src/components/context/QuestionContext.d.ts.map +1 -0
- package/dist/src/components/context/QuestionContext.js +27 -0
- package/dist/src/components/context/QuestionContext.js.map +1 -0
- package/dist/src/components/context/ResultsContext.d.ts +17 -0
- package/dist/src/components/context/ResultsContext.d.ts.map +1 -0
- package/dist/src/components/context/ResultsContext.js +69 -0
- package/dist/src/components/context/ResultsContext.js.map +1 -0
- package/dist/src/components/context/SectionContext.d.ts +12 -0
- package/dist/src/components/context/SectionContext.d.ts.map +1 -0
- package/dist/src/components/context/SectionContext.js +21 -0
- package/dist/src/components/context/SectionContext.js.map +1 -0
- package/dist/src/components/context/TOCContext.d.ts +7 -0
- package/dist/src/components/context/TOCContext.d.ts.map +1 -0
- package/dist/src/components/context/TOCContext.js +3 -0
- package/dist/src/components/context/TOCContext.js.map +1 -0
- package/dist/src/components/context/withContext.d.ts +3 -0
- package/dist/src/components/context/withContext.d.ts.map +1 -0
- package/dist/src/components/context/withContext.js +12 -0
- package/dist/src/components/context/withContext.js.map +1 -0
- package/dist/src/components/exam/Attachment.d.ts +4 -0
- package/dist/src/components/exam/Attachment.d.ts.map +1 -0
- package/dist/src/components/exam/Attachment.js +8 -0
- package/dist/src/components/exam/Attachment.js.map +1 -0
- package/dist/src/components/exam/ChoiceAnswer.d.ts +5 -0
- package/dist/src/components/exam/ChoiceAnswer.d.ts.map +1 -0
- package/dist/src/components/exam/ChoiceAnswer.js +53 -0
- package/dist/src/components/exam/ChoiceAnswer.js.map +1 -0
- package/dist/src/components/exam/DropdownAnswer.d.ts +5 -0
- package/dist/src/components/exam/DropdownAnswer.d.ts.map +1 -0
- package/dist/src/components/exam/DropdownAnswer.js +101 -0
- package/dist/src/components/exam/DropdownAnswer.js.map +1 -0
- package/dist/src/components/exam/Exam.d.ts +48 -0
- package/dist/src/components/exam/Exam.d.ts.map +1 -0
- package/dist/src/components/exam/Exam.js +195 -0
- package/dist/src/components/exam/Exam.js.map +1 -0
- package/dist/src/components/exam/ExamFooter.d.ts +6 -0
- package/dist/src/components/exam/ExamFooter.d.ts.map +1 -0
- package/dist/src/components/exam/ExamFooter.js +6 -0
- package/dist/src/components/exam/ExamFooter.js.map +1 -0
- package/dist/src/components/exam/ExamInstruction.d.ts +6 -0
- package/dist/src/components/exam/ExamInstruction.d.ts.map +1 -0
- package/dist/src/components/exam/ExamInstruction.js +6 -0
- package/dist/src/components/exam/ExamInstruction.js.map +1 -0
- package/dist/src/components/exam/ExternalMaterial.d.ts +10 -0
- package/dist/src/components/exam/ExternalMaterial.d.ts.map +1 -0
- package/dist/src/components/exam/ExternalMaterial.js +33 -0
- package/dist/src/components/exam/ExternalMaterial.js.map +1 -0
- package/dist/src/components/exam/GoToExamineAnswersButton.d.ts +5 -0
- package/dist/src/components/exam/GoToExamineAnswersButton.d.ts.map +1 -0
- package/dist/src/components/exam/GoToExamineAnswersButton.js +18 -0
- package/dist/src/components/exam/GoToExamineAnswersButton.js.map +1 -0
- package/dist/src/components/exam/Hints.d.ts +5 -0
- package/dist/src/components/exam/Hints.d.ts.map +1 -0
- package/dist/src/components/exam/Hints.js +31 -0
- package/dist/src/components/exam/Hints.js.map +1 -0
- package/dist/src/components/exam/Question.d.ts +8 -0
- package/dist/src/components/exam/Question.d.ts.map +1 -0
- package/dist/src/components/exam/Question.js +75 -0
- package/dist/src/components/exam/Question.js.map +1 -0
- package/dist/src/components/exam/QuestionInstruction.d.ts +6 -0
- package/dist/src/components/exam/QuestionInstruction.d.ts.map +1 -0
- package/dist/src/components/exam/QuestionInstruction.js +8 -0
- package/dist/src/components/exam/QuestionInstruction.js.map +1 -0
- package/dist/src/components/exam/QuestionTitle.d.ts +5 -0
- package/dist/src/components/exam/QuestionTitle.d.ts.map +1 -0
- package/dist/src/components/exam/QuestionTitle.js +26 -0
- package/dist/src/components/exam/QuestionTitle.js.map +1 -0
- package/dist/src/components/exam/RichTextAnswer.d.ts +41 -0
- package/dist/src/components/exam/RichTextAnswer.d.ts.map +1 -0
- package/dist/src/components/exam/RichTextAnswer.js +79 -0
- package/dist/src/components/exam/RichTextAnswer.js.map +1 -0
- package/dist/src/components/exam/Section.d.ts +4 -0
- package/dist/src/components/exam/Section.d.ts.map +1 -0
- package/dist/src/components/exam/Section.js +49 -0
- package/dist/src/components/exam/Section.js.map +1 -0
- package/dist/src/components/exam/SectionInstruction.d.ts +6 -0
- package/dist/src/components/exam/SectionInstruction.d.ts.map +1 -0
- package/dist/src/components/exam/SectionInstruction.js +6 -0
- package/dist/src/components/exam/SectionInstruction.js.map +1 -0
- package/dist/src/components/exam/SectionTitle.d.ts +6 -0
- package/dist/src/components/exam/SectionTitle.d.ts.map +1 -0
- package/dist/src/components/exam/SectionTitle.js +30 -0
- package/dist/src/components/exam/SectionTitle.js.map +1 -0
- package/dist/src/components/exam/StudentNameHeader.d.ts +8 -0
- package/dist/src/components/exam/StudentNameHeader.d.ts.map +1 -0
- package/dist/src/components/exam/StudentNameHeader.js +3 -0
- package/dist/src/components/exam/StudentNameHeader.js.map +1 -0
- package/dist/src/components/exam/TextAnswer.d.ts +6 -0
- package/dist/src/components/exam/TextAnswer.d.ts.map +1 -0
- package/dist/src/components/exam/TextAnswer.js +20 -0
- package/dist/src/components/exam/TextAnswer.js.map +1 -0
- package/dist/src/components/exam/UndoHistoryEntry.d.ts +19 -0
- package/dist/src/components/exam/UndoHistoryEntry.d.ts.map +1 -0
- package/dist/src/components/exam/UndoHistoryEntry.js +39 -0
- package/dist/src/components/exam/UndoHistoryEntry.js.map +1 -0
- package/dist/src/components/exam/UndoView.d.ts +35 -0
- package/dist/src/components/exam/UndoView.d.ts.map +1 -0
- package/dist/src/components/exam/UndoView.js +162 -0
- package/dist/src/components/exam/UndoView.js.map +1 -0
- package/dist/src/components/exam/internal/ErrorIndicator.d.ts +9 -0
- package/dist/src/components/exam/internal/ErrorIndicator.d.ts.map +1 -0
- package/dist/src/components/exam/internal/ErrorIndicator.js +63 -0
- package/dist/src/components/exam/internal/ErrorIndicator.js.map +1 -0
- package/dist/src/components/exam/internal/ProgressBar.d.ts +8 -0
- package/dist/src/components/exam/internal/ProgressBar.d.ts.map +1 -0
- package/dist/src/components/exam/internal/ProgressBar.js +19 -0
- package/dist/src/components/exam/internal/ProgressBar.js.map +1 -0
- package/dist/src/components/exam/internal/SaveIndicator.d.ts +5 -0
- package/dist/src/components/exam/internal/SaveIndicator.d.ts.map +1 -0
- package/dist/src/components/exam/internal/SaveIndicator.js +16 -0
- package/dist/src/components/exam/internal/SaveIndicator.js.map +1 -0
- package/dist/src/components/exam/internal/TextAnswerInput.d.ts +6 -0
- package/dist/src/components/exam/internal/TextAnswerInput.d.ts.map +1 -0
- package/dist/src/components/exam/internal/TextAnswerInput.js +128 -0
- package/dist/src/components/exam/internal/TextAnswerInput.js.map +1 -0
- package/dist/src/components/grading/AnswerCharacterCounter.d.ts +6 -0
- package/dist/src/components/grading/AnswerCharacterCounter.d.ts.map +1 -0
- package/dist/src/components/grading/AnswerCharacterCounter.js +21 -0
- package/dist/src/components/grading/AnswerCharacterCounter.js.map +1 -0
- package/dist/src/components/grading/GradingAnswer.d.ts +24 -0
- package/dist/src/components/grading/GradingAnswer.d.ts.map +1 -0
- package/dist/src/components/grading/GradingAnswer.js +306 -0
- package/dist/src/components/grading/GradingAnswer.js.map +1 -0
- package/dist/src/components/grading/GradingAnswerAnnotationList.d.ts +9 -0
- package/dist/src/components/grading/GradingAnswerAnnotationList.d.ts.map +1 -0
- package/dist/src/components/grading/GradingAnswerAnnotationList.js +19 -0
- package/dist/src/components/grading/GradingAnswerAnnotationList.js.map +1 -0
- package/dist/src/components/grading/editAnnotations.d.ts +29 -0
- package/dist/src/components/grading/editAnnotations.d.ts.map +1 -0
- package/dist/src/components/grading/editAnnotations.js +190 -0
- package/dist/src/components/grading/editAnnotations.js.map +1 -0
- package/dist/src/components/grading/examAnnotationUtils.d.ts +3 -0
- package/dist/src/components/grading/examAnnotationUtils.d.ts.map +1 -0
- package/dist/src/components/grading/examAnnotationUtils.js +44 -0
- package/dist/src/components/grading/examAnnotationUtils.js.map +1 -0
- package/dist/src/components/grading/largeImageDetector.d.ts +3 -0
- package/dist/src/components/grading/largeImageDetector.d.ts.map +1 -0
- package/dist/src/components/grading/largeImageDetector.js +45 -0
- package/dist/src/components/grading/largeImageDetector.js.map +1 -0
- package/dist/src/components/grading-instructions/AnswerGradingInstruction.d.ts +5 -0
- package/dist/src/components/grading-instructions/AnswerGradingInstruction.d.ts.map +1 -0
- package/dist/src/components/grading-instructions/AnswerGradingInstruction.js +4 -0
- package/dist/src/components/grading-instructions/AnswerGradingInstruction.js.map +1 -0
- package/dist/src/components/grading-instructions/AutogradedAnswer.d.ts +5 -0
- package/dist/src/components/grading-instructions/AutogradedAnswer.d.ts.map +1 -0
- package/dist/src/components/grading-instructions/AutogradedAnswer.js +34 -0
- package/dist/src/components/grading-instructions/AutogradedAnswer.js.map +1 -0
- package/dist/src/components/grading-instructions/AutogradedAnswerOption.d.ts +5 -0
- package/dist/src/components/grading-instructions/AutogradedAnswerOption.d.ts.map +1 -0
- package/dist/src/components/grading-instructions/AutogradedAnswerOption.js +17 -0
- package/dist/src/components/grading-instructions/AutogradedAnswerOption.js.map +1 -0
- package/dist/src/components/grading-instructions/ExamGradingInstruction.d.ts +5 -0
- package/dist/src/components/grading-instructions/ExamGradingInstruction.d.ts.map +1 -0
- package/dist/src/components/grading-instructions/ExamGradingInstruction.js +4 -0
- package/dist/src/components/grading-instructions/ExamGradingInstruction.js.map +1 -0
- package/dist/src/components/grading-instructions/GradingInstructions.d.ts +6 -0
- package/dist/src/components/grading-instructions/GradingInstructions.d.ts.map +1 -0
- package/dist/src/components/grading-instructions/GradingInstructions.js +109 -0
- package/dist/src/components/grading-instructions/GradingInstructions.js.map +1 -0
- package/dist/src/components/grading-instructions/Question.d.ts +4 -0
- package/dist/src/components/grading-instructions/Question.d.ts.map +1 -0
- package/dist/src/components/grading-instructions/Question.js +14 -0
- package/dist/src/components/grading-instructions/Question.js.map +1 -0
- package/dist/src/components/grading-instructions/QuestionTitle.d.ts +5 -0
- package/dist/src/components/grading-instructions/QuestionTitle.d.ts.map +1 -0
- package/dist/src/components/grading-instructions/QuestionTitle.js +19 -0
- package/dist/src/components/grading-instructions/QuestionTitle.js.map +1 -0
- package/dist/src/components/grading-instructions/Recording.d.ts +5 -0
- package/dist/src/components/grading-instructions/Recording.d.ts.map +1 -0
- package/dist/src/components/grading-instructions/Recording.js +19 -0
- package/dist/src/components/grading-instructions/Recording.js.map +1 -0
- package/dist/src/components/grading-instructions/Section.d.ts +4 -0
- package/dist/src/components/grading-instructions/Section.d.ts.map +1 -0
- package/dist/src/components/grading-instructions/Section.js +10 -0
- package/dist/src/components/grading-instructions/Section.js.map +1 -0
- package/dist/src/components/grading-instructions/SectionTitle.d.ts +5 -0
- package/dist/src/components/grading-instructions/SectionTitle.d.ts.map +1 -0
- package/dist/src/components/grading-instructions/SectionTitle.js +16 -0
- package/dist/src/components/grading-instructions/SectionTitle.js.map +1 -0
- package/dist/src/components/results/ChoiceAnswer.d.ts +6 -0
- package/dist/src/components/results/ChoiceAnswer.d.ts.map +1 -0
- package/dist/src/components/results/ChoiceAnswer.js +57 -0
- package/dist/src/components/results/ChoiceAnswer.js.map +1 -0
- package/dist/src/components/results/DropdownAnswer.d.ts +6 -0
- package/dist/src/components/results/DropdownAnswer.d.ts.map +1 -0
- package/dist/src/components/results/DropdownAnswer.js +43 -0
- package/dist/src/components/results/DropdownAnswer.js.map +1 -0
- package/dist/src/components/results/EndExamSession.d.ts +8 -0
- package/dist/src/components/results/EndExamSession.d.ts.map +1 -0
- package/dist/src/components/results/EndExamSession.js +20 -0
- package/dist/src/components/results/EndExamSession.js.map +1 -0
- package/dist/src/components/results/MultiLineAnswer.d.ts +8 -0
- package/dist/src/components/results/MultiLineAnswer.d.ts.map +1 -0
- package/dist/src/components/results/MultiLineAnswer.js +22 -0
- package/dist/src/components/results/MultiLineAnswer.js.map +1 -0
- package/dist/src/components/results/Question.d.ts +4 -0
- package/dist/src/components/results/Question.d.ts.map +1 -0
- package/dist/src/components/results/Question.js +31 -0
- package/dist/src/components/results/Question.js.map +1 -0
- package/dist/src/components/results/QuestionTitle.d.ts +6 -0
- package/dist/src/components/results/QuestionTitle.d.ts.map +1 -0
- package/dist/src/components/results/QuestionTitle.js +26 -0
- package/dist/src/components/results/QuestionTitle.js.map +1 -0
- package/dist/src/components/results/Results.d.ts +19 -0
- package/dist/src/components/results/Results.d.ts.map +1 -0
- package/dist/src/components/results/Results.js +136 -0
- package/dist/src/components/results/Results.js.map +1 -0
- package/dist/src/components/results/ScoredTextAnswer.d.ts +6 -0
- package/dist/src/components/results/ScoredTextAnswer.d.ts.map +1 -0
- package/dist/src/components/results/ScoredTextAnswer.js +22 -0
- package/dist/src/components/results/ScoredTextAnswer.js.map +1 -0
- package/dist/src/components/results/Section.d.ts +4 -0
- package/dist/src/components/results/Section.d.ts.map +1 -0
- package/dist/src/components/results/Section.js +11 -0
- package/dist/src/components/results/Section.js.map +1 -0
- package/dist/src/components/results/SingleLineAnswer.d.ts +12 -0
- package/dist/src/components/results/SingleLineAnswer.d.ts.map +1 -0
- package/dist/src/components/results/SingleLineAnswer.js +26 -0
- package/dist/src/components/results/SingleLineAnswer.js.map +1 -0
- package/dist/src/components/results/TextAnswer.d.ts +7 -0
- package/dist/src/components/results/TextAnswer.d.ts.map +1 -0
- package/dist/src/components/results/TextAnswer.js +48 -0
- package/dist/src/components/results/TextAnswer.js.map +1 -0
- package/dist/src/components/results/internal/AnnotationList.d.ts +5 -0
- package/dist/src/components/results/internal/AnnotationList.d.ts.map +1 -0
- package/dist/src/components/results/internal/AnnotationList.js +32 -0
- package/dist/src/components/results/internal/AnnotationList.js.map +1 -0
- package/dist/src/components/results/internal/QuestionAutoScore.d.ts +11 -0
- package/dist/src/components/results/internal/QuestionAutoScore.d.ts.map +1 -0
- package/dist/src/components/results/internal/QuestionAutoScore.js +17 -0
- package/dist/src/components/results/internal/QuestionAutoScore.js.map +1 -0
- package/dist/src/components/results/internal/QuestionManualScore.d.ts +13 -0
- package/dist/src/components/results/internal/QuestionManualScore.d.ts.map +1 -0
- package/dist/src/components/results/internal/QuestionManualScore.js +66 -0
- package/dist/src/components/results/internal/QuestionManualScore.js.map +1 -0
- package/dist/src/components/results/internal/QuestionScoresContainer.d.ts +11 -0
- package/dist/src/components/results/internal/QuestionScoresContainer.d.ts.map +1 -0
- package/dist/src/components/results/internal/QuestionScoresContainer.js +27 -0
- package/dist/src/components/results/internal/QuestionScoresContainer.js.map +1 -0
- package/dist/src/components/results/isExamineExamPageHook.d.ts +2 -0
- package/dist/src/components/results/isExamineExamPageHook.d.ts.map +1 -0
- package/dist/src/components/results/isExamineExamPageHook.js +7 -0
- package/dist/src/components/results/isExamineExamPageHook.js.map +1 -0
- package/dist/src/components/shared/AnnotatableText.d.ts +5 -0
- package/dist/src/components/shared/AnnotatableText.d.ts.map +1 -0
- package/dist/src/components/shared/AnnotatableText.js +73 -0
- package/dist/src/components/shared/AnnotatableText.js.map +1 -0
- package/dist/src/components/shared/AnnotationLists.d.ts +13 -0
- package/dist/src/components/shared/AnnotationLists.d.ts.map +1 -0
- package/dist/src/components/shared/AnnotationLists.js +17 -0
- package/dist/src/components/shared/AnnotationLists.js.map +1 -0
- package/dist/src/components/shared/AnnotationPopup.d.ts +3 -0
- package/dist/src/components/shared/AnnotationPopup.d.ts.map +1 -0
- package/dist/src/components/shared/AnnotationPopup.js +74 -0
- package/dist/src/components/shared/AnnotationPopup.js.map +1 -0
- package/dist/src/components/shared/AnswerIndicator.d.ts +12 -0
- package/dist/src/components/shared/AnswerIndicator.d.ts.map +1 -0
- package/dist/src/components/shared/AnswerIndicator.js +27 -0
- package/dist/src/components/shared/AnswerIndicator.js.map +1 -0
- package/dist/src/components/shared/AnswerLengthInfo.d.ts +7 -0
- package/dist/src/components/shared/AnswerLengthInfo.d.ts.map +1 -0
- package/dist/src/components/shared/AnswerLengthInfo.js +11 -0
- package/dist/src/components/shared/AnswerLengthInfo.js.map +1 -0
- package/dist/src/components/shared/AttachmentLink.d.ts +5 -0
- package/dist/src/components/shared/AttachmentLink.d.ts.map +1 -0
- package/dist/src/components/shared/AttachmentLink.js +28 -0
- package/dist/src/components/shared/AttachmentLink.js.map +1 -0
- package/dist/src/components/shared/AttachmentLinks.d.ts +5 -0
- package/dist/src/components/shared/AttachmentLinks.d.ts.map +1 -0
- package/dist/src/components/shared/AttachmentLinks.js +58 -0
- package/dist/src/components/shared/AttachmentLinks.js.map +1 -0
- package/dist/src/components/shared/Audio.d.ts +6 -0
- package/dist/src/components/shared/Audio.d.ts.map +1 -0
- package/dist/src/components/shared/Audio.js +31 -0
- package/dist/src/components/shared/Audio.js.map +1 -0
- package/dist/src/components/shared/AudioGroup.d.ts +6 -0
- package/dist/src/components/shared/AudioGroup.d.ts.map +1 -0
- package/dist/src/components/shared/AudioGroup.js +9 -0
- package/dist/src/components/shared/AudioGroup.js.map +1 -0
- package/dist/src/components/shared/AudioTest.d.ts +6 -0
- package/dist/src/components/shared/AudioTest.d.ts.map +1 -0
- package/dist/src/components/shared/AudioTest.js +34 -0
- package/dist/src/components/shared/AudioTest.js.map +1 -0
- package/dist/src/components/shared/ExamTranslation.d.ts +6 -0
- package/dist/src/components/shared/ExamTranslation.d.ts.map +1 -0
- package/dist/src/components/shared/ExamTranslation.js +9 -0
- package/dist/src/components/shared/ExamTranslation.js.map +1 -0
- package/dist/src/components/shared/File.d.ts +6 -0
- package/dist/src/components/shared/File.d.ts.map +1 -0
- package/dist/src/components/shared/File.js +15 -0
- package/dist/src/components/shared/File.js.map +1 -0
- package/dist/src/components/shared/Footer.d.ts +5 -0
- package/dist/src/components/shared/Footer.d.ts.map +1 -0
- package/dist/src/components/shared/Footer.js +3 -0
- package/dist/src/components/shared/Footer.js.map +1 -0
- package/dist/src/components/shared/Formula.d.ts +6 -0
- package/dist/src/components/shared/Formula.d.ts.map +1 -0
- package/dist/src/components/shared/Formula.js +13 -0
- package/dist/src/components/shared/Formula.js.map +1 -0
- package/dist/src/components/shared/Image.d.ts +6 -0
- package/dist/src/components/shared/Image.d.ts.map +1 -0
- package/dist/src/components/shared/Image.js +30 -0
- package/dist/src/components/shared/Image.js.map +1 -0
- package/dist/src/components/shared/ImageOverlay.d.ts +6 -0
- package/dist/src/components/shared/ImageOverlay.d.ts.map +1 -0
- package/dist/src/components/shared/ImageOverlay.js +43 -0
- package/dist/src/components/shared/ImageOverlay.js.map +1 -0
- package/dist/src/components/shared/QuestionNumber.d.ts +4 -0
- package/dist/src/components/shared/QuestionNumber.d.ts.map +1 -0
- package/dist/src/components/shared/QuestionNumber.js +12 -0
- package/dist/src/components/shared/QuestionNumber.js.map +1 -0
- package/dist/src/components/shared/Reference.d.ts +6 -0
- package/dist/src/components/shared/Reference.d.ts.map +1 -0
- package/dist/src/components/shared/Reference.js +72 -0
- package/dist/src/components/shared/Reference.js.map +1 -0
- package/dist/src/components/shared/References.d.ts +6 -0
- package/dist/src/components/shared/References.d.ts.map +1 -0
- package/dist/src/components/shared/References.js +26 -0
- package/dist/src/components/shared/References.js.map +1 -0
- package/dist/src/components/shared/Score.d.ts +8 -0
- package/dist/src/components/shared/Score.d.ts.map +1 -0
- package/dist/src/components/shared/Score.js +13 -0
- package/dist/src/components/shared/Score.js.map +1 -0
- package/dist/src/components/shared/TOCQuestion.d.ts +4 -0
- package/dist/src/components/shared/TOCQuestion.d.ts.map +1 -0
- package/dist/src/components/shared/TOCQuestion.js +77 -0
- package/dist/src/components/shared/TOCQuestion.js.map +1 -0
- package/dist/src/components/shared/TOCSection.d.ts +7 -0
- package/dist/src/components/shared/TOCSection.d.ts.map +1 -0
- package/dist/src/components/shared/TOCSection.js +15 -0
- package/dist/src/components/shared/TOCSection.js.map +1 -0
- package/dist/src/components/shared/TOCSectionTitle.d.ts +4 -0
- package/dist/src/components/shared/TOCSectionTitle.d.ts.map +1 -0
- package/dist/src/components/shared/TOCSectionTitle.js +34 -0
- package/dist/src/components/shared/TOCSectionTitle.js.map +1 -0
- package/dist/src/components/shared/TableOfContents.d.ts +8 -0
- package/dist/src/components/shared/TableOfContents.d.ts.map +1 -0
- package/dist/src/components/shared/TableOfContents.js +61 -0
- package/dist/src/components/shared/TableOfContents.js.map +1 -0
- package/dist/src/components/shared/VersionNumber.d.ts +3 -0
- package/dist/src/components/shared/VersionNumber.d.ts.map +1 -0
- package/dist/src/components/shared/VersionNumber.js +10 -0
- package/dist/src/components/shared/VersionNumber.js.map +1 -0
- package/dist/src/components/shared/Video.d.ts +6 -0
- package/dist/src/components/shared/Video.d.ts.map +1 -0
- package/dist/src/components/shared/Video.js +22 -0
- package/dist/src/components/shared/Video.js.map +1 -0
- package/dist/src/components/shared/internal/AttachmentLinkAnchor.d.ts +8 -0
- package/dist/src/components/shared/internal/AttachmentLinkAnchor.d.ts.map +1 -0
- package/dist/src/components/shared/internal/AttachmentLinkAnchor.js +4 -0
- package/dist/src/components/shared/internal/AttachmentLinkAnchor.js.map +1 -0
- package/dist/src/components/shared/internal/AudioPlaybackError.d.ts +8 -0
- package/dist/src/components/shared/internal/AudioPlaybackError.d.ts.map +1 -0
- package/dist/src/components/shared/internal/AudioPlaybackError.js +17 -0
- package/dist/src/components/shared/internal/AudioPlaybackError.js.map +1 -0
- package/dist/src/components/shared/internal/ResponsiveMediaContainer.d.ts +18 -0
- package/dist/src/components/shared/internal/ResponsiveMediaContainer.d.ts.map +1 -0
- package/dist/src/components/shared/internal/ResponsiveMediaContainer.js +21 -0
- package/dist/src/components/shared/internal/ResponsiveMediaContainer.js.map +1 -0
- package/dist/src/components/shared/internal/RestrictedAudioPlayer.d.ts +12 -0
- package/dist/src/components/shared/internal/RestrictedAudioPlayer.d.ts.map +1 -0
- package/dist/src/components/shared/internal/RestrictedAudioPlayer.js +46 -0
- package/dist/src/components/shared/internal/RestrictedAudioPlayer.js.map +1 -0
- package/dist/src/components/surround.d.ts +8 -0
- package/dist/src/components/surround.d.ts.map +1 -0
- package/dist/src/components/surround.js +19 -0
- package/dist/src/components/surround.js.map +1 -0
- package/dist/src/createRenderChildNodes.d.ts +17 -0
- package/dist/src/createRenderChildNodes.d.ts.map +1 -0
- package/dist/src/createRenderChildNodes.js +64 -0
- package/dist/src/createRenderChildNodes.js.map +1 -0
- package/dist/src/dom-utils.d.ts +20 -0
- package/dist/src/dom-utils.d.ts.map +1 -0
- package/dist/src/dom-utils.js +164 -0
- package/dist/src/dom-utils.js.map +1 -0
- package/dist/src/fonts.d.ts +5 -0
- package/dist/src/fonts.d.ts.map +1 -0
- package/dist/src/fonts.js +16 -0
- package/dist/src/fonts.js.map +1 -0
- package/dist/src/formatting.d.ts +2 -0
- package/dist/src/formatting.d.ts.map +1 -0
- package/dist/src/formatting.js +4 -0
- package/dist/src/formatting.js.map +1 -0
- package/dist/src/getDisplayName.d.ts +4 -0
- package/dist/src/getDisplayName.d.ts.map +1 -0
- package/dist/src/getDisplayName.js +5 -0
- package/dist/src/getDisplayName.js.map +1 -0
- package/dist/src/i18n/A_E.d.ts +3 -0
- package/dist/src/i18n/A_E.d.ts.map +1 -0
- package/dist/src/i18n/A_E.js +8 -0
- package/dist/src/i18n/A_E.js.map +1 -0
- package/dist/src/i18n/BA.d.ts +3 -0
- package/dist/src/i18n/BA.d.ts.map +1 -0
- package/dist/src/i18n/BA.js +11 -0
- package/dist/src/i18n/BA.js.map +1 -0
- package/dist/src/i18n/CA.d.ts +3 -0
- package/dist/src/i18n/CA.d.ts.map +1 -0
- package/dist/src/i18n/CA.js +11 -0
- package/dist/src/i18n/CA.js.map +1 -0
- package/dist/src/i18n/EA.d.ts +3 -0
- package/dist/src/i18n/EA.d.ts.map +1 -0
- package/dist/src/i18n/EA.js +16 -0
- package/dist/src/i18n/EA.js.map +1 -0
- package/dist/src/i18n/FA.d.ts +3 -0
- package/dist/src/i18n/FA.d.ts.map +1 -0
- package/dist/src/i18n/FA.js +17 -0
- package/dist/src/i18n/FA.js.map +1 -0
- package/dist/src/i18n/GC.d.ts +3 -0
- package/dist/src/i18n/GC.d.ts.map +1 -0
- package/dist/src/i18n/GC.js +16 -0
- package/dist/src/i18n/GC.js.map +1 -0
- package/dist/src/i18n/I.d.ts +3 -0
- package/dist/src/i18n/I.d.ts.map +1 -0
- package/dist/src/i18n/I.js +21 -0
- package/dist/src/i18n/I.js.map +1 -0
- package/dist/src/i18n/M.d.ts +3 -0
- package/dist/src/i18n/M.d.ts.map +1 -0
- package/dist/src/i18n/M.js +4 -0
- package/dist/src/i18n/M.js.map +1 -0
- package/dist/src/i18n/O_E.d.ts +3 -0
- package/dist/src/i18n/O_E.d.ts.map +1 -0
- package/dist/src/i18n/O_E.js +7 -0
- package/dist/src/i18n/O_E.js.map +1 -0
- package/dist/src/i18n/PA.d.ts +3 -0
- package/dist/src/i18n/PA.d.ts.map +1 -0
- package/dist/src/i18n/PA.js +16 -0
- package/dist/src/i18n/PA.js.map +1 -0
- package/dist/src/i18n/SA.d.ts +3 -0
- package/dist/src/i18n/SA.d.ts.map +1 -0
- package/dist/src/i18n/SA.js +16 -0
- package/dist/src/i18n/SA.js.map +1 -0
- package/dist/src/i18n/TC.d.ts +3 -0
- package/dist/src/i18n/TC.d.ts.map +1 -0
- package/dist/src/i18n/TC.js +16 -0
- package/dist/src/i18n/TC.js.map +1 -0
- package/dist/src/i18n/VA.d.ts +3 -0
- package/dist/src/i18n/VA.d.ts.map +1 -0
- package/dist/src/i18n/VA.js +16 -0
- package/dist/src/i18n/VA.js.map +1 -0
- package/dist/src/i18n/Z.d.ts +3 -0
- package/dist/src/i18n/Z.d.ts.map +1 -0
- package/dist/src/i18n/Z.js +22 -0
- package/dist/src/i18n/Z.js.map +1 -0
- package/dist/src/i18n/fi-FI.d.ts +192 -0
- package/dist/src/i18n/fi-FI.d.ts.map +1 -0
- package/dist/src/i18n/fi-FI.js +182 -0
- package/dist/src/i18n/fi-FI.js.map +1 -0
- package/dist/src/i18n/index.d.ts +20 -0
- package/dist/src/i18n/index.d.ts.map +1 -0
- package/dist/src/i18n/index.js +128 -0
- package/dist/src/i18n/index.js.map +1 -0
- package/dist/src/i18n/sv-FI.d.ts +3 -0
- package/dist/src/i18n/sv-FI.d.ts.map +1 -0
- package/dist/src/i18n/sv-FI.js +181 -0
- package/dist/src/i18n/sv-FI.js.map +1 -0
- package/dist/src/ids.d.ts +14 -0
- package/dist/src/ids.d.ts.map +1 -0
- package/dist/src/ids.js +28 -0
- package/dist/src/ids.js.map +1 -0
- package/dist/src/index.d.ts +19 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +12 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/parser/parseExam.d.ts +2 -0
- package/dist/src/parser/parseExam.d.ts.map +1 -0
- package/dist/src/parser/parseExam.js +54 -0
- package/dist/src/parser/parseExam.js.map +1 -0
- package/dist/src/parser/parseExamStructure.d.ts +58 -0
- package/dist/src/parser/parseExamStructure.d.ts.map +1 -0
- package/dist/src/parser/parseExamStructure.js +40 -0
- package/dist/src/parser/parseExamStructure.js.map +1 -0
- package/dist/src/renderAnnotations.d.ts +7 -0
- package/dist/src/renderAnnotations.d.ts.map +1 -0
- package/dist/src/renderAnnotations.js +193 -0
- package/dist/src/renderAnnotations.js.map +1 -0
- package/dist/src/scrollToHash.d.ts +2 -0
- package/dist/src/scrollToHash.d.ts.map +1 -0
- package/dist/src/scrollToHash.js +24 -0
- package/dist/src/scrollToHash.js.map +1 -0
- package/dist/src/shortDisplayNumber.d.ts +2 -0
- package/dist/src/shortDisplayNumber.d.ts.map +1 -0
- package/dist/src/shortDisplayNumber.js +5 -0
- package/dist/src/shortDisplayNumber.js.map +1 -0
- package/dist/src/store/answers/actions.d.ts +33 -0
- package/dist/src/store/answers/actions.d.ts.map +1 -0
- package/dist/src/store/answers/actions.js +9 -0
- package/dist/src/store/answers/actions.js.map +1 -0
- package/dist/src/store/answers/reducer.d.ts +39 -0
- package/dist/src/store/answers/reducer.d.ts.map +1 -0
- package/dist/src/store/answers/reducer.js +55 -0
- package/dist/src/store/answers/reducer.js.map +1 -0
- package/dist/src/store/answers/sagas.d.ts +8 -0
- package/dist/src/store/answers/sagas.d.ts.map +1 -0
- package/dist/src/store/answers/sagas.js +60 -0
- package/dist/src/store/answers/sagas.js.map +1 -0
- package/dist/src/store/audio/actions.d.ts +29 -0
- package/dist/src/store/audio/actions.d.ts.map +1 -0
- package/dist/src/store/audio/actions.js +9 -0
- package/dist/src/store/audio/actions.js.map +1 -0
- package/dist/src/store/audio/reducer.d.ts +27 -0
- package/dist/src/store/audio/reducer.d.ts.map +1 -0
- package/dist/src/store/audio/reducer.js +55 -0
- package/dist/src/store/audio/reducer.js.map +1 -0
- package/dist/src/store/audio/sagas.d.ts +3 -0
- package/dist/src/store/audio/sagas.d.ts.map +1 -0
- package/dist/src/store/audio/sagas.js +68 -0
- package/dist/src/store/audio/sagas.js.map +1 -0
- package/dist/src/store/cas/actions.d.ts +19 -0
- package/dist/src/store/cas/actions.d.ts.map +1 -0
- package/dist/src/store/cas/actions.js +9 -0
- package/dist/src/store/cas/actions.js.map +1 -0
- package/dist/src/store/cas/reducer.d.ts +14 -0
- package/dist/src/store/cas/reducer.d.ts.map +1 -0
- package/dist/src/store/cas/reducer.js +24 -0
- package/dist/src/store/cas/reducer.js.map +1 -0
- package/dist/src/store/cas/sagas.d.ts +18 -0
- package/dist/src/store/cas/sagas.d.ts.map +1 -0
- package/dist/src/store/cas/sagas.js +36 -0
- package/dist/src/store/cas/sagas.js.map +1 -0
- package/dist/src/store/countdown.d.ts +4 -0
- package/dist/src/store/countdown.d.ts.map +1 -0
- package/dist/src/store/countdown.js +33 -0
- package/dist/src/store/countdown.js.map +1 -0
- package/dist/src/store/index.d.ts +78 -0
- package/dist/src/store/index.d.ts.map +1 -0
- package/dist/src/store/index.js +53 -0
- package/dist/src/store/index.js.map +1 -0
- package/dist/src/store/selectors.d.ts +9 -0
- package/dist/src/store/selectors.d.ts.map +1 -0
- package/dist/src/store/selectors.js +35 -0
- package/dist/src/store/selectors.js.map +1 -0
- package/dist/src/types/ExamAnswer.d.ts +22 -0
- package/dist/src/types/ExamAnswer.d.ts.map +1 -0
- package/dist/src/types/ExamAnswer.js +2 -0
- package/dist/src/types/ExamAnswer.js.map +1 -0
- package/dist/src/types/ExamServerAPI.d.ts +78 -0
- package/dist/src/types/ExamServerAPI.d.ts.map +1 -0
- package/dist/src/types/ExamServerAPI.js +2 -0
- package/dist/src/types/ExamServerAPI.js.map +1 -0
- package/dist/src/types/GradingStructure.d.ts +40 -0
- package/dist/src/types/GradingStructure.d.ts.map +1 -0
- package/dist/src/types/GradingStructure.js +2 -0
- package/dist/src/types/GradingStructure.js.map +1 -0
- package/dist/src/types/Score.d.ts +92 -0
- package/dist/src/types/Score.d.ts.map +1 -0
- package/dist/src/types/Score.js +2 -0
- package/dist/src/types/Score.js.map +1 -0
- package/dist/src/url.d.ts +7 -0
- package/dist/src/url.d.ts.map +1 -0
- package/dist/src/url.js +12 -0
- package/dist/src/url.js.map +1 -0
- package/dist/src/useCached.d.ts +3 -0
- package/dist/src/useCached.d.ts.map +1 -0
- package/dist/src/useCached.js +6 -0
- package/dist/src/useCached.js.map +1 -0
- package/dist/src/utils.d.ts +15 -0
- package/dist/src/utils.d.ts.map +1 -0
- package/dist/src/utils.js +35 -0
- package/dist/src/utils.js.map +1 -0
- package/dist/src/validateAnswers.d.ts +16 -0
- package/dist/src/validateAnswers.d.ts.map +1 -0
- package/dist/src/validateAnswers.js +89 -0
- package/dist/src/validateAnswers.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +3 -3
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"RichTextAnswer.d.ts","sourceRoot":"","sources":["../../../../src/components/exam/RichTextAnswer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAElC,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,cAAc,IAAI,eAAe,EAAE,MAAM,wBAAwB,CAAA;AAC1E,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAShE,MAAM,WAAW,eAAe;IAC9B,GAAG,EAAE,oBAAoB,GAAG,+BAA+B,GAAG,0BAA0B,CAAA;IACxF,OAAO,CAAC,EAAE,QAAQ,CAAA;CACnB;AAED,KAAK,aAAa,GAAG;IAAE,QAAQ,EAAE;QAAE,MAAM,EAAE,MAAM,CAAA;KAAE,CAAA;CAAE,CAAA;AAErD,UAAU,KAAK;IACb,MAAM,CAAC,EAAE,eAAe,CAAA;IACxB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,OAAO,EAAE,OAAO,CAAA;IAChB,QAAQ,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,KAAK,IAAI,CAAA;IAC1D,OAAO,EAAE,CAAC,KAAK,EAAE,eAAe,KAAK,IAAI,CAAA;IACzC,cAAc,EAAE,CAAC,UAAU,EAAE,IAAI,KAAK,OAAO,CAAC,MAAM,CAAC,CAAA;IACrD,UAAU,EAAE,MAAM,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAED,MAAM,CAAC,OAAO,OAAO,cAAe,SAAQ,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC;IACpE,MAAM,CAAC,WAAW,mCAAoB;IAC9B,OAAO,EAAE,KAAK,CAAC,WAAW,CAAC,OAAO,iBAAiB,CAAC,CAAA;IAC5D,OAAO,CAAC,GAAG,CAAiC;IAC5C,OAAO,CAAC,QAAQ,CAAQ;gBAEZ,KAAK,EAAE,KAAK;IAQxB,iBAAiB,IAAI,IAAI;IAyBzB,eAAe,QAAS,aAAa,KAAG,IAAI,CAa3C;IAED,YAAY,SAAU;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,UAAU,EAAE,MAAM,CAAA;KAAE,KAAG,IAAI,CAKtE;IAED,kBAAkB,IAAI,IAAI;IAU1B,MAAM,IAAI,KAAK,CAAC,SAAS;CAkC1B"}
|
@@ -0,0 +1,79 @@
|
|
1
|
+
import * as _ from 'lodash-es';
|
2
|
+
import React from 'react';
|
3
|
+
import { CommonExamContext } from '../context/CommonExamContext';
|
4
|
+
//import { makeRichText } from 'rich-text-editor'
|
5
|
+
import { ExpandQuestionContext } from './Question';
|
6
|
+
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
|
7
|
+
import { faExpandAlt } from '@fortawesome/free-solid-svg-icons';
|
8
|
+
import { useExamTranslation } from '../../i18n';
|
9
|
+
class RichTextAnswer extends React.PureComponent {
|
10
|
+
constructor(props) {
|
11
|
+
super(props);
|
12
|
+
this.handleSaveError = (err) => {
|
13
|
+
const key = (() => {
|
14
|
+
switch (_.get(err, 'response.status')) {
|
15
|
+
case 409:
|
16
|
+
return 'screenshot-byte-limit-reached';
|
17
|
+
case 413:
|
18
|
+
return 'screenshot-too-big';
|
19
|
+
default:
|
20
|
+
return 'screenshot-upload-failed';
|
21
|
+
}
|
22
|
+
})();
|
23
|
+
this.props.onError({ key });
|
24
|
+
};
|
25
|
+
this.handleChange = (data) => {
|
26
|
+
const { onChange } = this.props;
|
27
|
+
this.lastHTML = data.answerHTML;
|
28
|
+
onChange(data.answerHTML, data.answerText);
|
29
|
+
};
|
30
|
+
this.ref = React.createRef();
|
31
|
+
this.lastHTML = this.props.answer ? this.props.answer.value : '';
|
32
|
+
console.log('plop');
|
33
|
+
}
|
34
|
+
componentDidMount() {
|
35
|
+
// console.log(RichTextEditor)
|
36
|
+
const { current } = this.ref;
|
37
|
+
const { answer } = this.props;
|
38
|
+
if (current) {
|
39
|
+
if (answer) {
|
40
|
+
current.innerHTML = answer.value;
|
41
|
+
}
|
42
|
+
// makeRichText(
|
43
|
+
// current,
|
44
|
+
// {
|
45
|
+
// locale: this.context.language.slice(0, 2).toUpperCase() as 'FI' | 'SV',
|
46
|
+
// screenshotSaver: ({ data, type }: { data: Buffer; type: string }) =>
|
47
|
+
// saveScreenshot(data instanceof Blob ? data : new Blob([data], { type })).catch((err: ErrorResponse) => {
|
48
|
+
// this.handleSaveError(err)
|
49
|
+
// throw err // Rethrow error so rich-text-editor can handle it.
|
50
|
+
// })
|
51
|
+
// },
|
52
|
+
// this.handleChange
|
53
|
+
// )
|
54
|
+
}
|
55
|
+
}
|
56
|
+
componentDidUpdate() {
|
57
|
+
const { current } = this.ref;
|
58
|
+
// Don't update element unless value has changed from last known value to prevent cursor jumping
|
59
|
+
if (current && this.props.answer && this.props.answer.value !== this.lastHTML) {
|
60
|
+
current.innerHTML = this.lastHTML = this.props.answer.value;
|
61
|
+
}
|
62
|
+
throw new Error('PLOP');
|
63
|
+
}
|
64
|
+
render() {
|
65
|
+
const { className, questionId, invalid, lang, labelledBy } = this.props;
|
66
|
+
return (React.createElement(ExpandQuestionContext.Consumer, null, ({ expanded, toggleWriterMode }) => (React.createElement(React.Fragment, null,
|
67
|
+
React.createElement("div", { ref: this.ref, className: className, "data-question-id": questionId, role: "textbox", "aria-multiline": "true", "aria-invalid": invalid, tabIndex: 0, lang: lang, "aria-labelledby": labelledBy, id: String(questionId) }),
|
68
|
+
!expanded && (React.createElement("button", { className: "expand open", onClick: () => toggleWriterMode(true), "aria-labelledby": "expand-label", "aria-owns": String(questionId) },
|
69
|
+
React.createElement(ExpandButtonLabel, null),
|
70
|
+
React.createElement(FontAwesomeIcon, { icon: faExpandAlt })))))));
|
71
|
+
}
|
72
|
+
}
|
73
|
+
RichTextAnswer.contextType = CommonExamContext;
|
74
|
+
export default RichTextAnswer;
|
75
|
+
const ExpandButtonLabel = () => {
|
76
|
+
const { t } = useExamTranslation();
|
77
|
+
return (React.createElement("div", { className: "label", id: "expand-label" }, t('open-writing-mode')));
|
78
|
+
};
|
79
|
+
//# sourceMappingURL=RichTextAnswer.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"RichTextAnswer.js","sourceRoot":"","sources":["../../../../src/components/exam/RichTextAnswer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,WAAW,CAAA;AAC9B,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,iDAAiD;AACjD,OAAO,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAA;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAA;AAChE,OAAO,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAA;AAC/D,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAA;AAuB/C,MAAqB,cAAe,SAAQ,KAAK,CAAC,aAAoB;IAMpE,YAAY,KAAY;QACtB,KAAK,CAAC,KAAK,CAAC,CAAA;QAgCd,oBAAe,GAAG,CAAC,GAAkB,EAAQ,EAAE;YAC7C,MAAM,GAAG,GAAG,CAAC,GAAG,EAAE;gBAChB,QAAQ,CAAC,CAAC,GAAG,CAAC,GAAG,EAAE,iBAAiB,CAAC,EAAE,CAAC;oBACtC,KAAK,GAAG;wBACN,OAAO,+BAA+B,CAAA;oBACxC,KAAK,GAAG;wBACN,OAAO,oBAAoB,CAAA;oBAC7B;wBACE,OAAO,0BAA0B,CAAA;gBACrC,CAAC;YACH,CAAC,CAAC,EAAE,CAAA;YAEJ,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,CAAC,CAAA;QAC7B,CAAC,CAAA;QAED,iBAAY,GAAG,CAAC,IAAgD,EAAQ,EAAE;YACxE,MAAM,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC,KAAK,CAAA;YAE/B,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,UAAU,CAAA;YAC/B,QAAQ,CAAC,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,CAAA;QAC5C,CAAC,CAAA;QAnDC,IAAI,CAAC,GAAG,GAAG,KAAK,CAAC,SAAS,EAAE,CAAA;QAC5B,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAA;QAEhE,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAA;IACrB,CAAC;IAED,iBAAiB;QACf,gCAAgC;QAChC,MAAM,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC,GAAG,CAAA;QAC5B,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC,KAAK,CAAA;QAE7B,IAAI,OAAO,EAAE,CAAC;YACZ,IAAI,MAAM,EAAE,CAAC;gBACX,OAAO,CAAC,SAAS,GAAG,MAAM,CAAC,KAAK,CAAA;YAClC,CAAC;YAED,kBAAkB;YAClB,eAAe;YACf,QAAQ;YACR,gFAAgF;YAChF,6EAA6E;YAC7E,mHAAmH;YACnH,sCAAsC;YACtC,0EAA0E;YAC1E,aAAa;YACb,SAAS;YACT,wBAAwB;YACxB,MAAM;QACR,CAAC;IACH,CAAC;IAwBD,kBAAkB;QAChB,MAAM,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC,GAAG,CAAA;QAE5B,gGAAgG;QAChG,IAAI,OAAO,IAAI,IAAI,CAAC,KAAK,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,KAAK,IAAI,CAAC,QAAQ,EAAE,CAAC;YAC9E,OAAO,CAAC,SAAS,GAAG,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAA;QAC7D,CAAC;QACD,MAAM,IAAI,KAAK,CAAC,MAAM,CAAC,CAAA;IACzB,CAAC;IAED,MAAM;QACJ,MAAM,EAAE,SAAS,EAAE,UAAU,EAAE,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,GAAG,IAAI,CAAC,KAAK,CAAA;QACvE,OAAO,CACL,oBAAC,qBAAqB,CAAC,QAAQ,QAC5B,CAAC,EAAE,QAAQ,EAAE,gBAAgB,EAAE,EAAE,EAAE,CAAC,CACnC;YACE,6BACE,GAAG,EAAE,IAAI,CAAC,GAAG,EACb,SAAS,EAAE,SAAS,sBACF,UAAU,EAC5B,IAAI,EAAC,SAAS,oBACC,MAAM,kBACP,OAAO,EACrB,QAAQ,EAAE,CAAC,EACX,IAAI,EAAE,IAAI,qBACO,UAAU,EAC3B,EAAE,EAAE,MAAM,CAAC,UAAU,CAAC,GACtB;YACD,CAAC,QAAQ,IAAI,CACZ,gCACE,SAAS,EAAC,aAAa,EACvB,OAAO,EAAE,GAAG,EAAE,CAAC,gBAAgB,CAAC,IAAI,CAAC,qBACrB,cAAc,eACnB,MAAM,CAAC,UAAU,CAAC;gBAE7B,oBAAC,iBAAiB,OAAG;gBACrB,oBAAC,eAAe,IAAC,IAAI,EAAE,WAAW,GAAI,CAC/B,CACV,CACA,CACJ,CAC8B,CAClC,CAAA;IACH,CAAC;;AAvGM,0BAAW,GAAG,iBAAiB,AAApB,CAAoB;eADnB,cAAc;AA2GnC,MAAM,iBAAiB,GAAG,GAAG,EAAE;IAC7B,MAAM,EAAE,CAAC,EAAE,GAAG,kBAAkB,EAAE,CAAA;IAClC,OAAO,CACL,6BAAK,SAAS,EAAC,OAAO,EAAC,EAAE,EAAC,cAAc,IACrC,CAAC,CAAC,mBAAmB,CAAC,CACnB,CACP,CAAA;AACH,CAAC,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Section.d.ts","sourceRoot":"","sources":["../../../../src/components/exam/Section.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAA;;AAgGzC,wBAAsD"}
|
@@ -0,0 +1,49 @@
|
|
1
|
+
import React, { useContext } from 'react';
|
2
|
+
import { shallowEqual, useDispatch, useSelector } from 'react-redux';
|
3
|
+
import { useExamTranslation } from '../../i18n';
|
4
|
+
import { sectionTitleId } from '../../ids';
|
5
|
+
import { allowCas, allowCasCancelled } from '../../store/cas/actions';
|
6
|
+
import { ExamContext } from '../context/ExamContext';
|
7
|
+
import ProgressBar from './internal/ProgressBar';
|
8
|
+
import SectionElement from '../SectionElement';
|
9
|
+
import { SectionContext, withSectionContext } from '../context/SectionContext';
|
10
|
+
import { CommonExamContext } from '../context/CommonExamContext';
|
11
|
+
import * as _ from 'lodash-es';
|
12
|
+
import GoToExamineAnswersButton from './GoToExamineAnswersButton';
|
13
|
+
function LastSectionNote() {
|
14
|
+
const { t } = useExamTranslation();
|
15
|
+
return (React.createElement("p", null,
|
16
|
+
React.createElement("em", null, t('end-of-exam'))));
|
17
|
+
}
|
18
|
+
function Section({ element, renderChildNodes }) {
|
19
|
+
const casState = useSelector((state) => state.cas, shallowEqual);
|
20
|
+
const { casForbidden, displayNumber } = useContext(SectionContext);
|
21
|
+
const { sections } = useContext(CommonExamContext);
|
22
|
+
const lastSection = element === _.last(sections);
|
23
|
+
return (React.createElement(SectionElement, { className: "exam-section", "aria-labelledby": sectionTitleId(displayNumber) },
|
24
|
+
renderChildNodes(element),
|
25
|
+
casForbidden && React.createElement(CasControls, { ...casState }),
|
26
|
+
lastSection && React.createElement(LastSectionNote, null)));
|
27
|
+
}
|
28
|
+
function CasControls(props) {
|
29
|
+
const dispatch = useDispatch();
|
30
|
+
const { t } = useExamTranslation();
|
31
|
+
const { casCountdownDuration } = useContext(ExamContext);
|
32
|
+
return (React.createElement("div", { className: "e-cas-controls" }, props.casStatus === 'forbidden' ? (React.createElement("div", { className: "e-text-center" },
|
33
|
+
React.createElement("hr", { className: "e-exam-separator" }),
|
34
|
+
React.createElement("p", null,
|
35
|
+
t('cas.examineSectionA'),
|
36
|
+
React.createElement("br", null),
|
37
|
+
t('cas.cannotEditLater')),
|
38
|
+
React.createElement(GoToExamineAnswersButton, null),
|
39
|
+
React.createElement("p", null, t('cas.youCanReturn')),
|
40
|
+
React.createElement("p", { className: "dots-separator" }, "\u2022\u2022\u2022"),
|
41
|
+
React.createElement("p", { id: "e-cas-controls-forbidden-description" }, t('cas.forbidden.infoText')),
|
42
|
+
React.createElement("button", { className: "e-button", id: "allow-cas", onClick: () => dispatch(allowCas(casCountdownDuration)), "aria-describedby": "e-cas-controls-forbidden-description" }, t('cas.forbidden.buttonText')))) : props.casStatus === 'allowing' ? (React.createElement("div", { className: "e-text-center", ref: e => e != null && casCountdownDuration === props.durationRemaining && e.scrollIntoView() },
|
43
|
+
React.createElement("hr", { className: "e-exam-separator" }),
|
44
|
+
React.createElement("p", { id: "e-cas-controls-allowing-description" }, t('cas.allowing.infoText')),
|
45
|
+
React.createElement(ProgressBar, { className: "e-mrg-b-2", duration: casCountdownDuration, durationRemaining: props.durationRemaining }),
|
46
|
+
React.createElement("button", { className: "e-button", id: "allow-cas-cancelled", onClick: () => dispatch(allowCasCancelled()), ref: e => e != null && casCountdownDuration === props.durationRemaining && e.focus(), "aria-describedby": "e-cas-controls-allowing-description" }, t('cas.allowing.cancel', { count: props.durationRemaining })))) : (React.createElement("div", { className: "notification e-text-left e-mrg-b-0" }, t('cas.allowed.infoText')))));
|
47
|
+
}
|
48
|
+
export default React.memo(withSectionContext(Section));
|
49
|
+
//# sourceMappingURL=Section.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Section.js","sourceRoot":"","sources":["../../../../src/components/exam/Section.tsx"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ExamComponentProps } from '../../createRenderChildNodes';
|
3
|
+
declare function SectionInstruction({ element, renderChildNodes }: ExamComponentProps): React.JSX.Element;
|
4
|
+
declare const _default: React.MemoExoticComponent<typeof SectionInstruction>;
|
5
|
+
export default _default;
|
6
|
+
//# sourceMappingURL=SectionInstruction.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"SectionInstruction.d.ts","sourceRoot":"","sources":["../../../../src/components/exam/SectionInstruction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAA;AAEjE,iBAAS,kBAAkB,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAE,EAAE,kBAAkB,qBAE5E;;AAED,wBAA6C"}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
function SectionInstruction({ element, renderChildNodes }) {
|
3
|
+
return React.createElement("div", { className: "e-mrg-b-2" }, renderChildNodes(element));
|
4
|
+
}
|
5
|
+
export default React.memo(SectionInstruction);
|
6
|
+
//# sourceMappingURL=SectionInstruction.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"SectionInstruction.js","sourceRoot":"","sources":["../../../../src/components/exam/SectionInstruction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,SAAS,kBAAkB,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAsB;IAC3E,OAAO,6BAAK,SAAS,EAAC,WAAW,IAAE,gBAAgB,CAAC,OAAO,CAAC,CAAO,CAAA;AACrE,CAAC;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAA"}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ExamComponentProps } from '../../createRenderChildNodes';
|
3
|
+
declare function SectionTitle({ element, renderChildNodes }: ExamComponentProps): React.JSX.Element;
|
4
|
+
declare const _default: React.MemoExoticComponent<typeof SectionTitle>;
|
5
|
+
export default _default;
|
6
|
+
//# sourceMappingURL=SectionTitle.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"SectionTitle.d.ts","sourceRoot":"","sources":["../../../../src/components/exam/SectionTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAA;AACpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAA;AASjE,iBAAS,YAAY,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAE,EAAE,kBAAkB,qBAmCtE;;AAED,wBAAuC"}
|
@@ -0,0 +1,30 @@
|
|
1
|
+
import React, { useContext, useEffect } from 'react';
|
2
|
+
import { useExamTranslation } from '../../i18n';
|
3
|
+
import { sectionTitleId } from '../../ids';
|
4
|
+
import AnsweringInstructions from '../AnsweringInstructions';
|
5
|
+
import { CommonExamContext } from '../context/CommonExamContext';
|
6
|
+
import NotificationIcon from '../NotificationIcon';
|
7
|
+
import { SectionContext } from '../context/SectionContext';
|
8
|
+
import { TOCContext } from '../context/TOCContext';
|
9
|
+
function SectionTitle({ element, renderChildNodes }) {
|
10
|
+
const { sections } = useContext(CommonExamContext);
|
11
|
+
const { displayNumber, minAnswers, maxAnswers, childQuestions } = useContext(SectionContext);
|
12
|
+
const { t } = useExamTranslation();
|
13
|
+
const ref = React.createRef();
|
14
|
+
const { addRef } = useContext(TOCContext);
|
15
|
+
useEffect(() => {
|
16
|
+
if ((ref === null || ref === void 0 ? void 0 : ref.current) && addRef) {
|
17
|
+
addRef(ref.current);
|
18
|
+
}
|
19
|
+
}, []);
|
20
|
+
return (React.createElement(React.Fragment, null,
|
21
|
+
element.hasChildNodes() && (React.createElement("h2", { className: "exam-section-title", id: sectionTitleId(displayNumber), "data-toc-id": `section-${displayNumber}`, ref: ref },
|
22
|
+
sections.length > 1 && t('section', { displayNumber }),
|
23
|
+
" ",
|
24
|
+
renderChildNodes(element))),
|
25
|
+
maxAnswers != null && (React.createElement("span", { className: "notification notification--inline" },
|
26
|
+
React.createElement(NotificationIcon, null),
|
27
|
+
React.createElement(AnsweringInstructions, { maxAnswers, minAnswers, childQuestions, elementType: 'section' })))));
|
28
|
+
}
|
29
|
+
export default React.memo(SectionTitle);
|
30
|
+
//# sourceMappingURL=SectionTitle.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"SectionTitle.js","sourceRoot":"","sources":["../../../../src/components/exam/SectionTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAEpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAA;AAC/C,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAA;AAC1C,OAAO,qBAAqB,MAAM,0BAA0B,CAAA;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,gBAAgB,MAAM,qBAAqB,CAAA;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAA;AAElD,SAAS,YAAY,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAsB;IACrE,MAAM,EAAE,QAAQ,EAAE,GAAG,UAAU,CAAC,iBAAiB,CAAC,CAAA;IAClD,MAAM,EAAE,aAAa,EAAE,UAAU,EAAE,UAAU,EAAE,cAAc,EAAE,GAAG,UAAU,CAAC,cAAc,CAAC,CAAA;IAC5F,MAAM,EAAE,CAAC,EAAE,GAAG,kBAAkB,EAAE,CAAA;IAElC,MAAM,GAAG,GAAG,KAAK,CAAC,SAAS,EAAkB,CAAA;IAE7C,MAAM,EAAE,MAAM,EAAE,GAAG,UAAU,CAAC,UAAU,CAAC,CAAA;IAEzC,SAAS,CAAC,GAAG,EAAE;QACb,IAAI,CAAA,GAAG,aAAH,GAAG,uBAAH,GAAG,CAAE,OAAO,KAAI,MAAM,EAAE,CAAC;YAC3B,MAAM,CAAC,GAAG,CAAC,OAAO,CAAC,CAAA;QACrB,CAAC;IACH,CAAC,EAAE,EAAE,CAAC,CAAA;IAEN,OAAO,CACL;QACG,OAAO,CAAC,aAAa,EAAE,IAAI,CAC1B,4BACE,SAAS,EAAC,oBAAoB,EAC9B,EAAE,EAAE,cAAc,CAAC,aAAa,CAAC,iBACpB,WAAW,aAAa,EAAE,EACvC,GAAG,EAAE,GAAG;YAEP,QAAQ,CAAC,MAAM,GAAG,CAAC,IAAI,CAAC,CAAC,SAAS,EAAE,EAAE,aAAa,EAAE,CAAC;;YAAG,gBAAgB,CAAC,OAAO,CAAC,CAChF,CACN;QACA,UAAU,IAAI,IAAI,IAAI,CACrB,8BAAM,SAAS,EAAC,mCAAmC;YACjD,oBAAC,gBAAgB,OAAG;YACpB,oBAAC,qBAAqB,IAAO,UAAU,EAAE,UAAU,EAAE,cAAc,EAAE,WAAW,EAAE,SAAS,GAAM,CAC5F,CACR,CACA,CACJ,CAAA;AACH,CAAC;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,YAAY,CAAC,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"StudentNameHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/exam/StudentNameHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,UAAU,KAAK;IACb,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,mBAAmB,CAAC,EAAE,OAAO,CAAA;CAC9B;AAED,eAAO,MAAM,iBAAiB,UAAW,KAAK,sBAAwE,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"StudentNameHeader.js","sourceRoot":"","sources":["../../../../src/components/exam/StudentNameHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAOzB,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,KAAY,EAAE,EAAE,CAAC,6BAAK,SAAS,EAAC,0BAA0B,IAAE,KAAK,CAAC,WAAW,CAAO,CAAA"}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ExamComponentProps } from '../../createRenderChildNodes';
|
3
|
+
declare function TextAnswer(props: ExamComponentProps): React.JSX.Element;
|
4
|
+
declare const _default: React.MemoExoticComponent<typeof TextAnswer>;
|
5
|
+
export default _default;
|
6
|
+
//# sourceMappingURL=TextAnswer.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TextAnswer.d.ts","sourceRoot":"","sources":["../../../../src/components/exam/TextAnswer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAA;AAMjE,iBAAS,UAAU,CAAC,KAAK,EAAE,kBAAkB,qBAwB5C;;AAED,wBAAqC"}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { findChildElement, hasSiblingQuestions } from '../../dom-utils';
|
3
|
+
import { shortDisplayNumber } from '../../shortDisplayNumber';
|
4
|
+
import { ScreenReaderOnly } from '../ScreenReaderOnly';
|
5
|
+
import TextAnswerInput from './internal/TextAnswerInput';
|
6
|
+
function TextAnswer(props) {
|
7
|
+
const { element, renderChildNodes } = props;
|
8
|
+
const displayNumber = element.getAttribute('display-number');
|
9
|
+
const hint = findChildElement(element, 'hint');
|
10
|
+
const textAnswer = React.createElement(TextAnswerInput, { ...props });
|
11
|
+
const hasSiblings = hasSiblingQuestions(element);
|
12
|
+
return (React.createElement(React.Fragment, null,
|
13
|
+
React.createElement("span", { className: "anchor", id: `question-nr-${displayNumber}` }),
|
14
|
+
hint ? (React.createElement("label", { className: "e-nowrap" },
|
15
|
+
hasSiblings && (React.createElement("sup", { className: "e-text-answer-display-number e-color-darkgrey" }, shortDisplayNumber(displayNumber))),
|
16
|
+
React.createElement(ScreenReaderOnly, null, renderChildNodes(hint)),
|
17
|
+
textAnswer)) : (textAnswer)));
|
18
|
+
}
|
19
|
+
export default React.memo(TextAnswer);
|
20
|
+
//# sourceMappingURL=TextAnswer.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TextAnswer.js","sourceRoot":"","sources":["../../../../src/components/exam/TextAnswer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAA;AACvE,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAA;AAC7D,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AACtD,OAAO,eAAe,MAAM,4BAA4B,CAAA;AAExD,SAAS,UAAU,CAAC,KAAyB;IAC3C,MAAM,EAAE,OAAO,EAAE,gBAAgB,EAAE,GAAG,KAAK,CAAA;IAC3C,MAAM,aAAa,GAAG,OAAO,CAAC,YAAY,CAAC,gBAAgB,CAAE,CAAA;IAC7D,MAAM,IAAI,GAAG,gBAAgB,CAAC,OAAO,EAAE,MAAM,CAAC,CAAA;IAC9C,MAAM,UAAU,GAAG,oBAAC,eAAe,OAAK,KAAK,GAAI,CAAA;IAEjD,MAAM,WAAW,GAAG,mBAAmB,CAAC,OAAO,CAAC,CAAA;IAEhD,OAAO,CACL;QACE,8BAAM,SAAS,EAAC,QAAQ,EAAC,EAAE,EAAE,eAAe,aAAa,EAAE,GAAI;QAC9D,IAAI,CAAC,CAAC,CAAC,CACN,+BAAO,SAAS,EAAC,UAAU;YACxB,WAAW,IAAI,CACd,6BAAK,SAAS,EAAC,+CAA+C,IAAE,kBAAkB,CAAC,aAAa,CAAC,CAAO,CACzG;YACD,oBAAC,gBAAgB,QAAE,gBAAgB,CAAC,IAAI,CAAC,CAAoB;YAC5D,UAAU,CACL,CACT,CAAC,CAAC,CAAC,CACF,UAAU,CACX,CACA,CACJ,CAAA;AACH,CAAC;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC,CAAA"}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
export interface UndoHistoryEntryProps {
|
3
|
+
croppedAnswer: string;
|
4
|
+
minutesSinceAnswer: number;
|
5
|
+
answerIndex: number;
|
6
|
+
selected: boolean;
|
7
|
+
onChange: (index: number) => void;
|
8
|
+
characterCount: number;
|
9
|
+
screenshotCount: number;
|
10
|
+
}
|
11
|
+
export declare class UndoHistoryEntry extends React.PureComponent<UndoHistoryEntryProps> {
|
12
|
+
private entryInputRef;
|
13
|
+
private labelInputRef;
|
14
|
+
constructor(props: UndoHistoryEntryProps);
|
15
|
+
componentDidMount(): void;
|
16
|
+
private inputValueChanged;
|
17
|
+
render(): React.JSX.Element;
|
18
|
+
}
|
19
|
+
//# sourceMappingURL=UndoHistoryEntry.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"UndoHistoryEntry.d.ts","sourceRoot":"","sources":["../../../../src/components/exam/UndoHistoryEntry.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,MAAM,WAAW,qBAAqB;IACpC,aAAa,EAAE,MAAM,CAAA;IACrB,kBAAkB,EAAE,MAAM,CAAA;IAC1B,WAAW,EAAE,MAAM,CAAA;IACnB,QAAQ,EAAE,OAAO,CAAA;IACjB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IACjC,cAAc,EAAE,MAAM,CAAA;IACtB,eAAe,EAAE,MAAM,CAAA;CACxB;AAED,qBAAa,gBAAiB,SAAQ,KAAK,CAAC,aAAa,CAAC,qBAAqB,CAAC;IAC9E,OAAO,CAAC,aAAa,CAAmC;IACxD,OAAO,CAAC,aAAa,CAAmC;gBAE5C,KAAK,EAAE,qBAAqB;IAMjC,iBAAiB;IAMxB,OAAO,CAAC,iBAAiB,CAKxB;IAEM,MAAM;CAuBd"}
|
@@ -0,0 +1,39 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { useExamTranslation } from '../../i18n';
|
3
|
+
export class UndoHistoryEntry extends React.PureComponent {
|
4
|
+
constructor(props) {
|
5
|
+
super(props);
|
6
|
+
this.inputValueChanged = () => {
|
7
|
+
this.props.onChange(this.props.answerIndex);
|
8
|
+
if (this.labelInputRef && this.labelInputRef.current) {
|
9
|
+
this.labelInputRef.current.scrollIntoView({ block: 'center' });
|
10
|
+
}
|
11
|
+
};
|
12
|
+
this.entryInputRef = React.createRef();
|
13
|
+
this.labelInputRef = React.createRef();
|
14
|
+
}
|
15
|
+
componentDidMount() {
|
16
|
+
if (this.entryInputRef.current && this.props.answerIndex === 0) {
|
17
|
+
this.entryInputRef.current.focus();
|
18
|
+
}
|
19
|
+
}
|
20
|
+
render() {
|
21
|
+
const { selected, croppedAnswer, characterCount, screenshotCount, answerIndex, minutesSinceAnswer } = this.props;
|
22
|
+
return (React.createElement("label", { ref: this.labelInputRef, className: "js-undo-history-entry" },
|
23
|
+
React.createElement("input", { type: "radio", className: "e-undo-view-entry-tab", name: "undoHistory", value: answerIndex, checked: selected, onChange: this.inputValueChanged, ref: this.entryInputRef }),
|
24
|
+
React.createElement(UndoEntry, { croppedAnswer: croppedAnswer, characterCount: characterCount, screenshotCount: screenshotCount, answerIndex: answerIndex, minutesSinceAnswer: minutesSinceAnswer })));
|
25
|
+
}
|
26
|
+
}
|
27
|
+
const UndoEntry = ({ croppedAnswer, characterCount, screenshotCount, answerIndex, minutesSinceAnswer }) => {
|
28
|
+
const { t } = useExamTranslation();
|
29
|
+
const characterCountText = characterCount > 0 ? t('undo.answerCharacterCount', { count: characterCount }) : null;
|
30
|
+
const imageCountText = screenshotCount > 0 ? t('undo.answerImageCount', { count: screenshotCount }) : null;
|
31
|
+
const arr = [characterCountText, imageCountText].filter(x => x !== null);
|
32
|
+
return (React.createElement("div", { className: "e-undo-view-entry js-undo-entry-content" },
|
33
|
+
React.createElement("div", { className: "js-undo-history-entry-time" }, answerIndex === 0 ? t('undo.latestVersion') : t('undo.minutesSinceAnswer', { minutes: minutesSinceAnswer })),
|
34
|
+
React.createElement("div", { className: "e-undo-view-answer-cropped js-undo-history-entry-answer" }, croppedAnswer || t('undo.answerNoText')),
|
35
|
+
React.createElement("div", { className: "e-undo-view-answer-length js-undo-history-entry-stats" }, arr.map((el, index) => (React.createElement(React.Fragment, { key: index },
|
36
|
+
el,
|
37
|
+
index < arr.length - 1 && React.createElement("span", null, ", ")))))));
|
38
|
+
};
|
39
|
+
//# sourceMappingURL=UndoHistoryEntry.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"UndoHistoryEntry.js","sourceRoot":"","sources":["../../../../src/components/exam/UndoHistoryEntry.tsx"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { RichTextAnswer, TextAnswer } from '../../types/ExamAnswer';
|
3
|
+
export interface AnswerHistoryEntry {
|
4
|
+
type: 'text' | 'richText';
|
5
|
+
value: string;
|
6
|
+
characterCount: number;
|
7
|
+
answerTime: number;
|
8
|
+
}
|
9
|
+
export interface UndoViewProps {
|
10
|
+
close: () => void;
|
11
|
+
restoreAnswer: (examAnswer: TextAnswer | RichTextAnswer) => void;
|
12
|
+
questionId: number;
|
13
|
+
title: string;
|
14
|
+
}
|
15
|
+
interface UndoViewState {
|
16
|
+
answers: AnswerHistoryEntry[];
|
17
|
+
selectedAnswerIndex: number;
|
18
|
+
loading: boolean;
|
19
|
+
loadRetryTimeout: number | null;
|
20
|
+
}
|
21
|
+
export declare class UndoView extends React.PureComponent<UndoViewProps, UndoViewState> {
|
22
|
+
private source;
|
23
|
+
constructor(props: UndoViewProps);
|
24
|
+
toggleBodyScroll: (scrollEnabled: boolean) => boolean;
|
25
|
+
componentDidMount(): void;
|
26
|
+
componentWillUnmount(): void;
|
27
|
+
componentDidUpdate(prevProps: UndoViewProps): void;
|
28
|
+
private overlayClicked;
|
29
|
+
private keydownListener;
|
30
|
+
private fetchAnswerHistory;
|
31
|
+
private close;
|
32
|
+
render(): React.JSX.Element;
|
33
|
+
}
|
34
|
+
export {};
|
35
|
+
//# sourceMappingURL=UndoView.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"UndoView.d.ts","sourceRoot":"","sources":["../../../../src/components/exam/UndoView.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,OAAO,EAAc,cAAc,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAA;AAI/E,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,MAAM,GAAG,UAAU,CAAA;IACzB,KAAK,EAAE,MAAM,CAAA;IACb,cAAc,EAAE,MAAM,CAAA;IACtB,UAAU,EAAE,MAAM,CAAA;CACnB;AAED,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,IAAI,CAAA;IACjB,aAAa,EAAE,CAAC,UAAU,EAAE,UAAU,GAAG,cAAc,KAAK,IAAI,CAAA;IAChE,UAAU,EAAE,MAAM,CAAA;IAClB,KAAK,EAAE,MAAM,CAAA;CACd;AAED,UAAU,aAAa;IACrB,OAAO,EAAE,kBAAkB,EAAE,CAAA;IAC7B,mBAAmB,EAAE,MAAM,CAAA;IAC3B,OAAO,EAAE,OAAO,CAAA;IAChB,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAA;CAChC;AA0FD,qBAAa,QAAS,SAAQ,KAAK,CAAC,aAAa,CAAC,aAAa,EAAE,aAAa,CAAC;IAC7E,OAAO,CAAC,MAAM,CAAuB;gBAEzB,KAAK,EAAE,aAAa;IAUhC,gBAAgB,kBAAmB,OAAO,aAC0C;IAE7E,iBAAiB;IAMjB,oBAAoB;IAMpB,kBAAkB,CAAC,SAAS,EAAE,aAAa;IAMlD,OAAO,CAAC,cAAc;IAOtB,OAAO,CAAC,eAAe,CAQtB;YAEa,kBAAkB;IAmBhC,OAAO,CAAC,KAAK;IASN,MAAM;CAkDd"}
|
@@ -0,0 +1,162 @@
|
|
1
|
+
import axios from 'axios';
|
2
|
+
import React from 'react';
|
3
|
+
import { UndoHistoryEntry } from './UndoHistoryEntry';
|
4
|
+
import FocusTrap from 'focus-trap-react';
|
5
|
+
import { useExamTranslation } from '../../i18n';
|
6
|
+
const CancelToken = axios.CancelToken;
|
7
|
+
function toAnswerHistoryEntry(answer) {
|
8
|
+
return {
|
9
|
+
type: answer.type,
|
10
|
+
value: answer.value,
|
11
|
+
answerTime: answer.answer_time,
|
12
|
+
characterCount: answer.character_count
|
13
|
+
};
|
14
|
+
}
|
15
|
+
function AnswerDisplay(props) {
|
16
|
+
const { selectedAnswer } = props;
|
17
|
+
return selectedAnswer ? (selectedAnswer.type === 'richText' ? (React.createElement("div", { className: "e-undo-view-answer-content js-undo-answer-detail", dangerouslySetInnerHTML: { __html: selectedAnswer.value } })) : (React.createElement("div", { className: "e-undo-view-answer-content js-undo-answer-detail plainText" }, selectedAnswer.value))) : null;
|
18
|
+
}
|
19
|
+
function BottomBar(props) {
|
20
|
+
const { selectedAnswer, selectedAnswerIndex, restoreAnswer, questionId } = props;
|
21
|
+
const disableRestoreButton = !selectedAnswer || selectedAnswerIndex === 0;
|
22
|
+
return (React.createElement("div", { className: "e-undo-view-bottom-bar" },
|
23
|
+
React.createElement("button", { className: "e-button-default e-button js-restore-answer-button", disabled: disableRestoreButton, onClick: () => selectedAnswer && restoreAnswer({ ...selectedAnswer, questionId }) },
|
24
|
+
React.createElement(RestoreButtonLabel, null))));
|
25
|
+
}
|
26
|
+
function escapedHtml(html) {
|
27
|
+
const container = document.createElement('div');
|
28
|
+
container.innerHTML = html;
|
29
|
+
return container.innerText;
|
30
|
+
}
|
31
|
+
function getAnswerText(answer) {
|
32
|
+
const fullText = answer.type === 'text' ? answer.value : escapedHtml(answer.value);
|
33
|
+
return fullText.replace(/\s+/g, ' ').trim();
|
34
|
+
}
|
35
|
+
function truncateAnswer(answer, length = 50) {
|
36
|
+
const answerText = getAnswerText(answer);
|
37
|
+
if (answerText.length <= length) {
|
38
|
+
return answerText;
|
39
|
+
}
|
40
|
+
const separator = '…';
|
41
|
+
const charsToShow = length - separator.length;
|
42
|
+
const startChars = Math.ceil(charsToShow / 2);
|
43
|
+
const endChars = charsToShow - startChars;
|
44
|
+
return answerText.substr(0, startChars) + separator + answerText.substr(answerText.length - endChars);
|
45
|
+
}
|
46
|
+
function countCharacters(answer) {
|
47
|
+
const text = getAnswerText(answer);
|
48
|
+
return text.replace(/\s/g, '').length;
|
49
|
+
}
|
50
|
+
function countScreenshots(answer) {
|
51
|
+
const answerElement = document.createElement('div');
|
52
|
+
answerElement.innerHTML = answer.value;
|
53
|
+
const equationImageSelector = 'img[src^="/math.svg"], img[src^="data:image/svg+xml"]';
|
54
|
+
const imageCount = answerElement.querySelectorAll('img').length;
|
55
|
+
const emptyImageCount = answerElement.querySelectorAll('img[src=""]').length;
|
56
|
+
const equationCount = answerElement.querySelectorAll(equationImageSelector).length;
|
57
|
+
return imageCount - equationCount - emptyImageCount;
|
58
|
+
}
|
59
|
+
export class UndoView extends React.PureComponent {
|
60
|
+
constructor(props) {
|
61
|
+
super(props);
|
62
|
+
this.source = CancelToken.source();
|
63
|
+
this.toggleBodyScroll = (scrollEnabled) => document.documentElement.classList.toggle('e-exam-body-no-scroll', !scrollEnabled);
|
64
|
+
this.keydownListener = (event) => {
|
65
|
+
if (event.keyCode === 13) {
|
66
|
+
const selectedAnswer = this.state.answers[this.state.selectedAnswerIndex];
|
67
|
+
this.props.restoreAnswer({ ...selectedAnswer, questionId: this.props.questionId });
|
68
|
+
this.close();
|
69
|
+
}
|
70
|
+
else if (event.keyCode === 27) {
|
71
|
+
this.close();
|
72
|
+
}
|
73
|
+
};
|
74
|
+
this.state = {
|
75
|
+
answers: [],
|
76
|
+
selectedAnswerIndex: 0,
|
77
|
+
loading: true,
|
78
|
+
loadRetryTimeout: null
|
79
|
+
};
|
80
|
+
}
|
81
|
+
componentDidMount() {
|
82
|
+
this.toggleBodyScroll(false);
|
83
|
+
document.addEventListener('keydown', this.keydownListener, false);
|
84
|
+
void this.fetchAnswerHistory(this.props.questionId);
|
85
|
+
}
|
86
|
+
componentWillUnmount() {
|
87
|
+
this.source.cancel();
|
88
|
+
document.removeEventListener('keydown', this.keydownListener, false);
|
89
|
+
this.toggleBodyScroll(true);
|
90
|
+
}
|
91
|
+
componentDidUpdate(prevProps) {
|
92
|
+
if (this.props.questionId !== prevProps.questionId) {
|
93
|
+
void this.fetchAnswerHistory(this.props.questionId);
|
94
|
+
}
|
95
|
+
}
|
96
|
+
overlayClicked(event) {
|
97
|
+
const targetClass = event.target.className;
|
98
|
+
if (targetClass.includes('js-undo-overlay')) {
|
99
|
+
this.close();
|
100
|
+
}
|
101
|
+
}
|
102
|
+
async fetchAnswerHistory(questionId) {
|
103
|
+
try {
|
104
|
+
const answerHistoryResult = await axios.get(`/rest/answer-history/${questionId}`, {
|
105
|
+
cancelToken: this.source.token
|
106
|
+
});
|
107
|
+
const answerHistory = answerHistoryResult.data;
|
108
|
+
const answers = answerHistory.map(toAnswerHistoryEntry);
|
109
|
+
this.setState({ answers, selectedAnswerIndex: 0, loading: false, loadRetryTimeout: null });
|
110
|
+
}
|
111
|
+
catch (error) {
|
112
|
+
if (!axios.isCancel(error)) {
|
113
|
+
this.setState({
|
114
|
+
loadRetryTimeout: window.setTimeout(() => {
|
115
|
+
void this.fetchAnswerHistory(questionId);
|
116
|
+
}, 4000)
|
117
|
+
});
|
118
|
+
}
|
119
|
+
}
|
120
|
+
}
|
121
|
+
close() {
|
122
|
+
const timeout = this.state.loadRetryTimeout;
|
123
|
+
if (timeout) {
|
124
|
+
clearTimeout(timeout);
|
125
|
+
}
|
126
|
+
this.source.cancel();
|
127
|
+
this.props.close();
|
128
|
+
}
|
129
|
+
render() {
|
130
|
+
const selectedAnswer = this.state.answers[this.state.selectedAnswerIndex];
|
131
|
+
const now = new Date().getTime();
|
132
|
+
return (React.createElement(FocusTrap, null,
|
133
|
+
React.createElement("div", { onClick: this.overlayClicked.bind(this), className: "e-overlay js-undo-overlay", "aria-modal": "true" },
|
134
|
+
React.createElement("div", { id: "undo", className: "e-undo-view" },
|
135
|
+
React.createElement(CloseButton, { close: this.close.bind(this) }),
|
136
|
+
this.state.loading ? (React.createElement(Loading, null)) : (React.createElement("div", { className: "e-undo-view-content" },
|
137
|
+
React.createElement("div", { className: "e-undo-view-answer-index js-undo-answer-index" }, this.state.answers.map((answer, index) => {
|
138
|
+
const timeSinceAnswer = now - new Date(answer.answerTime).getTime();
|
139
|
+
const toMinutes = Math.round(timeSinceAnswer / 1000 / 60);
|
140
|
+
return (React.createElement(UndoHistoryEntry, { key: new Date(answer.answerTime).getTime(), answerIndex: index, selected: index === this.state.selectedAnswerIndex, onChange: index => this.setState({ selectedAnswerIndex: index }), croppedAnswer: truncateAnswer(answer), minutesSinceAnswer: toMinutes, characterCount: countCharacters(answer), screenshotCount: countScreenshots(answer) }));
|
141
|
+
})),
|
142
|
+
React.createElement("div", { className: "e-undo-view-right-panel" },
|
143
|
+
React.createElement("div", { className: "e-undo-view-header js-undo-view-header" },
|
144
|
+
React.createElement("h3", { className: "e-undo-view-title js-undo-view-title" }, this.props.title)),
|
145
|
+
React.createElement(AnswerDisplay, { selectedAnswer: selectedAnswer }),
|
146
|
+
React.createElement(BottomBar, { selectedAnswer: selectedAnswer, selectedAnswerIndex: this.state.selectedAnswerIndex, restoreAnswer: this.props.restoreAnswer, questionId: this.props.questionId }))))))));
|
147
|
+
}
|
148
|
+
}
|
149
|
+
const Loading = () => {
|
150
|
+
const { t } = useExamTranslation();
|
151
|
+
return React.createElement("div", { style: { padding: '10px' } }, t('undo.loading'));
|
152
|
+
};
|
153
|
+
const CloseButton = ({ close }) => {
|
154
|
+
const { t } = useExamTranslation();
|
155
|
+
return (React.createElement("div", null,
|
156
|
+
React.createElement("img", { src: "img/closeButton.svg", id: "closeUndoDialogButton", className: "e-undo-view-close-overlay-button js-close-undo-dialog-button", onClick: close, tabIndex: 0, role: "button", "aria-label": t('undo.close') })));
|
157
|
+
};
|
158
|
+
const RestoreButtonLabel = () => {
|
159
|
+
const { t } = useExamTranslation();
|
160
|
+
return React.createElement("div", null, t('undo.restoreAnswer'));
|
161
|
+
};
|
162
|
+
//# sourceMappingURL=UndoView.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"UndoView.js","sourceRoot":"","sources":["../../../../src/components/exam/UndoView.tsx"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ValidationError } from '../../../validateAnswers';
|
3
|
+
export declare function ErrorIndicatorForErrors({ validationErrors, inExam }: {
|
4
|
+
validationErrors: ValidationError[];
|
5
|
+
inExam: boolean;
|
6
|
+
}): React.JSX.Element | null;
|
7
|
+
declare const _default: React.NamedExoticComponent<{}>;
|
8
|
+
export default _default;
|
9
|
+
//# sourceMappingURL=ErrorIndicator.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ErrorIndicator.d.ts","sourceRoot":"","sources":["../../../../../src/components/exam/internal/ErrorIndicator.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAqB,MAAM,OAAO,CAAA;AAIzC,OAAO,EAA8B,eAAe,EAAE,MAAM,0BAA0B,CAAA;AA2BtF,wBAAgB,uBAAuB,CAAC,EACtC,gBAAgB,EAChB,MAAM,EACP,EAAE;IACD,gBAAgB,EAAE,eAAe,EAAE,CAAA;IACnC,MAAM,EAAE,OAAO,CAAA;CAChB,4BAyBA;;AA2BD,wBAAyC"}
|