@digabi/exam-engine-core 23.4.3 → 23.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (663) hide show
  1. package/dist/__tests__/annotations.test.d.ts +2 -0
  2. package/dist/__tests__/annotations.test.d.ts.map +1 -0
  3. package/dist/__tests__/annotations.test.js +306 -0
  4. package/dist/__tests__/annotations.test.js.map +1 -0
  5. package/dist/__tests__/tsconfig.tsbuildinfo +1 -1
  6. package/dist/assets/closeButton.svg +1 -0
  7. package/dist/assets/collapse.svg +12 -0
  8. package/dist/assets/expand.svg +12 -0
  9. package/dist/assets/helpButton.svg +9 -0
  10. package/dist/assets/redoButton.svg +5 -0
  11. package/dist/assets/undoButton.svg +5 -0
  12. package/dist/components/exam/ExamineExam.d.ts +5 -0
  13. package/dist/components/exam/ExamineExam.d.ts.map +1 -0
  14. package/dist/components/exam/ExamineExam.js +20 -0
  15. package/dist/components/exam/ExamineExam.js.map +1 -0
  16. package/dist/main-bundle.js +2 -2
  17. package/dist/main-bundle.js.LICENSE.txt +6 -0
  18. package/dist/src/components/AnswerToolbar.d.ts +18 -0
  19. package/dist/src/components/AnswerToolbar.d.ts.map +1 -0
  20. package/dist/src/components/AnswerToolbar.js +36 -0
  21. package/dist/src/components/AnswerToolbar.js.map +1 -0
  22. package/dist/src/components/AnsweringInstructions.d.ts +12 -0
  23. package/dist/src/components/AnsweringInstructions.d.ts.map +1 -0
  24. package/dist/src/components/AnsweringInstructions.js +24 -0
  25. package/dist/src/components/AnsweringInstructions.js.map +1 -0
  26. package/dist/src/components/DocumentTitle.d.ts +5 -0
  27. package/dist/src/components/DocumentTitle.d.ts.map +1 -0
  28. package/dist/src/components/DocumentTitle.js +13 -0
  29. package/dist/src/components/DocumentTitle.js.map +1 -0
  30. package/dist/src/components/NotificationIcon.d.ts +4 -0
  31. package/dist/src/components/NotificationIcon.d.ts.map +1 -0
  32. package/dist/src/components/NotificationIcon.js +6 -0
  33. package/dist/src/components/NotificationIcon.js.map +1 -0
  34. package/dist/src/components/RenderChildNodes.d.ts +5 -0
  35. package/dist/src/components/RenderChildNodes.d.ts.map +1 -0
  36. package/dist/src/components/RenderChildNodes.js +7 -0
  37. package/dist/src/components/RenderChildNodes.js.map +1 -0
  38. package/dist/src/components/RenderExamElements.d.ts +6 -0
  39. package/dist/src/components/RenderExamElements.d.ts.map +1 -0
  40. package/dist/src/components/RenderExamElements.js +6 -0
  41. package/dist/src/components/RenderExamElements.js.map +1 -0
  42. package/dist/src/components/RenderIf.d.ts +4 -0
  43. package/dist/src/components/RenderIf.d.ts.map +1 -0
  44. package/dist/src/components/RenderIf.js +8 -0
  45. package/dist/src/components/RenderIf.js.map +1 -0
  46. package/dist/src/components/ScreenReaderOnly.d.ts +5 -0
  47. package/dist/src/components/ScreenReaderOnly.d.ts.map +1 -0
  48. package/dist/src/components/ScreenReaderOnly.js +3 -0
  49. package/dist/src/components/ScreenReaderOnly.js.map +1 -0
  50. package/dist/src/components/SectionElement.d.ts +4 -0
  51. package/dist/src/components/SectionElement.d.ts.map +1 -0
  52. package/dist/src/components/SectionElement.js +8 -0
  53. package/dist/src/components/SectionElement.js.map +1 -0
  54. package/dist/src/components/attachments/Attachment.d.ts +4 -0
  55. package/dist/src/components/attachments/Attachment.d.ts.map +1 -0
  56. package/dist/src/components/attachments/Attachment.js +8 -0
  57. package/dist/src/components/attachments/Attachment.js.map +1 -0
  58. package/dist/src/components/attachments/AttachmentTitle.d.ts +6 -0
  59. package/dist/src/components/attachments/AttachmentTitle.d.ts.map +1 -0
  60. package/dist/src/components/attachments/AttachmentTitle.js +12 -0
  61. package/dist/src/components/attachments/AttachmentTitle.js.map +1 -0
  62. package/dist/src/components/attachments/Attachments.d.ts +5 -0
  63. package/dist/src/components/attachments/Attachments.d.ts.map +1 -0
  64. package/dist/src/components/attachments/Attachments.js +55 -0
  65. package/dist/src/components/attachments/Attachments.js.map +1 -0
  66. package/dist/src/components/attachments/ExternalMaterial.d.ts +9 -0
  67. package/dist/src/components/attachments/ExternalMaterial.d.ts.map +1 -0
  68. package/dist/src/components/attachments/ExternalMaterial.js +46 -0
  69. package/dist/src/components/attachments/ExternalMaterial.js.map +1 -0
  70. package/dist/src/components/attachments/Question.d.ts +4 -0
  71. package/dist/src/components/attachments/Question.d.ts.map +1 -0
  72. package/dist/src/components/attachments/Question.js +16 -0
  73. package/dist/src/components/attachments/Question.js.map +1 -0
  74. package/dist/src/components/attachments/QuestionTitle.d.ts +6 -0
  75. package/dist/src/components/attachments/QuestionTitle.d.ts.map +1 -0
  76. package/dist/src/components/attachments/QuestionTitle.js +15 -0
  77. package/dist/src/components/attachments/QuestionTitle.js.map +1 -0
  78. package/dist/src/components/context/AnnotationProvider.d.ts +16 -0
  79. package/dist/src/components/context/AnnotationProvider.d.ts.map +1 -0
  80. package/dist/src/components/context/AnnotationProvider.js +35 -0
  81. package/dist/src/components/context/AnnotationProvider.js.map +1 -0
  82. package/dist/src/components/context/AttachmentContext.d.ts +13 -0
  83. package/dist/src/components/context/AttachmentContext.d.ts.map +1 -0
  84. package/dist/src/components/context/AttachmentContext.js +12 -0
  85. package/dist/src/components/context/AttachmentContext.js.map +1 -0
  86. package/dist/src/components/context/CommonExamContext.d.ts +22 -0
  87. package/dist/src/components/context/CommonExamContext.d.ts.map +1 -0
  88. package/dist/src/components/context/CommonExamContext.js +28 -0
  89. package/dist/src/components/context/CommonExamContext.js.map +1 -0
  90. package/dist/src/components/context/ExamContext.d.ts +9 -0
  91. package/dist/src/components/context/ExamContext.d.ts.map +1 -0
  92. package/dist/src/components/context/ExamContext.js +11 -0
  93. package/dist/src/components/context/ExamContext.js.map +1 -0
  94. package/dist/src/components/context/IsInSidebarContext.d.ts +6 -0
  95. package/dist/src/components/context/IsInSidebarContext.d.ts.map +1 -0
  96. package/dist/src/components/context/IsInSidebarContext.js +3 -0
  97. package/dist/src/components/context/IsInSidebarContext.js.map +1 -0
  98. package/dist/src/components/context/QuestionContext.d.ts +14 -0
  99. package/dist/src/components/context/QuestionContext.d.ts.map +1 -0
  100. package/dist/src/components/context/QuestionContext.js +27 -0
  101. package/dist/src/components/context/QuestionContext.js.map +1 -0
  102. package/dist/src/components/context/ResultsContext.d.ts +17 -0
  103. package/dist/src/components/context/ResultsContext.d.ts.map +1 -0
  104. package/dist/src/components/context/ResultsContext.js +69 -0
  105. package/dist/src/components/context/ResultsContext.js.map +1 -0
  106. package/dist/src/components/context/SectionContext.d.ts +12 -0
  107. package/dist/src/components/context/SectionContext.d.ts.map +1 -0
  108. package/dist/src/components/context/SectionContext.js +21 -0
  109. package/dist/src/components/context/SectionContext.js.map +1 -0
  110. package/dist/src/components/context/TOCContext.d.ts +7 -0
  111. package/dist/src/components/context/TOCContext.d.ts.map +1 -0
  112. package/dist/src/components/context/TOCContext.js +3 -0
  113. package/dist/src/components/context/TOCContext.js.map +1 -0
  114. package/dist/src/components/context/withContext.d.ts +3 -0
  115. package/dist/src/components/context/withContext.d.ts.map +1 -0
  116. package/dist/src/components/context/withContext.js +12 -0
  117. package/dist/src/components/context/withContext.js.map +1 -0
  118. package/dist/src/components/exam/Attachment.d.ts +4 -0
  119. package/dist/src/components/exam/Attachment.d.ts.map +1 -0
  120. package/dist/src/components/exam/Attachment.js +8 -0
  121. package/dist/src/components/exam/Attachment.js.map +1 -0
  122. package/dist/src/components/exam/ChoiceAnswer.d.ts +5 -0
  123. package/dist/src/components/exam/ChoiceAnswer.d.ts.map +1 -0
  124. package/dist/src/components/exam/ChoiceAnswer.js +53 -0
  125. package/dist/src/components/exam/ChoiceAnswer.js.map +1 -0
  126. package/dist/src/components/exam/DropdownAnswer.d.ts +5 -0
  127. package/dist/src/components/exam/DropdownAnswer.d.ts.map +1 -0
  128. package/dist/src/components/exam/DropdownAnswer.js +101 -0
  129. package/dist/src/components/exam/DropdownAnswer.js.map +1 -0
  130. package/dist/src/components/exam/Exam.d.ts +48 -0
  131. package/dist/src/components/exam/Exam.d.ts.map +1 -0
  132. package/dist/src/components/exam/Exam.js +195 -0
  133. package/dist/src/components/exam/Exam.js.map +1 -0
  134. package/dist/src/components/exam/ExamFooter.d.ts +6 -0
  135. package/dist/src/components/exam/ExamFooter.d.ts.map +1 -0
  136. package/dist/src/components/exam/ExamFooter.js +6 -0
  137. package/dist/src/components/exam/ExamFooter.js.map +1 -0
  138. package/dist/src/components/exam/ExamInstruction.d.ts +6 -0
  139. package/dist/src/components/exam/ExamInstruction.d.ts.map +1 -0
  140. package/dist/src/components/exam/ExamInstruction.js +6 -0
  141. package/dist/src/components/exam/ExamInstruction.js.map +1 -0
  142. package/dist/src/components/exam/ExternalMaterial.d.ts +10 -0
  143. package/dist/src/components/exam/ExternalMaterial.d.ts.map +1 -0
  144. package/dist/src/components/exam/ExternalMaterial.js +33 -0
  145. package/dist/src/components/exam/ExternalMaterial.js.map +1 -0
  146. package/dist/src/components/exam/GoToExamineAnswersButton.d.ts +5 -0
  147. package/dist/src/components/exam/GoToExamineAnswersButton.d.ts.map +1 -0
  148. package/dist/src/components/exam/GoToExamineAnswersButton.js +18 -0
  149. package/dist/src/components/exam/GoToExamineAnswersButton.js.map +1 -0
  150. package/dist/src/components/exam/Hints.d.ts +5 -0
  151. package/dist/src/components/exam/Hints.d.ts.map +1 -0
  152. package/dist/src/components/exam/Hints.js +31 -0
  153. package/dist/src/components/exam/Hints.js.map +1 -0
  154. package/dist/src/components/exam/Question.d.ts +8 -0
  155. package/dist/src/components/exam/Question.d.ts.map +1 -0
  156. package/dist/src/components/exam/Question.js +75 -0
  157. package/dist/src/components/exam/Question.js.map +1 -0
  158. package/dist/src/components/exam/QuestionInstruction.d.ts +6 -0
  159. package/dist/src/components/exam/QuestionInstruction.d.ts.map +1 -0
  160. package/dist/src/components/exam/QuestionInstruction.js +8 -0
  161. package/dist/src/components/exam/QuestionInstruction.js.map +1 -0
  162. package/dist/src/components/exam/QuestionTitle.d.ts +5 -0
  163. package/dist/src/components/exam/QuestionTitle.d.ts.map +1 -0
  164. package/dist/src/components/exam/QuestionTitle.js +26 -0
  165. package/dist/src/components/exam/QuestionTitle.js.map +1 -0
  166. package/dist/src/components/exam/RichTextAnswer.d.ts +41 -0
  167. package/dist/src/components/exam/RichTextAnswer.d.ts.map +1 -0
  168. package/dist/src/components/exam/RichTextAnswer.js +79 -0
  169. package/dist/src/components/exam/RichTextAnswer.js.map +1 -0
  170. package/dist/src/components/exam/Section.d.ts +4 -0
  171. package/dist/src/components/exam/Section.d.ts.map +1 -0
  172. package/dist/src/components/exam/Section.js +49 -0
  173. package/dist/src/components/exam/Section.js.map +1 -0
  174. package/dist/src/components/exam/SectionInstruction.d.ts +6 -0
  175. package/dist/src/components/exam/SectionInstruction.d.ts.map +1 -0
  176. package/dist/src/components/exam/SectionInstruction.js +6 -0
  177. package/dist/src/components/exam/SectionInstruction.js.map +1 -0
  178. package/dist/src/components/exam/SectionTitle.d.ts +6 -0
  179. package/dist/src/components/exam/SectionTitle.d.ts.map +1 -0
  180. package/dist/src/components/exam/SectionTitle.js +30 -0
  181. package/dist/src/components/exam/SectionTitle.js.map +1 -0
  182. package/dist/src/components/exam/StudentNameHeader.d.ts +8 -0
  183. package/dist/src/components/exam/StudentNameHeader.d.ts.map +1 -0
  184. package/dist/src/components/exam/StudentNameHeader.js +3 -0
  185. package/dist/src/components/exam/StudentNameHeader.js.map +1 -0
  186. package/dist/src/components/exam/TextAnswer.d.ts +6 -0
  187. package/dist/src/components/exam/TextAnswer.d.ts.map +1 -0
  188. package/dist/src/components/exam/TextAnswer.js +20 -0
  189. package/dist/src/components/exam/TextAnswer.js.map +1 -0
  190. package/dist/src/components/exam/UndoHistoryEntry.d.ts +19 -0
  191. package/dist/src/components/exam/UndoHistoryEntry.d.ts.map +1 -0
  192. package/dist/src/components/exam/UndoHistoryEntry.js +39 -0
  193. package/dist/src/components/exam/UndoHistoryEntry.js.map +1 -0
  194. package/dist/src/components/exam/UndoView.d.ts +35 -0
  195. package/dist/src/components/exam/UndoView.d.ts.map +1 -0
  196. package/dist/src/components/exam/UndoView.js +162 -0
  197. package/dist/src/components/exam/UndoView.js.map +1 -0
  198. package/dist/src/components/exam/internal/ErrorIndicator.d.ts +9 -0
  199. package/dist/src/components/exam/internal/ErrorIndicator.d.ts.map +1 -0
  200. package/dist/src/components/exam/internal/ErrorIndicator.js +63 -0
  201. package/dist/src/components/exam/internal/ErrorIndicator.js.map +1 -0
  202. package/dist/src/components/exam/internal/ProgressBar.d.ts +8 -0
  203. package/dist/src/components/exam/internal/ProgressBar.d.ts.map +1 -0
  204. package/dist/src/components/exam/internal/ProgressBar.js +19 -0
  205. package/dist/src/components/exam/internal/ProgressBar.js.map +1 -0
  206. package/dist/src/components/exam/internal/SaveIndicator.d.ts +5 -0
  207. package/dist/src/components/exam/internal/SaveIndicator.d.ts.map +1 -0
  208. package/dist/src/components/exam/internal/SaveIndicator.js +16 -0
  209. package/dist/src/components/exam/internal/SaveIndicator.js.map +1 -0
  210. package/dist/src/components/exam/internal/TextAnswerInput.d.ts +6 -0
  211. package/dist/src/components/exam/internal/TextAnswerInput.d.ts.map +1 -0
  212. package/dist/src/components/exam/internal/TextAnswerInput.js +128 -0
  213. package/dist/src/components/exam/internal/TextAnswerInput.js.map +1 -0
  214. package/dist/src/components/grading/AnswerCharacterCounter.d.ts +6 -0
  215. package/dist/src/components/grading/AnswerCharacterCounter.d.ts.map +1 -0
  216. package/dist/src/components/grading/AnswerCharacterCounter.js +21 -0
  217. package/dist/src/components/grading/AnswerCharacterCounter.js.map +1 -0
  218. package/dist/src/components/grading/GradingAnswer.d.ts +24 -0
  219. package/dist/src/components/grading/GradingAnswer.d.ts.map +1 -0
  220. package/dist/src/components/grading/GradingAnswer.js +306 -0
  221. package/dist/src/components/grading/GradingAnswer.js.map +1 -0
  222. package/dist/src/components/grading/GradingAnswerAnnotationList.d.ts +9 -0
  223. package/dist/src/components/grading/GradingAnswerAnnotationList.d.ts.map +1 -0
  224. package/dist/src/components/grading/GradingAnswerAnnotationList.js +19 -0
  225. package/dist/src/components/grading/GradingAnswerAnnotationList.js.map +1 -0
  226. package/dist/src/components/grading/editAnnotations.d.ts +29 -0
  227. package/dist/src/components/grading/editAnnotations.d.ts.map +1 -0
  228. package/dist/src/components/grading/editAnnotations.js +190 -0
  229. package/dist/src/components/grading/editAnnotations.js.map +1 -0
  230. package/dist/src/components/grading/examAnnotationUtils.d.ts +3 -0
  231. package/dist/src/components/grading/examAnnotationUtils.d.ts.map +1 -0
  232. package/dist/src/components/grading/examAnnotationUtils.js +44 -0
  233. package/dist/src/components/grading/examAnnotationUtils.js.map +1 -0
  234. package/dist/src/components/grading/largeImageDetector.d.ts +3 -0
  235. package/dist/src/components/grading/largeImageDetector.d.ts.map +1 -0
  236. package/dist/src/components/grading/largeImageDetector.js +45 -0
  237. package/dist/src/components/grading/largeImageDetector.js.map +1 -0
  238. package/dist/src/components/grading-instructions/AnswerGradingInstruction.d.ts +5 -0
  239. package/dist/src/components/grading-instructions/AnswerGradingInstruction.d.ts.map +1 -0
  240. package/dist/src/components/grading-instructions/AnswerGradingInstruction.js +4 -0
  241. package/dist/src/components/grading-instructions/AnswerGradingInstruction.js.map +1 -0
  242. package/dist/src/components/grading-instructions/AutogradedAnswer.d.ts +5 -0
  243. package/dist/src/components/grading-instructions/AutogradedAnswer.d.ts.map +1 -0
  244. package/dist/src/components/grading-instructions/AutogradedAnswer.js +34 -0
  245. package/dist/src/components/grading-instructions/AutogradedAnswer.js.map +1 -0
  246. package/dist/src/components/grading-instructions/AutogradedAnswerOption.d.ts +5 -0
  247. package/dist/src/components/grading-instructions/AutogradedAnswerOption.d.ts.map +1 -0
  248. package/dist/src/components/grading-instructions/AutogradedAnswerOption.js +17 -0
  249. package/dist/src/components/grading-instructions/AutogradedAnswerOption.js.map +1 -0
  250. package/dist/src/components/grading-instructions/ExamGradingInstruction.d.ts +5 -0
  251. package/dist/src/components/grading-instructions/ExamGradingInstruction.d.ts.map +1 -0
  252. package/dist/src/components/grading-instructions/ExamGradingInstruction.js +4 -0
  253. package/dist/src/components/grading-instructions/ExamGradingInstruction.js.map +1 -0
  254. package/dist/src/components/grading-instructions/GradingInstructions.d.ts +6 -0
  255. package/dist/src/components/grading-instructions/GradingInstructions.d.ts.map +1 -0
  256. package/dist/src/components/grading-instructions/GradingInstructions.js +109 -0
  257. package/dist/src/components/grading-instructions/GradingInstructions.js.map +1 -0
  258. package/dist/src/components/grading-instructions/Question.d.ts +4 -0
  259. package/dist/src/components/grading-instructions/Question.d.ts.map +1 -0
  260. package/dist/src/components/grading-instructions/Question.js +14 -0
  261. package/dist/src/components/grading-instructions/Question.js.map +1 -0
  262. package/dist/src/components/grading-instructions/QuestionTitle.d.ts +5 -0
  263. package/dist/src/components/grading-instructions/QuestionTitle.d.ts.map +1 -0
  264. package/dist/src/components/grading-instructions/QuestionTitle.js +19 -0
  265. package/dist/src/components/grading-instructions/QuestionTitle.js.map +1 -0
  266. package/dist/src/components/grading-instructions/Recording.d.ts +5 -0
  267. package/dist/src/components/grading-instructions/Recording.d.ts.map +1 -0
  268. package/dist/src/components/grading-instructions/Recording.js +19 -0
  269. package/dist/src/components/grading-instructions/Recording.js.map +1 -0
  270. package/dist/src/components/grading-instructions/Section.d.ts +4 -0
  271. package/dist/src/components/grading-instructions/Section.d.ts.map +1 -0
  272. package/dist/src/components/grading-instructions/Section.js +10 -0
  273. package/dist/src/components/grading-instructions/Section.js.map +1 -0
  274. package/dist/src/components/grading-instructions/SectionTitle.d.ts +5 -0
  275. package/dist/src/components/grading-instructions/SectionTitle.d.ts.map +1 -0
  276. package/dist/src/components/grading-instructions/SectionTitle.js +16 -0
  277. package/dist/src/components/grading-instructions/SectionTitle.js.map +1 -0
  278. package/dist/src/components/results/ChoiceAnswer.d.ts +6 -0
  279. package/dist/src/components/results/ChoiceAnswer.d.ts.map +1 -0
  280. package/dist/src/components/results/ChoiceAnswer.js +57 -0
  281. package/dist/src/components/results/ChoiceAnswer.js.map +1 -0
  282. package/dist/src/components/results/DropdownAnswer.d.ts +6 -0
  283. package/dist/src/components/results/DropdownAnswer.d.ts.map +1 -0
  284. package/dist/src/components/results/DropdownAnswer.js +43 -0
  285. package/dist/src/components/results/DropdownAnswer.js.map +1 -0
  286. package/dist/src/components/results/EndExamSession.d.ts +8 -0
  287. package/dist/src/components/results/EndExamSession.d.ts.map +1 -0
  288. package/dist/src/components/results/EndExamSession.js +20 -0
  289. package/dist/src/components/results/EndExamSession.js.map +1 -0
  290. package/dist/src/components/results/MultiLineAnswer.d.ts +8 -0
  291. package/dist/src/components/results/MultiLineAnswer.d.ts.map +1 -0
  292. package/dist/src/components/results/MultiLineAnswer.js +22 -0
  293. package/dist/src/components/results/MultiLineAnswer.js.map +1 -0
  294. package/dist/src/components/results/Question.d.ts +4 -0
  295. package/dist/src/components/results/Question.d.ts.map +1 -0
  296. package/dist/src/components/results/Question.js +31 -0
  297. package/dist/src/components/results/Question.js.map +1 -0
  298. package/dist/src/components/results/QuestionTitle.d.ts +6 -0
  299. package/dist/src/components/results/QuestionTitle.d.ts.map +1 -0
  300. package/dist/src/components/results/QuestionTitle.js +26 -0
  301. package/dist/src/components/results/QuestionTitle.js.map +1 -0
  302. package/dist/src/components/results/Results.d.ts +19 -0
  303. package/dist/src/components/results/Results.d.ts.map +1 -0
  304. package/dist/src/components/results/Results.js +136 -0
  305. package/dist/src/components/results/Results.js.map +1 -0
  306. package/dist/src/components/results/ScoredTextAnswer.d.ts +6 -0
  307. package/dist/src/components/results/ScoredTextAnswer.d.ts.map +1 -0
  308. package/dist/src/components/results/ScoredTextAnswer.js +22 -0
  309. package/dist/src/components/results/ScoredTextAnswer.js.map +1 -0
  310. package/dist/src/components/results/Section.d.ts +4 -0
  311. package/dist/src/components/results/Section.d.ts.map +1 -0
  312. package/dist/src/components/results/Section.js +11 -0
  313. package/dist/src/components/results/Section.js.map +1 -0
  314. package/dist/src/components/results/SingleLineAnswer.d.ts +12 -0
  315. package/dist/src/components/results/SingleLineAnswer.d.ts.map +1 -0
  316. package/dist/src/components/results/SingleLineAnswer.js +26 -0
  317. package/dist/src/components/results/SingleLineAnswer.js.map +1 -0
  318. package/dist/src/components/results/TextAnswer.d.ts +7 -0
  319. package/dist/src/components/results/TextAnswer.d.ts.map +1 -0
  320. package/dist/src/components/results/TextAnswer.js +48 -0
  321. package/dist/src/components/results/TextAnswer.js.map +1 -0
  322. package/dist/src/components/results/internal/AnnotationList.d.ts +5 -0
  323. package/dist/src/components/results/internal/AnnotationList.d.ts.map +1 -0
  324. package/dist/src/components/results/internal/AnnotationList.js +32 -0
  325. package/dist/src/components/results/internal/AnnotationList.js.map +1 -0
  326. package/dist/src/components/results/internal/QuestionAutoScore.d.ts +11 -0
  327. package/dist/src/components/results/internal/QuestionAutoScore.d.ts.map +1 -0
  328. package/dist/src/components/results/internal/QuestionAutoScore.js +17 -0
  329. package/dist/src/components/results/internal/QuestionAutoScore.js.map +1 -0
  330. package/dist/src/components/results/internal/QuestionManualScore.d.ts +13 -0
  331. package/dist/src/components/results/internal/QuestionManualScore.d.ts.map +1 -0
  332. package/dist/src/components/results/internal/QuestionManualScore.js +66 -0
  333. package/dist/src/components/results/internal/QuestionManualScore.js.map +1 -0
  334. package/dist/src/components/results/internal/QuestionScoresContainer.d.ts +11 -0
  335. package/dist/src/components/results/internal/QuestionScoresContainer.d.ts.map +1 -0
  336. package/dist/src/components/results/internal/QuestionScoresContainer.js +27 -0
  337. package/dist/src/components/results/internal/QuestionScoresContainer.js.map +1 -0
  338. package/dist/src/components/results/isExamineExamPageHook.d.ts +2 -0
  339. package/dist/src/components/results/isExamineExamPageHook.d.ts.map +1 -0
  340. package/dist/src/components/results/isExamineExamPageHook.js +7 -0
  341. package/dist/src/components/results/isExamineExamPageHook.js.map +1 -0
  342. package/dist/src/components/shared/AnnotatableText.d.ts +5 -0
  343. package/dist/src/components/shared/AnnotatableText.d.ts.map +1 -0
  344. package/dist/src/components/shared/AnnotatableText.js +73 -0
  345. package/dist/src/components/shared/AnnotatableText.js.map +1 -0
  346. package/dist/src/components/shared/AnnotationLists.d.ts +13 -0
  347. package/dist/src/components/shared/AnnotationLists.d.ts.map +1 -0
  348. package/dist/src/components/shared/AnnotationLists.js +17 -0
  349. package/dist/src/components/shared/AnnotationLists.js.map +1 -0
  350. package/dist/src/components/shared/AnnotationPopup.d.ts +3 -0
  351. package/dist/src/components/shared/AnnotationPopup.d.ts.map +1 -0
  352. package/dist/src/components/shared/AnnotationPopup.js +74 -0
  353. package/dist/src/components/shared/AnnotationPopup.js.map +1 -0
  354. package/dist/src/components/shared/AnswerIndicator.d.ts +12 -0
  355. package/dist/src/components/shared/AnswerIndicator.d.ts.map +1 -0
  356. package/dist/src/components/shared/AnswerIndicator.js +27 -0
  357. package/dist/src/components/shared/AnswerIndicator.js.map +1 -0
  358. package/dist/src/components/shared/AnswerLengthInfo.d.ts +7 -0
  359. package/dist/src/components/shared/AnswerLengthInfo.d.ts.map +1 -0
  360. package/dist/src/components/shared/AnswerLengthInfo.js +11 -0
  361. package/dist/src/components/shared/AnswerLengthInfo.js.map +1 -0
  362. package/dist/src/components/shared/AttachmentLink.d.ts +5 -0
  363. package/dist/src/components/shared/AttachmentLink.d.ts.map +1 -0
  364. package/dist/src/components/shared/AttachmentLink.js +28 -0
  365. package/dist/src/components/shared/AttachmentLink.js.map +1 -0
  366. package/dist/src/components/shared/AttachmentLinks.d.ts +5 -0
  367. package/dist/src/components/shared/AttachmentLinks.d.ts.map +1 -0
  368. package/dist/src/components/shared/AttachmentLinks.js +58 -0
  369. package/dist/src/components/shared/AttachmentLinks.js.map +1 -0
  370. package/dist/src/components/shared/Audio.d.ts +6 -0
  371. package/dist/src/components/shared/Audio.d.ts.map +1 -0
  372. package/dist/src/components/shared/Audio.js +31 -0
  373. package/dist/src/components/shared/Audio.js.map +1 -0
  374. package/dist/src/components/shared/AudioGroup.d.ts +6 -0
  375. package/dist/src/components/shared/AudioGroup.d.ts.map +1 -0
  376. package/dist/src/components/shared/AudioGroup.js +9 -0
  377. package/dist/src/components/shared/AudioGroup.js.map +1 -0
  378. package/dist/src/components/shared/AudioTest.d.ts +6 -0
  379. package/dist/src/components/shared/AudioTest.d.ts.map +1 -0
  380. package/dist/src/components/shared/AudioTest.js +34 -0
  381. package/dist/src/components/shared/AudioTest.js.map +1 -0
  382. package/dist/src/components/shared/ExamTranslation.d.ts +6 -0
  383. package/dist/src/components/shared/ExamTranslation.d.ts.map +1 -0
  384. package/dist/src/components/shared/ExamTranslation.js +9 -0
  385. package/dist/src/components/shared/ExamTranslation.js.map +1 -0
  386. package/dist/src/components/shared/File.d.ts +6 -0
  387. package/dist/src/components/shared/File.d.ts.map +1 -0
  388. package/dist/src/components/shared/File.js +15 -0
  389. package/dist/src/components/shared/File.js.map +1 -0
  390. package/dist/src/components/shared/Footer.d.ts +5 -0
  391. package/dist/src/components/shared/Footer.d.ts.map +1 -0
  392. package/dist/src/components/shared/Footer.js +3 -0
  393. package/dist/src/components/shared/Footer.js.map +1 -0
  394. package/dist/src/components/shared/Formula.d.ts +6 -0
  395. package/dist/src/components/shared/Formula.d.ts.map +1 -0
  396. package/dist/src/components/shared/Formula.js +13 -0
  397. package/dist/src/components/shared/Formula.js.map +1 -0
  398. package/dist/src/components/shared/Image.d.ts +6 -0
  399. package/dist/src/components/shared/Image.d.ts.map +1 -0
  400. package/dist/src/components/shared/Image.js +30 -0
  401. package/dist/src/components/shared/Image.js.map +1 -0
  402. package/dist/src/components/shared/ImageOverlay.d.ts +6 -0
  403. package/dist/src/components/shared/ImageOverlay.d.ts.map +1 -0
  404. package/dist/src/components/shared/ImageOverlay.js +43 -0
  405. package/dist/src/components/shared/ImageOverlay.js.map +1 -0
  406. package/dist/src/components/shared/QuestionNumber.d.ts +4 -0
  407. package/dist/src/components/shared/QuestionNumber.d.ts.map +1 -0
  408. package/dist/src/components/shared/QuestionNumber.js +12 -0
  409. package/dist/src/components/shared/QuestionNumber.js.map +1 -0
  410. package/dist/src/components/shared/Reference.d.ts +6 -0
  411. package/dist/src/components/shared/Reference.d.ts.map +1 -0
  412. package/dist/src/components/shared/Reference.js +72 -0
  413. package/dist/src/components/shared/Reference.js.map +1 -0
  414. package/dist/src/components/shared/References.d.ts +6 -0
  415. package/dist/src/components/shared/References.d.ts.map +1 -0
  416. package/dist/src/components/shared/References.js +26 -0
  417. package/dist/src/components/shared/References.js.map +1 -0
  418. package/dist/src/components/shared/Score.d.ts +8 -0
  419. package/dist/src/components/shared/Score.d.ts.map +1 -0
  420. package/dist/src/components/shared/Score.js +13 -0
  421. package/dist/src/components/shared/Score.js.map +1 -0
  422. package/dist/src/components/shared/TOCQuestion.d.ts +4 -0
  423. package/dist/src/components/shared/TOCQuestion.d.ts.map +1 -0
  424. package/dist/src/components/shared/TOCQuestion.js +77 -0
  425. package/dist/src/components/shared/TOCQuestion.js.map +1 -0
  426. package/dist/src/components/shared/TOCSection.d.ts +7 -0
  427. package/dist/src/components/shared/TOCSection.d.ts.map +1 -0
  428. package/dist/src/components/shared/TOCSection.js +15 -0
  429. package/dist/src/components/shared/TOCSection.js.map +1 -0
  430. package/dist/src/components/shared/TOCSectionTitle.d.ts +4 -0
  431. package/dist/src/components/shared/TOCSectionTitle.d.ts.map +1 -0
  432. package/dist/src/components/shared/TOCSectionTitle.js +34 -0
  433. package/dist/src/components/shared/TOCSectionTitle.js.map +1 -0
  434. package/dist/src/components/shared/TableOfContents.d.ts +8 -0
  435. package/dist/src/components/shared/TableOfContents.d.ts.map +1 -0
  436. package/dist/src/components/shared/TableOfContents.js +61 -0
  437. package/dist/src/components/shared/TableOfContents.js.map +1 -0
  438. package/dist/src/components/shared/VersionNumber.d.ts +3 -0
  439. package/dist/src/components/shared/VersionNumber.d.ts.map +1 -0
  440. package/dist/src/components/shared/VersionNumber.js +10 -0
  441. package/dist/src/components/shared/VersionNumber.js.map +1 -0
  442. package/dist/src/components/shared/Video.d.ts +6 -0
  443. package/dist/src/components/shared/Video.d.ts.map +1 -0
  444. package/dist/src/components/shared/Video.js +22 -0
  445. package/dist/src/components/shared/Video.js.map +1 -0
  446. package/dist/src/components/shared/internal/AttachmentLinkAnchor.d.ts +8 -0
  447. package/dist/src/components/shared/internal/AttachmentLinkAnchor.d.ts.map +1 -0
  448. package/dist/src/components/shared/internal/AttachmentLinkAnchor.js +4 -0
  449. package/dist/src/components/shared/internal/AttachmentLinkAnchor.js.map +1 -0
  450. package/dist/src/components/shared/internal/AudioPlaybackError.d.ts +8 -0
  451. package/dist/src/components/shared/internal/AudioPlaybackError.d.ts.map +1 -0
  452. package/dist/src/components/shared/internal/AudioPlaybackError.js +17 -0
  453. package/dist/src/components/shared/internal/AudioPlaybackError.js.map +1 -0
  454. package/dist/src/components/shared/internal/ResponsiveMediaContainer.d.ts +18 -0
  455. package/dist/src/components/shared/internal/ResponsiveMediaContainer.d.ts.map +1 -0
  456. package/dist/src/components/shared/internal/ResponsiveMediaContainer.js +21 -0
  457. package/dist/src/components/shared/internal/ResponsiveMediaContainer.js.map +1 -0
  458. package/dist/src/components/shared/internal/RestrictedAudioPlayer.d.ts +12 -0
  459. package/dist/src/components/shared/internal/RestrictedAudioPlayer.d.ts.map +1 -0
  460. package/dist/src/components/shared/internal/RestrictedAudioPlayer.js +46 -0
  461. package/dist/src/components/shared/internal/RestrictedAudioPlayer.js.map +1 -0
  462. package/dist/src/components/surround.d.ts +8 -0
  463. package/dist/src/components/surround.d.ts.map +1 -0
  464. package/dist/src/components/surround.js +19 -0
  465. package/dist/src/components/surround.js.map +1 -0
  466. package/dist/src/createRenderChildNodes.d.ts +17 -0
  467. package/dist/src/createRenderChildNodes.d.ts.map +1 -0
  468. package/dist/src/createRenderChildNodes.js +64 -0
  469. package/dist/src/createRenderChildNodes.js.map +1 -0
  470. package/dist/src/dom-utils.d.ts +20 -0
  471. package/dist/src/dom-utils.d.ts.map +1 -0
  472. package/dist/src/dom-utils.js +164 -0
  473. package/dist/src/dom-utils.js.map +1 -0
  474. package/dist/src/fonts.d.ts +5 -0
  475. package/dist/src/fonts.d.ts.map +1 -0
  476. package/dist/src/fonts.js +16 -0
  477. package/dist/src/fonts.js.map +1 -0
  478. package/dist/src/formatting.d.ts +2 -0
  479. package/dist/src/formatting.d.ts.map +1 -0
  480. package/dist/src/formatting.js +4 -0
  481. package/dist/src/formatting.js.map +1 -0
  482. package/dist/src/getDisplayName.d.ts +4 -0
  483. package/dist/src/getDisplayName.d.ts.map +1 -0
  484. package/dist/src/getDisplayName.js +5 -0
  485. package/dist/src/getDisplayName.js.map +1 -0
  486. package/dist/src/i18n/A_E.d.ts +3 -0
  487. package/dist/src/i18n/A_E.d.ts.map +1 -0
  488. package/dist/src/i18n/A_E.js +8 -0
  489. package/dist/src/i18n/A_E.js.map +1 -0
  490. package/dist/src/i18n/BA.d.ts +3 -0
  491. package/dist/src/i18n/BA.d.ts.map +1 -0
  492. package/dist/src/i18n/BA.js +11 -0
  493. package/dist/src/i18n/BA.js.map +1 -0
  494. package/dist/src/i18n/CA.d.ts +3 -0
  495. package/dist/src/i18n/CA.d.ts.map +1 -0
  496. package/dist/src/i18n/CA.js +11 -0
  497. package/dist/src/i18n/CA.js.map +1 -0
  498. package/dist/src/i18n/EA.d.ts +3 -0
  499. package/dist/src/i18n/EA.d.ts.map +1 -0
  500. package/dist/src/i18n/EA.js +16 -0
  501. package/dist/src/i18n/EA.js.map +1 -0
  502. package/dist/src/i18n/FA.d.ts +3 -0
  503. package/dist/src/i18n/FA.d.ts.map +1 -0
  504. package/dist/src/i18n/FA.js +17 -0
  505. package/dist/src/i18n/FA.js.map +1 -0
  506. package/dist/src/i18n/GC.d.ts +3 -0
  507. package/dist/src/i18n/GC.d.ts.map +1 -0
  508. package/dist/src/i18n/GC.js +16 -0
  509. package/dist/src/i18n/GC.js.map +1 -0
  510. package/dist/src/i18n/I.d.ts +3 -0
  511. package/dist/src/i18n/I.d.ts.map +1 -0
  512. package/dist/src/i18n/I.js +21 -0
  513. package/dist/src/i18n/I.js.map +1 -0
  514. package/dist/src/i18n/M.d.ts +3 -0
  515. package/dist/src/i18n/M.d.ts.map +1 -0
  516. package/dist/src/i18n/M.js +4 -0
  517. package/dist/src/i18n/M.js.map +1 -0
  518. package/dist/src/i18n/O_E.d.ts +3 -0
  519. package/dist/src/i18n/O_E.d.ts.map +1 -0
  520. package/dist/src/i18n/O_E.js +7 -0
  521. package/dist/src/i18n/O_E.js.map +1 -0
  522. package/dist/src/i18n/PA.d.ts +3 -0
  523. package/dist/src/i18n/PA.d.ts.map +1 -0
  524. package/dist/src/i18n/PA.js +16 -0
  525. package/dist/src/i18n/PA.js.map +1 -0
  526. package/dist/src/i18n/SA.d.ts +3 -0
  527. package/dist/src/i18n/SA.d.ts.map +1 -0
  528. package/dist/src/i18n/SA.js +16 -0
  529. package/dist/src/i18n/SA.js.map +1 -0
  530. package/dist/src/i18n/TC.d.ts +3 -0
  531. package/dist/src/i18n/TC.d.ts.map +1 -0
  532. package/dist/src/i18n/TC.js +16 -0
  533. package/dist/src/i18n/TC.js.map +1 -0
  534. package/dist/src/i18n/VA.d.ts +3 -0
  535. package/dist/src/i18n/VA.d.ts.map +1 -0
  536. package/dist/src/i18n/VA.js +16 -0
  537. package/dist/src/i18n/VA.js.map +1 -0
  538. package/dist/src/i18n/Z.d.ts +3 -0
  539. package/dist/src/i18n/Z.d.ts.map +1 -0
  540. package/dist/src/i18n/Z.js +22 -0
  541. package/dist/src/i18n/Z.js.map +1 -0
  542. package/dist/src/i18n/fi-FI.d.ts +192 -0
  543. package/dist/src/i18n/fi-FI.d.ts.map +1 -0
  544. package/dist/src/i18n/fi-FI.js +182 -0
  545. package/dist/src/i18n/fi-FI.js.map +1 -0
  546. package/dist/src/i18n/index.d.ts +20 -0
  547. package/dist/src/i18n/index.d.ts.map +1 -0
  548. package/dist/src/i18n/index.js +128 -0
  549. package/dist/src/i18n/index.js.map +1 -0
  550. package/dist/src/i18n/sv-FI.d.ts +3 -0
  551. package/dist/src/i18n/sv-FI.d.ts.map +1 -0
  552. package/dist/src/i18n/sv-FI.js +181 -0
  553. package/dist/src/i18n/sv-FI.js.map +1 -0
  554. package/dist/src/ids.d.ts +14 -0
  555. package/dist/src/ids.d.ts.map +1 -0
  556. package/dist/src/ids.js +28 -0
  557. package/dist/src/ids.js.map +1 -0
  558. package/dist/src/index.d.ts +19 -0
  559. package/dist/src/index.d.ts.map +1 -0
  560. package/dist/src/index.js +12 -0
  561. package/dist/src/index.js.map +1 -0
  562. package/dist/src/parser/parseExam.d.ts +2 -0
  563. package/dist/src/parser/parseExam.d.ts.map +1 -0
  564. package/dist/src/parser/parseExam.js +54 -0
  565. package/dist/src/parser/parseExam.js.map +1 -0
  566. package/dist/src/parser/parseExamStructure.d.ts +58 -0
  567. package/dist/src/parser/parseExamStructure.d.ts.map +1 -0
  568. package/dist/src/parser/parseExamStructure.js +40 -0
  569. package/dist/src/parser/parseExamStructure.js.map +1 -0
  570. package/dist/src/renderAnnotations.d.ts +7 -0
  571. package/dist/src/renderAnnotations.d.ts.map +1 -0
  572. package/dist/src/renderAnnotations.js +193 -0
  573. package/dist/src/renderAnnotations.js.map +1 -0
  574. package/dist/src/scrollToHash.d.ts +2 -0
  575. package/dist/src/scrollToHash.d.ts.map +1 -0
  576. package/dist/src/scrollToHash.js +24 -0
  577. package/dist/src/scrollToHash.js.map +1 -0
  578. package/dist/src/shortDisplayNumber.d.ts +2 -0
  579. package/dist/src/shortDisplayNumber.d.ts.map +1 -0
  580. package/dist/src/shortDisplayNumber.js +5 -0
  581. package/dist/src/shortDisplayNumber.js.map +1 -0
  582. package/dist/src/store/answers/actions.d.ts +33 -0
  583. package/dist/src/store/answers/actions.d.ts.map +1 -0
  584. package/dist/src/store/answers/actions.js +9 -0
  585. package/dist/src/store/answers/actions.js.map +1 -0
  586. package/dist/src/store/answers/reducer.d.ts +39 -0
  587. package/dist/src/store/answers/reducer.d.ts.map +1 -0
  588. package/dist/src/store/answers/reducer.js +55 -0
  589. package/dist/src/store/answers/reducer.js.map +1 -0
  590. package/dist/src/store/answers/sagas.d.ts +8 -0
  591. package/dist/src/store/answers/sagas.d.ts.map +1 -0
  592. package/dist/src/store/answers/sagas.js +60 -0
  593. package/dist/src/store/answers/sagas.js.map +1 -0
  594. package/dist/src/store/audio/actions.d.ts +29 -0
  595. package/dist/src/store/audio/actions.d.ts.map +1 -0
  596. package/dist/src/store/audio/actions.js +9 -0
  597. package/dist/src/store/audio/actions.js.map +1 -0
  598. package/dist/src/store/audio/reducer.d.ts +27 -0
  599. package/dist/src/store/audio/reducer.d.ts.map +1 -0
  600. package/dist/src/store/audio/reducer.js +55 -0
  601. package/dist/src/store/audio/reducer.js.map +1 -0
  602. package/dist/src/store/audio/sagas.d.ts +3 -0
  603. package/dist/src/store/audio/sagas.d.ts.map +1 -0
  604. package/dist/src/store/audio/sagas.js +68 -0
  605. package/dist/src/store/audio/sagas.js.map +1 -0
  606. package/dist/src/store/cas/actions.d.ts +19 -0
  607. package/dist/src/store/cas/actions.d.ts.map +1 -0
  608. package/dist/src/store/cas/actions.js +9 -0
  609. package/dist/src/store/cas/actions.js.map +1 -0
  610. package/dist/src/store/cas/reducer.d.ts +14 -0
  611. package/dist/src/store/cas/reducer.d.ts.map +1 -0
  612. package/dist/src/store/cas/reducer.js +24 -0
  613. package/dist/src/store/cas/reducer.js.map +1 -0
  614. package/dist/src/store/cas/sagas.d.ts +18 -0
  615. package/dist/src/store/cas/sagas.d.ts.map +1 -0
  616. package/dist/src/store/cas/sagas.js +36 -0
  617. package/dist/src/store/cas/sagas.js.map +1 -0
  618. package/dist/src/store/countdown.d.ts +4 -0
  619. package/dist/src/store/countdown.d.ts.map +1 -0
  620. package/dist/src/store/countdown.js +33 -0
  621. package/dist/src/store/countdown.js.map +1 -0
  622. package/dist/src/store/index.d.ts +78 -0
  623. package/dist/src/store/index.d.ts.map +1 -0
  624. package/dist/src/store/index.js +53 -0
  625. package/dist/src/store/index.js.map +1 -0
  626. package/dist/src/store/selectors.d.ts +9 -0
  627. package/dist/src/store/selectors.d.ts.map +1 -0
  628. package/dist/src/store/selectors.js +35 -0
  629. package/dist/src/store/selectors.js.map +1 -0
  630. package/dist/src/types/ExamAnswer.d.ts +22 -0
  631. package/dist/src/types/ExamAnswer.d.ts.map +1 -0
  632. package/dist/src/types/ExamAnswer.js +2 -0
  633. package/dist/src/types/ExamAnswer.js.map +1 -0
  634. package/dist/src/types/ExamServerAPI.d.ts +78 -0
  635. package/dist/src/types/ExamServerAPI.d.ts.map +1 -0
  636. package/dist/src/types/ExamServerAPI.js +2 -0
  637. package/dist/src/types/ExamServerAPI.js.map +1 -0
  638. package/dist/src/types/GradingStructure.d.ts +40 -0
  639. package/dist/src/types/GradingStructure.d.ts.map +1 -0
  640. package/dist/src/types/GradingStructure.js +2 -0
  641. package/dist/src/types/GradingStructure.js.map +1 -0
  642. package/dist/src/types/Score.d.ts +92 -0
  643. package/dist/src/types/Score.d.ts.map +1 -0
  644. package/dist/src/types/Score.js +2 -0
  645. package/dist/src/types/Score.js.map +1 -0
  646. package/dist/src/url.d.ts +7 -0
  647. package/dist/src/url.d.ts.map +1 -0
  648. package/dist/src/url.js +12 -0
  649. package/dist/src/url.js.map +1 -0
  650. package/dist/src/useCached.d.ts +3 -0
  651. package/dist/src/useCached.d.ts.map +1 -0
  652. package/dist/src/useCached.js +6 -0
  653. package/dist/src/useCached.js.map +1 -0
  654. package/dist/src/utils.d.ts +15 -0
  655. package/dist/src/utils.d.ts.map +1 -0
  656. package/dist/src/utils.js +35 -0
  657. package/dist/src/utils.js.map +1 -0
  658. package/dist/src/validateAnswers.d.ts +16 -0
  659. package/dist/src/validateAnswers.d.ts.map +1 -0
  660. package/dist/src/validateAnswers.js +89 -0
  661. package/dist/src/validateAnswers.js.map +1 -0
  662. package/dist/tsconfig.tsbuildinfo +1 -0
  663. package/package.json +5 -5
@@ -0,0 +1,2 @@
1
+ import '@testing-library/jest-dom';
2
+ //# sourceMappingURL=annotations.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"annotations.test.d.ts","sourceRoot":"","sources":["../../__tests__/annotations.test.tsx"],"names":[],"mappings":"AAEA,OAAO,2BAA2B,CAAA"}
@@ -0,0 +1,306 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const exam_engine_exams_1 = require("@digabi/exam-engine-exams");
7
+ const exam_engine_mastering_1 = require("@digabi/exam-engine-mastering");
8
+ require("@testing-library/jest-dom");
9
+ const react_1 = require("@testing-library/react");
10
+ const user_event_1 = __importDefault(require("@testing-library/user-event"));
11
+ const fs_1 = require("fs");
12
+ const path_1 = __importDefault(require("path"));
13
+ const react_2 = __importDefault(require("react"));
14
+ const parseExam_1 = __importDefault(require("../dist/parser/parseExam"));
15
+ const Attachments_1 = __importDefault(require("../src/components/attachments/Attachments"));
16
+ const Exam_1 = __importDefault(require("../src/components/exam/Exam"));
17
+ const GradingInstructions_1 = __importDefault(require("../src/components/grading-instructions/GradingInstructions"));
18
+ const examServerApi_1 = require("./examServerApi");
19
+ const lodash_1 = require("lodash");
20
+ class IntersectionObserver {
21
+ constructor() {
22
+ this.root = null;
23
+ this.rootMargin = '';
24
+ this.thresholds = [];
25
+ this.disconnect = () => null;
26
+ this.observe = () => null;
27
+ this.takeRecords = () => [];
28
+ this.unobserve = () => null;
29
+ }
30
+ }
31
+ window.IntersectionObserver = IntersectionObserver;
32
+ global.IntersectionObserver = IntersectionObserver;
33
+ window.scrollTo = jest.fn();
34
+ document.execCommand = jest.fn();
35
+ describe('Annotations', () => {
36
+ let doc;
37
+ beforeEach(async () => {
38
+ window.getSelection = jest.fn();
39
+ const examPath = (0, exam_engine_exams_1.resolveExam)('FF/FF.xml');
40
+ const resolveAttachment = (filename) => path_1.default.resolve(path_1.default.dirname(examPath), 'attachments', filename);
41
+ const source = await fs_1.promises.readFile(examPath, 'utf-8');
42
+ const results = await (0, exam_engine_mastering_1.masterExam)(source, () => '', (0, exam_engine_mastering_1.getMediaMetadataFromLocalFile)(resolveAttachment), {
43
+ removeCorrectAnswers: false
44
+ });
45
+ doc = (0, parseExam_1.default)(results[0].xml, true);
46
+ });
47
+ afterEach(() => {
48
+ ;
49
+ window.getSelection.mockReset();
50
+ window.scrollTo.mockReset();
51
+ document.execCommand.mockReset();
52
+ });
53
+ // Do NOT modify the line breaks and indentations below
54
+ const defaultTextToAnnotate = `
55
+ Valitse jokin pienempi tai suurempi yhteisö – esimerkiksi jokin koulu, katsomuksellinen ryhmä tai valtio –
56
+ ja pohdi, mikä ero valitsemassasi yhteisössä on moraalin ja tapojen välillä.
57
+ `;
58
+ const defaultAnnotationAnchor = 'e:exam:0 > e:section:1 > e:question:2 > e:question-instruction:1 > span:0 > p:1 > #text:0';
59
+ it('popup is rendered', async () => {
60
+ const exam = (0, react_1.render)(react_2.default.createElement(Exam_1.default, { ...getExamProps(), annotations: [], onClickAnnotation: () => { }, onSaveAnnotation: () => { } }));
61
+ await annotateText(exam, defaultAnnotationAnchor);
62
+ expect(exam.getByTestId('e-popup')).toBeVisible();
63
+ });
64
+ it('popup is not rendered if annotation props are not passed', async () => {
65
+ const exam = (0, react_1.render)(react_2.default.createElement(Exam_1.default, { ...getExamProps() }));
66
+ const text = 'Sekä moraali että tavat pyrkivät ohjaamaan ihmisten käyttäytymistä.';
67
+ const textElement = exam.getByText(text);
68
+ mockWindowSelection(text, textElement, text.length);
69
+ await user_event_1.default.click(textElement);
70
+ expect(exam.queryByTestId('e-popup')).not.toBeInTheDocument();
71
+ });
72
+ it('callback is called when annotation is saved', async () => {
73
+ const saveAnnotationMock = jest.fn();
74
+ const exam = (0, react_1.render)(react_2.default.createElement(Exam_1.default, { ...getExamProps(), annotations: [], onClickAnnotation: () => { }, onSaveAnnotation: saveAnnotationMock }));
75
+ await annotateText(exam, defaultAnnotationAnchor);
76
+ const textbox = exam.container.querySelector('.comment-content');
77
+ react_1.fireEvent.input(textbox, {
78
+ target: { innerText: 'New comment', innerHTML: 'New comment' }
79
+ });
80
+ await user_event_1.default.click(exam.getByText('Tallenna'));
81
+ const annotationPart = {
82
+ annotationAnchor: defaultAnnotationAnchor,
83
+ selectedText: defaultTextToAnnotate,
84
+ startIndex: 0,
85
+ length: defaultTextToAnnotate.length
86
+ };
87
+ expect(saveAnnotationMock).toHaveBeenCalledTimes(1);
88
+ expect(saveAnnotationMock).toHaveBeenCalledWith({
89
+ annotationParts: [annotationPart],
90
+ displayNumber: '2',
91
+ selectedText: defaultTextToAnnotate
92
+ }, 'New comment');
93
+ });
94
+ it('popup field is empty when creating new annotation', async () => {
95
+ var _a;
96
+ const annotationAnchor_7_1 = 'e:exam:0 > e:section:2 > e:question:7 > e:question:7.1 > e:question-title:0 > span:0 > #text:0';
97
+ const exam = (0, react_1.render)(react_2.default.createElement(Exam_1.default, { ...getExamProps(), annotations: [], onClickAnnotation: () => { }, onSaveAnnotation: () => { } }));
98
+ await annotateText(exam, defaultAnnotationAnchor);
99
+ const textbox = exam.container.querySelector('.comment-content');
100
+ react_1.fireEvent.input(textbox, {
101
+ target: { innerText: 'New Value', innerHTML: 'New Value' }
102
+ });
103
+ await user_event_1.default.click(exam.getByText('Tallenna'));
104
+ // text picked by getMarkedText includes leading/trailing whitespace, so they must be here too
105
+ await annotateText(exam, annotationAnchor_7_1);
106
+ expect((_a = exam.container.querySelector('.comment-content')) === null || _a === void 0 ? void 0 : _a.textContent).toHaveLength(0);
107
+ });
108
+ it('callback is called when annotation is clicked', async () => {
109
+ const clickAnnotationMock = jest.fn();
110
+ const exam = (0, react_1.render)(react_2.default.createElement(Exam_1.default, { ...getExamProps(), annotations: createAnnotations([{ id: 1, startIndex: 5, selectedText: 'moraali että' }]), onClickAnnotation: clickAnnotationMock, onSaveAnnotation: () => { } }));
111
+ await user_event_1.default.click(exam.container.querySelector('[data-annotation-id="1"]'));
112
+ const clickedAnnotation = {
113
+ annotationAnchor: defaultAnnotationAnchor,
114
+ annotationId: 1,
115
+ hidden: false,
116
+ length: 12,
117
+ selectedText: 'moraali että',
118
+ startIndex: 5,
119
+ markNumber: 1
120
+ };
121
+ expect(clickAnnotationMock).toHaveBeenCalledTimes(1);
122
+ expect(clickAnnotationMock).toHaveBeenCalledWith(expect.anything(), clickedAnnotation);
123
+ });
124
+ it('annotations are added to dom when provided', () => {
125
+ var _a, _b;
126
+ const annotationProps = {
127
+ annotations: createAnnotations([
128
+ { id: 1, startIndex: 27, selectedText: 'pienempi' },
129
+ { id: 3, startIndex: 166, selectedText: 'yhteisössä' }
130
+ ]),
131
+ onClickAnnotation: () => { },
132
+ onSaveAnnotation: () => { }
133
+ };
134
+ const exam = (0, react_1.render)(react_2.default.createElement(Exam_1.default, { ...getExamProps(), ...annotationProps }));
135
+ expect(exam.container.querySelector('[data-annotation-id="1"]')).toBeInTheDocument();
136
+ expect((_a = exam.container.querySelector('[data-annotation-id="1"]')) === null || _a === void 0 ? void 0 : _a.textContent).toBe('pienempi');
137
+ expect(exam.container.querySelector('[data-annotation-id="1"] sup')).toHaveAttribute('data-content', '1');
138
+ expect(exam.container.querySelector('[data-annotation-id="3"]')).toBeInTheDocument();
139
+ expect((_b = exam.container.querySelector('[data-annotation-id="3"]')) === null || _b === void 0 ? void 0 : _b.textContent).toBe('yhteisössä');
140
+ expect(exam.container.querySelector('[data-annotation-id="3"] sup')).toHaveAttribute('data-content', '2');
141
+ });
142
+ it('"August 2024" annotations are added to dom when provided', () => {
143
+ var _a;
144
+ /** the difference of startIndex between an "August 2024 annotation" and a normal annotation
145
+ * (in this case, but the index varies depending on the exam content)
146
+ */
147
+ const startIndexDifference = 24;
148
+ const annotationProps = {
149
+ annotations: createAnnotations([{ id: 1, startIndex: 166 - startIndexDifference, selectedText: 'yhteisössä' }]),
150
+ onClickAnnotation: () => { },
151
+ onSaveAnnotation: () => { }
152
+ };
153
+ const exam = (0, react_1.render)(react_2.default.createElement(Exam_1.default, { ...getExamProps(), ...annotationProps }));
154
+ expect(exam.container.querySelector('[data-annotation-id="1"]')).toBeInTheDocument();
155
+ expect((_a = exam.container.querySelector('[data-annotation-id="1"]')) === null || _a === void 0 ? void 0 : _a.textContent).toBe('yhteisössä');
156
+ expect(exam.container.querySelector('[data-annotation-id="1"] sup')).toHaveAttribute('data-content', '1');
157
+ });
158
+ it('if two annotations have same id, only latter renders <sup>', () => {
159
+ const annotationProps = {
160
+ annotations: createAnnotations([
161
+ { id: 1, startIndex: 71, selectedText: 'jokin' },
162
+ { id: 1, startIndex: 77, selectedText: 'koulu' },
163
+ { id: 2, startIndex: 142, selectedText: 'mikä' },
164
+ { id: 2, startIndex: 147, selectedText: 'ero' }
165
+ ]),
166
+ onClickAnnotation: () => { },
167
+ onSaveAnnotation: () => { }
168
+ };
169
+ const exam = (0, react_1.render)(react_2.default.createElement(Exam_1.default, { ...getExamProps(), ...annotationProps }));
170
+ const marks = (id) => exam.container.querySelectorAll(`.e-annotation[data-annotation-id="${id}"]`);
171
+ const marksId1 = marks('1');
172
+ const marksId2 = marks('2');
173
+ expect(marksId1[0].textContent).toBe('jokin');
174
+ expect(marksId1[0].querySelector('sup')).not.toBeInTheDocument();
175
+ expect(marksId1[1].textContent).toBe('koulu');
176
+ expect(marksId1[1]).toBeInTheDocument();
177
+ expect(marksId1[1].querySelector('sup')).toHaveAttribute('data-content', '1');
178
+ expect(marksId2[0].textContent).toBe('mikä');
179
+ expect(marksId2[0].querySelector('sup')).not.toBeInTheDocument();
180
+ expect(marksId2[1].textContent).toBe('ero');
181
+ expect(marksId2[1]).toBeInTheDocument();
182
+ expect(marksId2[1].querySelector('sup')).toHaveAttribute('data-content', '2');
183
+ });
184
+ it('hidden annotation works correctly', () => {
185
+ var _a, _b;
186
+ const annotations = createAnnotations([{ id: 1, startIndex: 59, selectedText: 'esimerkiksi', hidden: true }]);
187
+ const annotationProps = {
188
+ annotations,
189
+ onClickAnnotation: () => { },
190
+ onSaveAnnotation: () => { }
191
+ };
192
+ const exam = (0, react_1.render)(react_2.default.createElement(Exam_1.default, { ...getExamProps(), ...annotationProps }));
193
+ expect(exam.container.querySelector('[data-annotation-id="1"]')).toBeInTheDocument();
194
+ expect(exam.container.querySelector('[data-annotation-id="1"] sup')).not.toBeInTheDocument();
195
+ expect((_b = (_a = exam.container.querySelector('[data-annotation-id="1"]')) === null || _a === void 0 ? void 0 : _a.parentElement) === null || _b === void 0 ? void 0 : _b.textContent).toBe(defaultTextToAnnotate);
196
+ });
197
+ it('annotations can not overlap — overlapping annotations are not rendered', () => {
198
+ var _a, _b, _c, _d;
199
+ const annotations = createAnnotations([
200
+ { id: 1, startIndex: 59, selectedText: 'esimerkiksi' },
201
+ { id: 2, startIndex: 62, selectedText: 'merkiksi jo' },
202
+ { id: 3, startIndex: 65, selectedText: 'kiksi jokin' },
203
+ { id: 4, startIndex: 71, selectedText: 'jokin koulu' } // does NOT overlap with the first annotation
204
+ ]);
205
+ const annotationProps = {
206
+ annotations,
207
+ onClickAnnotation: () => { },
208
+ onSaveAnnotation: () => { }
209
+ };
210
+ const exam = (0, react_1.render)(react_2.default.createElement(Exam_1.default, { ...getExamProps(), ...annotationProps }));
211
+ expect(exam.container.querySelector('[data-annotation-id="1"]')).toBeInTheDocument();
212
+ expect(exam.container.querySelector('[data-annotation-id="1"] sup')).toBeInTheDocument();
213
+ expect((_a = exam.container.querySelector('[data-annotation-id="1"]')) === null || _a === void 0 ? void 0 : _a.textContent).toBe('esimerkiksi');
214
+ expect(exam.container.querySelector('[data-annotation-id="2"]')).toBeInTheDocument();
215
+ expect(exam.container.querySelector('[data-annotation-id="2"] sup')).not.toBeInTheDocument();
216
+ expect((_b = exam.container.querySelector('[data-annotation-id="2"]')) === null || _b === void 0 ? void 0 : _b.textContent).toBe('');
217
+ expect(exam.container.querySelector('[data-annotation-id="3"]')).toBeInTheDocument();
218
+ expect(exam.container.querySelector('[data-annotation-id="3"] sup')).not.toBeInTheDocument();
219
+ expect((_c = exam.container.querySelector('[data-annotation-id="2"]')) === null || _c === void 0 ? void 0 : _c.textContent).toBe('');
220
+ expect(exam.container.querySelector('[data-annotation-id="4"]')).toBeInTheDocument();
221
+ expect(exam.container.querySelector('[data-annotation-id="4"]')).toBeInTheDocument();
222
+ expect((_d = exam.container.querySelector('[data-annotation-id="4"]')) === null || _d === void 0 ? void 0 : _d.textContent).toBe('jokin koulu');
223
+ });
224
+ it('grading instructions can be annotated', async () => {
225
+ const gi = (0, react_1.render)(react_2.default.createElement(GradingInstructions_1.default, { ...getCommonProps(), annotations: [], onClickAnnotation: () => { }, onSaveAnnotation: () => { } }));
226
+ await annotateText(gi, defaultAnnotationAnchor);
227
+ expect(gi.getByTestId('e-popup')).toBeVisible();
228
+ });
229
+ it('attachments can be annotated', async () => {
230
+ const annotationAnchor_7_A = 'e:exam:0 > e:section:2 > e:question:7 > e:external-material:3 > e:attachment:0 > span:1 > p:3 > #text:0';
231
+ const gi = (0, react_1.render)(react_2.default.createElement(Attachments_1.default, { ...getCommonProps(), annotations: [], onClickAnnotation: () => { }, onSaveAnnotation: () => { } }));
232
+ await annotateText(gi, annotationAnchor_7_A);
233
+ expect(gi.getByTestId('e-popup')).toBeVisible();
234
+ });
235
+ function createAnnotations(annotations) {
236
+ const annotationsById = (0, lodash_1.groupBy)(annotations, 'id');
237
+ return Object.keys(annotationsById).map((id, index) => {
238
+ const annotationParts = annotationsById[id];
239
+ return {
240
+ annotationId: Number(id),
241
+ selectedText: annotations.map(a => a.selectedText).join(' '),
242
+ type: 'text',
243
+ displayNumber: '2',
244
+ hidden: annotationParts.some(a => a.hidden),
245
+ markNumber: index + 1,
246
+ annotationParts: annotationParts.map(p => ({
247
+ startIndex: p.startIndex,
248
+ length: p.selectedText.length,
249
+ annotationAnchor: defaultAnnotationAnchor,
250
+ selectedText: p.selectedText,
251
+ annotationId: Number(id)
252
+ }))
253
+ };
254
+ });
255
+ }
256
+ async function annotateText(exam, elementAnchor) {
257
+ const textElement = exam.getByTestId(elementAnchor);
258
+ const fullText = (textElement === null || textElement === void 0 ? void 0 : textElement.textContent) || '';
259
+ const annotationLength = fullText.length;
260
+ const text = fullText.substring(0, annotationLength);
261
+ mockWindowSelection(text, textElement, annotationLength);
262
+ await user_event_1.default.click(textElement);
263
+ }
264
+ function mockWindowSelection(text = 'mocked selection text', element, length) {
265
+ ;
266
+ window.getSelection.mockImplementation(() => ({
267
+ toString: () => text,
268
+ rangeCount: 1,
269
+ anchorNode: element.firstChild,
270
+ focusNode: element.firstChild,
271
+ getRangeAt: jest.fn().mockReturnValue({
272
+ startOffset: 0,
273
+ endOffset: length,
274
+ startContainer: element,
275
+ endContainer: element,
276
+ cloneContents: jest.fn().mockReturnValue({ children: [], childNodes: [] })
277
+ })
278
+ }));
279
+ }
280
+ function getCommonProps() {
281
+ return {
282
+ doc,
283
+ answers: [],
284
+ attachmentsURL: '/attachments',
285
+ resolveAttachment: (filename) => `/attachments/${encodeURIComponent(filename)}`
286
+ };
287
+ }
288
+ function getExamProps() {
289
+ const examProps = {
290
+ ...getCommonProps(),
291
+ casStatus: 'forbidden',
292
+ examServerApi: examServerApi_1.examServerApi,
293
+ restrictedAudioPlaybackStats: [],
294
+ studentName: '[Kokelaan Nimi]',
295
+ showUndoView: false,
296
+ undoViewProps: {
297
+ questionId: 0,
298
+ title: '',
299
+ close: () => undefined,
300
+ restoreAnswer: () => undefined
301
+ }
302
+ };
303
+ return examProps;
304
+ }
305
+ });
306
+ //# sourceMappingURL=annotations.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"annotations.test.js","sourceRoot":"","sources":["../../__tests__/annotations.test.tsx"],"names":[],"mappings":"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"}