@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,8 @@
1
+ import { Task } from 'redux-saga';
2
+ import { ExamAnswer, ExamServerAPI } from '../..';
3
+ export declare function answersSaga(examServerApi: ExamServerAPI): Generator<import("redux-saga/effects").TakeEffect | import("redux-saga/effects").CancelEffect | import("redux-saga/effects").ForkEffect<void>, void, {
4
+ type: "SAVE_ANSWER";
5
+ payload: ExamAnswer;
6
+ } & Task<any>>;
7
+ export default function root(examServerApi: ExamServerAPI): Generator<import("redux-saga/effects").ForkEffect<void>, void, unknown>;
8
+ //# sourceMappingURL=sagas.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sagas.d.ts","sourceRoot":"","sources":["../../../../src/store/answers/sagas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAA;AAEjC,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAuBjD,wBAAiB,WAAW,CAAC,aAAa,EAAE,aAAa;;;eAcxD;AA8BD,MAAM,CAAC,OAAO,UAAW,IAAI,CAAC,aAAa,EAAE,aAAa,2EAGzD"}
@@ -0,0 +1,60 @@
1
+ import { call, cancel, delay, fork, put, take } from 'redux-saga/effects';
2
+ import { saveAnswer, saveAnswerFailed, saveAnswerSucceeded } from './actions';
3
+ const tasks = new Map();
4
+ function* performSave(action, examServerApi) {
5
+ const answer = action.payload;
6
+ try {
7
+ yield delay(1000);
8
+ yield call(examServerApi.saveAnswer, answer);
9
+ yield put(saveAnswerSucceeded(answer));
10
+ }
11
+ catch (error) {
12
+ yield put(saveAnswerFailed(answer, error));
13
+ }
14
+ tasks.delete(answer.questionId);
15
+ }
16
+ // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
17
+ export function* answersSaga(examServerApi) {
18
+ // Approximate takeLatest, except grouped by question id.
19
+ // https://redux-saga.js.org/docs/api/#takelatestpattern-saga-args
20
+ while (true) {
21
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
22
+ const action = yield take('SAVE_ANSWER');
23
+ const existing = tasks.get(action.payload.questionId);
24
+ if (existing) {
25
+ yield cancel(existing);
26
+ }
27
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
28
+ const task = yield fork(performSave, action, examServerApi);
29
+ tasks.set(action.payload.questionId, task);
30
+ }
31
+ }
32
+ function* answerHistorySaga(examServerApi) {
33
+ while (examServerApi.selectAnswerVersion) {
34
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
35
+ const action = yield take('SELECT_ANSWER_VERSION');
36
+ const { questionId, questionText } = action.payload;
37
+ if (examServerApi.logActivity) {
38
+ yield call(examServerApi.logActivity, `Opened answer version history for question ${questionId}, ${questionText}`);
39
+ }
40
+ try {
41
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
42
+ const maybeNewAnswer = yield call(examServerApi.selectAnswerVersion, questionId, questionText);
43
+ if (maybeNewAnswer) {
44
+ yield put(saveAnswer(maybeNewAnswer));
45
+ if (examServerApi.logActivity) {
46
+ yield call(examServerApi.logActivity, `Restored answer version for question ${questionId}, ${questionText}`);
47
+ }
48
+ }
49
+ }
50
+ catch (error) {
51
+ console.error(error);
52
+ }
53
+ }
54
+ }
55
+ // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
56
+ export default function* root(examServerApi) {
57
+ yield fork(answersSaga, examServerApi);
58
+ yield fork(answerHistorySaga, examServerApi);
59
+ }
60
+ //# sourceMappingURL=sagas.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sagas.js","sourceRoot":"","sources":["../../../../src/store/answers/sagas.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,29 @@
1
+ import { Audio } from './reducer';
2
+ import { AudioPlaybackError } from '../..';
3
+ export declare const playAudio: (audio: Audio) => {
4
+ type: "PLAY_AUDIO";
5
+ payload: Audio;
6
+ };
7
+ export declare const playAudioStarted: (audio: Audio) => {
8
+ type: "PLAY_AUDIO_STARTED";
9
+ payload: Audio;
10
+ };
11
+ export declare const playAudioFinished: () => {
12
+ type: "PLAY_AUDIO_FINISHED";
13
+ };
14
+ export declare const showAudioError: (audio: Audio, error: AudioPlaybackError) => {
15
+ type: "SHOW_AUDIO_ERROR";
16
+ payload: {
17
+ audio: Audio;
18
+ error: AudioPlaybackError;
19
+ };
20
+ };
21
+ export declare const hideAudioError: (audio: Audio) => {
22
+ type: "HIDE_AUDIO_ERROR";
23
+ payload: Audio;
24
+ };
25
+ export declare const updateRemaining: (remaining: number) => {
26
+ type: "UPDATE_REMAINING";
27
+ payload: number;
28
+ };
29
+ //# sourceMappingURL=actions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../../src/store/audio/actions.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,EAAE,MAAM,WAAW,CAAA;AACjC,OAAO,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAA;AAE1C,eAAO,MAAM,SAAS,UAAW,KAAK;;;CAAgC,CAAA;AAEtE,eAAO,MAAM,gBAAgB,UAAW,KAAK;;;CAAwC,CAAA;AAErF,eAAO,MAAM,iBAAiB;;CAAsC,CAAA;AAEpE,eAAO,MAAM,cAAc,UAAW,KAAK,SAAS,kBAAkB;;;;;;CAAiD,CAAA;AAEvH,eAAO,MAAM,cAAc,UAAW,KAAK;;;CAAsC,CAAA;AAEjF,eAAO,MAAM,eAAe,cAAe,MAAM;;;CAA0C,CAAA"}
@@ -0,0 +1,9 @@
1
+ /* eslint-disable @typescript-eslint/explicit-module-boundary-types */
2
+ import { action } from 'typesafe-actions';
3
+ export const playAudio = (audio) => action('PLAY_AUDIO', audio);
4
+ export const playAudioStarted = (audio) => action('PLAY_AUDIO_STARTED', audio);
5
+ export const playAudioFinished = () => action('PLAY_AUDIO_FINISHED');
6
+ export const showAudioError = (audio, error) => action('SHOW_AUDIO_ERROR', { audio, error });
7
+ export const hideAudioError = (audio) => action('HIDE_AUDIO_ERROR', audio);
8
+ export const updateRemaining = (remaining) => action('UPDATE_REMAINING', remaining);
9
+ //# sourceMappingURL=actions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"actions.js","sourceRoot":"","sources":["../../../../src/store/audio/actions.ts"],"names":[],"mappings":"AAAA,sEAAsE;AAEtE,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAA;AAIzC,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,KAAY,EAAE,EAAE,CAAC,MAAM,CAAC,YAAY,EAAE,KAAK,CAAC,CAAA;AAEtE,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,KAAY,EAAE,EAAE,CAAC,MAAM,CAAC,oBAAoB,EAAE,KAAK,CAAC,CAAA;AAErF,MAAM,CAAC,MAAM,iBAAiB,GAAG,GAAG,EAAE,CAAC,MAAM,CAAC,qBAAqB,CAAC,CAAA;AAEpE,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,KAAY,EAAE,KAAyB,EAAE,EAAE,CAAC,MAAM,CAAC,kBAAkB,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC,CAAA;AAEvH,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,KAAY,EAAE,EAAE,CAAC,MAAM,CAAC,kBAAkB,EAAE,KAAK,CAAC,CAAA;AAEjF,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,SAAiB,EAAE,EAAE,CAAC,MAAM,CAAC,kBAAkB,EAAE,SAAS,CAAC,CAAA"}
@@ -0,0 +1,27 @@
1
+ import { ActionType } from 'typesafe-actions';
2
+ import * as actions from './actions';
3
+ import { AudioPlaybackError, RestrictedAudioId } from '../..';
4
+ import { MutableRefObject } from 'react';
5
+ type AudioAction = ActionType<typeof actions>;
6
+ export interface Audio {
7
+ /** The source filename */
8
+ src: string;
9
+ /** Duration in seconds */
10
+ duration: number;
11
+ /** An unique identifier for each restricted audio element. For compatibility with KTP. */
12
+ restrictedAudioId?: number;
13
+ /** Ref to audio element */
14
+ audioRef?: MutableRefObject<HTMLAudioElement | null>;
15
+ }
16
+ export interface NowPlaying {
17
+ audio: Audio;
18
+ durationRemaining: number;
19
+ }
20
+ export interface AudioState {
21
+ errors: Record<string | RestrictedAudioId, AudioPlaybackError>;
22
+ nowPlaying: NowPlaying | null;
23
+ playbackTimes: Record<RestrictedAudioId, number>;
24
+ }
25
+ export default function audioReducer(state: AudioState | undefined, action: AudioAction): AudioState;
26
+ export {};
27
+ //# sourceMappingURL=reducer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reducer.d.ts","sourceRoot":"","sources":["../../../../src/store/audio/reducer.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAC7C,OAAO,KAAK,OAAO,MAAM,WAAW,CAAA;AACpC,OAAO,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAA;AAC7D,OAAO,EAAE,gBAAgB,EAAE,MAAM,OAAO,CAAA;AAExC,KAAK,WAAW,GAAG,UAAU,CAAC,OAAO,OAAO,CAAC,CAAA;AAE7C,MAAM,WAAW,KAAK;IACpB,0BAA0B;IAC1B,GAAG,EAAE,MAAM,CAAA;IACX,0BAA0B;IAC1B,QAAQ,EAAE,MAAM,CAAA;IAChB,0FAA0F;IAC1F,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,2BAA2B;IAC3B,QAAQ,CAAC,EAAE,gBAAgB,CAAC,gBAAgB,GAAG,IAAI,CAAC,CAAA;CACrD;AAED,MAAM,WAAW,UAAU;IACzB,KAAK,EAAE,KAAK,CAAA;IACZ,iBAAiB,EAAE,MAAM,CAAA;CAC1B;AAED,MAAM,WAAW,UAAU;IACzB,MAAM,EAAE,MAAM,CAAC,MAAM,GAAG,iBAAiB,EAAE,kBAAkB,CAAC,CAAA;IAC9D,UAAU,EAAE,UAAU,GAAG,IAAI,CAAA;IAC7B,aAAa,EAAE,MAAM,CAAC,iBAAiB,EAAE,MAAM,CAAC,CAAA;CACjD;AAQD,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,KAAK,EAAE,UAAU,YAAe,EAAE,MAAM,EAAE,WAAW,GAAG,UAAU,CA8CtG"}
@@ -0,0 +1,55 @@
1
+ import * as _ from 'lodash-es';
2
+ const initialState = {
3
+ errors: {},
4
+ nowPlaying: null,
5
+ playbackTimes: {}
6
+ };
7
+ export default function audioReducer(state = initialState, action) {
8
+ switch (action.type) {
9
+ case 'PLAY_AUDIO': {
10
+ const audio = action.payload;
11
+ const nowPlaying = { audio, durationRemaining: audio.duration };
12
+ return { ...state, nowPlaying };
13
+ }
14
+ case 'PLAY_AUDIO_STARTED': {
15
+ const audio = action.payload;
16
+ if (audio.restrictedAudioId != null) {
17
+ const listened = state.playbackTimes[audio.restrictedAudioId];
18
+ const playbackTimes = {
19
+ ...state.playbackTimes,
20
+ [audio.restrictedAudioId]: listened ? listened + 1 : 1
21
+ };
22
+ const errors = _.omit(state.errors, [audio.src]);
23
+ return { ...state, playbackTimes, errors };
24
+ }
25
+ else {
26
+ return state;
27
+ }
28
+ }
29
+ case 'SHOW_AUDIO_ERROR': {
30
+ const { audio, error } = action.payload;
31
+ const key = _.get(audio, 'restrictedAudioId', audio.src);
32
+ const errors = {
33
+ ...state.errors,
34
+ [key]: error
35
+ };
36
+ return { ...state, errors, nowPlaying: null };
37
+ }
38
+ case 'HIDE_AUDIO_ERROR': {
39
+ const audio = action.payload;
40
+ const key = _.get(audio, 'restrictedAudioId', audio.src);
41
+ const errors = _.omit(state.errors, [key]);
42
+ return { ...state, errors };
43
+ }
44
+ case 'PLAY_AUDIO_FINISHED':
45
+ return { ...state, nowPlaying: null };
46
+ case 'UPDATE_REMAINING': {
47
+ const durationRemaining = action.payload;
48
+ const nowPlaying = { ...state.nowPlaying, durationRemaining };
49
+ return { ...state, nowPlaying };
50
+ }
51
+ default:
52
+ return state;
53
+ }
54
+ }
55
+ //# sourceMappingURL=reducer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reducer.js","sourceRoot":"","sources":["../../../../src/store/audio/reducer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,WAAW,CAAA;AA8B9B,MAAM,YAAY,GAAe;IAC/B,MAAM,EAAE,EAAE;IACV,UAAU,EAAE,IAAI;IAChB,aAAa,EAAE,EAAE;CAClB,CAAA;AAED,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,QAAoB,YAAY,EAAE,MAAmB;IACxF,QAAQ,MAAM,CAAC,IAAI,EAAE,CAAC;QACpB,KAAK,YAAY,CAAC,CAAC,CAAC;YAClB,MAAM,KAAK,GAAG,MAAM,CAAC,OAAO,CAAA;YAC5B,MAAM,UAAU,GAAG,EAAE,KAAK,EAAE,iBAAiB,EAAE,KAAK,CAAC,QAAQ,EAAE,CAAA;YAC/D,OAAO,EAAE,GAAG,KAAK,EAAE,UAAU,EAAE,CAAA;QACjC,CAAC;QACD,KAAK,oBAAoB,CAAC,CAAC,CAAC;YAC1B,MAAM,KAAK,GAAG,MAAM,CAAC,OAAO,CAAA;YAC5B,IAAI,KAAK,CAAC,iBAAiB,IAAI,IAAI,EAAE,CAAC;gBACpC,MAAM,QAAQ,GAAG,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAA;gBAC7D,MAAM,aAAa,GAAG;oBACpB,GAAG,KAAK,CAAC,aAAa;oBACtB,CAAC,KAAK,CAAC,iBAAiB,CAAC,EAAE,QAAQ,CAAC,CAAC,CAAC,QAAQ,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;iBACvD,CAAA;gBACD,MAAM,MAAM,GAAG,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAA;gBAChD,OAAO,EAAE,GAAG,KAAK,EAAE,aAAa,EAAE,MAAM,EAAE,CAAA;YAC5C,CAAC;iBAAM,CAAC;gBACN,OAAO,KAAK,CAAA;YACd,CAAC;QACH,CAAC;QACD,KAAK,kBAAkB,CAAC,CAAC,CAAC;YACxB,MAAM,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,MAAM,CAAC,OAAO,CAAA;YACvC,MAAM,GAAG,GAAG,CAAC,CAAC,GAAG,CAAC,KAAK,EAAE,mBAAmB,EAAE,KAAK,CAAC,GAAG,CAAC,CAAA;YACxD,MAAM,MAAM,GAAG;gBACb,GAAG,KAAK,CAAC,MAAM;gBACf,CAAC,GAAG,CAAC,EAAE,KAAK;aACb,CAAA;YACD,OAAO,EAAE,GAAG,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,IAAI,EAAE,CAAA;QAC/C,CAAC;QACD,KAAK,kBAAkB,CAAC,CAAC,CAAC;YACxB,MAAM,KAAK,GAAG,MAAM,CAAC,OAAO,CAAA;YAC5B,MAAM,GAAG,GAAG,CAAC,CAAC,GAAG,CAAC,KAAK,EAAE,mBAAmB,EAAE,KAAK,CAAC,GAAG,CAAC,CAAA;YACxD,MAAM,MAAM,GAAG,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAA;YAC1C,OAAO,EAAE,GAAG,KAAK,EAAE,MAAM,EAAE,CAAA;QAC7B,CAAC;QACD,KAAK,qBAAqB;YACxB,OAAO,EAAE,GAAG,KAAK,EAAE,UAAU,EAAE,IAAI,EAAE,CAAA;QACvC,KAAK,kBAAkB,CAAC,CAAC,CAAC;YACxB,MAAM,iBAAiB,GAAG,MAAM,CAAC,OAAO,CAAA;YACxC,MAAM,UAAU,GAAG,EAAE,GAAG,KAAK,CAAC,UAAW,EAAE,iBAAiB,EAAE,CAAA;YAC9D,OAAO,EAAE,GAAG,KAAK,EAAE,UAAU,EAAE,CAAA;QACjC,CAAC;QACD;YACE,OAAO,KAAK,CAAA;IAChB,CAAC;AACH,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { ExamServerAPI } from '../..';
2
+ export default function audioSaga(examServerApi: ExamServerAPI): Generator<import("redux-saga/effects").ForkEffect<never>, void, unknown>;
3
+ //# sourceMappingURL=sagas.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sagas.d.ts","sourceRoot":"","sources":["../../../../src/store/audio/sagas.ts"],"names":[],"mappings":"AAWA,OAAO,EAAyB,aAAa,EAAE,MAAM,OAAO,CAAA;AA2E5D,MAAM,CAAC,OAAO,UAAW,SAAS,CAAC,aAAa,EAAE,aAAa,4EAE9D"}
@@ -0,0 +1,68 @@
1
+ import { call, delay, put, select, takeEvery } from 'redux-saga/effects';
2
+ import { countdown } from '../countdown';
3
+ import { getPlaybackTimes } from '../selectors';
4
+ import { hideAudioError, playAudioFinished, playAudioStarted, showAudioError, updateRemaining } from './actions';
5
+ async function loadAndPlayRestrictedAudio(examServerApi, restrictedAudioId, audio, playbackTimes) {
6
+ try {
7
+ const response = await examServerApi.getRestrictedAudio('', restrictedAudioId, playbackTimes);
8
+ const source = audio.querySelector('source');
9
+ source.src = URL.createObjectURL(response);
10
+ audio.load();
11
+ void audio.play();
12
+ return {
13
+ response: 'ok',
14
+ cleanup: () => {
15
+ URL.revokeObjectURL(source.src);
16
+ }
17
+ };
18
+ }
19
+ catch (_) {
20
+ return { response: 'other-error', cleanup: () => { } };
21
+ }
22
+ }
23
+ function handleAbitti2Audio(examServerApi, audio, playbackTimes) {
24
+ if (playbackTimes != null && audio.restrictedAudioId != null) {
25
+ return loadAndPlayRestrictedAudio(examServerApi, audio.restrictedAudioId, audio.audioRef.current, playbackTimes);
26
+ }
27
+ else {
28
+ void audio.audioRef.current.play();
29
+ return { response: 'ok' };
30
+ }
31
+ }
32
+ function* handleAbitti1Audio(examServerApi, audio, playbackTimes) {
33
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
34
+ const response = playbackTimes != null && audio.restrictedAudioId != null
35
+ ? yield call(examServerApi.playRestrictedAudio, audio.src, audio.restrictedAudioId, playbackTimes)
36
+ : yield call(examServerApi.playAudio, audio.src);
37
+ return { response };
38
+ }
39
+ function* performPlayAudio(examServerApi, action) {
40
+ const audio = action.payload;
41
+ try {
42
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
43
+ const playbackTimes = audio.restrictedAudioId != null ? yield select(getPlaybackTimes(audio.restrictedAudioId)) : undefined;
44
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
45
+ const result = audio.audioRef && audio.audioRef.current
46
+ ? yield handleAbitti2Audio(examServerApi, audio, playbackTimes)
47
+ : yield handleAbitti1Audio(examServerApi, audio, playbackTimes);
48
+ if (result.response === 'ok') {
49
+ yield put(playAudioStarted(audio));
50
+ yield call(countdown, audio.duration, updateRemaining);
51
+ yield put(playAudioFinished());
52
+ }
53
+ else {
54
+ yield put(showAudioError(audio, result.response));
55
+ yield delay(5000);
56
+ yield put(hideAudioError(audio));
57
+ }
58
+ result.cleanup && result.cleanup();
59
+ }
60
+ catch (error) {
61
+ console.error(error);
62
+ }
63
+ }
64
+ // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
65
+ export default function* audioSaga(examServerApi) {
66
+ yield takeEvery('PLAY_AUDIO', performPlayAudio, examServerApi);
67
+ }
68
+ //# sourceMappingURL=sagas.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sagas.js","sourceRoot":"","sources":["../../../../src/store/audio/sagas.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,19 @@
1
+ export declare const allowCas: (durationSeconds: number) => {
2
+ type: "ALLOW_CAS";
3
+ payload: number;
4
+ };
5
+ export declare const allowCasCountdown: (durationSeconds: number) => {
6
+ type: "ALLOW_CAS_COUNTDOWN";
7
+ payload: number;
8
+ };
9
+ export declare const allowCasSucceeded: () => {
10
+ type: "ALLOW_CAS_SUCCEEDED";
11
+ };
12
+ export declare const allowCasCancelled: () => {
13
+ type: "ALLOW_CAS_CANCELLED";
14
+ };
15
+ export declare const updateCasRemaining: (remaining: number) => {
16
+ type: "UPDATE_CAS_REMAINING";
17
+ payload: number;
18
+ };
19
+ //# sourceMappingURL=actions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../../src/store/cas/actions.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,QAAQ,oBAAqB,MAAM;;;CAAyC,CAAA;AAEzF,eAAO,MAAM,iBAAiB,oBAAqB,MAAM;;;CAAmD,CAAA;AAE5G,eAAO,MAAM,iBAAiB;;CAAsC,CAAA;AAEpE,eAAO,MAAM,iBAAiB;;CAAsC,CAAA;AAEpE,eAAO,MAAM,kBAAkB,cAAe,MAAM;;;CAA8C,CAAA"}
@@ -0,0 +1,9 @@
1
+ /* eslint-disable @typescript-eslint/explicit-module-boundary-types */
2
+ import { action, deprecated } from 'typesafe-actions';
3
+ const { createAction } = deprecated;
4
+ export const allowCas = (durationSeconds) => action('ALLOW_CAS', durationSeconds);
5
+ export const allowCasCountdown = (durationSeconds) => action('ALLOW_CAS_COUNTDOWN', durationSeconds);
6
+ export const allowCasSucceeded = createAction('ALLOW_CAS_SUCCEEDED');
7
+ export const allowCasCancelled = createAction('ALLOW_CAS_CANCELLED');
8
+ export const updateCasRemaining = (remaining) => action('UPDATE_CAS_REMAINING', remaining);
9
+ //# sourceMappingURL=actions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"actions.js","sourceRoot":"","sources":["../../../../src/store/cas/actions.ts"],"names":[],"mappings":"AAAA,sEAAsE;AAEtE,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AACrD,MAAM,EAAE,YAAY,EAAE,GAAG,UAAU,CAAA;AAEnC,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,eAAuB,EAAE,EAAE,CAAC,MAAM,CAAC,WAAW,EAAE,eAAe,CAAC,CAAA;AAEzF,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,eAAuB,EAAE,EAAE,CAAC,MAAM,CAAC,qBAAqB,EAAE,eAAe,CAAC,CAAA;AAE5G,MAAM,CAAC,MAAM,iBAAiB,GAAG,YAAY,CAAC,qBAAqB,CAAC,CAAA;AAEpE,MAAM,CAAC,MAAM,iBAAiB,GAAG,YAAY,CAAC,qBAAqB,CAAC,CAAA;AAEpE,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,SAAiB,EAAE,EAAE,CAAC,MAAM,CAAC,sBAAsB,EAAE,SAAS,CAAC,CAAA"}
@@ -0,0 +1,14 @@
1
+ import { ActionType } from 'typesafe-actions';
2
+ import * as actions from './actions';
3
+ type CasAction = ActionType<typeof actions>;
4
+ export type CasState = {
5
+ casStatus: 'forbidden';
6
+ } | {
7
+ casStatus: 'allowing';
8
+ durationRemaining: number;
9
+ } | {
10
+ casStatus: 'allowed';
11
+ };
12
+ export default function casReducer(state: CasState | undefined, action: CasAction): CasState;
13
+ export {};
14
+ //# sourceMappingURL=reducer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reducer.d.ts","sourceRoot":"","sources":["../../../../src/store/cas/reducer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAC7C,OAAO,KAAK,OAAO,MAAM,WAAW,CAAA;AAEpC,KAAK,SAAS,GAAG,UAAU,CAAC,OAAO,OAAO,CAAC,CAAA;AAE3C,MAAM,MAAM,QAAQ,GAChB;IAAE,SAAS,EAAE,WAAW,CAAA;CAAE,GAC1B;IAAE,SAAS,EAAE,UAAU,CAAC;IAAC,iBAAiB,EAAE,MAAM,CAAA;CAAE,GACpD;IAAE,SAAS,EAAE,SAAS,CAAA;CAAE,CAAA;AAM5B,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,EAAE,QAAQ,YAAe,EAAE,MAAM,EAAE,SAAS,GAAG,QAAQ,CAmB9F"}
@@ -0,0 +1,24 @@
1
+ const initialState = {
2
+ casStatus: 'forbidden'
3
+ };
4
+ export default function casReducer(state = initialState, action) {
5
+ switch (action.type) {
6
+ case 'ALLOW_CAS':
7
+ return state;
8
+ case 'ALLOW_CAS_COUNTDOWN': {
9
+ return { casStatus: 'allowing', durationRemaining: action.payload };
10
+ }
11
+ case 'ALLOW_CAS_SUCCEEDED': {
12
+ return { casStatus: 'allowed' };
13
+ }
14
+ case 'ALLOW_CAS_CANCELLED': {
15
+ return { casStatus: 'forbidden' };
16
+ }
17
+ case 'UPDATE_CAS_REMAINING': {
18
+ return { casStatus: 'allowing', durationRemaining: action.payload };
19
+ }
20
+ default:
21
+ return state;
22
+ }
23
+ }
24
+ //# sourceMappingURL=reducer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reducer.js","sourceRoot":"","sources":["../../../../src/store/cas/reducer.ts"],"names":[],"mappings":"AAUA,MAAM,YAAY,GAAa;IAC7B,SAAS,EAAE,WAAW;CACvB,CAAA;AAED,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,QAAkB,YAAY,EAAE,MAAiB;IAClF,QAAQ,MAAM,CAAC,IAAI,EAAE,CAAC;QACpB,KAAK,WAAW;YACd,OAAO,KAAK,CAAA;QACd,KAAK,qBAAqB,CAAC,CAAC,CAAC;YAC3B,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,CAAC,OAAO,EAAE,CAAA;QACrE,CAAC;QACD,KAAK,qBAAqB,CAAC,CAAC,CAAC;YAC3B,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,CAAA;QACjC,CAAC;QACD,KAAK,qBAAqB,CAAC,CAAC,CAAC;YAC3B,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,CAAA;QACnC,CAAC;QACD,KAAK,sBAAsB,CAAC,CAAC,CAAC;YAC5B,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,CAAC,OAAO,EAAE,CAAA;QACrE,CAAC;QACD;YACE,OAAO,KAAK,CAAA;IAChB,CAAC;AACH,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { CasStatus, ExamServerAPI } from '../..';
2
+ import { allowCas } from './actions';
3
+ export declare function performEnableCas(examServerApi: ExamServerAPI, { payload }: ReturnType<typeof allowCas>): Generator<import("redux-saga/effects").CallEffect<CasStatus> | import("redux-saga/effects").PutEffect<{
4
+ type: "ALLOW_CAS_SUCCEEDED";
5
+ }> | import("redux-saga/effects").PutEffect<{
6
+ type: "ALLOW_CAS_COUNTDOWN";
7
+ payload: number;
8
+ }> | import("redux-saga/effects").RaceEffect<import("redux-saga/effects").CallEffect<void> | import("redux-saga/effects").TakeEffect> | import("redux-saga/effects").PutEffect<{
9
+ type: "ALLOW_CAS_CANCELLED";
10
+ }>, void, ("forbidden" & {
11
+ cancelled: any;
12
+ }) | ("allowing" & {
13
+ cancelled: any;
14
+ }) | ("allowed" & {
15
+ cancelled: any;
16
+ })>;
17
+ export default function casSaga(examServerApi: ExamServerAPI): Generator<import("redux-saga/effects").ForkEffect<never>, void, unknown>;
18
+ //# sourceMappingURL=sagas.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sagas.d.ts","sourceRoot":"","sources":["../../../../src/store/cas/sagas.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAEhD,OAAO,EAAE,QAAQ,EAA+E,MAAM,WAAW,CAAA;AAGjH,wBAAiB,gBAAgB,CAAC,aAAa,EAAE,aAAa,EAAE,EAAE,OAAO,EAAE,EAAE,UAAU,CAAC,OAAO,QAAQ,CAAC;;;;;;;;;;;;;IA0BvG;AAGD,MAAM,CAAC,OAAO,UAAW,OAAO,CAAC,aAAa,EAAE,aAAa,4EAE5D"}
@@ -0,0 +1,36 @@
1
+ import { call, put, race, take, takeLatest } from 'redux-saga/effects';
2
+ import { countdown } from '../countdown';
3
+ import { allowCasCancelled, allowCasCountdown, allowCasSucceeded, updateCasRemaining } from './actions';
4
+ // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
5
+ export function* performEnableCas(examServerApi, { payload }) {
6
+ try {
7
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
8
+ const status1 = yield call(examServerApi.setCasStatus, 'allowing');
9
+ if (status1 === 'allowed') {
10
+ yield put(allowCasSucceeded());
11
+ return;
12
+ }
13
+ yield put(allowCasCountdown(payload));
14
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
15
+ const { cancelled } = yield race({
16
+ finished: call(countdown, payload, updateCasRemaining),
17
+ cancelled: take('ALLOW_CAS_CANCELLED')
18
+ });
19
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
20
+ const status2 = yield call(examServerApi.setCasStatus, cancelled ? 'forbidden' : 'allowed');
21
+ if (status2 === 'allowed') {
22
+ yield put(allowCasSucceeded());
23
+ }
24
+ else if (!cancelled) {
25
+ yield put(allowCasCancelled());
26
+ }
27
+ }
28
+ catch (error) {
29
+ console.error(error);
30
+ }
31
+ }
32
+ // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
33
+ export default function* casSaga(examServerApi) {
34
+ yield takeLatest('ALLOW_CAS', performEnableCas, examServerApi);
35
+ }
36
+ //# sourceMappingURL=sagas.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sagas.js","sourceRoot":"","sources":["../../../../src/store/cas/sagas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AAEtE,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AACxC,OAAO,EAAY,iBAAiB,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAA;AAEjH,6EAA6E;AAC7E,MAAM,SAAS,CAAC,CAAC,gBAAgB,CAAC,aAA4B,EAAE,EAAE,OAAO,EAA+B;IACtG,IAAI,CAAC;QACH,mEAAmE;QACnE,MAAM,OAAO,GAAc,MAAM,IAAI,CAAC,aAAa,CAAC,YAAY,EAAE,UAAU,CAAC,CAAA;QAC7E,IAAI,OAAO,KAAK,SAAS,EAAE,CAAC;YAC1B,MAAM,GAAG,CAAC,iBAAiB,EAAE,CAAC,CAAA;YAC9B,OAAM;QACR,CAAC;QAED,MAAM,GAAG,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC,CAAA;QACrC,mEAAmE;QACnE,MAAM,EAAE,SAAS,EAAE,GAAG,MAAM,IAAI,CAAC;YAC/B,QAAQ,EAAE,IAAI,CAAC,SAAS,EAAE,OAAO,EAAE,kBAAkB,CAAC;YACtD,SAAS,EAAE,IAAI,CAAC,qBAAqB,CAAC;SACvC,CAAC,CAAA;QAEF,mEAAmE;QACnE,MAAM,OAAO,GAAc,MAAM,IAAI,CAAC,aAAa,CAAC,YAAY,EAAE,SAAS,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC,CAAA;QACtG,IAAI,OAAO,KAAK,SAAS,EAAE,CAAC;YAC1B,MAAM,GAAG,CAAC,iBAAiB,EAAE,CAAC,CAAA;QAChC,CAAC;aAAM,IAAI,CAAC,SAAS,EAAE,CAAC;YACtB,MAAM,GAAG,CAAC,iBAAiB,EAAE,CAAC,CAAA;QAChC,CAAC;IACH,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAA;IACtB,CAAC;AACH,CAAC;AAED,6EAA6E;AAC7E,MAAM,CAAC,OAAO,SAAS,CAAC,CAAC,OAAO,CAAC,aAA4B;IAC3D,MAAM,UAAU,CAAC,WAAW,EAAE,gBAAgB,EAAE,aAAa,CAAC,CAAA;AAChE,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { EventChannel } from 'redux-saga';
2
+ import { Action } from 'typesafe-actions';
3
+ export declare function countdown(duration: number, updateAction: (duration: number) => Action<any>): Generator<import("redux-saga/effects").CallEffect<EventChannel<number>> | import("redux-saga/effects").ChannelTakeEffect<number> | import("redux-saga/effects").PutEffect<Action<any>> | import("redux-saga/effects").CancelledEffect, void, never>;
4
+ //# sourceMappingURL=countdown.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"countdown.d.ts","sourceRoot":"","sources":["../../../src/store/countdown.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,YAAY,EAAE,MAAM,YAAY,CAAA;AAE5D,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAA;AAkBzC,wBAAiB,SAAS,CAAC,QAAQ,EAAE,MAAM,EAAE,YAAY,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,MAAM,CAAC,GAAG,CAAC,uPAe3F"}
@@ -0,0 +1,33 @@
1
+ import { END, eventChannel } from 'redux-saga';
2
+ import { call, cancelled, put, take } from 'redux-saga/effects';
3
+ const countdownChannel = (duration) => eventChannel(emit => {
4
+ const intervalId = setInterval(() => {
5
+ duration--;
6
+ if (duration > 0) {
7
+ emit(duration);
8
+ }
9
+ else {
10
+ emit(END);
11
+ clearInterval(intervalId);
12
+ }
13
+ }, 1000);
14
+ return () => clearInterval(intervalId);
15
+ });
16
+ // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
17
+ export function* countdown(duration, updateAction) {
18
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
19
+ const channel = yield call(countdownChannel, duration);
20
+ try {
21
+ while (true) {
22
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
23
+ const remaining = yield take(channel);
24
+ yield put(updateAction(remaining));
25
+ }
26
+ }
27
+ finally {
28
+ if ((yield cancelled())) {
29
+ channel.close();
30
+ }
31
+ }
32
+ }
33
+ //# sourceMappingURL=countdown.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"countdown.js","sourceRoot":"","sources":["../../../src/store/countdown.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,YAAY,EAAgB,MAAM,YAAY,CAAA;AAC5D,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAA;AAG/D,MAAM,gBAAgB,GAAG,CAAC,QAAgB,EAAE,EAAE,CAC5C,YAAY,CAAS,IAAI,CAAC,EAAE;IAC1B,MAAM,UAAU,GAAG,WAAW,CAAC,GAAG,EAAE;QAClC,QAAQ,EAAE,CAAA;QACV,IAAI,QAAQ,GAAG,CAAC,EAAE,CAAC;YACjB,IAAI,CAAC,QAAQ,CAAC,CAAA;QAChB,CAAC;aAAM,CAAC;YACN,IAAI,CAAC,GAAG,CAAC,CAAA;YACT,aAAa,CAAC,UAAU,CAAC,CAAA;QAC3B,CAAC;IACH,CAAC,EAAE,IAAI,CAAC,CAAA;IAER,OAAO,GAAG,EAAE,CAAC,aAAa,CAAC,UAAU,CAAC,CAAA;AACxC,CAAC,CAAC,CAAA;AAEJ,6EAA6E;AAC7E,MAAM,SAAS,CAAC,CAAC,SAAS,CAAC,QAAgB,EAAE,YAA+C;IAC1F,mEAAmE;IACnE,MAAM,OAAO,GAAyB,MAAM,IAAI,CAAC,gBAAgB,EAAE,QAAQ,CAAC,CAAA;IAE5E,IAAI,CAAC;QACH,OAAO,IAAI,EAAE,CAAC;YACZ,mEAAmE;YACnE,MAAM,SAAS,GAAW,MAAM,IAAI,CAAC,OAAO,CAAC,CAAA;YAC7C,MAAM,GAAG,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC,CAAA;QACpC,CAAC;IACH,CAAC;YAAS,CAAC;QACT,IAAI,CAAC,MAAM,SAAS,EAAE,CAAY,EAAE,CAAC;YACnC,OAAO,CAAC,KAAK,EAAE,CAAA;QACjB,CAAC;IACH,CAAC;AACH,CAAC"}
@@ -0,0 +1,78 @@
1
+ import { Store } from 'redux';
2
+ import { ExamAnswer, ExamServerAPI, InitialCasStatus, RestrictedAudioPlaybackStats } from '..';
3
+ import { RootElement } from '../parser/parseExamStructure';
4
+ declare const rootReducer: import("redux").Reducer<{
5
+ answers: import("./answers/reducer").AnswersState;
6
+ audio: import("./audio/reducer").AudioState;
7
+ cas: import("./cas/reducer").CasState;
8
+ }, {
9
+ type: "SAVE_ANSWER";
10
+ payload: ExamAnswer;
11
+ } | {
12
+ type: "SAVE_ANSWER_SUCCEEDED";
13
+ payload: ExamAnswer;
14
+ } | {
15
+ type: "SAVE_ANSWER_FAILED";
16
+ payload: {
17
+ answer: ExamAnswer;
18
+ error: unknown;
19
+ };
20
+ error: boolean;
21
+ } | {
22
+ type: "SELECT_ANSWER_VERSION";
23
+ payload: {
24
+ questionId: number;
25
+ questionText: string;
26
+ };
27
+ } | {
28
+ type: "ANSWER_FOCUSED";
29
+ payload: number;
30
+ } | {
31
+ type: "ANSWER_BLURRED";
32
+ payload: number;
33
+ } | {
34
+ type: "PLAY_AUDIO";
35
+ payload: import("./audio/reducer").Audio;
36
+ } | {
37
+ type: "PLAY_AUDIO_STARTED";
38
+ payload: import("./audio/reducer").Audio;
39
+ } | {
40
+ type: "PLAY_AUDIO_FINISHED";
41
+ } | {
42
+ type: "SHOW_AUDIO_ERROR";
43
+ payload: {
44
+ audio: import("./audio/reducer").Audio;
45
+ error: import("..").AudioPlaybackError;
46
+ };
47
+ } | {
48
+ type: "HIDE_AUDIO_ERROR";
49
+ payload: import("./audio/reducer").Audio;
50
+ } | {
51
+ type: "UPDATE_REMAINING";
52
+ payload: number;
53
+ } | {
54
+ type: "ALLOW_CAS";
55
+ payload: number;
56
+ } | {
57
+ type: "ALLOW_CAS_COUNTDOWN";
58
+ payload: number;
59
+ } | {
60
+ type: "ALLOW_CAS_SUCCEEDED";
61
+ } | {
62
+ type: "ALLOW_CAS_CANCELLED";
63
+ } | {
64
+ type: "UPDATE_CAS_REMAINING";
65
+ payload: number;
66
+ }, Partial<{
67
+ answers: never;
68
+ audio: never;
69
+ cas: never;
70
+ }>>;
71
+ export type AppState = ReturnType<typeof rootReducer>;
72
+ declare module 'react-redux' {
73
+ interface DefaultRootState extends AppState {
74
+ }
75
+ }
76
+ export declare function initializeExamStore(examStructure: RootElement, casStatus: InitialCasStatus, initialAnswers: ExamAnswer[], restrictedAudioPlaybackStats: RestrictedAudioPlaybackStats[], examServerApi: ExamServerAPI): Store<AppState>;
77
+ export {};
78
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/store/index.ts"],"names":[],"mappings":"AACA,OAAO,EAA0D,KAAK,EAAE,MAAM,OAAO,CAAA;AASrF,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,gBAAgB,EAAE,4BAA4B,EAAE,MAAM,IAAI,CAAA;AAC9F,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAA;AAG1D,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAIf,CAAA;AAQF,MAAM,MAAM,QAAQ,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,CAAA;AAUrD,OAAO,QAAQ,aAAa,CAAC;IAC3B,UAAU,gBAAiB,SAAQ,QAAQ;KAAG;CAC/C;AAED,wBAAgB,mBAAmB,CACjC,aAAa,EAAE,WAAW,EAC1B,SAAS,EAAE,gBAAgB,EAC3B,cAAc,EAAE,UAAU,EAAE,EAC5B,4BAA4B,EAAE,4BAA4B,EAAE,EAC5D,aAAa,EAAE,aAAa,GAC3B,KAAK,CAAC,QAAQ,CAAC,CA+BjB"}