@digabi/exam-engine-core 23.14.6-alpha.1 → 23.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (736) 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__/playwright/Annotations.test.d.ts +2 -0
  6. package/dist/__tests__/playwright/Annotations.test.d.ts.map +1 -0
  7. package/dist/__tests__/playwright/Annotations.test.js +169 -0
  8. package/dist/__tests__/playwright/Annotations.test.js.map +1 -0
  9. package/dist/__tests__/playwright/attachments/Attachments.test.d.ts +2 -0
  10. package/dist/__tests__/playwright/attachments/Attachments.test.d.ts.map +1 -0
  11. package/dist/__tests__/playwright/attachments/Attachments.test.js +30 -0
  12. package/dist/__tests__/playwright/attachments/Attachments.test.js.map +1 -0
  13. package/dist/__tests__/playwright/grading-instructions/GradingInstructions.test.d.ts +2 -0
  14. package/dist/__tests__/playwright/grading-instructions/GradingInstructions.test.d.ts.map +1 -0
  15. package/dist/__tests__/playwright/grading-instructions/GradingInstructions.test.js +30 -0
  16. package/dist/__tests__/playwright/grading-instructions/GradingInstructions.test.js.map +1 -0
  17. package/dist/__tests__/playwright/stories/Annotations.story.d.ts +15 -0
  18. package/dist/__tests__/playwright/stories/Annotations.story.d.ts.map +1 -0
  19. package/dist/__tests__/playwright/stories/Annotations.story.js +27 -0
  20. package/dist/__tests__/playwright/stories/Annotations.story.js.map +1 -0
  21. package/dist/__tests__/playwright/stories/attachments/Attachments.story.d.ts +13 -0
  22. package/dist/__tests__/playwright/stories/attachments/Attachments.story.d.ts.map +1 -0
  23. package/dist/__tests__/playwright/stories/attachments/Attachments.story.js +17 -0
  24. package/dist/__tests__/playwright/stories/attachments/Attachments.story.js.map +1 -0
  25. package/dist/__tests__/playwright/stories/grading-intructions/GradingInstructions.story.d.ts +13 -0
  26. package/dist/__tests__/playwright/stories/grading-intructions/GradingInstructions.story.d.ts.map +1 -0
  27. package/dist/__tests__/playwright/stories/grading-intructions/GradingInstructions.story.js +16 -0
  28. package/dist/__tests__/playwright/stories/grading-intructions/GradingInstructions.story.js.map +1 -0
  29. package/dist/__tests__/tsconfig.tsbuildinfo +1 -1
  30. package/dist/assets/NotoMono.ttf +0 -0
  31. package/dist/assets/NotoSans-Bold.ttf +0 -0
  32. package/dist/assets/NotoSans-BoldItalic.ttf +0 -0
  33. package/dist/assets/NotoSans-Italic.ttf +0 -0
  34. package/dist/assets/NotoSans-Light.ttf +0 -0
  35. package/dist/assets/NotoSans-LightItalic.ttf +0 -0
  36. package/dist/assets/NotoSans-Regular.ttf +0 -0
  37. package/dist/assets/NotoSans-SemiBold.ttf +0 -0
  38. package/dist/assets/NotoSans-SemiBoldItalic.ttf +0 -0
  39. package/dist/assets/closeButton.svg +1 -0
  40. package/dist/assets/collapse.svg +12 -0
  41. package/dist/assets/expand.svg +12 -0
  42. package/dist/assets/helpButton.svg +9 -0
  43. package/dist/assets/redoButton.svg +5 -0
  44. package/dist/assets/undoButton.svg +5 -0
  45. package/dist/components/exam/ExamineExam.d.ts +5 -0
  46. package/dist/components/exam/ExamineExam.d.ts.map +1 -0
  47. package/dist/components/exam/ExamineExam.js +20 -0
  48. package/dist/components/exam/ExamineExam.js.map +1 -0
  49. package/dist/components/exam/internal/ErrorIndicator.js +1 -1
  50. package/dist/components/exam/internal/ErrorIndicator.js.map +1 -1
  51. package/dist/components/grading/examAnnotationUtils.d.ts +3 -0
  52. package/dist/components/grading/examAnnotationUtils.d.ts.map +1 -0
  53. package/dist/components/grading/examAnnotationUtils.js +104 -0
  54. package/dist/components/grading/examAnnotationUtils.js.map +1 -0
  55. package/dist/components/results/AudioContainer.js +1 -1
  56. package/dist/components/results/AudioContainer.js.map +1 -1
  57. package/dist/components/shared/AnnotatableText.d.ts +5 -0
  58. package/dist/components/shared/AnnotatableText.d.ts.map +1 -0
  59. package/dist/components/shared/AnnotatableText.js +25 -0
  60. package/dist/components/shared/AnnotatableText.js.map +1 -0
  61. package/dist/components/shared/AnnotationMark.d.ts +9 -0
  62. package/dist/components/shared/AnnotationMark.d.ts.map +1 -0
  63. package/dist/components/shared/AnnotationMark.js +14 -0
  64. package/dist/components/shared/AnnotationMark.js.map +1 -0
  65. package/dist/components/shared/AnnotationPopup.d.ts +3 -0
  66. package/dist/components/shared/AnnotationPopup.d.ts.map +1 -0
  67. package/dist/components/shared/AnnotationPopup.js +21 -0
  68. package/dist/components/shared/AnnotationPopup.js.map +1 -0
  69. package/dist/components/shared/AnswerIndicator.js +1 -1
  70. package/dist/components/shared/AnswerIndicator.js.map +1 -1
  71. package/dist/components/shared/DNDTitleAndDroppable.js +1 -1
  72. package/dist/components/shared/DNDTitleAndDroppable.js.map +1 -1
  73. package/dist/components/shared/internal/AudioPlaybackError.d.ts +8 -0
  74. package/dist/components/shared/internal/AudioPlaybackError.d.ts.map +1 -0
  75. package/dist/components/shared/internal/AudioPlaybackError.js +17 -0
  76. package/dist/components/shared/internal/AudioPlaybackError.js.map +1 -0
  77. package/dist/components/shared/markText.d.ts +5 -0
  78. package/dist/components/shared/markText.d.ts.map +1 -0
  79. package/dist/components/shared/markText.js +72 -0
  80. package/dist/components/shared/markText.js.map +1 -0
  81. package/dist/components/surround.d.ts +8 -0
  82. package/dist/components/surround.d.ts.map +1 -0
  83. package/dist/components/surround.js +19 -0
  84. package/dist/components/surround.js.map +1 -0
  85. package/dist/main-bundle.js +13 -13
  86. package/dist/main.css +1 -1
  87. package/dist/src/components/AnswerToolbar.d.ts +18 -0
  88. package/dist/src/components/AnswerToolbar.d.ts.map +1 -0
  89. package/dist/src/components/AnswerToolbar.js +36 -0
  90. package/dist/src/components/AnswerToolbar.js.map +1 -0
  91. package/dist/src/components/AnsweringInstructions.d.ts +12 -0
  92. package/dist/src/components/AnsweringInstructions.d.ts.map +1 -0
  93. package/dist/src/components/AnsweringInstructions.js +24 -0
  94. package/dist/src/components/AnsweringInstructions.js.map +1 -0
  95. package/dist/src/components/DocumentTitle.d.ts +5 -0
  96. package/dist/src/components/DocumentTitle.d.ts.map +1 -0
  97. package/dist/src/components/DocumentTitle.js +13 -0
  98. package/dist/src/components/DocumentTitle.js.map +1 -0
  99. package/dist/src/components/NotificationIcon.d.ts +4 -0
  100. package/dist/src/components/NotificationIcon.d.ts.map +1 -0
  101. package/dist/src/components/NotificationIcon.js +6 -0
  102. package/dist/src/components/NotificationIcon.js.map +1 -0
  103. package/dist/src/components/RenderChildNodes.d.ts +5 -0
  104. package/dist/src/components/RenderChildNodes.d.ts.map +1 -0
  105. package/dist/src/components/RenderChildNodes.js +7 -0
  106. package/dist/src/components/RenderChildNodes.js.map +1 -0
  107. package/dist/src/components/RenderExamElements.d.ts +6 -0
  108. package/dist/src/components/RenderExamElements.d.ts.map +1 -0
  109. package/dist/src/components/RenderExamElements.js +6 -0
  110. package/dist/src/components/RenderExamElements.js.map +1 -0
  111. package/dist/src/components/RenderIf.d.ts +4 -0
  112. package/dist/src/components/RenderIf.d.ts.map +1 -0
  113. package/dist/src/components/RenderIf.js +8 -0
  114. package/dist/src/components/RenderIf.js.map +1 -0
  115. package/dist/src/components/ScreenReaderOnly.d.ts +5 -0
  116. package/dist/src/components/ScreenReaderOnly.d.ts.map +1 -0
  117. package/dist/src/components/ScreenReaderOnly.js +3 -0
  118. package/dist/src/components/ScreenReaderOnly.js.map +1 -0
  119. package/dist/src/components/SectionElement.d.ts +4 -0
  120. package/dist/src/components/SectionElement.d.ts.map +1 -0
  121. package/dist/src/components/SectionElement.js +8 -0
  122. package/dist/src/components/SectionElement.js.map +1 -0
  123. package/dist/src/components/attachments/Attachment.d.ts +4 -0
  124. package/dist/src/components/attachments/Attachment.d.ts.map +1 -0
  125. package/dist/src/components/attachments/Attachment.js +8 -0
  126. package/dist/src/components/attachments/Attachment.js.map +1 -0
  127. package/dist/src/components/attachments/AttachmentTitle.d.ts +6 -0
  128. package/dist/src/components/attachments/AttachmentTitle.d.ts.map +1 -0
  129. package/dist/src/components/attachments/AttachmentTitle.js +12 -0
  130. package/dist/src/components/attachments/AttachmentTitle.js.map +1 -0
  131. package/dist/src/components/attachments/Attachments.d.ts +5 -0
  132. package/dist/src/components/attachments/Attachments.d.ts.map +1 -0
  133. package/dist/src/components/attachments/Attachments.js +55 -0
  134. package/dist/src/components/attachments/Attachments.js.map +1 -0
  135. package/dist/src/components/attachments/ExternalMaterial.d.ts +9 -0
  136. package/dist/src/components/attachments/ExternalMaterial.d.ts.map +1 -0
  137. package/dist/src/components/attachments/ExternalMaterial.js +46 -0
  138. package/dist/src/components/attachments/ExternalMaterial.js.map +1 -0
  139. package/dist/src/components/attachments/Question.d.ts +4 -0
  140. package/dist/src/components/attachments/Question.d.ts.map +1 -0
  141. package/dist/src/components/attachments/Question.js +16 -0
  142. package/dist/src/components/attachments/Question.js.map +1 -0
  143. package/dist/src/components/attachments/QuestionTitle.d.ts +6 -0
  144. package/dist/src/components/attachments/QuestionTitle.d.ts.map +1 -0
  145. package/dist/src/components/attachments/QuestionTitle.js +15 -0
  146. package/dist/src/components/attachments/QuestionTitle.js.map +1 -0
  147. package/dist/src/components/context/AnnotationProvider.d.ts +16 -0
  148. package/dist/src/components/context/AnnotationProvider.d.ts.map +1 -0
  149. package/dist/src/components/context/AnnotationProvider.js +35 -0
  150. package/dist/src/components/context/AnnotationProvider.js.map +1 -0
  151. package/dist/src/components/context/AttachmentContext.d.ts +13 -0
  152. package/dist/src/components/context/AttachmentContext.d.ts.map +1 -0
  153. package/dist/src/components/context/AttachmentContext.js +12 -0
  154. package/dist/src/components/context/AttachmentContext.js.map +1 -0
  155. package/dist/src/components/context/CommonExamContext.d.ts +22 -0
  156. package/dist/src/components/context/CommonExamContext.d.ts.map +1 -0
  157. package/dist/src/components/context/CommonExamContext.js +28 -0
  158. package/dist/src/components/context/CommonExamContext.js.map +1 -0
  159. package/dist/src/components/context/ExamContext.d.ts +9 -0
  160. package/dist/src/components/context/ExamContext.d.ts.map +1 -0
  161. package/dist/src/components/context/ExamContext.js +11 -0
  162. package/dist/src/components/context/ExamContext.js.map +1 -0
  163. package/dist/src/components/context/IsInSidebarContext.d.ts +6 -0
  164. package/dist/src/components/context/IsInSidebarContext.d.ts.map +1 -0
  165. package/dist/src/components/context/IsInSidebarContext.js +3 -0
  166. package/dist/src/components/context/IsInSidebarContext.js.map +1 -0
  167. package/dist/src/components/context/QuestionContext.d.ts +14 -0
  168. package/dist/src/components/context/QuestionContext.d.ts.map +1 -0
  169. package/dist/src/components/context/QuestionContext.js +27 -0
  170. package/dist/src/components/context/QuestionContext.js.map +1 -0
  171. package/dist/src/components/context/ResultsContext.d.ts +17 -0
  172. package/dist/src/components/context/ResultsContext.d.ts.map +1 -0
  173. package/dist/src/components/context/ResultsContext.js +69 -0
  174. package/dist/src/components/context/ResultsContext.js.map +1 -0
  175. package/dist/src/components/context/SectionContext.d.ts +12 -0
  176. package/dist/src/components/context/SectionContext.d.ts.map +1 -0
  177. package/dist/src/components/context/SectionContext.js +21 -0
  178. package/dist/src/components/context/SectionContext.js.map +1 -0
  179. package/dist/src/components/context/TOCContext.d.ts +7 -0
  180. package/dist/src/components/context/TOCContext.d.ts.map +1 -0
  181. package/dist/src/components/context/TOCContext.js +3 -0
  182. package/dist/src/components/context/TOCContext.js.map +1 -0
  183. package/dist/src/components/context/withContext.d.ts +3 -0
  184. package/dist/src/components/context/withContext.d.ts.map +1 -0
  185. package/dist/src/components/context/withContext.js +12 -0
  186. package/dist/src/components/context/withContext.js.map +1 -0
  187. package/dist/src/components/exam/Attachment.d.ts +4 -0
  188. package/dist/src/components/exam/Attachment.d.ts.map +1 -0
  189. package/dist/src/components/exam/Attachment.js +8 -0
  190. package/dist/src/components/exam/Attachment.js.map +1 -0
  191. package/dist/src/components/exam/ChoiceAnswer.d.ts +5 -0
  192. package/dist/src/components/exam/ChoiceAnswer.d.ts.map +1 -0
  193. package/dist/src/components/exam/ChoiceAnswer.js +53 -0
  194. package/dist/src/components/exam/ChoiceAnswer.js.map +1 -0
  195. package/dist/src/components/exam/DropdownAnswer.d.ts +5 -0
  196. package/dist/src/components/exam/DropdownAnswer.d.ts.map +1 -0
  197. package/dist/src/components/exam/DropdownAnswer.js +101 -0
  198. package/dist/src/components/exam/DropdownAnswer.js.map +1 -0
  199. package/dist/src/components/exam/Exam.d.ts +48 -0
  200. package/dist/src/components/exam/Exam.d.ts.map +1 -0
  201. package/dist/src/components/exam/Exam.js +195 -0
  202. package/dist/src/components/exam/Exam.js.map +1 -0
  203. package/dist/src/components/exam/ExamFooter.d.ts +6 -0
  204. package/dist/src/components/exam/ExamFooter.d.ts.map +1 -0
  205. package/dist/src/components/exam/ExamFooter.js +6 -0
  206. package/dist/src/components/exam/ExamFooter.js.map +1 -0
  207. package/dist/src/components/exam/ExamInstruction.d.ts +6 -0
  208. package/dist/src/components/exam/ExamInstruction.d.ts.map +1 -0
  209. package/dist/src/components/exam/ExamInstruction.js +6 -0
  210. package/dist/src/components/exam/ExamInstruction.js.map +1 -0
  211. package/dist/src/components/exam/ExternalMaterial.d.ts +10 -0
  212. package/dist/src/components/exam/ExternalMaterial.d.ts.map +1 -0
  213. package/dist/src/components/exam/ExternalMaterial.js +33 -0
  214. package/dist/src/components/exam/ExternalMaterial.js.map +1 -0
  215. package/dist/src/components/exam/GoToExamineAnswersButton.d.ts +5 -0
  216. package/dist/src/components/exam/GoToExamineAnswersButton.d.ts.map +1 -0
  217. package/dist/src/components/exam/GoToExamineAnswersButton.js +18 -0
  218. package/dist/src/components/exam/GoToExamineAnswersButton.js.map +1 -0
  219. package/dist/src/components/exam/Hints.d.ts +5 -0
  220. package/dist/src/components/exam/Hints.d.ts.map +1 -0
  221. package/dist/src/components/exam/Hints.js +31 -0
  222. package/dist/src/components/exam/Hints.js.map +1 -0
  223. package/dist/src/components/exam/Question.d.ts +8 -0
  224. package/dist/src/components/exam/Question.d.ts.map +1 -0
  225. package/dist/src/components/exam/Question.js +75 -0
  226. package/dist/src/components/exam/Question.js.map +1 -0
  227. package/dist/src/components/exam/QuestionInstruction.d.ts +6 -0
  228. package/dist/src/components/exam/QuestionInstruction.d.ts.map +1 -0
  229. package/dist/src/components/exam/QuestionInstruction.js +8 -0
  230. package/dist/src/components/exam/QuestionInstruction.js.map +1 -0
  231. package/dist/src/components/exam/QuestionTitle.d.ts +5 -0
  232. package/dist/src/components/exam/QuestionTitle.d.ts.map +1 -0
  233. package/dist/src/components/exam/QuestionTitle.js +26 -0
  234. package/dist/src/components/exam/QuestionTitle.js.map +1 -0
  235. package/dist/src/components/exam/RichTextAnswer.d.ts +41 -0
  236. package/dist/src/components/exam/RichTextAnswer.d.ts.map +1 -0
  237. package/dist/src/components/exam/RichTextAnswer.js +79 -0
  238. package/dist/src/components/exam/RichTextAnswer.js.map +1 -0
  239. package/dist/src/components/exam/Section.d.ts +4 -0
  240. package/dist/src/components/exam/Section.d.ts.map +1 -0
  241. package/dist/src/components/exam/Section.js +49 -0
  242. package/dist/src/components/exam/Section.js.map +1 -0
  243. package/dist/src/components/exam/SectionInstruction.d.ts +6 -0
  244. package/dist/src/components/exam/SectionInstruction.d.ts.map +1 -0
  245. package/dist/src/components/exam/SectionInstruction.js +6 -0
  246. package/dist/src/components/exam/SectionInstruction.js.map +1 -0
  247. package/dist/src/components/exam/SectionTitle.d.ts +6 -0
  248. package/dist/src/components/exam/SectionTitle.d.ts.map +1 -0
  249. package/dist/src/components/exam/SectionTitle.js +30 -0
  250. package/dist/src/components/exam/SectionTitle.js.map +1 -0
  251. package/dist/src/components/exam/StudentNameHeader.d.ts +8 -0
  252. package/dist/src/components/exam/StudentNameHeader.d.ts.map +1 -0
  253. package/dist/src/components/exam/StudentNameHeader.js +3 -0
  254. package/dist/src/components/exam/StudentNameHeader.js.map +1 -0
  255. package/dist/src/components/exam/TextAnswer.d.ts +6 -0
  256. package/dist/src/components/exam/TextAnswer.d.ts.map +1 -0
  257. package/dist/src/components/exam/TextAnswer.js +20 -0
  258. package/dist/src/components/exam/TextAnswer.js.map +1 -0
  259. package/dist/src/components/exam/UndoHistoryEntry.d.ts +19 -0
  260. package/dist/src/components/exam/UndoHistoryEntry.d.ts.map +1 -0
  261. package/dist/src/components/exam/UndoHistoryEntry.js +39 -0
  262. package/dist/src/components/exam/UndoHistoryEntry.js.map +1 -0
  263. package/dist/src/components/exam/UndoView.d.ts +35 -0
  264. package/dist/src/components/exam/UndoView.d.ts.map +1 -0
  265. package/dist/src/components/exam/UndoView.js +162 -0
  266. package/dist/src/components/exam/UndoView.js.map +1 -0
  267. package/dist/src/components/exam/internal/ErrorIndicator.d.ts +9 -0
  268. package/dist/src/components/exam/internal/ErrorIndicator.d.ts.map +1 -0
  269. package/dist/src/components/exam/internal/ErrorIndicator.js +63 -0
  270. package/dist/src/components/exam/internal/ErrorIndicator.js.map +1 -0
  271. package/dist/src/components/exam/internal/ProgressBar.d.ts +8 -0
  272. package/dist/src/components/exam/internal/ProgressBar.d.ts.map +1 -0
  273. package/dist/src/components/exam/internal/ProgressBar.js +19 -0
  274. package/dist/src/components/exam/internal/ProgressBar.js.map +1 -0
  275. package/dist/src/components/exam/internal/SaveIndicator.d.ts +5 -0
  276. package/dist/src/components/exam/internal/SaveIndicator.d.ts.map +1 -0
  277. package/dist/src/components/exam/internal/SaveIndicator.js +16 -0
  278. package/dist/src/components/exam/internal/SaveIndicator.js.map +1 -0
  279. package/dist/src/components/exam/internal/TextAnswerInput.d.ts +6 -0
  280. package/dist/src/components/exam/internal/TextAnswerInput.d.ts.map +1 -0
  281. package/dist/src/components/exam/internal/TextAnswerInput.js +128 -0
  282. package/dist/src/components/exam/internal/TextAnswerInput.js.map +1 -0
  283. package/dist/src/components/grading/AnswerCharacterCounter.d.ts +6 -0
  284. package/dist/src/components/grading/AnswerCharacterCounter.d.ts.map +1 -0
  285. package/dist/src/components/grading/AnswerCharacterCounter.js +21 -0
  286. package/dist/src/components/grading/AnswerCharacterCounter.js.map +1 -0
  287. package/dist/src/components/grading/GradingAnswer.d.ts +24 -0
  288. package/dist/src/components/grading/GradingAnswer.d.ts.map +1 -0
  289. package/dist/src/components/grading/GradingAnswer.js +306 -0
  290. package/dist/src/components/grading/GradingAnswer.js.map +1 -0
  291. package/dist/src/components/grading/GradingAnswerAnnotationList.d.ts +9 -0
  292. package/dist/src/components/grading/GradingAnswerAnnotationList.d.ts.map +1 -0
  293. package/dist/src/components/grading/GradingAnswerAnnotationList.js +19 -0
  294. package/dist/src/components/grading/GradingAnswerAnnotationList.js.map +1 -0
  295. package/dist/src/components/grading/editAnnotations.d.ts +29 -0
  296. package/dist/src/components/grading/editAnnotations.d.ts.map +1 -0
  297. package/dist/src/components/grading/editAnnotations.js +190 -0
  298. package/dist/src/components/grading/editAnnotations.js.map +1 -0
  299. package/dist/src/components/grading/examAnnotationUtils.d.ts +3 -0
  300. package/dist/src/components/grading/examAnnotationUtils.d.ts.map +1 -0
  301. package/dist/src/components/grading/examAnnotationUtils.js +44 -0
  302. package/dist/src/components/grading/examAnnotationUtils.js.map +1 -0
  303. package/dist/src/components/grading/largeImageDetector.d.ts +3 -0
  304. package/dist/src/components/grading/largeImageDetector.d.ts.map +1 -0
  305. package/dist/src/components/grading/largeImageDetector.js +45 -0
  306. package/dist/src/components/grading/largeImageDetector.js.map +1 -0
  307. package/dist/src/components/grading-instructions/AnswerGradingInstruction.d.ts +5 -0
  308. package/dist/src/components/grading-instructions/AnswerGradingInstruction.d.ts.map +1 -0
  309. package/dist/src/components/grading-instructions/AnswerGradingInstruction.js +4 -0
  310. package/dist/src/components/grading-instructions/AnswerGradingInstruction.js.map +1 -0
  311. package/dist/src/components/grading-instructions/AutogradedAnswer.d.ts +5 -0
  312. package/dist/src/components/grading-instructions/AutogradedAnswer.d.ts.map +1 -0
  313. package/dist/src/components/grading-instructions/AutogradedAnswer.js +34 -0
  314. package/dist/src/components/grading-instructions/AutogradedAnswer.js.map +1 -0
  315. package/dist/src/components/grading-instructions/AutogradedAnswerOption.d.ts +5 -0
  316. package/dist/src/components/grading-instructions/AutogradedAnswerOption.d.ts.map +1 -0
  317. package/dist/src/components/grading-instructions/AutogradedAnswerOption.js +17 -0
  318. package/dist/src/components/grading-instructions/AutogradedAnswerOption.js.map +1 -0
  319. package/dist/src/components/grading-instructions/ExamGradingInstruction.d.ts +5 -0
  320. package/dist/src/components/grading-instructions/ExamGradingInstruction.d.ts.map +1 -0
  321. package/dist/src/components/grading-instructions/ExamGradingInstruction.js +4 -0
  322. package/dist/src/components/grading-instructions/ExamGradingInstruction.js.map +1 -0
  323. package/dist/src/components/grading-instructions/GradingInstructions.d.ts +6 -0
  324. package/dist/src/components/grading-instructions/GradingInstructions.d.ts.map +1 -0
  325. package/dist/src/components/grading-instructions/GradingInstructions.js +109 -0
  326. package/dist/src/components/grading-instructions/GradingInstructions.js.map +1 -0
  327. package/dist/src/components/grading-instructions/Question.d.ts +4 -0
  328. package/dist/src/components/grading-instructions/Question.d.ts.map +1 -0
  329. package/dist/src/components/grading-instructions/Question.js +14 -0
  330. package/dist/src/components/grading-instructions/Question.js.map +1 -0
  331. package/dist/src/components/grading-instructions/QuestionTitle.d.ts +5 -0
  332. package/dist/src/components/grading-instructions/QuestionTitle.d.ts.map +1 -0
  333. package/dist/src/components/grading-instructions/QuestionTitle.js +19 -0
  334. package/dist/src/components/grading-instructions/QuestionTitle.js.map +1 -0
  335. package/dist/src/components/grading-instructions/Recording.d.ts +5 -0
  336. package/dist/src/components/grading-instructions/Recording.d.ts.map +1 -0
  337. package/dist/src/components/grading-instructions/Recording.js +19 -0
  338. package/dist/src/components/grading-instructions/Recording.js.map +1 -0
  339. package/dist/src/components/grading-instructions/Section.d.ts +4 -0
  340. package/dist/src/components/grading-instructions/Section.d.ts.map +1 -0
  341. package/dist/src/components/grading-instructions/Section.js +10 -0
  342. package/dist/src/components/grading-instructions/Section.js.map +1 -0
  343. package/dist/src/components/grading-instructions/SectionTitle.d.ts +5 -0
  344. package/dist/src/components/grading-instructions/SectionTitle.d.ts.map +1 -0
  345. package/dist/src/components/grading-instructions/SectionTitle.js +16 -0
  346. package/dist/src/components/grading-instructions/SectionTitle.js.map +1 -0
  347. package/dist/src/components/results/ChoiceAnswer.d.ts +6 -0
  348. package/dist/src/components/results/ChoiceAnswer.d.ts.map +1 -0
  349. package/dist/src/components/results/ChoiceAnswer.js +57 -0
  350. package/dist/src/components/results/ChoiceAnswer.js.map +1 -0
  351. package/dist/src/components/results/DropdownAnswer.d.ts +6 -0
  352. package/dist/src/components/results/DropdownAnswer.d.ts.map +1 -0
  353. package/dist/src/components/results/DropdownAnswer.js +43 -0
  354. package/dist/src/components/results/DropdownAnswer.js.map +1 -0
  355. package/dist/src/components/results/EndExamSession.d.ts +8 -0
  356. package/dist/src/components/results/EndExamSession.d.ts.map +1 -0
  357. package/dist/src/components/results/EndExamSession.js +20 -0
  358. package/dist/src/components/results/EndExamSession.js.map +1 -0
  359. package/dist/src/components/results/MultiLineAnswer.d.ts +8 -0
  360. package/dist/src/components/results/MultiLineAnswer.d.ts.map +1 -0
  361. package/dist/src/components/results/MultiLineAnswer.js +22 -0
  362. package/dist/src/components/results/MultiLineAnswer.js.map +1 -0
  363. package/dist/src/components/results/Question.d.ts +4 -0
  364. package/dist/src/components/results/Question.d.ts.map +1 -0
  365. package/dist/src/components/results/Question.js +31 -0
  366. package/dist/src/components/results/Question.js.map +1 -0
  367. package/dist/src/components/results/QuestionTitle.d.ts +6 -0
  368. package/dist/src/components/results/QuestionTitle.d.ts.map +1 -0
  369. package/dist/src/components/results/QuestionTitle.js +26 -0
  370. package/dist/src/components/results/QuestionTitle.js.map +1 -0
  371. package/dist/src/components/results/Results.d.ts +19 -0
  372. package/dist/src/components/results/Results.d.ts.map +1 -0
  373. package/dist/src/components/results/Results.js +136 -0
  374. package/dist/src/components/results/Results.js.map +1 -0
  375. package/dist/src/components/results/ScoredTextAnswer.d.ts +6 -0
  376. package/dist/src/components/results/ScoredTextAnswer.d.ts.map +1 -0
  377. package/dist/src/components/results/ScoredTextAnswer.js +22 -0
  378. package/dist/src/components/results/ScoredTextAnswer.js.map +1 -0
  379. package/dist/src/components/results/Section.d.ts +4 -0
  380. package/dist/src/components/results/Section.d.ts.map +1 -0
  381. package/dist/src/components/results/Section.js +11 -0
  382. package/dist/src/components/results/Section.js.map +1 -0
  383. package/dist/src/components/results/SingleLineAnswer.d.ts +12 -0
  384. package/dist/src/components/results/SingleLineAnswer.d.ts.map +1 -0
  385. package/dist/src/components/results/SingleLineAnswer.js +26 -0
  386. package/dist/src/components/results/SingleLineAnswer.js.map +1 -0
  387. package/dist/src/components/results/TextAnswer.d.ts +7 -0
  388. package/dist/src/components/results/TextAnswer.d.ts.map +1 -0
  389. package/dist/src/components/results/TextAnswer.js +48 -0
  390. package/dist/src/components/results/TextAnswer.js.map +1 -0
  391. package/dist/src/components/results/internal/AnnotationList.d.ts +5 -0
  392. package/dist/src/components/results/internal/AnnotationList.d.ts.map +1 -0
  393. package/dist/src/components/results/internal/AnnotationList.js +32 -0
  394. package/dist/src/components/results/internal/AnnotationList.js.map +1 -0
  395. package/dist/src/components/results/internal/QuestionAutoScore.d.ts +11 -0
  396. package/dist/src/components/results/internal/QuestionAutoScore.d.ts.map +1 -0
  397. package/dist/src/components/results/internal/QuestionAutoScore.js +17 -0
  398. package/dist/src/components/results/internal/QuestionAutoScore.js.map +1 -0
  399. package/dist/src/components/results/internal/QuestionManualScore.d.ts +13 -0
  400. package/dist/src/components/results/internal/QuestionManualScore.d.ts.map +1 -0
  401. package/dist/src/components/results/internal/QuestionManualScore.js +66 -0
  402. package/dist/src/components/results/internal/QuestionManualScore.js.map +1 -0
  403. package/dist/src/components/results/internal/QuestionScoresContainer.d.ts +11 -0
  404. package/dist/src/components/results/internal/QuestionScoresContainer.d.ts.map +1 -0
  405. package/dist/src/components/results/internal/QuestionScoresContainer.js +27 -0
  406. package/dist/src/components/results/internal/QuestionScoresContainer.js.map +1 -0
  407. package/dist/src/components/results/isExamineExamPageHook.d.ts +2 -0
  408. package/dist/src/components/results/isExamineExamPageHook.d.ts.map +1 -0
  409. package/dist/src/components/results/isExamineExamPageHook.js +7 -0
  410. package/dist/src/components/results/isExamineExamPageHook.js.map +1 -0
  411. package/dist/src/components/shared/AnnotatableText.d.ts +5 -0
  412. package/dist/src/components/shared/AnnotatableText.d.ts.map +1 -0
  413. package/dist/src/components/shared/AnnotatableText.js +73 -0
  414. package/dist/src/components/shared/AnnotatableText.js.map +1 -0
  415. package/dist/src/components/shared/AnnotationLists.d.ts +13 -0
  416. package/dist/src/components/shared/AnnotationLists.d.ts.map +1 -0
  417. package/dist/src/components/shared/AnnotationLists.js +17 -0
  418. package/dist/src/components/shared/AnnotationLists.js.map +1 -0
  419. package/dist/src/components/shared/AnnotationPopup.d.ts +3 -0
  420. package/dist/src/components/shared/AnnotationPopup.d.ts.map +1 -0
  421. package/dist/src/components/shared/AnnotationPopup.js +74 -0
  422. package/dist/src/components/shared/AnnotationPopup.js.map +1 -0
  423. package/dist/src/components/shared/AnswerIndicator.d.ts +12 -0
  424. package/dist/src/components/shared/AnswerIndicator.d.ts.map +1 -0
  425. package/dist/src/components/shared/AnswerIndicator.js +27 -0
  426. package/dist/src/components/shared/AnswerIndicator.js.map +1 -0
  427. package/dist/src/components/shared/AnswerLengthInfo.d.ts +7 -0
  428. package/dist/src/components/shared/AnswerLengthInfo.d.ts.map +1 -0
  429. package/dist/src/components/shared/AnswerLengthInfo.js +11 -0
  430. package/dist/src/components/shared/AnswerLengthInfo.js.map +1 -0
  431. package/dist/src/components/shared/AttachmentLink.d.ts +5 -0
  432. package/dist/src/components/shared/AttachmentLink.d.ts.map +1 -0
  433. package/dist/src/components/shared/AttachmentLink.js +28 -0
  434. package/dist/src/components/shared/AttachmentLink.js.map +1 -0
  435. package/dist/src/components/shared/AttachmentLinks.d.ts +5 -0
  436. package/dist/src/components/shared/AttachmentLinks.d.ts.map +1 -0
  437. package/dist/src/components/shared/AttachmentLinks.js +58 -0
  438. package/dist/src/components/shared/AttachmentLinks.js.map +1 -0
  439. package/dist/src/components/shared/Audio.d.ts +6 -0
  440. package/dist/src/components/shared/Audio.d.ts.map +1 -0
  441. package/dist/src/components/shared/Audio.js +31 -0
  442. package/dist/src/components/shared/Audio.js.map +1 -0
  443. package/dist/src/components/shared/AudioGroup.d.ts +6 -0
  444. package/dist/src/components/shared/AudioGroup.d.ts.map +1 -0
  445. package/dist/src/components/shared/AudioGroup.js +9 -0
  446. package/dist/src/components/shared/AudioGroup.js.map +1 -0
  447. package/dist/src/components/shared/AudioTest.d.ts +6 -0
  448. package/dist/src/components/shared/AudioTest.d.ts.map +1 -0
  449. package/dist/src/components/shared/AudioTest.js +34 -0
  450. package/dist/src/components/shared/AudioTest.js.map +1 -0
  451. package/dist/src/components/shared/ExamTranslation.d.ts +6 -0
  452. package/dist/src/components/shared/ExamTranslation.d.ts.map +1 -0
  453. package/dist/src/components/shared/ExamTranslation.js +9 -0
  454. package/dist/src/components/shared/ExamTranslation.js.map +1 -0
  455. package/dist/src/components/shared/File.d.ts +6 -0
  456. package/dist/src/components/shared/File.d.ts.map +1 -0
  457. package/dist/src/components/shared/File.js +15 -0
  458. package/dist/src/components/shared/File.js.map +1 -0
  459. package/dist/src/components/shared/Footer.d.ts +5 -0
  460. package/dist/src/components/shared/Footer.d.ts.map +1 -0
  461. package/dist/src/components/shared/Footer.js +3 -0
  462. package/dist/src/components/shared/Footer.js.map +1 -0
  463. package/dist/src/components/shared/Formula.d.ts +6 -0
  464. package/dist/src/components/shared/Formula.d.ts.map +1 -0
  465. package/dist/src/components/shared/Formula.js +13 -0
  466. package/dist/src/components/shared/Formula.js.map +1 -0
  467. package/dist/src/components/shared/Image.d.ts +6 -0
  468. package/dist/src/components/shared/Image.d.ts.map +1 -0
  469. package/dist/src/components/shared/Image.js +30 -0
  470. package/dist/src/components/shared/Image.js.map +1 -0
  471. package/dist/src/components/shared/ImageOverlay.d.ts +6 -0
  472. package/dist/src/components/shared/ImageOverlay.d.ts.map +1 -0
  473. package/dist/src/components/shared/ImageOverlay.js +43 -0
  474. package/dist/src/components/shared/ImageOverlay.js.map +1 -0
  475. package/dist/src/components/shared/QuestionNumber.d.ts +4 -0
  476. package/dist/src/components/shared/QuestionNumber.d.ts.map +1 -0
  477. package/dist/src/components/shared/QuestionNumber.js +12 -0
  478. package/dist/src/components/shared/QuestionNumber.js.map +1 -0
  479. package/dist/src/components/shared/Reference.d.ts +6 -0
  480. package/dist/src/components/shared/Reference.d.ts.map +1 -0
  481. package/dist/src/components/shared/Reference.js +72 -0
  482. package/dist/src/components/shared/Reference.js.map +1 -0
  483. package/dist/src/components/shared/References.d.ts +6 -0
  484. package/dist/src/components/shared/References.d.ts.map +1 -0
  485. package/dist/src/components/shared/References.js +26 -0
  486. package/dist/src/components/shared/References.js.map +1 -0
  487. package/dist/src/components/shared/Score.d.ts +8 -0
  488. package/dist/src/components/shared/Score.d.ts.map +1 -0
  489. package/dist/src/components/shared/Score.js +13 -0
  490. package/dist/src/components/shared/Score.js.map +1 -0
  491. package/dist/src/components/shared/TOCQuestion.d.ts +4 -0
  492. package/dist/src/components/shared/TOCQuestion.d.ts.map +1 -0
  493. package/dist/src/components/shared/TOCQuestion.js +77 -0
  494. package/dist/src/components/shared/TOCQuestion.js.map +1 -0
  495. package/dist/src/components/shared/TOCSection.d.ts +7 -0
  496. package/dist/src/components/shared/TOCSection.d.ts.map +1 -0
  497. package/dist/src/components/shared/TOCSection.js +15 -0
  498. package/dist/src/components/shared/TOCSection.js.map +1 -0
  499. package/dist/src/components/shared/TOCSectionTitle.d.ts +4 -0
  500. package/dist/src/components/shared/TOCSectionTitle.d.ts.map +1 -0
  501. package/dist/src/components/shared/TOCSectionTitle.js +34 -0
  502. package/dist/src/components/shared/TOCSectionTitle.js.map +1 -0
  503. package/dist/src/components/shared/TableOfContents.d.ts +8 -0
  504. package/dist/src/components/shared/TableOfContents.d.ts.map +1 -0
  505. package/dist/src/components/shared/TableOfContents.js +61 -0
  506. package/dist/src/components/shared/TableOfContents.js.map +1 -0
  507. package/dist/src/components/shared/VersionNumber.d.ts +3 -0
  508. package/dist/src/components/shared/VersionNumber.d.ts.map +1 -0
  509. package/dist/src/components/shared/VersionNumber.js +10 -0
  510. package/dist/src/components/shared/VersionNumber.js.map +1 -0
  511. package/dist/src/components/shared/Video.d.ts +6 -0
  512. package/dist/src/components/shared/Video.d.ts.map +1 -0
  513. package/dist/src/components/shared/Video.js +22 -0
  514. package/dist/src/components/shared/Video.js.map +1 -0
  515. package/dist/src/components/shared/internal/AttachmentLinkAnchor.d.ts +8 -0
  516. package/dist/src/components/shared/internal/AttachmentLinkAnchor.d.ts.map +1 -0
  517. package/dist/src/components/shared/internal/AttachmentLinkAnchor.js +4 -0
  518. package/dist/src/components/shared/internal/AttachmentLinkAnchor.js.map +1 -0
  519. package/dist/src/components/shared/internal/AudioPlaybackError.d.ts +8 -0
  520. package/dist/src/components/shared/internal/AudioPlaybackError.d.ts.map +1 -0
  521. package/dist/src/components/shared/internal/AudioPlaybackError.js +17 -0
  522. package/dist/src/components/shared/internal/AudioPlaybackError.js.map +1 -0
  523. package/dist/src/components/shared/internal/ResponsiveMediaContainer.d.ts +18 -0
  524. package/dist/src/components/shared/internal/ResponsiveMediaContainer.d.ts.map +1 -0
  525. package/dist/src/components/shared/internal/ResponsiveMediaContainer.js +21 -0
  526. package/dist/src/components/shared/internal/ResponsiveMediaContainer.js.map +1 -0
  527. package/dist/src/components/shared/internal/RestrictedAudioPlayer.d.ts +12 -0
  528. package/dist/src/components/shared/internal/RestrictedAudioPlayer.d.ts.map +1 -0
  529. package/dist/src/components/shared/internal/RestrictedAudioPlayer.js +46 -0
  530. package/dist/src/components/shared/internal/RestrictedAudioPlayer.js.map +1 -0
  531. package/dist/src/components/surround.d.ts +8 -0
  532. package/dist/src/components/surround.d.ts.map +1 -0
  533. package/dist/src/components/surround.js +19 -0
  534. package/dist/src/components/surround.js.map +1 -0
  535. package/dist/src/createRenderChildNodes.d.ts +17 -0
  536. package/dist/src/createRenderChildNodes.d.ts.map +1 -0
  537. package/dist/src/createRenderChildNodes.js +64 -0
  538. package/dist/src/createRenderChildNodes.js.map +1 -0
  539. package/dist/src/dom-utils.d.ts +20 -0
  540. package/dist/src/dom-utils.d.ts.map +1 -0
  541. package/dist/src/dom-utils.js +164 -0
  542. package/dist/src/dom-utils.js.map +1 -0
  543. package/dist/src/fonts.d.ts +5 -0
  544. package/dist/src/fonts.d.ts.map +1 -0
  545. package/dist/src/fonts.js +16 -0
  546. package/dist/src/fonts.js.map +1 -0
  547. package/dist/src/formatting.d.ts +2 -0
  548. package/dist/src/formatting.d.ts.map +1 -0
  549. package/dist/src/formatting.js +4 -0
  550. package/dist/src/formatting.js.map +1 -0
  551. package/dist/src/getDisplayName.d.ts +4 -0
  552. package/dist/src/getDisplayName.d.ts.map +1 -0
  553. package/dist/src/getDisplayName.js +5 -0
  554. package/dist/src/getDisplayName.js.map +1 -0
  555. package/dist/src/i18n/A_E.d.ts +3 -0
  556. package/dist/src/i18n/A_E.d.ts.map +1 -0
  557. package/dist/src/i18n/A_E.js +8 -0
  558. package/dist/src/i18n/A_E.js.map +1 -0
  559. package/dist/src/i18n/BA.d.ts +3 -0
  560. package/dist/src/i18n/BA.d.ts.map +1 -0
  561. package/dist/src/i18n/BA.js +11 -0
  562. package/dist/src/i18n/BA.js.map +1 -0
  563. package/dist/src/i18n/CA.d.ts +3 -0
  564. package/dist/src/i18n/CA.d.ts.map +1 -0
  565. package/dist/src/i18n/CA.js +11 -0
  566. package/dist/src/i18n/CA.js.map +1 -0
  567. package/dist/src/i18n/EA.d.ts +3 -0
  568. package/dist/src/i18n/EA.d.ts.map +1 -0
  569. package/dist/src/i18n/EA.js +16 -0
  570. package/dist/src/i18n/EA.js.map +1 -0
  571. package/dist/src/i18n/FA.d.ts +3 -0
  572. package/dist/src/i18n/FA.d.ts.map +1 -0
  573. package/dist/src/i18n/FA.js +17 -0
  574. package/dist/src/i18n/FA.js.map +1 -0
  575. package/dist/src/i18n/GC.d.ts +3 -0
  576. package/dist/src/i18n/GC.d.ts.map +1 -0
  577. package/dist/src/i18n/GC.js +16 -0
  578. package/dist/src/i18n/GC.js.map +1 -0
  579. package/dist/src/i18n/I.d.ts +3 -0
  580. package/dist/src/i18n/I.d.ts.map +1 -0
  581. package/dist/src/i18n/I.js +21 -0
  582. package/dist/src/i18n/I.js.map +1 -0
  583. package/dist/src/i18n/M.d.ts +3 -0
  584. package/dist/src/i18n/M.d.ts.map +1 -0
  585. package/dist/src/i18n/M.js +4 -0
  586. package/dist/src/i18n/M.js.map +1 -0
  587. package/dist/src/i18n/O_E.d.ts +3 -0
  588. package/dist/src/i18n/O_E.d.ts.map +1 -0
  589. package/dist/src/i18n/O_E.js +7 -0
  590. package/dist/src/i18n/O_E.js.map +1 -0
  591. package/dist/src/i18n/PA.d.ts +3 -0
  592. package/dist/src/i18n/PA.d.ts.map +1 -0
  593. package/dist/src/i18n/PA.js +16 -0
  594. package/dist/src/i18n/PA.js.map +1 -0
  595. package/dist/src/i18n/SA.d.ts +3 -0
  596. package/dist/src/i18n/SA.d.ts.map +1 -0
  597. package/dist/src/i18n/SA.js +16 -0
  598. package/dist/src/i18n/SA.js.map +1 -0
  599. package/dist/src/i18n/TC.d.ts +3 -0
  600. package/dist/src/i18n/TC.d.ts.map +1 -0
  601. package/dist/src/i18n/TC.js +16 -0
  602. package/dist/src/i18n/TC.js.map +1 -0
  603. package/dist/src/i18n/VA.d.ts +3 -0
  604. package/dist/src/i18n/VA.d.ts.map +1 -0
  605. package/dist/src/i18n/VA.js +16 -0
  606. package/dist/src/i18n/VA.js.map +1 -0
  607. package/dist/src/i18n/Z.d.ts +3 -0
  608. package/dist/src/i18n/Z.d.ts.map +1 -0
  609. package/dist/src/i18n/Z.js +22 -0
  610. package/dist/src/i18n/Z.js.map +1 -0
  611. package/dist/src/i18n/fi-FI.d.ts +192 -0
  612. package/dist/src/i18n/fi-FI.d.ts.map +1 -0
  613. package/dist/src/i18n/fi-FI.js +182 -0
  614. package/dist/src/i18n/fi-FI.js.map +1 -0
  615. package/dist/src/i18n/index.d.ts +20 -0
  616. package/dist/src/i18n/index.d.ts.map +1 -0
  617. package/dist/src/i18n/index.js +128 -0
  618. package/dist/src/i18n/index.js.map +1 -0
  619. package/dist/src/i18n/sv-FI.d.ts +3 -0
  620. package/dist/src/i18n/sv-FI.d.ts.map +1 -0
  621. package/dist/src/i18n/sv-FI.js +181 -0
  622. package/dist/src/i18n/sv-FI.js.map +1 -0
  623. package/dist/src/ids.d.ts +14 -0
  624. package/dist/src/ids.d.ts.map +1 -0
  625. package/dist/src/ids.js +28 -0
  626. package/dist/src/ids.js.map +1 -0
  627. package/dist/src/index.d.ts +19 -0
  628. package/dist/src/index.d.ts.map +1 -0
  629. package/dist/src/index.js +12 -0
  630. package/dist/src/index.js.map +1 -0
  631. package/dist/src/parser/parseExam.d.ts +2 -0
  632. package/dist/src/parser/parseExam.d.ts.map +1 -0
  633. package/dist/src/parser/parseExam.js +54 -0
  634. package/dist/src/parser/parseExam.js.map +1 -0
  635. package/dist/src/parser/parseExamStructure.d.ts +58 -0
  636. package/dist/src/parser/parseExamStructure.d.ts.map +1 -0
  637. package/dist/src/parser/parseExamStructure.js +40 -0
  638. package/dist/src/parser/parseExamStructure.js.map +1 -0
  639. package/dist/src/renderAnnotations.d.ts +7 -0
  640. package/dist/src/renderAnnotations.d.ts.map +1 -0
  641. package/dist/src/renderAnnotations.js +193 -0
  642. package/dist/src/renderAnnotations.js.map +1 -0
  643. package/dist/src/scrollToHash.d.ts +2 -0
  644. package/dist/src/scrollToHash.d.ts.map +1 -0
  645. package/dist/src/scrollToHash.js +24 -0
  646. package/dist/src/scrollToHash.js.map +1 -0
  647. package/dist/src/shortDisplayNumber.d.ts +2 -0
  648. package/dist/src/shortDisplayNumber.d.ts.map +1 -0
  649. package/dist/src/shortDisplayNumber.js +5 -0
  650. package/dist/src/shortDisplayNumber.js.map +1 -0
  651. package/dist/src/store/answers/actions.d.ts +33 -0
  652. package/dist/src/store/answers/actions.d.ts.map +1 -0
  653. package/dist/src/store/answers/actions.js +9 -0
  654. package/dist/src/store/answers/actions.js.map +1 -0
  655. package/dist/src/store/answers/reducer.d.ts +39 -0
  656. package/dist/src/store/answers/reducer.d.ts.map +1 -0
  657. package/dist/src/store/answers/reducer.js +55 -0
  658. package/dist/src/store/answers/reducer.js.map +1 -0
  659. package/dist/src/store/answers/sagas.d.ts +8 -0
  660. package/dist/src/store/answers/sagas.d.ts.map +1 -0
  661. package/dist/src/store/answers/sagas.js +60 -0
  662. package/dist/src/store/answers/sagas.js.map +1 -0
  663. package/dist/src/store/audio/actions.d.ts +29 -0
  664. package/dist/src/store/audio/actions.d.ts.map +1 -0
  665. package/dist/src/store/audio/actions.js +9 -0
  666. package/dist/src/store/audio/actions.js.map +1 -0
  667. package/dist/src/store/audio/reducer.d.ts +27 -0
  668. package/dist/src/store/audio/reducer.d.ts.map +1 -0
  669. package/dist/src/store/audio/reducer.js +55 -0
  670. package/dist/src/store/audio/reducer.js.map +1 -0
  671. package/dist/src/store/audio/sagas.d.ts +3 -0
  672. package/dist/src/store/audio/sagas.d.ts.map +1 -0
  673. package/dist/src/store/audio/sagas.js +68 -0
  674. package/dist/src/store/audio/sagas.js.map +1 -0
  675. package/dist/src/store/cas/actions.d.ts +19 -0
  676. package/dist/src/store/cas/actions.d.ts.map +1 -0
  677. package/dist/src/store/cas/actions.js +9 -0
  678. package/dist/src/store/cas/actions.js.map +1 -0
  679. package/dist/src/store/cas/reducer.d.ts +14 -0
  680. package/dist/src/store/cas/reducer.d.ts.map +1 -0
  681. package/dist/src/store/cas/reducer.js +24 -0
  682. package/dist/src/store/cas/reducer.js.map +1 -0
  683. package/dist/src/store/cas/sagas.d.ts +18 -0
  684. package/dist/src/store/cas/sagas.d.ts.map +1 -0
  685. package/dist/src/store/cas/sagas.js +36 -0
  686. package/dist/src/store/cas/sagas.js.map +1 -0
  687. package/dist/src/store/countdown.d.ts +4 -0
  688. package/dist/src/store/countdown.d.ts.map +1 -0
  689. package/dist/src/store/countdown.js +33 -0
  690. package/dist/src/store/countdown.js.map +1 -0
  691. package/dist/src/store/index.d.ts +78 -0
  692. package/dist/src/store/index.d.ts.map +1 -0
  693. package/dist/src/store/index.js +53 -0
  694. package/dist/src/store/index.js.map +1 -0
  695. package/dist/src/store/selectors.d.ts +9 -0
  696. package/dist/src/store/selectors.d.ts.map +1 -0
  697. package/dist/src/store/selectors.js +35 -0
  698. package/dist/src/store/selectors.js.map +1 -0
  699. package/dist/src/types/ExamAnswer.d.ts +22 -0
  700. package/dist/src/types/ExamAnswer.d.ts.map +1 -0
  701. package/dist/src/types/ExamAnswer.js +2 -0
  702. package/dist/src/types/ExamAnswer.js.map +1 -0
  703. package/dist/src/types/ExamServerAPI.d.ts +78 -0
  704. package/dist/src/types/ExamServerAPI.d.ts.map +1 -0
  705. package/dist/src/types/ExamServerAPI.js +2 -0
  706. package/dist/src/types/ExamServerAPI.js.map +1 -0
  707. package/dist/src/types/GradingStructure.d.ts +40 -0
  708. package/dist/src/types/GradingStructure.d.ts.map +1 -0
  709. package/dist/src/types/GradingStructure.js +2 -0
  710. package/dist/src/types/GradingStructure.js.map +1 -0
  711. package/dist/src/types/Score.d.ts +92 -0
  712. package/dist/src/types/Score.d.ts.map +1 -0
  713. package/dist/src/types/Score.js +2 -0
  714. package/dist/src/types/Score.js.map +1 -0
  715. package/dist/src/url.d.ts +7 -0
  716. package/dist/src/url.d.ts.map +1 -0
  717. package/dist/src/url.js +12 -0
  718. package/dist/src/url.js.map +1 -0
  719. package/dist/src/useCached.d.ts +3 -0
  720. package/dist/src/useCached.d.ts.map +1 -0
  721. package/dist/src/useCached.js +6 -0
  722. package/dist/src/useCached.js.map +1 -0
  723. package/dist/src/utils.d.ts +15 -0
  724. package/dist/src/utils.d.ts.map +1 -0
  725. package/dist/src/utils.js +35 -0
  726. package/dist/src/utils.js.map +1 -0
  727. package/dist/src/validateAnswers.d.ts +16 -0
  728. package/dist/src/validateAnswers.d.ts.map +1 -0
  729. package/dist/src/validateAnswers.js +89 -0
  730. package/dist/src/validateAnswers.js.map +1 -0
  731. package/dist/tsconfig.tsbuildinfo +1 -0
  732. package/package.json +4 -4
  733. package/dist/components/context/AudioContext.d.ts +0 -9
  734. package/dist/components/context/AudioContext.d.ts.map +0 -1
  735. package/dist/components/context/AudioContext.js +0 -9
  736. package/dist/components/context/AudioContext.js.map +0 -1
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30" height="30" viewBox="0 0 30 30"><defs><clipPath id="clip-path"><path d="M141.57-89.324v-2.34H143.2v2.34A2.3,2.3,0,0,1,140.9-87.03H130.1a2.3,2.3,0,0,1-2.292-2.294v-17.029a2.294,2.294,0,0,1,2.292-2.292h10.8a2.3,2.3,0,0,1,2.295,2.292v2.342H141.57v-2.342a.669.669,0,0,0-.67-.667H130.1a.667.667,0,0,0-.667.667v17.029a.668.668,0,0,0,.667.669h10.8A.67.67,0,0,0,141.57-89.324Zm3.271-13.579a1.069,1.069,0,0,1,1.825-.755l5.065,5.065a1.065,1.065,0,0,1,0,1.511l-5.065,5.067a1.07,1.07,0,0,1-1.825-.757v-2.412h-6.633a2.3,2.3,0,0,1-2.3-2.3v-.7a2.3,2.3,0,0,1,2.3-2.3h6.633V-102.9" fill="none" clip-rule="evenodd"/></clipPath><clipPath id="clip-path-2"><ellipse cx="10" cy="-29.606" rx="15" ry="14.933" fill="none"/></clipPath></defs><title>closeButton</title><rect width="30" height="30" fill="#fff" opacity="0"/><line x1="25" y1="5" x2="5" y2="25" fill="none" stroke="#6d6d6d" stroke-miterlimit="10" stroke-width="3"/><line x1="5" y1="5" x2="25" y2="25" fill="none" stroke="#6d6d6d" stroke-miterlimit="10" stroke-width="3"/></svg>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="19px" height="12px" viewBox="0 0 19 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Page 1</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="Kuuntelu-kokelas-painaa-nappia-Copy-18" transform="translate(-1068.000000, -19.000000)" stroke-width="3" stroke="#359BB7">
9
+ <polyline id="Page-1" transform="translate(1077.999981, 26.000000) rotate(180.000000) translate(-1077.999981, -26.000000) " points="1085.99996 22 1077.99996 30 1070 22"></polyline>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="18px" height="12px" viewBox="0 0 18 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Page 1</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="Kuuntelu-kokelas-painaa-nappia-Copy-18" transform="translate(-1069.000000, -21.000000)" stroke-width="3" stroke="#359BB7">
9
+ <polyline id="Page-1" points="1085.99996 22 1077.99996 30 1070 22"></polyline>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg version="1.1"
2
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
3
+ x="0px" y="0px" width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
4
+ <path fill="#359BB7" d="M10,20C4.48,20,0,15.52,0,10C0,4.48,4.48,0,10,0s10,4.48,10,10C20,15.52,15.52,20,10,20z M5.57,5.88
5
+ c-0.14,0.21-0.09,0.5,0.11,0.66l1.4,1.06c0.21,0.16,0.51,0.12,0.67-0.09c0.72-0.91,1.21-1.44,2.31-1.44c0.82,0,1.84,0.53,1.84,1.33
6
+ c0,0.6-0.5,0.91-1.31,1.37c-0.95,0.53-2.2,1.19-2.2,2.85v0.16c0,0.27,0.22,0.48,0.48,0.48h2.26c0.27,0,0.48-0.22,0.48-0.48v-0.05
7
+ c0-1.15,3.35-1.2,3.35-4.3c0-2.34-2.43-4.11-4.7-4.11C8.07,3.31,6.67,4.23,5.57,5.88z M8.15,15.16c0,1.02,0.83,1.85,1.85,1.85
8
+ s1.85-0.83,1.85-1.85s-0.83-1.85-1.85-1.85S8.15,14.14,8.15,15.16z"/>
9
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20px" height="20px" viewBox="0 0 20 20" version="1.1">
2
+ <g id="surface1">
3
+ <path fill="#359BB7" d="M 18.316406 1.253906 C 18.859375 1.253906 19.378906 1.675781 19.378906 2.3125 L 19.378906 8.007812 C 19.378906 8.421875 19.042969 8.757812 18.628906 8.757812 L 12.9375 8.757812 C 12.300781 8.757812 11.882812 8.238281 11.882812 7.695312 C 11.882812 7.4375 11.976562 7.171875 12.191406 6.957031 L 13.953125 5.195312 C 12.851562 4.289062 11.460938 3.761719 9.996094 3.761719 C 6.554688 3.761719 3.753906 6.5625 3.753906 10.003906 C 3.753906 13.449219 6.554688 16.246094 9.996094 16.246094 C 12.851562 16.246094 13.488281 14.75 14.492188 14.75 C 15.214844 14.75 15.742188 15.335938 15.742188 15.996094 C 15.742188 17.367188 12.554688 18.75 10 18.75 C 5.179688 18.75 1.253906 14.824219 1.253906 10.003906 C 1.253906 5.183594 5.179688 1.265625 10 1.265625 C 12.132812 1.265625 14.148438 2.0625 15.71875 3.425781 L 17.578125 1.566406 C 17.792969 1.351562 18.058594 1.253906 18.316406 1.253906 Z M 18.316406 1.253906 "/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20px" height="20px" viewBox="0 0 20 20" version="1.1">
2
+ <g id="surface1">
3
+ <path fill="#359BB7" d="M 18.75 10 C 18.75 14.820312 14.824219 18.746094 10.003906 18.746094 C 8.097656 18.746094 6.285156 18.136719 4.761719 16.992188 C 4.210938 16.578125 4.097656 15.796875 4.511719 15.242188 C 4.925781 14.691406 5.707031 14.582031 6.261719 14.996094 C 7.351562 15.8125 8.644531 16.242188 10.007812 16.242188 C 13.449219 16.242188 16.25 13.441406 16.25 10 C 16.25 6.558594 13.449219 3.757812 10.007812 3.757812 C 8.542969 3.757812 7.152344 4.285156 6.050781 5.1875 L 7.8125 6.953125 C 8.476562 7.617188 8.007812 8.753906 7.066406 8.753906 L 1.375 8.753906 C 0.960938 8.753906 0.625 8.417969 0.625 8.003906 L 0.625 2.304688 C 0.625 1.367188 1.761719 0.898438 2.425781 1.5625 L 4.285156 3.421875 C 5.855469 2.058594 7.871094 1.253906 10.003906 1.253906 C 14.824219 1.253906 18.75 5.179688 18.75 10 Z M 18.75 10 "/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ declare function ExamineExam(): React.JSX.Element;
3
+ declare const _default: React.MemoExoticComponent<typeof ExamineExam>;
4
+ export default _default;
5
+ //# sourceMappingURL=ExamineExam.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExamineExam.d.ts","sourceRoot":"","sources":["../../../src/components/exam/ExamineExam.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAA;AAKzC,iBAAS,WAAW,sBA4BnB;;AAED,wBAAsC"}
@@ -0,0 +1,20 @@
1
+ import React, { useContext } from 'react';
2
+ import { useExamTranslation } from '../../i18n';
3
+ import { ExamContext } from '../context/ExamContext';
4
+ function ExamineExam() {
5
+ const { examServerApi } = useContext(ExamContext);
6
+ const { examineExam } = examServerApi;
7
+ const { t } = useExamTranslation();
8
+ const goToInspectAnswers = () => {
9
+ if (!examineExam) {
10
+ return;
11
+ }
12
+ examineExam();
13
+ window.scrollTo(0, 0);
14
+ };
15
+ return (React.createElement("div", { className: "e-examine-exam" },
16
+ React.createElement("button", { className: "e-button", id: "examineExam", onClick: goToInspectAnswers, "aria-describedby": "examineExamInstructions" }, t('examine-exam.examine')),
17
+ React.createElement("div", { className: "e-examine-exam-instructions", id: "examineExamInstructions" }, t('examine-exam.instructions'))));
18
+ }
19
+ export default React.memo(ExamineExam);
20
+ //# sourceMappingURL=ExamineExam.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExamineExam.js","sourceRoot":"","sources":["../../../src/components/exam/ExamineExam.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AACzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAA;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAA;AAGpD,SAAS,WAAW;IAClB,MAAM,EAAE,aAAa,EAAE,GAAG,UAAU,CAAC,WAAW,CAAC,CAAA;IACjD,MAAM,EAAE,WAAW,EAAE,GAAkB,aAAa,CAAA;IACpD,MAAM,EAAE,CAAC,EAAE,GAAG,kBAAkB,EAAE,CAAA;IAElC,MAAM,kBAAkB,GAAG,GAAG,EAAE;QAC9B,IAAI,CAAC,WAAW,EAAE,CAAC;YACjB,OAAM;QACR,CAAC;QACD,WAAW,EAAE,CAAA;QACb,MAAM,CAAC,QAAQ,CAAC,CAAC,EAAE,CAAC,CAAC,CAAA;IACvB,CAAC,CAAA;IAED,OAAO,CACL,6BAAK,SAAS,EAAC,gBAAgB;QAC7B,gCACE,SAAS,EAAC,UAAU,EACpB,EAAE,EAAC,aAAa,EAChB,OAAO,EAAE,kBAAkB,sBACV,yBAAyB,IAEzC,CAAC,CAAC,sBAAsB,CAAC,CACnB;QACT,6BAAK,SAAS,EAAC,6BAA6B,EAAC,EAAE,EAAC,yBAAyB,IACtE,CAAC,CAAC,2BAA2B,CAAC,CAC3B,CACF,CACP,CAAA;AACH,CAAC;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,WAAW,CAAC,CAAA"}
@@ -26,7 +26,7 @@ const AnswerTooLongError = ({ displayNumber, characterCount }) => {
26
26
  };
27
27
  export function ErrorIndicatorForErrors({ validationErrors, inExam }) {
28
28
  return validationErrors.length > 0 ? (React.createElement("dialog", { open: true, className: classNames({ 'error-indicator e-bg-color-error e-color-off-white': inExam, 'e-font-size-xs': inExam }, 'e-columns e-columns--inline e-pad-1 e-mrg-r-1'), role: "alert" },
29
- React.createElement("div", { className: "e-column e-color-off-white e-column--narrow" },
29
+ React.createElement("div", { className: "e-column e-column--narrow", style: { color: '#f90' } },
30
30
  React.createElement(FontAwesomeIcon, { size: "lg", icon: faExclamationTriangle, fixedWidth: true, className: "e-mrg-r-1" })),
31
31
  React.createElement("div", { className: "e-column e-column--gapless" }, validationErrors.map(validationError => {
32
32
  const key = validationError.type + validationError.displayNumber;
@@ -1 +1 @@
1
- {"version":3,"file":"ErrorIndicator.js","sourceRoot":"","sources":["../../../../src/components/exam/internal/ErrorIndicator.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAA;AACzE,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAA;AAChE,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AACzC,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AACzC,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAA;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAA;AAElD,OAAO,qBAAqB,MAAM,6BAA6B,CAAA;AAC/D,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAA;AAEnE,OAAO,UAAU,MAAM,YAAY,CAAA;AAEnC,MAAM,gBAAgB,GAAyC,KAAK,CAAC,EAAE;IACrE,MAAM,EAAE,CAAC,EAAE,GAAG,kBAAkB,EAAE,CAAA;IAClC,MAAM,EAAE,aAAa,EAAE,WAAW,EAAE,GAAG,KAAK,CAAA;IAC5C,OAAO,CACL;QACG,WAAW,KAAK,MAAM,IAAI,WAAW,KAAK,aAAa;YACtD,CAAC,CAAC,CAAC,CAAC,WAAW,EAAE,EAAE,aAAa,EAAE,CAAC,IAAI,oBAAC,aAAa,OAAK,KAAK,GAAI;YACnE,CAAC,CAAC,EAAE;QAAE,GAAG;QACV,oBAAC,qBAAqB,OAAK,KAAK,GAAI,CACjC,CACP,CAAA;AACH,CAAC,CAAA;AAED,MAAM,kBAAkB,GAA2C,CAAC,EAAE,aAAa,EAAE,cAAc,EAAE,EAAE,EAAE;IACvG,MAAM,EAAE,CAAC,EAAE,GAAG,kBAAkB,EAAE,CAAA;IAClC,OAAO,CACL;QACG,CAAC,CAAC,UAAU,EAAE,EAAE,aAAa,EAAE,CAAC;;QAAG,CAAC,CAAC,+BAA+B,EAAE,EAAE,KAAK,EAAE,cAAc,EAAE,CAAC,CAC7F,CACP,CAAA;AACH,CAAC,CAAA;AACD,MAAM,UAAU,uBAAuB,CAAC,EACtC,gBAAgB,EAChB,MAAM,EAIP;IACC,OAAO,gBAAgB,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,CACnC,gCACE,IAAI,QACJ,SAAS,EAAE,UAAU,CACnB,EAAE,oDAAoD,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,EAAE,EAC1F,gDAAgD,CACjD,EACD,IAAI,EAAC,OAAO;QAEZ,6BAAK,SAAS,EAAC,6CAA6C;YAC1D,oBAAC,eAAe,IAAC,IAAI,EAAC,IAAI,EAAC,IAAI,EAAE,qBAAqB,EAAE,UAAU,QAAC,SAAS,EAAC,WAAW,GAAG,CACvF;QACN,6BAAK,SAAS,EAAC,4BAA4B,IACxC,gBAAgB,CAAC,GAAG,CAAC,eAAe,CAAC,EAAE;YACtC,MAAM,GAAG,GAAG,eAAe,CAAC,IAAI,GAAG,eAAe,CAAC,aAAa,CAAA;YAChE,QAAQ,eAAe,CAAC,IAAI,EAAE,CAAC;gBAC7B,KAAK,aAAa;oBAChB,OAAO,oBAAC,gBAAgB,IAAO,GAAG,eAAe,EAAE,GAAG,GAAM,CAAA;gBAC9D;oBACE,OAAO,oBAAC,kBAAkB,IAAO,GAAG,eAAe,EAAE,GAAG,GAAM,CAAA;YAClE,CAAC;QACH,CAAC,CAAC,CACE,CACC,CACV,CAAC,CAAC,CAAC,IAAI,CAAA;AACV,CAAC;AACD,MAAM,cAAc,GAA4B,GAAG,EAAE;IACnD,MAAM,gBAAgB,GAAG,WAAW,CAAC,CAAC,KAAgC,EAAE,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAA;IAC1G,OAAO,oBAAC,uBAAuB,IAAC,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,EAAE,IAAI,GAAI,CAAA;AACtF,CAAC,CAAA;AAED,MAAM,aAAa,GAAyC,CAAC,EAAE,WAAW,EAAE,aAAa,EAAE,EAAE,EAAE;IAC7F,6EAA6E;IAC7E,8EAA8E;IAC9E,6EAA6E;IAC7E,0CAA0C;IAC1C,IAAI,WAAW,KAAK,SAAS,EAAE,CAAC;QAC9B,MAAM,EAAE,IAAI,EAAE,GAAG,UAAU,CAAC,iBAAiB,CAAC,CAAA;QAC9C,MAAM,OAAO,GAAG,gBAAgB,CAC9B,IAAI,EACJ,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,SAAS,KAAK,SAAS,IAAI,CAAC,CAAC,YAAY,CAAC,gBAAgB,CAAC,KAAK,aAAa,CACrF,CAAA;QACD,IAAI,OAAO,EAAE,CAAC;YACZ,MAAM,YAAY,GAAG,gBAAgB,CAAC,OAAO,EAAE,eAAe,CAAC,CAAA;YAC/D,IAAI,YAAY,EAAE,CAAC;gBACjB,OAAO,0CAAG,GAAG,YAAY,CAAC,WAAY,CAAC,IAAI,EAAE,GAAG,CAAI,CAAA;YACtD,CAAC;QACH,CAAC;IACH,CAAC;IACD,OAAO,IAAI,CAAA;AACb,CAAC,CAAA;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,cAAc,CAAC,CAAA"}
1
+ {"version":3,"file":"ErrorIndicator.js","sourceRoot":"","sources":["../../../../src/components/exam/internal/ErrorIndicator.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare function onMouseDownForAnnotation(e: React.MouseEvent, mouseUpCallback: (e: any) => void): void;
3
+ //# sourceMappingURL=examAnnotationUtils.d.ts.map
@@ -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;AAIzB,wBAAgB,wBAAwB,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,EAAE,eAAe,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,IAAI,QAuC9F"}
@@ -0,0 +1,104 @@
1
+ import { textAnnotationFromRange } from './editAnnotations';
2
+ export function onMouseDownForAnnotation(e, mouseUpCallback) {
3
+ function onMouseUpAfterAnswerMouseDown() {
4
+ var _a, _b;
5
+ window.removeEventListener('mouseup', onMouseUpAfterAnswerMouseDown);
6
+ /**
7
+ * selection.anchorNode = where mouse is pressed down (chronologically first)
8
+ * selection.getRangeAt(0).startContainer = where selection starts (first in DOM)
9
+ */
10
+ const selection = window.getSelection();
11
+ const startNode = (_a = selection === null || selection === void 0 ? void 0 : selection.anchorNode) === null || _a === void 0 ? void 0 : _a.parentElement;
12
+ const endNode = (_b = selection === null || selection === void 0 ? void 0 : selection.focusNode) === null || _b === void 0 ? void 0 : _b.parentElement;
13
+ if (selection && startNode && endNode && selection.toString().length > 0) {
14
+ const hasMarks = selectionContainsNonhiddenMarks(selection);
15
+ const startNodedisplayNumber = getDisplayNumber(startNode);
16
+ const endNodeDisplayNumber = getDisplayNumber(endNode);
17
+ if (startNodedisplayNumber === endNodeDisplayNumber &&
18
+ isAnnotatable(startNode) &&
19
+ isAnnotatable(endNode) &&
20
+ !hasMarks) {
21
+ const annotations = extractAnnotationsFromSelection(selection);
22
+ mouseUpCallback({
23
+ annotationParts: annotations,
24
+ displayNumber: startNodedisplayNumber,
25
+ selectedText: annotations.map(a => a.selectedText).join(' ')
26
+ });
27
+ }
28
+ }
29
+ }
30
+ // Do annotations only with left mouse buttons
31
+ if (e.button !== 0) {
32
+ return;
33
+ }
34
+ window.addEventListener('mouseup', onMouseUpAfterAnswerMouseDown);
35
+ }
36
+ const selectionContainsNonhiddenMarks = (selection) => {
37
+ const rangeChildren = Array.from(selection === null || selection === void 0 ? void 0 : selection.getRangeAt(0).cloneContents().children);
38
+ const childIsNonHiddenMark = rangeChildren === null || rangeChildren === void 0 ? void 0 : rangeChildren.some(child => child.tagName === 'MARK' && child.getAttribute('data-hidden') === 'false');
39
+ const childContainsNonHiddenMark = rangeChildren.some(child => child.querySelector('mark[data-hidden="false"]'));
40
+ return childIsNonHiddenMark || childContainsNonHiddenMark;
41
+ };
42
+ const getDisplayNumber = (node) => { var _a; return (_a = node === null || node === void 0 ? void 0 : node.closest('div[data-annotation-anchor]')) === null || _a === void 0 ? void 0 : _a.getAttribute('data-annotation-anchor'); };
43
+ const isAnnotatable = (node) => (node === null || node === void 0 ? void 0 : node.getAttribute('data-annotation-path')) && node.tagName !== 'MARK';
44
+ const extractAnnotationsFromSelection = (selection) => {
45
+ var _a, _b;
46
+ const range = selection.getRangeAt(0);
47
+ const rangeChildren = Array.from(selection === null || selection === void 0 ? void 0 : selection.getRangeAt(0).cloneContents().children);
48
+ const firstSelectedNodeInDOM = range.startContainer.parentElement;
49
+ if (!(rangeChildren === null || rangeChildren === void 0 ? void 0 : rangeChildren.length)) {
50
+ // selection is plain text
51
+ const annotationAnchor = (_b = (_a = selection === null || selection === void 0 ? void 0 : selection.focusNode) === null || _a === void 0 ? void 0 : _a.parentElement) === null || _b === void 0 ? void 0 : _b.getAttribute('data-annotation-path');
52
+ const startAndLength = textAnnotationFromRange(firstSelectedNodeInDOM, range);
53
+ return [
54
+ {
55
+ annotationAnchor,
56
+ selectedText: (selection === null || selection === void 0 ? void 0 : selection.toString()) || '',
57
+ startIndex: (startAndLength === null || startAndLength === void 0 ? void 0 : startAndLength.startIndex) || 0,
58
+ length: (startAndLength === null || startAndLength === void 0 ? void 0 : startAndLength.length) || 0
59
+ }
60
+ ];
61
+ }
62
+ else {
63
+ // selection is in multiple elements
64
+ const annotations = rangeChildren === null || rangeChildren === void 0 ? void 0 : rangeChildren.reduce((acc, child, index, arr) => {
65
+ var _a;
66
+ const childsAnnotationPath = child.getAttribute('data-annotation-path');
67
+ const isLastRangeChild = index === arr.length - 1;
68
+ if (childsAnnotationPath) {
69
+ // child is a text node, like <span> text </span>
70
+ const newElement = {
71
+ annotationAnchor: childsAnnotationPath,
72
+ selectedText: child.textContent || '',
73
+ startIndex: index === 0 ? range.startOffset : 0,
74
+ length: isLastRangeChild ? range.endOffset : ((_a = child.textContent) === null || _a === void 0 ? void 0 : _a.length) || 0
75
+ };
76
+ return [...acc, newElement];
77
+ }
78
+ else {
79
+ // child is a node with children, like <b> <span> text </span> </b>
80
+ const allChildrenWithAnnotationPath = child.querySelectorAll('[data-annotation-path]');
81
+ allChildrenWithAnnotationPath === null || allChildrenWithAnnotationPath === void 0 ? void 0 : allChildrenWithAnnotationPath.forEach((grandChild, kidIndex) => {
82
+ var _a;
83
+ const dataAnnotationPath = grandChild.getAttribute('data-annotation-path');
84
+ if (dataAnnotationPath) {
85
+ const isFirstOfAll = index === 0 && kidIndex === 0;
86
+ const isLastGrandChild = kidIndex === allChildrenWithAnnotationPath.length - 1;
87
+ const isLastOfAll = isLastRangeChild && isLastGrandChild;
88
+ const startAndLength = textAnnotationFromRange(firstSelectedNodeInDOM, range);
89
+ const newElement = {
90
+ annotationAnchor: dataAnnotationPath,
91
+ selectedText: grandChild.textContent || '',
92
+ startIndex: isFirstOfAll ? (startAndLength === null || startAndLength === void 0 ? void 0 : startAndLength.startIndex) || 0 : 0,
93
+ length: isLastOfAll ? range.endOffset : ((_a = grandChild.textContent) === null || _a === void 0 ? void 0 : _a.length) || 0
94
+ };
95
+ acc.push(newElement);
96
+ }
97
+ });
98
+ return acc;
99
+ }
100
+ }, []);
101
+ return annotations;
102
+ }
103
+ };
104
+ //# sourceMappingURL=examAnnotationUtils.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"examAnnotationUtils.js","sourceRoot":"","sources":["../../../src/components/grading/examAnnotationUtils.ts"],"names":[],"mappings":"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"}
@@ -20,7 +20,7 @@ const AudioPlaceholder = ({ duration, labelId }) => (React.createElement("div",
20
20
  React.createElement("div", { className: "e-pad-1 restricted-audio-player restricted-audio-player--disabled e-columns e-columns--center-v" },
21
21
  React.createElement("button", { className: "restricted-audio-player__play e-column e-column--narrow", disabled: true, onClick: () => undefined },
22
22
  React.createElement(FontAwesomeIcon, { icon: faPlay, fixedWidth: true })),
23
- React.createElement("span", { className: "e-column restricted-audio-player__duration e-text-right e-column" }, formatDuration(duration))),
23
+ React.createElement("span", { className: "e-column e-text-right e-column" }, formatDuration(duration))),
24
24
  React.createElement("span", { className: "e-pad-l-2", id: labelId },
25
25
  React.createElement("em", null, "Ei kuunneltavissa"))));
26
26
  //# sourceMappingURL=AudioContainer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"AudioContainer.js","sourceRoot":"","sources":["../../../src/components/results/AudioContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAA;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AACxC,OAAO,KAAK,MAAM,iBAAiB,CAAA;AACnC,OAAO,EAAE,MAAM,EAAE,MAAM,mCAAmC,CAAA;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAA;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,0CAA0C,CAAA;AAEzE,MAAM,CAAC,MAAM,cAAc,GAAiC,CAAC,EAC3D,OAAO,EACP,gBAAgB,EAChB,wBAAwB,EACzB,EAAE,EAAE;IACH,MAAM,UAAU,GAAG,CAAC,CAAC,mBAAmB,CAAC,OAAO,EAAE,OAAO,CAAC,CAAA;IAC1D,MAAM,QAAQ,GAAG,mBAAmB,CAAC,OAAO,EAAE,UAAU,CAAE,CAAA;IAC1D,MAAM,OAAO,GAAG,YAAY,CAAC,OAAO,CAAC,CAAA;IAErC,IAAI,UAAU,EAAE,CAAC;QACf,OAAO,oBAAC,gBAAgB,IAAC,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAI,CAAA;IACnE,CAAC;SAAM,CAAC;QACN,OAAO,CACL,oBAAC,KAAK,IACJ,OAAO,EAAE,OAAO,EAChB,gBAAgB,EAAE,gBAAgB,EAClC,wBAAwB,EAAE,wBAAwB,GAClD,CACH,CAAA;IACH,CAAC;AACH,CAAC,CAAA;AAED,MAAM,gBAAgB,GAAoD,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CACnG,6BAAK,SAAS,EAAC,+CAA+C;IAC5D,6BAAK,SAAS,EAAC,iGAAiG;QAC9G,gCACE,SAAS,EAAC,yDAAyD,EACnE,QAAQ,EAAE,IAAI,EACd,OAAO,EAAE,GAAG,EAAE,CAAC,SAAS;YAExB,oBAAC,eAAe,IAAC,IAAI,EAAE,MAAM,EAAE,UAAU,SAAG,CACrC;QACT,8BAAM,SAAS,EAAC,kEAAkE,IAC/E,cAAc,CAAC,QAAQ,CAAC,CACpB,CACH;IAEN,8BAAM,SAAS,EAAC,WAAW,EAAC,EAAE,EAAE,OAAO;QACrC,oDAA0B,CACrB,CACH,CACP,CAAA"}
1
+ {"version":3,"file":"AudioContainer.js","sourceRoot":"","sources":["../../../src/components/results/AudioContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAA;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AACxC,OAAO,KAAK,MAAM,iBAAiB,CAAA;AACnC,OAAO,EAAE,MAAM,EAAE,MAAM,mCAAmC,CAAA;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAA;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,0CAA0C,CAAA;AAEzE,MAAM,CAAC,MAAM,cAAc,GAAiC,CAAC,EAC3D,OAAO,EACP,gBAAgB,EAChB,wBAAwB,EACzB,EAAE,EAAE;IACH,MAAM,UAAU,GAAG,CAAC,CAAC,mBAAmB,CAAC,OAAO,EAAE,OAAO,CAAC,CAAA;IAC1D,MAAM,QAAQ,GAAG,mBAAmB,CAAC,OAAO,EAAE,UAAU,CAAE,CAAA;IAC1D,MAAM,OAAO,GAAG,YAAY,CAAC,OAAO,CAAC,CAAA;IAErC,IAAI,UAAU,EAAE,CAAC;QACf,OAAO,oBAAC,gBAAgB,IAAC,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAI,CAAA;IACnE,CAAC;SAAM,CAAC;QACN,OAAO,CACL,oBAAC,KAAK,IACJ,OAAO,EAAE,OAAO,EAChB,gBAAgB,EAAE,gBAAgB,EAClC,wBAAwB,EAAE,wBAAwB,GAClD,CACH,CAAA;IACH,CAAC;AACH,CAAC,CAAA;AAED,MAAM,gBAAgB,GAAoD,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CACnG,6BAAK,SAAS,EAAC,+CAA+C;IAC5D,6BAAK,SAAS,EAAC,iGAAiG;QAC9G,gCACE,SAAS,EAAC,yDAAyD,EACnE,QAAQ,EAAE,IAAI,EACd,OAAO,EAAE,GAAG,EAAE,CAAC,SAAS;YAExB,oBAAC,eAAe,IAAC,IAAI,EAAE,MAAM,EAAE,UAAU,SAAG,CACrC;QACT,8BAAM,SAAS,EAAC,gCAAgC,IAAE,cAAc,CAAC,QAAQ,CAAC,CAAQ,CAC9E;IAEN,8BAAM,SAAS,EAAC,WAAW,EAAC,EAAE,EAAE,OAAO;QACrC,oDAA0B,CACrB,CACH,CACP,CAAA"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const AnnotatableText: ({ node }: {
3
+ node: Node;
4
+ }) => string | React.JSX.Element;
5
+ //# sourceMappingURL=AnnotatableText.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnnotatableText.d.ts","sourceRoot":"","sources":["../../../src/components/shared/AnnotatableText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAA;AAMzC,eAAO,MAAM,eAAe,aAAc;IAAE,IAAI,EAAE,IAAI,CAAA;CAAE,+BA2BvD,CAAA"}
@@ -0,0 +1,25 @@
1
+ import React, { useContext } from 'react';
2
+ import { getElementPath } from '../../dom-utils';
3
+ import { AnnotationContext } from '../context/AnnotationProvider';
4
+ import { IsInSidebarContext } from '../context/IsInSidebarContext';
5
+ import { markText } from './markText';
6
+ export const AnnotatableText = ({ node }) => {
7
+ var _a, _b;
8
+ const annotationContextData = useContext(AnnotationContext);
9
+ const { isInSidebar } = useContext(IsInSidebarContext);
10
+ const { annotations, onClickAnnotation, setNewAnnotationRef, newAnnotation } = annotationContextData;
11
+ const canNotBeAnnotated = (annotationContextData === null || annotationContextData === void 0 ? void 0 : annotationContextData.annotations) === undefined ||
12
+ ((_a = node.textContent) === null || _a === void 0 ? void 0 : _a.trim().length) === 0 ||
13
+ isInSidebar !== undefined;
14
+ if (canNotBeAnnotated) {
15
+ return node.textContent;
16
+ }
17
+ const path = getElementPath(node);
18
+ const newAnnotationPartsForThisNode = ((_b = newAnnotation === null || newAnnotation === void 0 ? void 0 : newAnnotation.annotationParts) === null || _b === void 0 ? void 0 : _b.filter(p => p.annotationAnchor === path)) || [];
19
+ const savedAnnotationsForThisNode = (annotations === null || annotations === void 0 ? void 0 : annotations[path]) || [];
20
+ const allAnnotationsForThisNode = [...savedAnnotationsForThisNode, ...newAnnotationPartsForThisNode];
21
+ return (React.createElement("span", { className: "e-annotatable", key: path, "data-annotation-path": path, "data-testid": path }, allAnnotationsForThisNode.length > 0 && onClickAnnotation
22
+ ? markText(node.textContent, allAnnotationsForThisNode, onClickAnnotation, setNewAnnotationRef)
23
+ : node.textContent));
24
+ };
25
+ //# sourceMappingURL=AnnotatableText.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnnotatableText.js","sourceRoot":"","sources":["../../../src/components/shared/AnnotatableText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AACzC,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAChD,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAA;AACjE,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAA;AAClE,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AAErC,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,EAAE,IAAI,EAAkB,EAAE,EAAE;;IAC1D,MAAM,qBAAqB,GAAG,UAAU,CAAC,iBAAiB,CAAC,CAAA;IAC3D,MAAM,EAAE,WAAW,EAAE,GAAG,UAAU,CAAC,kBAAkB,CAAC,CAAA;IACtD,MAAM,EAAE,WAAW,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,aAAa,EAAE,GAAG,qBAAqB,CAAA;IAEpG,MAAM,iBAAiB,GACrB,CAAA,qBAAqB,aAArB,qBAAqB,uBAArB,qBAAqB,CAAE,WAAW,MAAK,SAAS;QAChD,CAAA,MAAA,IAAI,CAAC,WAAW,0CAAE,IAAI,GAAG,MAAM,MAAK,CAAC;QACrC,WAAW,KAAK,SAAS,CAAA;IAE3B,IAAI,iBAAiB,EAAE,CAAC;QACtB,OAAO,IAAI,CAAC,WAAY,CAAA;IAC1B,CAAC;IAED,MAAM,IAAI,GAAG,cAAc,CAAC,IAAe,CAAC,CAAA;IAE5C,MAAM,6BAA6B,GAAG,CAAA,MAAA,aAAa,aAAb,aAAa,uBAAb,aAAa,CAAE,eAAe,0CAAE,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,gBAAgB,KAAK,IAAI,CAAC,KAAI,EAAE,CAAA;IACpH,MAAM,2BAA2B,GAAG,CAAA,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAG,IAAI,CAAC,KAAI,EAAE,CAAA;IAC7D,MAAM,yBAAyB,GAAG,CAAC,GAAG,2BAA2B,EAAE,GAAG,6BAA6B,CAAC,CAAA;IAEpG,OAAO,CACL,8BAAM,SAAS,EAAC,eAAe,EAAC,GAAG,EAAE,IAAI,0BAAwB,IAAI,iBAAe,IAAI,IACrF,yBAAyB,CAAC,MAAM,GAAG,CAAC,IAAI,iBAAiB;QACxD,CAAC,CAAC,QAAQ,CAAC,IAAI,CAAC,WAAY,EAAE,yBAAyB,EAAE,iBAAiB,EAAE,mBAAmB,CAAC;QAChG,CAAC,CAAC,IAAI,CAAC,WAAW,CACf,CACR,CAAA;AACH,CAAC,CAAA"}
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { NewRenderableAnnotation, RenderableAnnotation } from '../../types/Score';
3
+ export declare const AnnotationMark: ({ annotation, markedText, onClickAnnotation, setNewAnnotationRef }: {
4
+ annotation: RenderableAnnotation | NewRenderableAnnotation;
5
+ markedText: string;
6
+ onClickAnnotation: (e: React.MouseEvent<HTMLElement, MouseEvent>, a: RenderableAnnotation) => void;
7
+ setNewAnnotationRef: (ref: HTMLElement | null) => void;
8
+ }) => React.JSX.Element;
9
+ //# sourceMappingURL=AnnotationMark.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnnotationMark.d.ts","sourceRoot":"","sources":["../../../src/components/shared/AnnotationMark.tsx"],"names":[],"mappings":"AACA,OAAO,KAA4B,MAAM,OAAO,CAAA;AAChD,OAAO,EAAE,uBAAuB,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAA;AAGjF,eAAO,MAAM,cAAc,uEAKxB;IACD,UAAU,EAAE,oBAAoB,GAAG,uBAAuB,CAAA;IAC1D,UAAU,EAAE,MAAM,CAAA;IAClB,iBAAiB,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,WAAW,EAAE,UAAU,CAAC,EAAE,CAAC,EAAE,oBAAoB,KAAK,IAAI,CAAA;IAClG,mBAAmB,EAAE,CAAC,GAAG,EAAE,WAAW,GAAG,IAAI,KAAK,IAAI,CAAA;CACvD,sBAsBA,CAAA"}
@@ -0,0 +1,14 @@
1
+ import React, { useEffect, useRef } from 'react';
2
+ import { isExistingAnnotation } from './markText';
3
+ export const AnnotationMark = ({ annotation, markedText, onClickAnnotation, setNewAnnotationRef }) => {
4
+ const markRef = useRef(null);
5
+ useEffect(() => {
6
+ if (markRef.current && !isExistingAnnotation(annotation)) {
7
+ setNewAnnotationRef(markRef.current);
8
+ }
9
+ }, []);
10
+ return (React.createElement("mark", { ref: markRef, className: `e-annotation ${annotation.resolved ? 'resolved' : ''}`, "data-annotation-id": isExistingAnnotation(annotation) ? annotation.annotationId : '', "data-hidden": "false", "data-annotation-path": annotation.annotationAnchor, onClick: e => (isExistingAnnotation(annotation) ? onClickAnnotation(e, annotation) : undefined) },
11
+ markedText,
12
+ (annotation === null || annotation === void 0 ? void 0 : annotation.markNumber) && React.createElement("sup", { className: "e-annotation", "data-content": annotation === null || annotation === void 0 ? void 0 : annotation.markNumber })));
13
+ };
14
+ //# sourceMappingURL=AnnotationMark.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnnotationMark.js","sourceRoot":"","sources":["../../../src/components/shared/AnnotationMark.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,OAAO,CAAA;AAEhD,OAAO,EAAE,oBAAoB,EAAE,MAAM,YAAY,CAAA;AAEjD,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,EAC7B,UAAU,EACV,UAAU,EACV,iBAAiB,EACjB,mBAAmB,EAMpB,EAAE,EAAE;IACH,MAAM,OAAO,GAAG,MAAM,CAAc,IAAI,CAAC,CAAA;IAEzC,SAAS,CAAC,GAAG,EAAE;QACb,IAAI,OAAO,CAAC,OAAO,IAAI,CAAC,oBAAoB,CAAC,UAAU,CAAC,EAAE,CAAC;YACzD,mBAAmB,CAAC,OAAO,CAAC,OAAO,CAAC,CAAA;QACtC,CAAC;IACH,CAAC,EAAE,EAAE,CAAC,CAAA;IAEN,OAAO,CACL,8BACE,GAAG,EAAE,OAAO,EACZ,SAAS,EAAE,gBAAgB,UAAU,CAAC,QAAQ,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE,EAAE,wBAC9C,oBAAoB,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,YAAY,CAAC,CAAC,CAAC,EAAE,iBACvE,OAAO,0BACG,UAAU,CAAC,gBAAgB,EACjD,OAAO,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,oBAAoB,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,iBAAiB,CAAC,CAAC,EAAE,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;QAE9F,UAAU;QACV,CAAA,UAAU,aAAV,UAAU,uBAAV,UAAU,CAAE,UAAU,KAAI,6BAAK,SAAS,EAAC,cAAc,kBAAe,UAAU,aAAV,UAAU,uBAAV,UAAU,CAAE,UAAU,GAAI,CAC5F,CACR,CAAA;AACH,CAAC,CAAA"}
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare function AnnotationPopup(): React.JSX.Element | null;
3
+ //# sourceMappingURL=AnnotationPopup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnnotationPopup.d.ts","sourceRoot":"","sources":["../../../src/components/shared/AnnotationPopup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAA;AAIzC,wBAAgB,eAAe,6BA2B9B"}
@@ -0,0 +1,21 @@
1
+ import React, { useContext } from 'react';
2
+ import { AnnotationContext } from '../context/AnnotationProvider';
3
+ import { Popup } from './Popup';
4
+ export function AnnotationPopup() {
5
+ const { newAnnotation, setNewAnnotation, newAnnotationRef, setNewAnnotationRef, onSaveAnnotation } = useContext(AnnotationContext);
6
+ if (!newAnnotation || !newAnnotationRef) {
7
+ return null;
8
+ }
9
+ return (React.createElement(Popup, { element: newAnnotationRef, initialTextContent: '', onValueSave: async (comment) => {
10
+ const error = await onSaveAnnotation(newAnnotation, comment);
11
+ if (!error) {
12
+ setNewAnnotation(null);
13
+ setNewAnnotationRef(null);
14
+ }
15
+ return error;
16
+ }, enableDelete: false, onCancel: () => {
17
+ setNewAnnotation(null);
18
+ setNewAnnotationRef(null);
19
+ } }));
20
+ }
21
+ //# sourceMappingURL=AnnotationPopup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnnotationPopup.js","sourceRoot":"","sources":["../../../src/components/shared/AnnotationPopup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AACzC,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAA;AACjE,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAE/B,MAAM,UAAU,eAAe;IAC7B,MAAM,EAAE,aAAa,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,GAChG,UAAU,CAAC,iBAAiB,CAAC,CAAA;IAE/B,IAAI,CAAC,aAAa,IAAI,CAAC,gBAAgB,EAAE,CAAC;QACxC,OAAO,IAAI,CAAA;IACb,CAAC;IAED,OAAO,CACL,oBAAC,KAAK,IACJ,OAAO,EAAE,gBAAgB,EACzB,kBAAkB,EAAE,EAAE,EACtB,WAAW,EAAE,KAAK,EAAE,OAAe,EAAE,EAAE;YACrC,MAAM,KAAK,GAAG,MAAM,gBAAiB,CAAC,aAAa,EAAE,OAAO,CAAC,CAAA;YAC7D,IAAI,CAAC,KAAK,EAAE,CAAC;gBACX,gBAAgB,CAAC,IAAI,CAAC,CAAA;gBACtB,mBAAmB,CAAC,IAAI,CAAC,CAAA;YAC3B,CAAC;YACD,OAAO,KAAK,CAAA;QACd,CAAC,EACD,YAAY,EAAE,KAAK,EACnB,QAAQ,EAAE,GAAG,EAAE;YACb,gBAAgB,CAAC,IAAI,CAAC,CAAA;YACtB,mBAAmB,CAAC,IAAI,CAAC,CAAA;QAC3B,CAAC,GACD,CACH,CAAA;AACH,CAAC"}
@@ -14,7 +14,7 @@ const AnswerIndicator = (props) => {
14
14
  };
15
15
  return (React.createElement("div", { className: "answer-indicator-container", onClick: onClick, key: id },
16
16
  React.createElement("div", { className: classNames('answer-indicator', {
17
- ok: value && !error,
17
+ ok: value,
18
18
  error,
19
19
  big: type === 'rich-text'
20
20
  }), "data-indicator-id": id }, (answer === null || answer === void 0 ? void 0 : answer.type) === 'richText' && (React.createElement(React.Fragment, null,
@@ -1 +1 @@
1
- {"version":3,"file":"AnswerIndicator.js","sourceRoot":"","sources":["../../../src/components/shared/AnswerIndicator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,OAAO,CAAA;AACnC,OAAO,UAAU,MAAM,YAAY,CAAA;AAEnC,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAA;AAChE,OAAO,EAAE,OAAO,EAAE,MAAM,mCAAmC,CAAA;AAU3D,MAAM,eAAe,GAAG,CAAC,KAAY,EAAE,EAAE;IACvC,MAAM,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,aAAa,EAAE,GAAG,KAAK,CAAA;IAExD,MAAM,KAAK,GAAG,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,KAAK,CAAA;IAC3B,MAAM,gBAAgB,GAAG,CAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,IAAI,MAAK,UAAU,CAAA;IACpD,MAAM,eAAe,GAAG,gBAAgB,KAAI,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,QAAQ,CAAC,uBAAuB,CAAC,CAAA,CAAA;IACpF,MAAM,aAAa,GACjB,gBAAgB,IAAI,CAAC,CAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,QAAQ,CAAC,wBAAwB,CAAC,MAAI,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,QAAQ,CAAC,2BAA2B,CAAC,CAAA,CAAC,CAAA;IAEjH,MAAM,OAAO,GAAG,CAAC,CAA+C,EAAE,EAAE;QAClE,CAAC,CAAC,eAAe,EAAE,CAAA;QACnB,MAAM,CAAC,QAAQ,CAAC,IAAI,GAAG,gBAAgB,aAAa,EAAE,CAAA;IACxD,CAAC,CAAA;IACD,OAAO,CACL,6BAAK,SAAS,EAAC,4BAA4B,EAAC,OAAO,EAAE,OAAO,EAAE,GAAG,EAAE,EAAE;QACnE,6BACE,SAAS,EAAE,UAAU,CAAC,kBAAkB,EAAE;gBACxC,EAAE,EAAE,KAAK,IAAI,CAAC,KAAK;gBACnB,KAAK;gBACL,GAAG,EAAE,IAAI,KAAK,WAAW;aAC1B,CAAC,uBACiB,EAAE,IAEpB,CAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,IAAI,MAAK,UAAU,IAAI,CAC9B;YACG,CAAC,gBAAgB,KAAI,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,cAAc,CAAA,IAAI,kCAAO,MAAM,CAAC,cAAc,CAAQ,CAAC,IAAI,EAAE;YAC1F,eAAe,IAAI,8BAAM,SAAS,EAAC,SAAS,aAAS;YACrD,aAAa,IAAI,CAChB,8BAAM,SAAS,EAAC,KAAK;gBACnB,oBAAC,eAAe,IAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAC,IAAI,GAAG,CACvC,CACR,CACA,CACJ,CACG,CACF,CACP,CAAA;AACH,CAAC,CAAA;AAED,MAAM,CAAC,MAAM,SAAS,GAAG,IAAI,CAAC,eAAe,CAAC,CAAA"}
1
+ {"version":3,"file":"AnswerIndicator.js","sourceRoot":"","sources":["../../../src/components/shared/AnswerIndicator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,OAAO,CAAA;AACnC,OAAO,UAAU,MAAM,YAAY,CAAA;AAEnC,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAA;AAChE,OAAO,EAAE,OAAO,EAAE,MAAM,mCAAmC,CAAA;AAU3D,MAAM,eAAe,GAAG,CAAC,KAAY,EAAE,EAAE;IACvC,MAAM,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,aAAa,EAAE,GAAG,KAAK,CAAA;IAExD,MAAM,KAAK,GAAG,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,KAAK,CAAA;IAC3B,MAAM,gBAAgB,GAAG,CAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,IAAI,MAAK,UAAU,CAAA;IACpD,MAAM,eAAe,GAAG,gBAAgB,KAAI,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,QAAQ,CAAC,uBAAuB,CAAC,CAAA,CAAA;IACpF,MAAM,aAAa,GACjB,gBAAgB,IAAI,CAAC,CAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,QAAQ,CAAC,wBAAwB,CAAC,MAAI,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,QAAQ,CAAC,2BAA2B,CAAC,CAAA,CAAC,CAAA;IAEjH,MAAM,OAAO,GAAG,CAAC,CAA+C,EAAE,EAAE;QAClE,CAAC,CAAC,eAAe,EAAE,CAAA;QACnB,MAAM,CAAC,QAAQ,CAAC,IAAI,GAAG,gBAAgB,aAAa,EAAE,CAAA;IACxD,CAAC,CAAA;IACD,OAAO,CACL,6BAAK,SAAS,EAAC,4BAA4B,EAAC,OAAO,EAAE,OAAO,EAAE,GAAG,EAAE,EAAE;QACnE,6BACE,SAAS,EAAE,UAAU,CAAC,kBAAkB,EAAE;gBACxC,EAAE,EAAE,KAAK;gBACT,KAAK;gBACL,GAAG,EAAE,IAAI,KAAK,WAAW;aAC1B,CAAC,uBACiB,EAAE,IAEpB,CAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,IAAI,MAAK,UAAU,IAAI,CAC9B;YACG,CAAC,gBAAgB,KAAI,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,cAAc,CAAA,IAAI,kCAAO,MAAM,CAAC,cAAc,CAAQ,CAAC,IAAI,EAAE;YAC1F,eAAe,IAAI,8BAAM,SAAS,EAAC,SAAS,aAAS;YACrD,aAAa,IAAI,CAChB,8BAAM,SAAS,EAAC,KAAK;gBACnB,oBAAC,eAAe,IAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAC,IAAI,GAAG,CACvC,CACR,CACA,CACJ,CACG,CACF,CACP,CAAA;AACH,CAAC,CAAA;AAED,MAAM,CAAC,MAAM,SAAS,GAAG,IAAI,CAAC,eAAe,CAAC,CAAA"}
@@ -35,7 +35,7 @@ export const DNDTitleAndDroppable = ({ element, renderChildNodes, renderComponen
35
35
  React.createElement("div", { className: "anchor", id: `question-nr-${displayNumber}` }),
36
36
  titleElement &&
37
37
  (!hasTitle ? (React.createElement("i", { style: { color: 'grey' } }, t('dnd-answers.question-missing'))) : (React.createElement("span", { className: classNames('e-dnd-answer-title', { 'has-images': hasImages, hovered: isOver }) }, renderChildNodes(titleElement)))),
38
- React.createElement("div", { className: classNames('connection-line', { hovered: isOver }) }),
38
+ React.createElement("div", { className: "connection-line" }),
39
39
  React.createElement(DNDDroppable, { page: page, answerOptionElements: answerOptionElements, questionId: questionId, renderChildNodes: renderChildNodes, renderComponentOverrides: renderComponentOverrides, correctIds: correctOptionIds }),
40
40
  isStudentsExam ? (maxScore && React.createElement(Score, { score: maxScore, size: "small" })) : (React.createElement(ResultsExamQuestionAutoScore, { score: (answer === null || answer === void 0 ? void 0 : answer.value) ? scoreValue : undefined, maxScore: maxScore, displayNumber: lastLevelOfDisplayNumber, questionId: questionIdNumber }))))));
41
41
  };
@@ -1 +1 @@
1
- {"version":3,"file":"DNDTitleAndDroppable.js","sourceRoot":"","sources":["../../../src/components/shared/DNDTitleAndDroppable.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"DNDTitleAndDroppable.js","sourceRoot":"","sources":["../../../src/components/shared/DNDTitleAndDroppable.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { AudioPlaybackError } from '../../../index';
3
+ declare const AudioPlaybackError: React.FunctionComponent<{
4
+ error?: AudioPlaybackError;
5
+ children: React.ReactNode[] | React.ReactNode;
6
+ }>;
7
+ export default AudioPlaybackError;
8
+ //# sourceMappingURL=AudioPlaybackError.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AudioPlaybackError.d.ts","sourceRoot":"","sources":["../../../../src/components/shared/internal/AudioPlaybackError.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAA;AAGnD,QAAA,MAAM,kBAAkB,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAChD,KAAK,CAAC,EAAE,kBAAkB,CAAA;IAC1B,QAAQ,EAAE,KAAK,CAAC,SAAS,EAAE,GAAG,KAAK,CAAC,SAAS,CAAA;CAC9C,CAkBA,CAAA;AAED,eAAe,kBAAkB,CAAA"}
@@ -0,0 +1,17 @@
1
+ import { faExclamationTriangle } from '@fortawesome/free-solid-svg-icons';
2
+ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
3
+ import React from 'react';
4
+ import ReactCSSTransitionReplace from 'react-css-transition-replace';
5
+ import { useExamTranslation } from '../../../i18n';
6
+ const AudioPlaybackError = ({ error, children }) => {
7
+ const { t } = useExamTranslation();
8
+ return (
9
+ // @types/react 18 removed children from implicit props. This component has not explicitly added them yet
10
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
11
+ // @ts-ignore
12
+ React.createElement(ReactCSSTransitionReplace, { transitionName: "e-crossfade", transitionEnterTimeout: 500, transitionLeaveTimeout: 500 }, error != null ? (React.createElement("div", { className: "e-color-error", role: "alert" },
13
+ React.createElement(FontAwesomeIcon, { icon: faExclamationTriangle, className: "e-mrg-r-1" }),
14
+ t(`audio-errors.${error}`))) : (React.createElement("div", { key: "no-error" }, children))));
15
+ };
16
+ export default AudioPlaybackError;
17
+ //# sourceMappingURL=AudioPlaybackError.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AudioPlaybackError.js","sourceRoot":"","sources":["../../../../src/components/shared/internal/AudioPlaybackError.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAA;AACzE,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAA;AAChE,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,yBAAyB,MAAM,8BAA8B,CAAA;AAEpE,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAA;AAElD,MAAM,kBAAkB,GAGnB,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,EAAE;IAC3B,MAAM,EAAE,CAAC,EAAE,GAAG,kBAAkB,EAAE,CAAA;IAElC,OAAO;IACL,yGAAyG;IACzG,6DAA6D;IAC7D,aAAa;IACb,oBAAC,yBAAyB,IAAC,cAAc,EAAC,aAAa,EAAC,sBAAsB,EAAE,GAAG,EAAE,sBAAsB,EAAE,GAAG,IAC7G,KAAK,IAAI,IAAI,CAAC,CAAC,CAAC,CACf,6BAAK,SAAS,EAAC,eAAe,EAAC,IAAI,EAAC,OAAO;QACzC,oBAAC,eAAe,IAAC,IAAI,EAAE,qBAAqB,EAAE,SAAS,EAAC,WAAW,GAAG;QACrE,CAAC,CAAC,gBAAgB,KAAK,EAAW,CAAC,CAChC,CACP,CAAC,CAAC,CAAC,CACF,6BAAK,GAAG,EAAC,UAAU,IAAE,QAAQ,CAAO,CACrC,CACyB,CAC7B,CAAA;AACH,CAAC,CAAA;AAED,eAAe,kBAAkB,CAAA"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import { NewRenderableAnnotation, RenderableAnnotation } from '../../types/Score';
3
+ export declare function isExistingAnnotation(annotation: NewRenderableAnnotation | RenderableAnnotation): annotation is RenderableAnnotation;
4
+ export declare function markText(text: string, annotations: (RenderableAnnotation | NewRenderableAnnotation)[], onClickAnnotation: (e: React.MouseEvent<HTMLElement, MouseEvent>, a: RenderableAnnotation) => void, setNewAnnotationRef: (ref: HTMLElement | null) => void): React.ReactNode[];
5
+ //# sourceMappingURL=markText.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"markText.d.ts","sourceRoot":"","sources":["../../../src/components/shared/markText.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,uBAAuB,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAA;AAOjF,wBAAgB,oBAAoB,CAClC,UAAU,EAAE,uBAAuB,GAAG,oBAAoB,GACzD,UAAU,IAAI,oBAAoB,CAEpC;AAMD,wBAAgB,QAAQ,CACtB,IAAI,EAAE,MAAM,EACZ,WAAW,EAAE,CAAC,oBAAoB,GAAG,uBAAuB,CAAC,EAAE,EAC/D,iBAAiB,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,WAAW,EAAE,UAAU,CAAC,EAAE,CAAC,EAAE,oBAAoB,KAAK,IAAI,EAClG,mBAAmB,EAAE,CAAC,GAAG,EAAE,WAAW,GAAG,IAAI,KAAK,IAAI,qBA4GvD"}
@@ -0,0 +1,72 @@
1
+ import * as _ from 'lodash-es';
2
+ import React from 'react';
3
+ import { AnnotationMark } from './AnnotationMark';
4
+ function getKey(annotation) {
5
+ return isExistingAnnotation(annotation) ? annotation.annotationId + annotation.startIndex : annotation.startIndex;
6
+ }
7
+ export function isExistingAnnotation(annotation) {
8
+ return 'annotationId' in annotation;
9
+ }
10
+ function getMarkedText(text, startIndex, length) {
11
+ return text.substring(startIndex, startIndex + length);
12
+ }
13
+ export function markText(text, annotations, onClickAnnotation, setNewAnnotationRef) {
14
+ var _a;
15
+ if (annotations.length === 0) {
16
+ return [text];
17
+ }
18
+ annotations.sort((a, b) => a.startIndex - b.startIndex);
19
+ const [hiddenAnnotations, visibleAnnotations] = _.partition(annotations, a => a.hidden);
20
+ const nodes = [];
21
+ hiddenAnnotations.forEach(annotation => {
22
+ const key = getKey(annotation);
23
+ nodes.push(React.createElement("mark", { key: key, className: "e-annotation", "data-annotation-id": isExistingAnnotation(annotation) ? annotation.annotationId : '', "data-hidden": "true" }));
24
+ });
25
+ let lastIndex = 0;
26
+ const onlyLeadingSpacesRemoved = text.replace(/^\s+/, ' ');
27
+ const indentationSize = text.length - onlyLeadingSpacesRemoved.length;
28
+ const notOverlappingAnnotations = visibleAnnotations.reduce((acc, annotation) => {
29
+ const overlapsWithAnyVisibleAnnotation = acc.some(a => annotation.startIndex < a.startIndex + a.length &&
30
+ a.startIndex < annotation.startIndex + annotation.length &&
31
+ !a.hidden);
32
+ acc.push({
33
+ ...annotation,
34
+ hidden: annotation.hidden || overlapsWithAnyVisibleAnnotation
35
+ });
36
+ return acc;
37
+ }, []);
38
+ for (const annotation of notOverlappingAnnotations) {
39
+ /* "August 2024 annotation" refers to annotations made on or after 7.8.2024, and on or before x.8.2024.
40
+ * They use trimmed exam content (textWithoutLineBreaksAndExtraSpaces) for calculating startIndex.
41
+ * Support for "August 2024 annotations" can be removed at least when S25 exams are held.
42
+ *
43
+ * TODO:
44
+ * When support for Aug 2024 annotations can be removed, just do:
45
+ * const correctStartIndex = annotation.startIndex
46
+ * and remove any unused code left behind
47
+ */
48
+ const textWithoutLineBreaksAndExtraSpaces = text.replace(/\n/g, ' ').replace(/\s+/g, ' ');
49
+ const annotatedTextAugust2024 = getMarkedText(textWithoutLineBreaksAndExtraSpaces, annotation.startIndex, annotation.length);
50
+ const isAugust2024Annotation = annotatedTextAugust2024 === annotation.selectedText;
51
+ /**
52
+ * index difference is defined by how much indentation the text paragraph has in xml,
53
+ * and by how many line breaks there are before the annotated text.
54
+ * */
55
+ const amountOfLineBreaksBeforeAnnotation = ((_a = text.split(annotation.selectedText)[0].match(/\n/g)) === null || _a === void 0 ? void 0 : _a.length) || 0;
56
+ const startIndexDifference = amountOfLineBreaksBeforeAnnotation * indentationSize;
57
+ const correctStartIndex = annotation.startIndex + (isAugust2024Annotation ? startIndexDifference : 0);
58
+ const annotatedTextWithCorrectedStartIndex = getMarkedText(text, correctStartIndex, annotation.length);
59
+ // Add unmarked text before this mark
60
+ if (correctStartIndex > lastIndex) {
61
+ nodes.push(text.substring(lastIndex, correctStartIndex));
62
+ }
63
+ // Add marked text
64
+ const key = getKey(annotation);
65
+ nodes.push(annotation.hidden ? (React.createElement("mark", { key: key, className: "e-annotation", "data-annotation-id": isExistingAnnotation(annotation) ? annotation.annotationId : '', "data-hidden": "true" })) : (React.createElement(AnnotationMark, { key: key, annotation: annotation, markedText: annotatedTextWithCorrectedStartIndex, onClickAnnotation: onClickAnnotation, setNewAnnotationRef: setNewAnnotationRef })));
66
+ lastIndex = correctStartIndex + annotation.length;
67
+ }
68
+ // Add remaining unmarked text
69
+ nodes.push(text.substring(lastIndex));
70
+ return nodes;
71
+ }
72
+ //# sourceMappingURL=markText.js.map