@digabi/exam-engine-core 23.0.0 → 23.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (652) hide show
  1. package/dist/__tests__/tsconfig.tsbuildinfo +1 -1
  2. package/dist/components/exam/ExamineExam.d.ts +5 -0
  3. package/dist/components/exam/ExamineExam.d.ts.map +1 -0
  4. package/dist/components/exam/ExamineExam.js +20 -0
  5. package/dist/components/exam/ExamineExam.js.map +1 -0
  6. package/dist/main-bundle.js +2 -4
  7. package/dist/src/components/AnswerToolbar.d.ts +18 -0
  8. package/dist/src/components/AnswerToolbar.d.ts.map +1 -0
  9. package/dist/src/components/AnswerToolbar.js +36 -0
  10. package/dist/src/components/AnswerToolbar.js.map +1 -0
  11. package/dist/src/components/AnsweringInstructions.d.ts +12 -0
  12. package/dist/src/components/AnsweringInstructions.d.ts.map +1 -0
  13. package/dist/src/components/AnsweringInstructions.js +24 -0
  14. package/dist/src/components/AnsweringInstructions.js.map +1 -0
  15. package/dist/src/components/DocumentTitle.d.ts +5 -0
  16. package/dist/src/components/DocumentTitle.d.ts.map +1 -0
  17. package/dist/src/components/DocumentTitle.js +13 -0
  18. package/dist/src/components/DocumentTitle.js.map +1 -0
  19. package/dist/src/components/NotificationIcon.d.ts +4 -0
  20. package/dist/src/components/NotificationIcon.d.ts.map +1 -0
  21. package/dist/src/components/NotificationIcon.js +6 -0
  22. package/dist/src/components/NotificationIcon.js.map +1 -0
  23. package/dist/src/components/RenderChildNodes.d.ts +5 -0
  24. package/dist/src/components/RenderChildNodes.d.ts.map +1 -0
  25. package/dist/src/components/RenderChildNodes.js +7 -0
  26. package/dist/src/components/RenderChildNodes.js.map +1 -0
  27. package/dist/src/components/RenderExamElements.d.ts +6 -0
  28. package/dist/src/components/RenderExamElements.d.ts.map +1 -0
  29. package/dist/src/components/RenderExamElements.js +6 -0
  30. package/dist/src/components/RenderExamElements.js.map +1 -0
  31. package/dist/src/components/RenderIf.d.ts +4 -0
  32. package/dist/src/components/RenderIf.d.ts.map +1 -0
  33. package/dist/src/components/RenderIf.js +8 -0
  34. package/dist/src/components/RenderIf.js.map +1 -0
  35. package/dist/src/components/ScreenReaderOnly.d.ts +5 -0
  36. package/dist/src/components/ScreenReaderOnly.d.ts.map +1 -0
  37. package/dist/src/components/ScreenReaderOnly.js +3 -0
  38. package/dist/src/components/ScreenReaderOnly.js.map +1 -0
  39. package/dist/src/components/SectionElement.d.ts +4 -0
  40. package/dist/src/components/SectionElement.d.ts.map +1 -0
  41. package/dist/src/components/SectionElement.js +8 -0
  42. package/dist/src/components/SectionElement.js.map +1 -0
  43. package/dist/src/components/attachments/Attachment.d.ts +4 -0
  44. package/dist/src/components/attachments/Attachment.d.ts.map +1 -0
  45. package/dist/src/components/attachments/Attachment.js +8 -0
  46. package/dist/src/components/attachments/Attachment.js.map +1 -0
  47. package/dist/src/components/attachments/AttachmentTitle.d.ts +6 -0
  48. package/dist/src/components/attachments/AttachmentTitle.d.ts.map +1 -0
  49. package/dist/src/components/attachments/AttachmentTitle.js +12 -0
  50. package/dist/src/components/attachments/AttachmentTitle.js.map +1 -0
  51. package/dist/src/components/attachments/Attachments.d.ts +5 -0
  52. package/dist/src/components/attachments/Attachments.d.ts.map +1 -0
  53. package/dist/src/components/attachments/Attachments.js +55 -0
  54. package/dist/src/components/attachments/Attachments.js.map +1 -0
  55. package/dist/src/components/attachments/ExternalMaterial.d.ts +9 -0
  56. package/dist/src/components/attachments/ExternalMaterial.d.ts.map +1 -0
  57. package/dist/src/components/attachments/ExternalMaterial.js +46 -0
  58. package/dist/src/components/attachments/ExternalMaterial.js.map +1 -0
  59. package/dist/src/components/attachments/Question.d.ts +4 -0
  60. package/dist/src/components/attachments/Question.d.ts.map +1 -0
  61. package/dist/src/components/attachments/Question.js +16 -0
  62. package/dist/src/components/attachments/Question.js.map +1 -0
  63. package/dist/src/components/attachments/QuestionTitle.d.ts +6 -0
  64. package/dist/src/components/attachments/QuestionTitle.d.ts.map +1 -0
  65. package/dist/src/components/attachments/QuestionTitle.js +15 -0
  66. package/dist/src/components/attachments/QuestionTitle.js.map +1 -0
  67. package/dist/src/components/context/AnnotationProvider.d.ts +16 -0
  68. package/dist/src/components/context/AnnotationProvider.d.ts.map +1 -0
  69. package/dist/src/components/context/AnnotationProvider.js +35 -0
  70. package/dist/src/components/context/AnnotationProvider.js.map +1 -0
  71. package/dist/src/components/context/AttachmentContext.d.ts +13 -0
  72. package/dist/src/components/context/AttachmentContext.d.ts.map +1 -0
  73. package/dist/src/components/context/AttachmentContext.js +12 -0
  74. package/dist/src/components/context/AttachmentContext.js.map +1 -0
  75. package/dist/src/components/context/CommonExamContext.d.ts +22 -0
  76. package/dist/src/components/context/CommonExamContext.d.ts.map +1 -0
  77. package/dist/src/components/context/CommonExamContext.js +28 -0
  78. package/dist/src/components/context/CommonExamContext.js.map +1 -0
  79. package/dist/src/components/context/ExamContext.d.ts +9 -0
  80. package/dist/src/components/context/ExamContext.d.ts.map +1 -0
  81. package/dist/src/components/context/ExamContext.js +11 -0
  82. package/dist/src/components/context/ExamContext.js.map +1 -0
  83. package/dist/src/components/context/IsInSidebarContext.d.ts +6 -0
  84. package/dist/src/components/context/IsInSidebarContext.d.ts.map +1 -0
  85. package/dist/src/components/context/IsInSidebarContext.js +3 -0
  86. package/dist/src/components/context/IsInSidebarContext.js.map +1 -0
  87. package/dist/src/components/context/QuestionContext.d.ts +14 -0
  88. package/dist/src/components/context/QuestionContext.d.ts.map +1 -0
  89. package/dist/src/components/context/QuestionContext.js +27 -0
  90. package/dist/src/components/context/QuestionContext.js.map +1 -0
  91. package/dist/src/components/context/ResultsContext.d.ts +17 -0
  92. package/dist/src/components/context/ResultsContext.d.ts.map +1 -0
  93. package/dist/src/components/context/ResultsContext.js +69 -0
  94. package/dist/src/components/context/ResultsContext.js.map +1 -0
  95. package/dist/src/components/context/SectionContext.d.ts +12 -0
  96. package/dist/src/components/context/SectionContext.d.ts.map +1 -0
  97. package/dist/src/components/context/SectionContext.js +21 -0
  98. package/dist/src/components/context/SectionContext.js.map +1 -0
  99. package/dist/src/components/context/TOCContext.d.ts +7 -0
  100. package/dist/src/components/context/TOCContext.d.ts.map +1 -0
  101. package/dist/src/components/context/TOCContext.js +3 -0
  102. package/dist/src/components/context/TOCContext.js.map +1 -0
  103. package/dist/src/components/context/withContext.d.ts +3 -0
  104. package/dist/src/components/context/withContext.d.ts.map +1 -0
  105. package/dist/src/components/context/withContext.js +12 -0
  106. package/dist/src/components/context/withContext.js.map +1 -0
  107. package/dist/src/components/exam/Attachment.d.ts +4 -0
  108. package/dist/src/components/exam/Attachment.d.ts.map +1 -0
  109. package/dist/src/components/exam/Attachment.js +8 -0
  110. package/dist/src/components/exam/Attachment.js.map +1 -0
  111. package/dist/src/components/exam/ChoiceAnswer.d.ts +5 -0
  112. package/dist/src/components/exam/ChoiceAnswer.d.ts.map +1 -0
  113. package/dist/src/components/exam/ChoiceAnswer.js +53 -0
  114. package/dist/src/components/exam/ChoiceAnswer.js.map +1 -0
  115. package/dist/src/components/exam/DropdownAnswer.d.ts +5 -0
  116. package/dist/src/components/exam/DropdownAnswer.d.ts.map +1 -0
  117. package/dist/src/components/exam/DropdownAnswer.js +101 -0
  118. package/dist/src/components/exam/DropdownAnswer.js.map +1 -0
  119. package/dist/src/components/exam/Exam.d.ts +48 -0
  120. package/dist/src/components/exam/Exam.d.ts.map +1 -0
  121. package/dist/src/components/exam/Exam.js +195 -0
  122. package/dist/src/components/exam/Exam.js.map +1 -0
  123. package/dist/src/components/exam/ExamFooter.d.ts +6 -0
  124. package/dist/src/components/exam/ExamFooter.d.ts.map +1 -0
  125. package/dist/src/components/exam/ExamFooter.js +6 -0
  126. package/dist/src/components/exam/ExamFooter.js.map +1 -0
  127. package/dist/src/components/exam/ExamInstruction.d.ts +6 -0
  128. package/dist/src/components/exam/ExamInstruction.d.ts.map +1 -0
  129. package/dist/src/components/exam/ExamInstruction.js +6 -0
  130. package/dist/src/components/exam/ExamInstruction.js.map +1 -0
  131. package/dist/src/components/exam/ExternalMaterial.d.ts +10 -0
  132. package/dist/src/components/exam/ExternalMaterial.d.ts.map +1 -0
  133. package/dist/src/components/exam/ExternalMaterial.js +33 -0
  134. package/dist/src/components/exam/ExternalMaterial.js.map +1 -0
  135. package/dist/src/components/exam/GoToExamineAnswersButton.d.ts +5 -0
  136. package/dist/src/components/exam/GoToExamineAnswersButton.d.ts.map +1 -0
  137. package/dist/src/components/exam/GoToExamineAnswersButton.js +18 -0
  138. package/dist/src/components/exam/GoToExamineAnswersButton.js.map +1 -0
  139. package/dist/src/components/exam/Hints.d.ts +5 -0
  140. package/dist/src/components/exam/Hints.d.ts.map +1 -0
  141. package/dist/src/components/exam/Hints.js +31 -0
  142. package/dist/src/components/exam/Hints.js.map +1 -0
  143. package/dist/src/components/exam/Question.d.ts +8 -0
  144. package/dist/src/components/exam/Question.d.ts.map +1 -0
  145. package/dist/src/components/exam/Question.js +75 -0
  146. package/dist/src/components/exam/Question.js.map +1 -0
  147. package/dist/src/components/exam/QuestionInstruction.d.ts +6 -0
  148. package/dist/src/components/exam/QuestionInstruction.d.ts.map +1 -0
  149. package/dist/src/components/exam/QuestionInstruction.js +8 -0
  150. package/dist/src/components/exam/QuestionInstruction.js.map +1 -0
  151. package/dist/src/components/exam/QuestionTitle.d.ts +5 -0
  152. package/dist/src/components/exam/QuestionTitle.d.ts.map +1 -0
  153. package/dist/src/components/exam/QuestionTitle.js +26 -0
  154. package/dist/src/components/exam/QuestionTitle.js.map +1 -0
  155. package/dist/src/components/exam/RichTextAnswer.d.ts +41 -0
  156. package/dist/src/components/exam/RichTextAnswer.d.ts.map +1 -0
  157. package/dist/src/components/exam/RichTextAnswer.js +79 -0
  158. package/dist/src/components/exam/RichTextAnswer.js.map +1 -0
  159. package/dist/src/components/exam/Section.d.ts +4 -0
  160. package/dist/src/components/exam/Section.d.ts.map +1 -0
  161. package/dist/src/components/exam/Section.js +49 -0
  162. package/dist/src/components/exam/Section.js.map +1 -0
  163. package/dist/src/components/exam/SectionInstruction.d.ts +6 -0
  164. package/dist/src/components/exam/SectionInstruction.d.ts.map +1 -0
  165. package/dist/src/components/exam/SectionInstruction.js +6 -0
  166. package/dist/src/components/exam/SectionInstruction.js.map +1 -0
  167. package/dist/src/components/exam/SectionTitle.d.ts +6 -0
  168. package/dist/src/components/exam/SectionTitle.d.ts.map +1 -0
  169. package/dist/src/components/exam/SectionTitle.js +30 -0
  170. package/dist/src/components/exam/SectionTitle.js.map +1 -0
  171. package/dist/src/components/exam/StudentNameHeader.d.ts +8 -0
  172. package/dist/src/components/exam/StudentNameHeader.d.ts.map +1 -0
  173. package/dist/src/components/exam/StudentNameHeader.js +3 -0
  174. package/dist/src/components/exam/StudentNameHeader.js.map +1 -0
  175. package/dist/src/components/exam/TextAnswer.d.ts +6 -0
  176. package/dist/src/components/exam/TextAnswer.d.ts.map +1 -0
  177. package/dist/src/components/exam/TextAnswer.js +20 -0
  178. package/dist/src/components/exam/TextAnswer.js.map +1 -0
  179. package/dist/src/components/exam/UndoHistoryEntry.d.ts +19 -0
  180. package/dist/src/components/exam/UndoHistoryEntry.d.ts.map +1 -0
  181. package/dist/src/components/exam/UndoHistoryEntry.js +39 -0
  182. package/dist/src/components/exam/UndoHistoryEntry.js.map +1 -0
  183. package/dist/src/components/exam/UndoView.d.ts +35 -0
  184. package/dist/src/components/exam/UndoView.d.ts.map +1 -0
  185. package/dist/src/components/exam/UndoView.js +162 -0
  186. package/dist/src/components/exam/UndoView.js.map +1 -0
  187. package/dist/src/components/exam/internal/ErrorIndicator.d.ts +9 -0
  188. package/dist/src/components/exam/internal/ErrorIndicator.d.ts.map +1 -0
  189. package/dist/src/components/exam/internal/ErrorIndicator.js +63 -0
  190. package/dist/src/components/exam/internal/ErrorIndicator.js.map +1 -0
  191. package/dist/src/components/exam/internal/ProgressBar.d.ts +8 -0
  192. package/dist/src/components/exam/internal/ProgressBar.d.ts.map +1 -0
  193. package/dist/src/components/exam/internal/ProgressBar.js +19 -0
  194. package/dist/src/components/exam/internal/ProgressBar.js.map +1 -0
  195. package/dist/src/components/exam/internal/SaveIndicator.d.ts +5 -0
  196. package/dist/src/components/exam/internal/SaveIndicator.d.ts.map +1 -0
  197. package/dist/src/components/exam/internal/SaveIndicator.js +16 -0
  198. package/dist/src/components/exam/internal/SaveIndicator.js.map +1 -0
  199. package/dist/src/components/exam/internal/TextAnswerInput.d.ts +6 -0
  200. package/dist/src/components/exam/internal/TextAnswerInput.d.ts.map +1 -0
  201. package/dist/src/components/exam/internal/TextAnswerInput.js +128 -0
  202. package/dist/src/components/exam/internal/TextAnswerInput.js.map +1 -0
  203. package/dist/src/components/grading/AnswerCharacterCounter.d.ts +6 -0
  204. package/dist/src/components/grading/AnswerCharacterCounter.d.ts.map +1 -0
  205. package/dist/src/components/grading/AnswerCharacterCounter.js +21 -0
  206. package/dist/src/components/grading/AnswerCharacterCounter.js.map +1 -0
  207. package/dist/src/components/grading/GradingAnswer.d.ts +24 -0
  208. package/dist/src/components/grading/GradingAnswer.d.ts.map +1 -0
  209. package/dist/src/components/grading/GradingAnswer.js +306 -0
  210. package/dist/src/components/grading/GradingAnswer.js.map +1 -0
  211. package/dist/src/components/grading/GradingAnswerAnnotationList.d.ts +9 -0
  212. package/dist/src/components/grading/GradingAnswerAnnotationList.d.ts.map +1 -0
  213. package/dist/src/components/grading/GradingAnswerAnnotationList.js +19 -0
  214. package/dist/src/components/grading/GradingAnswerAnnotationList.js.map +1 -0
  215. package/dist/src/components/grading/editAnnotations.d.ts +29 -0
  216. package/dist/src/components/grading/editAnnotations.d.ts.map +1 -0
  217. package/dist/src/components/grading/editAnnotations.js +190 -0
  218. package/dist/src/components/grading/editAnnotations.js.map +1 -0
  219. package/dist/src/components/grading/examAnnotationUtils.d.ts +3 -0
  220. package/dist/src/components/grading/examAnnotationUtils.d.ts.map +1 -0
  221. package/dist/src/components/grading/examAnnotationUtils.js +44 -0
  222. package/dist/src/components/grading/examAnnotationUtils.js.map +1 -0
  223. package/dist/src/components/grading/largeImageDetector.d.ts +3 -0
  224. package/dist/src/components/grading/largeImageDetector.d.ts.map +1 -0
  225. package/dist/src/components/grading/largeImageDetector.js +45 -0
  226. package/dist/src/components/grading/largeImageDetector.js.map +1 -0
  227. package/dist/src/components/grading-instructions/AnswerGradingInstruction.d.ts +5 -0
  228. package/dist/src/components/grading-instructions/AnswerGradingInstruction.d.ts.map +1 -0
  229. package/dist/src/components/grading-instructions/AnswerGradingInstruction.js +4 -0
  230. package/dist/src/components/grading-instructions/AnswerGradingInstruction.js.map +1 -0
  231. package/dist/src/components/grading-instructions/AutogradedAnswer.d.ts +5 -0
  232. package/dist/src/components/grading-instructions/AutogradedAnswer.d.ts.map +1 -0
  233. package/dist/src/components/grading-instructions/AutogradedAnswer.js +34 -0
  234. package/dist/src/components/grading-instructions/AutogradedAnswer.js.map +1 -0
  235. package/dist/src/components/grading-instructions/AutogradedAnswerOption.d.ts +5 -0
  236. package/dist/src/components/grading-instructions/AutogradedAnswerOption.d.ts.map +1 -0
  237. package/dist/src/components/grading-instructions/AutogradedAnswerOption.js +17 -0
  238. package/dist/src/components/grading-instructions/AutogradedAnswerOption.js.map +1 -0
  239. package/dist/src/components/grading-instructions/ExamGradingInstruction.d.ts +5 -0
  240. package/dist/src/components/grading-instructions/ExamGradingInstruction.d.ts.map +1 -0
  241. package/dist/src/components/grading-instructions/ExamGradingInstruction.js +4 -0
  242. package/dist/src/components/grading-instructions/ExamGradingInstruction.js.map +1 -0
  243. package/dist/src/components/grading-instructions/GradingInstructions.d.ts +6 -0
  244. package/dist/src/components/grading-instructions/GradingInstructions.d.ts.map +1 -0
  245. package/dist/src/components/grading-instructions/GradingInstructions.js +109 -0
  246. package/dist/src/components/grading-instructions/GradingInstructions.js.map +1 -0
  247. package/dist/src/components/grading-instructions/Question.d.ts +4 -0
  248. package/dist/src/components/grading-instructions/Question.d.ts.map +1 -0
  249. package/dist/src/components/grading-instructions/Question.js +14 -0
  250. package/dist/src/components/grading-instructions/Question.js.map +1 -0
  251. package/dist/src/components/grading-instructions/QuestionTitle.d.ts +5 -0
  252. package/dist/src/components/grading-instructions/QuestionTitle.d.ts.map +1 -0
  253. package/dist/src/components/grading-instructions/QuestionTitle.js +19 -0
  254. package/dist/src/components/grading-instructions/QuestionTitle.js.map +1 -0
  255. package/dist/src/components/grading-instructions/Recording.d.ts +5 -0
  256. package/dist/src/components/grading-instructions/Recording.d.ts.map +1 -0
  257. package/dist/src/components/grading-instructions/Recording.js +19 -0
  258. package/dist/src/components/grading-instructions/Recording.js.map +1 -0
  259. package/dist/src/components/grading-instructions/Section.d.ts +4 -0
  260. package/dist/src/components/grading-instructions/Section.d.ts.map +1 -0
  261. package/dist/src/components/grading-instructions/Section.js +10 -0
  262. package/dist/src/components/grading-instructions/Section.js.map +1 -0
  263. package/dist/src/components/grading-instructions/SectionTitle.d.ts +5 -0
  264. package/dist/src/components/grading-instructions/SectionTitle.d.ts.map +1 -0
  265. package/dist/src/components/grading-instructions/SectionTitle.js +16 -0
  266. package/dist/src/components/grading-instructions/SectionTitle.js.map +1 -0
  267. package/dist/src/components/results/ChoiceAnswer.d.ts +6 -0
  268. package/dist/src/components/results/ChoiceAnswer.d.ts.map +1 -0
  269. package/dist/src/components/results/ChoiceAnswer.js +57 -0
  270. package/dist/src/components/results/ChoiceAnswer.js.map +1 -0
  271. package/dist/src/components/results/DropdownAnswer.d.ts +6 -0
  272. package/dist/src/components/results/DropdownAnswer.d.ts.map +1 -0
  273. package/dist/src/components/results/DropdownAnswer.js +43 -0
  274. package/dist/src/components/results/DropdownAnswer.js.map +1 -0
  275. package/dist/src/components/results/EndExamSession.d.ts +8 -0
  276. package/dist/src/components/results/EndExamSession.d.ts.map +1 -0
  277. package/dist/src/components/results/EndExamSession.js +20 -0
  278. package/dist/src/components/results/EndExamSession.js.map +1 -0
  279. package/dist/src/components/results/MultiLineAnswer.d.ts +8 -0
  280. package/dist/src/components/results/MultiLineAnswer.d.ts.map +1 -0
  281. package/dist/src/components/results/MultiLineAnswer.js +22 -0
  282. package/dist/src/components/results/MultiLineAnswer.js.map +1 -0
  283. package/dist/src/components/results/Question.d.ts +4 -0
  284. package/dist/src/components/results/Question.d.ts.map +1 -0
  285. package/dist/src/components/results/Question.js +31 -0
  286. package/dist/src/components/results/Question.js.map +1 -0
  287. package/dist/src/components/results/QuestionTitle.d.ts +6 -0
  288. package/dist/src/components/results/QuestionTitle.d.ts.map +1 -0
  289. package/dist/src/components/results/QuestionTitle.js +26 -0
  290. package/dist/src/components/results/QuestionTitle.js.map +1 -0
  291. package/dist/src/components/results/Results.d.ts +19 -0
  292. package/dist/src/components/results/Results.d.ts.map +1 -0
  293. package/dist/src/components/results/Results.js +136 -0
  294. package/dist/src/components/results/Results.js.map +1 -0
  295. package/dist/src/components/results/ScoredTextAnswer.d.ts +6 -0
  296. package/dist/src/components/results/ScoredTextAnswer.d.ts.map +1 -0
  297. package/dist/src/components/results/ScoredTextAnswer.js +22 -0
  298. package/dist/src/components/results/ScoredTextAnswer.js.map +1 -0
  299. package/dist/src/components/results/Section.d.ts +4 -0
  300. package/dist/src/components/results/Section.d.ts.map +1 -0
  301. package/dist/src/components/results/Section.js +11 -0
  302. package/dist/src/components/results/Section.js.map +1 -0
  303. package/dist/src/components/results/SingleLineAnswer.d.ts +12 -0
  304. package/dist/src/components/results/SingleLineAnswer.d.ts.map +1 -0
  305. package/dist/src/components/results/SingleLineAnswer.js +26 -0
  306. package/dist/src/components/results/SingleLineAnswer.js.map +1 -0
  307. package/dist/src/components/results/TextAnswer.d.ts +7 -0
  308. package/dist/src/components/results/TextAnswer.d.ts.map +1 -0
  309. package/dist/src/components/results/TextAnswer.js +48 -0
  310. package/dist/src/components/results/TextAnswer.js.map +1 -0
  311. package/dist/src/components/results/internal/AnnotationList.d.ts +5 -0
  312. package/dist/src/components/results/internal/AnnotationList.d.ts.map +1 -0
  313. package/dist/src/components/results/internal/AnnotationList.js +32 -0
  314. package/dist/src/components/results/internal/AnnotationList.js.map +1 -0
  315. package/dist/src/components/results/internal/QuestionAutoScore.d.ts +11 -0
  316. package/dist/src/components/results/internal/QuestionAutoScore.d.ts.map +1 -0
  317. package/dist/src/components/results/internal/QuestionAutoScore.js +17 -0
  318. package/dist/src/components/results/internal/QuestionAutoScore.js.map +1 -0
  319. package/dist/src/components/results/internal/QuestionManualScore.d.ts +13 -0
  320. package/dist/src/components/results/internal/QuestionManualScore.d.ts.map +1 -0
  321. package/dist/src/components/results/internal/QuestionManualScore.js +66 -0
  322. package/dist/src/components/results/internal/QuestionManualScore.js.map +1 -0
  323. package/dist/src/components/results/internal/QuestionScoresContainer.d.ts +11 -0
  324. package/dist/src/components/results/internal/QuestionScoresContainer.d.ts.map +1 -0
  325. package/dist/src/components/results/internal/QuestionScoresContainer.js +27 -0
  326. package/dist/src/components/results/internal/QuestionScoresContainer.js.map +1 -0
  327. package/dist/src/components/results/isExamineExamPageHook.d.ts +2 -0
  328. package/dist/src/components/results/isExamineExamPageHook.d.ts.map +1 -0
  329. package/dist/src/components/results/isExamineExamPageHook.js +7 -0
  330. package/dist/src/components/results/isExamineExamPageHook.js.map +1 -0
  331. package/dist/src/components/shared/AnnotatableText.d.ts +5 -0
  332. package/dist/src/components/shared/AnnotatableText.d.ts.map +1 -0
  333. package/dist/src/components/shared/AnnotatableText.js +73 -0
  334. package/dist/src/components/shared/AnnotatableText.js.map +1 -0
  335. package/dist/src/components/shared/AnnotationLists.d.ts +13 -0
  336. package/dist/src/components/shared/AnnotationLists.d.ts.map +1 -0
  337. package/dist/src/components/shared/AnnotationLists.js +17 -0
  338. package/dist/src/components/shared/AnnotationLists.js.map +1 -0
  339. package/dist/src/components/shared/AnnotationPopup.d.ts +3 -0
  340. package/dist/src/components/shared/AnnotationPopup.d.ts.map +1 -0
  341. package/dist/src/components/shared/AnnotationPopup.js +74 -0
  342. package/dist/src/components/shared/AnnotationPopup.js.map +1 -0
  343. package/dist/src/components/shared/AnswerIndicator.d.ts +12 -0
  344. package/dist/src/components/shared/AnswerIndicator.d.ts.map +1 -0
  345. package/dist/src/components/shared/AnswerIndicator.js +27 -0
  346. package/dist/src/components/shared/AnswerIndicator.js.map +1 -0
  347. package/dist/src/components/shared/AnswerLengthInfo.d.ts +7 -0
  348. package/dist/src/components/shared/AnswerLengthInfo.d.ts.map +1 -0
  349. package/dist/src/components/shared/AnswerLengthInfo.js +11 -0
  350. package/dist/src/components/shared/AnswerLengthInfo.js.map +1 -0
  351. package/dist/src/components/shared/AttachmentLink.d.ts +5 -0
  352. package/dist/src/components/shared/AttachmentLink.d.ts.map +1 -0
  353. package/dist/src/components/shared/AttachmentLink.js +28 -0
  354. package/dist/src/components/shared/AttachmentLink.js.map +1 -0
  355. package/dist/src/components/shared/AttachmentLinks.d.ts +5 -0
  356. package/dist/src/components/shared/AttachmentLinks.d.ts.map +1 -0
  357. package/dist/src/components/shared/AttachmentLinks.js +58 -0
  358. package/dist/src/components/shared/AttachmentLinks.js.map +1 -0
  359. package/dist/src/components/shared/Audio.d.ts +6 -0
  360. package/dist/src/components/shared/Audio.d.ts.map +1 -0
  361. package/dist/src/components/shared/Audio.js +31 -0
  362. package/dist/src/components/shared/Audio.js.map +1 -0
  363. package/dist/src/components/shared/AudioGroup.d.ts +6 -0
  364. package/dist/src/components/shared/AudioGroup.d.ts.map +1 -0
  365. package/dist/src/components/shared/AudioGroup.js +9 -0
  366. package/dist/src/components/shared/AudioGroup.js.map +1 -0
  367. package/dist/src/components/shared/AudioTest.d.ts +6 -0
  368. package/dist/src/components/shared/AudioTest.d.ts.map +1 -0
  369. package/dist/src/components/shared/AudioTest.js +34 -0
  370. package/dist/src/components/shared/AudioTest.js.map +1 -0
  371. package/dist/src/components/shared/ExamTranslation.d.ts +6 -0
  372. package/dist/src/components/shared/ExamTranslation.d.ts.map +1 -0
  373. package/dist/src/components/shared/ExamTranslation.js +9 -0
  374. package/dist/src/components/shared/ExamTranslation.js.map +1 -0
  375. package/dist/src/components/shared/File.d.ts +6 -0
  376. package/dist/src/components/shared/File.d.ts.map +1 -0
  377. package/dist/src/components/shared/File.js +15 -0
  378. package/dist/src/components/shared/File.js.map +1 -0
  379. package/dist/src/components/shared/Footer.d.ts +5 -0
  380. package/dist/src/components/shared/Footer.d.ts.map +1 -0
  381. package/dist/src/components/shared/Footer.js +3 -0
  382. package/dist/src/components/shared/Footer.js.map +1 -0
  383. package/dist/src/components/shared/Formula.d.ts +6 -0
  384. package/dist/src/components/shared/Formula.d.ts.map +1 -0
  385. package/dist/src/components/shared/Formula.js +13 -0
  386. package/dist/src/components/shared/Formula.js.map +1 -0
  387. package/dist/src/components/shared/Image.d.ts +6 -0
  388. package/dist/src/components/shared/Image.d.ts.map +1 -0
  389. package/dist/src/components/shared/Image.js +30 -0
  390. package/dist/src/components/shared/Image.js.map +1 -0
  391. package/dist/src/components/shared/ImageOverlay.d.ts +6 -0
  392. package/dist/src/components/shared/ImageOverlay.d.ts.map +1 -0
  393. package/dist/src/components/shared/ImageOverlay.js +43 -0
  394. package/dist/src/components/shared/ImageOverlay.js.map +1 -0
  395. package/dist/src/components/shared/QuestionNumber.d.ts +4 -0
  396. package/dist/src/components/shared/QuestionNumber.d.ts.map +1 -0
  397. package/dist/src/components/shared/QuestionNumber.js +12 -0
  398. package/dist/src/components/shared/QuestionNumber.js.map +1 -0
  399. package/dist/src/components/shared/Reference.d.ts +6 -0
  400. package/dist/src/components/shared/Reference.d.ts.map +1 -0
  401. package/dist/src/components/shared/Reference.js +72 -0
  402. package/dist/src/components/shared/Reference.js.map +1 -0
  403. package/dist/src/components/shared/References.d.ts +6 -0
  404. package/dist/src/components/shared/References.d.ts.map +1 -0
  405. package/dist/src/components/shared/References.js +26 -0
  406. package/dist/src/components/shared/References.js.map +1 -0
  407. package/dist/src/components/shared/Score.d.ts +8 -0
  408. package/dist/src/components/shared/Score.d.ts.map +1 -0
  409. package/dist/src/components/shared/Score.js +13 -0
  410. package/dist/src/components/shared/Score.js.map +1 -0
  411. package/dist/src/components/shared/TOCQuestion.d.ts +4 -0
  412. package/dist/src/components/shared/TOCQuestion.d.ts.map +1 -0
  413. package/dist/src/components/shared/TOCQuestion.js +77 -0
  414. package/dist/src/components/shared/TOCQuestion.js.map +1 -0
  415. package/dist/src/components/shared/TOCSection.d.ts +7 -0
  416. package/dist/src/components/shared/TOCSection.d.ts.map +1 -0
  417. package/dist/src/components/shared/TOCSection.js +15 -0
  418. package/dist/src/components/shared/TOCSection.js.map +1 -0
  419. package/dist/src/components/shared/TOCSectionTitle.d.ts +4 -0
  420. package/dist/src/components/shared/TOCSectionTitle.d.ts.map +1 -0
  421. package/dist/src/components/shared/TOCSectionTitle.js +34 -0
  422. package/dist/src/components/shared/TOCSectionTitle.js.map +1 -0
  423. package/dist/src/components/shared/TableOfContents.d.ts +8 -0
  424. package/dist/src/components/shared/TableOfContents.d.ts.map +1 -0
  425. package/dist/src/components/shared/TableOfContents.js +61 -0
  426. package/dist/src/components/shared/TableOfContents.js.map +1 -0
  427. package/dist/src/components/shared/VersionNumber.d.ts +3 -0
  428. package/dist/src/components/shared/VersionNumber.d.ts.map +1 -0
  429. package/dist/src/components/shared/VersionNumber.js +10 -0
  430. package/dist/src/components/shared/VersionNumber.js.map +1 -0
  431. package/dist/src/components/shared/Video.d.ts +6 -0
  432. package/dist/src/components/shared/Video.d.ts.map +1 -0
  433. package/dist/src/components/shared/Video.js +22 -0
  434. package/dist/src/components/shared/Video.js.map +1 -0
  435. package/dist/src/components/shared/internal/AttachmentLinkAnchor.d.ts +8 -0
  436. package/dist/src/components/shared/internal/AttachmentLinkAnchor.d.ts.map +1 -0
  437. package/dist/src/components/shared/internal/AttachmentLinkAnchor.js +4 -0
  438. package/dist/src/components/shared/internal/AttachmentLinkAnchor.js.map +1 -0
  439. package/dist/src/components/shared/internal/AudioPlaybackError.d.ts +8 -0
  440. package/dist/src/components/shared/internal/AudioPlaybackError.d.ts.map +1 -0
  441. package/dist/src/components/shared/internal/AudioPlaybackError.js +17 -0
  442. package/dist/src/components/shared/internal/AudioPlaybackError.js.map +1 -0
  443. package/dist/src/components/shared/internal/ResponsiveMediaContainer.d.ts +18 -0
  444. package/dist/src/components/shared/internal/ResponsiveMediaContainer.d.ts.map +1 -0
  445. package/dist/src/components/shared/internal/ResponsiveMediaContainer.js +21 -0
  446. package/dist/src/components/shared/internal/ResponsiveMediaContainer.js.map +1 -0
  447. package/dist/src/components/shared/internal/RestrictedAudioPlayer.d.ts +12 -0
  448. package/dist/src/components/shared/internal/RestrictedAudioPlayer.d.ts.map +1 -0
  449. package/dist/src/components/shared/internal/RestrictedAudioPlayer.js +46 -0
  450. package/dist/src/components/shared/internal/RestrictedAudioPlayer.js.map +1 -0
  451. package/dist/src/components/surround.d.ts +8 -0
  452. package/dist/src/components/surround.d.ts.map +1 -0
  453. package/dist/src/components/surround.js +19 -0
  454. package/dist/src/components/surround.js.map +1 -0
  455. package/dist/src/createRenderChildNodes.d.ts +17 -0
  456. package/dist/src/createRenderChildNodes.d.ts.map +1 -0
  457. package/dist/src/createRenderChildNodes.js +64 -0
  458. package/dist/src/createRenderChildNodes.js.map +1 -0
  459. package/dist/src/dom-utils.d.ts +20 -0
  460. package/dist/src/dom-utils.d.ts.map +1 -0
  461. package/dist/src/dom-utils.js +164 -0
  462. package/dist/src/dom-utils.js.map +1 -0
  463. package/dist/src/fonts.d.ts +5 -0
  464. package/dist/src/fonts.d.ts.map +1 -0
  465. package/dist/src/fonts.js +16 -0
  466. package/dist/src/fonts.js.map +1 -0
  467. package/dist/src/formatting.d.ts +2 -0
  468. package/dist/src/formatting.d.ts.map +1 -0
  469. package/dist/src/formatting.js +4 -0
  470. package/dist/src/formatting.js.map +1 -0
  471. package/dist/src/getDisplayName.d.ts +4 -0
  472. package/dist/src/getDisplayName.d.ts.map +1 -0
  473. package/dist/src/getDisplayName.js +5 -0
  474. package/dist/src/getDisplayName.js.map +1 -0
  475. package/dist/src/i18n/A_E.d.ts +3 -0
  476. package/dist/src/i18n/A_E.d.ts.map +1 -0
  477. package/dist/src/i18n/A_E.js +8 -0
  478. package/dist/src/i18n/A_E.js.map +1 -0
  479. package/dist/src/i18n/BA.d.ts +3 -0
  480. package/dist/src/i18n/BA.d.ts.map +1 -0
  481. package/dist/src/i18n/BA.js +11 -0
  482. package/dist/src/i18n/BA.js.map +1 -0
  483. package/dist/src/i18n/CA.d.ts +3 -0
  484. package/dist/src/i18n/CA.d.ts.map +1 -0
  485. package/dist/src/i18n/CA.js +11 -0
  486. package/dist/src/i18n/CA.js.map +1 -0
  487. package/dist/src/i18n/EA.d.ts +3 -0
  488. package/dist/src/i18n/EA.d.ts.map +1 -0
  489. package/dist/src/i18n/EA.js +16 -0
  490. package/dist/src/i18n/EA.js.map +1 -0
  491. package/dist/src/i18n/FA.d.ts +3 -0
  492. package/dist/src/i18n/FA.d.ts.map +1 -0
  493. package/dist/src/i18n/FA.js +17 -0
  494. package/dist/src/i18n/FA.js.map +1 -0
  495. package/dist/src/i18n/GC.d.ts +3 -0
  496. package/dist/src/i18n/GC.d.ts.map +1 -0
  497. package/dist/src/i18n/GC.js +16 -0
  498. package/dist/src/i18n/GC.js.map +1 -0
  499. package/dist/src/i18n/I.d.ts +3 -0
  500. package/dist/src/i18n/I.d.ts.map +1 -0
  501. package/dist/src/i18n/I.js +21 -0
  502. package/dist/src/i18n/I.js.map +1 -0
  503. package/dist/src/i18n/M.d.ts +3 -0
  504. package/dist/src/i18n/M.d.ts.map +1 -0
  505. package/dist/src/i18n/M.js +4 -0
  506. package/dist/src/i18n/M.js.map +1 -0
  507. package/dist/src/i18n/O_E.d.ts +3 -0
  508. package/dist/src/i18n/O_E.d.ts.map +1 -0
  509. package/dist/src/i18n/O_E.js +7 -0
  510. package/dist/src/i18n/O_E.js.map +1 -0
  511. package/dist/src/i18n/PA.d.ts +3 -0
  512. package/dist/src/i18n/PA.d.ts.map +1 -0
  513. package/dist/src/i18n/PA.js +16 -0
  514. package/dist/src/i18n/PA.js.map +1 -0
  515. package/dist/src/i18n/SA.d.ts +3 -0
  516. package/dist/src/i18n/SA.d.ts.map +1 -0
  517. package/dist/src/i18n/SA.js +16 -0
  518. package/dist/src/i18n/SA.js.map +1 -0
  519. package/dist/src/i18n/TC.d.ts +3 -0
  520. package/dist/src/i18n/TC.d.ts.map +1 -0
  521. package/dist/src/i18n/TC.js +16 -0
  522. package/dist/src/i18n/TC.js.map +1 -0
  523. package/dist/src/i18n/VA.d.ts +3 -0
  524. package/dist/src/i18n/VA.d.ts.map +1 -0
  525. package/dist/src/i18n/VA.js +16 -0
  526. package/dist/src/i18n/VA.js.map +1 -0
  527. package/dist/src/i18n/Z.d.ts +3 -0
  528. package/dist/src/i18n/Z.d.ts.map +1 -0
  529. package/dist/src/i18n/Z.js +22 -0
  530. package/dist/src/i18n/Z.js.map +1 -0
  531. package/dist/src/i18n/fi-FI.d.ts +192 -0
  532. package/dist/src/i18n/fi-FI.d.ts.map +1 -0
  533. package/dist/src/i18n/fi-FI.js +182 -0
  534. package/dist/src/i18n/fi-FI.js.map +1 -0
  535. package/dist/src/i18n/index.d.ts +20 -0
  536. package/dist/src/i18n/index.d.ts.map +1 -0
  537. package/dist/src/i18n/index.js +128 -0
  538. package/dist/src/i18n/index.js.map +1 -0
  539. package/dist/src/i18n/sv-FI.d.ts +3 -0
  540. package/dist/src/i18n/sv-FI.d.ts.map +1 -0
  541. package/dist/src/i18n/sv-FI.js +181 -0
  542. package/dist/src/i18n/sv-FI.js.map +1 -0
  543. package/dist/src/ids.d.ts +14 -0
  544. package/dist/src/ids.d.ts.map +1 -0
  545. package/dist/src/ids.js +28 -0
  546. package/dist/src/ids.js.map +1 -0
  547. package/dist/src/index.d.ts +19 -0
  548. package/dist/src/index.d.ts.map +1 -0
  549. package/dist/src/index.js +12 -0
  550. package/dist/src/index.js.map +1 -0
  551. package/dist/src/parser/parseExam.d.ts +2 -0
  552. package/dist/src/parser/parseExam.d.ts.map +1 -0
  553. package/dist/src/parser/parseExam.js +54 -0
  554. package/dist/src/parser/parseExam.js.map +1 -0
  555. package/dist/src/parser/parseExamStructure.d.ts +58 -0
  556. package/dist/src/parser/parseExamStructure.d.ts.map +1 -0
  557. package/dist/src/parser/parseExamStructure.js +40 -0
  558. package/dist/src/parser/parseExamStructure.js.map +1 -0
  559. package/dist/src/renderAnnotations.d.ts +7 -0
  560. package/dist/src/renderAnnotations.d.ts.map +1 -0
  561. package/dist/src/renderAnnotations.js +193 -0
  562. package/dist/src/renderAnnotations.js.map +1 -0
  563. package/dist/src/scrollToHash.d.ts +2 -0
  564. package/dist/src/scrollToHash.d.ts.map +1 -0
  565. package/dist/src/scrollToHash.js +24 -0
  566. package/dist/src/scrollToHash.js.map +1 -0
  567. package/dist/src/shortDisplayNumber.d.ts +2 -0
  568. package/dist/src/shortDisplayNumber.d.ts.map +1 -0
  569. package/dist/src/shortDisplayNumber.js +5 -0
  570. package/dist/src/shortDisplayNumber.js.map +1 -0
  571. package/dist/src/store/answers/actions.d.ts +33 -0
  572. package/dist/src/store/answers/actions.d.ts.map +1 -0
  573. package/dist/src/store/answers/actions.js +9 -0
  574. package/dist/src/store/answers/actions.js.map +1 -0
  575. package/dist/src/store/answers/reducer.d.ts +39 -0
  576. package/dist/src/store/answers/reducer.d.ts.map +1 -0
  577. package/dist/src/store/answers/reducer.js +55 -0
  578. package/dist/src/store/answers/reducer.js.map +1 -0
  579. package/dist/src/store/answers/sagas.d.ts +8 -0
  580. package/dist/src/store/answers/sagas.d.ts.map +1 -0
  581. package/dist/src/store/answers/sagas.js +60 -0
  582. package/dist/src/store/answers/sagas.js.map +1 -0
  583. package/dist/src/store/audio/actions.d.ts +29 -0
  584. package/dist/src/store/audio/actions.d.ts.map +1 -0
  585. package/dist/src/store/audio/actions.js +9 -0
  586. package/dist/src/store/audio/actions.js.map +1 -0
  587. package/dist/src/store/audio/reducer.d.ts +27 -0
  588. package/dist/src/store/audio/reducer.d.ts.map +1 -0
  589. package/dist/src/store/audio/reducer.js +55 -0
  590. package/dist/src/store/audio/reducer.js.map +1 -0
  591. package/dist/src/store/audio/sagas.d.ts +3 -0
  592. package/dist/src/store/audio/sagas.d.ts.map +1 -0
  593. package/dist/src/store/audio/sagas.js +68 -0
  594. package/dist/src/store/audio/sagas.js.map +1 -0
  595. package/dist/src/store/cas/actions.d.ts +19 -0
  596. package/dist/src/store/cas/actions.d.ts.map +1 -0
  597. package/dist/src/store/cas/actions.js +9 -0
  598. package/dist/src/store/cas/actions.js.map +1 -0
  599. package/dist/src/store/cas/reducer.d.ts +14 -0
  600. package/dist/src/store/cas/reducer.d.ts.map +1 -0
  601. package/dist/src/store/cas/reducer.js +24 -0
  602. package/dist/src/store/cas/reducer.js.map +1 -0
  603. package/dist/src/store/cas/sagas.d.ts +18 -0
  604. package/dist/src/store/cas/sagas.d.ts.map +1 -0
  605. package/dist/src/store/cas/sagas.js +36 -0
  606. package/dist/src/store/cas/sagas.js.map +1 -0
  607. package/dist/src/store/countdown.d.ts +4 -0
  608. package/dist/src/store/countdown.d.ts.map +1 -0
  609. package/dist/src/store/countdown.js +33 -0
  610. package/dist/src/store/countdown.js.map +1 -0
  611. package/dist/src/store/index.d.ts +78 -0
  612. package/dist/src/store/index.d.ts.map +1 -0
  613. package/dist/src/store/index.js +53 -0
  614. package/dist/src/store/index.js.map +1 -0
  615. package/dist/src/store/selectors.d.ts +9 -0
  616. package/dist/src/store/selectors.d.ts.map +1 -0
  617. package/dist/src/store/selectors.js +35 -0
  618. package/dist/src/store/selectors.js.map +1 -0
  619. package/dist/src/types/ExamAnswer.d.ts +22 -0
  620. package/dist/src/types/ExamAnswer.d.ts.map +1 -0
  621. package/dist/src/types/ExamAnswer.js +2 -0
  622. package/dist/src/types/ExamAnswer.js.map +1 -0
  623. package/dist/src/types/ExamServerAPI.d.ts +78 -0
  624. package/dist/src/types/ExamServerAPI.d.ts.map +1 -0
  625. package/dist/src/types/ExamServerAPI.js +2 -0
  626. package/dist/src/types/ExamServerAPI.js.map +1 -0
  627. package/dist/src/types/GradingStructure.d.ts +40 -0
  628. package/dist/src/types/GradingStructure.d.ts.map +1 -0
  629. package/dist/src/types/GradingStructure.js +2 -0
  630. package/dist/src/types/GradingStructure.js.map +1 -0
  631. package/dist/src/types/Score.d.ts +92 -0
  632. package/dist/src/types/Score.d.ts.map +1 -0
  633. package/dist/src/types/Score.js +2 -0
  634. package/dist/src/types/Score.js.map +1 -0
  635. package/dist/src/url.d.ts +7 -0
  636. package/dist/src/url.d.ts.map +1 -0
  637. package/dist/src/url.js +12 -0
  638. package/dist/src/url.js.map +1 -0
  639. package/dist/src/useCached.d.ts +3 -0
  640. package/dist/src/useCached.d.ts.map +1 -0
  641. package/dist/src/useCached.js +6 -0
  642. package/dist/src/useCached.js.map +1 -0
  643. package/dist/src/utils.d.ts +15 -0
  644. package/dist/src/utils.d.ts.map +1 -0
  645. package/dist/src/utils.js +35 -0
  646. package/dist/src/utils.js.map +1 -0
  647. package/dist/src/validateAnswers.d.ts +16 -0
  648. package/dist/src/validateAnswers.d.ts.map +1 -0
  649. package/dist/src/validateAnswers.js +89 -0
  650. package/dist/src/validateAnswers.js.map +1 -0
  651. package/dist/tsconfig.tsbuildinfo +1 -0
  652. package/package.json +3 -3
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ import { TextAnswer, RichTextAnswer } from '..';
3
+ import * as actions from '../store/answers/actions';
4
+ import { AnswerTooLong } from '../validateAnswers';
5
+ import { ScreenshotError } from './exam/RichTextAnswer';
6
+ interface AnswerToolbarProps {
7
+ answer?: TextAnswer | RichTextAnswer;
8
+ screenshotError?: ScreenshotError;
9
+ validationError?: AnswerTooLong;
10
+ element: Element;
11
+ selectAnswerVersion?: typeof actions.selectAnswerVersion;
12
+ showAnswerHistory?: boolean;
13
+ supportsAnswerHistory?: boolean;
14
+ }
15
+ declare function AnswerToolbar({ answer, element, screenshotError, validationError, selectAnswerVersion, showAnswerHistory, supportsAnswerHistory }: AnswerToolbarProps): React.JSX.Element;
16
+ declare const _default: React.MemoExoticComponent<typeof AnswerToolbar>;
17
+ export default _default;
18
+ //# sourceMappingURL=AnswerToolbar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnswerToolbar.d.ts","sourceRoot":"","sources":["../../../src/components/AnswerToolbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,IAAI,CAAA;AAG/C,OAAO,KAAK,OAAO,MAAM,0BAA0B,CAAA;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAEvD,UAAU,kBAAkB;IAC1B,MAAM,CAAC,EAAE,UAAU,GAAG,cAAc,CAAA;IACpC,eAAe,CAAC,EAAE,eAAe,CAAA;IACjC,eAAe,CAAC,EAAE,aAAa,CAAA;IAC/B,OAAO,EAAE,OAAO,CAAA;IAChB,mBAAmB,CAAC,EAAE,OAAO,OAAO,CAAC,mBAAmB,CAAA;IACxD,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B,qBAAqB,CAAC,EAAE,OAAO,CAAA;CAChC;AAED,iBAAS,aAAa,CAAC,EACrB,MAAM,EACN,OAAO,EACP,eAAe,EACf,eAAe,EACf,mBAAmB,EACnB,iBAAyB,EACzB,qBAA6B,EAC9B,EAAE,kBAAkB,qBAoDpB;;AAED,wBAAwC"}
@@ -0,0 +1,36 @@
1
+ import React from 'react';
2
+ import classNames from 'classnames';
3
+ import { findChildElement, getNumericAttribute, NBSP, queryAncestors } from '../dom-utils';
4
+ import { useExamTranslation } from '../i18n';
5
+ function AnswerToolbar({ answer, element, screenshotError, validationError, selectAnswerVersion, showAnswerHistory = false, supportsAnswerHistory = false }) {
6
+ const { t } = useExamTranslation();
7
+ const answerLength = answer === null || answer === void 0 ? void 0 : answer.characterCount;
8
+ const maxLength = getNumericAttribute(element, 'max-length');
9
+ return (React.createElement("div", { className: "answer-toolbar e-font-size-xs e-columns e-mrg-b-2" },
10
+ React.createElement("div", { className: classNames('answer-toolbar__answer-length e-column', { 'e-color-error': validationError != null }) },
11
+ answer != null
12
+ ? t(maxLength != null ? 'answer-length-with-max-length' : 'answer-length', {
13
+ count: answerLength,
14
+ maxLength: maxLength
15
+ })
16
+ : NBSP,
17
+ screenshotError ? (React.createElement("span", { className: "e-color-error", role: "alert" },
18
+ ' ',
19
+ t(`answer-errors.${screenshotError.key}`, screenshotError.options))) : validationError ? (
20
+ // We don't use an alert role here because ErrorIndicator already displays the same error message wrapped in an alert role
21
+ React.createElement("span", null,
22
+ " ",
23
+ t(`answer-errors.answer-too-long`, { count: validationError.characterCount }))) : null),
24
+ React.createElement("div", { className: "answer-toolbar__history e-column e-column--narrow e-text-right" }, supportsAnswerHistory && (React.createElement("div", { className: "answer-toolbar__select-previous-version" }, showAnswerHistory && answer != null ? (React.createElement("button", { className: "answer-toolbar__previous-versions e-link-button e-font-size-xs", onClick: () => {
25
+ // This is kind of hacky. We need to render the question title in the answer history modal,
26
+ // but the current element we're at is text-answer. So we have to find the containing question
27
+ // and its question-title element (which is specified to be the first child element of the question).
28
+ if (selectAnswerVersion) {
29
+ const question = queryAncestors(element, 'question');
30
+ const questionTitle = findChildElement(question, 'question-title');
31
+ selectAnswerVersion(answer.questionId, questionTitle.textContent);
32
+ }
33
+ } }, t('previous-answer-versions'))) : (NBSP))))));
34
+ }
35
+ export default React.memo(AnswerToolbar);
36
+ //# sourceMappingURL=AnswerToolbar.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnswerToolbar.js","sourceRoot":"","sources":["../../../src/components/AnswerToolbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,UAAU,MAAM,YAAY,CAAA;AAEnC,OAAO,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,IAAI,EAAE,cAAc,EAAE,MAAM,cAAc,CAAA;AAC1F,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAe5C,SAAS,aAAa,CAAC,EACrB,MAAM,EACN,OAAO,EACP,eAAe,EACf,eAAe,EACf,mBAAmB,EACnB,iBAAiB,GAAG,KAAK,EACzB,qBAAqB,GAAG,KAAK,EACV;IACnB,MAAM,EAAE,CAAC,EAAE,GAAG,kBAAkB,EAAE,CAAA;IAClC,MAAM,YAAY,GAAG,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,cAAc,CAAA;IAC3C,MAAM,SAAS,GAAG,mBAAmB,CAAC,OAAO,EAAE,YAAY,CAAC,CAAA;IAC5D,OAAO,CACL,6BAAK,SAAS,EAAC,mDAAmD;QAChE,6BACE,SAAS,EAAE,UAAU,CAAC,wCAAwC,EAAE,EAAE,eAAe,EAAE,eAAe,IAAI,IAAI,EAAE,CAAC;YAE5G,MAAM,IAAI,IAAI;gBACb,CAAC,CAAC,CAAC,CAAC,SAAS,IAAI,IAAI,CAAC,CAAC,CAAC,+BAA+B,CAAC,CAAC,CAAC,eAAe,EAAE;oBACvE,KAAK,EAAE,YAAY;oBACnB,SAAS,EAAE,SAAS;iBACrB,CAAC;gBACJ,CAAC,CAAC,IAAI;YACP,eAAe,CAAC,CAAC,CAAC,CACjB,8BAAM,SAAS,EAAC,eAAe,EAAC,IAAI,EAAC,OAAO;gBACzC,GAAG;gBACH,CAAC,CAAC,iBAAiB,eAAe,CAAC,GAAG,EAAW,EAAE,eAAe,CAAC,OAAO,CAAC,CACvE,CACR,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC;YACpB,0HAA0H;YAC1H;;gBAAQ,CAAC,CAAC,+BAA+B,EAAE,EAAE,KAAK,EAAE,eAAe,CAAC,cAAc,EAAE,CAAC,CAAQ,CAC9F,CAAC,CAAC,CAAC,IAAI,CACJ;QACN,6BAAK,SAAS,EAAC,gEAAgE,IAC5E,qBAAqB,IAAI,CACxB,6BAAK,SAAS,EAAC,yCAAyC,IACrD,iBAAiB,IAAI,MAAM,IAAI,IAAI,CAAC,CAAC,CAAC,CACrC,gCACE,SAAS,EAAC,gEAAgE,EAC1E,OAAO,EAAE,GAAG,EAAE;gBACZ,2FAA2F;gBAC3F,8FAA8F;gBAC9F,qGAAqG;gBACrG,IAAI,mBAAmB,EAAE,CAAC;oBACxB,MAAM,QAAQ,GAAG,cAAc,CAAC,OAAO,EAAE,UAAU,CAAE,CAAA;oBACrD,MAAM,aAAa,GAAG,gBAAgB,CAAC,QAAQ,EAAE,gBAAgB,CAAE,CAAA;oBACnE,mBAAmB,CAAC,MAAM,CAAC,UAAU,EAAE,aAAa,CAAC,WAAY,CAAC,CAAA;gBACpE,CAAC;YACH,CAAC,IAEA,CAAC,CAAC,0BAA0B,CAAC,CACvB,CACV,CAAC,CAAC,CAAC,CACF,IAAI,CACL,CACG,CACP,CACG,CACF,CACP,CAAA;AACH,CAAC;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,aAAa,CAAC,CAAA"}
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ export interface AnsweringInstructionProps {
3
+ maxAnswers: number;
4
+ /** Child questions as either raw Elements from the XML or just display numbers. */
5
+ childQuestions: (string | Element)[];
6
+ elementType: 'exam' | 'question' | 'section' | 'toc-section';
7
+ minAnswers?: number;
8
+ }
9
+ declare function AnsweringInstructions({ maxAnswers, minAnswers, elementType, childQuestions }: AnsweringInstructionProps): React.JSX.Element;
10
+ declare const _default: React.MemoExoticComponent<typeof AnsweringInstructions>;
11
+ export default _default;
12
+ //# sourceMappingURL=AnsweringInstructions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnsweringInstructions.d.ts","sourceRoot":"","sources":["../../../src/components/AnsweringInstructions.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,WAAW,yBAAyB;IACxC,UAAU,EAAE,MAAM,CAAA;IAClB,mFAAmF;IACnF,cAAc,EAAE,CAAC,MAAM,GAAG,OAAO,CAAC,EAAE,CAAA;IACpC,WAAW,EAAE,MAAM,GAAG,UAAU,GAAG,SAAS,GAAG,aAAa,CAAA;IAC5D,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB;AAED,iBAAS,qBAAqB,CAAC,EAAE,UAAU,EAAE,UAAU,EAAE,WAAW,EAAE,cAAc,EAAE,EAAE,yBAAyB,qBAiBhH;;AAgBD,wBAAgD"}
@@ -0,0 +1,24 @@
1
+ import * as _ from 'lodash-es';
2
+ import React from 'react';
3
+ import { useExamTranslation } from '../i18n';
4
+ function AnsweringInstructions({ maxAnswers, minAnswers, elementType, childQuestions }) {
5
+ const childDisplayNumbers = childQuestions.map(question => _.isString(question) ? question : question.getAttribute('display-number'));
6
+ const { t } = useExamTranslation();
7
+ const possibleTranslationStrings = cartesian([childDisplayNumbers.length, '*'], [maxAnswers, '*'], [minAnswers != null ? minAnswers : maxAnswers, '*']).map(([childQuestionCount, maxAnswerCount, minAnswerCount]) => `answering-instructions.${elementType}_${childQuestionCount}_${minAnswerCount}_${maxAnswerCount}`);
8
+ const answerCount = [minAnswers, maxAnswers];
9
+ const questions = [_.first(childDisplayNumbers), _.last(childDisplayNumbers)];
10
+ return React.createElement(React.Fragment, null, t(possibleTranslationStrings, { answerCount, questions }));
11
+ }
12
+ function cartesian(as, bs, cs) {
13
+ const result = [];
14
+ for (const a of as) {
15
+ for (const b of bs) {
16
+ for (const c of cs) {
17
+ result.push([a, b, c]);
18
+ }
19
+ }
20
+ }
21
+ return result;
22
+ }
23
+ export default React.memo(AnsweringInstructions);
24
+ //# sourceMappingURL=AnsweringInstructions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnsweringInstructions.js","sourceRoot":"","sources":["../../../src/components/AnsweringInstructions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,WAAW,CAAA;AAC9B,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAS5C,SAAS,qBAAqB,CAAC,EAAE,UAAU,EAAE,UAAU,EAAE,WAAW,EAAE,cAAc,EAA6B;IAC/G,MAAM,mBAAmB,GAAG,cAAc,CAAC,GAAG,CAAC,QAAQ,CAAC,EAAE,CACxD,CAAC,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,YAAY,CAAC,gBAAgB,CAAE,CAC3E,CAAA;IAED,MAAM,EAAE,CAAC,EAAE,GAAG,kBAAkB,EAAE,CAAA;IAClC,MAAM,0BAA0B,GAAG,SAAS,CAC1C,CAAC,mBAAmB,CAAC,MAAM,EAAE,GAAG,CAAC,EACjC,CAAC,UAAU,EAAE,GAAG,CAAC,EACjB,CAAC,UAAU,IAAI,IAAI,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,UAAU,EAAE,GAAG,CAAC,CACpD,CAAC,GAAG,CACH,CAAC,CAAC,kBAAkB,EAAE,cAAc,EAAE,cAAc,CAAC,EAAE,EAAE,CACvD,0BAA0B,WAAW,IAAI,kBAAkB,IAAI,cAAc,IAAI,cAAc,EAAE,CACpG,CAAA;IACD,MAAM,WAAW,GAAG,CAAC,UAAU,EAAE,UAAU,CAAC,CAAA;IAC5C,MAAM,SAAS,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAE,EAAE,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAE,CAAC,CAAA;IAC/E,OAAO,0CAAG,CAAC,CAAC,0BAA0B,EAAE,EAAE,WAAW,EAAE,SAAS,EAAE,CAAC,CAAI,CAAA;AACzE,CAAC;AAED,SAAS,SAAS,CAAU,EAAgB,EAAE,EAAgB,EAAE,EAAgB;IAC9E,MAAM,MAAM,GAAgB,EAAE,CAAA;IAE9B,KAAK,MAAM,CAAC,IAAI,EAAE,EAAE,CAAC;QACnB,KAAK,MAAM,CAAC,IAAI,EAAE,EAAE,CAAC;YACnB,KAAK,MAAM,CAAC,IAAI,EAAE,EAAE,CAAC;gBACnB,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAA;YACxB,CAAC;QACH,CAAC;IACH,CAAC;IAED,OAAO,MAAM,CAAA;AACf,CAAC;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAA"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ type DocumentTitleProps = React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
3
+ declare const _default: React.NamedExoticComponent<DocumentTitleProps>;
4
+ export default _default;
5
+ //# sourceMappingURL=DocumentTitle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentTitle.d.ts","sourceRoot":"","sources":["../../../src/components/DocumentTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkC,MAAM,OAAO,CAAA;AAEtD,KAAK,kBAAkB,GAAG,KAAK,CAAC,iBAAiB,CAAC,KAAK,CAAC,cAAc,CAAC,kBAAkB,CAAC,EAAE,kBAAkB,CAAC,CAAA;;AAa/G,wBAAwC"}
@@ -0,0 +1,13 @@
1
+ import React, { useLayoutEffect, useRef } from 'react';
2
+ /** A helper component that sets document.title based on its contents. */
3
+ const DocumentTitle = props => {
4
+ const ref = useRef(null);
5
+ useLayoutEffect(() => {
6
+ if (ref.current) {
7
+ document.title = ref.current.textContent;
8
+ }
9
+ });
10
+ return React.createElement("h1", { ...props, ref: ref });
11
+ };
12
+ export default React.memo(DocumentTitle);
13
+ //# sourceMappingURL=DocumentTitle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentTitle.js","sourceRoot":"","sources":["../../../src/components/DocumentTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,OAAO,CAAA;AAItD,yEAAyE;AACzE,MAAM,aAAa,GAAgD,KAAK,CAAC,EAAE;IACzE,MAAM,GAAG,GAAG,MAAM,CAAqB,IAAI,CAAC,CAAA;IAC5C,eAAe,CAAC,GAAG,EAAE;QACnB,IAAI,GAAG,CAAC,OAAO,EAAE,CAAC;YAChB,QAAQ,CAAC,KAAK,GAAG,GAAG,CAAC,OAAO,CAAC,WAAY,CAAA;QAC3C,CAAC;IACH,CAAC,CAAC,CAAA;IACF,OAAO,+BAAQ,KAAK,EAAE,GAAG,EAAE,GAAG,GAAI,CAAA;AACpC,CAAC,CAAA;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,aAAa,CAAC,CAAA"}
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ declare const NotificationIcon: React.FunctionComponent;
3
+ export default NotificationIcon;
4
+ //# sourceMappingURL=NotificationIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotificationIcon.d.ts","sourceRoot":"","sources":["../../../src/components/NotificationIcon.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,QAAA,MAAM,gBAAgB,EAAE,KAAK,CAAC,iBAE7B,CAAA;AAED,eAAe,gBAAgB,CAAA"}
@@ -0,0 +1,6 @@
1
+ import { faInfoCircle } from '@fortawesome/free-solid-svg-icons';
2
+ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
3
+ import React from 'react';
4
+ const NotificationIcon = () => (React.createElement(FontAwesomeIcon, { size: "lg", icon: faInfoCircle, fixedWidth: true, className: "e-color-link e-mrg-r-1" }));
5
+ export default NotificationIcon;
6
+ //# sourceMappingURL=NotificationIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotificationIcon.js","sourceRoot":"","sources":["../../../src/components/NotificationIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAA;AAChE,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAA;AAChE,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,gBAAgB,GAA4B,GAAG,EAAE,CAAC,CACtD,oBAAC,eAAe,IAAC,IAAI,EAAC,IAAI,EAAC,IAAI,EAAE,YAAY,EAAE,UAAU,QAAC,SAAS,EAAC,wBAAwB,GAAG,CAChG,CAAA;AAED,eAAe,gBAAgB,CAAA"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import { ExamComponentProps } from '../createRenderChildNodes';
3
+ declare function RenderChildNodes({ element, renderChildNodes }: ExamComponentProps): React.JSX.Element | null;
4
+ export default RenderChildNodes;
5
+ //# sourceMappingURL=RenderChildNodes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RenderChildNodes.d.ts","sourceRoot":"","sources":["../../../src/components/RenderChildNodes.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAA;AAE9D,iBAAS,gBAAgB,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAE,EAAE,kBAAkB,4BAG1E;AAED,eAAe,gBAAgB,CAAA"}
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ function RenderChildNodes({ element, renderChildNodes }) {
3
+ const children = renderChildNodes(element);
4
+ return children.length === 0 ? null : React.createElement(React.Fragment, null, children);
5
+ }
6
+ export default RenderChildNodes;
7
+ //# sourceMappingURL=RenderChildNodes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RenderChildNodes.js","sourceRoot":"","sources":["../../../src/components/RenderChildNodes.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,SAAS,gBAAgB,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAsB;IACzE,MAAM,QAAQ,GAAG,gBAAgB,CAAC,OAAO,CAAC,CAAA;IAC1C,OAAO,QAAQ,CAAC,MAAM,KAAK,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,0CAAG,QAAQ,CAAI,CAAA;AACvD,CAAC;AAED,eAAe,gBAAgB,CAAA"}
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { ExamComponentProps } from '../createRenderChildNodes';
3
+ declare function RenderExamElements({ element, renderChildNodes }: ExamComponentProps): React.JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof RenderExamElements>;
5
+ export default _default;
6
+ //# sourceMappingURL=RenderExamElements.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RenderExamElements.d.ts","sourceRoot":"","sources":["../../../src/components/RenderExamElements.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,kBAAkB,EAAiB,MAAM,2BAA2B,CAAA;AAE7E,iBAAS,kBAAkB,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAE,EAAE,kBAAkB,qBAE5E;;AAED,wBAA6C"}
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ function RenderExamElements({ element, renderChildNodes }) {
3
+ return React.createElement(React.Fragment, null, renderChildNodes(element, 1 /* RenderOptions.SkipHTML */));
4
+ }
5
+ export default React.memo(RenderExamElements);
6
+ //# sourceMappingURL=RenderExamElements.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RenderExamElements.js","sourceRoot":"","sources":["../../../src/components/RenderExamElements.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,SAAS,kBAAkB,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAsB;IAC3E,OAAO,0CAAG,gBAAgB,CAAC,OAAO,iCAAyB,CAAI,CAAA;AACjE,CAAC;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAA"}
@@ -0,0 +1,4 @@
1
+ import { ExamComponentProps } from '../createRenderChildNodes';
2
+ import React from 'react';
3
+ export declare const renderIf: (predicate: (props: ExamComponentProps) => boolean) => (Component: React.ComponentType<ExamComponentProps>) => React.FunctionComponent<ExamComponentProps>;
4
+ //# sourceMappingURL=RenderIf.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RenderIf.d.ts","sourceRoot":"","sources":["../../../src/components/RenderIf.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAA;AAC9D,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,eAAO,MAAM,QAAQ,cACP,CAAC,KAAK,EAAE,kBAAkB,KAAK,OAAO,iBACtC,KAAK,CAAC,aAAa,CAAC,kBAAkB,CAAC,KAAG,KAAK,CAAC,iBAAiB,CAAC,kBAAkB,CAI/F,CAAA"}
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { getDisplayName } from '../getDisplayName';
3
+ export const renderIf = (predicate) => (Component) => {
4
+ const Wrapped = (props) => (predicate(props) ? React.createElement(Component, { ...props }) : null);
5
+ Wrapped.displayName = `RenderIf(${getDisplayName(Component)})`;
6
+ return Wrapped;
7
+ };
8
+ //# sourceMappingURL=RenderIf.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RenderIf.js","sourceRoot":"","sources":["../../../src/components/RenderIf.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAElD,MAAM,CAAC,MAAM,QAAQ,GACnB,CAAC,SAAiD,EAAE,EAAE,CACtD,CAAC,SAAkD,EAA+C,EAAE;IAClG,MAAM,OAAO,GAAG,CAAC,KAAyB,EAAE,EAAE,CAAC,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,oBAAC,SAAS,OAAK,KAAK,GAAI,CAAC,CAAC,CAAC,IAAI,CAAC,CAAA;IACnG,OAAO,CAAC,WAAW,GAAG,YAAY,cAAc,CAAC,SAAS,CAAC,GAAG,CAAA;IAC9D,OAAO,OAAO,CAAA;AAChB,CAAC,CAAA"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const ScreenReaderOnly: React.FunctionComponent<{
3
+ children: React.ReactNode;
4
+ }>;
5
+ //# sourceMappingURL=ScreenReaderOnly.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScreenReaderOnly.d.ts","sourceRoot":"","sources":["../../../src/components/ScreenReaderOnly.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,CAEnF,CAAA"}
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export const ScreenReaderOnly = ({ children }) => (React.createElement("span", { className: "e-screen-reader-only" }, children));
3
+ //# sourceMappingURL=ScreenReaderOnly.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScreenReaderOnly.js","sourceRoot":"","sources":["../../../src/components/ScreenReaderOnly.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,CAAC,MAAM,gBAAgB,GAA2D,CAAC,EAAE,QAAQ,EAAE,EAAE,EAAE,CAAC,CACxG,8BAAM,SAAS,EAAC,sBAAsB,IAAE,QAAQ,CAAQ,CACzD,CAAA"}
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ declare const SectionElement: React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>>;
3
+ export default SectionElement;
4
+ //# sourceMappingURL=SectionElement.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SectionElement.d.ts","sourceRoot":"","sources":["../../../src/components/SectionElement.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAC3C,KAAK,CAAC,iBAAiB,CAAC,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,WAAW,CAAC,CAIxE,CAAA;AAED,eAAe,cAAc,CAAA"}
@@ -0,0 +1,8 @@
1
+ import classNames from 'classnames';
2
+ import React from 'react';
3
+ const SectionElement = props => {
4
+ const className = classNames('e-section e-bg-color-off-white e-pad-6', props.className);
5
+ return React.createElement("section", { ...props, className }, props.children);
6
+ };
7
+ export default SectionElement;
8
+ //# sourceMappingURL=SectionElement.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SectionElement.js","sourceRoot":"","sources":["../../../src/components/SectionElement.tsx"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,YAAY,CAAA;AACnC,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,cAAc,GAEhB,KAAK,CAAC,EAAE;IACV,MAAM,SAAS,GAAG,UAAU,CAAC,wCAAwC,EAAE,KAAK,CAAC,SAAS,CAAC,CAAA;IACvF,OAAO,iCAAe,GAAG,KAAK,EAAE,SAAS,IAAK,KAAK,CAAC,QAAQ,CAAW,CAAA;AACzE,CAAC,CAAA;AAED,eAAe,cAAc,CAAA"}
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ declare const _default: React.MemoExoticComponent<React.ComponentType<any>>;
3
+ export default _default;
4
+ //# sourceMappingURL=Attachment.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Attachment.d.ts","sourceRoot":"","sources":["../../../../src/components/attachments/Attachment.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAA;;AAczC,wBAA4D"}
@@ -0,0 +1,8 @@
1
+ import React, { useContext } from 'react';
2
+ import { AttachmentContext, withAttachmentContext } from '../context/AttachmentContext';
3
+ function Attachment({ element, renderChildNodes }) {
4
+ const { displayNumber, isExternal } = useContext(AttachmentContext);
5
+ return isExternal ? (React.createElement("div", { id: displayNumber, className: "attachments-attachment e-mrg-0 e-mrg-t-8", "data-annotation-anchor": displayNumber }, renderChildNodes(element))) : null;
6
+ }
7
+ export default React.memo(withAttachmentContext(Attachment));
8
+ //# sourceMappingURL=Attachment.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Attachment.js","sourceRoot":"","sources":["../../../../src/components/attachments/Attachment.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AACzC,OAAO,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAA;AAGvF,SAAS,UAAU,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAsB;IACnE,MAAM,EAAE,aAAa,EAAE,UAAU,EAAE,GAAG,UAAU,CAAC,iBAAiB,CAAC,CAAA;IAEnE,OAAO,UAAU,CAAC,CAAC,CAAC,CAClB,6BAAK,EAAE,EAAE,aAAa,EAAE,SAAS,EAAC,0CAA0C,4BAAyB,aAAa,IAC/G,gBAAgB,CAAC,OAAO,CAAC,CACtB,CACP,CAAC,CAAC,CAAC,IAAI,CAAA;AACV,CAAC;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,qBAAqB,CAAC,UAAU,CAAC,CAAC,CAAA"}
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { ExamComponentProps } from '../../createRenderChildNodes';
3
+ declare function AttachmentTitle({ element, renderChildNodes }: ExamComponentProps): React.JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof AttachmentTitle>;
5
+ export default _default;
6
+ //# sourceMappingURL=AttachmentTitle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttachmentTitle.d.ts","sourceRoot":"","sources":["../../../../src/components/attachments/AttachmentTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAA;AAGzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAA;AAEjE,iBAAS,eAAe,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAE,EAAE,kBAAkB,qBAUzE;;AAED,wBAA0C"}
@@ -0,0 +1,12 @@
1
+ import React, { useContext } from 'react';
2
+ import { NBSP } from '../../dom-utils';
3
+ import { AttachmentContext } from '../context/AttachmentContext';
4
+ function AttachmentTitle({ element, renderChildNodes }) {
5
+ const { displayNumber } = useContext(AttachmentContext);
6
+ return (React.createElement("h3", null,
7
+ displayNumber,
8
+ NBSP,
9
+ renderChildNodes(element)));
10
+ }
11
+ export default React.memo(AttachmentTitle);
12
+ //# sourceMappingURL=AttachmentTitle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttachmentTitle.js","sourceRoot":"","sources":["../../../../src/components/attachments/AttachmentTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AACzC,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAA;AACtC,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAGhE,SAAS,eAAe,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAsB;IACxE,MAAM,EAAE,aAAa,EAAE,GAAG,UAAU,CAAC,iBAAiB,CAAC,CAAA;IAEvD,OAAO,CACL;QACG,aAAa;QACb,IAAI;QACJ,gBAAgB,CAAC,OAAO,CAAC,CACvB,CACN,CAAA;AACH,CAAC;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,eAAe,CAAC,CAAA"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const AttachmentsPageTitle: React.FunctionComponent;
3
+ declare const _default: React.MemoExoticComponent<React.ComponentType<any>>;
4
+ export default _default;
5
+ //# sourceMappingURL=Attachments.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Attachments.d.ts","sourceRoot":"","sources":["../../../../src/components/attachments/Attachments.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAA;AA6EpD,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,iBAGxC,CAAA;;AAED,wBAA8E"}
@@ -0,0 +1,55 @@
1
+ import React, { useContext, useEffect } from 'react';
2
+ import { I18nextProvider } from 'react-i18next';
3
+ import { createRenderChildNodes } from '../../createRenderChildNodes';
4
+ import { NBSP, findChildElement } from '../../dom-utils';
5
+ import { changeLanguage, initI18n, useExamTranslation } from '../../i18n';
6
+ import { examTitleId } from '../../ids';
7
+ import { scrollToHash } from '../../scrollToHash';
8
+ import { useCached } from '../../useCached';
9
+ import DocumentTitle from '../DocumentTitle';
10
+ import RenderChildNodes from '../RenderChildNodes';
11
+ import RenderExamElements from '../RenderExamElements';
12
+ import SectionElement from '../SectionElement';
13
+ import { AnnotationProvider } from '../context/AnnotationProvider';
14
+ import { CommonExamContext, withCommonExamContext } from '../context/CommonExamContext';
15
+ import { withExamContext } from '../context/ExamContext';
16
+ import { withSectionContext } from '../context/SectionContext';
17
+ import AttachmentsExternalMaterial from './ExternalMaterial';
18
+ import AttachmentsQuestion from './Question';
19
+ import AttachmentsQuestionTitle from './QuestionTitle';
20
+ const renderChildNodes = createRenderChildNodes({
21
+ 'audio-group': RenderExamElements,
22
+ 'external-material': AttachmentsExternalMaterial,
23
+ 'question-title': AttachmentsQuestionTitle,
24
+ question: AttachmentsQuestion,
25
+ section: withSectionContext(RenderChildNodes)
26
+ });
27
+ const Attachments = ({ annotations, onClickAnnotation, onSaveAnnotation }) => {
28
+ const { root, language, date, dateTimeFormatter, dayCode, examCode, resolveAttachment, subjectLanguage } = useContext(CommonExamContext);
29
+ const examTitle = findChildElement(root, 'exam-title');
30
+ const examStylesheet = root.getAttribute('exam-stylesheet');
31
+ const externalMaterial = findChildElement(root, 'external-material');
32
+ const i18n = useCached(() => initI18n(language, examCode, dayCode));
33
+ useEffect(changeLanguage(i18n, language));
34
+ useEffect(scrollToHash, []);
35
+ return (React.createElement(AnnotationProvider, { annotations: annotations, onClickAnnotation: onClickAnnotation, onSaveAnnotation: onSaveAnnotation },
36
+ React.createElement(I18nextProvider, { i18n: i18n },
37
+ React.createElement("main", { className: "e-exam attachments", lang: subjectLanguage, "aria-labelledby": examTitleId },
38
+ React.createElement(React.StrictMode, null),
39
+ examStylesheet && React.createElement("link", { rel: "stylesheet", href: resolveAttachment(examStylesheet) }),
40
+ React.createElement(SectionElement, { "aria-labelledby": examTitleId },
41
+ examTitle && (React.createElement(DocumentTitle, { id: examTitleId },
42
+ React.createElement(AttachmentsPageTitle, null),
43
+ NBSP,
44
+ renderChildNodes(examTitle))),
45
+ React.createElement("div", { className: "e-semibold e-mrg-b-6" }, dateTimeFormatter.format(date)),
46
+ externalMaterial && (React.createElement(AttachmentsExternalMaterial, { element: externalMaterial, renderChildNodes, forceRender: true }))),
47
+ renderChildNodes(root)))));
48
+ };
49
+ // Wrap to a separate component, since we can't use translation hooks in the root component.
50
+ export const AttachmentsPageTitle = () => {
51
+ const { t } = useExamTranslation();
52
+ return React.createElement(React.Fragment, null, t('attachments-page-title'));
53
+ };
54
+ export default React.memo(withExamContext(withCommonExamContext(Attachments)));
55
+ //# sourceMappingURL=Attachments.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Attachments.js","sourceRoot":"","sources":["../../../../src/components/attachments/Attachments.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAA;AAC/C,OAAO,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAA;AACrE,OAAO,EAAE,IAAI,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAA;AACxD,OAAO,EAAE,cAAc,EAAE,QAAQ,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAA;AACzE,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AACvC,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAA;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAA;AAC3C,OAAO,aAAa,MAAM,kBAAkB,CAAA;AAC5C,OAAO,gBAAgB,MAAM,qBAAqB,CAAA;AAClD,OAAO,kBAAkB,MAAM,uBAAuB,CAAA;AACtD,OAAO,cAAc,MAAM,mBAAmB,CAAA;AAC9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAA;AAClE,OAAO,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAA;AACvF,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAA;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAA;AAE9D,OAAO,2BAA2B,MAAM,oBAAoB,CAAA;AAC5D,OAAO,mBAAmB,MAAM,YAAY,CAAA;AAC5C,OAAO,wBAAwB,MAAM,iBAAiB,CAAA;AAEtD,MAAM,gBAAgB,GAAG,sBAAsB,CAAC;IAC9C,aAAa,EAAE,kBAAkB;IACjC,mBAAmB,EAAE,2BAA2B;IAChD,gBAAgB,EAAE,wBAAwB;IAC1C,QAAQ,EAAE,mBAAmB;IAC7B,OAAO,EAAE,kBAAkB,CAAC,gBAAgB,CAAC;CAC9C,CAAC,CAAA;AAEF,MAAM,WAAW,GAAyD,CAAC,EACzE,WAAW,EACX,iBAAiB,EACjB,gBAAgB,EACjB,EAAE,EAAE;IACH,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,iBAAiB,EAAE,OAAO,EAAE,QAAQ,EAAE,iBAAiB,EAAE,eAAe,EAAE,GACtG,UAAU,CAAC,iBAAiB,CAAC,CAAA;IAE/B,MAAM,SAAS,GAAG,gBAAgB,CAAC,IAAI,EAAE,YAAY,CAAE,CAAA;IACvD,MAAM,cAAc,GAAG,IAAI,CAAC,YAAY,CAAC,iBAAiB,CAAC,CAAA;IAC3D,MAAM,gBAAgB,GAAG,gBAAgB,CAAC,IAAI,EAAE,mBAAmB,CAAC,CAAA;IAEpE,MAAM,IAAI,GAAG,SAAS,CAAC,GAAG,EAAE,CAAC,QAAQ,CAAC,QAAQ,EAAE,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAA;IACnE,SAAS,CAAC,cAAc,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC,CAAA;IAEzC,SAAS,CAAC,YAAY,EAAE,EAAE,CAAC,CAAA;IAE3B,OAAO,CACL,oBAAC,kBAAkB,IACjB,WAAW,EAAE,WAAW,EACxB,iBAAiB,EAAE,iBAAiB,EACpC,gBAAgB,EAAE,gBAAgB;QAElC,oBAAC,eAAe,IAAC,IAAI,EAAE,IAAI;YACzB,8BAAM,SAAS,EAAC,oBAAoB,EAAC,IAAI,EAAE,eAAe,qBAAmB,WAAW;gBACtF,oBAAC,KAAK,CAAC,UAAU,OAAG;gBACnB,cAAc,IAAI,8BAAM,GAAG,EAAC,YAAY,EAAC,IAAI,EAAE,iBAAiB,CAAC,cAAc,CAAC,GAAI;gBACrF,oBAAC,cAAc,uBAAkB,WAAW;oBACzC,SAAS,IAAI,CACZ,oBAAC,aAAa,IAAC,EAAE,EAAE,WAAW;wBAC5B,oBAAC,oBAAoB,OAAG;wBACvB,IAAI;wBACJ,gBAAgB,CAAC,SAAS,CAAC,CACd,CACjB;oBACD,6BAAK,SAAS,EAAC,sBAAsB,IAAE,iBAAiB,CAAC,MAAM,CAAC,IAAI,CAAC,CAAO;oBAC3E,gBAAgB,IAAI,CACnB,oBAAC,2BAA2B,IAAO,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,WAAW,EAAE,IAAI,GAAM,CACxG,CACc;gBAChB,gBAAgB,CAAC,IAAI,CAAC,CAClB,CACS,CACC,CACtB,CAAA;AACH,CAAC,CAAA;AAED,4FAA4F;AAC5F,MAAM,CAAC,MAAM,oBAAoB,GAA4B,GAAG,EAAE;IAChE,MAAM,EAAE,CAAC,EAAE,GAAG,kBAAkB,EAAE,CAAA;IAClC,OAAO,0CAAG,CAAC,CAAC,wBAAwB,CAAC,CAAI,CAAA;AAC3C,CAAC,CAAA;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,eAAe,CAAC,qBAAqB,CAAC,WAAW,CAAC,CAAC,CAAC,CAAA"}
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { ExamComponentProps } from '../../createRenderChildNodes';
3
+ interface AttachmentsExternalMaterialProps extends ExamComponentProps {
4
+ forceRender?: boolean;
5
+ }
6
+ declare function ExternalMaterial({ element, forceRender }: AttachmentsExternalMaterialProps): React.JSX.Element | null;
7
+ declare const _default: React.MemoExoticComponent<typeof ExternalMaterial>;
8
+ export default _default;
9
+ //# sourceMappingURL=ExternalMaterial.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExternalMaterial.d.ts","sourceRoot":"","sources":["../../../../src/components/attachments/ExternalMaterial.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAA0B,kBAAkB,EAAE,MAAM,8BAA8B,CAAA;AAoCzF,UAAU,gCAAiC,SAAQ,kBAAkB;IACnE,WAAW,CAAC,EAAE,OAAO,CAAA;CACtB;AAED,iBAAS,gBAAgB,CAAC,EAAE,OAAO,EAAE,WAAmB,EAAE,EAAE,gCAAgC,4BAe3F;;AAED,wBAA2C"}
@@ -0,0 +1,46 @@
1
+ import React from 'react';
2
+ import { createRenderChildNodes } from '../../createRenderChildNodes';
3
+ import { queryAncestors } from '../../dom-utils';
4
+ import mkAttachmentLink from '../shared/AttachmentLink';
5
+ import mkAttachmentLinks from '../shared/AttachmentLinks';
6
+ import Attachment from './Attachment';
7
+ import AttachmentTitle from './AttachmentTitle';
8
+ import Audio from '../shared/Audio';
9
+ import ExamExternalMaterial from '../exam/ExternalMaterial';
10
+ import File from '../shared/File';
11
+ import Formula from '../shared/Formula';
12
+ import Image from '../shared/Image';
13
+ import Reference from '../shared/Reference';
14
+ import surround from '../surround';
15
+ import Video from '../shared/Video';
16
+ import ImageOverlay from '../shared/ImageOverlay';
17
+ import RenderChildNodes from '../RenderChildNodes';
18
+ import { QuestionNumber } from '../shared/QuestionNumber';
19
+ import ExamTranslation from '../shared/ExamTranslation';
20
+ const renderChildNodes = createRenderChildNodes({
21
+ 'attachment-link': mkAttachmentLink('link'),
22
+ 'attachment-links': mkAttachmentLinks('link'),
23
+ 'attachment-title': AttachmentTitle,
24
+ attachment: Attachment,
25
+ audio: Audio,
26
+ 'audio-title': RenderChildNodes,
27
+ file: File,
28
+ image: Image,
29
+ video: Video,
30
+ formula: Formula,
31
+ 'question-number': QuestionNumber,
32
+ translation: ExamTranslation,
33
+ reference: surround(Reference, 'div', { className: 'e-mrg-y-2 e-font-size-s' }),
34
+ 'image-overlay': ImageOverlay
35
+ });
36
+ function ExternalMaterial({ element, forceRender = false }) {
37
+ if (queryAncestors(element, 'question') == null && !forceRender) {
38
+ return null;
39
+ }
40
+ const attachmentCount = element.children.length;
41
+ return (React.createElement(React.Fragment, null,
42
+ attachmentCount > 1 && (React.createElement(ExamExternalMaterial, { element, renderChildNodes, showTitle: false, forceRender })),
43
+ renderChildNodes(element)));
44
+ }
45
+ export default React.memo(ExternalMaterial);
46
+ //# sourceMappingURL=ExternalMaterial.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExternalMaterial.js","sourceRoot":"","sources":["../../../../src/components/attachments/ExternalMaterial.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,sBAAsB,EAAsB,MAAM,8BAA8B,CAAA;AACzF,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAChD,OAAO,gBAAgB,MAAM,0BAA0B,CAAA;AACvD,OAAO,iBAAiB,MAAM,2BAA2B,CAAA;AACzD,OAAO,UAAU,MAAM,cAAc,CAAA;AACrC,OAAO,eAAe,MAAM,mBAAmB,CAAA;AAC/C,OAAO,KAAK,MAAM,iBAAiB,CAAA;AACnC,OAAO,oBAAoB,MAAM,0BAA0B,CAAA;AAC3D,OAAO,IAAI,MAAM,gBAAgB,CAAA;AACjC,OAAO,OAAO,MAAM,mBAAmB,CAAA;AACvC,OAAO,KAAK,MAAM,iBAAiB,CAAA;AACnC,OAAO,SAAS,MAAM,qBAAqB,CAAA;AAC3C,OAAO,QAAQ,MAAM,aAAa,CAAA;AAClC,OAAO,KAAK,MAAM,iBAAiB,CAAA;AACnC,OAAO,YAAY,MAAM,wBAAwB,CAAA;AACjD,OAAO,gBAAgB,MAAM,qBAAqB,CAAA;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAA;AACzD,OAAO,eAAe,MAAM,2BAA2B,CAAA;AAEvD,MAAM,gBAAgB,GAAG,sBAAsB,CAAC;IAC9C,iBAAiB,EAAE,gBAAgB,CAAC,MAAM,CAAC;IAC3C,kBAAkB,EAAE,iBAAiB,CAAC,MAAM,CAAC;IAC7C,kBAAkB,EAAE,eAAe;IACnC,UAAU,EAAE,UAAU;IACtB,KAAK,EAAE,KAAK;IACZ,aAAa,EAAE,gBAAgB;IAC/B,IAAI,EAAE,IAAI;IACV,KAAK,EAAE,KAAK;IACZ,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,OAAO;IAChB,iBAAiB,EAAE,cAAc;IACjC,WAAW,EAAE,eAAe;IAC5B,SAAS,EAAE,QAAQ,CAAC,SAAS,EAAE,KAAK,EAAE,EAAE,SAAS,EAAE,yBAAyB,EAAE,CAAC;IAC/E,eAAe,EAAE,YAAY;CAC9B,CAAC,CAAA;AAMF,SAAS,gBAAgB,CAAC,EAAE,OAAO,EAAE,WAAW,GAAG,KAAK,EAAoC;IAC1F,IAAI,cAAc,CAAC,OAAO,EAAE,UAAU,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,EAAE,CAAC;QAChE,OAAO,IAAI,CAAA;IACb,CAAC;IAED,MAAM,eAAe,GAAG,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAA;IAE/C,OAAO,CACL;QACG,eAAe,GAAG,CAAC,IAAI,CACtB,oBAAC,oBAAoB,IAAO,OAAO,EAAE,gBAAgB,EAAE,SAAS,EAAE,KAAK,EAAE,WAAW,GAAM,CAC3F;QACA,gBAAgB,CAAC,OAAO,CAAC,CACzB,CACJ,CAAA;AACH,CAAC;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAA"}
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ declare const _default: React.MemoExoticComponent<React.ComponentType<any>>;
3
+ export default _default;
4
+ //# sourceMappingURL=Question.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Question.d.ts","sourceRoot":"","sources":["../../../../src/components/attachments/Question.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAA;;AA6BzC,wBAAwD"}
@@ -0,0 +1,16 @@
1
+ import React, { useContext } from 'react';
2
+ import { findChildElement, parentElements } from '../../dom-utils';
3
+ import { QuestionContext, withQuestionContext } from '../context/QuestionContext';
4
+ import SectionElement from '../SectionElement';
5
+ import { questionTitleId } from '../../ids';
6
+ function Question({ element, renderChildNodes }) {
7
+ const { displayNumber, hasExternalMaterial, level } = useContext(QuestionContext);
8
+ return isTopmostQuestionContainingExternalMaterial(element, hasExternalMaterial, level) ? (React.createElement(SectionElement, { id: displayNumber, "aria-labelledby": questionTitleId(displayNumber) }, renderChildNodes(element, 1 /* RenderOptions.SkipHTML */))) : (React.createElement(React.Fragment, null, renderChildNodes(element, 1 /* RenderOptions.SkipHTML */)));
9
+ }
10
+ function isTopmostQuestionContainingExternalMaterial(element, hasExternalMaterial, level) {
11
+ return (hasExternalMaterial &&
12
+ (level === 0 ||
13
+ parentElements(element).every(parent => parent.localName === 'question' ? !findChildElement(parent, 'external-material') : true)));
14
+ }
15
+ export default React.memo(withQuestionContext(Question));
16
+ //# sourceMappingURL=Question.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Question.js","sourceRoot":"","sources":["../../../../src/components/attachments/Question.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAEzC,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAClE,OAAO,EAAE,eAAe,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAA;AACjF,OAAO,cAAc,MAAM,mBAAmB,CAAA;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAA;AAE3C,SAAS,QAAQ,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAsB;IACjE,MAAM,EAAE,aAAa,EAAE,mBAAmB,EAAE,KAAK,EAAE,GAAG,UAAU,CAAC,eAAe,CAAC,CAAA;IAEjF,OAAO,2CAA2C,CAAC,OAAO,EAAE,mBAAmB,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,CACxF,oBAAC,cAAc,IAAC,EAAE,EAAE,aAAa,qBAAmB,eAAe,CAAC,aAAa,CAAC,IAC/E,gBAAgB,CAAC,OAAO,iCAAyB,CACnC,CAClB,CAAC,CAAC,CAAC,CACF,0CAAG,gBAAgB,CAAC,OAAO,iCAAyB,CAAI,CACzD,CAAA;AACH,CAAC;AAED,SAAS,2CAA2C,CAAC,OAAgB,EAAE,mBAA4B,EAAE,KAAa;IAChH,OAAO,CACL,mBAAmB;QACnB,CAAC,KAAK,KAAK,CAAC;YACV,cAAc,CAAC,OAAO,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CACrC,MAAM,CAAC,SAAS,KAAK,UAAU,CAAC,CAAC,CAAC,CAAC,gBAAgB,CAAC,MAAM,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC,IAAI,CACxF,CAAC,CACL,CAAA;AACH,CAAC;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,mBAAmB,CAAC,QAAQ,CAAC,CAAC,CAAA"}
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { ExamComponentProps } from '../../createRenderChildNodes';
3
+ declare function QuestionTitle({ element, renderChildNodes }: ExamComponentProps): React.JSX.Element | null;
4
+ declare const _default: React.MemoExoticComponent<typeof QuestionTitle>;
5
+ export default _default;
6
+ //# sourceMappingURL=QuestionTitle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QuestionTitle.d.ts","sourceRoot":"","sources":["../../../../src/components/attachments/QuestionTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAA;AAEzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAA;AAIjE,iBAAS,aAAa,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAE,EAAE,kBAAkB,4BAWvE;;AAED,wBAAwC"}
@@ -0,0 +1,15 @@
1
+ import React, { useContext } from 'react';
2
+ import { QuestionContext } from '../context/QuestionContext';
3
+ import { questionTitleId } from '../../ids';
4
+ import { formatQuestionDisplayNumber } from '../../formatting';
5
+ function QuestionTitle({ element, renderChildNodes }) {
6
+ const { displayNumber, hasExternalMaterial } = useContext(QuestionContext);
7
+ return hasExternalMaterial ? (React.createElement(React.Fragment, null,
8
+ React.createElement("div", { className: "anchor", id: `question-nr-${displayNumber}` }),
9
+ React.createElement("h2", { id: questionTitleId(displayNumber) },
10
+ formatQuestionDisplayNumber(displayNumber),
11
+ " ",
12
+ renderChildNodes(element)))) : null;
13
+ }
14
+ export default React.memo(QuestionTitle);
15
+ //# sourceMappingURL=QuestionTitle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QuestionTitle.js","sourceRoot":"","sources":["../../../../src/components/attachments/QuestionTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AACzC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAE5D,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAA;AAC3C,OAAO,EAAE,2BAA2B,EAAE,MAAM,kBAAkB,CAAA;AAE9D,SAAS,aAAa,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAsB;IACtE,MAAM,EAAE,aAAa,EAAE,mBAAmB,EAAE,GAAG,UAAU,CAAC,eAAe,CAAC,CAAA;IAE1E,OAAO,mBAAmB,CAAC,CAAC,CAAC,CAC3B;QACE,6BAAK,SAAS,EAAC,QAAQ,EAAC,EAAE,EAAE,eAAe,aAAa,EAAE,GAAI;QAC9D,4BAAI,EAAE,EAAE,eAAe,CAAC,aAAa,CAAC;YACnC,2BAA2B,CAAC,aAAa,CAAC;;YAAG,gBAAgB,CAAC,OAAO,CAAC,CACpE,CACJ,CACJ,CAAC,CAAC,CAAC,IAAI,CAAA;AACV,CAAC;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,aAAa,CAAC,CAAA"}
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ import { NewExamAnnotation } from '../../types/Score';
3
+ import { AnnotationProps } from '../exam/Exam';
4
+ interface Props {
5
+ children: React.ReactNode;
6
+ }
7
+ export interface AnnotationContextType extends AnnotationProps {
8
+ newAnnotation: NewExamAnnotation | null;
9
+ setNewAnnotation: (a: NewExamAnnotation | null) => void;
10
+ newAnnotationRef: HTMLElement | undefined;
11
+ setNewAnnotationRef: (ref: HTMLElement | undefined) => void;
12
+ }
13
+ export declare const AnnotationContext: React.Context<AnnotationContextType>;
14
+ export declare const AnnotationProvider: ({ children, annotations, onClickAnnotation, onSaveAnnotation }: Props & AnnotationProps) => string | number | boolean | Iterable<React.ReactNode> | React.JSX.Element | null | undefined;
15
+ export {};
16
+ //# sourceMappingURL=AnnotationProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnnotationProvider.d.ts","sourceRoot":"","sources":["../../../../src/components/context/AnnotationProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAA;AACrD,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAA;AAI9C,UAAU,KAAK;IACb,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAC1B;AAED,MAAM,WAAW,qBAAsB,SAAQ,eAAe;IAC5D,aAAa,EAAE,iBAAiB,GAAG,IAAI,CAAA;IACvC,gBAAgB,EAAE,CAAC,CAAC,EAAE,iBAAiB,GAAG,IAAI,KAAK,IAAI,CAAA;IACvD,gBAAgB,EAAE,WAAW,GAAG,SAAS,CAAA;IACzC,mBAAmB,EAAE,CAAC,GAAG,EAAE,WAAW,GAAG,SAAS,KAAK,IAAI,CAAA;CAC5D;AAED,eAAO,MAAM,iBAAiB,sCAAmD,CAAA;AAEjF,eAAO,MAAM,kBAAkB,mEAK5B,KAAK,GAAG,eAAe,iGAuCzB,CAAA"}