@digabi/exam-engine-core 22.3.1-alpha.2 → 23.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/__tests__/playwright/SectionElement.test.d.ts +2 -0
- package/dist/__tests__/playwright/SectionElement.test.d.ts.map +1 -0
- package/dist/__tests__/playwright/SectionElement.test.js +20 -0
- package/dist/__tests__/playwright/SectionElement.test.js.map +1 -0
- package/dist/__tests__/playwright/template/index.d.ts +2 -0
- package/dist/__tests__/playwright/template/index.d.ts.map +1 -0
- package/dist/__tests__/playwright/template/index.js +4 -0
- package/dist/__tests__/playwright/template/index.js.map +1 -0
- 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/main-bundle.js +2 -4
- 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 +4 -3
@@ -0,0 +1,306 @@
|
|
1
|
+
import React, { useEffect, useLayoutEffect, useRef, useState } from 'react';
|
2
|
+
import { annotationFromMousePosition, getOverlappingMessages, hasTextSelectedInAnswerText, imageAnnotationMouseDownInfo, isDesktopVersion, mergeAnnotation, preventDefaults, showAndPositionElement, textAnnotationFromRange, toggle } from './editAnnotations';
|
3
|
+
import { renderAnnotations, renderImageAnnotationByImage, updateImageAnnotationMarkSize, wrapAllImages } from '../../renderAnnotations';
|
4
|
+
import GradingAnswerAnnotationList from './GradingAnswerAnnotationList';
|
5
|
+
import { changeLanguage, initI18n, useExamTranslation } from '../../i18n';
|
6
|
+
import { updateLargeImageWarnings } from './largeImageDetector';
|
7
|
+
import { I18nextProvider } from 'react-i18next';
|
8
|
+
import { useCached } from '../../useCached';
|
9
|
+
import { AnswerCharacterCounter } from './AnswerCharacterCounter';
|
10
|
+
export function GradingAnswer(props) {
|
11
|
+
const i18n = useCached(() => initI18n(props.language));
|
12
|
+
useEffect(changeLanguage(i18n, props.language));
|
13
|
+
return (React.createElement(I18nextProvider, { i18n: i18n },
|
14
|
+
React.createElement(GradingAnswerWithTranslations, { ...props })));
|
15
|
+
}
|
16
|
+
function GradingAnswerWithTranslations({ answer: { type, characterCount, value }, language, isReadOnly, gradingRole, annotations, saveAnnotations, maxLength, popupTopMargin = 25 }) {
|
17
|
+
const answerRef = useRef(null);
|
18
|
+
const popupRef = useRef(null);
|
19
|
+
const messageRef = useRef(null);
|
20
|
+
const tooltipRef = useRef(null);
|
21
|
+
let newAnnotationObject;
|
22
|
+
let savedAnnotations;
|
23
|
+
const imgAnnotationState = { start: undefined, element: undefined, img: undefined };
|
24
|
+
let isEditAnnotationPopupVisible = false;
|
25
|
+
let annotationDataForTooltip;
|
26
|
+
let annotationPositionForPopup;
|
27
|
+
let hideTooltipTimeout;
|
28
|
+
let windowResizeTimeout;
|
29
|
+
let selectionChangeTimeout;
|
30
|
+
const [loadedCount, setLoadedCount] = useState(0);
|
31
|
+
const [totalImages, setTotalImages] = useState(0);
|
32
|
+
useEffect(() => {
|
33
|
+
const nonEmptyImages = document.querySelectorAll('img[src]');
|
34
|
+
setLoadedCount(0);
|
35
|
+
setTotalImages(nonEmptyImages.length);
|
36
|
+
function checkAllImagesLoaded() {
|
37
|
+
setLoadedCount(prevCount => prevCount + 1);
|
38
|
+
}
|
39
|
+
nonEmptyImages.forEach(img => {
|
40
|
+
img.addEventListener('load', checkAllImagesLoaded);
|
41
|
+
});
|
42
|
+
return () => {
|
43
|
+
nonEmptyImages.forEach(img => {
|
44
|
+
img.removeEventListener('load', checkAllImagesLoaded);
|
45
|
+
});
|
46
|
+
};
|
47
|
+
}, [value]);
|
48
|
+
useLayoutEffect(() => {
|
49
|
+
if (answerRef.current && tooltipRef.current && popupRef.current) {
|
50
|
+
savedAnnotations = annotations;
|
51
|
+
toggle(tooltipRef.current, false);
|
52
|
+
toggle(popupRef.current, false);
|
53
|
+
renderAnswerWithAnnotations(savedAnnotations);
|
54
|
+
answerRef.current.setAttribute('lang', language);
|
55
|
+
document.addEventListener('selectionchange', onSelectionChangeForMobileDevices);
|
56
|
+
}
|
57
|
+
window.onresize = () => {
|
58
|
+
clearTimeout(windowResizeTimeout);
|
59
|
+
windowResizeTimeout = setTimeout(() => updateLargeImageWarnings(answerRef.current), 1000);
|
60
|
+
};
|
61
|
+
return () => {
|
62
|
+
window.removeEventListener('keydown', onKeyUpInAnnotationPopup);
|
63
|
+
window.removeEventListener('mouseup', onWindowMouseUpAfterAnswerMouseDown);
|
64
|
+
window.removeEventListener('mousemove', onMouseMoveForImageAnnotation);
|
65
|
+
};
|
66
|
+
});
|
67
|
+
const { t } = useExamTranslation();
|
68
|
+
return (React.createElement("div", { onClick: e => onAnnotationOrListClick(e), className: "e-grading-answer-wrapper" },
|
69
|
+
totalImages !== 0 && loadedCount !== totalImages && (React.createElement("div", { className: "loading-images" },
|
70
|
+
React.createElement("span", null,
|
71
|
+
t('grading.loading-images'),
|
72
|
+
" (",
|
73
|
+
loadedCount,
|
74
|
+
"/",
|
75
|
+
totalImages,
|
76
|
+
")"))),
|
77
|
+
React.createElement("div", { className: "e-grading-answer e-line-height-l e-mrg-b-1", ref: answerRef, onMouseDown: e => onAnswerMouseDown(e), onMouseOver: e => onMouseOverAnnotation(e.target) }),
|
78
|
+
React.createElement(AnswerCharacterCounter, { characterCount: characterCount, maxLength: maxLength }),
|
79
|
+
React.createElement(GradingAnswerAnnotationList, { censoring: annotations.censoring, pregrading: annotations.pregrading, singleGrading: gradingRole === 'pregrading' }),
|
80
|
+
React.createElement("form", { style: { display: 'none' }, ref: popupRef, className: "e-grading-answer-popup e-grading-answer-add-annotation", onSubmit: e => onSubmitAnnotation(e) },
|
81
|
+
React.createElement("input", { onFocus: () => onNewAnnotationMessageFocus(), name: "message", className: "e-grading-answer-add-annotation-text", type: "text", ref: messageRef }),
|
82
|
+
React.createElement("button", { className: "e-grading-answer-add-annotation-button", type: "submit", "data-i18n": "arpa.annotate" }, t('grading.annotate')),
|
83
|
+
React.createElement("button", { className: "e-grading-answer-close-popup", onClick: e => {
|
84
|
+
e.preventDefault();
|
85
|
+
hideAnnotationPopupAndRefresh();
|
86
|
+
} }, "\u00D7")),
|
87
|
+
React.createElement("div", { style: { display: 'none' }, ref: tooltipRef, className: "e-grading-answer-tooltip e-grading-answer-popup", onMouseOver: onMouseOverTooltip, onMouseOut: hideTooltip },
|
88
|
+
React.createElement("span", { onClick: e => editExistingAnnotation(e), className: "e-grading-answer-tooltip-label" }),
|
89
|
+
React.createElement("button", { onClick: e => removeAnnotation(e), className: "e-grading-answer-tooltip-remove" }, "\u00D7"))));
|
90
|
+
function onAnnotationOrListClick(e) {
|
91
|
+
var _a;
|
92
|
+
const element = e.target;
|
93
|
+
if (element instanceof HTMLElement) {
|
94
|
+
if (element.tagName === 'MARK') {
|
95
|
+
if (!imgAnnotationState.element) {
|
96
|
+
showTooltip(element);
|
97
|
+
}
|
98
|
+
}
|
99
|
+
else if (element.tagName === 'LI') {
|
100
|
+
const index = (_a = element.dataset.listNumber) === null || _a === void 0 ? void 0 : _a.replace(')', '');
|
101
|
+
const mark = document.querySelector(`.e-annotation[data-index="${index}"]`);
|
102
|
+
showTooltip(mark);
|
103
|
+
mark.scrollIntoView({ block: 'center', behavior: 'smooth' });
|
104
|
+
}
|
105
|
+
else if (annotationDataForTooltip) {
|
106
|
+
hideTooltip();
|
107
|
+
}
|
108
|
+
}
|
109
|
+
}
|
110
|
+
function editExistingAnnotation(e) {
|
111
|
+
if (e.target.closest('.editable')) {
|
112
|
+
toggle(tooltipRef.current, false);
|
113
|
+
showExistingAnnotationPopup(annotationPositionForPopup);
|
114
|
+
}
|
115
|
+
}
|
116
|
+
function removeAnnotation(e) {
|
117
|
+
e.preventDefault();
|
118
|
+
hideTooltip();
|
119
|
+
savedAnnotations[annotationDataForTooltip.role].splice(annotationDataForTooltip.index, 1);
|
120
|
+
annotationDataForTooltip = undefined;
|
121
|
+
saveAnnotations(savedAnnotations);
|
122
|
+
}
|
123
|
+
function hideTooltip() {
|
124
|
+
hideTooltipTimeout = setTimeout(() => {
|
125
|
+
toggle(tooltipRef.current, false);
|
126
|
+
}, 400);
|
127
|
+
}
|
128
|
+
function onMouseOverTooltip() {
|
129
|
+
clearTimeout(hideTooltipTimeout);
|
130
|
+
}
|
131
|
+
function onMouseOutFromTooltip(e) {
|
132
|
+
const target = e.target;
|
133
|
+
if (target.tagName === 'MARK') {
|
134
|
+
clearTimeout(hideTooltipTimeout);
|
135
|
+
hideTooltip();
|
136
|
+
}
|
137
|
+
answerRef.current.removeEventListener('mouseout', onMouseOutFromTooltip);
|
138
|
+
}
|
139
|
+
function showTooltip(target) {
|
140
|
+
clearTimeout(hideTooltipTimeout);
|
141
|
+
const tooltip = tooltipRef.current;
|
142
|
+
const { type, listIndex, message } = target.dataset;
|
143
|
+
tooltip.classList.toggle('editable', !isReadOnly && type === gradingRole);
|
144
|
+
annotationPositionForPopup = target.getBoundingClientRect();
|
145
|
+
showAndPositionElement(annotationPositionForPopup, answerRef.current, tooltip, popupTopMargin);
|
146
|
+
tooltip.querySelector('.e-grading-answer-tooltip-label').textContent = message || '–';
|
147
|
+
annotationDataForTooltip = { index: Number(listIndex), role: type, message: message || '' };
|
148
|
+
answerRef.current.addEventListener('mouseout', onMouseOutFromTooltip);
|
149
|
+
}
|
150
|
+
function onMouseOverAnnotation(target) {
|
151
|
+
const markElement = target.closest('mark');
|
152
|
+
if (markElement &&
|
153
|
+
!isEditAnnotationPopupVisible &&
|
154
|
+
(!hasTextSelectedInAnswerText() || isReadOnly) &&
|
155
|
+
!imgAnnotationState.element) {
|
156
|
+
showTooltip(markElement);
|
157
|
+
}
|
158
|
+
}
|
159
|
+
function showAnnotationPopup(rect, message) {
|
160
|
+
annotationDataForTooltip = undefined;
|
161
|
+
setupAnnotationPopup(rect, message);
|
162
|
+
}
|
163
|
+
function showExistingAnnotationPopup(rect) {
|
164
|
+
setupAnnotationPopup(rect, annotationDataForTooltip.message);
|
165
|
+
}
|
166
|
+
function setupAnnotationPopup(rect, message) {
|
167
|
+
// Could be active from previous popup
|
168
|
+
window.removeEventListener('keydown', onKeyUpInAnnotationPopup);
|
169
|
+
showAndPositionElement(rect, answerRef.current, popupRef.current, popupTopMargin);
|
170
|
+
const inputElement = messageRef.current;
|
171
|
+
inputElement.value = message;
|
172
|
+
inputElement.focus();
|
173
|
+
isEditAnnotationPopupVisible = true;
|
174
|
+
window.addEventListener('keydown', onKeyUpInAnnotationPopup);
|
175
|
+
}
|
176
|
+
function hideAnnotationPopupAndRefresh() {
|
177
|
+
newAnnotationObject = undefined;
|
178
|
+
imgAnnotationState.element = undefined;
|
179
|
+
imgAnnotationState.img = undefined;
|
180
|
+
isEditAnnotationPopupVisible = false;
|
181
|
+
window.removeEventListener('keydown', onKeyUpInAnnotationPopup);
|
182
|
+
toggle(popupRef.current, false);
|
183
|
+
renderAnswerWithAnnotations(savedAnnotations);
|
184
|
+
}
|
185
|
+
function onAnswerMouseDown(e) {
|
186
|
+
var _a;
|
187
|
+
// Do annotations only with left mouse buttons and when permitted
|
188
|
+
if (isReadOnly || e.button !== 0) {
|
189
|
+
return;
|
190
|
+
}
|
191
|
+
window.addEventListener('mouseup', onWindowMouseUpAfterAnswerMouseDown);
|
192
|
+
const target = e.target;
|
193
|
+
const img = ((_a = target.closest('.e-annotation-wrapper')) === null || _a === void 0 ? void 0 : _a.querySelector('img')) || undefined;
|
194
|
+
if (!img) {
|
195
|
+
return;
|
196
|
+
}
|
197
|
+
img.addEventListener('dragstart', preventDefaults); // Prevent dragging images when marking image annotations
|
198
|
+
imgAnnotationState.start = imageAnnotationMouseDownInfo(e, img);
|
199
|
+
imgAnnotationState.img = img;
|
200
|
+
window.addEventListener('mousemove', onMouseMoveForImageAnnotation);
|
201
|
+
}
|
202
|
+
function onWindowMouseUpAfterAnswerMouseDown() {
|
203
|
+
var _a, _b;
|
204
|
+
(_a = imgAnnotationState.img) === null || _a === void 0 ? void 0 : _a.removeEventListener('dragstart', preventDefaults);
|
205
|
+
window.removeEventListener('mousemove', onMouseMoveForImageAnnotation);
|
206
|
+
window.removeEventListener('mouseup', onWindowMouseUpAfterAnswerMouseDown);
|
207
|
+
// Image annotation is being created since shape exists
|
208
|
+
if (imgAnnotationState.element) {
|
209
|
+
showAnnotationPopup((_b = imgAnnotationState.element) === null || _b === void 0 ? void 0 : _b.getBoundingClientRect(), '');
|
210
|
+
return;
|
211
|
+
}
|
212
|
+
// Text annotation
|
213
|
+
const selection = window.getSelection();
|
214
|
+
if (selection && answerRef.current !== null && hasTextSelectedInAnswerText()) {
|
215
|
+
const range = selection.getRangeAt(0);
|
216
|
+
const position = textAnnotationFromRange(answerRef.current, range);
|
217
|
+
if (!position) {
|
218
|
+
return;
|
219
|
+
}
|
220
|
+
const message = getOverlappingMessages(savedAnnotations[gradingRole], position.startIndex, position.length);
|
221
|
+
newAnnotationObject = { ...position, type: 'text', message };
|
222
|
+
showAnnotationPopup(range.getBoundingClientRect(), message);
|
223
|
+
const newAnnotations = { ...savedAnnotations };
|
224
|
+
newAnnotations[gradingRole] = mergeAnnotation(answerRef.current, newAnnotationObject, savedAnnotations[gradingRole]);
|
225
|
+
renderAnswerWithAnnotations(newAnnotations);
|
226
|
+
}
|
227
|
+
}
|
228
|
+
// Only used for touch devices
|
229
|
+
function onNewAnnotationMessageFocus() {
|
230
|
+
if (isDesktopVersion()) {
|
231
|
+
return;
|
232
|
+
}
|
233
|
+
if (answerRef.current) {
|
234
|
+
const newAnnotations = { ...savedAnnotations };
|
235
|
+
newAnnotations[gradingRole] = mergeAnnotation(answerRef.current, newAnnotationObject, savedAnnotations[gradingRole]);
|
236
|
+
renderAnswerWithAnnotations(newAnnotations);
|
237
|
+
}
|
238
|
+
}
|
239
|
+
function onSelectionChangeForMobileDevices() {
|
240
|
+
if (isDesktopVersion()) {
|
241
|
+
return;
|
242
|
+
}
|
243
|
+
clearTimeout(selectionChangeTimeout);
|
244
|
+
selectionChangeTimeout = setTimeout(onSelectionChangeAfterThrottle, 500);
|
245
|
+
}
|
246
|
+
function onSelectionChangeAfterThrottle() {
|
247
|
+
const selection = window.getSelection();
|
248
|
+
if (selection && answerRef.current !== null && hasTextSelectedInAnswerText()) {
|
249
|
+
const range = selection.getRangeAt(0);
|
250
|
+
const position = textAnnotationFromRange(answerRef.current, range);
|
251
|
+
if (!position) {
|
252
|
+
return;
|
253
|
+
}
|
254
|
+
const message = getOverlappingMessages(savedAnnotations[gradingRole], position.startIndex, position.length);
|
255
|
+
isEditAnnotationPopupVisible = true;
|
256
|
+
const inputElement = messageRef.current;
|
257
|
+
inputElement.value = message;
|
258
|
+
showAndPositionElement(range.getBoundingClientRect(), answerRef.current, popupRef.current, popupTopMargin);
|
259
|
+
newAnnotationObject = { ...position, type: 'text', message };
|
260
|
+
}
|
261
|
+
}
|
262
|
+
function onMouseMoveForImageAnnotation(e) {
|
263
|
+
preventDefaults(e);
|
264
|
+
newAnnotationObject = annotationFromMousePosition(e, imgAnnotationState.start);
|
265
|
+
// Create shape on first mouse move and resize after that
|
266
|
+
if (imgAnnotationState.element) {
|
267
|
+
updateImageAnnotationMarkSize(imgAnnotationState.element, newAnnotationObject);
|
268
|
+
}
|
269
|
+
else {
|
270
|
+
imgAnnotationState.element = renderImageAnnotationByImage(imgAnnotationState.img, '', newAnnotationObject, gradingRole, 999);
|
271
|
+
}
|
272
|
+
}
|
273
|
+
function renderAnswerWithAnnotations(annotations) {
|
274
|
+
const container = answerRef.current;
|
275
|
+
if (type === 'richText') {
|
276
|
+
container.innerHTML = value;
|
277
|
+
wrapAllImages(container);
|
278
|
+
updateLargeImageWarnings(container);
|
279
|
+
}
|
280
|
+
else {
|
281
|
+
container.textContent = value;
|
282
|
+
}
|
283
|
+
renderAnnotations(container, annotations.pregrading, annotations.censoring, false);
|
284
|
+
}
|
285
|
+
function onSubmitAnnotation(e) {
|
286
|
+
e.preventDefault();
|
287
|
+
const message = messageRef.current.value;
|
288
|
+
if (annotationDataForTooltip) {
|
289
|
+
// Editing existing annotation message by clicking tooltip
|
290
|
+
savedAnnotations[annotationDataForTooltip.role][annotationDataForTooltip.index].message = message;
|
291
|
+
}
|
292
|
+
else {
|
293
|
+
// Saving new annotation
|
294
|
+
savedAnnotations[gradingRole] = mergeAnnotation(answerRef.current, { ...newAnnotationObject, message }, savedAnnotations[gradingRole] || []);
|
295
|
+
}
|
296
|
+
toggle(popupRef.current, false);
|
297
|
+
saveAnnotations(savedAnnotations);
|
298
|
+
}
|
299
|
+
function onKeyUpInAnnotationPopup(e) {
|
300
|
+
if (e.key === 'Escape' && isEditAnnotationPopupVisible) {
|
301
|
+
e.stopPropagation();
|
302
|
+
hideAnnotationPopupAndRefresh();
|
303
|
+
}
|
304
|
+
}
|
305
|
+
}
|
306
|
+
//# sourceMappingURL=GradingAnswer.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"GradingAnswer.js","sourceRoot":"","sources":["../../../../src/components/grading/GradingAnswer.tsx"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { Annotation } from '../../index';
|
3
|
+
declare function GradingAnswerAnnotationList({ pregrading, censoring, singleGrading }: {
|
4
|
+
pregrading: Annotation[];
|
5
|
+
censoring: Annotation[];
|
6
|
+
singleGrading: boolean;
|
7
|
+
}): React.JSX.Element;
|
8
|
+
export default GradingAnswerAnnotationList;
|
9
|
+
//# sourceMappingURL=GradingAnswerAnnotationList.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"GradingAnswerAnnotationList.d.ts","sourceRoot":"","sources":["../../../../src/components/grading/GradingAnswerAnnotationList.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAGxC,iBAAS,2BAA2B,CAAC,EACnC,UAAU,EACV,SAAS,EACT,aAAa,EACd,EAAE;IACD,UAAU,EAAE,UAAU,EAAE,CAAA;IACxB,SAAS,EAAE,UAAU,EAAE,CAAA;IACvB,aAAa,EAAE,OAAO,CAAA;CACvB,qBAmBA;AAED,eAAe,2BAA2B,CAAA"}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { AnnotationLists } from '../shared/AnnotationLists';
|
3
|
+
function GradingAnswerAnnotationList({ pregrading, censoring, singleGrading }) {
|
4
|
+
const getListOfAnnotations = (annotations, listNumberOffset = 0) => {
|
5
|
+
var _a;
|
6
|
+
return (_a = annotations
|
7
|
+
.filter(a => a.message.length)
|
8
|
+
.map((annotation, i) => {
|
9
|
+
const numbering = `${String(listNumberOffset + i + 1)})`;
|
10
|
+
const message = annotation.message;
|
11
|
+
return { numbering, message };
|
12
|
+
})) !== null && _a !== void 0 ? _a : [];
|
13
|
+
};
|
14
|
+
const pregradingAnnotations = getListOfAnnotations(pregrading);
|
15
|
+
const censoringAnnotations = getListOfAnnotations(censoring, pregradingAnnotations.length);
|
16
|
+
return (React.createElement(AnnotationLists, { pregradingAnnotations: pregradingAnnotations, censoringAnnotations: censoringAnnotations, singleGrading: singleGrading }));
|
17
|
+
}
|
18
|
+
export default GradingAnswerAnnotationList;
|
19
|
+
//# sourceMappingURL=GradingAnswerAnnotationList.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"GradingAnswerAnnotationList.js","sourceRoot":"","sources":["../../../../src/components/grading/GradingAnswerAnnotationList.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAE3D,SAAS,2BAA2B,CAAC,EACnC,UAAU,EACV,SAAS,EACT,aAAa,EAKd;IACC,MAAM,oBAAoB,GAAG,CAAC,WAAyB,EAAE,gBAAgB,GAAG,CAAC,EAAE,EAAE;;QAC/E,OAAA,MAAA,WAAW;aACR,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC;aAC7B,GAAG,CAAC,CAAC,UAAsB,EAAE,CAAS,EAAE,EAAE;YACzC,MAAM,SAAS,GAAG,GAAG,MAAM,CAAC,gBAAgB,GAAG,CAAC,GAAG,CAAC,CAAC,GAAG,CAAA;YACxD,MAAM,OAAO,GAAG,UAAU,CAAC,OAAO,CAAA;YAClC,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,CAAA;QAC/B,CAAC,CAAC,mCAAI,EAAE,CAAA;KAAA,CAAA;IAEZ,MAAM,qBAAqB,GAAG,oBAAoB,CAAC,UAAU,CAAC,CAAA;IAC9D,MAAM,oBAAoB,GAAG,oBAAoB,CAAC,SAAS,EAAE,qBAAqB,CAAC,MAAM,CAAC,CAAA;IAC1F,OAAO,CACL,oBAAC,eAAe,IACd,qBAAqB,EAAE,qBAAqB,EAC5C,oBAAoB,EAAE,oBAAoB,EAC1C,aAAa,EAAE,aAAa,GAC5B,CACH,CAAA;AACH,CAAC;AAED,eAAe,2BAA2B,CAAA"}
|
@@ -0,0 +1,29 @@
|
|
1
|
+
import { Annotation, ImageAnnotation, TextAnnotation } from '../../types/Score';
|
2
|
+
import React from 'react';
|
3
|
+
export declare function textAnnotationFromRange(answerTextNode: Element, range: Range): {
|
4
|
+
startIndex: number;
|
5
|
+
length: number;
|
6
|
+
} | undefined;
|
7
|
+
export declare function getOverlappingMessages(currentAnnotations: Annotation[], start: number, length: number): string;
|
8
|
+
export declare function getOverlappingMessagesFromTextAnnotations(currentAnnotations: TextAnnotation[], start: number, length: number): string;
|
9
|
+
export declare function toNodeLength(node: Node): number | undefined;
|
10
|
+
export declare function allNodesUnder(el: Node, documentObject?: Document): Node[];
|
11
|
+
export declare function showAndPositionElement(annotationRect: DOMRect, container: HTMLElement, popup: HTMLElement, topMargin: number): void;
|
12
|
+
export declare function hasTextSelectedInAnswerText(): boolean;
|
13
|
+
export declare function selectionHasNothingToUnderline(range: Range): boolean;
|
14
|
+
export declare function mergeAnnotation($answerText: Element, newAnnotation: TextAnnotation, annotations: TextAnnotation[]): Annotation[];
|
15
|
+
export declare function getImageStartIndex($image: Element, $answerText: Element): number | undefined;
|
16
|
+
export type NewImageAnnotation = {
|
17
|
+
bbox: DOMRect;
|
18
|
+
attachmentIndex: number;
|
19
|
+
startX: number;
|
20
|
+
startY: number;
|
21
|
+
clientX: number;
|
22
|
+
clientY: number;
|
23
|
+
};
|
24
|
+
export declare function annotationFromMousePosition(e: MouseEvent, { bbox, attachmentIndex, startX, startY, clientX, clientY }: NewImageAnnotation): ImageAnnotation;
|
25
|
+
export declare function imageAnnotationMouseDownInfo(e: React.MouseEvent<HTMLDivElement, MouseEvent>, image: HTMLImageElement): NewImageAnnotation;
|
26
|
+
export declare function preventDefaults(e: Event): void;
|
27
|
+
export declare function toggle(element: HTMLElement, isVisible: boolean): void;
|
28
|
+
export declare function isDesktopVersion(): boolean;
|
29
|
+
//# sourceMappingURL=editAnnotations.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"editAnnotations.d.ts","sourceRoot":"","sources":["../../../../src/components/grading/editAnnotations.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAC/E,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,wBAAgB,uBAAuB,CAAC,cAAc,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK;;;cA0B5E;AAED,wBAAgB,sBAAsB,CAAC,kBAAkB,EAAE,UAAU,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,UAGrG;AACD,wBAAgB,yCAAyC,CACvD,kBAAkB,EAAE,cAAc,EAAE,EACpC,KAAK,EAAE,MAAM,EACb,MAAM,EAAE,MAAM,UAIf;AACD,wBAAgB,YAAY,CAAC,IAAI,EAAE,IAAI,sBAEtC;AAED,wBAAgB,aAAa,CAAC,EAAE,EAAE,IAAI,EAAE,cAAc,WAAW,GAAG,IAAI,EAAE,CAQzE;AAED,wBAAgB,sBAAsB,CACpC,cAAc,EAAE,OAAO,EACvB,SAAS,EAAE,WAAW,EACtB,KAAK,EAAE,WAAW,EAClB,SAAS,EAAE,MAAM,QAelB;AAED,wBAAgB,2BAA2B,IAAI,OAAO,CAuCrD;AAED,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,KAAK,WAM1D;AAED,wBAAgB,eAAe,CAAC,WAAW,EAAE,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,WAAW,EAAE,cAAc,EAAE,gBAyBjH;AAqBD,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,OAAO,sBAIvE;AAED,MAAM,MAAM,kBAAkB,GAAG;IAC/B,IAAI,EAAE,OAAO,CAAA;IACb,eAAe,EAAE,MAAM,CAAA;IACvB,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,MAAM,CAAA;IACd,OAAO,EAAE,MAAM,CAAA;IACf,OAAO,EAAE,MAAM,CAAA;CAChB,CAAA;AACD,wBAAgB,2BAA2B,CACzC,CAAC,EAAE,UAAU,EACb,EAAE,IAAI,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,EAAE,kBAAkB,GAC9E,eAAe,CA8BjB;AACD,wBAAgB,4BAA4B,CAC1C,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc,EAAE,UAAU,CAAC,EAC/C,KAAK,EAAE,gBAAgB,GACtB,kBAAkB,CAUpB;AAMD,wBAAgB,eAAe,CAAC,CAAC,EAAE,KAAK,QAGvC;AAED,wBAAgB,MAAM,CAAC,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,OAAO,GAAG,IAAI,CAErE;AAED,wBAAgB,gBAAgB,YAE/B"}
|
@@ -0,0 +1,190 @@
|
|
1
|
+
import * as _ from 'lodash-es';
|
2
|
+
export function textAnnotationFromRange(answerTextNode, range) {
|
3
|
+
if (selectionHasNothingToUnderline(range)) {
|
4
|
+
return undefined;
|
5
|
+
}
|
6
|
+
const answerNodes = allNodesUnder(answerTextNode);
|
7
|
+
const charactersBefore = charactersBeforeContainer(range.startContainer, range.startOffset, answerTextNode);
|
8
|
+
const charactersUntilEnd = charactersBeforeContainer(range.endContainer, range.endOffset, answerTextNode);
|
9
|
+
const length = charactersUntilEnd - charactersBefore;
|
10
|
+
// selectionHasNothingToUnderline won't catch cases where empty selection is between images
|
11
|
+
if (length <= 0) {
|
12
|
+
return undefined;
|
13
|
+
}
|
14
|
+
return {
|
15
|
+
startIndex: charactersBefore,
|
16
|
+
length
|
17
|
+
};
|
18
|
+
function charactersBeforeContainer(rangeContainer, offset, answerTextNode) {
|
19
|
+
const containerIsTag = rangeContainer === answerTextNode;
|
20
|
+
const container = containerIsTag ? rangeContainer.childNodes[offset] : rangeContainer;
|
21
|
+
const offsetInside = containerIsTag ? 0 : offset;
|
22
|
+
const nodesBeforeContainer = _.takeWhile(answerNodes, node => node !== container);
|
23
|
+
const nodesBeforeLengthSum = _.sum(nodesBeforeContainer.map(toNodeLength));
|
24
|
+
return offsetInside + nodesBeforeLengthSum;
|
25
|
+
}
|
26
|
+
}
|
27
|
+
export function getOverlappingMessages(currentAnnotations, start, length) {
|
28
|
+
const textAnnotations = currentAnnotations.filter(a => a.type === 'text');
|
29
|
+
return getOverlappingMessagesFromTextAnnotations(textAnnotations, start, length);
|
30
|
+
}
|
31
|
+
export function getOverlappingMessagesFromTextAnnotations(currentAnnotations, start, length) {
|
32
|
+
const parted = getOverlappingAnnotations(currentAnnotations, { startIndex: start, length, message: '' });
|
33
|
+
return _.compact(parted.overlapping.map(anno => anno.message)).reduceRight((msg, str) => `${str} / ${msg}`, '');
|
34
|
+
}
|
35
|
+
export function toNodeLength(node) {
|
36
|
+
var _a;
|
37
|
+
return node.nodeType === Node.TEXT_NODE ? (_a = node.textContent) === null || _a === void 0 ? void 0 : _a.length : node.nodeName === 'IMG' ? 1 : 0;
|
38
|
+
}
|
39
|
+
export function allNodesUnder(el, documentObject = document) {
|
40
|
+
let n = null;
|
41
|
+
const a = [];
|
42
|
+
const walk = documentObject.createTreeWalker(el, NodeFilter.SHOW_TEXT + NodeFilter.SHOW_ELEMENT, null);
|
43
|
+
while ((n = walk.nextNode())) {
|
44
|
+
a.push(n);
|
45
|
+
}
|
46
|
+
return a;
|
47
|
+
}
|
48
|
+
export function showAndPositionElement(annotationRect, container, popup, topMargin) {
|
49
|
+
const style = popup.style;
|
50
|
+
if (container) {
|
51
|
+
style.display = 'block';
|
52
|
+
const containerRect = container.getBoundingClientRect();
|
53
|
+
const popupRect = popup.getBoundingClientRect();
|
54
|
+
const left = annotationRect.left - containerRect.left;
|
55
|
+
const top = annotationRect.bottom - containerRect.top + topMargin;
|
56
|
+
style.top = `${String(top)}px`;
|
57
|
+
style.left = `${String(left + popupRect.width < containerRect.width - 30 ? left + 20 : containerRect.width - popupRect.width - 20)}px`;
|
58
|
+
}
|
59
|
+
}
|
60
|
+
export function hasTextSelectedInAnswerText() {
|
61
|
+
const selection = window.getSelection();
|
62
|
+
return (selection !== null &&
|
63
|
+
selectionInAnswerText(selection) &&
|
64
|
+
(isRangeSelection(selection) || textSelectedInRange(selection)));
|
65
|
+
function selectionInAnswerText(sel) {
|
66
|
+
var _a, _b, _c;
|
67
|
+
if (sel.type === 'None' || sel.type === 'Caret' || sel.rangeCount === 0) {
|
68
|
+
return false;
|
69
|
+
}
|
70
|
+
const startContainer = sel.getRangeAt(0).startContainer;
|
71
|
+
const endContainer = sel.getRangeAt(0).endContainer;
|
72
|
+
return (sel.rangeCount > 0 &&
|
73
|
+
((_a = startContainer.parentElement) === null || _a === void 0 ? void 0 : _a.closest('.e-grading-answer')) !== null &&
|
74
|
+
((_b = endContainer.parentElement) === null || _b === void 0 ? void 0 : _b.closest('.e-grading-answer')) !== null &&
|
75
|
+
((_c = startContainer.parentElement) === null || _c === void 0 ? void 0 : _c.closest('.remove-annotation-popup')) === null);
|
76
|
+
}
|
77
|
+
function isRangeSelection(sel) {
|
78
|
+
return (sel === null || sel === void 0 ? void 0 : sel.type) === 'Range';
|
79
|
+
}
|
80
|
+
function textSelectedInRange(sel) {
|
81
|
+
const range = sel.getRangeAt(0);
|
82
|
+
return (!!sel.rangeCount &&
|
83
|
+
(range.toString().length > 0 ||
|
84
|
+
isParentContainer(range.startContainer) ||
|
85
|
+
isParentContainer(range.endContainer)));
|
86
|
+
}
|
87
|
+
function isParentContainer(container) {
|
88
|
+
return container.classList.contains('answer');
|
89
|
+
}
|
90
|
+
}
|
91
|
+
export function selectionHasNothingToUnderline(range) {
|
92
|
+
var _a;
|
93
|
+
const contents = range.cloneContents();
|
94
|
+
const hasImages = Array.from(contents.childNodes).some(x => x instanceof Element && (x.classList.contains('e-annotation-wrapper') || x.tagName === 'IMG'));
|
95
|
+
return ((_a = contents.textContent) === null || _a === void 0 ? void 0 : _a.length) === 0 && !hasImages;
|
96
|
+
}
|
97
|
+
export function mergeAnnotation($answerText, newAnnotation, annotations) {
|
98
|
+
const parted = getOverlappingAnnotations(annotations, newAnnotation);
|
99
|
+
if (parted.overlapping.length > 0) {
|
100
|
+
parted.overlapping.push(newAnnotation);
|
101
|
+
const mergedStart = _.minBy(parted.overlapping, range => range.startIndex);
|
102
|
+
const mergedEnd = _.maxBy(parted.overlapping, range => range.startIndex + range.length);
|
103
|
+
const mergedRange = {
|
104
|
+
startIndex: mergedStart.startIndex,
|
105
|
+
length: mergedEnd.startIndex + mergedEnd.length - mergedStart.startIndex,
|
106
|
+
message: newAnnotation.message
|
107
|
+
};
|
108
|
+
parted.nonOverlapping.push(mergedRange);
|
109
|
+
}
|
110
|
+
else {
|
111
|
+
parted.nonOverlapping.push(newAnnotation);
|
112
|
+
}
|
113
|
+
return _.sortBy(parted.nonOverlapping, a => a.type === 'line' || a.type === 'rect'
|
114
|
+
? getImageStartIndex(findAttachment($answerText, a.attachmentIndex), $answerText)
|
115
|
+
: a.startIndex, a => (a.type === 'rect' ? a.y : a.type === 'line' ? a.y1 : undefined), a => (a.type === 'rect' ? a.x : a.type === 'line' ? a.x1 : undefined));
|
116
|
+
}
|
117
|
+
function findAttachment(container, index) {
|
118
|
+
return container.querySelectorAll('img').item(index);
|
119
|
+
}
|
120
|
+
function getOverlappingAnnotations(annotations, newAnnotation) {
|
121
|
+
const partitioned = _.partition(annotations, other => {
|
122
|
+
const newEnd = newAnnotation.startIndex + newAnnotation.length;
|
123
|
+
const otherEnd = other.startIndex + other.length;
|
124
|
+
return ((newAnnotation.startIndex >= other.startIndex && newAnnotation.startIndex <= otherEnd) ||
|
125
|
+
(newEnd >= other.startIndex && newEnd <= otherEnd) ||
|
126
|
+
(newAnnotation.startIndex <= other.startIndex && newEnd >= otherEnd));
|
127
|
+
});
|
128
|
+
return { overlapping: partitioned[0], nonOverlapping: partitioned[1] };
|
129
|
+
}
|
130
|
+
export function getImageStartIndex($image, $answerText) {
|
131
|
+
var _a;
|
132
|
+
const range = document.createRange();
|
133
|
+
range.selectNode($image);
|
134
|
+
return (_a = textAnnotationFromRange($answerText, range)) === null || _a === void 0 ? void 0 : _a.startIndex;
|
135
|
+
}
|
136
|
+
export function annotationFromMousePosition(e, { bbox, attachmentIndex, startX, startY, clientX, clientY }) {
|
137
|
+
const lineThresholdPx = 10;
|
138
|
+
const currentX = clamp((e.clientX - bbox.left) / bbox.width);
|
139
|
+
const currentY = clamp((e.clientY - bbox.top) / bbox.height);
|
140
|
+
const isVerticalLine = Math.abs(clientX - e.clientX) <= lineThresholdPx;
|
141
|
+
const isHorizontalLine = Math.abs(clientY - e.clientY) <= lineThresholdPx;
|
142
|
+
const type = isVerticalLine || isHorizontalLine ? 'line' : 'rect';
|
143
|
+
switch (type) {
|
144
|
+
case 'rect':
|
145
|
+
return {
|
146
|
+
type: 'rect',
|
147
|
+
attachmentIndex,
|
148
|
+
x: Math.min(startX, currentX),
|
149
|
+
y: Math.min(startY, currentY),
|
150
|
+
width: Math.abs(currentX - startX),
|
151
|
+
height: Math.abs(currentY - startY),
|
152
|
+
message: ''
|
153
|
+
};
|
154
|
+
case 'line':
|
155
|
+
return {
|
156
|
+
type: 'line',
|
157
|
+
attachmentIndex,
|
158
|
+
x1: isVerticalLine ? startX : Math.min(startX, currentX),
|
159
|
+
y1: isHorizontalLine ? startY : Math.min(startY, currentY),
|
160
|
+
x2: isVerticalLine ? startX : Math.max(startX, currentX),
|
161
|
+
y2: isHorizontalLine ? startY : Math.max(startY, currentY),
|
162
|
+
message: ''
|
163
|
+
};
|
164
|
+
}
|
165
|
+
}
|
166
|
+
export function imageAnnotationMouseDownInfo(e, image) {
|
167
|
+
const targetAnswerText = image.closest('.e-grading-answer');
|
168
|
+
const attachmentIndex = Array.from(targetAnswerText.querySelectorAll('img')).findIndex(img => img === image);
|
169
|
+
const attachmentWrapper = targetAnswerText.querySelectorAll('.e-annotation-wrapper').item(attachmentIndex);
|
170
|
+
const bbox = attachmentWrapper.getBoundingClientRect();
|
171
|
+
const clientX = e.clientX;
|
172
|
+
const startX = clamp((clientX - bbox.left) / bbox.width);
|
173
|
+
const clientY = e.clientY;
|
174
|
+
const startY = clamp((clientY - bbox.top) / bbox.height);
|
175
|
+
return { attachmentIndex, bbox, startX, startY, clientX, clientY };
|
176
|
+
}
|
177
|
+
function clamp(n) {
|
178
|
+
return _.clamp(n, 0, 1);
|
179
|
+
}
|
180
|
+
export function preventDefaults(e) {
|
181
|
+
e.preventDefault();
|
182
|
+
e.stopPropagation();
|
183
|
+
}
|
184
|
+
export function toggle(element, isVisible) {
|
185
|
+
element.style.display = isVisible ? 'initial' : 'none';
|
186
|
+
}
|
187
|
+
export function isDesktopVersion() {
|
188
|
+
return matchMedia('(pointer:fine)').matches;
|
189
|
+
}
|
190
|
+
//# sourceMappingURL=editAnnotations.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"editAnnotations.js","sourceRoot":"","sources":["../../../../src/components/grading/editAnnotations.ts"],"names":[],"mappings":"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"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"examAnnotationUtils.d.ts","sourceRoot":"","sources":["../../../../src/components/grading/examAnnotationUtils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,wBAAgB,wBAAwB,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,EAAE,eAAe,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,IAAI,QAuC9F"}
|