@digabi/exam-engine-core 23.9.2 → 23.9.3-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (775) hide show
  1. package/dist/__tests__/examServerApi.d.ts.map +1 -1
  2. package/dist/__tests__/examServerApi.js +2 -0
  3. package/dist/__tests__/examServerApi.js.map +1 -1
  4. package/dist/__tests__/playwright/exam/AudioAnswer.test.d.ts +2 -0
  5. package/dist/__tests__/playwright/exam/AudioAnswer.test.d.ts.map +1 -0
  6. package/dist/__tests__/playwright/exam/AudioAnswer.test.js +30 -0
  7. package/dist/__tests__/playwright/exam/AudioAnswer.test.js.map +1 -0
  8. package/dist/__tests__/playwright/stories/exam/AudioAnswer.story.d.ts +8 -0
  9. package/dist/__tests__/playwright/stories/exam/AudioAnswer.story.d.ts.map +1 -0
  10. package/dist/__tests__/playwright/stories/exam/AudioAnswer.story.js +34 -0
  11. package/dist/__tests__/playwright/stories/exam/AudioAnswer.story.js.map +1 -0
  12. package/dist/__tests__/tsconfig.tsbuildinfo +1 -1
  13. package/dist/components/context/QuestionContext.d.ts.map +1 -1
  14. package/dist/components/context/QuestionContext.js +1 -1
  15. package/dist/components/context/QuestionContext.js.map +1 -1
  16. package/dist/components/exam/AudioAnswer.d.ts +7 -0
  17. package/dist/components/exam/AudioAnswer.d.ts.map +1 -0
  18. package/dist/components/exam/AudioAnswer.js +79 -0
  19. package/dist/components/exam/AudioAnswer.js.map +1 -0
  20. package/dist/components/exam/Exam.d.ts.map +1 -1
  21. package/dist/components/exam/Exam.js +3 -1
  22. package/dist/components/exam/Exam.js.map +1 -1
  23. package/dist/components/grading/GradingAnswer.d.ts +2 -6
  24. package/dist/components/grading/GradingAnswer.d.ts.map +1 -1
  25. package/dist/components/grading/GradingAnswer.js +4 -3
  26. package/dist/components/grading/GradingAnswer.js.map +1 -1
  27. package/dist/components/results/AudioAnswer.d.ts +6 -0
  28. package/dist/components/results/AudioAnswer.d.ts.map +1 -0
  29. package/dist/components/results/AudioAnswer.js +33 -0
  30. package/dist/components/results/AudioAnswer.js.map +1 -0
  31. package/dist/components/results/Results.d.ts.map +1 -1
  32. package/dist/components/results/Results.js +3 -1
  33. package/dist/components/results/Results.js.map +1 -1
  34. package/dist/dom-utils.js +1 -1
  35. package/dist/dom-utils.js.map +1 -1
  36. package/dist/i18n/fi-FI.d.ts +3 -0
  37. package/dist/i18n/fi-FI.d.ts.map +1 -1
  38. package/dist/i18n/fi-FI.js +3 -0
  39. package/dist/i18n/fi-FI.js.map +1 -1
  40. package/dist/i18n/sv-FI.d.ts.map +1 -1
  41. package/dist/i18n/sv-FI.js +3 -0
  42. package/dist/i18n/sv-FI.js.map +1 -1
  43. package/dist/main-bundle.js +18 -18
  44. package/dist/main-bundle.js.LICENSE.txt +7 -0
  45. package/dist/main.css +1 -1
  46. package/dist/parser/parseExamStructure.d.ts +8 -1
  47. package/dist/parser/parseExamStructure.d.ts.map +1 -1
  48. package/dist/parser/parseExamStructure.js +1 -1
  49. package/dist/parser/parseExamStructure.js.map +1 -1
  50. package/dist/types/ExamAnswer.d.ts +5 -1
  51. package/dist/types/ExamAnswer.d.ts.map +1 -1
  52. package/dist/types/ExamServerAPI.d.ts +4 -0
  53. package/dist/types/ExamServerAPI.d.ts.map +1 -1
  54. package/dist/types/GradingStructure.d.ts +7 -1
  55. package/dist/types/GradingStructure.d.ts.map +1 -1
  56. package/dist/validateAnswers.d.ts.map +1 -1
  57. package/dist/validateAnswers.js +1 -0
  58. package/dist/validateAnswers.js.map +1 -1
  59. package/package.json +3 -2
  60. package/dist/__tests__/annotations.test.d.ts +0 -2
  61. package/dist/__tests__/annotations.test.d.ts.map +0 -1
  62. package/dist/__tests__/annotations.test.js +0 -306
  63. package/dist/__tests__/annotations.test.js.map +0 -1
  64. package/dist/__tests__/playwright/Annotations.test.d.ts +0 -2
  65. package/dist/__tests__/playwright/Annotations.test.d.ts.map +0 -1
  66. package/dist/__tests__/playwright/Annotations.test.js +0 -169
  67. package/dist/__tests__/playwright/Annotations.test.js.map +0 -1
  68. package/dist/__tests__/playwright/attachments/Attachments.test.d.ts +0 -2
  69. package/dist/__tests__/playwright/attachments/Attachments.test.d.ts.map +0 -1
  70. package/dist/__tests__/playwright/attachments/Attachments.test.js +0 -30
  71. package/dist/__tests__/playwright/attachments/Attachments.test.js.map +0 -1
  72. package/dist/__tests__/playwright/grading-instructions/GradingInstructions.test.d.ts +0 -2
  73. package/dist/__tests__/playwright/grading-instructions/GradingInstructions.test.d.ts.map +0 -1
  74. package/dist/__tests__/playwright/grading-instructions/GradingInstructions.test.js +0 -30
  75. package/dist/__tests__/playwright/grading-instructions/GradingInstructions.test.js.map +0 -1
  76. package/dist/__tests__/playwright/stories/Annotations.story.d.ts +0 -15
  77. package/dist/__tests__/playwright/stories/Annotations.story.d.ts.map +0 -1
  78. package/dist/__tests__/playwright/stories/Annotations.story.js +0 -27
  79. package/dist/__tests__/playwright/stories/Annotations.story.js.map +0 -1
  80. package/dist/__tests__/playwright/stories/attachments/Attachments.story.d.ts +0 -13
  81. package/dist/__tests__/playwright/stories/attachments/Attachments.story.d.ts.map +0 -1
  82. package/dist/__tests__/playwright/stories/attachments/Attachments.story.js +0 -17
  83. package/dist/__tests__/playwright/stories/attachments/Attachments.story.js.map +0 -1
  84. package/dist/__tests__/playwright/stories/grading-intructions/GradingInstructions.story.d.ts +0 -13
  85. package/dist/__tests__/playwright/stories/grading-intructions/GradingInstructions.story.d.ts.map +0 -1
  86. package/dist/__tests__/playwright/stories/grading-intructions/GradingInstructions.story.js +0 -16
  87. package/dist/__tests__/playwright/stories/grading-intructions/GradingInstructions.story.js.map +0 -1
  88. package/dist/assets/NotoMono.ttf +0 -0
  89. package/dist/assets/NotoSans-Bold.ttf +0 -0
  90. package/dist/assets/NotoSans-BoldItalic.ttf +0 -0
  91. package/dist/assets/NotoSans-Italic.ttf +0 -0
  92. package/dist/assets/NotoSans-Light.ttf +0 -0
  93. package/dist/assets/NotoSans-LightItalic.ttf +0 -0
  94. package/dist/assets/NotoSans-Regular.ttf +0 -0
  95. package/dist/assets/NotoSans-SemiBold.ttf +0 -0
  96. package/dist/assets/NotoSans-SemiBoldItalic.ttf +0 -0
  97. package/dist/assets/closeButton.svg +0 -1
  98. package/dist/assets/collapse.svg +0 -12
  99. package/dist/assets/expand.svg +0 -12
  100. package/dist/assets/helpButton.svg +0 -9
  101. package/dist/assets/redoButton.svg +0 -5
  102. package/dist/assets/undoButton.svg +0 -5
  103. package/dist/components/exam/ExamineExam.d.ts +0 -5
  104. package/dist/components/exam/ExamineExam.d.ts.map +0 -1
  105. package/dist/components/exam/ExamineExam.js +0 -20
  106. package/dist/components/exam/ExamineExam.js.map +0 -1
  107. package/dist/components/grading/examAnnotationUtils.d.ts +0 -3
  108. package/dist/components/grading/examAnnotationUtils.d.ts.map +0 -1
  109. package/dist/components/grading/examAnnotationUtils.js +0 -104
  110. package/dist/components/grading/examAnnotationUtils.js.map +0 -1
  111. package/dist/components/shared/AnnotatableText.d.ts +0 -5
  112. package/dist/components/shared/AnnotatableText.d.ts.map +0 -1
  113. package/dist/components/shared/AnnotatableText.js +0 -25
  114. package/dist/components/shared/AnnotatableText.js.map +0 -1
  115. package/dist/components/shared/AnnotationMark.d.ts +0 -9
  116. package/dist/components/shared/AnnotationMark.d.ts.map +0 -1
  117. package/dist/components/shared/AnnotationMark.js +0 -14
  118. package/dist/components/shared/AnnotationMark.js.map +0 -1
  119. package/dist/components/shared/AnnotationPopup.d.ts +0 -3
  120. package/dist/components/shared/AnnotationPopup.d.ts.map +0 -1
  121. package/dist/components/shared/AnnotationPopup.js +0 -21
  122. package/dist/components/shared/AnnotationPopup.js.map +0 -1
  123. package/dist/components/shared/markText.d.ts +0 -5
  124. package/dist/components/shared/markText.d.ts.map +0 -1
  125. package/dist/components/shared/markText.js +0 -72
  126. package/dist/components/shared/markText.js.map +0 -1
  127. package/dist/components/surround.d.ts +0 -8
  128. package/dist/components/surround.d.ts.map +0 -1
  129. package/dist/components/surround.js +0 -19
  130. package/dist/components/surround.js.map +0 -1
  131. package/dist/src/components/AnswerToolbar.d.ts +0 -18
  132. package/dist/src/components/AnswerToolbar.d.ts.map +0 -1
  133. package/dist/src/components/AnswerToolbar.js +0 -36
  134. package/dist/src/components/AnswerToolbar.js.map +0 -1
  135. package/dist/src/components/AnsweringInstructions.d.ts +0 -12
  136. package/dist/src/components/AnsweringInstructions.d.ts.map +0 -1
  137. package/dist/src/components/AnsweringInstructions.js +0 -24
  138. package/dist/src/components/AnsweringInstructions.js.map +0 -1
  139. package/dist/src/components/DocumentTitle.d.ts +0 -5
  140. package/dist/src/components/DocumentTitle.d.ts.map +0 -1
  141. package/dist/src/components/DocumentTitle.js +0 -13
  142. package/dist/src/components/DocumentTitle.js.map +0 -1
  143. package/dist/src/components/NotificationIcon.d.ts +0 -4
  144. package/dist/src/components/NotificationIcon.d.ts.map +0 -1
  145. package/dist/src/components/NotificationIcon.js +0 -6
  146. package/dist/src/components/NotificationIcon.js.map +0 -1
  147. package/dist/src/components/RenderChildNodes.d.ts +0 -5
  148. package/dist/src/components/RenderChildNodes.d.ts.map +0 -1
  149. package/dist/src/components/RenderChildNodes.js +0 -7
  150. package/dist/src/components/RenderChildNodes.js.map +0 -1
  151. package/dist/src/components/RenderExamElements.d.ts +0 -6
  152. package/dist/src/components/RenderExamElements.d.ts.map +0 -1
  153. package/dist/src/components/RenderExamElements.js +0 -6
  154. package/dist/src/components/RenderExamElements.js.map +0 -1
  155. package/dist/src/components/RenderIf.d.ts +0 -4
  156. package/dist/src/components/RenderIf.d.ts.map +0 -1
  157. package/dist/src/components/RenderIf.js +0 -8
  158. package/dist/src/components/RenderIf.js.map +0 -1
  159. package/dist/src/components/ScreenReaderOnly.d.ts +0 -5
  160. package/dist/src/components/ScreenReaderOnly.d.ts.map +0 -1
  161. package/dist/src/components/ScreenReaderOnly.js +0 -3
  162. package/dist/src/components/ScreenReaderOnly.js.map +0 -1
  163. package/dist/src/components/SectionElement.d.ts +0 -4
  164. package/dist/src/components/SectionElement.d.ts.map +0 -1
  165. package/dist/src/components/SectionElement.js +0 -8
  166. package/dist/src/components/SectionElement.js.map +0 -1
  167. package/dist/src/components/attachments/Attachment.d.ts +0 -4
  168. package/dist/src/components/attachments/Attachment.d.ts.map +0 -1
  169. package/dist/src/components/attachments/Attachment.js +0 -8
  170. package/dist/src/components/attachments/Attachment.js.map +0 -1
  171. package/dist/src/components/attachments/AttachmentTitle.d.ts +0 -6
  172. package/dist/src/components/attachments/AttachmentTitle.d.ts.map +0 -1
  173. package/dist/src/components/attachments/AttachmentTitle.js +0 -12
  174. package/dist/src/components/attachments/AttachmentTitle.js.map +0 -1
  175. package/dist/src/components/attachments/Attachments.d.ts +0 -5
  176. package/dist/src/components/attachments/Attachments.d.ts.map +0 -1
  177. package/dist/src/components/attachments/Attachments.js +0 -55
  178. package/dist/src/components/attachments/Attachments.js.map +0 -1
  179. package/dist/src/components/attachments/ExternalMaterial.d.ts +0 -9
  180. package/dist/src/components/attachments/ExternalMaterial.d.ts.map +0 -1
  181. package/dist/src/components/attachments/ExternalMaterial.js +0 -46
  182. package/dist/src/components/attachments/ExternalMaterial.js.map +0 -1
  183. package/dist/src/components/attachments/Question.d.ts +0 -4
  184. package/dist/src/components/attachments/Question.d.ts.map +0 -1
  185. package/dist/src/components/attachments/Question.js +0 -16
  186. package/dist/src/components/attachments/Question.js.map +0 -1
  187. package/dist/src/components/attachments/QuestionTitle.d.ts +0 -6
  188. package/dist/src/components/attachments/QuestionTitle.d.ts.map +0 -1
  189. package/dist/src/components/attachments/QuestionTitle.js +0 -15
  190. package/dist/src/components/attachments/QuestionTitle.js.map +0 -1
  191. package/dist/src/components/context/AnnotationProvider.d.ts +0 -16
  192. package/dist/src/components/context/AnnotationProvider.d.ts.map +0 -1
  193. package/dist/src/components/context/AnnotationProvider.js +0 -35
  194. package/dist/src/components/context/AnnotationProvider.js.map +0 -1
  195. package/dist/src/components/context/AttachmentContext.d.ts +0 -13
  196. package/dist/src/components/context/AttachmentContext.d.ts.map +0 -1
  197. package/dist/src/components/context/AttachmentContext.js +0 -12
  198. package/dist/src/components/context/AttachmentContext.js.map +0 -1
  199. package/dist/src/components/context/CommonExamContext.d.ts +0 -22
  200. package/dist/src/components/context/CommonExamContext.d.ts.map +0 -1
  201. package/dist/src/components/context/CommonExamContext.js +0 -28
  202. package/dist/src/components/context/CommonExamContext.js.map +0 -1
  203. package/dist/src/components/context/ExamContext.d.ts +0 -9
  204. package/dist/src/components/context/ExamContext.d.ts.map +0 -1
  205. package/dist/src/components/context/ExamContext.js +0 -11
  206. package/dist/src/components/context/ExamContext.js.map +0 -1
  207. package/dist/src/components/context/IsInSidebarContext.d.ts +0 -6
  208. package/dist/src/components/context/IsInSidebarContext.d.ts.map +0 -1
  209. package/dist/src/components/context/IsInSidebarContext.js +0 -3
  210. package/dist/src/components/context/IsInSidebarContext.js.map +0 -1
  211. package/dist/src/components/context/QuestionContext.d.ts +0 -14
  212. package/dist/src/components/context/QuestionContext.d.ts.map +0 -1
  213. package/dist/src/components/context/QuestionContext.js +0 -27
  214. package/dist/src/components/context/QuestionContext.js.map +0 -1
  215. package/dist/src/components/context/ResultsContext.d.ts +0 -17
  216. package/dist/src/components/context/ResultsContext.d.ts.map +0 -1
  217. package/dist/src/components/context/ResultsContext.js +0 -69
  218. package/dist/src/components/context/ResultsContext.js.map +0 -1
  219. package/dist/src/components/context/SectionContext.d.ts +0 -12
  220. package/dist/src/components/context/SectionContext.d.ts.map +0 -1
  221. package/dist/src/components/context/SectionContext.js +0 -21
  222. package/dist/src/components/context/SectionContext.js.map +0 -1
  223. package/dist/src/components/context/TOCContext.d.ts +0 -7
  224. package/dist/src/components/context/TOCContext.d.ts.map +0 -1
  225. package/dist/src/components/context/TOCContext.js +0 -3
  226. package/dist/src/components/context/TOCContext.js.map +0 -1
  227. package/dist/src/components/context/withContext.d.ts +0 -3
  228. package/dist/src/components/context/withContext.d.ts.map +0 -1
  229. package/dist/src/components/context/withContext.js +0 -12
  230. package/dist/src/components/context/withContext.js.map +0 -1
  231. package/dist/src/components/exam/Attachment.d.ts +0 -4
  232. package/dist/src/components/exam/Attachment.d.ts.map +0 -1
  233. package/dist/src/components/exam/Attachment.js +0 -8
  234. package/dist/src/components/exam/Attachment.js.map +0 -1
  235. package/dist/src/components/exam/ChoiceAnswer.d.ts +0 -5
  236. package/dist/src/components/exam/ChoiceAnswer.d.ts.map +0 -1
  237. package/dist/src/components/exam/ChoiceAnswer.js +0 -53
  238. package/dist/src/components/exam/ChoiceAnswer.js.map +0 -1
  239. package/dist/src/components/exam/DropdownAnswer.d.ts +0 -5
  240. package/dist/src/components/exam/DropdownAnswer.d.ts.map +0 -1
  241. package/dist/src/components/exam/DropdownAnswer.js +0 -101
  242. package/dist/src/components/exam/DropdownAnswer.js.map +0 -1
  243. package/dist/src/components/exam/Exam.d.ts +0 -48
  244. package/dist/src/components/exam/Exam.d.ts.map +0 -1
  245. package/dist/src/components/exam/Exam.js +0 -195
  246. package/dist/src/components/exam/Exam.js.map +0 -1
  247. package/dist/src/components/exam/ExamFooter.d.ts +0 -6
  248. package/dist/src/components/exam/ExamFooter.d.ts.map +0 -1
  249. package/dist/src/components/exam/ExamFooter.js +0 -6
  250. package/dist/src/components/exam/ExamFooter.js.map +0 -1
  251. package/dist/src/components/exam/ExamInstruction.d.ts +0 -6
  252. package/dist/src/components/exam/ExamInstruction.d.ts.map +0 -1
  253. package/dist/src/components/exam/ExamInstruction.js +0 -6
  254. package/dist/src/components/exam/ExamInstruction.js.map +0 -1
  255. package/dist/src/components/exam/ExternalMaterial.d.ts +0 -10
  256. package/dist/src/components/exam/ExternalMaterial.d.ts.map +0 -1
  257. package/dist/src/components/exam/ExternalMaterial.js +0 -33
  258. package/dist/src/components/exam/ExternalMaterial.js.map +0 -1
  259. package/dist/src/components/exam/GoToExamineAnswersButton.d.ts +0 -5
  260. package/dist/src/components/exam/GoToExamineAnswersButton.d.ts.map +0 -1
  261. package/dist/src/components/exam/GoToExamineAnswersButton.js +0 -18
  262. package/dist/src/components/exam/GoToExamineAnswersButton.js.map +0 -1
  263. package/dist/src/components/exam/Hints.d.ts +0 -5
  264. package/dist/src/components/exam/Hints.d.ts.map +0 -1
  265. package/dist/src/components/exam/Hints.js +0 -31
  266. package/dist/src/components/exam/Hints.js.map +0 -1
  267. package/dist/src/components/exam/Question.d.ts +0 -8
  268. package/dist/src/components/exam/Question.d.ts.map +0 -1
  269. package/dist/src/components/exam/Question.js +0 -75
  270. package/dist/src/components/exam/Question.js.map +0 -1
  271. package/dist/src/components/exam/QuestionInstruction.d.ts +0 -6
  272. package/dist/src/components/exam/QuestionInstruction.d.ts.map +0 -1
  273. package/dist/src/components/exam/QuestionInstruction.js +0 -8
  274. package/dist/src/components/exam/QuestionInstruction.js.map +0 -1
  275. package/dist/src/components/exam/QuestionTitle.d.ts +0 -5
  276. package/dist/src/components/exam/QuestionTitle.d.ts.map +0 -1
  277. package/dist/src/components/exam/QuestionTitle.js +0 -26
  278. package/dist/src/components/exam/QuestionTitle.js.map +0 -1
  279. package/dist/src/components/exam/RichTextAnswer.d.ts +0 -41
  280. package/dist/src/components/exam/RichTextAnswer.d.ts.map +0 -1
  281. package/dist/src/components/exam/RichTextAnswer.js +0 -79
  282. package/dist/src/components/exam/RichTextAnswer.js.map +0 -1
  283. package/dist/src/components/exam/Section.d.ts +0 -4
  284. package/dist/src/components/exam/Section.d.ts.map +0 -1
  285. package/dist/src/components/exam/Section.js +0 -49
  286. package/dist/src/components/exam/Section.js.map +0 -1
  287. package/dist/src/components/exam/SectionInstruction.d.ts +0 -6
  288. package/dist/src/components/exam/SectionInstruction.d.ts.map +0 -1
  289. package/dist/src/components/exam/SectionInstruction.js +0 -6
  290. package/dist/src/components/exam/SectionInstruction.js.map +0 -1
  291. package/dist/src/components/exam/SectionTitle.d.ts +0 -6
  292. package/dist/src/components/exam/SectionTitle.d.ts.map +0 -1
  293. package/dist/src/components/exam/SectionTitle.js +0 -30
  294. package/dist/src/components/exam/SectionTitle.js.map +0 -1
  295. package/dist/src/components/exam/StudentNameHeader.d.ts +0 -8
  296. package/dist/src/components/exam/StudentNameHeader.d.ts.map +0 -1
  297. package/dist/src/components/exam/StudentNameHeader.js +0 -3
  298. package/dist/src/components/exam/StudentNameHeader.js.map +0 -1
  299. package/dist/src/components/exam/TextAnswer.d.ts +0 -6
  300. package/dist/src/components/exam/TextAnswer.d.ts.map +0 -1
  301. package/dist/src/components/exam/TextAnswer.js +0 -20
  302. package/dist/src/components/exam/TextAnswer.js.map +0 -1
  303. package/dist/src/components/exam/UndoHistoryEntry.d.ts +0 -19
  304. package/dist/src/components/exam/UndoHistoryEntry.d.ts.map +0 -1
  305. package/dist/src/components/exam/UndoHistoryEntry.js +0 -39
  306. package/dist/src/components/exam/UndoHistoryEntry.js.map +0 -1
  307. package/dist/src/components/exam/UndoView.d.ts +0 -35
  308. package/dist/src/components/exam/UndoView.d.ts.map +0 -1
  309. package/dist/src/components/exam/UndoView.js +0 -162
  310. package/dist/src/components/exam/UndoView.js.map +0 -1
  311. package/dist/src/components/exam/internal/ErrorIndicator.d.ts +0 -9
  312. package/dist/src/components/exam/internal/ErrorIndicator.d.ts.map +0 -1
  313. package/dist/src/components/exam/internal/ErrorIndicator.js +0 -63
  314. package/dist/src/components/exam/internal/ErrorIndicator.js.map +0 -1
  315. package/dist/src/components/exam/internal/ProgressBar.d.ts +0 -8
  316. package/dist/src/components/exam/internal/ProgressBar.d.ts.map +0 -1
  317. package/dist/src/components/exam/internal/ProgressBar.js +0 -19
  318. package/dist/src/components/exam/internal/ProgressBar.js.map +0 -1
  319. package/dist/src/components/exam/internal/SaveIndicator.d.ts +0 -5
  320. package/dist/src/components/exam/internal/SaveIndicator.d.ts.map +0 -1
  321. package/dist/src/components/exam/internal/SaveIndicator.js +0 -16
  322. package/dist/src/components/exam/internal/SaveIndicator.js.map +0 -1
  323. package/dist/src/components/exam/internal/TextAnswerInput.d.ts +0 -6
  324. package/dist/src/components/exam/internal/TextAnswerInput.d.ts.map +0 -1
  325. package/dist/src/components/exam/internal/TextAnswerInput.js +0 -128
  326. package/dist/src/components/exam/internal/TextAnswerInput.js.map +0 -1
  327. package/dist/src/components/grading/AnswerCharacterCounter.d.ts +0 -6
  328. package/dist/src/components/grading/AnswerCharacterCounter.d.ts.map +0 -1
  329. package/dist/src/components/grading/AnswerCharacterCounter.js +0 -21
  330. package/dist/src/components/grading/AnswerCharacterCounter.js.map +0 -1
  331. package/dist/src/components/grading/GradingAnswer.d.ts +0 -24
  332. package/dist/src/components/grading/GradingAnswer.d.ts.map +0 -1
  333. package/dist/src/components/grading/GradingAnswer.js +0 -306
  334. package/dist/src/components/grading/GradingAnswer.js.map +0 -1
  335. package/dist/src/components/grading/GradingAnswerAnnotationList.d.ts +0 -9
  336. package/dist/src/components/grading/GradingAnswerAnnotationList.d.ts.map +0 -1
  337. package/dist/src/components/grading/GradingAnswerAnnotationList.js +0 -19
  338. package/dist/src/components/grading/GradingAnswerAnnotationList.js.map +0 -1
  339. package/dist/src/components/grading/editAnnotations.d.ts +0 -29
  340. package/dist/src/components/grading/editAnnotations.d.ts.map +0 -1
  341. package/dist/src/components/grading/editAnnotations.js +0 -190
  342. package/dist/src/components/grading/editAnnotations.js.map +0 -1
  343. package/dist/src/components/grading/examAnnotationUtils.d.ts +0 -3
  344. package/dist/src/components/grading/examAnnotationUtils.d.ts.map +0 -1
  345. package/dist/src/components/grading/examAnnotationUtils.js +0 -44
  346. package/dist/src/components/grading/examAnnotationUtils.js.map +0 -1
  347. package/dist/src/components/grading/largeImageDetector.d.ts +0 -3
  348. package/dist/src/components/grading/largeImageDetector.d.ts.map +0 -1
  349. package/dist/src/components/grading/largeImageDetector.js +0 -45
  350. package/dist/src/components/grading/largeImageDetector.js.map +0 -1
  351. package/dist/src/components/grading-instructions/AnswerGradingInstruction.d.ts +0 -5
  352. package/dist/src/components/grading-instructions/AnswerGradingInstruction.d.ts.map +0 -1
  353. package/dist/src/components/grading-instructions/AnswerGradingInstruction.js +0 -4
  354. package/dist/src/components/grading-instructions/AnswerGradingInstruction.js.map +0 -1
  355. package/dist/src/components/grading-instructions/AutogradedAnswer.d.ts +0 -5
  356. package/dist/src/components/grading-instructions/AutogradedAnswer.d.ts.map +0 -1
  357. package/dist/src/components/grading-instructions/AutogradedAnswer.js +0 -34
  358. package/dist/src/components/grading-instructions/AutogradedAnswer.js.map +0 -1
  359. package/dist/src/components/grading-instructions/AutogradedAnswerOption.d.ts +0 -5
  360. package/dist/src/components/grading-instructions/AutogradedAnswerOption.d.ts.map +0 -1
  361. package/dist/src/components/grading-instructions/AutogradedAnswerOption.js +0 -17
  362. package/dist/src/components/grading-instructions/AutogradedAnswerOption.js.map +0 -1
  363. package/dist/src/components/grading-instructions/ExamGradingInstruction.d.ts +0 -5
  364. package/dist/src/components/grading-instructions/ExamGradingInstruction.d.ts.map +0 -1
  365. package/dist/src/components/grading-instructions/ExamGradingInstruction.js +0 -4
  366. package/dist/src/components/grading-instructions/ExamGradingInstruction.js.map +0 -1
  367. package/dist/src/components/grading-instructions/GradingInstructions.d.ts +0 -6
  368. package/dist/src/components/grading-instructions/GradingInstructions.d.ts.map +0 -1
  369. package/dist/src/components/grading-instructions/GradingInstructions.js +0 -109
  370. package/dist/src/components/grading-instructions/GradingInstructions.js.map +0 -1
  371. package/dist/src/components/grading-instructions/Question.d.ts +0 -4
  372. package/dist/src/components/grading-instructions/Question.d.ts.map +0 -1
  373. package/dist/src/components/grading-instructions/Question.js +0 -14
  374. package/dist/src/components/grading-instructions/Question.js.map +0 -1
  375. package/dist/src/components/grading-instructions/QuestionTitle.d.ts +0 -5
  376. package/dist/src/components/grading-instructions/QuestionTitle.d.ts.map +0 -1
  377. package/dist/src/components/grading-instructions/QuestionTitle.js +0 -19
  378. package/dist/src/components/grading-instructions/QuestionTitle.js.map +0 -1
  379. package/dist/src/components/grading-instructions/Recording.d.ts +0 -5
  380. package/dist/src/components/grading-instructions/Recording.d.ts.map +0 -1
  381. package/dist/src/components/grading-instructions/Recording.js +0 -19
  382. package/dist/src/components/grading-instructions/Recording.js.map +0 -1
  383. package/dist/src/components/grading-instructions/Section.d.ts +0 -4
  384. package/dist/src/components/grading-instructions/Section.d.ts.map +0 -1
  385. package/dist/src/components/grading-instructions/Section.js +0 -10
  386. package/dist/src/components/grading-instructions/Section.js.map +0 -1
  387. package/dist/src/components/grading-instructions/SectionTitle.d.ts +0 -5
  388. package/dist/src/components/grading-instructions/SectionTitle.d.ts.map +0 -1
  389. package/dist/src/components/grading-instructions/SectionTitle.js +0 -16
  390. package/dist/src/components/grading-instructions/SectionTitle.js.map +0 -1
  391. package/dist/src/components/results/ChoiceAnswer.d.ts +0 -6
  392. package/dist/src/components/results/ChoiceAnswer.d.ts.map +0 -1
  393. package/dist/src/components/results/ChoiceAnswer.js +0 -57
  394. package/dist/src/components/results/ChoiceAnswer.js.map +0 -1
  395. package/dist/src/components/results/DropdownAnswer.d.ts +0 -6
  396. package/dist/src/components/results/DropdownAnswer.d.ts.map +0 -1
  397. package/dist/src/components/results/DropdownAnswer.js +0 -43
  398. package/dist/src/components/results/DropdownAnswer.js.map +0 -1
  399. package/dist/src/components/results/EndExamSession.d.ts +0 -8
  400. package/dist/src/components/results/EndExamSession.d.ts.map +0 -1
  401. package/dist/src/components/results/EndExamSession.js +0 -20
  402. package/dist/src/components/results/EndExamSession.js.map +0 -1
  403. package/dist/src/components/results/MultiLineAnswer.d.ts +0 -8
  404. package/dist/src/components/results/MultiLineAnswer.d.ts.map +0 -1
  405. package/dist/src/components/results/MultiLineAnswer.js +0 -22
  406. package/dist/src/components/results/MultiLineAnswer.js.map +0 -1
  407. package/dist/src/components/results/Question.d.ts +0 -4
  408. package/dist/src/components/results/Question.d.ts.map +0 -1
  409. package/dist/src/components/results/Question.js +0 -31
  410. package/dist/src/components/results/Question.js.map +0 -1
  411. package/dist/src/components/results/QuestionTitle.d.ts +0 -6
  412. package/dist/src/components/results/QuestionTitle.d.ts.map +0 -1
  413. package/dist/src/components/results/QuestionTitle.js +0 -26
  414. package/dist/src/components/results/QuestionTitle.js.map +0 -1
  415. package/dist/src/components/results/Results.d.ts +0 -19
  416. package/dist/src/components/results/Results.d.ts.map +0 -1
  417. package/dist/src/components/results/Results.js +0 -136
  418. package/dist/src/components/results/Results.js.map +0 -1
  419. package/dist/src/components/results/ScoredTextAnswer.d.ts +0 -6
  420. package/dist/src/components/results/ScoredTextAnswer.d.ts.map +0 -1
  421. package/dist/src/components/results/ScoredTextAnswer.js +0 -22
  422. package/dist/src/components/results/ScoredTextAnswer.js.map +0 -1
  423. package/dist/src/components/results/Section.d.ts +0 -4
  424. package/dist/src/components/results/Section.d.ts.map +0 -1
  425. package/dist/src/components/results/Section.js +0 -11
  426. package/dist/src/components/results/Section.js.map +0 -1
  427. package/dist/src/components/results/SingleLineAnswer.d.ts +0 -12
  428. package/dist/src/components/results/SingleLineAnswer.d.ts.map +0 -1
  429. package/dist/src/components/results/SingleLineAnswer.js +0 -26
  430. package/dist/src/components/results/SingleLineAnswer.js.map +0 -1
  431. package/dist/src/components/results/TextAnswer.d.ts +0 -7
  432. package/dist/src/components/results/TextAnswer.d.ts.map +0 -1
  433. package/dist/src/components/results/TextAnswer.js +0 -48
  434. package/dist/src/components/results/TextAnswer.js.map +0 -1
  435. package/dist/src/components/results/internal/AnnotationList.d.ts +0 -5
  436. package/dist/src/components/results/internal/AnnotationList.d.ts.map +0 -1
  437. package/dist/src/components/results/internal/AnnotationList.js +0 -32
  438. package/dist/src/components/results/internal/AnnotationList.js.map +0 -1
  439. package/dist/src/components/results/internal/QuestionAutoScore.d.ts +0 -11
  440. package/dist/src/components/results/internal/QuestionAutoScore.d.ts.map +0 -1
  441. package/dist/src/components/results/internal/QuestionAutoScore.js +0 -17
  442. package/dist/src/components/results/internal/QuestionAutoScore.js.map +0 -1
  443. package/dist/src/components/results/internal/QuestionManualScore.d.ts +0 -13
  444. package/dist/src/components/results/internal/QuestionManualScore.d.ts.map +0 -1
  445. package/dist/src/components/results/internal/QuestionManualScore.js +0 -66
  446. package/dist/src/components/results/internal/QuestionManualScore.js.map +0 -1
  447. package/dist/src/components/results/internal/QuestionScoresContainer.d.ts +0 -11
  448. package/dist/src/components/results/internal/QuestionScoresContainer.d.ts.map +0 -1
  449. package/dist/src/components/results/internal/QuestionScoresContainer.js +0 -27
  450. package/dist/src/components/results/internal/QuestionScoresContainer.js.map +0 -1
  451. package/dist/src/components/results/isExamineExamPageHook.d.ts +0 -2
  452. package/dist/src/components/results/isExamineExamPageHook.d.ts.map +0 -1
  453. package/dist/src/components/results/isExamineExamPageHook.js +0 -7
  454. package/dist/src/components/results/isExamineExamPageHook.js.map +0 -1
  455. package/dist/src/components/shared/AnnotatableText.d.ts +0 -5
  456. package/dist/src/components/shared/AnnotatableText.d.ts.map +0 -1
  457. package/dist/src/components/shared/AnnotatableText.js +0 -73
  458. package/dist/src/components/shared/AnnotatableText.js.map +0 -1
  459. package/dist/src/components/shared/AnnotationLists.d.ts +0 -13
  460. package/dist/src/components/shared/AnnotationLists.d.ts.map +0 -1
  461. package/dist/src/components/shared/AnnotationLists.js +0 -17
  462. package/dist/src/components/shared/AnnotationLists.js.map +0 -1
  463. package/dist/src/components/shared/AnnotationPopup.d.ts +0 -3
  464. package/dist/src/components/shared/AnnotationPopup.d.ts.map +0 -1
  465. package/dist/src/components/shared/AnnotationPopup.js +0 -74
  466. package/dist/src/components/shared/AnnotationPopup.js.map +0 -1
  467. package/dist/src/components/shared/AnswerIndicator.d.ts +0 -12
  468. package/dist/src/components/shared/AnswerIndicator.d.ts.map +0 -1
  469. package/dist/src/components/shared/AnswerIndicator.js +0 -27
  470. package/dist/src/components/shared/AnswerIndicator.js.map +0 -1
  471. package/dist/src/components/shared/AnswerLengthInfo.d.ts +0 -7
  472. package/dist/src/components/shared/AnswerLengthInfo.d.ts.map +0 -1
  473. package/dist/src/components/shared/AnswerLengthInfo.js +0 -11
  474. package/dist/src/components/shared/AnswerLengthInfo.js.map +0 -1
  475. package/dist/src/components/shared/AttachmentLink.d.ts +0 -5
  476. package/dist/src/components/shared/AttachmentLink.d.ts.map +0 -1
  477. package/dist/src/components/shared/AttachmentLink.js +0 -28
  478. package/dist/src/components/shared/AttachmentLink.js.map +0 -1
  479. package/dist/src/components/shared/AttachmentLinks.d.ts +0 -5
  480. package/dist/src/components/shared/AttachmentLinks.d.ts.map +0 -1
  481. package/dist/src/components/shared/AttachmentLinks.js +0 -58
  482. package/dist/src/components/shared/AttachmentLinks.js.map +0 -1
  483. package/dist/src/components/shared/Audio.d.ts +0 -6
  484. package/dist/src/components/shared/Audio.d.ts.map +0 -1
  485. package/dist/src/components/shared/Audio.js +0 -31
  486. package/dist/src/components/shared/Audio.js.map +0 -1
  487. package/dist/src/components/shared/AudioGroup.d.ts +0 -6
  488. package/dist/src/components/shared/AudioGroup.d.ts.map +0 -1
  489. package/dist/src/components/shared/AudioGroup.js +0 -9
  490. package/dist/src/components/shared/AudioGroup.js.map +0 -1
  491. package/dist/src/components/shared/AudioTest.d.ts +0 -6
  492. package/dist/src/components/shared/AudioTest.d.ts.map +0 -1
  493. package/dist/src/components/shared/AudioTest.js +0 -34
  494. package/dist/src/components/shared/AudioTest.js.map +0 -1
  495. package/dist/src/components/shared/ExamTranslation.d.ts +0 -6
  496. package/dist/src/components/shared/ExamTranslation.d.ts.map +0 -1
  497. package/dist/src/components/shared/ExamTranslation.js +0 -9
  498. package/dist/src/components/shared/ExamTranslation.js.map +0 -1
  499. package/dist/src/components/shared/File.d.ts +0 -6
  500. package/dist/src/components/shared/File.d.ts.map +0 -1
  501. package/dist/src/components/shared/File.js +0 -15
  502. package/dist/src/components/shared/File.js.map +0 -1
  503. package/dist/src/components/shared/Footer.d.ts +0 -5
  504. package/dist/src/components/shared/Footer.d.ts.map +0 -1
  505. package/dist/src/components/shared/Footer.js +0 -3
  506. package/dist/src/components/shared/Footer.js.map +0 -1
  507. package/dist/src/components/shared/Formula.d.ts +0 -6
  508. package/dist/src/components/shared/Formula.d.ts.map +0 -1
  509. package/dist/src/components/shared/Formula.js +0 -13
  510. package/dist/src/components/shared/Formula.js.map +0 -1
  511. package/dist/src/components/shared/Image.d.ts +0 -6
  512. package/dist/src/components/shared/Image.d.ts.map +0 -1
  513. package/dist/src/components/shared/Image.js +0 -30
  514. package/dist/src/components/shared/Image.js.map +0 -1
  515. package/dist/src/components/shared/ImageOverlay.d.ts +0 -6
  516. package/dist/src/components/shared/ImageOverlay.d.ts.map +0 -1
  517. package/dist/src/components/shared/ImageOverlay.js +0 -43
  518. package/dist/src/components/shared/ImageOverlay.js.map +0 -1
  519. package/dist/src/components/shared/QuestionNumber.d.ts +0 -4
  520. package/dist/src/components/shared/QuestionNumber.d.ts.map +0 -1
  521. package/dist/src/components/shared/QuestionNumber.js +0 -12
  522. package/dist/src/components/shared/QuestionNumber.js.map +0 -1
  523. package/dist/src/components/shared/Reference.d.ts +0 -6
  524. package/dist/src/components/shared/Reference.d.ts.map +0 -1
  525. package/dist/src/components/shared/Reference.js +0 -72
  526. package/dist/src/components/shared/Reference.js.map +0 -1
  527. package/dist/src/components/shared/References.d.ts +0 -6
  528. package/dist/src/components/shared/References.d.ts.map +0 -1
  529. package/dist/src/components/shared/References.js +0 -26
  530. package/dist/src/components/shared/References.js.map +0 -1
  531. package/dist/src/components/shared/Score.d.ts +0 -8
  532. package/dist/src/components/shared/Score.d.ts.map +0 -1
  533. package/dist/src/components/shared/Score.js +0 -13
  534. package/dist/src/components/shared/Score.js.map +0 -1
  535. package/dist/src/components/shared/TOCQuestion.d.ts +0 -4
  536. package/dist/src/components/shared/TOCQuestion.d.ts.map +0 -1
  537. package/dist/src/components/shared/TOCQuestion.js +0 -77
  538. package/dist/src/components/shared/TOCQuestion.js.map +0 -1
  539. package/dist/src/components/shared/TOCSection.d.ts +0 -7
  540. package/dist/src/components/shared/TOCSection.d.ts.map +0 -1
  541. package/dist/src/components/shared/TOCSection.js +0 -15
  542. package/dist/src/components/shared/TOCSection.js.map +0 -1
  543. package/dist/src/components/shared/TOCSectionTitle.d.ts +0 -4
  544. package/dist/src/components/shared/TOCSectionTitle.d.ts.map +0 -1
  545. package/dist/src/components/shared/TOCSectionTitle.js +0 -34
  546. package/dist/src/components/shared/TOCSectionTitle.js.map +0 -1
  547. package/dist/src/components/shared/TableOfContents.d.ts +0 -8
  548. package/dist/src/components/shared/TableOfContents.d.ts.map +0 -1
  549. package/dist/src/components/shared/TableOfContents.js +0 -61
  550. package/dist/src/components/shared/TableOfContents.js.map +0 -1
  551. package/dist/src/components/shared/VersionNumber.d.ts +0 -3
  552. package/dist/src/components/shared/VersionNumber.d.ts.map +0 -1
  553. package/dist/src/components/shared/VersionNumber.js +0 -10
  554. package/dist/src/components/shared/VersionNumber.js.map +0 -1
  555. package/dist/src/components/shared/Video.d.ts +0 -6
  556. package/dist/src/components/shared/Video.d.ts.map +0 -1
  557. package/dist/src/components/shared/Video.js +0 -22
  558. package/dist/src/components/shared/Video.js.map +0 -1
  559. package/dist/src/components/shared/internal/AttachmentLinkAnchor.d.ts +0 -8
  560. package/dist/src/components/shared/internal/AttachmentLinkAnchor.d.ts.map +0 -1
  561. package/dist/src/components/shared/internal/AttachmentLinkAnchor.js +0 -4
  562. package/dist/src/components/shared/internal/AttachmentLinkAnchor.js.map +0 -1
  563. package/dist/src/components/shared/internal/AudioPlaybackError.d.ts +0 -8
  564. package/dist/src/components/shared/internal/AudioPlaybackError.d.ts.map +0 -1
  565. package/dist/src/components/shared/internal/AudioPlaybackError.js +0 -17
  566. package/dist/src/components/shared/internal/AudioPlaybackError.js.map +0 -1
  567. package/dist/src/components/shared/internal/ResponsiveMediaContainer.d.ts +0 -18
  568. package/dist/src/components/shared/internal/ResponsiveMediaContainer.d.ts.map +0 -1
  569. package/dist/src/components/shared/internal/ResponsiveMediaContainer.js +0 -21
  570. package/dist/src/components/shared/internal/ResponsiveMediaContainer.js.map +0 -1
  571. package/dist/src/components/shared/internal/RestrictedAudioPlayer.d.ts +0 -12
  572. package/dist/src/components/shared/internal/RestrictedAudioPlayer.d.ts.map +0 -1
  573. package/dist/src/components/shared/internal/RestrictedAudioPlayer.js +0 -46
  574. package/dist/src/components/shared/internal/RestrictedAudioPlayer.js.map +0 -1
  575. package/dist/src/components/surround.d.ts +0 -8
  576. package/dist/src/components/surround.d.ts.map +0 -1
  577. package/dist/src/components/surround.js +0 -19
  578. package/dist/src/components/surround.js.map +0 -1
  579. package/dist/src/createRenderChildNodes.d.ts +0 -17
  580. package/dist/src/createRenderChildNodes.d.ts.map +0 -1
  581. package/dist/src/createRenderChildNodes.js +0 -64
  582. package/dist/src/createRenderChildNodes.js.map +0 -1
  583. package/dist/src/dom-utils.d.ts +0 -20
  584. package/dist/src/dom-utils.d.ts.map +0 -1
  585. package/dist/src/dom-utils.js +0 -164
  586. package/dist/src/dom-utils.js.map +0 -1
  587. package/dist/src/fonts.d.ts +0 -5
  588. package/dist/src/fonts.d.ts.map +0 -1
  589. package/dist/src/fonts.js +0 -16
  590. package/dist/src/fonts.js.map +0 -1
  591. package/dist/src/formatting.d.ts +0 -2
  592. package/dist/src/formatting.d.ts.map +0 -1
  593. package/dist/src/formatting.js +0 -4
  594. package/dist/src/formatting.js.map +0 -1
  595. package/dist/src/getDisplayName.d.ts +0 -4
  596. package/dist/src/getDisplayName.d.ts.map +0 -1
  597. package/dist/src/getDisplayName.js +0 -5
  598. package/dist/src/getDisplayName.js.map +0 -1
  599. package/dist/src/i18n/A_E.d.ts +0 -3
  600. package/dist/src/i18n/A_E.d.ts.map +0 -1
  601. package/dist/src/i18n/A_E.js +0 -8
  602. package/dist/src/i18n/A_E.js.map +0 -1
  603. package/dist/src/i18n/BA.d.ts +0 -3
  604. package/dist/src/i18n/BA.d.ts.map +0 -1
  605. package/dist/src/i18n/BA.js +0 -11
  606. package/dist/src/i18n/BA.js.map +0 -1
  607. package/dist/src/i18n/CA.d.ts +0 -3
  608. package/dist/src/i18n/CA.d.ts.map +0 -1
  609. package/dist/src/i18n/CA.js +0 -11
  610. package/dist/src/i18n/CA.js.map +0 -1
  611. package/dist/src/i18n/EA.d.ts +0 -3
  612. package/dist/src/i18n/EA.d.ts.map +0 -1
  613. package/dist/src/i18n/EA.js +0 -16
  614. package/dist/src/i18n/EA.js.map +0 -1
  615. package/dist/src/i18n/FA.d.ts +0 -3
  616. package/dist/src/i18n/FA.d.ts.map +0 -1
  617. package/dist/src/i18n/FA.js +0 -17
  618. package/dist/src/i18n/FA.js.map +0 -1
  619. package/dist/src/i18n/GC.d.ts +0 -3
  620. package/dist/src/i18n/GC.d.ts.map +0 -1
  621. package/dist/src/i18n/GC.js +0 -16
  622. package/dist/src/i18n/GC.js.map +0 -1
  623. package/dist/src/i18n/I.d.ts +0 -3
  624. package/dist/src/i18n/I.d.ts.map +0 -1
  625. package/dist/src/i18n/I.js +0 -21
  626. package/dist/src/i18n/I.js.map +0 -1
  627. package/dist/src/i18n/M.d.ts +0 -3
  628. package/dist/src/i18n/M.d.ts.map +0 -1
  629. package/dist/src/i18n/M.js +0 -4
  630. package/dist/src/i18n/M.js.map +0 -1
  631. package/dist/src/i18n/O_E.d.ts +0 -3
  632. package/dist/src/i18n/O_E.d.ts.map +0 -1
  633. package/dist/src/i18n/O_E.js +0 -7
  634. package/dist/src/i18n/O_E.js.map +0 -1
  635. package/dist/src/i18n/PA.d.ts +0 -3
  636. package/dist/src/i18n/PA.d.ts.map +0 -1
  637. package/dist/src/i18n/PA.js +0 -16
  638. package/dist/src/i18n/PA.js.map +0 -1
  639. package/dist/src/i18n/SA.d.ts +0 -3
  640. package/dist/src/i18n/SA.d.ts.map +0 -1
  641. package/dist/src/i18n/SA.js +0 -16
  642. package/dist/src/i18n/SA.js.map +0 -1
  643. package/dist/src/i18n/TC.d.ts +0 -3
  644. package/dist/src/i18n/TC.d.ts.map +0 -1
  645. package/dist/src/i18n/TC.js +0 -16
  646. package/dist/src/i18n/TC.js.map +0 -1
  647. package/dist/src/i18n/VA.d.ts +0 -3
  648. package/dist/src/i18n/VA.d.ts.map +0 -1
  649. package/dist/src/i18n/VA.js +0 -16
  650. package/dist/src/i18n/VA.js.map +0 -1
  651. package/dist/src/i18n/Z.d.ts +0 -3
  652. package/dist/src/i18n/Z.d.ts.map +0 -1
  653. package/dist/src/i18n/Z.js +0 -22
  654. package/dist/src/i18n/Z.js.map +0 -1
  655. package/dist/src/i18n/fi-FI.d.ts +0 -192
  656. package/dist/src/i18n/fi-FI.d.ts.map +0 -1
  657. package/dist/src/i18n/fi-FI.js +0 -182
  658. package/dist/src/i18n/fi-FI.js.map +0 -1
  659. package/dist/src/i18n/index.d.ts +0 -20
  660. package/dist/src/i18n/index.d.ts.map +0 -1
  661. package/dist/src/i18n/index.js +0 -128
  662. package/dist/src/i18n/index.js.map +0 -1
  663. package/dist/src/i18n/sv-FI.d.ts +0 -3
  664. package/dist/src/i18n/sv-FI.d.ts.map +0 -1
  665. package/dist/src/i18n/sv-FI.js +0 -181
  666. package/dist/src/i18n/sv-FI.js.map +0 -1
  667. package/dist/src/ids.d.ts +0 -14
  668. package/dist/src/ids.d.ts.map +0 -1
  669. package/dist/src/ids.js +0 -28
  670. package/dist/src/ids.js.map +0 -1
  671. package/dist/src/index.d.ts +0 -19
  672. package/dist/src/index.d.ts.map +0 -1
  673. package/dist/src/index.js +0 -12
  674. package/dist/src/index.js.map +0 -1
  675. package/dist/src/parser/parseExam.d.ts +0 -2
  676. package/dist/src/parser/parseExam.d.ts.map +0 -1
  677. package/dist/src/parser/parseExam.js +0 -54
  678. package/dist/src/parser/parseExam.js.map +0 -1
  679. package/dist/src/parser/parseExamStructure.d.ts +0 -58
  680. package/dist/src/parser/parseExamStructure.d.ts.map +0 -1
  681. package/dist/src/parser/parseExamStructure.js +0 -40
  682. package/dist/src/parser/parseExamStructure.js.map +0 -1
  683. package/dist/src/renderAnnotations.d.ts +0 -7
  684. package/dist/src/renderAnnotations.d.ts.map +0 -1
  685. package/dist/src/renderAnnotations.js +0 -193
  686. package/dist/src/renderAnnotations.js.map +0 -1
  687. package/dist/src/scrollToHash.d.ts +0 -2
  688. package/dist/src/scrollToHash.d.ts.map +0 -1
  689. package/dist/src/scrollToHash.js +0 -24
  690. package/dist/src/scrollToHash.js.map +0 -1
  691. package/dist/src/shortDisplayNumber.d.ts +0 -2
  692. package/dist/src/shortDisplayNumber.d.ts.map +0 -1
  693. package/dist/src/shortDisplayNumber.js +0 -5
  694. package/dist/src/shortDisplayNumber.js.map +0 -1
  695. package/dist/src/store/answers/actions.d.ts +0 -33
  696. package/dist/src/store/answers/actions.d.ts.map +0 -1
  697. package/dist/src/store/answers/actions.js +0 -9
  698. package/dist/src/store/answers/actions.js.map +0 -1
  699. package/dist/src/store/answers/reducer.d.ts +0 -39
  700. package/dist/src/store/answers/reducer.d.ts.map +0 -1
  701. package/dist/src/store/answers/reducer.js +0 -55
  702. package/dist/src/store/answers/reducer.js.map +0 -1
  703. package/dist/src/store/answers/sagas.d.ts +0 -8
  704. package/dist/src/store/answers/sagas.d.ts.map +0 -1
  705. package/dist/src/store/answers/sagas.js +0 -60
  706. package/dist/src/store/answers/sagas.js.map +0 -1
  707. package/dist/src/store/audio/actions.d.ts +0 -29
  708. package/dist/src/store/audio/actions.d.ts.map +0 -1
  709. package/dist/src/store/audio/actions.js +0 -9
  710. package/dist/src/store/audio/actions.js.map +0 -1
  711. package/dist/src/store/audio/reducer.d.ts +0 -27
  712. package/dist/src/store/audio/reducer.d.ts.map +0 -1
  713. package/dist/src/store/audio/reducer.js +0 -55
  714. package/dist/src/store/audio/reducer.js.map +0 -1
  715. package/dist/src/store/audio/sagas.d.ts +0 -3
  716. package/dist/src/store/audio/sagas.d.ts.map +0 -1
  717. package/dist/src/store/audio/sagas.js +0 -68
  718. package/dist/src/store/audio/sagas.js.map +0 -1
  719. package/dist/src/store/cas/actions.d.ts +0 -19
  720. package/dist/src/store/cas/actions.d.ts.map +0 -1
  721. package/dist/src/store/cas/actions.js +0 -9
  722. package/dist/src/store/cas/actions.js.map +0 -1
  723. package/dist/src/store/cas/reducer.d.ts +0 -14
  724. package/dist/src/store/cas/reducer.d.ts.map +0 -1
  725. package/dist/src/store/cas/reducer.js +0 -24
  726. package/dist/src/store/cas/reducer.js.map +0 -1
  727. package/dist/src/store/cas/sagas.d.ts +0 -18
  728. package/dist/src/store/cas/sagas.d.ts.map +0 -1
  729. package/dist/src/store/cas/sagas.js +0 -36
  730. package/dist/src/store/cas/sagas.js.map +0 -1
  731. package/dist/src/store/countdown.d.ts +0 -4
  732. package/dist/src/store/countdown.d.ts.map +0 -1
  733. package/dist/src/store/countdown.js +0 -33
  734. package/dist/src/store/countdown.js.map +0 -1
  735. package/dist/src/store/index.d.ts +0 -78
  736. package/dist/src/store/index.d.ts.map +0 -1
  737. package/dist/src/store/index.js +0 -53
  738. package/dist/src/store/index.js.map +0 -1
  739. package/dist/src/store/selectors.d.ts +0 -9
  740. package/dist/src/store/selectors.d.ts.map +0 -1
  741. package/dist/src/store/selectors.js +0 -35
  742. package/dist/src/store/selectors.js.map +0 -1
  743. package/dist/src/types/ExamAnswer.d.ts +0 -22
  744. package/dist/src/types/ExamAnswer.d.ts.map +0 -1
  745. package/dist/src/types/ExamAnswer.js +0 -2
  746. package/dist/src/types/ExamAnswer.js.map +0 -1
  747. package/dist/src/types/ExamServerAPI.d.ts +0 -78
  748. package/dist/src/types/ExamServerAPI.d.ts.map +0 -1
  749. package/dist/src/types/ExamServerAPI.js +0 -2
  750. package/dist/src/types/ExamServerAPI.js.map +0 -1
  751. package/dist/src/types/GradingStructure.d.ts +0 -40
  752. package/dist/src/types/GradingStructure.d.ts.map +0 -1
  753. package/dist/src/types/GradingStructure.js +0 -2
  754. package/dist/src/types/GradingStructure.js.map +0 -1
  755. package/dist/src/types/Score.d.ts +0 -92
  756. package/dist/src/types/Score.d.ts.map +0 -1
  757. package/dist/src/types/Score.js +0 -2
  758. package/dist/src/types/Score.js.map +0 -1
  759. package/dist/src/url.d.ts +0 -7
  760. package/dist/src/url.d.ts.map +0 -1
  761. package/dist/src/url.js +0 -12
  762. package/dist/src/url.js.map +0 -1
  763. package/dist/src/useCached.d.ts +0 -3
  764. package/dist/src/useCached.d.ts.map +0 -1
  765. package/dist/src/useCached.js +0 -6
  766. package/dist/src/useCached.js.map +0 -1
  767. package/dist/src/utils.d.ts +0 -15
  768. package/dist/src/utils.d.ts.map +0 -1
  769. package/dist/src/utils.js +0 -35
  770. package/dist/src/utils.js.map +0 -1
  771. package/dist/src/validateAnswers.d.ts +0 -16
  772. package/dist/src/validateAnswers.d.ts.map +0 -1
  773. package/dist/src/validateAnswers.js +0 -89
  774. package/dist/src/validateAnswers.js.map +0 -1
  775. package/dist/tsconfig.tsbuildinfo +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"examServerApi.d.ts","sourceRoot":"","sources":["../../__tests__/examServerApi.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAA;AAEtC,eAAO,MAAM,aAAa,EAAE,aAS3B,CAAA"}
1
+ {"version":3,"file":"examServerApi.d.ts","sourceRoot":"","sources":["../../__tests__/examServerApi.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAA;AAEtC,eAAO,MAAM,aAAa,EAAE,aAW3B,CAAA"}
@@ -6,6 +6,8 @@ exports.examServerApi = {
6
6
  setCasStatus: casStatus => Promise.resolve(casStatus),
7
7
  saveAnswer: () => Promise.resolve(),
8
8
  saveScreenshot: () => Promise.resolve('ok'),
9
+ saveAudio: () => Promise.resolve('ok'),
10
+ deleteAudio: () => Promise.resolve(),
9
11
  playAudio: () => Promise.resolve('ok'),
10
12
  playRestrictedAudio: () => Promise.resolve('ok'),
11
13
  getRestrictedAudio: () => Promise.resolve(new Blob()),
@@ -1 +1 @@
1
- {"version":3,"file":"examServerApi.js","sourceRoot":"","sources":["../../__tests__/examServerApi.ts"],"names":[],"mappings":";;;AAEa,QAAA,aAAa,GAAkB;IAC1C,UAAU,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE,CAAC;IACrC,YAAY,EAAE,SAAS,CAAC,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,SAAS,CAAC;IACrD,UAAU,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,EAAE;IACnC,cAAc,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC;IAC3C,SAAS,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC;IACtC,mBAAmB,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC;IAChD,kBAAkB,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,IAAI,EAAE,CAAC;IACrD,WAAW,EAAE,GAAG,EAAE,CAAC,SAAS;CAC7B,CAAA"}
1
+ {"version":3,"file":"examServerApi.js","sourceRoot":"","sources":["../../__tests__/examServerApi.ts"],"names":[],"mappings":";;;AAEa,QAAA,aAAa,GAAkB;IAC1C,UAAU,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE,CAAC;IACrC,YAAY,EAAE,SAAS,CAAC,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,SAAS,CAAC;IACrD,UAAU,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,EAAE;IACnC,cAAc,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC;IAC3C,SAAS,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC;IACtC,WAAW,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,EAAE;IACpC,SAAS,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC;IACtC,mBAAmB,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC;IAChD,kBAAkB,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,IAAI,EAAE,CAAC;IACrD,WAAW,EAAE,GAAG,EAAE,CAAC,SAAS;CAC7B,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=AudioAnswer.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AudioAnswer.test.d.ts","sourceRoot":"","sources":["../../../../__tests__/playwright/exam/AudioAnswer.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const experimental_ct_react_1 = require("@playwright/experimental-ct-react");
7
+ const react_1 = __importDefault(require("react"));
8
+ const AudioAnswer_story_1 = require("../stories/exam/AudioAnswer.story");
9
+ const utils_1 = require("../utils/utils");
10
+ experimental_ct_react_1.test.describe.configure({ mode: 'serial' });
11
+ experimental_ct_react_1.test.describe('Audio answer', () => {
12
+ let masteredExam_SC;
13
+ experimental_ct_react_1.test.beforeAll(async () => {
14
+ masteredExam_SC = await (0, utils_1.setupMasteredExam)('test/audio-answer.xml');
15
+ });
16
+ (0, experimental_ct_react_1.test)('audio answer is visible with only one recording button', async ({ mount }) => {
17
+ const component = await mount(react_1.default.createElement(AudioAnswer_story_1.AudioAnswerStory, { masteredExam: masteredExam_SC }));
18
+ await (0, experimental_ct_react_1.expect)(component.locator('.audio-answer .e-button')).toHaveText('Äänitä vastaus');
19
+ });
20
+ (0, experimental_ct_react_1.test)('audio can be recorded', async ({ context, mount }) => {
21
+ const component = await mount(react_1.default.createElement(AudioAnswer_story_1.AudioAnswerStory, { masteredExam: masteredExam_SC }));
22
+ await context.grantPermissions(['microphone']);
23
+ await component.getByText('Äänitä vastaus').click();
24
+ await (0, experimental_ct_react_1.expect)(component.locator('.audio-answer .e-button')).toHaveText('Lopeta äänitys');
25
+ //await page.waitForTimeout(3000)
26
+ //await component.getByText('Lopeta äänitys').click()
27
+ //await expect(component.locator('.audio-answer .e-button')).toHaveText('Äänitä vastaus')
28
+ });
29
+ });
30
+ //# sourceMappingURL=AudioAnswer.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AudioAnswer.test.js","sourceRoot":"","sources":["../../../../__tests__/playwright/exam/AudioAnswer.test.tsx"],"names":[],"mappings":";;;;;AAAA,6EAAgE;AAChE,kDAAyB;AACzB,yEAAoE;AACpE,0CAAkD;AAElD,4BAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC,CAAA;AAE3C,4BAAI,CAAC,QAAQ,CAAC,cAAc,EAAE,GAAG,EAAE;IACjC,IAAI,eAA8D,CAAA;IAElE,4BAAI,CAAC,SAAS,CAAC,KAAK,IAAI,EAAE;QACxB,eAAe,GAAG,MAAM,IAAA,yBAAiB,EAAC,uBAAuB,CAAC,CAAA;IACpE,CAAC,CAAC,CAAA;IAEF,IAAA,4BAAI,EAAC,wDAAwD,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,EAAE,EAAE;QACjF,MAAM,SAAS,GAAG,MAAM,KAAK,CAAC,8BAAC,oCAAgB,IAAC,YAAY,EAAE,eAAe,GAAI,CAAC,CAAA;QAClF,MAAM,IAAA,8BAAM,EAAC,SAAS,CAAC,OAAO,CAAC,yBAAyB,CAAC,CAAC,CAAC,UAAU,CAAC,gBAAgB,CAAC,CAAA;IACzF,CAAC,CAAC,CAAA;IAEF,IAAA,4BAAI,EAAC,uBAAuB,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE,EAAE,EAAE;QACzD,MAAM,SAAS,GAAG,MAAM,KAAK,CAAC,8BAAC,oCAAgB,IAAC,YAAY,EAAE,eAAe,GAAI,CAAC,CAAA;QAClF,MAAM,OAAO,CAAC,gBAAgB,CAAC,CAAC,YAAY,CAAC,CAAC,CAAA;QAC9C,MAAM,SAAS,CAAC,SAAS,CAAC,gBAAgB,CAAC,CAAC,KAAK,EAAE,CAAA;QACnD,MAAM,IAAA,8BAAM,EAAC,SAAS,CAAC,OAAO,CAAC,yBAAyB,CAAC,CAAC,CAAC,UAAU,CAAC,gBAAgB,CAAC,CAAA;QACvF,iCAAiC;QACjC,qDAAqD;QACrD,yFAAyF;IAC3F,CAAC,CAAC,CAAA;AACJ,CAAC,CAAC,CAAA"}
@@ -0,0 +1,8 @@
1
+ import { MasteringResult } from '@digabi/exam-engine-mastering';
2
+ import React from 'react';
3
+ interface ExamStoryProps {
4
+ masteredExam: MasteringResult;
5
+ }
6
+ export declare const AudioAnswerStory: React.FC<ExamStoryProps>;
7
+ export {};
8
+ //# sourceMappingURL=AudioAnswer.story.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AudioAnswer.story.d.ts","sourceRoot":"","sources":["../../../../../__tests__/playwright/stories/exam/AudioAnswer.story.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAC/D,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,UAAU,cAAc;IACtB,YAAY,EAAE,eAAe,CAAA;CAC9B;AAqBD,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAYrD,CAAA"}
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.AudioAnswerStory = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ const src_1 = require("../../../../src");
9
+ const audios = {};
10
+ const examServerApi = {
11
+ getAnswers: () => Promise.resolve([]),
12
+ setCasStatus: casStatus => Promise.resolve(casStatus),
13
+ saveAnswer: () => Promise.resolve(),
14
+ saveScreenshot: () => Promise.resolve('ok'),
15
+ saveAudio: (questionId, audio) => {
16
+ console.info('save', questionId);
17
+ audios[questionId] = audio;
18
+ return Promise.resolve(`audio_${questionId}`);
19
+ },
20
+ deleteAudio: _audioId => Promise.resolve(),
21
+ playAudio: () => Promise.resolve('ok'),
22
+ playRestrictedAudio: () => Promise.resolve('ok'),
23
+ getRestrictedAudio: () => Promise.resolve(new Blob()),
24
+ examineExam: () => undefined
25
+ };
26
+ const AudioAnswerStory = ({ masteredExam }) => {
27
+ const doc = new DOMParser().parseFromString(masteredExam.xml, 'application/xml');
28
+ return (react_1.default.createElement(src_1.Exam, { attachmentsURL: '/attachments',
29
+ resolveAttachment: (filename) => `/${masteredExam.examCode}/attachments/${filename}`,
30
+ doc,
31
+ examServerApi }));
32
+ };
33
+ exports.AudioAnswerStory = AudioAnswerStory;
34
+ //# sourceMappingURL=AudioAnswer.story.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AudioAnswer.story.js","sourceRoot":"","sources":["../../../../../__tests__/playwright/stories/exam/AudioAnswer.story.tsx"],"names":[],"mappings":";;;;;;AACA,kDAAyB;AACzB,yCAAqD;AAMrD,MAAM,MAAM,GAAG,EAA6B,CAAA;AAE5C,MAAM,aAAa,GAAkB;IACnC,UAAU,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE,CAAC;IACrC,YAAY,EAAE,SAAS,CAAC,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,SAAS,CAAC;IACrD,UAAU,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,EAAE;IACnC,cAAc,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC;IAC3C,SAAS,EAAE,CAAC,UAAU,EAAE,KAAK,EAAE,EAAE;QAC/B,OAAO,CAAC,IAAI,CAAC,MAAM,EAAE,UAAU,CAAC,CAAA;QAChC,MAAM,CAAC,UAAU,CAAC,GAAG,KAAK,CAAA;QAC1B,OAAO,OAAO,CAAC,OAAO,CAAC,SAAS,UAAU,EAAE,CAAC,CAAA;IAC/C,CAAC;IACD,WAAW,EAAE,QAAQ,CAAC,EAAE,CAAC,OAAO,CAAC,OAAO,EAAE;IAC1C,SAAS,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC;IACtC,mBAAmB,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC;IAChD,kBAAkB,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,IAAI,EAAE,CAAC;IACrD,WAAW,EAAE,GAAG,EAAE,CAAC,SAAS;CAC7B,CAAA;AAEM,MAAM,gBAAgB,GAA6B,CAAC,EAAE,YAAY,EAAE,EAAE,EAAE;IAC7E,MAAM,GAAG,GAAG,IAAI,SAAS,EAAE,CAAC,eAAe,CAAC,YAAY,CAAC,GAAG,EAAE,iBAAiB,CAAC,CAAA;IAChF,OAAO,CACL,8BAAC,UAAI,IAED,cAAc,EAAE,cAAc;QAC9B,iBAAiB,EAAE,CAAC,QAAgB,EAAE,EAAE,CAAC,IAAI,YAAY,CAAC,QAAQ,gBAAgB,QAAQ,EAAE;QAC5F,GAAG;QACH,aAAa,GAEf,CACH,CAAA;AACH,CAAC,CAAA;AAZY,QAAA,gBAAgB,oBAY5B"}