@digabi/exam-engine-core 23.0.3 → 23.1.0-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (768) 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 +1 -0
  6. package/dist/__tests__/playwright/exam/DNDAnswerContainer.test.d.ts.map +1 -0
  7. package/dist/__tests__/playwright/exam/DNDAnswerContainer.test.js +17 -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/utils/ComponentWrapper.d.ts +9 -0
  14. package/dist/__tests__/playwright/utils/ComponentWrapper.d.ts.map +1 -0
  15. package/dist/__tests__/playwright/utils/ComponentWrapper.js +26 -0
  16. package/dist/__tests__/playwright/utils/ComponentWrapper.js.map +1 -0
  17. package/dist/__tests__/results/ResultsContext.test.js +1 -1
  18. package/dist/__tests__/results/ResultsContext.test.js.map +1 -1
  19. package/dist/__tests__/testExamRendering.js +17 -7
  20. package/dist/__tests__/testExamRendering.js.map +1 -1
  21. package/dist/__tests__/tsconfig.tsbuildinfo +1 -1
  22. package/dist/__tests__/validateAnswers.test.js +17 -7
  23. package/dist/__tests__/validateAnswers.test.js.map +1 -1
  24. package/dist/components/context/QuestionContext.js +1 -1
  25. package/dist/components/context/QuestionContext.js.map +1 -1
  26. package/dist/components/exam/AllDNDOptions.d.ts +9 -0
  27. package/dist/components/exam/AllDNDOptions.d.ts.map +1 -0
  28. package/dist/components/exam/AllDNDOptions.js +12 -0
  29. package/dist/components/exam/AllDNDOptions.js.map +1 -0
  30. package/dist/components/exam/DNDAllOptions.d.ts +9 -0
  31. package/dist/components/exam/DNDAllOptions.d.ts.map +1 -0
  32. package/dist/components/exam/DNDAllOptions.js +14 -0
  33. package/dist/components/exam/DNDAllOptions.js.map +1 -0
  34. package/dist/components/exam/DNDAnswer.d.ts +20 -0
  35. package/dist/components/exam/DNDAnswer.d.ts.map +1 -0
  36. package/dist/components/exam/DNDAnswer.js +7 -0
  37. package/dist/components/exam/DNDAnswer.js.map +1 -0
  38. package/dist/components/exam/DNDAnswerContainer.d.ts +9 -0
  39. package/dist/components/exam/DNDAnswerContainer.d.ts.map +1 -0
  40. package/dist/components/exam/DNDAnswerContainer.js +128 -0
  41. package/dist/components/exam/DNDAnswerContainer.js.map +1 -0
  42. package/dist/components/exam/DNDAnswerOption.d.ts +4 -0
  43. package/dist/components/exam/DNDAnswerOption.d.ts.map +1 -0
  44. package/dist/components/exam/DNDAnswerOption.js +18 -0
  45. package/dist/components/exam/DNDAnswerOption.js.map +1 -0
  46. package/dist/components/exam/DNDAnswerOptionDraggable.d.ts +4 -0
  47. package/dist/components/exam/DNDAnswerOptionDraggable.d.ts.map +1 -0
  48. package/dist/components/exam/DNDAnswerOptionDraggable.js +18 -0
  49. package/dist/components/exam/DNDAnswerOptionDraggable.js.map +1 -0
  50. package/dist/components/exam/Exam.d.ts.map +1 -1
  51. package/dist/components/exam/Exam.js +2 -0
  52. package/dist/components/exam/Exam.js.map +1 -1
  53. package/dist/components/results/CorrectDNDAnswers.d.ts +7 -0
  54. package/dist/components/results/CorrectDNDAnswers.d.ts.map +1 -0
  55. package/dist/components/results/CorrectDNDAnswers.js +19 -0
  56. package/dist/components/results/CorrectDNDAnswers.js.map +1 -0
  57. package/dist/components/results/DNDAnswer.d.ts +12 -0
  58. package/dist/components/results/DNDAnswer.d.ts.map +1 -0
  59. package/dist/components/results/DNDAnswer.js +21 -0
  60. package/dist/components/results/DNDAnswer.js.map +1 -0
  61. package/dist/components/results/DNDAnswerContainer.d.ts +4 -0
  62. package/dist/components/results/DNDAnswerContainer.d.ts.map +1 -0
  63. package/dist/components/results/DNDAnswerContainer.js +35 -0
  64. package/dist/components/results/DNDAnswerContainer.js.map +1 -0
  65. package/dist/components/results/DNDAnswerOption.d.ts +7 -0
  66. package/dist/components/results/DNDAnswerOption.d.ts.map +1 -0
  67. package/dist/components/results/DNDAnswerOption.js +9 -0
  68. package/dist/components/results/DNDAnswerOption.js.map +1 -0
  69. package/dist/components/results/Results.d.ts.map +1 -1
  70. package/dist/components/results/Results.js +3 -1
  71. package/dist/components/results/Results.js.map +1 -1
  72. package/dist/components/results/internal/QuestionScoresContainer.d.ts.map +1 -1
  73. package/dist/components/results/internal/QuestionScoresContainer.js +4 -2
  74. package/dist/components/results/internal/QuestionScoresContainer.js.map +1 -1
  75. package/dist/components/shared/DNDAnswerCommon.d.ts +13 -0
  76. package/dist/components/shared/DNDAnswerCommon.d.ts.map +1 -0
  77. package/dist/components/shared/DNDAnswerCommon.js +30 -0
  78. package/dist/components/shared/DNDAnswerCommon.js.map +1 -0
  79. package/dist/components/shared/DNDAnswerDroppable.d.ts +13 -0
  80. package/dist/components/shared/DNDAnswerDroppable.d.ts.map +1 -0
  81. package/dist/components/shared/DNDAnswerDroppable.js +30 -0
  82. package/dist/components/shared/DNDAnswerDroppable.js.map +1 -0
  83. package/dist/components/shared/DNDAnswerOptionCommon.d.ts +7 -0
  84. package/dist/components/shared/DNDAnswerOptionCommon.d.ts.map +1 -0
  85. package/dist/components/shared/DNDAnswerOptionCommon.js +14 -0
  86. package/dist/components/shared/DNDAnswerOptionCommon.js.map +1 -0
  87. package/dist/components/shared/DNDDroppable.d.ts +12 -0
  88. package/dist/components/shared/DNDDroppable.d.ts.map +1 -0
  89. package/dist/components/shared/DNDDroppable.js +27 -0
  90. package/dist/components/shared/DNDDroppable.js.map +1 -0
  91. package/dist/components/shared/DNDTitleAndAnswerCommon.d.ts +13 -0
  92. package/dist/components/shared/DNDTitleAndAnswerCommon.d.ts.map +1 -0
  93. package/dist/components/shared/DNDTitleAndAnswerCommon.js +27 -0
  94. package/dist/components/shared/DNDTitleAndAnswerCommon.js.map +1 -0
  95. package/dist/components/shared/DNDTitleAndDroppable.d.ts +11 -0
  96. package/dist/components/shared/DNDTitleAndDroppable.d.ts.map +1 -0
  97. package/dist/components/shared/DNDTitleAndDroppable.js +53 -0
  98. package/dist/components/shared/DNDTitleAndDroppable.js.map +1 -0
  99. package/dist/dom-utils.d.ts.map +1 -1
  100. package/dist/dom-utils.js +1 -1
  101. package/dist/dom-utils.js.map +1 -1
  102. package/dist/i18n/fi-FI.d.ts +8 -0
  103. package/dist/i18n/fi-FI.d.ts.map +1 -1
  104. package/dist/i18n/fi-FI.js +8 -0
  105. package/dist/i18n/fi-FI.js.map +1 -1
  106. package/dist/i18n/sv-FI.d.ts.map +1 -1
  107. package/dist/i18n/sv-FI.js +8 -0
  108. package/dist/i18n/sv-FI.js.map +1 -1
  109. package/dist/main-bundle.js +10 -10
  110. package/dist/main.css +1 -1
  111. package/dist/parser/parseExam.js +1 -1
  112. package/dist/parser/parseExam.js.map +1 -1
  113. package/dist/parser/parseExamStructure.d.ts +8 -1
  114. package/dist/parser/parseExamStructure.d.ts.map +1 -1
  115. package/dist/parser/parseExamStructure.js +1 -1
  116. package/dist/parser/parseExamStructure.js.map +1 -1
  117. package/dist/validateAnswers.js +1 -0
  118. package/dist/validateAnswers.js.map +1 -1
  119. package/package.json +3 -3
  120. package/dist/components/exam/ExamineExam.d.ts +0 -5
  121. package/dist/components/exam/ExamineExam.d.ts.map +0 -1
  122. package/dist/components/exam/ExamineExam.js +0 -20
  123. package/dist/components/exam/ExamineExam.js.map +0 -1
  124. package/dist/src/components/AnswerToolbar.d.ts +0 -18
  125. package/dist/src/components/AnswerToolbar.d.ts.map +0 -1
  126. package/dist/src/components/AnswerToolbar.js +0 -36
  127. package/dist/src/components/AnswerToolbar.js.map +0 -1
  128. package/dist/src/components/AnsweringInstructions.d.ts +0 -12
  129. package/dist/src/components/AnsweringInstructions.d.ts.map +0 -1
  130. package/dist/src/components/AnsweringInstructions.js +0 -24
  131. package/dist/src/components/AnsweringInstructions.js.map +0 -1
  132. package/dist/src/components/DocumentTitle.d.ts +0 -5
  133. package/dist/src/components/DocumentTitle.d.ts.map +0 -1
  134. package/dist/src/components/DocumentTitle.js +0 -13
  135. package/dist/src/components/DocumentTitle.js.map +0 -1
  136. package/dist/src/components/NotificationIcon.d.ts +0 -4
  137. package/dist/src/components/NotificationIcon.d.ts.map +0 -1
  138. package/dist/src/components/NotificationIcon.js +0 -6
  139. package/dist/src/components/NotificationIcon.js.map +0 -1
  140. package/dist/src/components/RenderChildNodes.d.ts +0 -5
  141. package/dist/src/components/RenderChildNodes.d.ts.map +0 -1
  142. package/dist/src/components/RenderChildNodes.js +0 -7
  143. package/dist/src/components/RenderChildNodes.js.map +0 -1
  144. package/dist/src/components/RenderExamElements.d.ts +0 -6
  145. package/dist/src/components/RenderExamElements.d.ts.map +0 -1
  146. package/dist/src/components/RenderExamElements.js +0 -6
  147. package/dist/src/components/RenderExamElements.js.map +0 -1
  148. package/dist/src/components/RenderIf.d.ts +0 -4
  149. package/dist/src/components/RenderIf.d.ts.map +0 -1
  150. package/dist/src/components/RenderIf.js +0 -8
  151. package/dist/src/components/RenderIf.js.map +0 -1
  152. package/dist/src/components/ScreenReaderOnly.d.ts +0 -5
  153. package/dist/src/components/ScreenReaderOnly.d.ts.map +0 -1
  154. package/dist/src/components/ScreenReaderOnly.js +0 -3
  155. package/dist/src/components/ScreenReaderOnly.js.map +0 -1
  156. package/dist/src/components/SectionElement.d.ts +0 -4
  157. package/dist/src/components/SectionElement.d.ts.map +0 -1
  158. package/dist/src/components/SectionElement.js +0 -8
  159. package/dist/src/components/SectionElement.js.map +0 -1
  160. package/dist/src/components/attachments/Attachment.d.ts +0 -4
  161. package/dist/src/components/attachments/Attachment.d.ts.map +0 -1
  162. package/dist/src/components/attachments/Attachment.js +0 -8
  163. package/dist/src/components/attachments/Attachment.js.map +0 -1
  164. package/dist/src/components/attachments/AttachmentTitle.d.ts +0 -6
  165. package/dist/src/components/attachments/AttachmentTitle.d.ts.map +0 -1
  166. package/dist/src/components/attachments/AttachmentTitle.js +0 -12
  167. package/dist/src/components/attachments/AttachmentTitle.js.map +0 -1
  168. package/dist/src/components/attachments/Attachments.d.ts +0 -5
  169. package/dist/src/components/attachments/Attachments.d.ts.map +0 -1
  170. package/dist/src/components/attachments/Attachments.js +0 -55
  171. package/dist/src/components/attachments/Attachments.js.map +0 -1
  172. package/dist/src/components/attachments/ExternalMaterial.d.ts +0 -9
  173. package/dist/src/components/attachments/ExternalMaterial.d.ts.map +0 -1
  174. package/dist/src/components/attachments/ExternalMaterial.js +0 -46
  175. package/dist/src/components/attachments/ExternalMaterial.js.map +0 -1
  176. package/dist/src/components/attachments/Question.d.ts +0 -4
  177. package/dist/src/components/attachments/Question.d.ts.map +0 -1
  178. package/dist/src/components/attachments/Question.js +0 -16
  179. package/dist/src/components/attachments/Question.js.map +0 -1
  180. package/dist/src/components/attachments/QuestionTitle.d.ts +0 -6
  181. package/dist/src/components/attachments/QuestionTitle.d.ts.map +0 -1
  182. package/dist/src/components/attachments/QuestionTitle.js +0 -15
  183. package/dist/src/components/attachments/QuestionTitle.js.map +0 -1
  184. package/dist/src/components/context/AnnotationProvider.d.ts +0 -16
  185. package/dist/src/components/context/AnnotationProvider.d.ts.map +0 -1
  186. package/dist/src/components/context/AnnotationProvider.js +0 -35
  187. package/dist/src/components/context/AnnotationProvider.js.map +0 -1
  188. package/dist/src/components/context/AttachmentContext.d.ts +0 -13
  189. package/dist/src/components/context/AttachmentContext.d.ts.map +0 -1
  190. package/dist/src/components/context/AttachmentContext.js +0 -12
  191. package/dist/src/components/context/AttachmentContext.js.map +0 -1
  192. package/dist/src/components/context/CommonExamContext.d.ts +0 -22
  193. package/dist/src/components/context/CommonExamContext.d.ts.map +0 -1
  194. package/dist/src/components/context/CommonExamContext.js +0 -28
  195. package/dist/src/components/context/CommonExamContext.js.map +0 -1
  196. package/dist/src/components/context/ExamContext.d.ts +0 -9
  197. package/dist/src/components/context/ExamContext.d.ts.map +0 -1
  198. package/dist/src/components/context/ExamContext.js +0 -11
  199. package/dist/src/components/context/ExamContext.js.map +0 -1
  200. package/dist/src/components/context/IsInSidebarContext.d.ts +0 -6
  201. package/dist/src/components/context/IsInSidebarContext.d.ts.map +0 -1
  202. package/dist/src/components/context/IsInSidebarContext.js +0 -3
  203. package/dist/src/components/context/IsInSidebarContext.js.map +0 -1
  204. package/dist/src/components/context/QuestionContext.d.ts +0 -14
  205. package/dist/src/components/context/QuestionContext.d.ts.map +0 -1
  206. package/dist/src/components/context/QuestionContext.js +0 -27
  207. package/dist/src/components/context/QuestionContext.js.map +0 -1
  208. package/dist/src/components/context/ResultsContext.d.ts +0 -17
  209. package/dist/src/components/context/ResultsContext.d.ts.map +0 -1
  210. package/dist/src/components/context/ResultsContext.js +0 -69
  211. package/dist/src/components/context/ResultsContext.js.map +0 -1
  212. package/dist/src/components/context/SectionContext.d.ts +0 -12
  213. package/dist/src/components/context/SectionContext.d.ts.map +0 -1
  214. package/dist/src/components/context/SectionContext.js +0 -21
  215. package/dist/src/components/context/SectionContext.js.map +0 -1
  216. package/dist/src/components/context/TOCContext.d.ts +0 -7
  217. package/dist/src/components/context/TOCContext.d.ts.map +0 -1
  218. package/dist/src/components/context/TOCContext.js +0 -3
  219. package/dist/src/components/context/TOCContext.js.map +0 -1
  220. package/dist/src/components/context/withContext.d.ts +0 -3
  221. package/dist/src/components/context/withContext.d.ts.map +0 -1
  222. package/dist/src/components/context/withContext.js +0 -12
  223. package/dist/src/components/context/withContext.js.map +0 -1
  224. package/dist/src/components/exam/Attachment.d.ts +0 -4
  225. package/dist/src/components/exam/Attachment.d.ts.map +0 -1
  226. package/dist/src/components/exam/Attachment.js +0 -8
  227. package/dist/src/components/exam/Attachment.js.map +0 -1
  228. package/dist/src/components/exam/ChoiceAnswer.d.ts +0 -5
  229. package/dist/src/components/exam/ChoiceAnswer.d.ts.map +0 -1
  230. package/dist/src/components/exam/ChoiceAnswer.js +0 -53
  231. package/dist/src/components/exam/ChoiceAnswer.js.map +0 -1
  232. package/dist/src/components/exam/DropdownAnswer.d.ts +0 -5
  233. package/dist/src/components/exam/DropdownAnswer.d.ts.map +0 -1
  234. package/dist/src/components/exam/DropdownAnswer.js +0 -101
  235. package/dist/src/components/exam/DropdownAnswer.js.map +0 -1
  236. package/dist/src/components/exam/Exam.d.ts +0 -48
  237. package/dist/src/components/exam/Exam.d.ts.map +0 -1
  238. package/dist/src/components/exam/Exam.js +0 -195
  239. package/dist/src/components/exam/Exam.js.map +0 -1
  240. package/dist/src/components/exam/ExamFooter.d.ts +0 -6
  241. package/dist/src/components/exam/ExamFooter.d.ts.map +0 -1
  242. package/dist/src/components/exam/ExamFooter.js +0 -6
  243. package/dist/src/components/exam/ExamFooter.js.map +0 -1
  244. package/dist/src/components/exam/ExamInstruction.d.ts +0 -6
  245. package/dist/src/components/exam/ExamInstruction.d.ts.map +0 -1
  246. package/dist/src/components/exam/ExamInstruction.js +0 -6
  247. package/dist/src/components/exam/ExamInstruction.js.map +0 -1
  248. package/dist/src/components/exam/ExternalMaterial.d.ts +0 -10
  249. package/dist/src/components/exam/ExternalMaterial.d.ts.map +0 -1
  250. package/dist/src/components/exam/ExternalMaterial.js +0 -33
  251. package/dist/src/components/exam/ExternalMaterial.js.map +0 -1
  252. package/dist/src/components/exam/GoToExamineAnswersButton.d.ts +0 -5
  253. package/dist/src/components/exam/GoToExamineAnswersButton.d.ts.map +0 -1
  254. package/dist/src/components/exam/GoToExamineAnswersButton.js +0 -18
  255. package/dist/src/components/exam/GoToExamineAnswersButton.js.map +0 -1
  256. package/dist/src/components/exam/Hints.d.ts +0 -5
  257. package/dist/src/components/exam/Hints.d.ts.map +0 -1
  258. package/dist/src/components/exam/Hints.js +0 -31
  259. package/dist/src/components/exam/Hints.js.map +0 -1
  260. package/dist/src/components/exam/Question.d.ts +0 -8
  261. package/dist/src/components/exam/Question.d.ts.map +0 -1
  262. package/dist/src/components/exam/Question.js +0 -75
  263. package/dist/src/components/exam/Question.js.map +0 -1
  264. package/dist/src/components/exam/QuestionInstruction.d.ts +0 -6
  265. package/dist/src/components/exam/QuestionInstruction.d.ts.map +0 -1
  266. package/dist/src/components/exam/QuestionInstruction.js +0 -8
  267. package/dist/src/components/exam/QuestionInstruction.js.map +0 -1
  268. package/dist/src/components/exam/QuestionTitle.d.ts +0 -5
  269. package/dist/src/components/exam/QuestionTitle.d.ts.map +0 -1
  270. package/dist/src/components/exam/QuestionTitle.js +0 -26
  271. package/dist/src/components/exam/QuestionTitle.js.map +0 -1
  272. package/dist/src/components/exam/RichTextAnswer.d.ts +0 -41
  273. package/dist/src/components/exam/RichTextAnswer.d.ts.map +0 -1
  274. package/dist/src/components/exam/RichTextAnswer.js +0 -79
  275. package/dist/src/components/exam/RichTextAnswer.js.map +0 -1
  276. package/dist/src/components/exam/Section.d.ts +0 -4
  277. package/dist/src/components/exam/Section.d.ts.map +0 -1
  278. package/dist/src/components/exam/Section.js +0 -49
  279. package/dist/src/components/exam/Section.js.map +0 -1
  280. package/dist/src/components/exam/SectionInstruction.d.ts +0 -6
  281. package/dist/src/components/exam/SectionInstruction.d.ts.map +0 -1
  282. package/dist/src/components/exam/SectionInstruction.js +0 -6
  283. package/dist/src/components/exam/SectionInstruction.js.map +0 -1
  284. package/dist/src/components/exam/SectionTitle.d.ts +0 -6
  285. package/dist/src/components/exam/SectionTitle.d.ts.map +0 -1
  286. package/dist/src/components/exam/SectionTitle.js +0 -30
  287. package/dist/src/components/exam/SectionTitle.js.map +0 -1
  288. package/dist/src/components/exam/StudentNameHeader.d.ts +0 -8
  289. package/dist/src/components/exam/StudentNameHeader.d.ts.map +0 -1
  290. package/dist/src/components/exam/StudentNameHeader.js +0 -3
  291. package/dist/src/components/exam/StudentNameHeader.js.map +0 -1
  292. package/dist/src/components/exam/TextAnswer.d.ts +0 -6
  293. package/dist/src/components/exam/TextAnswer.d.ts.map +0 -1
  294. package/dist/src/components/exam/TextAnswer.js +0 -20
  295. package/dist/src/components/exam/TextAnswer.js.map +0 -1
  296. package/dist/src/components/exam/UndoHistoryEntry.d.ts +0 -19
  297. package/dist/src/components/exam/UndoHistoryEntry.d.ts.map +0 -1
  298. package/dist/src/components/exam/UndoHistoryEntry.js +0 -39
  299. package/dist/src/components/exam/UndoHistoryEntry.js.map +0 -1
  300. package/dist/src/components/exam/UndoView.d.ts +0 -35
  301. package/dist/src/components/exam/UndoView.d.ts.map +0 -1
  302. package/dist/src/components/exam/UndoView.js +0 -162
  303. package/dist/src/components/exam/UndoView.js.map +0 -1
  304. package/dist/src/components/exam/internal/ErrorIndicator.d.ts +0 -9
  305. package/dist/src/components/exam/internal/ErrorIndicator.d.ts.map +0 -1
  306. package/dist/src/components/exam/internal/ErrorIndicator.js +0 -63
  307. package/dist/src/components/exam/internal/ErrorIndicator.js.map +0 -1
  308. package/dist/src/components/exam/internal/ProgressBar.d.ts +0 -8
  309. package/dist/src/components/exam/internal/ProgressBar.d.ts.map +0 -1
  310. package/dist/src/components/exam/internal/ProgressBar.js +0 -19
  311. package/dist/src/components/exam/internal/ProgressBar.js.map +0 -1
  312. package/dist/src/components/exam/internal/SaveIndicator.d.ts +0 -5
  313. package/dist/src/components/exam/internal/SaveIndicator.d.ts.map +0 -1
  314. package/dist/src/components/exam/internal/SaveIndicator.js +0 -16
  315. package/dist/src/components/exam/internal/SaveIndicator.js.map +0 -1
  316. package/dist/src/components/exam/internal/TextAnswerInput.d.ts +0 -6
  317. package/dist/src/components/exam/internal/TextAnswerInput.d.ts.map +0 -1
  318. package/dist/src/components/exam/internal/TextAnswerInput.js +0 -128
  319. package/dist/src/components/exam/internal/TextAnswerInput.js.map +0 -1
  320. package/dist/src/components/grading/AnswerCharacterCounter.d.ts +0 -6
  321. package/dist/src/components/grading/AnswerCharacterCounter.d.ts.map +0 -1
  322. package/dist/src/components/grading/AnswerCharacterCounter.js +0 -21
  323. package/dist/src/components/grading/AnswerCharacterCounter.js.map +0 -1
  324. package/dist/src/components/grading/GradingAnswer.d.ts +0 -24
  325. package/dist/src/components/grading/GradingAnswer.d.ts.map +0 -1
  326. package/dist/src/components/grading/GradingAnswer.js +0 -306
  327. package/dist/src/components/grading/GradingAnswer.js.map +0 -1
  328. package/dist/src/components/grading/GradingAnswerAnnotationList.d.ts +0 -9
  329. package/dist/src/components/grading/GradingAnswerAnnotationList.d.ts.map +0 -1
  330. package/dist/src/components/grading/GradingAnswerAnnotationList.js +0 -19
  331. package/dist/src/components/grading/GradingAnswerAnnotationList.js.map +0 -1
  332. package/dist/src/components/grading/editAnnotations.d.ts +0 -29
  333. package/dist/src/components/grading/editAnnotations.d.ts.map +0 -1
  334. package/dist/src/components/grading/editAnnotations.js +0 -190
  335. package/dist/src/components/grading/editAnnotations.js.map +0 -1
  336. package/dist/src/components/grading/examAnnotationUtils.d.ts +0 -3
  337. package/dist/src/components/grading/examAnnotationUtils.d.ts.map +0 -1
  338. package/dist/src/components/grading/examAnnotationUtils.js +0 -44
  339. package/dist/src/components/grading/examAnnotationUtils.js.map +0 -1
  340. package/dist/src/components/grading/largeImageDetector.d.ts +0 -3
  341. package/dist/src/components/grading/largeImageDetector.d.ts.map +0 -1
  342. package/dist/src/components/grading/largeImageDetector.js +0 -45
  343. package/dist/src/components/grading/largeImageDetector.js.map +0 -1
  344. package/dist/src/components/grading-instructions/AnswerGradingInstruction.d.ts +0 -5
  345. package/dist/src/components/grading-instructions/AnswerGradingInstruction.d.ts.map +0 -1
  346. package/dist/src/components/grading-instructions/AnswerGradingInstruction.js +0 -4
  347. package/dist/src/components/grading-instructions/AnswerGradingInstruction.js.map +0 -1
  348. package/dist/src/components/grading-instructions/AutogradedAnswer.d.ts +0 -5
  349. package/dist/src/components/grading-instructions/AutogradedAnswer.d.ts.map +0 -1
  350. package/dist/src/components/grading-instructions/AutogradedAnswer.js +0 -34
  351. package/dist/src/components/grading-instructions/AutogradedAnswer.js.map +0 -1
  352. package/dist/src/components/grading-instructions/AutogradedAnswerOption.d.ts +0 -5
  353. package/dist/src/components/grading-instructions/AutogradedAnswerOption.d.ts.map +0 -1
  354. package/dist/src/components/grading-instructions/AutogradedAnswerOption.js +0 -17
  355. package/dist/src/components/grading-instructions/AutogradedAnswerOption.js.map +0 -1
  356. package/dist/src/components/grading-instructions/ExamGradingInstruction.d.ts +0 -5
  357. package/dist/src/components/grading-instructions/ExamGradingInstruction.d.ts.map +0 -1
  358. package/dist/src/components/grading-instructions/ExamGradingInstruction.js +0 -4
  359. package/dist/src/components/grading-instructions/ExamGradingInstruction.js.map +0 -1
  360. package/dist/src/components/grading-instructions/GradingInstructions.d.ts +0 -6
  361. package/dist/src/components/grading-instructions/GradingInstructions.d.ts.map +0 -1
  362. package/dist/src/components/grading-instructions/GradingInstructions.js +0 -109
  363. package/dist/src/components/grading-instructions/GradingInstructions.js.map +0 -1
  364. package/dist/src/components/grading-instructions/Question.d.ts +0 -4
  365. package/dist/src/components/grading-instructions/Question.d.ts.map +0 -1
  366. package/dist/src/components/grading-instructions/Question.js +0 -14
  367. package/dist/src/components/grading-instructions/Question.js.map +0 -1
  368. package/dist/src/components/grading-instructions/QuestionTitle.d.ts +0 -5
  369. package/dist/src/components/grading-instructions/QuestionTitle.d.ts.map +0 -1
  370. package/dist/src/components/grading-instructions/QuestionTitle.js +0 -19
  371. package/dist/src/components/grading-instructions/QuestionTitle.js.map +0 -1
  372. package/dist/src/components/grading-instructions/Recording.d.ts +0 -5
  373. package/dist/src/components/grading-instructions/Recording.d.ts.map +0 -1
  374. package/dist/src/components/grading-instructions/Recording.js +0 -19
  375. package/dist/src/components/grading-instructions/Recording.js.map +0 -1
  376. package/dist/src/components/grading-instructions/Section.d.ts +0 -4
  377. package/dist/src/components/grading-instructions/Section.d.ts.map +0 -1
  378. package/dist/src/components/grading-instructions/Section.js +0 -10
  379. package/dist/src/components/grading-instructions/Section.js.map +0 -1
  380. package/dist/src/components/grading-instructions/SectionTitle.d.ts +0 -5
  381. package/dist/src/components/grading-instructions/SectionTitle.d.ts.map +0 -1
  382. package/dist/src/components/grading-instructions/SectionTitle.js +0 -16
  383. package/dist/src/components/grading-instructions/SectionTitle.js.map +0 -1
  384. package/dist/src/components/results/ChoiceAnswer.d.ts +0 -6
  385. package/dist/src/components/results/ChoiceAnswer.d.ts.map +0 -1
  386. package/dist/src/components/results/ChoiceAnswer.js +0 -57
  387. package/dist/src/components/results/ChoiceAnswer.js.map +0 -1
  388. package/dist/src/components/results/DropdownAnswer.d.ts +0 -6
  389. package/dist/src/components/results/DropdownAnswer.d.ts.map +0 -1
  390. package/dist/src/components/results/DropdownAnswer.js +0 -43
  391. package/dist/src/components/results/DropdownAnswer.js.map +0 -1
  392. package/dist/src/components/results/EndExamSession.d.ts +0 -8
  393. package/dist/src/components/results/EndExamSession.d.ts.map +0 -1
  394. package/dist/src/components/results/EndExamSession.js +0 -20
  395. package/dist/src/components/results/EndExamSession.js.map +0 -1
  396. package/dist/src/components/results/MultiLineAnswer.d.ts +0 -8
  397. package/dist/src/components/results/MultiLineAnswer.d.ts.map +0 -1
  398. package/dist/src/components/results/MultiLineAnswer.js +0 -22
  399. package/dist/src/components/results/MultiLineAnswer.js.map +0 -1
  400. package/dist/src/components/results/Question.d.ts +0 -4
  401. package/dist/src/components/results/Question.d.ts.map +0 -1
  402. package/dist/src/components/results/Question.js +0 -31
  403. package/dist/src/components/results/Question.js.map +0 -1
  404. package/dist/src/components/results/QuestionTitle.d.ts +0 -6
  405. package/dist/src/components/results/QuestionTitle.d.ts.map +0 -1
  406. package/dist/src/components/results/QuestionTitle.js +0 -26
  407. package/dist/src/components/results/QuestionTitle.js.map +0 -1
  408. package/dist/src/components/results/Results.d.ts +0 -19
  409. package/dist/src/components/results/Results.d.ts.map +0 -1
  410. package/dist/src/components/results/Results.js +0 -136
  411. package/dist/src/components/results/Results.js.map +0 -1
  412. package/dist/src/components/results/ScoredTextAnswer.d.ts +0 -6
  413. package/dist/src/components/results/ScoredTextAnswer.d.ts.map +0 -1
  414. package/dist/src/components/results/ScoredTextAnswer.js +0 -22
  415. package/dist/src/components/results/ScoredTextAnswer.js.map +0 -1
  416. package/dist/src/components/results/Section.d.ts +0 -4
  417. package/dist/src/components/results/Section.d.ts.map +0 -1
  418. package/dist/src/components/results/Section.js +0 -11
  419. package/dist/src/components/results/Section.js.map +0 -1
  420. package/dist/src/components/results/SingleLineAnswer.d.ts +0 -12
  421. package/dist/src/components/results/SingleLineAnswer.d.ts.map +0 -1
  422. package/dist/src/components/results/SingleLineAnswer.js +0 -26
  423. package/dist/src/components/results/SingleLineAnswer.js.map +0 -1
  424. package/dist/src/components/results/TextAnswer.d.ts +0 -7
  425. package/dist/src/components/results/TextAnswer.d.ts.map +0 -1
  426. package/dist/src/components/results/TextAnswer.js +0 -48
  427. package/dist/src/components/results/TextAnswer.js.map +0 -1
  428. package/dist/src/components/results/internal/AnnotationList.d.ts +0 -5
  429. package/dist/src/components/results/internal/AnnotationList.d.ts.map +0 -1
  430. package/dist/src/components/results/internal/AnnotationList.js +0 -32
  431. package/dist/src/components/results/internal/AnnotationList.js.map +0 -1
  432. package/dist/src/components/results/internal/QuestionAutoScore.d.ts +0 -11
  433. package/dist/src/components/results/internal/QuestionAutoScore.d.ts.map +0 -1
  434. package/dist/src/components/results/internal/QuestionAutoScore.js +0 -17
  435. package/dist/src/components/results/internal/QuestionAutoScore.js.map +0 -1
  436. package/dist/src/components/results/internal/QuestionManualScore.d.ts +0 -13
  437. package/dist/src/components/results/internal/QuestionManualScore.d.ts.map +0 -1
  438. package/dist/src/components/results/internal/QuestionManualScore.js +0 -66
  439. package/dist/src/components/results/internal/QuestionManualScore.js.map +0 -1
  440. package/dist/src/components/results/internal/QuestionScoresContainer.d.ts +0 -11
  441. package/dist/src/components/results/internal/QuestionScoresContainer.d.ts.map +0 -1
  442. package/dist/src/components/results/internal/QuestionScoresContainer.js +0 -27
  443. package/dist/src/components/results/internal/QuestionScoresContainer.js.map +0 -1
  444. package/dist/src/components/results/isExamineExamPageHook.d.ts +0 -2
  445. package/dist/src/components/results/isExamineExamPageHook.d.ts.map +0 -1
  446. package/dist/src/components/results/isExamineExamPageHook.js +0 -7
  447. package/dist/src/components/results/isExamineExamPageHook.js.map +0 -1
  448. package/dist/src/components/shared/AnnotatableText.d.ts +0 -5
  449. package/dist/src/components/shared/AnnotatableText.d.ts.map +0 -1
  450. package/dist/src/components/shared/AnnotatableText.js +0 -73
  451. package/dist/src/components/shared/AnnotatableText.js.map +0 -1
  452. package/dist/src/components/shared/AnnotationLists.d.ts +0 -13
  453. package/dist/src/components/shared/AnnotationLists.d.ts.map +0 -1
  454. package/dist/src/components/shared/AnnotationLists.js +0 -17
  455. package/dist/src/components/shared/AnnotationLists.js.map +0 -1
  456. package/dist/src/components/shared/AnnotationPopup.d.ts +0 -3
  457. package/dist/src/components/shared/AnnotationPopup.d.ts.map +0 -1
  458. package/dist/src/components/shared/AnnotationPopup.js +0 -74
  459. package/dist/src/components/shared/AnnotationPopup.js.map +0 -1
  460. package/dist/src/components/shared/AnswerIndicator.d.ts +0 -12
  461. package/dist/src/components/shared/AnswerIndicator.d.ts.map +0 -1
  462. package/dist/src/components/shared/AnswerIndicator.js +0 -27
  463. package/dist/src/components/shared/AnswerIndicator.js.map +0 -1
  464. package/dist/src/components/shared/AnswerLengthInfo.d.ts +0 -7
  465. package/dist/src/components/shared/AnswerLengthInfo.d.ts.map +0 -1
  466. package/dist/src/components/shared/AnswerLengthInfo.js +0 -11
  467. package/dist/src/components/shared/AnswerLengthInfo.js.map +0 -1
  468. package/dist/src/components/shared/AttachmentLink.d.ts +0 -5
  469. package/dist/src/components/shared/AttachmentLink.d.ts.map +0 -1
  470. package/dist/src/components/shared/AttachmentLink.js +0 -28
  471. package/dist/src/components/shared/AttachmentLink.js.map +0 -1
  472. package/dist/src/components/shared/AttachmentLinks.d.ts +0 -5
  473. package/dist/src/components/shared/AttachmentLinks.d.ts.map +0 -1
  474. package/dist/src/components/shared/AttachmentLinks.js +0 -58
  475. package/dist/src/components/shared/AttachmentLinks.js.map +0 -1
  476. package/dist/src/components/shared/Audio.d.ts +0 -6
  477. package/dist/src/components/shared/Audio.d.ts.map +0 -1
  478. package/dist/src/components/shared/Audio.js +0 -31
  479. package/dist/src/components/shared/Audio.js.map +0 -1
  480. package/dist/src/components/shared/AudioGroup.d.ts +0 -6
  481. package/dist/src/components/shared/AudioGroup.d.ts.map +0 -1
  482. package/dist/src/components/shared/AudioGroup.js +0 -9
  483. package/dist/src/components/shared/AudioGroup.js.map +0 -1
  484. package/dist/src/components/shared/AudioTest.d.ts +0 -6
  485. package/dist/src/components/shared/AudioTest.d.ts.map +0 -1
  486. package/dist/src/components/shared/AudioTest.js +0 -34
  487. package/dist/src/components/shared/AudioTest.js.map +0 -1
  488. package/dist/src/components/shared/ExamTranslation.d.ts +0 -6
  489. package/dist/src/components/shared/ExamTranslation.d.ts.map +0 -1
  490. package/dist/src/components/shared/ExamTranslation.js +0 -9
  491. package/dist/src/components/shared/ExamTranslation.js.map +0 -1
  492. package/dist/src/components/shared/File.d.ts +0 -6
  493. package/dist/src/components/shared/File.d.ts.map +0 -1
  494. package/dist/src/components/shared/File.js +0 -15
  495. package/dist/src/components/shared/File.js.map +0 -1
  496. package/dist/src/components/shared/Footer.d.ts +0 -5
  497. package/dist/src/components/shared/Footer.d.ts.map +0 -1
  498. package/dist/src/components/shared/Footer.js +0 -3
  499. package/dist/src/components/shared/Footer.js.map +0 -1
  500. package/dist/src/components/shared/Formula.d.ts +0 -6
  501. package/dist/src/components/shared/Formula.d.ts.map +0 -1
  502. package/dist/src/components/shared/Formula.js +0 -13
  503. package/dist/src/components/shared/Formula.js.map +0 -1
  504. package/dist/src/components/shared/Image.d.ts +0 -6
  505. package/dist/src/components/shared/Image.d.ts.map +0 -1
  506. package/dist/src/components/shared/Image.js +0 -30
  507. package/dist/src/components/shared/Image.js.map +0 -1
  508. package/dist/src/components/shared/ImageOverlay.d.ts +0 -6
  509. package/dist/src/components/shared/ImageOverlay.d.ts.map +0 -1
  510. package/dist/src/components/shared/ImageOverlay.js +0 -43
  511. package/dist/src/components/shared/ImageOverlay.js.map +0 -1
  512. package/dist/src/components/shared/QuestionNumber.d.ts +0 -4
  513. package/dist/src/components/shared/QuestionNumber.d.ts.map +0 -1
  514. package/dist/src/components/shared/QuestionNumber.js +0 -12
  515. package/dist/src/components/shared/QuestionNumber.js.map +0 -1
  516. package/dist/src/components/shared/Reference.d.ts +0 -6
  517. package/dist/src/components/shared/Reference.d.ts.map +0 -1
  518. package/dist/src/components/shared/Reference.js +0 -72
  519. package/dist/src/components/shared/Reference.js.map +0 -1
  520. package/dist/src/components/shared/References.d.ts +0 -6
  521. package/dist/src/components/shared/References.d.ts.map +0 -1
  522. package/dist/src/components/shared/References.js +0 -26
  523. package/dist/src/components/shared/References.js.map +0 -1
  524. package/dist/src/components/shared/Score.d.ts +0 -8
  525. package/dist/src/components/shared/Score.d.ts.map +0 -1
  526. package/dist/src/components/shared/Score.js +0 -13
  527. package/dist/src/components/shared/Score.js.map +0 -1
  528. package/dist/src/components/shared/TOCQuestion.d.ts +0 -4
  529. package/dist/src/components/shared/TOCQuestion.d.ts.map +0 -1
  530. package/dist/src/components/shared/TOCQuestion.js +0 -77
  531. package/dist/src/components/shared/TOCQuestion.js.map +0 -1
  532. package/dist/src/components/shared/TOCSection.d.ts +0 -7
  533. package/dist/src/components/shared/TOCSection.d.ts.map +0 -1
  534. package/dist/src/components/shared/TOCSection.js +0 -15
  535. package/dist/src/components/shared/TOCSection.js.map +0 -1
  536. package/dist/src/components/shared/TOCSectionTitle.d.ts +0 -4
  537. package/dist/src/components/shared/TOCSectionTitle.d.ts.map +0 -1
  538. package/dist/src/components/shared/TOCSectionTitle.js +0 -34
  539. package/dist/src/components/shared/TOCSectionTitle.js.map +0 -1
  540. package/dist/src/components/shared/TableOfContents.d.ts +0 -8
  541. package/dist/src/components/shared/TableOfContents.d.ts.map +0 -1
  542. package/dist/src/components/shared/TableOfContents.js +0 -61
  543. package/dist/src/components/shared/TableOfContents.js.map +0 -1
  544. package/dist/src/components/shared/VersionNumber.d.ts +0 -3
  545. package/dist/src/components/shared/VersionNumber.d.ts.map +0 -1
  546. package/dist/src/components/shared/VersionNumber.js +0 -10
  547. package/dist/src/components/shared/VersionNumber.js.map +0 -1
  548. package/dist/src/components/shared/Video.d.ts +0 -6
  549. package/dist/src/components/shared/Video.d.ts.map +0 -1
  550. package/dist/src/components/shared/Video.js +0 -22
  551. package/dist/src/components/shared/Video.js.map +0 -1
  552. package/dist/src/components/shared/internal/AttachmentLinkAnchor.d.ts +0 -8
  553. package/dist/src/components/shared/internal/AttachmentLinkAnchor.d.ts.map +0 -1
  554. package/dist/src/components/shared/internal/AttachmentLinkAnchor.js +0 -4
  555. package/dist/src/components/shared/internal/AttachmentLinkAnchor.js.map +0 -1
  556. package/dist/src/components/shared/internal/AudioPlaybackError.d.ts +0 -8
  557. package/dist/src/components/shared/internal/AudioPlaybackError.d.ts.map +0 -1
  558. package/dist/src/components/shared/internal/AudioPlaybackError.js +0 -17
  559. package/dist/src/components/shared/internal/AudioPlaybackError.js.map +0 -1
  560. package/dist/src/components/shared/internal/ResponsiveMediaContainer.d.ts +0 -18
  561. package/dist/src/components/shared/internal/ResponsiveMediaContainer.d.ts.map +0 -1
  562. package/dist/src/components/shared/internal/ResponsiveMediaContainer.js +0 -21
  563. package/dist/src/components/shared/internal/ResponsiveMediaContainer.js.map +0 -1
  564. package/dist/src/components/shared/internal/RestrictedAudioPlayer.d.ts +0 -12
  565. package/dist/src/components/shared/internal/RestrictedAudioPlayer.d.ts.map +0 -1
  566. package/dist/src/components/shared/internal/RestrictedAudioPlayer.js +0 -46
  567. package/dist/src/components/shared/internal/RestrictedAudioPlayer.js.map +0 -1
  568. package/dist/src/components/surround.d.ts +0 -8
  569. package/dist/src/components/surround.d.ts.map +0 -1
  570. package/dist/src/components/surround.js +0 -19
  571. package/dist/src/components/surround.js.map +0 -1
  572. package/dist/src/createRenderChildNodes.d.ts +0 -17
  573. package/dist/src/createRenderChildNodes.d.ts.map +0 -1
  574. package/dist/src/createRenderChildNodes.js +0 -64
  575. package/dist/src/createRenderChildNodes.js.map +0 -1
  576. package/dist/src/dom-utils.d.ts +0 -20
  577. package/dist/src/dom-utils.d.ts.map +0 -1
  578. package/dist/src/dom-utils.js +0 -164
  579. package/dist/src/dom-utils.js.map +0 -1
  580. package/dist/src/fonts.d.ts +0 -5
  581. package/dist/src/fonts.d.ts.map +0 -1
  582. package/dist/src/fonts.js +0 -16
  583. package/dist/src/fonts.js.map +0 -1
  584. package/dist/src/formatting.d.ts +0 -2
  585. package/dist/src/formatting.d.ts.map +0 -1
  586. package/dist/src/formatting.js +0 -4
  587. package/dist/src/formatting.js.map +0 -1
  588. package/dist/src/getDisplayName.d.ts +0 -4
  589. package/dist/src/getDisplayName.d.ts.map +0 -1
  590. package/dist/src/getDisplayName.js +0 -5
  591. package/dist/src/getDisplayName.js.map +0 -1
  592. package/dist/src/i18n/A_E.d.ts +0 -3
  593. package/dist/src/i18n/A_E.d.ts.map +0 -1
  594. package/dist/src/i18n/A_E.js +0 -8
  595. package/dist/src/i18n/A_E.js.map +0 -1
  596. package/dist/src/i18n/BA.d.ts +0 -3
  597. package/dist/src/i18n/BA.d.ts.map +0 -1
  598. package/dist/src/i18n/BA.js +0 -11
  599. package/dist/src/i18n/BA.js.map +0 -1
  600. package/dist/src/i18n/CA.d.ts +0 -3
  601. package/dist/src/i18n/CA.d.ts.map +0 -1
  602. package/dist/src/i18n/CA.js +0 -11
  603. package/dist/src/i18n/CA.js.map +0 -1
  604. package/dist/src/i18n/EA.d.ts +0 -3
  605. package/dist/src/i18n/EA.d.ts.map +0 -1
  606. package/dist/src/i18n/EA.js +0 -16
  607. package/dist/src/i18n/EA.js.map +0 -1
  608. package/dist/src/i18n/FA.d.ts +0 -3
  609. package/dist/src/i18n/FA.d.ts.map +0 -1
  610. package/dist/src/i18n/FA.js +0 -17
  611. package/dist/src/i18n/FA.js.map +0 -1
  612. package/dist/src/i18n/GC.d.ts +0 -3
  613. package/dist/src/i18n/GC.d.ts.map +0 -1
  614. package/dist/src/i18n/GC.js +0 -16
  615. package/dist/src/i18n/GC.js.map +0 -1
  616. package/dist/src/i18n/I.d.ts +0 -3
  617. package/dist/src/i18n/I.d.ts.map +0 -1
  618. package/dist/src/i18n/I.js +0 -21
  619. package/dist/src/i18n/I.js.map +0 -1
  620. package/dist/src/i18n/M.d.ts +0 -3
  621. package/dist/src/i18n/M.d.ts.map +0 -1
  622. package/dist/src/i18n/M.js +0 -4
  623. package/dist/src/i18n/M.js.map +0 -1
  624. package/dist/src/i18n/O_E.d.ts +0 -3
  625. package/dist/src/i18n/O_E.d.ts.map +0 -1
  626. package/dist/src/i18n/O_E.js +0 -7
  627. package/dist/src/i18n/O_E.js.map +0 -1
  628. package/dist/src/i18n/PA.d.ts +0 -3
  629. package/dist/src/i18n/PA.d.ts.map +0 -1
  630. package/dist/src/i18n/PA.js +0 -16
  631. package/dist/src/i18n/PA.js.map +0 -1
  632. package/dist/src/i18n/SA.d.ts +0 -3
  633. package/dist/src/i18n/SA.d.ts.map +0 -1
  634. package/dist/src/i18n/SA.js +0 -16
  635. package/dist/src/i18n/SA.js.map +0 -1
  636. package/dist/src/i18n/TC.d.ts +0 -3
  637. package/dist/src/i18n/TC.d.ts.map +0 -1
  638. package/dist/src/i18n/TC.js +0 -16
  639. package/dist/src/i18n/TC.js.map +0 -1
  640. package/dist/src/i18n/VA.d.ts +0 -3
  641. package/dist/src/i18n/VA.d.ts.map +0 -1
  642. package/dist/src/i18n/VA.js +0 -16
  643. package/dist/src/i18n/VA.js.map +0 -1
  644. package/dist/src/i18n/Z.d.ts +0 -3
  645. package/dist/src/i18n/Z.d.ts.map +0 -1
  646. package/dist/src/i18n/Z.js +0 -22
  647. package/dist/src/i18n/Z.js.map +0 -1
  648. package/dist/src/i18n/fi-FI.d.ts +0 -192
  649. package/dist/src/i18n/fi-FI.d.ts.map +0 -1
  650. package/dist/src/i18n/fi-FI.js +0 -182
  651. package/dist/src/i18n/fi-FI.js.map +0 -1
  652. package/dist/src/i18n/index.d.ts +0 -20
  653. package/dist/src/i18n/index.d.ts.map +0 -1
  654. package/dist/src/i18n/index.js +0 -128
  655. package/dist/src/i18n/index.js.map +0 -1
  656. package/dist/src/i18n/sv-FI.d.ts +0 -3
  657. package/dist/src/i18n/sv-FI.d.ts.map +0 -1
  658. package/dist/src/i18n/sv-FI.js +0 -181
  659. package/dist/src/i18n/sv-FI.js.map +0 -1
  660. package/dist/src/ids.d.ts +0 -14
  661. package/dist/src/ids.d.ts.map +0 -1
  662. package/dist/src/ids.js +0 -28
  663. package/dist/src/ids.js.map +0 -1
  664. package/dist/src/index.d.ts +0 -19
  665. package/dist/src/index.d.ts.map +0 -1
  666. package/dist/src/index.js +0 -12
  667. package/dist/src/index.js.map +0 -1
  668. package/dist/src/parser/parseExam.d.ts +0 -2
  669. package/dist/src/parser/parseExam.d.ts.map +0 -1
  670. package/dist/src/parser/parseExam.js +0 -54
  671. package/dist/src/parser/parseExam.js.map +0 -1
  672. package/dist/src/parser/parseExamStructure.d.ts +0 -58
  673. package/dist/src/parser/parseExamStructure.d.ts.map +0 -1
  674. package/dist/src/parser/parseExamStructure.js +0 -40
  675. package/dist/src/parser/parseExamStructure.js.map +0 -1
  676. package/dist/src/renderAnnotations.d.ts +0 -7
  677. package/dist/src/renderAnnotations.d.ts.map +0 -1
  678. package/dist/src/renderAnnotations.js +0 -193
  679. package/dist/src/renderAnnotations.js.map +0 -1
  680. package/dist/src/scrollToHash.d.ts +0 -2
  681. package/dist/src/scrollToHash.d.ts.map +0 -1
  682. package/dist/src/scrollToHash.js +0 -24
  683. package/dist/src/scrollToHash.js.map +0 -1
  684. package/dist/src/shortDisplayNumber.d.ts +0 -2
  685. package/dist/src/shortDisplayNumber.d.ts.map +0 -1
  686. package/dist/src/shortDisplayNumber.js +0 -5
  687. package/dist/src/shortDisplayNumber.js.map +0 -1
  688. package/dist/src/store/answers/actions.d.ts +0 -33
  689. package/dist/src/store/answers/actions.d.ts.map +0 -1
  690. package/dist/src/store/answers/actions.js +0 -9
  691. package/dist/src/store/answers/actions.js.map +0 -1
  692. package/dist/src/store/answers/reducer.d.ts +0 -39
  693. package/dist/src/store/answers/reducer.d.ts.map +0 -1
  694. package/dist/src/store/answers/reducer.js +0 -55
  695. package/dist/src/store/answers/reducer.js.map +0 -1
  696. package/dist/src/store/answers/sagas.d.ts +0 -8
  697. package/dist/src/store/answers/sagas.d.ts.map +0 -1
  698. package/dist/src/store/answers/sagas.js +0 -60
  699. package/dist/src/store/answers/sagas.js.map +0 -1
  700. package/dist/src/store/audio/actions.d.ts +0 -29
  701. package/dist/src/store/audio/actions.d.ts.map +0 -1
  702. package/dist/src/store/audio/actions.js +0 -9
  703. package/dist/src/store/audio/actions.js.map +0 -1
  704. package/dist/src/store/audio/reducer.d.ts +0 -27
  705. package/dist/src/store/audio/reducer.d.ts.map +0 -1
  706. package/dist/src/store/audio/reducer.js +0 -55
  707. package/dist/src/store/audio/reducer.js.map +0 -1
  708. package/dist/src/store/audio/sagas.d.ts +0 -3
  709. package/dist/src/store/audio/sagas.d.ts.map +0 -1
  710. package/dist/src/store/audio/sagas.js +0 -68
  711. package/dist/src/store/audio/sagas.js.map +0 -1
  712. package/dist/src/store/cas/actions.d.ts +0 -19
  713. package/dist/src/store/cas/actions.d.ts.map +0 -1
  714. package/dist/src/store/cas/actions.js +0 -9
  715. package/dist/src/store/cas/actions.js.map +0 -1
  716. package/dist/src/store/cas/reducer.d.ts +0 -14
  717. package/dist/src/store/cas/reducer.d.ts.map +0 -1
  718. package/dist/src/store/cas/reducer.js +0 -24
  719. package/dist/src/store/cas/reducer.js.map +0 -1
  720. package/dist/src/store/cas/sagas.d.ts +0 -18
  721. package/dist/src/store/cas/sagas.d.ts.map +0 -1
  722. package/dist/src/store/cas/sagas.js +0 -36
  723. package/dist/src/store/cas/sagas.js.map +0 -1
  724. package/dist/src/store/countdown.d.ts +0 -4
  725. package/dist/src/store/countdown.d.ts.map +0 -1
  726. package/dist/src/store/countdown.js +0 -33
  727. package/dist/src/store/countdown.js.map +0 -1
  728. package/dist/src/store/index.d.ts +0 -78
  729. package/dist/src/store/index.d.ts.map +0 -1
  730. package/dist/src/store/index.js +0 -53
  731. package/dist/src/store/index.js.map +0 -1
  732. package/dist/src/store/selectors.d.ts +0 -9
  733. package/dist/src/store/selectors.d.ts.map +0 -1
  734. package/dist/src/store/selectors.js +0 -35
  735. package/dist/src/store/selectors.js.map +0 -1
  736. package/dist/src/types/ExamAnswer.d.ts +0 -22
  737. package/dist/src/types/ExamAnswer.d.ts.map +0 -1
  738. package/dist/src/types/ExamAnswer.js +0 -2
  739. package/dist/src/types/ExamAnswer.js.map +0 -1
  740. package/dist/src/types/ExamServerAPI.d.ts +0 -78
  741. package/dist/src/types/ExamServerAPI.d.ts.map +0 -1
  742. package/dist/src/types/ExamServerAPI.js +0 -2
  743. package/dist/src/types/ExamServerAPI.js.map +0 -1
  744. package/dist/src/types/GradingStructure.d.ts +0 -40
  745. package/dist/src/types/GradingStructure.d.ts.map +0 -1
  746. package/dist/src/types/GradingStructure.js +0 -2
  747. package/dist/src/types/GradingStructure.js.map +0 -1
  748. package/dist/src/types/Score.d.ts +0 -92
  749. package/dist/src/types/Score.d.ts.map +0 -1
  750. package/dist/src/types/Score.js +0 -2
  751. package/dist/src/types/Score.js.map +0 -1
  752. package/dist/src/url.d.ts +0 -7
  753. package/dist/src/url.d.ts.map +0 -1
  754. package/dist/src/url.js +0 -12
  755. package/dist/src/url.js.map +0 -1
  756. package/dist/src/useCached.d.ts +0 -3
  757. package/dist/src/useCached.d.ts.map +0 -1
  758. package/dist/src/useCached.js +0 -6
  759. package/dist/src/useCached.js.map +0 -1
  760. package/dist/src/utils.d.ts +0 -15
  761. package/dist/src/utils.d.ts.map +0 -1
  762. package/dist/src/utils.js +0 -35
  763. package/dist/src/utils.js.map +0 -1
  764. package/dist/src/validateAnswers.d.ts +0 -16
  765. package/dist/src/validateAnswers.d.ts.map +0 -1
  766. package/dist/src/validateAnswers.js +0 -89
  767. package/dist/src/validateAnswers.js.map +0 -1
  768. package/dist/tsconfig.tsbuildinfo +0 -1
@@ -1,57 +0,0 @@
1
- import classNames from 'classnames';
2
- import React, { useContext } from 'react';
3
- import { getNumericAttribute, mapChildElements, query } from '../../dom-utils';
4
- import { useExamTranslation } from '../../i18n';
5
- import { ScreenReaderOnly } from '../ScreenReaderOnly';
6
- import { findMultiChoiceFromGradingStructure, ResultsContext } from '../context/ResultsContext';
7
- import ResultsExamQuestionAutoScore from './internal/QuestionAutoScore';
8
- function ChoiceAnswerOption({ renderChildNodes, selected, element, questionId, direction, isCorrect }) {
9
- const { t } = useExamTranslation();
10
- const className = element.getAttribute('class');
11
- const optionId = element.getAttribute('option-id');
12
- const content = (React.createElement("div", { className: classNames('e-choice-answer-option e-column', className, {
13
- 'e-choice-answer-option--selected': selected
14
- }) }, renderChildNodes(element)));
15
- const Content = ({ narrow = false }) => (React.createElement(React.Fragment, null,
16
- React.createElement("input", { type: "radio", className: classNames('e-radio-button', { 'e-column e-column--narrow': narrow }), name: String(questionId), value: optionId, checked: selected, readOnly: true }),
17
- content,
18
- isCorrect && React.createElement(ScreenReaderOnly, null, t('screen-reader.correct-answer'))));
19
- return direction === 'vertical' ? (React.createElement("div", { className: "e-mrg-b-1" },
20
- React.createElement("label", { className: classNames('e-columns', {
21
- 'e-correct-answer-left': isCorrect,
22
- 'e-columns--inline': query(element, ['image', 'video']) == null /* Force full width for options containing responsive media */
23
- }) },
24
- React.createElement(Content, { narrow: true })))) : (React.createElement("div", { className: "e-column e-mrg-b-1" },
25
- React.createElement("label", { className: classNames('e-block e-text-center', { 'e-correct-answer-bottom': isCorrect }) },
26
- React.createElement(Content, null))));
27
- }
28
- function ChoiceAnswer({ element, renderChildNodes }) {
29
- var _a, _b;
30
- const { answersByQuestionId, gradingStructure } = useContext(ResultsContext);
31
- const questionId = getNumericAttribute(element, 'question-id');
32
- const answer = answersByQuestionId[questionId];
33
- const direction = element.getAttribute('direction') || 'vertical';
34
- const className = element.getAttribute('class');
35
- const choice = findMultiChoiceFromGradingStructure(gradingStructure, questionId);
36
- const scoreValue = answer && ((_b = (_a = choice === null || choice === void 0 ? void 0 : choice.options) === null || _a === void 0 ? void 0 : _a.find(option => option.id === Number(answer.value))) === null || _b === void 0 ? void 0 : _b.score);
37
- const maxScore = getNumericAttribute(element, 'max-score');
38
- return (React.createElement(React.Fragment, null,
39
- React.createElement(ResultsExamQuestionAutoScore, { score: scoreValue, maxScore: maxScore, questionId: questionId }),
40
- React.createElement("div", { className: classNames('e-choice-answer', className, {
41
- 'e-columns': direction === 'horizontal'
42
- }) }, mapChildElements(element, childElement => {
43
- var _a;
44
- const optionId = getNumericAttribute(childElement, 'option-id');
45
- const selected = answer != null && Number(answer.value) === optionId;
46
- const grading = (_a = choice === null || choice === void 0 ? void 0 : choice.options) === null || _a === void 0 ? void 0 : _a.find(option => option.id === optionId);
47
- return (React.createElement(ChoiceAnswerOption, { element: childElement,
48
- renderChildNodes,
49
- questionId,
50
- key: optionId,
51
- direction,
52
- selected,
53
- isCorrect: (grading === null || grading === void 0 ? void 0 : grading.correct) || false }));
54
- }))));
55
- }
56
- export default React.memo(ChoiceAnswer);
57
- //# sourceMappingURL=ChoiceAnswer.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ChoiceAnswer.js","sourceRoot":"","sources":["../../../../src/components/results/ChoiceAnswer.tsx"],"names":[],"mappings":"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"}
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- import { ExamComponentProps } from '../../createRenderChildNodes';
3
- declare function DropdownAnswer({ element, renderChildNodes }: ExamComponentProps): React.JSX.Element;
4
- declare const _default: React.MemoExoticComponent<typeof DropdownAnswer>;
5
- export default _default;
6
- //# sourceMappingURL=DropdownAnswer.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DropdownAnswer.d.ts","sourceRoot":"","sources":["../../../../src/components/results/DropdownAnswer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAqB,MAAM,OAAO,CAAA;AAEzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAA;AAUjE,iBAAS,cAAc,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAE,EAAE,kBAAkB,qBAuExE;;AAED,wBAAyC"}
@@ -1,43 +0,0 @@
1
- import classNames from 'classnames';
2
- import React, { useContext } from 'react';
3
- import { findChildElement, getNumericAttribute } from '../../dom-utils';
4
- import { useExamTranslation } from '../../i18n';
5
- import { shortDisplayNumber } from '../../shortDisplayNumber';
6
- import { QuestionContext } from '../context/QuestionContext';
7
- import { ScreenReaderOnly } from '../ScreenReaderOnly';
8
- import { findMultiChoiceFromGradingStructure, ResultsContext } from '../context/ResultsContext';
9
- import ResultsExamQuestionAutoScore from './internal/QuestionAutoScore';
10
- import { useIsStudentsExamineExamPage } from './isExamineExamPageHook';
11
- function DropdownAnswer({ element, renderChildNodes }) {
12
- var _a;
13
- const { t, i18n } = useExamTranslation();
14
- const { answersByQuestionId, gradingStructure } = useContext(ResultsContext);
15
- const { answers } = useContext(QuestionContext);
16
- const questionId = getNumericAttribute(element, 'question-id');
17
- const answer = answersByQuestionId[questionId];
18
- const selectedOption = findChildElement(element, childElement => (answer === null || answer === void 0 ? void 0 : answer.value) === childElement.getAttribute('option-id'));
19
- const isStudentsExamineExamPage = useIsStudentsExamineExamPage();
20
- const choice = findMultiChoiceFromGradingStructure(gradingStructure, questionId);
21
- const correctIds = (choice === null || choice === void 0 ? void 0 : choice.options.filter(o => o.correct).map(o => o.id)) || [];
22
- const correctOptions = Array.from(element.children).filter(childElement => correctIds.includes(getNumericAttribute(childElement, 'option-id')));
23
- const isAnswerCorrect = selectedOption && correctIds.includes(getNumericAttribute(selectedOption, 'option-id'));
24
- const displayNumber = shortDisplayNumber(element.getAttribute('display-number'));
25
- const scoreValue = (answer && ((_a = choice === null || choice === void 0 ? void 0 : choice.options.find(option => option.id === Number(answer.value))) === null || _a === void 0 ? void 0 : _a.score)) || 0;
26
- const maxScore = getNumericAttribute(element, 'max-score');
27
- return (React.createElement(React.Fragment, null,
28
- answers.length > 1 && React.createElement("sup", null, displayNumber),
29
- React.createElement("span", { className: classNames('e-dropdown-answer__answered', !selectedOption && 'e-dropdown-answer__no-answer', !isStudentsExamineExamPage && {
30
- 'e-dropdown-answer__answered--correct': isAnswerCorrect,
31
- 'e-dropdown-answer__answered--wrong': !isAnswerCorrect
32
- }), "data-question-id": questionId, "aria-description": !selectedOption ? i18n.t('examineExam.questionHasNoAnswer') : undefined },
33
- React.createElement(ScreenReaderOnly, null, t('screen-reader.answer-begin')),
34
- selectedOption && renderChildNodes(selectedOption),
35
- React.createElement(ScreenReaderOnly, null, t('screen-reader.answer-end')),
36
- isAnswerCorrect && React.createElement(ScreenReaderOnly, null, t('screen-reader.correct-answer'))),
37
- !isStudentsExamineExamPage && !isAnswerCorrect && (React.createElement("span", { className: "e-dropdown-answer__correct", "aria-hidden": true }, correctOptions.map((correctOption, i) => (React.createElement(React.Fragment, { key: i },
38
- renderChildNodes(correctOption),
39
- i < correctOptions.length - 1 && ', '))))),
40
- scoreValue != null && (React.createElement(ResultsExamQuestionAutoScore, { score: scoreValue, maxScore: maxScore, displayNumber: displayNumber, questionId: questionId }))));
41
- }
42
- export default React.memo(DropdownAnswer);
43
- //# sourceMappingURL=DropdownAnswer.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DropdownAnswer.js","sourceRoot":"","sources":["../../../../src/components/results/DropdownAnswer.tsx"],"names":[],"mappings":"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"}
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- interface Props {
3
- onEndSession: () => void;
4
- sessionEnded: boolean;
5
- }
6
- export declare const EndExamSession: ({ onEndSession, sessionEnded }: Props) => React.JSX.Element;
7
- export {};
8
- //# sourceMappingURL=EndExamSession.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"EndExamSession.d.ts","sourceRoot":"","sources":["../../../../src/components/results/EndExamSession.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,UAAU,KAAK;IACb,YAAY,EAAE,MAAM,IAAI,CAAA;IACxB,YAAY,EAAE,OAAO,CAAA;CACtB;AAED,eAAO,MAAM,cAAc,mCAAoC,KAAK,sBAiCnE,CAAA"}
@@ -1,20 +0,0 @@
1
- import React from 'react';
2
- import { useExamTranslation } from '../../i18n';
3
- export const EndExamSession = ({ onEndSession, sessionEnded }) => {
4
- const { t } = useExamTranslation();
5
- return (React.createElement("div", { className: "e-logout-container" },
6
- React.createElement("div", { className: "e-bg-color-off-white e-pad-6 shadow-box" },
7
- sessionEnded ? (React.createElement(React.Fragment, null,
8
- React.createElement("h3", null, t('examineExam.thankYouTitle')),
9
- React.createElement("p", null,
10
- t('examineExam.shutdownComputer'),
11
- React.createElement("br", null),
12
- t('examineExam.returnUsbStick')))) : (React.createElement(React.Fragment, null,
13
- React.createElement("h3", null, t('examineExam.endExamTitle')),
14
- React.createElement("p", null,
15
- t('examineExam.afterInspectingYourAnswers'),
16
- React.createElement("br", null),
17
- t('examineExam.youCanNotReturnToExam')))),
18
- !sessionEnded && (React.createElement("button", { id: "endSession", className: "e-button", onClick: () => void onEndSession() }, t('examineExam.endExamTitle'))))));
19
- };
20
- //# sourceMappingURL=EndExamSession.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"EndExamSession.js","sourceRoot":"","sources":["../../../../src/components/results/EndExamSession.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAA;AAO/C,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,EAAE,YAAY,EAAE,YAAY,EAAS,EAAE,EAAE;IACtE,MAAM,EAAE,CAAC,EAAE,GAAG,kBAAkB,EAAE,CAAA;IAElC,OAAO,CACL,6BAAK,SAAS,EAAC,oBAAoB;QACjC,6BAAK,SAAS,EAAC,yCAAyC;YACrD,YAAY,CAAC,CAAC,CAAC,CACd;gBACE,gCAAK,CAAC,CAAC,2BAA2B,CAAC,CAAM;gBACzC;oBACG,CAAC,CAAC,8BAA8B,CAAC;oBAClC,+BAAM;oBACL,CAAC,CAAC,4BAA4B,CAAC,CAC9B,CACH,CACJ,CAAC,CAAC,CAAC,CACF;gBACE,gCAAK,CAAC,CAAC,0BAA0B,CAAC,CAAM;gBACxC;oBACG,CAAC,CAAC,wCAAwC,CAAC;oBAC5C,+BAAM;oBACL,CAAC,CAAC,mCAAmC,CAAC,CACrC,CACH,CACJ;YACA,CAAC,YAAY,IAAI,CAChB,gCAAQ,EAAE,EAAC,YAAY,EAAC,SAAS,EAAC,UAAU,EAAC,OAAO,EAAE,GAAG,EAAE,CAAC,KAAK,YAAY,EAAE,IAC5E,CAAC,CAAC,0BAA0B,CAAC,CACvB,CACV,CACG,CACF,CACP,CAAA;AACH,CAAC,CAAA"}
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- import { Score } from '../..';
3
- export declare const MultiLineAnswer: React.FunctionComponent<{
4
- type: 'rich-text';
5
- value?: string;
6
- score?: Score;
7
- }>;
8
- //# sourceMappingURL=MultiLineAnswer.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MultiLineAnswer.d.ts","sourceRoot":"","sources":["../../../../src/components/results/MultiLineAnswer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkC,MAAM,OAAO,CAAA;AACtD,OAAO,EAAE,KAAK,EAAE,MAAM,OAAO,CAAA;AAM7B,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACpD,IAAI,EAAE,WAAW,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,KAAK,CAAA;CACd,CA4BA,CAAA"}
@@ -1,22 +0,0 @@
1
- import React, { useLayoutEffect, useRef } from 'react';
2
- import { useExamTranslation } from '../../i18n';
3
- import { renderAnnotations } from '../../renderAnnotations';
4
- import { ScreenReaderOnly } from '../ScreenReaderOnly';
5
- import classNames from 'classnames';
6
- export const MultiLineAnswer = ({ type, score, value }) => {
7
- const { t, i18n } = useExamTranslation();
8
- const answerRef = useRef(null);
9
- useLayoutEffect(() => {
10
- var _a, _b, _c, _d;
11
- if (answerRef.current) {
12
- renderAnnotations(answerRef.current, (_b = (_a = score === null || score === void 0 ? void 0 : score.pregrading) === null || _a === void 0 ? void 0 : _a.annotations) !== null && _b !== void 0 ? _b : [], (_d = (_c = score === null || score === void 0 ? void 0 : score.censoring) === null || _c === void 0 ? void 0 : _c.annotations) !== null && _d !== void 0 ? _d : []);
13
- }
14
- });
15
- return (React.createElement("div", { className: classNames('e-multiline-results-text-answer e-line-height-l e-pad-x-2 e-mrg-b-1', {
16
- 'no-answer': !value
17
- }), "aria-description": !value ? i18n.t('examineExam.questionHasNoAnswer') : undefined },
18
- React.createElement(ScreenReaderOnly, null, t('screen-reader.answer-begin')),
19
- type === 'rich-text' ? (React.createElement("div", { dangerouslySetInnerHTML: { __html: value || '' }, ref: answerRef })) : (React.createElement("div", { className: "e-pre-wrap", ref: answerRef }, value)),
20
- React.createElement(ScreenReaderOnly, null, t('screen-reader.answer-end'))));
21
- };
22
- //# sourceMappingURL=MultiLineAnswer.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MultiLineAnswer.js","sourceRoot":"","sources":["../../../../src/components/results/MultiLineAnswer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,OAAO,CAAA;AAEtD,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAA;AAC/C,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAA;AAC3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AACtD,OAAO,UAAU,MAAM,YAAY,CAAA;AAEnC,MAAM,CAAC,MAAM,eAAe,GAIvB,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE;IAC9B,MAAM,EAAE,CAAC,EAAE,IAAI,EAAE,GAAG,kBAAkB,EAAE,CAAA;IACxC,MAAM,SAAS,GAAG,MAAM,CAAiB,IAAI,CAAC,CAAA;IAE9C,eAAe,CAAC,GAAG,EAAE;;QACnB,IAAI,SAAS,CAAC,OAAO,EAAE,CAAC;YACtB,iBAAiB,CAAC,SAAS,CAAC,OAAO,EAAE,MAAA,MAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,UAAU,0CAAE,WAAW,mCAAI,EAAE,EAAE,MAAA,MAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,SAAS,0CAAE,WAAW,mCAAI,EAAE,CAAC,CAAA;QACjH,CAAC;IACH,CAAC,CAAC,CAAA;IAEF,OAAO,CACL,6BACE,SAAS,EAAE,UAAU,CAAC,qEAAqE,EAAE;YAC3F,WAAW,EAAE,CAAC,KAAK;SACpB,CAAC,sBACgB,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,iCAAiC,CAAC,CAAC,CAAC,CAAC,SAAS;QAEhF,oBAAC,gBAAgB,QAAE,CAAC,CAAC,4BAA4B,CAAC,CAAoB;QACrE,IAAI,KAAK,WAAW,CAAC,CAAC,CAAC,CACtB,6BAAK,uBAAuB,EAAE,EAAE,MAAM,EAAE,KAAK,IAAI,EAAE,EAAE,EAAE,GAAG,EAAE,SAAS,GAAI,CAC1E,CAAC,CAAC,CAAC,CACF,6BAAK,SAAS,EAAC,YAAY,EAAC,GAAG,EAAE,SAAS,IACvC,KAAK,CACF,CACP;QACD,oBAAC,gBAAgB,QAAE,CAAC,CAAC,0BAA0B,CAAC,CAAoB,CAChE,CACP,CAAA;AACH,CAAC,CAAA"}
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- declare const _default: React.MemoExoticComponent<React.ComponentType<any>>;
3
- export default _default;
4
- //# sourceMappingURL=Question.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Question.d.ts","sourceRoot":"","sources":["../../../../src/components/results/Question.tsx"],"names":[],"mappings":"AACA,OAAO,KAAqB,MAAM,OAAO,CAAA;;AAyCzC,wBAAwD"}
@@ -1,31 +0,0 @@
1
- import classNames from 'classnames';
2
- import React, { useContext } from 'react';
3
- import { findChildrenAnswers, getNumericAttribute } from '../../dom-utils';
4
- import { QuestionContext, withQuestionContext } from '../context/QuestionContext';
5
- import AnnotationList from './internal/AnnotationList';
6
- import { ResultsContext } from '../context/ResultsContext';
7
- import { useExamTranslation } from '../../i18n';
8
- function Question({ element, renderChildNodes }) {
9
- var _a, _b;
10
- const { answersByQuestionId, gradingStructure } = useContext(ResultsContext);
11
- const { displayNumber, level } = useContext(QuestionContext);
12
- const hasAnswers = questionHasAnswers(element, answersByQuestionId);
13
- const { i18n } = useExamTranslation();
14
- const question = (_a = gradingStructure === null || gradingStructure === void 0 ? void 0 : gradingStructure.questions) === null || _a === void 0 ? void 0 : _a.find(q => q.displayNumber === displayNumber);
15
- const questionId = question && ('choices' in question ? question.choices[0].id : question.id);
16
- const isNonAnswer = questionId ? (_b = answersByQuestionId[questionId]) === null || _b === void 0 ? void 0 : _b.answerNonAnswer : false;
17
- return (React.createElement("div", { className: classNames('e-exam-question', `e-level-${level}`, {
18
- 'e-mrg-b-8 e-clearfix': level === 0,
19
- 'e-mrg-l-8 e-mrg-y-4': level > 0,
20
- 'no-answer': !hasAnswers,
21
- 'non-answer': isNonAnswer
22
- }), id: displayNumber, "aria-description": !hasAnswers ? i18n.t('examineExam.questionHasNoAnswer') : undefined },
23
- renderChildNodes(element),
24
- React.createElement(AnnotationList, null)));
25
- }
26
- function questionHasAnswers(element, answers) {
27
- const answerElems = findChildrenAnswers(element);
28
- return answerElems.some(e => { var _a; return (_a = answers[getNumericAttribute(e, 'question-id')]) === null || _a === void 0 ? void 0 : _a.value; });
29
- }
30
- export default React.memo(withQuestionContext(Question));
31
- //# sourceMappingURL=Question.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Question.js","sourceRoot":"","sources":["../../../../src/components/results/Question.tsx"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,YAAY,CAAA;AACnC,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AACzC,OAAO,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAA;AAC1E,OAAO,EAAE,eAAe,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAA;AACjF,OAAO,cAAc,MAAM,2BAA2B,CAAA;AACtD,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAG1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAA;AAE/C,SAAS,QAAQ,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAsB;;IACjE,MAAM,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,GAAG,UAAU,CAAC,cAAc,CAAC,CAAA;IAC5E,MAAM,EAAE,aAAa,EAAE,KAAK,EAAE,GAAG,UAAU,CAAC,eAAe,CAAC,CAAA;IAC5D,MAAM,UAAU,GAAG,kBAAkB,CAAC,OAAO,EAAE,mBAAmB,CAAC,CAAA;IACnE,MAAM,EAAE,IAAI,EAAE,GAAG,kBAAkB,EAAE,CAAA;IAErC,MAAM,QAAQ,GAAG,MAAA,gBAAgB,aAAhB,gBAAgB,uBAAhB,gBAAgB,CAAE,SAAS,0CAAE,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,aAAa,KAAK,aAAa,CAAC,CAAA;IAC1F,MAAM,UAAU,GAAG,QAAQ,IAAI,CAAC,SAAS,IAAI,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAA;IAC7F,MAAM,WAAW,GAAG,UAAU,CAAC,CAAC,CAAC,MAAA,mBAAmB,CAAC,UAAU,CAAC,0CAAE,eAAe,CAAC,CAAC,CAAC,KAAK,CAAA;IAEzF,OAAO,CACL,6BACE,SAAS,EAAE,UAAU,CAAC,iBAAiB,EAAE,WAAW,KAAK,EAAE,EAAE;YAC3D,sBAAsB,EAAE,KAAK,KAAK,CAAC;YACnC,qBAAqB,EAAE,KAAK,GAAG,CAAC;YAChC,WAAW,EAAE,CAAC,UAAU;YACxB,YAAY,EAAE,WAAW;SAC1B,CAAC,EACF,EAAE,EAAE,aAAa,sBACC,CAAC,UAAU,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,iCAAiC,CAAC,CAAC,CAAC,CAAC,SAAS;QAEpF,gBAAgB,CAAC,OAAO,CAAC;QAC1B,oBAAC,cAAc,OAAG,CACd,CACP,CAAA;AACH,CAAC;AAED,SAAS,kBAAkB,CAAC,OAAgB,EAAE,OAAmC;IAC/E,MAAM,WAAW,GAAG,mBAAmB,CAAC,OAAO,CAAC,CAAA;IAChD,OAAO,WAAW,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,WAAC,OAAA,MAAA,OAAO,CAAC,mBAAmB,CAAC,CAAC,EAAE,aAAa,CAAE,CAAC,0CAAE,KAAK,CAAA,EAAA,CAAC,CAAA;AACtF,CAAC;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,mBAAmB,CAAC,QAAQ,CAAC,CAAC,CAAA"}
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- import { ExamComponentProps } from '../../createRenderChildNodes';
3
- declare function QuestionTitle({ element, renderChildNodes }: ExamComponentProps): React.JSX.Element;
4
- declare const _default: React.MemoExoticComponent<typeof QuestionTitle>;
5
- export default _default;
6
- //# sourceMappingURL=QuestionTitle.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"QuestionTitle.d.ts","sourceRoot":"","sources":["../../../../src/components/results/QuestionTitle.tsx"],"names":[],"mappings":"AACA,OAAO,KAAqB,MAAM,OAAO,CAAA;AAIzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAA;AAKjE,iBAAS,aAAa,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAE,EAAE,kBAAkB,qBA0BvE;;AAED,wBAAwC"}
@@ -1,26 +0,0 @@
1
- import classNames from 'classnames';
2
- import React, { useContext } from 'react';
3
- import AnsweringInstructions from '../AnsweringInstructions';
4
- import NotificationIcon from '../NotificationIcon';
5
- import { QuestionContext } from '../context/QuestionContext';
6
- import { formatQuestionDisplayNumber } from '../../formatting';
7
- import { Score } from '../shared/Score';
8
- import { useIsStudentsExamineExamPage } from './isExamineExamPageHook';
9
- function QuestionTitle({ element, renderChildNodes }) {
10
- const { displayNumber, level, maxAnswers, maxScore, childQuestions } = useContext(QuestionContext);
11
- const Tag = `h${Math.min(3 + level, 6)}`;
12
- const isStudentsExamineExamPage = useIsStudentsExamineExamPage();
13
- return (React.createElement(React.Fragment, null,
14
- React.createElement(Tag, { className: classNames('exam-question-title', { 'e-normal e-font-size-m': level > 0 }) },
15
- React.createElement("strong", { className: classNames('exam-question-title__display-number', {
16
- 'exam-question-title__display-number--indented': level > 0
17
- }) }, `${formatQuestionDisplayNumber(displayNumber)} `),
18
- renderChildNodes(element),
19
- ' ',
20
- isStudentsExamineExamPage && React.createElement(Score, { score: maxScore, size: level === 0 ? 'large' : 'small' })),
21
- maxAnswers != null && childQuestions.length > 0 && (React.createElement("p", { className: "e-italic" },
22
- React.createElement(NotificationIcon, null),
23
- React.createElement(AnsweringInstructions, { maxAnswers, childQuestions, elementType: 'question' })))));
24
- }
25
- export default React.memo(QuestionTitle);
26
- //# sourceMappingURL=QuestionTitle.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"QuestionTitle.js","sourceRoot":"","sources":["../../../../src/components/results/QuestionTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,YAAY,CAAA;AACnC,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AACzC,OAAO,qBAAqB,MAAM,0BAA0B,CAAA;AAC5D,OAAO,gBAAgB,MAAM,qBAAqB,CAAA;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAE5D,OAAO,EAAE,2BAA2B,EAAE,MAAM,kBAAkB,CAAA;AAC9D,OAAO,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAA;AACvC,OAAO,EAAE,4BAA4B,EAAE,MAAM,yBAAyB,CAAA;AAEtE,SAAS,aAAa,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAsB;IACtE,MAAM,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,cAAc,EAAE,GAAG,UAAU,CAAC,eAAe,CAAC,CAAA;IAClG,MAAM,GAAG,GAAG,IAAI,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,KAAK,EAAE,CAAC,CAAC,EAA+B,CAAA;IACrE,MAAM,yBAAyB,GAAG,4BAA4B,EAAE,CAAA;IAEhE,OAAO,CACL;QACE,oBAAC,GAAG,IAAC,SAAS,EAAE,UAAU,CAAC,qBAAqB,EAAE,EAAE,wBAAwB,EAAE,KAAK,GAAG,CAAC,EAAE,CAAC;YACxF,gCACE,SAAS,EAAE,UAAU,CAAC,qCAAqC,EAAE;oBAC3D,+CAA+C,EAAE,KAAK,GAAG,CAAC;iBAC3D,CAAC,IAED,GAAG,2BAA2B,CAAC,aAAa,CAAC,GAAG,CAC1C;YACR,gBAAgB,CAAC,OAAO,CAAC;YAAE,GAAG;YAC9B,yBAAyB,IAAI,oBAAC,KAAK,IAAC,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,KAAK,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,OAAO,GAAI,CAC3F;QACL,UAAU,IAAI,IAAI,IAAI,cAAc,CAAC,MAAM,GAAG,CAAC,IAAI,CAClD,2BAAG,SAAS,EAAC,UAAU;YACrB,oBAAC,gBAAgB,OAAG;YACpB,oBAAC,qBAAqB,IAAO,UAAU,EAAE,cAAc,EAAE,WAAW,EAAE,UAAU,GAAM,CACpF,CACL,CACA,CACJ,CAAA;AACH,CAAC;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,aAAa,CAAC,CAAA"}
@@ -1,19 +0,0 @@
1
- import React from 'react';
2
- import { GradingStructure, Score } from '../..';
3
- import { CommonExamProps } from '../exam/Exam';
4
- export interface ResultsProps extends CommonExamProps {
5
- /** Contains grading structure for the exam, and in addition scores and metadata (comments and annotations) */
6
- gradingStructure: GradingStructure;
7
- /** Custom grading text to be displayed for the whole exam. For example total grade for the exam. */
8
- gradingText?: string;
9
- /** Scores for exam answers */
10
- scores: Score[];
11
- singleGrading?: boolean;
12
- returnToExam: () => void;
13
- endSession: () => Promise<void>;
14
- studentSessionEnded?: boolean;
15
- isPreviewPage?: boolean;
16
- }
17
- declare const _default: React.MemoExoticComponent<React.ComponentType<any>>;
18
- export default _default;
19
- //# sourceMappingURL=Results.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Results.d.ts","sourceRoot":"","sources":["../../../../src/components/results/Results.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAA;AAEpD,OAAO,EAAE,gBAAgB,EAAE,KAAK,EAAE,MAAM,OAAO,CAAA;AAU/C,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAA;AAyB9C,MAAM,WAAW,YAAa,SAAQ,eAAe;IACnD,8GAA8G;IAC9G,gBAAgB,EAAE,gBAAgB,CAAA;IAClC,oGAAoG;IACpG,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,8BAA8B;IAC9B,MAAM,EAAE,KAAK,EAAE,CAAA;IACf,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,YAAY,EAAE,MAAM,IAAI,CAAA;IACxB,UAAU,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAA;IAC/B,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAC7B,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB;;AAiKD,wBAA6E"}
@@ -1,136 +0,0 @@
1
- import React, { useContext, useEffect } from 'react';
2
- import { I18nextProvider } from 'react-i18next';
3
- import { createRenderChildNodes } from '../../createRenderChildNodes';
4
- import { findChildElement, queryAncestors } from '../../dom-utils';
5
- import { changeLanguage, initI18n, useExamTranslation } from '../../i18n';
6
- import { scrollToHash } from '../../scrollToHash';
7
- import { useCached } from '../../useCached';
8
- import mkAttachmentLink from '../shared/AttachmentLink';
9
- import mkAttachmentLinks from '../shared/AttachmentLinks';
10
- import { CommonExamContext, withCommonExamContext } from '../context/CommonExamContext';
11
- import DocumentTitle from '../DocumentTitle';
12
- import ExamQuestionInstruction from '../exam/QuestionInstruction';
13
- import ExamSectionTitle from '../exam/SectionTitle';
14
- import Formula from '../shared/Formula';
15
- import Image from '../shared/Image';
16
- import RenderChildNodes from '../RenderChildNodes';
17
- import { renderIf } from '../RenderIf';
18
- import ResultsChoiceAnswer from './ChoiceAnswer';
19
- import { ResultsContext, withResultsContext } from '../context/ResultsContext';
20
- import DropdownAnswer from './DropdownAnswer';
21
- import Question from './Question';
22
- import QuestionTitle from './QuestionTitle';
23
- import Section from './Section';
24
- import ScoredTextAnswer from './ScoredTextAnswer';
25
- import TextAnswer from './TextAnswer';
26
- import { ErrorIndicatorForErrors } from '../exam/internal/ErrorIndicator';
27
- import { validateAnswers } from '../../validateAnswers';
28
- import { parseExamStructure } from '../../parser/parseExamStructure';
29
- import { QuestionNumber } from '../shared/QuestionNumber';
30
- import ExamTranslation from '../shared/ExamTranslation';
31
- import { useIsStudentsExamineExamPage } from './isExamineExamPageHook';
32
- import classNames from 'classnames';
33
- import { EndExamSession } from './EndExamSession';
34
- import { Footer } from '../shared/Footer';
35
- const renderChildNodes = createRenderChildNodes({
36
- attachment: RenderChildNodes,
37
- 'attachment-link': mkAttachmentLink('plain'),
38
- 'attachment-links': mkAttachmentLinks('plain'),
39
- 'audio-group': RenderChildNodes,
40
- 'choice-answer': ResultsChoiceAnswer,
41
- 'dropdown-answer': DropdownAnswer,
42
- formula: Formula,
43
- question: Question,
44
- hints: RenderChildNodes,
45
- image: renderIf(({ element }) => queryAncestors(element, 'choice-answer') != null)(Image),
46
- 'question-instruction': ExamQuestionInstruction,
47
- 'question-number': QuestionNumber,
48
- translation: ExamTranslation,
49
- 'question-title': QuestionTitle,
50
- section: Section,
51
- 'section-title': ExamSectionTitle,
52
- 'text-answer': TextAnswer,
53
- 'scored-text-answer': ScoredTextAnswer,
54
- 'scored-text-answers': RenderChildNodes
55
- });
56
- const Results = ({ doc, returnToExam, endSession, studentSessionEnded = false, isPreviewPage }) => {
57
- const { date, dateTimeFormatter, dayCode, examCode, language, resolveAttachment, root, subjectLanguage } = useContext(CommonExamContext);
58
- const { answersByQuestionId } = useContext(ResultsContext);
59
- const examTitle = findChildElement(root, 'exam-title');
60
- const examStylesheet = root.getAttribute('exam-stylesheet');
61
- const i18n = useCached(() => initI18n(language, examCode, dayCode));
62
- useEffect(changeLanguage(i18n, language));
63
- useEffect(scrollToHash, []);
64
- const isStudentsExamineExamPage = useIsStudentsExamineExamPage();
65
- const studentCanEndSession = endSession !== undefined;
66
- const isExamCopy = !isStudentsExamineExamPage && !isPreviewPage;
67
- useEffect(() => {
68
- window.location.hash = '';
69
- }, []);
70
- const onEndSession = () => {
71
- try {
72
- const elements = document.querySelectorAll('main > *:not(.e-logout-container)');
73
- elements.forEach(el => {
74
- const element = el;
75
- element.style.height = `${element.clientHeight}px`;
76
- });
77
- setTimeout(() => {
78
- void endSession();
79
- }, 50);
80
- }
81
- catch (e) {
82
- console.error(e);
83
- }
84
- };
85
- return (React.createElement(I18nextProvider, { i18n: i18n },
86
- React.createElement("main", { className: classNames('e-exam e-results', {
87
- 'examine-exam-page': isStudentsExamineExamPage,
88
- 'session-ended': studentSessionEnded
89
- }), lang: subjectLanguage },
90
- React.createElement(React.StrictMode, null),
91
- examStylesheet && React.createElement("link", { rel: "stylesheet", href: resolveAttachment(examStylesheet) }),
92
- !isExamCopy && (React.createElement("button", { className: "e-exam-done-return js-exam-done-return e-button", onClick: returnToExam },
93
- "\u00AB ",
94
- React.createElement(BackToExamText, null))),
95
- React.createElement("div", { className: "e-columns e-columns--bottom-v e-mrg-b-4" },
96
- examTitle && (React.createElement(DocumentTitle, { id: "title", className: "e-column e-mrg-b-0" },
97
- renderChildNodes(examTitle),
98
- date && `, ${dateTimeFormatter.format(date)}`)),
99
- !isStudentsExamineExamPage && React.createElement(ScoresAndFinalGrade, null)),
100
- !isExamCopy && React.createElement(ExamineExamInstructions, null),
101
- React.createElement(ErrorIndicatorForErrors, { validationErrors: validateAnswers(parseExamStructure(doc), answersByQuestionId), inExam: false }),
102
- renderChildNodes(root),
103
- (studentCanEndSession || isPreviewPage) && (React.createElement(EndExamSession, { onEndSession: isStudentsExamineExamPage ? onEndSession : () => Promise.resolve(), sessionEnded: studentSessionEnded }))),
104
- React.createElement(Footer, null)));
105
- };
106
- const BackToExamText = () => {
107
- const { t } = useExamTranslation();
108
- return t('examineExam.returnToExam');
109
- };
110
- const ExamineExamInstructions = () => {
111
- const { t } = useExamTranslation();
112
- return (React.createElement("div", { className: "e-section examine-exam-page-instructions shadow-box" },
113
- React.createElement("h3", null, t('examineExam.checkYourAnswersTitle')),
114
- React.createElement("ul", null,
115
- React.createElement("li", null, t('examineExam.hereAreYourAnswers')),
116
- React.createElement("li", null, t('examineExam.checkYourAnswers')),
117
- React.createElement("li", null, t('examineExam.removeExcessAnswers')),
118
- React.createElement("li", null,
119
- React.createElement("span", { className: "no-answer-example" }, t('examineExam.emptyAnswersAreHighlighted')),
120
- t('examineExam.thereMayBeOptionalQuestions')))));
121
- };
122
- function ScoresAndFinalGrade() {
123
- const { gradingText, totalScore } = useContext(ResultsContext);
124
- const { t } = useExamTranslation();
125
- return (React.createElement("div", { className: "e-column--narrow" },
126
- React.createElement("table", { className: "e-table e-table--borderless e-mrg-b-0" },
127
- React.createElement("tbody", null,
128
- React.createElement("tr", null,
129
- React.createElement("th", { className: "e-pad-y-0 e-normal" }, t('grading-total')),
130
- React.createElement("td", { className: "e-pad-y-0 e-semibold e-text-right" }, t('points', { count: totalScore }))),
131
- gradingText && (React.createElement("tr", null,
132
- React.createElement("th", { className: "e-pad-y-0 e-normal" }, t('grade')),
133
- React.createElement("td", { className: "e-pad-y-0 e-semibold e-text-right" }, gradingText)))))));
134
- }
135
- export default React.memo(withResultsContext(withCommonExamContext(Results)));
136
- //# sourceMappingURL=Results.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Results.js","sourceRoot":"","sources":["../../../../src/components/results/Results.tsx"],"names":[],"mappings":"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"}
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- import { ExamComponentProps } from '../../createRenderChildNodes';
3
- declare function ScoredTextAnswer({ element }: ExamComponentProps): React.JSX.Element;
4
- declare const _default: React.MemoExoticComponent<typeof ScoredTextAnswer>;
5
- export default _default;
6
- //# sourceMappingURL=ScoredTextAnswer.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ScoredTextAnswer.d.ts","sourceRoot":"","sources":["../../../../src/components/results/ScoredTextAnswer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAA;AAOzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAA;AAGjE,iBAAS,gBAAgB,CAAC,EAAE,OAAO,EAAE,EAAE,kBAAkB,qBAqBxD;;AAED,wBAA2C"}
@@ -1,22 +0,0 @@
1
- import React, { useContext } from 'react';
2
- import { getNumericAttribute } from '../../dom-utils';
3
- import { shortDisplayNumber } from '../../shortDisplayNumber';
4
- import { QuestionContext } from '../context/QuestionContext';
5
- import { findScore, ResultsContext } from '../context/ResultsContext';
6
- import ResultsExamQuestionAutoScore from './internal/QuestionAutoScore';
7
- import ResultsSingleLineAnswer from './SingleLineAnswer';
8
- function ScoredTextAnswer({ element }) {
9
- const { answers } = useContext(QuestionContext);
10
- const { answersByQuestionId, scores } = useContext(ResultsContext);
11
- const questionId = getNumericAttribute(element, 'question-id');
12
- const maxScore = getNumericAttribute(element, 'max-score');
13
- const answer = answersByQuestionId[questionId];
14
- const value = answer && answer.value;
15
- const displayNumber = shortDisplayNumber(element.getAttribute('display-number'));
16
- const score = findScore(scores, questionId);
17
- const autogradingScore = score === null || score === void 0 ? void 0 : score.autograding;
18
- return (React.createElement(ResultsSingleLineAnswer, { answers: answers, displayNumber: displayNumber, value: value, score: score },
19
- React.createElement(ResultsExamQuestionAutoScore, { score: autogradingScore === null || autogradingScore === void 0 ? void 0 : autogradingScore.score, maxScore: maxScore, displayNumber: answers.length > 1 ? displayNumber : undefined, questionId: questionId })));
20
- }
21
- export default React.memo(ScoredTextAnswer);
22
- //# sourceMappingURL=ScoredTextAnswer.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ScoredTextAnswer.js","sourceRoot":"","sources":["../../../../src/components/results/ScoredTextAnswer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AACzC,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAA;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAA;AAC7D,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAC5D,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AACrE,OAAO,4BAA4B,MAAM,8BAA8B,CAAA;AACvE,OAAO,uBAAuB,MAAM,oBAAoB,CAAA;AAIxD,SAAS,gBAAgB,CAAC,EAAE,OAAO,EAAsB;IACvD,MAAM,EAAE,OAAO,EAAE,GAAG,UAAU,CAAC,eAAe,CAAC,CAAA;IAC/C,MAAM,EAAE,mBAAmB,EAAE,MAAM,EAAE,GAAG,UAAU,CAAC,cAAc,CAAC,CAAA;IAClE,MAAM,UAAU,GAAG,mBAAmB,CAAC,OAAO,EAAE,aAAa,CAAE,CAAA;IAC/D,MAAM,QAAQ,GAAG,mBAAmB,CAAC,OAAO,EAAE,WAAW,CAAE,CAAA;IAC3D,MAAM,MAAM,GAAG,mBAAmB,CAAC,UAAU,CAA2B,CAAA;IACxE,MAAM,KAAK,GAAG,MAAM,IAAI,MAAM,CAAC,KAAK,CAAA;IACpC,MAAM,aAAa,GAAG,kBAAkB,CAAC,OAAO,CAAC,YAAY,CAAC,gBAAgB,CAAE,CAAC,CAAA;IACjF,MAAM,KAAK,GAAG,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC,CAAA;IAC3C,MAAM,gBAAgB,GAAG,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,WAAW,CAAA;IAE3C,OAAO,CACL,oBAAC,uBAAuB,IAAC,OAAO,EAAE,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK;QACjG,oBAAC,4BAA4B,IAC3B,KAAK,EAAE,gBAAgB,aAAhB,gBAAgB,uBAAhB,gBAAgB,CAAE,KAAK,EAC9B,QAAQ,EAAE,QAAQ,EAClB,aAAa,EAAE,OAAO,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,EAC7D,UAAU,EAAE,UAAU,GACtB,CACsB,CAC3B,CAAA;AACH,CAAC;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAA"}
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- declare const _default: React.MemoExoticComponent<React.ComponentType<any>>;
3
- export default _default;
4
- //# sourceMappingURL=Section.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Section.d.ts","sourceRoot":"","sources":["../../../../src/components/results/Section.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAA;;AAezC,wBAAsD"}
@@ -1,11 +0,0 @@
1
- import React, { useContext } from 'react';
2
- import SectionElement from '../SectionElement';
3
- import { SectionContext, withSectionContext } from '../context/SectionContext';
4
- import { sectionTitleId } from '../../ids';
5
- function Section({ element, renderChildNodes }) {
6
- const { displayNumber } = useContext(SectionContext);
7
- return (React.createElement(SectionElement, { "aria-labelledby": sectionTitleId(displayNumber) },
8
- React.createElement("div", { className: "e-results-section-wrapper" }, renderChildNodes(element))));
9
- }
10
- export default React.memo(withSectionContext(Section));
11
- //# sourceMappingURL=Section.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Section.js","sourceRoot":"","sources":["../../../../src/components/results/Section.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AACzC,OAAO,cAAc,MAAM,mBAAmB,CAAA;AAC9C,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAA;AAE9E,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAA;AAE1C,SAAS,OAAO,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAsB;IAChE,MAAM,EAAE,aAAa,EAAE,GAAG,UAAU,CAAC,cAAc,CAAC,CAAA;IAEpD,OAAO,CACL,oBAAC,cAAc,uBAAkB,cAAc,CAAC,aAAa,CAAC;QAC5D,6BAAK,SAAS,EAAC,2BAA2B,IAAE,gBAAgB,CAAC,OAAO,CAAC,CAAO,CAC7D,CAClB,CAAA;AACH,CAAC;AACD,eAAe,KAAK,CAAC,IAAI,CAAC,kBAAkB,CAAC,OAAO,CAAC,CAAC,CAAA"}
@@ -1,12 +0,0 @@
1
- import React from 'react';
2
- import { Score } from '../..';
3
- declare function SingleLineAnswer({ displayNumber, score, value, answers, children }: {
4
- answers: Element[];
5
- score?: Score;
6
- displayNumber?: string;
7
- value: string | undefined;
8
- children: React.ReactNode;
9
- }): React.JSX.Element;
10
- declare const _default: React.MemoExoticComponent<typeof SingleLineAnswer>;
11
- export default _default;
12
- //# sourceMappingURL=SingleLineAnswer.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SingleLineAnswer.d.ts","sourceRoot":"","sources":["../../../../src/components/results/SingleLineAnswer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAkC,MAAM,OAAO,CAAA;AACtD,OAAO,EAAE,KAAK,EAAE,MAAM,OAAO,CAAA;AAK7B,iBAAS,gBAAgB,CAAC,EACxB,aAAa,EACb,KAAK,EACL,KAAK,EACL,OAAO,EACP,QAAQ,EACT,EAAE;IACD,OAAO,EAAE,OAAO,EAAE,CAAA;IAClB,KAAK,CAAC,EAAE,KAAK,CAAA;IACb,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,KAAK,EAAE,MAAM,GAAG,SAAS,CAAA;IACzB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAC1B,qBA4BA;;AAED,wBAA2C"}
@@ -1,26 +0,0 @@
1
- import classNames from 'classnames';
2
- import React, { useLayoutEffect, useRef } from 'react';
3
- import { useExamTranslation } from '../../i18n';
4
- import { renderAnnotations } from '../../renderAnnotations';
5
- import { ScreenReaderOnly } from '../ScreenReaderOnly';
6
- function SingleLineAnswer({ displayNumber, score, value, answers, children }) {
7
- const { t, i18n } = useExamTranslation();
8
- const answerRef = useRef(null);
9
- useLayoutEffect(() => {
10
- var _a, _b, _c, _d;
11
- if (answerRef.current) {
12
- renderAnnotations(answerRef.current, (_b = (_a = score === null || score === void 0 ? void 0 : score.pregrading) === null || _a === void 0 ? void 0 : _a.annotations) !== null && _b !== void 0 ? _b : [], (_d = (_c = score === null || score === void 0 ? void 0 : score.censoring) === null || _c === void 0 ? void 0 : _c.annotations) !== null && _d !== void 0 ? _d : []);
13
- }
14
- });
15
- return (React.createElement(React.Fragment, null,
16
- displayNumber && answers.length > 1 && React.createElement("sup", null, displayNumber),
17
- React.createElement("span", { className: classNames('text-answer text-answer--single-line', {
18
- 'no-answer': !value
19
- }), "aria-description": !value ? i18n.t('examineExam.questionHasNoAnswer') : undefined },
20
- React.createElement(ScreenReaderOnly, null, t('screen-reader.answer-begin')),
21
- React.createElement("span", { className: "e-inline-block", ref: answerRef }, value),
22
- React.createElement(ScreenReaderOnly, null, t('screen-reader.answer-end'))),
23
- children));
24
- }
25
- export default React.memo(SingleLineAnswer);
26
- //# sourceMappingURL=SingleLineAnswer.js.map