@digabi/exam-engine-core 23.0.4 → 23.1.1-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (785) hide show
  1. package/dist/__tests__/playwright/DNDAnswerContainer.test.d.ts +2 -0
  2. package/dist/__tests__/playwright/DNDAnswerContainer.test.d.ts.map +1 -0
  3. package/dist/__tests__/playwright/DNDAnswerContainer.test.js +77 -0
  4. package/dist/__tests__/playwright/DNDAnswerContainer.test.js.map +1 -0
  5. package/dist/__tests__/playwright/exam/DNDAnswerContainer.test.d.ts +2 -0
  6. package/dist/__tests__/playwright/exam/DNDAnswerContainer.test.d.ts.map +1 -0
  7. package/dist/__tests__/playwright/exam/DNDAnswerContainer.test.js +77 -0
  8. package/dist/__tests__/playwright/exam/DNDAnswerContainer.test.js.map +1 -0
  9. package/dist/__tests__/playwright/stories/DNDAnswerContainer.story.d.ts +10 -0
  10. package/dist/__tests__/playwright/stories/DNDAnswerContainer.story.d.ts.map +1 -0
  11. package/dist/__tests__/playwright/stories/DNDAnswerContainer.story.js +21 -0
  12. package/dist/__tests__/playwright/stories/DNDAnswerContainer.story.js.map +1 -0
  13. package/dist/__tests__/playwright/stories/exam/DNDAnswerContainer.story.d.ts +10 -0
  14. package/dist/__tests__/playwright/stories/exam/DNDAnswerContainer.story.d.ts.map +1 -0
  15. package/dist/__tests__/playwright/stories/exam/DNDAnswerContainer.story.js +21 -0
  16. package/dist/__tests__/playwright/stories/exam/DNDAnswerContainer.story.js.map +1 -0
  17. package/dist/__tests__/playwright/template/index.d.ts +0 -1
  18. package/dist/__tests__/playwright/template/index.d.ts.map +1 -1
  19. package/dist/__tests__/playwright/template/index.js +3 -2
  20. package/dist/__tests__/playwright/template/index.js.map +1 -1
  21. package/dist/__tests__/playwright/utils/ComponentWrapper.d.ts +9 -0
  22. package/dist/__tests__/playwright/utils/ComponentWrapper.d.ts.map +1 -0
  23. package/dist/__tests__/playwright/utils/ComponentWrapper.js +26 -0
  24. package/dist/__tests__/playwright/utils/ComponentWrapper.js.map +1 -0
  25. package/dist/__tests__/playwright/utils/ExamComponentWrapper.d.ts +9 -0
  26. package/dist/__tests__/playwright/utils/ExamComponentWrapper.d.ts.map +1 -0
  27. package/dist/__tests__/playwright/utils/ExamComponentWrapper.js +26 -0
  28. package/dist/__tests__/playwright/utils/ExamComponentWrapper.js.map +1 -0
  29. package/dist/__tests__/results/ResultsContext.test.js +1 -1
  30. package/dist/__tests__/results/ResultsContext.test.js.map +1 -1
  31. package/dist/__tests__/tsconfig.tsbuildinfo +1 -1
  32. package/dist/components/context/QuestionContext.js +1 -1
  33. package/dist/components/context/QuestionContext.js.map +1 -1
  34. package/dist/components/exam/AllDNDOptions.d.ts +9 -0
  35. package/dist/components/exam/AllDNDOptions.d.ts.map +1 -0
  36. package/dist/components/exam/AllDNDOptions.js +12 -0
  37. package/dist/components/exam/AllDNDOptions.js.map +1 -0
  38. package/dist/components/exam/DNDAllOptions.d.ts +9 -0
  39. package/dist/components/exam/DNDAllOptions.d.ts.map +1 -0
  40. package/dist/components/exam/DNDAllOptions.js +14 -0
  41. package/dist/components/exam/DNDAllOptions.js.map +1 -0
  42. package/dist/components/exam/DNDAnswer.d.ts +20 -0
  43. package/dist/components/exam/DNDAnswer.d.ts.map +1 -0
  44. package/dist/components/exam/DNDAnswer.js +7 -0
  45. package/dist/components/exam/DNDAnswer.js.map +1 -0
  46. package/dist/components/exam/DNDAnswerContainer.d.ts +9 -0
  47. package/dist/components/exam/DNDAnswerContainer.d.ts.map +1 -0
  48. package/dist/components/exam/DNDAnswerContainer.js +128 -0
  49. package/dist/components/exam/DNDAnswerContainer.js.map +1 -0
  50. package/dist/components/exam/DNDAnswerOption.d.ts +4 -0
  51. package/dist/components/exam/DNDAnswerOption.d.ts.map +1 -0
  52. package/dist/components/exam/DNDAnswerOption.js +18 -0
  53. package/dist/components/exam/DNDAnswerOption.js.map +1 -0
  54. package/dist/components/exam/DNDAnswerOptionDraggable.d.ts +4 -0
  55. package/dist/components/exam/DNDAnswerOptionDraggable.d.ts.map +1 -0
  56. package/dist/components/exam/DNDAnswerOptionDraggable.js +18 -0
  57. package/dist/components/exam/DNDAnswerOptionDraggable.js.map +1 -0
  58. package/dist/components/exam/Exam.d.ts +1 -0
  59. package/dist/components/exam/Exam.d.ts.map +1 -1
  60. package/dist/components/exam/Exam.js +3 -1
  61. package/dist/components/exam/Exam.js.map +1 -1
  62. package/dist/components/results/AudioPlaceholder.d.ts +4 -0
  63. package/dist/components/results/AudioPlaceholder.d.ts.map +1 -0
  64. package/dist/components/results/AudioPlaceholder.js +25 -0
  65. package/dist/components/results/AudioPlaceholder.js.map +1 -0
  66. package/dist/components/results/CorrectDNDAnswers.d.ts +7 -0
  67. package/dist/components/results/CorrectDNDAnswers.d.ts.map +1 -0
  68. package/dist/components/results/CorrectDNDAnswers.js +19 -0
  69. package/dist/components/results/CorrectDNDAnswers.js.map +1 -0
  70. package/dist/components/results/DNDAnswer.d.ts +12 -0
  71. package/dist/components/results/DNDAnswer.d.ts.map +1 -0
  72. package/dist/components/results/DNDAnswer.js +21 -0
  73. package/dist/components/results/DNDAnswer.js.map +1 -0
  74. package/dist/components/results/DNDAnswerContainer.d.ts +4 -0
  75. package/dist/components/results/DNDAnswerContainer.d.ts.map +1 -0
  76. package/dist/components/results/DNDAnswerContainer.js +35 -0
  77. package/dist/components/results/DNDAnswerContainer.js.map +1 -0
  78. package/dist/components/results/DNDAnswerOption.d.ts +7 -0
  79. package/dist/components/results/DNDAnswerOption.d.ts.map +1 -0
  80. package/dist/components/results/DNDAnswerOption.js +9 -0
  81. package/dist/components/results/DNDAnswerOption.js.map +1 -0
  82. package/dist/components/results/Results.d.ts.map +1 -1
  83. package/dist/components/results/Results.js +5 -1
  84. package/dist/components/results/Results.js.map +1 -1
  85. package/dist/components/results/internal/QuestionScoresContainer.d.ts.map +1 -1
  86. package/dist/components/results/internal/QuestionScoresContainer.js +2 -1
  87. package/dist/components/results/internal/QuestionScoresContainer.js.map +1 -1
  88. package/dist/components/shared/DNDAnswerCommon.d.ts +13 -0
  89. package/dist/components/shared/DNDAnswerCommon.d.ts.map +1 -0
  90. package/dist/components/shared/DNDAnswerCommon.js +30 -0
  91. package/dist/components/shared/DNDAnswerCommon.js.map +1 -0
  92. package/dist/components/shared/DNDAnswerDroppable.d.ts +13 -0
  93. package/dist/components/shared/DNDAnswerDroppable.d.ts.map +1 -0
  94. package/dist/components/shared/DNDAnswerDroppable.js +30 -0
  95. package/dist/components/shared/DNDAnswerDroppable.js.map +1 -0
  96. package/dist/components/shared/DNDAnswerOptionCommon.d.ts +7 -0
  97. package/dist/components/shared/DNDAnswerOptionCommon.d.ts.map +1 -0
  98. package/dist/components/shared/DNDAnswerOptionCommon.js +14 -0
  99. package/dist/components/shared/DNDAnswerOptionCommon.js.map +1 -0
  100. package/dist/components/shared/DNDDroppable.d.ts +12 -0
  101. package/dist/components/shared/DNDDroppable.d.ts.map +1 -0
  102. package/dist/components/shared/DNDDroppable.js +27 -0
  103. package/dist/components/shared/DNDDroppable.js.map +1 -0
  104. package/dist/components/shared/DNDTitleAndAnswerCommon.d.ts +13 -0
  105. package/dist/components/shared/DNDTitleAndAnswerCommon.d.ts.map +1 -0
  106. package/dist/components/shared/DNDTitleAndAnswerCommon.js +27 -0
  107. package/dist/components/shared/DNDTitleAndAnswerCommon.js.map +1 -0
  108. package/dist/components/shared/DNDTitleAndDroppable.d.ts +11 -0
  109. package/dist/components/shared/DNDTitleAndDroppable.d.ts.map +1 -0
  110. package/dist/components/shared/DNDTitleAndDroppable.js +55 -0
  111. package/dist/components/shared/DNDTitleAndDroppable.js.map +1 -0
  112. package/dist/components/shared/internal/RestrictedAudioPlayer.d.ts +1 -0
  113. package/dist/components/shared/internal/RestrictedAudioPlayer.d.ts.map +1 -1
  114. package/dist/components/shared/internal/RestrictedAudioPlayer.js +1 -1
  115. package/dist/components/shared/internal/RestrictedAudioPlayer.js.map +1 -1
  116. package/dist/dom-utils.d.ts.map +1 -1
  117. package/dist/dom-utils.js +1 -1
  118. package/dist/dom-utils.js.map +1 -1
  119. package/dist/i18n/fi-FI.d.ts +8 -0
  120. package/dist/i18n/fi-FI.d.ts.map +1 -1
  121. package/dist/i18n/fi-FI.js +8 -0
  122. package/dist/i18n/fi-FI.js.map +1 -1
  123. package/dist/i18n/sv-FI.d.ts.map +1 -1
  124. package/dist/i18n/sv-FI.js +8 -0
  125. package/dist/i18n/sv-FI.js.map +1 -1
  126. package/dist/main-bundle.js +10 -10
  127. package/dist/main.css +1 -1
  128. package/dist/parser/parseExam.js +1 -1
  129. package/dist/parser/parseExam.js.map +1 -1
  130. package/dist/parser/parseExamStructure.d.ts +8 -1
  131. package/dist/parser/parseExamStructure.d.ts.map +1 -1
  132. package/dist/parser/parseExamStructure.js +1 -1
  133. package/dist/parser/parseExamStructure.js.map +1 -1
  134. package/dist/validateAnswers.js +1 -0
  135. package/dist/validateAnswers.js.map +1 -1
  136. package/package.json +3 -3
  137. package/dist/components/exam/ExamineExam.d.ts +0 -5
  138. package/dist/components/exam/ExamineExam.d.ts.map +0 -1
  139. package/dist/components/exam/ExamineExam.js +0 -20
  140. package/dist/components/exam/ExamineExam.js.map +0 -1
  141. package/dist/src/components/AnswerToolbar.d.ts +0 -18
  142. package/dist/src/components/AnswerToolbar.d.ts.map +0 -1
  143. package/dist/src/components/AnswerToolbar.js +0 -36
  144. package/dist/src/components/AnswerToolbar.js.map +0 -1
  145. package/dist/src/components/AnsweringInstructions.d.ts +0 -12
  146. package/dist/src/components/AnsweringInstructions.d.ts.map +0 -1
  147. package/dist/src/components/AnsweringInstructions.js +0 -24
  148. package/dist/src/components/AnsweringInstructions.js.map +0 -1
  149. package/dist/src/components/DocumentTitle.d.ts +0 -5
  150. package/dist/src/components/DocumentTitle.d.ts.map +0 -1
  151. package/dist/src/components/DocumentTitle.js +0 -13
  152. package/dist/src/components/DocumentTitle.js.map +0 -1
  153. package/dist/src/components/NotificationIcon.d.ts +0 -4
  154. package/dist/src/components/NotificationIcon.d.ts.map +0 -1
  155. package/dist/src/components/NotificationIcon.js +0 -6
  156. package/dist/src/components/NotificationIcon.js.map +0 -1
  157. package/dist/src/components/RenderChildNodes.d.ts +0 -5
  158. package/dist/src/components/RenderChildNodes.d.ts.map +0 -1
  159. package/dist/src/components/RenderChildNodes.js +0 -7
  160. package/dist/src/components/RenderChildNodes.js.map +0 -1
  161. package/dist/src/components/RenderExamElements.d.ts +0 -6
  162. package/dist/src/components/RenderExamElements.d.ts.map +0 -1
  163. package/dist/src/components/RenderExamElements.js +0 -6
  164. package/dist/src/components/RenderExamElements.js.map +0 -1
  165. package/dist/src/components/RenderIf.d.ts +0 -4
  166. package/dist/src/components/RenderIf.d.ts.map +0 -1
  167. package/dist/src/components/RenderIf.js +0 -8
  168. package/dist/src/components/RenderIf.js.map +0 -1
  169. package/dist/src/components/ScreenReaderOnly.d.ts +0 -5
  170. package/dist/src/components/ScreenReaderOnly.d.ts.map +0 -1
  171. package/dist/src/components/ScreenReaderOnly.js +0 -3
  172. package/dist/src/components/ScreenReaderOnly.js.map +0 -1
  173. package/dist/src/components/SectionElement.d.ts +0 -4
  174. package/dist/src/components/SectionElement.d.ts.map +0 -1
  175. package/dist/src/components/SectionElement.js +0 -8
  176. package/dist/src/components/SectionElement.js.map +0 -1
  177. package/dist/src/components/attachments/Attachment.d.ts +0 -4
  178. package/dist/src/components/attachments/Attachment.d.ts.map +0 -1
  179. package/dist/src/components/attachments/Attachment.js +0 -8
  180. package/dist/src/components/attachments/Attachment.js.map +0 -1
  181. package/dist/src/components/attachments/AttachmentTitle.d.ts +0 -6
  182. package/dist/src/components/attachments/AttachmentTitle.d.ts.map +0 -1
  183. package/dist/src/components/attachments/AttachmentTitle.js +0 -12
  184. package/dist/src/components/attachments/AttachmentTitle.js.map +0 -1
  185. package/dist/src/components/attachments/Attachments.d.ts +0 -5
  186. package/dist/src/components/attachments/Attachments.d.ts.map +0 -1
  187. package/dist/src/components/attachments/Attachments.js +0 -55
  188. package/dist/src/components/attachments/Attachments.js.map +0 -1
  189. package/dist/src/components/attachments/ExternalMaterial.d.ts +0 -9
  190. package/dist/src/components/attachments/ExternalMaterial.d.ts.map +0 -1
  191. package/dist/src/components/attachments/ExternalMaterial.js +0 -46
  192. package/dist/src/components/attachments/ExternalMaterial.js.map +0 -1
  193. package/dist/src/components/attachments/Question.d.ts +0 -4
  194. package/dist/src/components/attachments/Question.d.ts.map +0 -1
  195. package/dist/src/components/attachments/Question.js +0 -16
  196. package/dist/src/components/attachments/Question.js.map +0 -1
  197. package/dist/src/components/attachments/QuestionTitle.d.ts +0 -6
  198. package/dist/src/components/attachments/QuestionTitle.d.ts.map +0 -1
  199. package/dist/src/components/attachments/QuestionTitle.js +0 -15
  200. package/dist/src/components/attachments/QuestionTitle.js.map +0 -1
  201. package/dist/src/components/context/AnnotationProvider.d.ts +0 -16
  202. package/dist/src/components/context/AnnotationProvider.d.ts.map +0 -1
  203. package/dist/src/components/context/AnnotationProvider.js +0 -35
  204. package/dist/src/components/context/AnnotationProvider.js.map +0 -1
  205. package/dist/src/components/context/AttachmentContext.d.ts +0 -13
  206. package/dist/src/components/context/AttachmentContext.d.ts.map +0 -1
  207. package/dist/src/components/context/AttachmentContext.js +0 -12
  208. package/dist/src/components/context/AttachmentContext.js.map +0 -1
  209. package/dist/src/components/context/CommonExamContext.d.ts +0 -22
  210. package/dist/src/components/context/CommonExamContext.d.ts.map +0 -1
  211. package/dist/src/components/context/CommonExamContext.js +0 -28
  212. package/dist/src/components/context/CommonExamContext.js.map +0 -1
  213. package/dist/src/components/context/ExamContext.d.ts +0 -9
  214. package/dist/src/components/context/ExamContext.d.ts.map +0 -1
  215. package/dist/src/components/context/ExamContext.js +0 -11
  216. package/dist/src/components/context/ExamContext.js.map +0 -1
  217. package/dist/src/components/context/IsInSidebarContext.d.ts +0 -6
  218. package/dist/src/components/context/IsInSidebarContext.d.ts.map +0 -1
  219. package/dist/src/components/context/IsInSidebarContext.js +0 -3
  220. package/dist/src/components/context/IsInSidebarContext.js.map +0 -1
  221. package/dist/src/components/context/QuestionContext.d.ts +0 -14
  222. package/dist/src/components/context/QuestionContext.d.ts.map +0 -1
  223. package/dist/src/components/context/QuestionContext.js +0 -27
  224. package/dist/src/components/context/QuestionContext.js.map +0 -1
  225. package/dist/src/components/context/ResultsContext.d.ts +0 -17
  226. package/dist/src/components/context/ResultsContext.d.ts.map +0 -1
  227. package/dist/src/components/context/ResultsContext.js +0 -69
  228. package/dist/src/components/context/ResultsContext.js.map +0 -1
  229. package/dist/src/components/context/SectionContext.d.ts +0 -12
  230. package/dist/src/components/context/SectionContext.d.ts.map +0 -1
  231. package/dist/src/components/context/SectionContext.js +0 -21
  232. package/dist/src/components/context/SectionContext.js.map +0 -1
  233. package/dist/src/components/context/TOCContext.d.ts +0 -7
  234. package/dist/src/components/context/TOCContext.d.ts.map +0 -1
  235. package/dist/src/components/context/TOCContext.js +0 -3
  236. package/dist/src/components/context/TOCContext.js.map +0 -1
  237. package/dist/src/components/context/withContext.d.ts +0 -3
  238. package/dist/src/components/context/withContext.d.ts.map +0 -1
  239. package/dist/src/components/context/withContext.js +0 -12
  240. package/dist/src/components/context/withContext.js.map +0 -1
  241. package/dist/src/components/exam/Attachment.d.ts +0 -4
  242. package/dist/src/components/exam/Attachment.d.ts.map +0 -1
  243. package/dist/src/components/exam/Attachment.js +0 -8
  244. package/dist/src/components/exam/Attachment.js.map +0 -1
  245. package/dist/src/components/exam/ChoiceAnswer.d.ts +0 -5
  246. package/dist/src/components/exam/ChoiceAnswer.d.ts.map +0 -1
  247. package/dist/src/components/exam/ChoiceAnswer.js +0 -53
  248. package/dist/src/components/exam/ChoiceAnswer.js.map +0 -1
  249. package/dist/src/components/exam/DropdownAnswer.d.ts +0 -5
  250. package/dist/src/components/exam/DropdownAnswer.d.ts.map +0 -1
  251. package/dist/src/components/exam/DropdownAnswer.js +0 -101
  252. package/dist/src/components/exam/DropdownAnswer.js.map +0 -1
  253. package/dist/src/components/exam/Exam.d.ts +0 -48
  254. package/dist/src/components/exam/Exam.d.ts.map +0 -1
  255. package/dist/src/components/exam/Exam.js +0 -195
  256. package/dist/src/components/exam/Exam.js.map +0 -1
  257. package/dist/src/components/exam/ExamFooter.d.ts +0 -6
  258. package/dist/src/components/exam/ExamFooter.d.ts.map +0 -1
  259. package/dist/src/components/exam/ExamFooter.js +0 -6
  260. package/dist/src/components/exam/ExamFooter.js.map +0 -1
  261. package/dist/src/components/exam/ExamInstruction.d.ts +0 -6
  262. package/dist/src/components/exam/ExamInstruction.d.ts.map +0 -1
  263. package/dist/src/components/exam/ExamInstruction.js +0 -6
  264. package/dist/src/components/exam/ExamInstruction.js.map +0 -1
  265. package/dist/src/components/exam/ExternalMaterial.d.ts +0 -10
  266. package/dist/src/components/exam/ExternalMaterial.d.ts.map +0 -1
  267. package/dist/src/components/exam/ExternalMaterial.js +0 -33
  268. package/dist/src/components/exam/ExternalMaterial.js.map +0 -1
  269. package/dist/src/components/exam/GoToExamineAnswersButton.d.ts +0 -5
  270. package/dist/src/components/exam/GoToExamineAnswersButton.d.ts.map +0 -1
  271. package/dist/src/components/exam/GoToExamineAnswersButton.js +0 -18
  272. package/dist/src/components/exam/GoToExamineAnswersButton.js.map +0 -1
  273. package/dist/src/components/exam/Hints.d.ts +0 -5
  274. package/dist/src/components/exam/Hints.d.ts.map +0 -1
  275. package/dist/src/components/exam/Hints.js +0 -31
  276. package/dist/src/components/exam/Hints.js.map +0 -1
  277. package/dist/src/components/exam/Question.d.ts +0 -8
  278. package/dist/src/components/exam/Question.d.ts.map +0 -1
  279. package/dist/src/components/exam/Question.js +0 -75
  280. package/dist/src/components/exam/Question.js.map +0 -1
  281. package/dist/src/components/exam/QuestionInstruction.d.ts +0 -6
  282. package/dist/src/components/exam/QuestionInstruction.d.ts.map +0 -1
  283. package/dist/src/components/exam/QuestionInstruction.js +0 -8
  284. package/dist/src/components/exam/QuestionInstruction.js.map +0 -1
  285. package/dist/src/components/exam/QuestionTitle.d.ts +0 -5
  286. package/dist/src/components/exam/QuestionTitle.d.ts.map +0 -1
  287. package/dist/src/components/exam/QuestionTitle.js +0 -26
  288. package/dist/src/components/exam/QuestionTitle.js.map +0 -1
  289. package/dist/src/components/exam/RichTextAnswer.d.ts +0 -41
  290. package/dist/src/components/exam/RichTextAnswer.d.ts.map +0 -1
  291. package/dist/src/components/exam/RichTextAnswer.js +0 -79
  292. package/dist/src/components/exam/RichTextAnswer.js.map +0 -1
  293. package/dist/src/components/exam/Section.d.ts +0 -4
  294. package/dist/src/components/exam/Section.d.ts.map +0 -1
  295. package/dist/src/components/exam/Section.js +0 -49
  296. package/dist/src/components/exam/Section.js.map +0 -1
  297. package/dist/src/components/exam/SectionInstruction.d.ts +0 -6
  298. package/dist/src/components/exam/SectionInstruction.d.ts.map +0 -1
  299. package/dist/src/components/exam/SectionInstruction.js +0 -6
  300. package/dist/src/components/exam/SectionInstruction.js.map +0 -1
  301. package/dist/src/components/exam/SectionTitle.d.ts +0 -6
  302. package/dist/src/components/exam/SectionTitle.d.ts.map +0 -1
  303. package/dist/src/components/exam/SectionTitle.js +0 -30
  304. package/dist/src/components/exam/SectionTitle.js.map +0 -1
  305. package/dist/src/components/exam/StudentNameHeader.d.ts +0 -8
  306. package/dist/src/components/exam/StudentNameHeader.d.ts.map +0 -1
  307. package/dist/src/components/exam/StudentNameHeader.js +0 -3
  308. package/dist/src/components/exam/StudentNameHeader.js.map +0 -1
  309. package/dist/src/components/exam/TextAnswer.d.ts +0 -6
  310. package/dist/src/components/exam/TextAnswer.d.ts.map +0 -1
  311. package/dist/src/components/exam/TextAnswer.js +0 -20
  312. package/dist/src/components/exam/TextAnswer.js.map +0 -1
  313. package/dist/src/components/exam/UndoHistoryEntry.d.ts +0 -19
  314. package/dist/src/components/exam/UndoHistoryEntry.d.ts.map +0 -1
  315. package/dist/src/components/exam/UndoHistoryEntry.js +0 -39
  316. package/dist/src/components/exam/UndoHistoryEntry.js.map +0 -1
  317. package/dist/src/components/exam/UndoView.d.ts +0 -35
  318. package/dist/src/components/exam/UndoView.d.ts.map +0 -1
  319. package/dist/src/components/exam/UndoView.js +0 -162
  320. package/dist/src/components/exam/UndoView.js.map +0 -1
  321. package/dist/src/components/exam/internal/ErrorIndicator.d.ts +0 -9
  322. package/dist/src/components/exam/internal/ErrorIndicator.d.ts.map +0 -1
  323. package/dist/src/components/exam/internal/ErrorIndicator.js +0 -63
  324. package/dist/src/components/exam/internal/ErrorIndicator.js.map +0 -1
  325. package/dist/src/components/exam/internal/ProgressBar.d.ts +0 -8
  326. package/dist/src/components/exam/internal/ProgressBar.d.ts.map +0 -1
  327. package/dist/src/components/exam/internal/ProgressBar.js +0 -19
  328. package/dist/src/components/exam/internal/ProgressBar.js.map +0 -1
  329. package/dist/src/components/exam/internal/SaveIndicator.d.ts +0 -5
  330. package/dist/src/components/exam/internal/SaveIndicator.d.ts.map +0 -1
  331. package/dist/src/components/exam/internal/SaveIndicator.js +0 -16
  332. package/dist/src/components/exam/internal/SaveIndicator.js.map +0 -1
  333. package/dist/src/components/exam/internal/TextAnswerInput.d.ts +0 -6
  334. package/dist/src/components/exam/internal/TextAnswerInput.d.ts.map +0 -1
  335. package/dist/src/components/exam/internal/TextAnswerInput.js +0 -128
  336. package/dist/src/components/exam/internal/TextAnswerInput.js.map +0 -1
  337. package/dist/src/components/grading/AnswerCharacterCounter.d.ts +0 -6
  338. package/dist/src/components/grading/AnswerCharacterCounter.d.ts.map +0 -1
  339. package/dist/src/components/grading/AnswerCharacterCounter.js +0 -21
  340. package/dist/src/components/grading/AnswerCharacterCounter.js.map +0 -1
  341. package/dist/src/components/grading/GradingAnswer.d.ts +0 -24
  342. package/dist/src/components/grading/GradingAnswer.d.ts.map +0 -1
  343. package/dist/src/components/grading/GradingAnswer.js +0 -306
  344. package/dist/src/components/grading/GradingAnswer.js.map +0 -1
  345. package/dist/src/components/grading/GradingAnswerAnnotationList.d.ts +0 -9
  346. package/dist/src/components/grading/GradingAnswerAnnotationList.d.ts.map +0 -1
  347. package/dist/src/components/grading/GradingAnswerAnnotationList.js +0 -19
  348. package/dist/src/components/grading/GradingAnswerAnnotationList.js.map +0 -1
  349. package/dist/src/components/grading/editAnnotations.d.ts +0 -29
  350. package/dist/src/components/grading/editAnnotations.d.ts.map +0 -1
  351. package/dist/src/components/grading/editAnnotations.js +0 -190
  352. package/dist/src/components/grading/editAnnotations.js.map +0 -1
  353. package/dist/src/components/grading/examAnnotationUtils.d.ts +0 -3
  354. package/dist/src/components/grading/examAnnotationUtils.d.ts.map +0 -1
  355. package/dist/src/components/grading/examAnnotationUtils.js +0 -44
  356. package/dist/src/components/grading/examAnnotationUtils.js.map +0 -1
  357. package/dist/src/components/grading/largeImageDetector.d.ts +0 -3
  358. package/dist/src/components/grading/largeImageDetector.d.ts.map +0 -1
  359. package/dist/src/components/grading/largeImageDetector.js +0 -45
  360. package/dist/src/components/grading/largeImageDetector.js.map +0 -1
  361. package/dist/src/components/grading-instructions/AnswerGradingInstruction.d.ts +0 -5
  362. package/dist/src/components/grading-instructions/AnswerGradingInstruction.d.ts.map +0 -1
  363. package/dist/src/components/grading-instructions/AnswerGradingInstruction.js +0 -4
  364. package/dist/src/components/grading-instructions/AnswerGradingInstruction.js.map +0 -1
  365. package/dist/src/components/grading-instructions/AutogradedAnswer.d.ts +0 -5
  366. package/dist/src/components/grading-instructions/AutogradedAnswer.d.ts.map +0 -1
  367. package/dist/src/components/grading-instructions/AutogradedAnswer.js +0 -34
  368. package/dist/src/components/grading-instructions/AutogradedAnswer.js.map +0 -1
  369. package/dist/src/components/grading-instructions/AutogradedAnswerOption.d.ts +0 -5
  370. package/dist/src/components/grading-instructions/AutogradedAnswerOption.d.ts.map +0 -1
  371. package/dist/src/components/grading-instructions/AutogradedAnswerOption.js +0 -17
  372. package/dist/src/components/grading-instructions/AutogradedAnswerOption.js.map +0 -1
  373. package/dist/src/components/grading-instructions/ExamGradingInstruction.d.ts +0 -5
  374. package/dist/src/components/grading-instructions/ExamGradingInstruction.d.ts.map +0 -1
  375. package/dist/src/components/grading-instructions/ExamGradingInstruction.js +0 -4
  376. package/dist/src/components/grading-instructions/ExamGradingInstruction.js.map +0 -1
  377. package/dist/src/components/grading-instructions/GradingInstructions.d.ts +0 -6
  378. package/dist/src/components/grading-instructions/GradingInstructions.d.ts.map +0 -1
  379. package/dist/src/components/grading-instructions/GradingInstructions.js +0 -109
  380. package/dist/src/components/grading-instructions/GradingInstructions.js.map +0 -1
  381. package/dist/src/components/grading-instructions/Question.d.ts +0 -4
  382. package/dist/src/components/grading-instructions/Question.d.ts.map +0 -1
  383. package/dist/src/components/grading-instructions/Question.js +0 -14
  384. package/dist/src/components/grading-instructions/Question.js.map +0 -1
  385. package/dist/src/components/grading-instructions/QuestionTitle.d.ts +0 -5
  386. package/dist/src/components/grading-instructions/QuestionTitle.d.ts.map +0 -1
  387. package/dist/src/components/grading-instructions/QuestionTitle.js +0 -19
  388. package/dist/src/components/grading-instructions/QuestionTitle.js.map +0 -1
  389. package/dist/src/components/grading-instructions/Recording.d.ts +0 -5
  390. package/dist/src/components/grading-instructions/Recording.d.ts.map +0 -1
  391. package/dist/src/components/grading-instructions/Recording.js +0 -19
  392. package/dist/src/components/grading-instructions/Recording.js.map +0 -1
  393. package/dist/src/components/grading-instructions/Section.d.ts +0 -4
  394. package/dist/src/components/grading-instructions/Section.d.ts.map +0 -1
  395. package/dist/src/components/grading-instructions/Section.js +0 -10
  396. package/dist/src/components/grading-instructions/Section.js.map +0 -1
  397. package/dist/src/components/grading-instructions/SectionTitle.d.ts +0 -5
  398. package/dist/src/components/grading-instructions/SectionTitle.d.ts.map +0 -1
  399. package/dist/src/components/grading-instructions/SectionTitle.js +0 -16
  400. package/dist/src/components/grading-instructions/SectionTitle.js.map +0 -1
  401. package/dist/src/components/results/ChoiceAnswer.d.ts +0 -6
  402. package/dist/src/components/results/ChoiceAnswer.d.ts.map +0 -1
  403. package/dist/src/components/results/ChoiceAnswer.js +0 -57
  404. package/dist/src/components/results/ChoiceAnswer.js.map +0 -1
  405. package/dist/src/components/results/DropdownAnswer.d.ts +0 -6
  406. package/dist/src/components/results/DropdownAnswer.d.ts.map +0 -1
  407. package/dist/src/components/results/DropdownAnswer.js +0 -43
  408. package/dist/src/components/results/DropdownAnswer.js.map +0 -1
  409. package/dist/src/components/results/EndExamSession.d.ts +0 -8
  410. package/dist/src/components/results/EndExamSession.d.ts.map +0 -1
  411. package/dist/src/components/results/EndExamSession.js +0 -20
  412. package/dist/src/components/results/EndExamSession.js.map +0 -1
  413. package/dist/src/components/results/MultiLineAnswer.d.ts +0 -8
  414. package/dist/src/components/results/MultiLineAnswer.d.ts.map +0 -1
  415. package/dist/src/components/results/MultiLineAnswer.js +0 -22
  416. package/dist/src/components/results/MultiLineAnswer.js.map +0 -1
  417. package/dist/src/components/results/Question.d.ts +0 -4
  418. package/dist/src/components/results/Question.d.ts.map +0 -1
  419. package/dist/src/components/results/Question.js +0 -31
  420. package/dist/src/components/results/Question.js.map +0 -1
  421. package/dist/src/components/results/QuestionTitle.d.ts +0 -6
  422. package/dist/src/components/results/QuestionTitle.d.ts.map +0 -1
  423. package/dist/src/components/results/QuestionTitle.js +0 -26
  424. package/dist/src/components/results/QuestionTitle.js.map +0 -1
  425. package/dist/src/components/results/Results.d.ts +0 -19
  426. package/dist/src/components/results/Results.d.ts.map +0 -1
  427. package/dist/src/components/results/Results.js +0 -136
  428. package/dist/src/components/results/Results.js.map +0 -1
  429. package/dist/src/components/results/ScoredTextAnswer.d.ts +0 -6
  430. package/dist/src/components/results/ScoredTextAnswer.d.ts.map +0 -1
  431. package/dist/src/components/results/ScoredTextAnswer.js +0 -22
  432. package/dist/src/components/results/ScoredTextAnswer.js.map +0 -1
  433. package/dist/src/components/results/Section.d.ts +0 -4
  434. package/dist/src/components/results/Section.d.ts.map +0 -1
  435. package/dist/src/components/results/Section.js +0 -11
  436. package/dist/src/components/results/Section.js.map +0 -1
  437. package/dist/src/components/results/SingleLineAnswer.d.ts +0 -12
  438. package/dist/src/components/results/SingleLineAnswer.d.ts.map +0 -1
  439. package/dist/src/components/results/SingleLineAnswer.js +0 -26
  440. package/dist/src/components/results/SingleLineAnswer.js.map +0 -1
  441. package/dist/src/components/results/TextAnswer.d.ts +0 -7
  442. package/dist/src/components/results/TextAnswer.d.ts.map +0 -1
  443. package/dist/src/components/results/TextAnswer.js +0 -48
  444. package/dist/src/components/results/TextAnswer.js.map +0 -1
  445. package/dist/src/components/results/internal/AnnotationList.d.ts +0 -5
  446. package/dist/src/components/results/internal/AnnotationList.d.ts.map +0 -1
  447. package/dist/src/components/results/internal/AnnotationList.js +0 -32
  448. package/dist/src/components/results/internal/AnnotationList.js.map +0 -1
  449. package/dist/src/components/results/internal/QuestionAutoScore.d.ts +0 -11
  450. package/dist/src/components/results/internal/QuestionAutoScore.d.ts.map +0 -1
  451. package/dist/src/components/results/internal/QuestionAutoScore.js +0 -17
  452. package/dist/src/components/results/internal/QuestionAutoScore.js.map +0 -1
  453. package/dist/src/components/results/internal/QuestionManualScore.d.ts +0 -13
  454. package/dist/src/components/results/internal/QuestionManualScore.d.ts.map +0 -1
  455. package/dist/src/components/results/internal/QuestionManualScore.js +0 -66
  456. package/dist/src/components/results/internal/QuestionManualScore.js.map +0 -1
  457. package/dist/src/components/results/internal/QuestionScoresContainer.d.ts +0 -11
  458. package/dist/src/components/results/internal/QuestionScoresContainer.d.ts.map +0 -1
  459. package/dist/src/components/results/internal/QuestionScoresContainer.js +0 -27
  460. package/dist/src/components/results/internal/QuestionScoresContainer.js.map +0 -1
  461. package/dist/src/components/results/isExamineExamPageHook.d.ts +0 -2
  462. package/dist/src/components/results/isExamineExamPageHook.d.ts.map +0 -1
  463. package/dist/src/components/results/isExamineExamPageHook.js +0 -7
  464. package/dist/src/components/results/isExamineExamPageHook.js.map +0 -1
  465. package/dist/src/components/shared/AnnotatableText.d.ts +0 -5
  466. package/dist/src/components/shared/AnnotatableText.d.ts.map +0 -1
  467. package/dist/src/components/shared/AnnotatableText.js +0 -73
  468. package/dist/src/components/shared/AnnotatableText.js.map +0 -1
  469. package/dist/src/components/shared/AnnotationLists.d.ts +0 -13
  470. package/dist/src/components/shared/AnnotationLists.d.ts.map +0 -1
  471. package/dist/src/components/shared/AnnotationLists.js +0 -17
  472. package/dist/src/components/shared/AnnotationLists.js.map +0 -1
  473. package/dist/src/components/shared/AnnotationPopup.d.ts +0 -3
  474. package/dist/src/components/shared/AnnotationPopup.d.ts.map +0 -1
  475. package/dist/src/components/shared/AnnotationPopup.js +0 -74
  476. package/dist/src/components/shared/AnnotationPopup.js.map +0 -1
  477. package/dist/src/components/shared/AnswerIndicator.d.ts +0 -12
  478. package/dist/src/components/shared/AnswerIndicator.d.ts.map +0 -1
  479. package/dist/src/components/shared/AnswerIndicator.js +0 -27
  480. package/dist/src/components/shared/AnswerIndicator.js.map +0 -1
  481. package/dist/src/components/shared/AnswerLengthInfo.d.ts +0 -7
  482. package/dist/src/components/shared/AnswerLengthInfo.d.ts.map +0 -1
  483. package/dist/src/components/shared/AnswerLengthInfo.js +0 -11
  484. package/dist/src/components/shared/AnswerLengthInfo.js.map +0 -1
  485. package/dist/src/components/shared/AttachmentLink.d.ts +0 -5
  486. package/dist/src/components/shared/AttachmentLink.d.ts.map +0 -1
  487. package/dist/src/components/shared/AttachmentLink.js +0 -28
  488. package/dist/src/components/shared/AttachmentLink.js.map +0 -1
  489. package/dist/src/components/shared/AttachmentLinks.d.ts +0 -5
  490. package/dist/src/components/shared/AttachmentLinks.d.ts.map +0 -1
  491. package/dist/src/components/shared/AttachmentLinks.js +0 -58
  492. package/dist/src/components/shared/AttachmentLinks.js.map +0 -1
  493. package/dist/src/components/shared/Audio.d.ts +0 -6
  494. package/dist/src/components/shared/Audio.d.ts.map +0 -1
  495. package/dist/src/components/shared/Audio.js +0 -31
  496. package/dist/src/components/shared/Audio.js.map +0 -1
  497. package/dist/src/components/shared/AudioGroup.d.ts +0 -6
  498. package/dist/src/components/shared/AudioGroup.d.ts.map +0 -1
  499. package/dist/src/components/shared/AudioGroup.js +0 -9
  500. package/dist/src/components/shared/AudioGroup.js.map +0 -1
  501. package/dist/src/components/shared/AudioTest.d.ts +0 -6
  502. package/dist/src/components/shared/AudioTest.d.ts.map +0 -1
  503. package/dist/src/components/shared/AudioTest.js +0 -34
  504. package/dist/src/components/shared/AudioTest.js.map +0 -1
  505. package/dist/src/components/shared/ExamTranslation.d.ts +0 -6
  506. package/dist/src/components/shared/ExamTranslation.d.ts.map +0 -1
  507. package/dist/src/components/shared/ExamTranslation.js +0 -9
  508. package/dist/src/components/shared/ExamTranslation.js.map +0 -1
  509. package/dist/src/components/shared/File.d.ts +0 -6
  510. package/dist/src/components/shared/File.d.ts.map +0 -1
  511. package/dist/src/components/shared/File.js +0 -15
  512. package/dist/src/components/shared/File.js.map +0 -1
  513. package/dist/src/components/shared/Footer.d.ts +0 -5
  514. package/dist/src/components/shared/Footer.d.ts.map +0 -1
  515. package/dist/src/components/shared/Footer.js +0 -3
  516. package/dist/src/components/shared/Footer.js.map +0 -1
  517. package/dist/src/components/shared/Formula.d.ts +0 -6
  518. package/dist/src/components/shared/Formula.d.ts.map +0 -1
  519. package/dist/src/components/shared/Formula.js +0 -13
  520. package/dist/src/components/shared/Formula.js.map +0 -1
  521. package/dist/src/components/shared/Image.d.ts +0 -6
  522. package/dist/src/components/shared/Image.d.ts.map +0 -1
  523. package/dist/src/components/shared/Image.js +0 -30
  524. package/dist/src/components/shared/Image.js.map +0 -1
  525. package/dist/src/components/shared/ImageOverlay.d.ts +0 -6
  526. package/dist/src/components/shared/ImageOverlay.d.ts.map +0 -1
  527. package/dist/src/components/shared/ImageOverlay.js +0 -43
  528. package/dist/src/components/shared/ImageOverlay.js.map +0 -1
  529. package/dist/src/components/shared/QuestionNumber.d.ts +0 -4
  530. package/dist/src/components/shared/QuestionNumber.d.ts.map +0 -1
  531. package/dist/src/components/shared/QuestionNumber.js +0 -12
  532. package/dist/src/components/shared/QuestionNumber.js.map +0 -1
  533. package/dist/src/components/shared/Reference.d.ts +0 -6
  534. package/dist/src/components/shared/Reference.d.ts.map +0 -1
  535. package/dist/src/components/shared/Reference.js +0 -72
  536. package/dist/src/components/shared/Reference.js.map +0 -1
  537. package/dist/src/components/shared/References.d.ts +0 -6
  538. package/dist/src/components/shared/References.d.ts.map +0 -1
  539. package/dist/src/components/shared/References.js +0 -26
  540. package/dist/src/components/shared/References.js.map +0 -1
  541. package/dist/src/components/shared/Score.d.ts +0 -8
  542. package/dist/src/components/shared/Score.d.ts.map +0 -1
  543. package/dist/src/components/shared/Score.js +0 -13
  544. package/dist/src/components/shared/Score.js.map +0 -1
  545. package/dist/src/components/shared/TOCQuestion.d.ts +0 -4
  546. package/dist/src/components/shared/TOCQuestion.d.ts.map +0 -1
  547. package/dist/src/components/shared/TOCQuestion.js +0 -77
  548. package/dist/src/components/shared/TOCQuestion.js.map +0 -1
  549. package/dist/src/components/shared/TOCSection.d.ts +0 -7
  550. package/dist/src/components/shared/TOCSection.d.ts.map +0 -1
  551. package/dist/src/components/shared/TOCSection.js +0 -15
  552. package/dist/src/components/shared/TOCSection.js.map +0 -1
  553. package/dist/src/components/shared/TOCSectionTitle.d.ts +0 -4
  554. package/dist/src/components/shared/TOCSectionTitle.d.ts.map +0 -1
  555. package/dist/src/components/shared/TOCSectionTitle.js +0 -34
  556. package/dist/src/components/shared/TOCSectionTitle.js.map +0 -1
  557. package/dist/src/components/shared/TableOfContents.d.ts +0 -8
  558. package/dist/src/components/shared/TableOfContents.d.ts.map +0 -1
  559. package/dist/src/components/shared/TableOfContents.js +0 -61
  560. package/dist/src/components/shared/TableOfContents.js.map +0 -1
  561. package/dist/src/components/shared/VersionNumber.d.ts +0 -3
  562. package/dist/src/components/shared/VersionNumber.d.ts.map +0 -1
  563. package/dist/src/components/shared/VersionNumber.js +0 -10
  564. package/dist/src/components/shared/VersionNumber.js.map +0 -1
  565. package/dist/src/components/shared/Video.d.ts +0 -6
  566. package/dist/src/components/shared/Video.d.ts.map +0 -1
  567. package/dist/src/components/shared/Video.js +0 -22
  568. package/dist/src/components/shared/Video.js.map +0 -1
  569. package/dist/src/components/shared/internal/AttachmentLinkAnchor.d.ts +0 -8
  570. package/dist/src/components/shared/internal/AttachmentLinkAnchor.d.ts.map +0 -1
  571. package/dist/src/components/shared/internal/AttachmentLinkAnchor.js +0 -4
  572. package/dist/src/components/shared/internal/AttachmentLinkAnchor.js.map +0 -1
  573. package/dist/src/components/shared/internal/AudioPlaybackError.d.ts +0 -8
  574. package/dist/src/components/shared/internal/AudioPlaybackError.d.ts.map +0 -1
  575. package/dist/src/components/shared/internal/AudioPlaybackError.js +0 -17
  576. package/dist/src/components/shared/internal/AudioPlaybackError.js.map +0 -1
  577. package/dist/src/components/shared/internal/ResponsiveMediaContainer.d.ts +0 -18
  578. package/dist/src/components/shared/internal/ResponsiveMediaContainer.d.ts.map +0 -1
  579. package/dist/src/components/shared/internal/ResponsiveMediaContainer.js +0 -21
  580. package/dist/src/components/shared/internal/ResponsiveMediaContainer.js.map +0 -1
  581. package/dist/src/components/shared/internal/RestrictedAudioPlayer.d.ts +0 -12
  582. package/dist/src/components/shared/internal/RestrictedAudioPlayer.d.ts.map +0 -1
  583. package/dist/src/components/shared/internal/RestrictedAudioPlayer.js +0 -46
  584. package/dist/src/components/shared/internal/RestrictedAudioPlayer.js.map +0 -1
  585. package/dist/src/components/surround.d.ts +0 -8
  586. package/dist/src/components/surround.d.ts.map +0 -1
  587. package/dist/src/components/surround.js +0 -19
  588. package/dist/src/components/surround.js.map +0 -1
  589. package/dist/src/createRenderChildNodes.d.ts +0 -17
  590. package/dist/src/createRenderChildNodes.d.ts.map +0 -1
  591. package/dist/src/createRenderChildNodes.js +0 -64
  592. package/dist/src/createRenderChildNodes.js.map +0 -1
  593. package/dist/src/dom-utils.d.ts +0 -20
  594. package/dist/src/dom-utils.d.ts.map +0 -1
  595. package/dist/src/dom-utils.js +0 -164
  596. package/dist/src/dom-utils.js.map +0 -1
  597. package/dist/src/fonts.d.ts +0 -5
  598. package/dist/src/fonts.d.ts.map +0 -1
  599. package/dist/src/fonts.js +0 -16
  600. package/dist/src/fonts.js.map +0 -1
  601. package/dist/src/formatting.d.ts +0 -2
  602. package/dist/src/formatting.d.ts.map +0 -1
  603. package/dist/src/formatting.js +0 -4
  604. package/dist/src/formatting.js.map +0 -1
  605. package/dist/src/getDisplayName.d.ts +0 -4
  606. package/dist/src/getDisplayName.d.ts.map +0 -1
  607. package/dist/src/getDisplayName.js +0 -5
  608. package/dist/src/getDisplayName.js.map +0 -1
  609. package/dist/src/i18n/A_E.d.ts +0 -3
  610. package/dist/src/i18n/A_E.d.ts.map +0 -1
  611. package/dist/src/i18n/A_E.js +0 -8
  612. package/dist/src/i18n/A_E.js.map +0 -1
  613. package/dist/src/i18n/BA.d.ts +0 -3
  614. package/dist/src/i18n/BA.d.ts.map +0 -1
  615. package/dist/src/i18n/BA.js +0 -11
  616. package/dist/src/i18n/BA.js.map +0 -1
  617. package/dist/src/i18n/CA.d.ts +0 -3
  618. package/dist/src/i18n/CA.d.ts.map +0 -1
  619. package/dist/src/i18n/CA.js +0 -11
  620. package/dist/src/i18n/CA.js.map +0 -1
  621. package/dist/src/i18n/EA.d.ts +0 -3
  622. package/dist/src/i18n/EA.d.ts.map +0 -1
  623. package/dist/src/i18n/EA.js +0 -16
  624. package/dist/src/i18n/EA.js.map +0 -1
  625. package/dist/src/i18n/FA.d.ts +0 -3
  626. package/dist/src/i18n/FA.d.ts.map +0 -1
  627. package/dist/src/i18n/FA.js +0 -17
  628. package/dist/src/i18n/FA.js.map +0 -1
  629. package/dist/src/i18n/GC.d.ts +0 -3
  630. package/dist/src/i18n/GC.d.ts.map +0 -1
  631. package/dist/src/i18n/GC.js +0 -16
  632. package/dist/src/i18n/GC.js.map +0 -1
  633. package/dist/src/i18n/I.d.ts +0 -3
  634. package/dist/src/i18n/I.d.ts.map +0 -1
  635. package/dist/src/i18n/I.js +0 -21
  636. package/dist/src/i18n/I.js.map +0 -1
  637. package/dist/src/i18n/M.d.ts +0 -3
  638. package/dist/src/i18n/M.d.ts.map +0 -1
  639. package/dist/src/i18n/M.js +0 -4
  640. package/dist/src/i18n/M.js.map +0 -1
  641. package/dist/src/i18n/O_E.d.ts +0 -3
  642. package/dist/src/i18n/O_E.d.ts.map +0 -1
  643. package/dist/src/i18n/O_E.js +0 -7
  644. package/dist/src/i18n/O_E.js.map +0 -1
  645. package/dist/src/i18n/PA.d.ts +0 -3
  646. package/dist/src/i18n/PA.d.ts.map +0 -1
  647. package/dist/src/i18n/PA.js +0 -16
  648. package/dist/src/i18n/PA.js.map +0 -1
  649. package/dist/src/i18n/SA.d.ts +0 -3
  650. package/dist/src/i18n/SA.d.ts.map +0 -1
  651. package/dist/src/i18n/SA.js +0 -16
  652. package/dist/src/i18n/SA.js.map +0 -1
  653. package/dist/src/i18n/TC.d.ts +0 -3
  654. package/dist/src/i18n/TC.d.ts.map +0 -1
  655. package/dist/src/i18n/TC.js +0 -16
  656. package/dist/src/i18n/TC.js.map +0 -1
  657. package/dist/src/i18n/VA.d.ts +0 -3
  658. package/dist/src/i18n/VA.d.ts.map +0 -1
  659. package/dist/src/i18n/VA.js +0 -16
  660. package/dist/src/i18n/VA.js.map +0 -1
  661. package/dist/src/i18n/Z.d.ts +0 -3
  662. package/dist/src/i18n/Z.d.ts.map +0 -1
  663. package/dist/src/i18n/Z.js +0 -22
  664. package/dist/src/i18n/Z.js.map +0 -1
  665. package/dist/src/i18n/fi-FI.d.ts +0 -192
  666. package/dist/src/i18n/fi-FI.d.ts.map +0 -1
  667. package/dist/src/i18n/fi-FI.js +0 -182
  668. package/dist/src/i18n/fi-FI.js.map +0 -1
  669. package/dist/src/i18n/index.d.ts +0 -20
  670. package/dist/src/i18n/index.d.ts.map +0 -1
  671. package/dist/src/i18n/index.js +0 -128
  672. package/dist/src/i18n/index.js.map +0 -1
  673. package/dist/src/i18n/sv-FI.d.ts +0 -3
  674. package/dist/src/i18n/sv-FI.d.ts.map +0 -1
  675. package/dist/src/i18n/sv-FI.js +0 -181
  676. package/dist/src/i18n/sv-FI.js.map +0 -1
  677. package/dist/src/ids.d.ts +0 -14
  678. package/dist/src/ids.d.ts.map +0 -1
  679. package/dist/src/ids.js +0 -28
  680. package/dist/src/ids.js.map +0 -1
  681. package/dist/src/index.d.ts +0 -19
  682. package/dist/src/index.d.ts.map +0 -1
  683. package/dist/src/index.js +0 -12
  684. package/dist/src/index.js.map +0 -1
  685. package/dist/src/parser/parseExam.d.ts +0 -2
  686. package/dist/src/parser/parseExam.d.ts.map +0 -1
  687. package/dist/src/parser/parseExam.js +0 -54
  688. package/dist/src/parser/parseExam.js.map +0 -1
  689. package/dist/src/parser/parseExamStructure.d.ts +0 -58
  690. package/dist/src/parser/parseExamStructure.d.ts.map +0 -1
  691. package/dist/src/parser/parseExamStructure.js +0 -40
  692. package/dist/src/parser/parseExamStructure.js.map +0 -1
  693. package/dist/src/renderAnnotations.d.ts +0 -7
  694. package/dist/src/renderAnnotations.d.ts.map +0 -1
  695. package/dist/src/renderAnnotations.js +0 -193
  696. package/dist/src/renderAnnotations.js.map +0 -1
  697. package/dist/src/scrollToHash.d.ts +0 -2
  698. package/dist/src/scrollToHash.d.ts.map +0 -1
  699. package/dist/src/scrollToHash.js +0 -24
  700. package/dist/src/scrollToHash.js.map +0 -1
  701. package/dist/src/shortDisplayNumber.d.ts +0 -2
  702. package/dist/src/shortDisplayNumber.d.ts.map +0 -1
  703. package/dist/src/shortDisplayNumber.js +0 -5
  704. package/dist/src/shortDisplayNumber.js.map +0 -1
  705. package/dist/src/store/answers/actions.d.ts +0 -33
  706. package/dist/src/store/answers/actions.d.ts.map +0 -1
  707. package/dist/src/store/answers/actions.js +0 -9
  708. package/dist/src/store/answers/actions.js.map +0 -1
  709. package/dist/src/store/answers/reducer.d.ts +0 -39
  710. package/dist/src/store/answers/reducer.d.ts.map +0 -1
  711. package/dist/src/store/answers/reducer.js +0 -55
  712. package/dist/src/store/answers/reducer.js.map +0 -1
  713. package/dist/src/store/answers/sagas.d.ts +0 -8
  714. package/dist/src/store/answers/sagas.d.ts.map +0 -1
  715. package/dist/src/store/answers/sagas.js +0 -60
  716. package/dist/src/store/answers/sagas.js.map +0 -1
  717. package/dist/src/store/audio/actions.d.ts +0 -29
  718. package/dist/src/store/audio/actions.d.ts.map +0 -1
  719. package/dist/src/store/audio/actions.js +0 -9
  720. package/dist/src/store/audio/actions.js.map +0 -1
  721. package/dist/src/store/audio/reducer.d.ts +0 -27
  722. package/dist/src/store/audio/reducer.d.ts.map +0 -1
  723. package/dist/src/store/audio/reducer.js +0 -55
  724. package/dist/src/store/audio/reducer.js.map +0 -1
  725. package/dist/src/store/audio/sagas.d.ts +0 -3
  726. package/dist/src/store/audio/sagas.d.ts.map +0 -1
  727. package/dist/src/store/audio/sagas.js +0 -68
  728. package/dist/src/store/audio/sagas.js.map +0 -1
  729. package/dist/src/store/cas/actions.d.ts +0 -19
  730. package/dist/src/store/cas/actions.d.ts.map +0 -1
  731. package/dist/src/store/cas/actions.js +0 -9
  732. package/dist/src/store/cas/actions.js.map +0 -1
  733. package/dist/src/store/cas/reducer.d.ts +0 -14
  734. package/dist/src/store/cas/reducer.d.ts.map +0 -1
  735. package/dist/src/store/cas/reducer.js +0 -24
  736. package/dist/src/store/cas/reducer.js.map +0 -1
  737. package/dist/src/store/cas/sagas.d.ts +0 -18
  738. package/dist/src/store/cas/sagas.d.ts.map +0 -1
  739. package/dist/src/store/cas/sagas.js +0 -36
  740. package/dist/src/store/cas/sagas.js.map +0 -1
  741. package/dist/src/store/countdown.d.ts +0 -4
  742. package/dist/src/store/countdown.d.ts.map +0 -1
  743. package/dist/src/store/countdown.js +0 -33
  744. package/dist/src/store/countdown.js.map +0 -1
  745. package/dist/src/store/index.d.ts +0 -78
  746. package/dist/src/store/index.d.ts.map +0 -1
  747. package/dist/src/store/index.js +0 -53
  748. package/dist/src/store/index.js.map +0 -1
  749. package/dist/src/store/selectors.d.ts +0 -9
  750. package/dist/src/store/selectors.d.ts.map +0 -1
  751. package/dist/src/store/selectors.js +0 -35
  752. package/dist/src/store/selectors.js.map +0 -1
  753. package/dist/src/types/ExamAnswer.d.ts +0 -22
  754. package/dist/src/types/ExamAnswer.d.ts.map +0 -1
  755. package/dist/src/types/ExamAnswer.js +0 -2
  756. package/dist/src/types/ExamAnswer.js.map +0 -1
  757. package/dist/src/types/ExamServerAPI.d.ts +0 -78
  758. package/dist/src/types/ExamServerAPI.d.ts.map +0 -1
  759. package/dist/src/types/ExamServerAPI.js +0 -2
  760. package/dist/src/types/ExamServerAPI.js.map +0 -1
  761. package/dist/src/types/GradingStructure.d.ts +0 -40
  762. package/dist/src/types/GradingStructure.d.ts.map +0 -1
  763. package/dist/src/types/GradingStructure.js +0 -2
  764. package/dist/src/types/GradingStructure.js.map +0 -1
  765. package/dist/src/types/Score.d.ts +0 -92
  766. package/dist/src/types/Score.d.ts.map +0 -1
  767. package/dist/src/types/Score.js +0 -2
  768. package/dist/src/types/Score.js.map +0 -1
  769. package/dist/src/url.d.ts +0 -7
  770. package/dist/src/url.d.ts.map +0 -1
  771. package/dist/src/url.js +0 -12
  772. package/dist/src/url.js.map +0 -1
  773. package/dist/src/useCached.d.ts +0 -3
  774. package/dist/src/useCached.d.ts.map +0 -1
  775. package/dist/src/useCached.js +0 -6
  776. package/dist/src/useCached.js.map +0 -1
  777. package/dist/src/utils.d.ts +0 -15
  778. package/dist/src/utils.d.ts.map +0 -1
  779. package/dist/src/utils.js +0 -35
  780. package/dist/src/utils.js.map +0 -1
  781. package/dist/src/validateAnswers.d.ts +0 -16
  782. package/dist/src/validateAnswers.d.ts.map +0 -1
  783. package/dist/src/validateAnswers.js +0 -89
  784. package/dist/src/validateAnswers.js.map +0 -1
  785. package/dist/tsconfig.tsbuildinfo +0 -1
@@ -1,48 +0,0 @@
1
- import React from 'react';
2
- import { ExamAnnotation, ExamAnswer, ExamServerAPI, InitialCasStatus, NewExamAnnotation, RestrictedAudioPlaybackStats } from '../../index';
3
- import { RichTextAnswer, TextAnswer as TextAnswerType } from '../../types/ExamAnswer';
4
- /** Props common to taking the exams and viewing results */
5
- export interface CommonExamProps {
6
- /** Initial answers */
7
- answers: ExamAnswer[];
8
- /** The URL for the attachments page */
9
- attachmentsURL: string;
10
- /** A function that maps an attachment filename to a full URI. */
11
- resolveAttachment: (filename: string) => string;
12
- /** The exam XML */
13
- doc: XMLDocument;
14
- /** @deprecated Not used anymore */
15
- language?: string;
16
- abitti2?: boolean;
17
- }
18
- export interface AnnotationProps {
19
- annotations?: Record<string, ExamAnnotation[]>;
20
- onClickAnnotation?: (e: React.MouseEvent<HTMLElement, MouseEvent>, annotation: ExamAnnotation) => void;
21
- onSaveAnnotation?: (annotation: NewExamAnnotation) => void;
22
- }
23
- interface UndoViewProps {
24
- close: () => void;
25
- restoreAnswer: (examAnswer: TextAnswerType | RichTextAnswer) => void;
26
- questionId: number;
27
- title: string;
28
- }
29
- /** Props related to taking the exam, 'executing' it */
30
- export interface ExamProps extends CommonExamProps {
31
- /** The status of CAS software on the OS */
32
- casStatus: InitialCasStatus;
33
- /** The CAS countdown duration in seconds. 60 seconds by default. */
34
- casCountdownDuration?: number;
35
- /**
36
- * Playback statistics about restricted audio files. Used for calculating
37
- * whether the user can listen to them any more.
38
- */
39
- restrictedAudioPlaybackStats: RestrictedAudioPlaybackStats[];
40
- /** Exam Server API implementation */
41
- examServerApi: ExamServerAPI;
42
- studentName: string;
43
- showUndoView: boolean;
44
- undoViewProps: UndoViewProps;
45
- }
46
- declare const _default: React.MemoExoticComponent<React.ComponentType<any>>;
47
- export default _default;
48
- //# sourceMappingURL=Exam.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Exam.d.ts","sourceRoot":"","sources":["../../../../src/components/exam/Exam.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqD,MAAM,OAAO,CAAA;AAOzE,OAAO,EACL,cAAc,EACd,UAAU,EACV,aAAa,EACb,gBAAgB,EAChB,iBAAiB,EACjB,4BAA4B,EAC7B,MAAM,aAAa,CAAA;AAIpB,OAAO,EAAE,cAAc,EAAE,UAAU,IAAI,cAAc,EAAE,MAAM,wBAAwB,CAAA;AA6CrF,2DAA2D;AAC3D,MAAM,WAAW,eAAe;IAC9B,sBAAsB;IACtB,OAAO,EAAE,UAAU,EAAE,CAAA;IACrB,uCAAuC;IACvC,cAAc,EAAE,MAAM,CAAA;IACtB,iEAAiE;IACjE,iBAAiB,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,MAAM,CAAA;IAC/C,mBAAmB;IACnB,GAAG,EAAE,WAAW,CAAA;IAChB,mCAAmC;IACnC,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAED,MAAM,WAAW,eAAe;IAC9B,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,cAAc,EAAE,CAAC,CAAA;IAC9C,iBAAiB,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,WAAW,EAAE,UAAU,CAAC,EAAE,UAAU,EAAE,cAAc,KAAK,IAAI,CAAA;IACtG,gBAAgB,CAAC,EAAE,CAAC,UAAU,EAAE,iBAAiB,KAAK,IAAI,CAAA;CAC3D;AACD,UAAU,aAAa;IACrB,KAAK,EAAE,MAAM,IAAI,CAAA;IACjB,aAAa,EAAE,CAAC,UAAU,EAAE,cAAc,GAAG,cAAc,KAAK,IAAI,CAAA;IACpE,UAAU,EAAE,MAAM,CAAA;IAClB,KAAK,EAAE,MAAM,CAAA;CACd;AAED,uDAAuD;AACvD,MAAM,WAAW,SAAU,SAAQ,eAAe;IAChD,2CAA2C;IAC3C,SAAS,EAAE,gBAAgB,CAAA;IAC3B,oEAAoE;IACpE,oBAAoB,CAAC,EAAE,MAAM,CAAA;IAC7B;;;OAGG;IACH,4BAA4B,EAAE,4BAA4B,EAAE,CAAA;IAC5D,qCAAqC;IACrC,aAAa,EAAE,aAAa,CAAA;IAC5B,WAAW,EAAE,MAAM,CAAA;IACnB,YAAY,EAAE,OAAO,CAAA;IACrB,aAAa,EAAE,aAAa,CAAA;CAC7B;;AA4OD,wBAAuE"}
@@ -1,195 +0,0 @@
1
- import React, { createRef, useContext, useEffect, useState } from 'react';
2
- import { I18nextProvider } from 'react-i18next';
3
- import { Provider } from 'react-redux';
4
- import { createRenderChildNodes } from '../../createRenderChildNodes';
5
- import { findChildElement } from '../../dom-utils';
6
- import { changeLanguage, initI18n, useExamTranslation } from '../../i18n';
7
- import { examTitleId } from '../../ids';
8
- import { parseExamStructure } from '../../parser/parseExamStructure';
9
- import { scrollToHash } from '../../scrollToHash';
10
- import { initializeExamStore } from '../../store';
11
- import { useCached } from '../../useCached';
12
- import DocumentTitle from '../DocumentTitle';
13
- import RenderChildNodes from '../RenderChildNodes';
14
- import SectionElement from '../SectionElement';
15
- import { AnnotationProvider } from '../context/AnnotationProvider';
16
- import { CommonExamContext, withCommonExamContext } from '../context/CommonExamContext';
17
- import { withExamContext } from '../context/ExamContext';
18
- import { TOCContext } from '../context/TOCContext';
19
- import mkAttachmentLink from '../shared/AttachmentLink';
20
- import mkAttachmentLinks from '../shared/AttachmentLinks';
21
- import Audio from '../shared/Audio';
22
- import AudioGroup from '../shared/AudioGroup';
23
- import AudioTest from '../shared/AudioTest';
24
- import ExamTranslation from '../shared/ExamTranslation';
25
- import File from '../shared/File';
26
- import { Footer } from '../shared/Footer';
27
- import Formula from '../shared/Formula';
28
- import Image from '../shared/Image';
29
- import ImageOverlay from '../shared/ImageOverlay';
30
- import { QuestionNumber } from '../shared/QuestionNumber';
31
- import References from '../shared/References';
32
- import { mkTableOfContents } from '../shared/TableOfContents';
33
- import { VersionNumber } from '../shared/VersionNumber';
34
- import Video from '../shared/Video';
35
- import ExamAttachment from './Attachment';
36
- import ChoiceAnswer from './ChoiceAnswer';
37
- import DropdownAnswer from './DropdownAnswer';
38
- import ExamFooter from './ExamFooter';
39
- import ExamInstruction from './ExamInstruction';
40
- import ExternalMaterial from './ExternalMaterial';
41
- import GoToExamineAnswersButton from './GoToExamineAnswersButton';
42
- import Hints from './Hints';
43
- import Question from './Question';
44
- import QuestionInstruction from './QuestionInstruction';
45
- import QuestionTitle from './QuestionTitle';
46
- import Section from './Section';
47
- import SectionInstruction from './SectionInstruction';
48
- import SectionTitle from './SectionTitle';
49
- import { StudentNameHeader } from './StudentNameHeader';
50
- import TextAnswer from './TextAnswer';
51
- import { UndoView } from './UndoView';
52
- import ErrorIndicator from './internal/ErrorIndicator';
53
- import SaveIndicator from './internal/SaveIndicator';
54
- const renderChildNodes = createRenderChildNodes({
55
- attachment: ExamAttachment,
56
- 'attachment-link': mkAttachmentLink('link'),
57
- 'attachment-links': mkAttachmentLinks('link'),
58
- audio: Audio,
59
- 'audio-title': RenderChildNodes,
60
- 'audio-group': AudioGroup,
61
- 'audio-test': AudioTest,
62
- 'choice-answer': ChoiceAnswer,
63
- 'dropdown-answer': DropdownAnswer,
64
- 'exam-footer': ExamFooter,
65
- 'external-material': ExternalMaterial,
66
- file: File,
67
- formula: Formula,
68
- image: Image,
69
- question: Question,
70
- 'question-number': QuestionNumber,
71
- translation: ExamTranslation,
72
- 'question-instruction': QuestionInstruction,
73
- 'question-title': QuestionTitle,
74
- hints: Hints,
75
- references: References,
76
- 'scored-text-answer': TextAnswer,
77
- 'scored-text-answers': Hints,
78
- 'section-instruction': SectionInstruction,
79
- section: Section,
80
- 'section-title': SectionTitle,
81
- 'text-answer': TextAnswer,
82
- video: Video,
83
- 'image-overlay': ImageOverlay
84
- });
85
- const Exam = ({ doc, casStatus, answers, restrictedAudioPlaybackStats, examServerApi, studentName, showUndoView, undoViewProps, annotations, onClickAnnotation, onSaveAnnotation }) => {
86
- const { date, dateTimeFormatter, dayCode, examCode, language, resolveAttachment, root, subjectLanguage } = useContext(CommonExamContext);
87
- const examTitle = findChildElement(root, 'exam-title');
88
- const examInstruction = findChildElement(root, 'exam-instruction');
89
- const tableOfContents = findChildElement(root, 'table-of-contents');
90
- const externalMaterial = findChildElement(root, 'external-material');
91
- const examStylesheet = root.getAttribute('exam-stylesheet');
92
- const examRef = createRef();
93
- const store = useCached(() => initializeExamStore(parseExamStructure(doc), casStatus, answers, restrictedAudioPlaybackStats, examServerApi));
94
- const TableOfContentsSidebar = useCached(() => mkTableOfContents({
95
- showAttachmentLinks: true,
96
- showAnsweringInstructions: true,
97
- isInSidebar: true
98
- }));
99
- const TableOfContents = useCached(() => mkTableOfContents({
100
- showAttachmentLinks: true,
101
- showAnsweringInstructions: true,
102
- isInSidebar: false
103
- }));
104
- const i18n = useCached(() => initI18n(language, examCode, dayCode));
105
- useEffect(changeLanguage(i18n, language));
106
- useEffect(scrollToHash, []);
107
- const [allRefs, setAllRefs] = useState([]);
108
- const addRef = (ref) => {
109
- if (!allRefs.includes(ref)) {
110
- setAllRefs(prevRefs => {
111
- const nextAllRefs = [...prevRefs, ref];
112
- return nextAllRefs;
113
- });
114
- }
115
- };
116
- useEffect(() => {
117
- const observer = new IntersectionObserver(callback);
118
- const observableElements = allRefs;
119
- observableElements.forEach(element => observer.observe(element));
120
- return () => {
121
- observableElements.forEach(element => observer.unobserve(element));
122
- };
123
- }, [allRefs]);
124
- const callback = (entries) => entries.forEach(entry => {
125
- const dataTOCId = entry.target.getAttribute('data-toc-id');
126
- setVisibleElements(prevEntries => entry.isIntersecting ? [...prevEntries, dataTOCId] : prevEntries.filter(entries => entries !== dataTOCId));
127
- });
128
- const [visibleElements, setVisibleElements] = useState([]);
129
- const isInViewport = (element) => {
130
- const offset = 100; // must be at least this far away from viewport edges
131
- const rect = element.getBoundingClientRect();
132
- return rect.top >= offset && rect.bottom <= window.innerHeight - offset;
133
- };
134
- useEffect(() => {
135
- visibleElements.forEach(element => {
136
- const displayNumber = element.replace('question-', '');
137
- const naviQuestionTitle = document.querySelector(`.table-of-contents li[data-list-number="${displayNumber}."]`);
138
- if (naviQuestionTitle) {
139
- const isVisible = isInViewport(naviQuestionTitle);
140
- const sideNavigation = document.querySelector(`.sidebar-toc-container .table-of-contents`);
141
- if (!isVisible && !!sideNavigation) {
142
- const navHeight = sideNavigation.getBoundingClientRect().height;
143
- const scrollToPos = naviQuestionTitle.offsetTop - navHeight / 2;
144
- sideNavigation.scrollTo({ behavior: 'smooth', top: scrollToPos });
145
- }
146
- }
147
- });
148
- }, [visibleElements]);
149
- // TODO: Remove 'isNewKoeVersion' checks when old Koe version is not supported anymore
150
- // Here "old" means versions where student can not examine answers on a separate page after answering questions
151
- const isNewKoeVersion = examServerApi.examineExam !== undefined;
152
- const isPreview = studentName === '[Kokelaan Nimi]';
153
- return (React.createElement(Provider, { store: store },
154
- React.createElement(AnnotationProvider, { annotations: annotations, onClickAnnotation: onClickAnnotation, onSaveAnnotation: onSaveAnnotation },
155
- React.createElement(TOCContext.Provider, { value: {
156
- visibleTOCElements: visibleElements,
157
- addRef
158
- } },
159
- React.createElement(I18nextProvider, { i18n: i18n },
160
- React.createElement("main", { className: "e-exam", lang: subjectLanguage, "aria-labelledby": examTitleId, ref: examRef },
161
- React.createElement(React.StrictMode, null),
162
- examStylesheet && React.createElement("link", { rel: "stylesheet", href: resolveAttachment(examStylesheet) }),
163
- React.createElement("div", { className: "e-toc-and-exam" },
164
- tableOfContents && (React.createElement("div", { className: "sidebar-toc-container", "aria-hidden": "true" },
165
- React.createElement(TableOfContentsSidebar, { element: tableOfContents, renderChildNodes }))),
166
- React.createElement("div", { className: "main-exam-container" },
167
- React.createElement("div", { className: "main-exam" },
168
- React.createElement(StudentNameHeader, { studentName: studentName }),
169
- React.createElement(SectionElement, { "aria-labelledby": examTitleId },
170
- examTitle && React.createElement(DocumentTitle, { id: examTitleId }, renderChildNodes(examTitle)),
171
- date && (React.createElement("p", null,
172
- React.createElement("strong", null, dateTimeFormatter.format(date)))),
173
- examInstruction && React.createElement(ExamInstruction, { element: examInstruction, renderChildNodes }),
174
- tableOfContents && (React.createElement("div", { className: "main-toc-container" },
175
- React.createElement(TableOfContents, { element: tableOfContents,
176
- renderChildNodes }))),
177
- externalMaterial && (React.createElement(ExternalMaterial, { element: externalMaterial, renderChildNodes, forceRender: true }))),
178
- renderChildNodes(root),
179
- (isPreview || isNewKoeVersion) && (React.createElement("div", { className: "e-examine-exam" },
180
- React.createElement(GoToExamineAnswersButton, null),
181
- React.createElement(ProceedToExamineAnswersText, null)))))),
182
- (isPreview || isNewKoeVersion) && (React.createElement(Footer, null,
183
- React.createElement("div", { className: "e-footer-version-number-container" },
184
- React.createElement(VersionNumber, null)))),
185
- React.createElement("div", { className: "e-indicators-container" },
186
- React.createElement(ErrorIndicator, null),
187
- React.createElement(SaveIndicator, null)),
188
- showUndoView && isNewKoeVersion && React.createElement(UndoView, { ...undoViewProps })))))));
189
- };
190
- const ProceedToExamineAnswersText = () => {
191
- const { t } = useExamTranslation();
192
- return (React.createElement("div", { className: "e-examine-exam-instructions", id: "examineExamInstructions" }, t('examine-exam.instructions')));
193
- };
194
- export default React.memo(withExamContext(withCommonExamContext(Exam)));
195
- //# sourceMappingURL=Exam.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Exam.js","sourceRoot":"","sources":["../../../../src/components/exam/Exam.tsx"],"names":[],"mappings":"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"}
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- import { ExamComponentProps } from '../../createRenderChildNodes';
3
- declare function ExamFooter({ element, renderChildNodes }: ExamComponentProps): React.JSX.Element;
4
- declare const _default: React.MemoExoticComponent<typeof ExamFooter>;
5
- export default _default;
6
- //# sourceMappingURL=ExamFooter.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ExamFooter.d.ts","sourceRoot":"","sources":["../../../../src/components/exam/ExamFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAA;AAEjE,iBAAS,UAAU,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAE,EAAE,kBAAkB,qBAEpE;;AAED,wBAAqC"}
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- function ExamFooter({ element, renderChildNodes }) {
3
- return React.createElement("div", { className: "e-exam-footer" }, renderChildNodes(element));
4
- }
5
- export default React.memo(ExamFooter);
6
- //# sourceMappingURL=ExamFooter.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ExamFooter.js","sourceRoot":"","sources":["../../../../src/components/exam/ExamFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,SAAS,UAAU,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAsB;IACnE,OAAO,6BAAK,SAAS,EAAC,eAAe,IAAE,gBAAgB,CAAC,OAAO,CAAC,CAAO,CAAA;AACzE,CAAC;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC,CAAA"}
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- import { ExamComponentProps } from '../../createRenderChildNodes';
3
- declare function ExamInstruction({ element, renderChildNodes }: ExamComponentProps): React.JSX.Element;
4
- declare const _default: React.MemoExoticComponent<typeof ExamInstruction>;
5
- export default _default;
6
- //# sourceMappingURL=ExamInstruction.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ExamInstruction.d.ts","sourceRoot":"","sources":["../../../../src/components/exam/ExamInstruction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAA;AAEjE,iBAAS,eAAe,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAE,EAAE,kBAAkB,qBAMzE;;AAED,wBAA0C"}
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- function ExamInstruction({ element, renderChildNodes }) {
3
- return (React.createElement("div", { className: "exam-instruction notification e-pad-4", "data-annotation-anchor": "exam-instruction" }, renderChildNodes(element)));
4
- }
5
- export default React.memo(ExamInstruction);
6
- //# sourceMappingURL=ExamInstruction.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ExamInstruction.js","sourceRoot":"","sources":["../../../../src/components/exam/ExamInstruction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,SAAS,eAAe,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAsB;IACxE,OAAO,CACL,6BAAK,SAAS,EAAC,uCAAuC,4BAAwB,kBAAkB,IAC7F,gBAAgB,CAAC,OAAO,CAAC,CACtB,CACP,CAAA;AACH,CAAC;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,eAAe,CAAC,CAAA"}
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import { ExamComponentProps } from '../../createRenderChildNodes';
3
- interface ExternalMaterialProps extends ExamComponentProps {
4
- forceRender?: boolean;
5
- showTitle?: boolean;
6
- }
7
- declare function ExternalMaterial({ element, showTitle, forceRender }: ExternalMaterialProps): React.JSX.Element | null;
8
- declare const _default: React.MemoExoticComponent<typeof ExternalMaterial>;
9
- export default _default;
10
- //# sourceMappingURL=ExternalMaterial.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ExternalMaterial.d.ts","sourceRoot":"","sources":["../../../../src/components/exam/ExternalMaterial.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAA;AACzC,OAAO,EAA0B,kBAAkB,EAAiB,MAAM,8BAA8B,CAAA;AAkCxG,UAAU,qBAAsB,SAAQ,kBAAkB;IACxD,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AAED,iBAAS,gBAAgB,CAAC,EAAE,OAAO,EAAE,SAAgB,EAAE,WAAmB,EAAE,EAAE,qBAAqB,4BAoBlG;;AAED,wBAA2C"}
@@ -1,33 +0,0 @@
1
- import React, { useContext } from 'react';
2
- import { createRenderChildNodes } from '../../createRenderChildNodes';
3
- import { queryAncestors } from '../../dom-utils';
4
- import { useExamTranslation } from '../../i18n';
5
- import { externalMaterialListTitleId } from '../../ids';
6
- import { url } from '../../url';
7
- import { AttachmentContext, withAttachmentContext } from '../context/AttachmentContext';
8
- import { CommonExamContext } from '../context/CommonExamContext';
9
- const renderChildNodes = createRenderChildNodes({
10
- attachment: withAttachmentContext(Attachment),
11
- 'attachment-title': AttachmentTitle
12
- });
13
- function Attachment({ element }) {
14
- const { displayNumber } = useContext(AttachmentContext);
15
- return (React.createElement("li", { "data-list-number": displayNumber, "aria-label": displayNumber }, renderChildNodes(element, 1 /* RenderOptions.SkipHTML */)));
16
- }
17
- function AttachmentTitle({ element }) {
18
- const { attachmentsURL } = useContext(CommonExamContext);
19
- const { displayNumber } = useContext(AttachmentContext);
20
- return (React.createElement("a", { href: url(attachmentsURL, { hash: displayNumber }), className: "exam-attachment-title", target: "attachments" }, renderChildNodes(element)));
21
- }
22
- function ExternalMaterial({ element, showTitle = true, forceRender = false }) {
23
- if (queryAncestors(element, 'question') == null && !forceRender) {
24
- return null;
25
- }
26
- const { t } = useExamTranslation();
27
- const id = externalMaterialListTitleId(element);
28
- return (React.createElement("div", { className: "external-material-list e-mrg-b-4" },
29
- showTitle && (React.createElement("h4", { className: "external-material-title", id: id }, t('external-material-title'))),
30
- React.createElement("ol", { className: "e-list-data e-pad-l-0 e-mrg-0", "aria-labelledby": id }, renderChildNodes(element))));
31
- }
32
- export default React.memo(ExternalMaterial);
33
- //# sourceMappingURL=ExternalMaterial.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ExternalMaterial.js","sourceRoot":"","sources":["../../../../src/components/exam/ExternalMaterial.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AACzC,OAAO,EAAE,sBAAsB,EAAqC,MAAM,8BAA8B,CAAA;AACxG,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAChD,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAA;AAC/C,OAAO,EAAE,2BAA2B,EAAE,MAAM,WAAW,CAAA;AACvD,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAA;AAC/B,OAAO,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAA;AACvF,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAEhE,MAAM,gBAAgB,GAAG,sBAAsB,CAAC;IAC9C,UAAU,EAAE,qBAAqB,CAAC,UAAU,CAAC;IAC7C,kBAAkB,EAAE,eAAe;CACpC,CAAC,CAAA;AAEF,SAAS,UAAU,CAAC,EAAE,OAAO,EAAsB;IACjD,MAAM,EAAE,aAAa,EAAE,GAAG,UAAU,CAAC,iBAAiB,CAAC,CAAA;IAEvD,OAAO,CACL,gDAAsB,aAAa,gBAAc,aAAc,IAC5D,gBAAgB,CAAC,OAAO,iCAAyB,CAC/C,CACN,CAAA;AACH,CAAC;AAED,SAAS,eAAe,CAAC,EAAE,OAAO,EAAsB;IACtD,MAAM,EAAE,cAAc,EAAE,GAAG,UAAU,CAAC,iBAAiB,CAAC,CAAA;IACxD,MAAM,EAAE,aAAa,EAAE,GAAG,UAAU,CAAC,iBAAiB,CAAC,CAAA;IAEvD,OAAO,CACL,2BAAG,IAAI,EAAE,GAAG,CAAC,cAAc,EAAE,EAAE,IAAI,EAAE,aAAc,EAAE,CAAC,EAAE,SAAS,EAAC,uBAAuB,EAAC,MAAM,EAAC,aAAa,IAC3G,gBAAgB,CAAC,OAAO,CAAC,CACxB,CACL,CAAA;AACH,CAAC;AAOD,SAAS,gBAAgB,CAAC,EAAE,OAAO,EAAE,SAAS,GAAG,IAAI,EAAE,WAAW,GAAG,KAAK,EAAyB;IACjG,IAAI,cAAc,CAAC,OAAO,EAAE,UAAU,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,EAAE,CAAC;QAChE,OAAO,IAAI,CAAA;IACb,CAAC;IAED,MAAM,EAAE,CAAC,EAAE,GAAG,kBAAkB,EAAE,CAAA;IAClC,MAAM,EAAE,GAAG,2BAA2B,CAAC,OAAO,CAAC,CAAA;IAE/C,OAAO,CACL,6BAAK,SAAS,EAAC,kCAAkC;QAC9C,SAAS,IAAI,CACZ,4BAAI,SAAS,EAAC,yBAAyB,EAAC,EAAE,EAAE,EAAE,IAC3C,CAAC,CAAC,yBAAyB,CAAC,CAC1B,CACN;QACD,4BAAI,SAAS,EAAC,+BAA+B,qBAAkB,EAAE,IAC9D,gBAAgB,CAAC,OAAO,CAAC,CACvB,CACD,CACP,CAAA;AACH,CAAC;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAA"}
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- declare function GoToExamineAnswersButton(): React.JSX.Element;
3
- declare const _default: React.MemoExoticComponent<typeof GoToExamineAnswersButton>;
4
- export default _default;
5
- //# sourceMappingURL=GoToExamineAnswersButton.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GoToExamineAnswersButton.d.ts","sourceRoot":"","sources":["../../../../src/components/exam/GoToExamineAnswersButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAA;AAKzC,iBAAS,wBAAwB,sBAsBhC;;AAED,wBAAmD"}
@@ -1,18 +0,0 @@
1
- import React, { useContext } from 'react';
2
- import { useExamTranslation } from '../../i18n';
3
- import { ExamContext } from '../context/ExamContext';
4
- function GoToExamineAnswersButton() {
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("button", { className: "e-button goto-examine-answers", onClick: goToInspectAnswers, "aria-describedby": "examineExamInstructions" }, t('examine-exam.examine')));
16
- }
17
- export default React.memo(GoToExamineAnswersButton);
18
- //# sourceMappingURL=GoToExamineAnswersButton.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GoToExamineAnswersButton.js","sourceRoot":"","sources":["../../../../src/components/exam/GoToExamineAnswersButton.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,wBAAwB;IAC/B,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,gCACE,SAAS,EAAC,+BAA+B,EACzC,OAAO,EAAE,kBAAkB,sBACV,yBAAyB,IAEzC,CAAC,CAAC,sBAAsB,CAAC,CACnB,CACV,CAAA;AACH,CAAC;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAA"}
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- import { ExamComponentProps } from '../../createRenderChildNodes';
3
- declare const Hints: React.FunctionComponent<ExamComponentProps>;
4
- export default Hints;
5
- //# sourceMappingURL=Hints.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Hints.d.ts","sourceRoot":"","sources":["../../../../src/components/exam/Hints.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,kBAAkB,EAAoB,MAAM,8BAA8B,CAAA;AAMnF,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC,kBAAkB,CAqBtD,CAAA;AAmCD,eAAe,KAAK,CAAA"}
@@ -1,31 +0,0 @@
1
- import classNames from 'classnames';
2
- import React from 'react';
3
- import { useSelector } from 'react-redux';
4
- import { findChildElement, getNumericAttribute, hasSiblingQuestions, queryAll } from '../../dom-utils';
5
- import { shortDisplayNumber } from '../../shortDisplayNumber';
6
- const Hints = ({ element, renderChildNodes }) => {
7
- const focusedQuestionId = useSelector((state) => state.answers.focusedQuestionId);
8
- const answersWithHints = queryAll(element, ['text-answer', 'scored-text-answer']).filter(answer => findChildElement(answer, 'hint') != null);
9
- return answersWithHints.length > 0 ? (React.createElement("div", { className: "e-columns" },
10
- React.createElement("div", { className: "e-column e-column--8" }, renderChildNodes(element)),
11
- React.createElement("div", { className: "e-hints e-column e-column--4", "aria-hidden": "true" }, answersWithHints.map((answer, i) => (React.createElement(Hint, { answer, focusedQuestionId, renderChildNodes, key: i })))))) : (React.createElement(React.Fragment, null, renderChildNodes(element)));
12
- };
13
- function Hint({ answer, focusedQuestionId, renderChildNodes }) {
14
- const questionId = getNumericAttribute(answer, 'question-id');
15
- const displayNumber = answer.getAttribute('display-number');
16
- const hint = findChildElement(answer, 'hint');
17
- const hasSiblings = hasSiblingQuestions(answer);
18
- return (React.createElement("p", { className: classNames('e-hints__hint', {
19
- 'e-hints__hint--focused': focusedQuestionId === questionId
20
- }), onClick: () => {
21
- const question = document.querySelector(`.text-answer[data-question-id="${questionId}"]`);
22
- if (question) {
23
- question.focus();
24
- }
25
- }, "data-question-id": questionId },
26
- hasSiblings && shortDisplayNumber(displayNumber),
27
- " ",
28
- renderChildNodes(hint)));
29
- }
30
- export default Hints;
31
- //# sourceMappingURL=Hints.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Hints.js","sourceRoot":"","sources":["../../../../src/components/exam/Hints.tsx"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,YAAY,CAAA;AACnC,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAEzC,OAAO,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAEtG,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAA;AAG7D,MAAM,KAAK,GAAgD,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAE,EAAE,EAAE;IAC3F,MAAM,iBAAiB,GAAG,WAAW,CAAC,CAAC,KAAgC,EAAE,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAA;IAC5G,MAAM,gBAAgB,GAAG,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,EAAE,oBAAoB,CAAC,CAAC,CAAC,MAAM,CACtF,MAAM,CAAC,EAAE,CAAC,gBAAgB,CAAC,MAAM,EAAE,MAAM,CAAC,IAAI,IAAI,CACnD,CAAA;IAED,OAAO,gBAAgB,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,CACnC,6BAAK,SAAS,EAAC,WAAW;QACxB,6BAAK,SAAS,EAAC,sBAAsB,IAAE,gBAAgB,CAAC,OAAO,CAAC,CAAO;QAIvE,6BAAK,SAAS,EAAC,8BAA8B,iBAAa,MAAM,IAC7D,gBAAgB,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,CAAC,CACnC,oBAAC,IAAI,IAAO,MAAM,EAAE,iBAAiB,EAAE,gBAAgB,EAAI,GAAG,EAAE,CAAC,GAAI,CACtE,CAAC,CACE,CACF,CACP,CAAC,CAAC,CAAC,CACF,0CAAG,gBAAgB,CAAC,OAAO,CAAC,CAAI,CACjC,CAAA;AACH,CAAC,CAAA;AAED,SAAS,IAAI,CAAC,EACZ,MAAM,EACN,iBAAiB,EACjB,gBAAgB,EAKjB;IACC,MAAM,UAAU,GAAG,mBAAmB,CAAC,MAAM,EAAE,aAAa,CAAE,CAAA;IAC9D,MAAM,aAAa,GAAG,MAAM,CAAC,YAAY,CAAC,gBAAgB,CAAE,CAAA;IAC5D,MAAM,IAAI,GAAG,gBAAgB,CAAC,MAAM,EAAE,MAAM,CAAE,CAAA;IAE9C,MAAM,WAAW,GAAG,mBAAmB,CAAC,MAAM,CAAC,CAAA;IAE/C,OAAO,CACL,2BACE,SAAS,EAAE,UAAU,CAAC,eAAe,EAAE;YACrC,wBAAwB,EAAE,iBAAiB,KAAK,UAAU;SAC3D,CAAC,EACF,OAAO,EAAE,GAAG,EAAE;YACZ,MAAM,QAAQ,GAAG,QAAQ,CAAC,aAAa,CAAc,kCAAkC,UAAU,IAAI,CAAC,CAAA;YACtG,IAAI,QAAQ,EAAE,CAAC;gBACb,QAAQ,CAAC,KAAK,EAAE,CAAA;YAClB,CAAC;QACH,CAAC,sBACiB,UAAU;QAE3B,WAAW,IAAI,kBAAkB,CAAC,aAAa,CAAC;;QAAG,gBAAgB,CAAC,IAAI,CAAC,CACxE,CACL,CAAA;AACH,CAAC;AAED,eAAe,KAAK,CAAA"}
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- export declare const ExpandQuestionContext: React.Context<{
3
- expanded: boolean;
4
- toggleWriterMode: (s: boolean) => void;
5
- }>;
6
- declare const _default: React.MemoExoticComponent<React.ComponentType<any>>;
7
- export default _default;
8
- //# sourceMappingURL=Question.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Question.d.ts","sourceRoot":"","sources":["../../../../src/components/exam/Question.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAyD,MAAM,OAAO,CAAA;AAW7E,eAAO,MAAM,qBAAqB;cACtB,OAAO;sBACC,CAAC,CAAC,EAAE,OAAO,KAAK,IAAI;EACkB,CAAA;;AAyF1D,wBAAwD"}
@@ -1,75 +0,0 @@
1
- import { faCompressAlt } from '@fortawesome/free-solid-svg-icons';
2
- import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
3
- import classNames from 'classnames';
4
- import React, { createContext, useContext, useEffect, useState } from 'react';
5
- import { useSelector } from 'react-redux';
6
- import { getNumericAttribute, query } from '../../dom-utils';
7
- import { useExamTranslation } from '../../i18n';
8
- import { ExamContext } from '../context/ExamContext';
9
- import { QuestionContext, withQuestionContext } from '../context/QuestionContext';
10
- import { SectionContext } from '../context/SectionContext';
11
- import { TOCContext } from '../context/TOCContext';
12
- export const ExpandQuestionContext = createContext({ expanded: false, toggleWriterMode: () => undefined });
13
- function Question({ element, renderChildNodes }) {
14
- const casStatus = useSelector((state) => state.cas.casStatus);
15
- const { casForbidden } = useContext(SectionContext);
16
- const { displayNumber, level } = useContext(QuestionContext);
17
- const { examServerApi } = useContext(ExamContext);
18
- const [expanded, setExpanded] = useState(false);
19
- const { t } = useExamTranslation();
20
- const toggleWriterMode = (expand) => {
21
- setExpanded(expand);
22
- if (examServerApi.logActivity) {
23
- examServerApi.logActivity(expand
24
- ? `Writer mode opened for display number ${displayNumber}`
25
- : `Writer mode closed for display number ${displayNumber}`);
26
- }
27
- const body = document.querySelector('body');
28
- if (expand) {
29
- body === null || body === void 0 ? void 0 : body.classList.add('writer-mode');
30
- }
31
- else {
32
- body === null || body === void 0 ? void 0 : body.classList.remove('writer-mode');
33
- body === null || body === void 0 ? void 0 : body.classList.remove('rich-text-editor-focus');
34
- setTimeout(() => { var _a; return (_a = document.getElementById(`question-nr-${displayNumber}`)) === null || _a === void 0 ? void 0 : _a.scrollIntoView(); }, 10);
35
- }
36
- };
37
- const preventTabKey = (e) => {
38
- if (e.code === 'Tab') {
39
- e.preventDefault();
40
- }
41
- };
42
- const textAnswerElement = query(element, 'text-answer');
43
- const questionId = textAnswerElement ? getNumericAttribute(textAnswerElement, 'question-id') : null;
44
- useEffect(() => {
45
- if (expanded) {
46
- window.addEventListener('keydown', preventTabKey);
47
- const textInput = questionId
48
- ? document.querySelector(`[data-question-id="${questionId}"]`)
49
- : undefined;
50
- textInput === null || textInput === void 0 ? void 0 : textInput.focus();
51
- }
52
- return () => window.removeEventListener('keydown', preventTabKey);
53
- }, [expanded]);
54
- const ref = React.createRef();
55
- const { addRef } = useContext(TOCContext);
56
- useEffect(() => {
57
- if ((ref === null || ref === void 0 ? void 0 : ref.current) && level === 0 && addRef) {
58
- addRef(ref.current);
59
- }
60
- }, []);
61
- return !casForbidden || casStatus === 'forbidden' ? (React.createElement(ExpandQuestionContext.Provider, { value: { expanded, toggleWriterMode } },
62
- React.createElement("div", { className: classNames('e-exam-question', {
63
- 'e-level-0 e-pad-b-8 e-clearfix': level === 0,
64
- 'e-mrg-l-8 e-mrg-y-4': level > 0,
65
- 'e-expanded': expanded
66
- }), "data-annotation-anchor": displayNumber, "data-toc-id": `question-${displayNumber}`, ref: ref },
67
- React.createElement("div", { className: "anchor", id: `question-nr-${displayNumber}` }),
68
- expanded ? (React.createElement("div", { className: "full-screen", "data-full-screen-id": displayNumber },
69
- React.createElement("button", { className: "expand close", onClick: () => toggleWriterMode(false) },
70
- React.createElement(FontAwesomeIcon, { icon: faCompressAlt }),
71
- t('close-writing-mode')),
72
- renderChildNodes(element))) : (renderChildNodes(element))))) : null;
73
- }
74
- export default React.memo(withQuestionContext(Question));
75
- //# sourceMappingURL=Question.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Question.js","sourceRoot":"","sources":["../../../../src/components/exam/Question.tsx"],"names":[],"mappings":"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"}
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- import { ExamComponentProps } from '../../createRenderChildNodes';
3
- declare function QuestionInstruction({ element, renderChildNodes }: ExamComponentProps): React.JSX.Element;
4
- declare const _default: React.MemoExoticComponent<typeof QuestionInstruction>;
5
- export default _default;
6
- //# sourceMappingURL=QuestionInstruction.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"QuestionInstruction.d.ts","sourceRoot":"","sources":["../../../../src/components/exam/QuestionInstruction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAA;AAGjE,iBAAS,mBAAmB,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAE,EAAE,kBAAkB,qBAO7E;;AAED,wBAA8C"}
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- import { questionInstructionId } from '../../ids';
3
- function QuestionInstruction({ element, renderChildNodes }) {
4
- const id = questionInstructionId(element);
5
- return (React.createElement("div", { className: "exam-question-instruction e-mrg-b-2", id: id }, renderChildNodes(element)));
6
- }
7
- export default React.memo(QuestionInstruction);
8
- //# sourceMappingURL=QuestionInstruction.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"QuestionInstruction.js","sourceRoot":"","sources":["../../../../src/components/exam/QuestionInstruction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,qBAAqB,EAAE,MAAM,WAAW,CAAA;AAEjD,SAAS,mBAAmB,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAsB;IAC5E,MAAM,EAAE,GAAG,qBAAqB,CAAC,OAAO,CAAC,CAAA;IACzC,OAAO,CACL,6BAAK,SAAS,EAAC,qCAAqC,EAAC,EAAE,EAAE,EAAE,IACxD,gBAAgB,CAAC,OAAO,CAAC,CACtB,CACP,CAAA;AACH,CAAC;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAA"}
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- import { ExamComponentProps } from '../../createRenderChildNodes';
3
- declare const _default: React.NamedExoticComponent<ExamComponentProps>;
4
- export default _default;
5
- //# sourceMappingURL=QuestionTitle.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"QuestionTitle.d.ts","sourceRoot":"","sources":["../../../../src/components/exam/QuestionTitle.tsx"],"names":[],"mappings":"AACA,OAAO,KAAqB,MAAM,OAAO,CAAA;AAKzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAA;;AA+BjE,wBAAwC"}