@digabi/exam-engine-core 19.7.1 → 19.8.0-alpha.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (198) hide show
  1. package/dist/__tests__/AnsweringInstructions.test.js +11 -11
  2. package/dist/__tests__/AnsweringInstructions.test.js.map +1 -1
  3. package/dist/__tests__/examServerApi.js +2 -2
  4. package/dist/__tests__/examServerApi.js.map +1 -1
  5. package/dist/__tests__/renderAnnotations.test.js +18 -18
  6. package/dist/__tests__/results/AnnotationList.test.js +27 -27
  7. package/dist/__tests__/results/ResultsContext.test.js +37 -37
  8. package/dist/__tests__/results/ResultsContext.test.js.map +1 -1
  9. package/dist/__tests__/results/ResultsExamQuestionAutoScore.test.js +4 -4
  10. package/dist/__tests__/results/ResultsExamQuestionManualScore.test.js +19 -19
  11. package/dist/__tests__/testExamRendering.js +14 -15
  12. package/dist/__tests__/testExamRendering.js.map +1 -1
  13. package/dist/__tests__/tsconfig.tsbuildinfo +1 -1
  14. package/dist/__tests__/validateAnswers.test.js +28 -25
  15. package/dist/__tests__/validateAnswers.test.js.map +1 -1
  16. package/dist/components/AnswerToolbar.d.ts +1 -1
  17. package/dist/components/AnswerToolbar.d.ts.map +1 -1
  18. package/dist/components/AnswerToolbar.js +2 -2
  19. package/dist/components/AnswerToolbar.js.map +1 -1
  20. package/dist/components/AnsweringInstructions.js +1 -1
  21. package/dist/components/AnsweringInstructions.js.map +1 -1
  22. package/dist/components/DocumentTitle.js +1 -1
  23. package/dist/components/DocumentTitle.js.map +1 -1
  24. package/dist/components/SectionElement.js +1 -1
  25. package/dist/components/SectionElement.js.map +1 -1
  26. package/dist/components/attachments/Attachments.js +1 -1
  27. package/dist/components/attachments/ExternalMaterial.d.ts.map +1 -1
  28. package/dist/components/attachments/ExternalMaterial.js +5 -1
  29. package/dist/components/attachments/ExternalMaterial.js.map +1 -1
  30. package/dist/components/attachments/Question.js +1 -1
  31. package/dist/components/attachments/Question.js.map +1 -1
  32. package/dist/components/context/CommonExamContext.js +1 -1
  33. package/dist/components/context/ExamContext.js +1 -1
  34. package/dist/components/context/QuestionContext.js +1 -1
  35. package/dist/components/context/ResultsContext.js +7 -6
  36. package/dist/components/context/ResultsContext.js.map +1 -1
  37. package/dist/components/context/SectionContext.js +2 -2
  38. package/dist/components/context/SectionContext.js.map +1 -1
  39. package/dist/components/exam/ChoiceAnswer.js +6 -6
  40. package/dist/components/exam/ChoiceAnswer.js.map +1 -1
  41. package/dist/components/exam/DropdownAnswer.js +10 -10
  42. package/dist/components/exam/DropdownAnswer.js.map +1 -1
  43. package/dist/components/exam/Exam.d.ts +1 -0
  44. package/dist/components/exam/Exam.d.ts.map +1 -1
  45. package/dist/components/exam/Exam.js +75 -16
  46. package/dist/components/exam/Exam.js.map +1 -1
  47. package/dist/components/exam/ExternalMaterial.js +1 -1
  48. package/dist/components/exam/Hints.js +3 -3
  49. package/dist/components/exam/Hints.js.map +1 -1
  50. package/dist/components/exam/Question.d.ts +4 -0
  51. package/dist/components/exam/Question.d.ts.map +1 -1
  52. package/dist/components/exam/Question.js +41 -5
  53. package/dist/components/exam/Question.js.map +1 -1
  54. package/dist/components/exam/QuestionTitle.js +1 -1
  55. package/dist/components/exam/RichTextAnswer.d.ts +6 -1
  56. package/dist/components/exam/RichTextAnswer.d.ts.map +1 -1
  57. package/dist/components/exam/RichTextAnswer.js +14 -2
  58. package/dist/components/exam/RichTextAnswer.js.map +1 -1
  59. package/dist/components/exam/Section.js +2 -2
  60. package/dist/components/exam/Section.js.map +1 -1
  61. package/dist/components/exam/internal/ErrorIndicator.d.ts +1 -1
  62. package/dist/components/exam/internal/ErrorIndicator.d.ts.map +1 -1
  63. package/dist/components/exam/internal/ErrorIndicator.js +4 -4
  64. package/dist/components/exam/internal/ErrorIndicator.js.map +1 -1
  65. package/dist/components/exam/internal/ProgressBar.js +1 -1
  66. package/dist/components/exam/internal/ProgressBar.js.map +1 -1
  67. package/dist/components/exam/internal/TextAnswerInput.d.ts.map +1 -1
  68. package/dist/components/exam/internal/TextAnswerInput.js +14 -13
  69. package/dist/components/exam/internal/TextAnswerInput.js.map +1 -1
  70. package/dist/components/grading/AnswerCharacterCounter.d.ts +1 -1
  71. package/dist/components/grading/AnswerCharacterCounter.d.ts.map +1 -1
  72. package/dist/components/grading/AnswerCharacterCounter.js +3 -3
  73. package/dist/components/grading/AnswerCharacterCounter.js.map +1 -1
  74. package/dist/components/grading/GradingAnswer.js +9 -9
  75. package/dist/components/grading/GradingAnswer.js.map +1 -1
  76. package/dist/components/grading/GradingAnswerAnnotationList.d.ts +1 -1
  77. package/dist/components/grading/GradingAnswerAnnotationList.d.ts.map +1 -1
  78. package/dist/components/grading/GradingAnswerAnnotationList.js +2 -2
  79. package/dist/components/grading/GradingAnswerAnnotationList.js.map +1 -1
  80. package/dist/components/grading/editAnnotations.js +14 -14
  81. package/dist/components/grading/editAnnotations.js.map +1 -1
  82. package/dist/components/grading/largeImageDetector.js +2 -2
  83. package/dist/components/grading/largeImageDetector.js.map +1 -1
  84. package/dist/components/grading-instructions/GradingInstructions.d.ts.map +1 -1
  85. package/dist/components/grading-instructions/GradingInstructions.js +10 -3
  86. package/dist/components/grading-instructions/GradingInstructions.js.map +1 -1
  87. package/dist/components/grading-instructions/Question.js +1 -1
  88. package/dist/components/grading-instructions/QuestionTitle.js +1 -1
  89. package/dist/components/results/ChoiceAnswer.js +8 -7
  90. package/dist/components/results/ChoiceAnswer.js.map +1 -1
  91. package/dist/components/results/DropdownAnswer.js +5 -5
  92. package/dist/components/results/DropdownAnswer.js.map +1 -1
  93. package/dist/components/results/Question.js +3 -3
  94. package/dist/components/results/Question.js.map +1 -1
  95. package/dist/components/results/QuestionTitle.js +1 -1
  96. package/dist/components/results/Results.d.ts.map +1 -1
  97. package/dist/components/results/Results.js +6 -2
  98. package/dist/components/results/Results.js.map +1 -1
  99. package/dist/components/results/Section.js +1 -1
  100. package/dist/components/results/Section.js.map +1 -1
  101. package/dist/components/results/SingleLineAnswer.d.ts +1 -1
  102. package/dist/components/results/SingleLineAnswer.d.ts.map +1 -1
  103. package/dist/components/results/SingleLineAnswer.js +1 -1
  104. package/dist/components/results/SingleLineAnswer.js.map +1 -1
  105. package/dist/components/results/internal/AnnotationList.js +2 -2
  106. package/dist/components/results/internal/AnnotationList.js.map +1 -1
  107. package/dist/components/results/internal/QuestionManualScore.js +3 -3
  108. package/dist/components/results/internal/QuestionScoresContainer.d.ts +1 -1
  109. package/dist/components/results/internal/QuestionScoresContainer.d.ts.map +1 -1
  110. package/dist/components/results/internal/QuestionScoresContainer.js +2 -2
  111. package/dist/components/results/internal/QuestionScoresContainer.js.map +1 -1
  112. package/dist/components/shared/AnnotationLists.d.ts +1 -1
  113. package/dist/components/shared/AnnotationLists.d.ts.map +1 -1
  114. package/dist/components/shared/AnnotationLists.js +1 -1
  115. package/dist/components/shared/AnnotationLists.js.map +1 -1
  116. package/dist/components/shared/AnswerIndicator.d.ts +11 -0
  117. package/dist/components/shared/AnswerIndicator.d.ts.map +1 -0
  118. package/dist/components/shared/AnswerIndicator.js +22 -0
  119. package/dist/components/shared/AnswerIndicator.js.map +1 -0
  120. package/dist/components/shared/AttachmentLink.js +1 -1
  121. package/dist/components/shared/AttachmentLink.js.map +1 -1
  122. package/dist/components/shared/AttachmentLinks.js +3 -3
  123. package/dist/components/shared/AttachmentLinks.js.map +1 -1
  124. package/dist/components/shared/ExamTranslation.d.ts +6 -0
  125. package/dist/components/shared/ExamTranslation.d.ts.map +1 -0
  126. package/dist/components/shared/ExamTranslation.js +10 -0
  127. package/dist/components/shared/ExamTranslation.js.map +1 -0
  128. package/dist/components/shared/ImageOverlay.js +3 -3
  129. package/dist/components/shared/ImageOverlay.js.map +1 -1
  130. package/dist/components/shared/QuestionNumber.d.ts +4 -0
  131. package/dist/components/shared/QuestionNumber.d.ts.map +1 -0
  132. package/dist/components/shared/QuestionNumber.js +12 -0
  133. package/dist/components/shared/QuestionNumber.js.map +1 -0
  134. package/dist/components/shared/Reference.js +1 -1
  135. package/dist/components/shared/References.js +1 -1
  136. package/dist/components/shared/References.js.map +1 -1
  137. package/dist/components/shared/Score.js +1 -1
  138. package/dist/components/shared/TableOfContents.d.ts +1 -0
  139. package/dist/components/shared/TableOfContents.d.ts.map +1 -1
  140. package/dist/components/shared/TableOfContents.js +86 -26
  141. package/dist/components/shared/TableOfContents.js.map +1 -1
  142. package/dist/components/shared/internal/ResponsiveMediaContainer.js +3 -3
  143. package/dist/components/shared/internal/ResponsiveMediaContainer.js.map +1 -1
  144. package/dist/components/shared/internal/RestrictedAudioPlayer.d.ts +1 -1
  145. package/dist/components/shared/internal/RestrictedAudioPlayer.d.ts.map +1 -1
  146. package/dist/components/shared/internal/RestrictedAudioPlayer.js +2 -2
  147. package/dist/components/shared/internal/RestrictedAudioPlayer.js.map +1 -1
  148. package/dist/dom-utils.js +1 -1
  149. package/dist/dom-utils.js.map +1 -1
  150. package/dist/fonts.js +1 -1
  151. package/dist/fonts.js.map +1 -1
  152. package/dist/i18n/A_E.js +2 -2
  153. package/dist/i18n/BA.js +1 -1
  154. package/dist/i18n/CA.js +1 -1
  155. package/dist/i18n/EA.js +2 -2
  156. package/dist/i18n/FA.js +2 -2
  157. package/dist/i18n/GC.js +2 -2
  158. package/dist/i18n/I.js +3 -3
  159. package/dist/i18n/M.js +1 -1
  160. package/dist/i18n/O_E.js +2 -2
  161. package/dist/i18n/PA.js +2 -2
  162. package/dist/i18n/SA.js +2 -2
  163. package/dist/i18n/TC.js +2 -2
  164. package/dist/i18n/VA.js +2 -2
  165. package/dist/i18n/Z.js +3 -3
  166. package/dist/i18n/fi-FI.d.ts +3 -0
  167. package/dist/i18n/fi-FI.d.ts.map +1 -1
  168. package/dist/i18n/fi-FI.js +17 -14
  169. package/dist/i18n/fi-FI.js.map +1 -1
  170. package/dist/i18n/index.d.ts +2 -137
  171. package/dist/i18n/index.d.ts.map +1 -1
  172. package/dist/i18n/index.js +8 -8
  173. package/dist/i18n/index.js.map +1 -1
  174. package/dist/i18n/sv-FI.d.ts.map +1 -1
  175. package/dist/i18n/sv-FI.js +18 -14
  176. package/dist/i18n/sv-FI.js.map +1 -1
  177. package/dist/main-bundle.js +1 -1
  178. package/dist/main-bundle.js.LICENSE.txt +0 -5
  179. package/dist/main.css +1 -1
  180. package/dist/parser/parseExam.js +5 -5
  181. package/dist/parser/parseExam.js.map +1 -1
  182. package/dist/parser/parseExamStructure.js +4 -4
  183. package/dist/renderAnnotations.js +8 -8
  184. package/dist/renderAnnotations.js.map +1 -1
  185. package/dist/store/answers/reducer.js +2 -2
  186. package/dist/store/audio/reducer.js +3 -3
  187. package/dist/store/audio/sagas.js +1 -1
  188. package/dist/store/audio/sagas.js.map +1 -1
  189. package/dist/store/cas/reducer.js +1 -1
  190. package/dist/store/cas/sagas.js +1 -1
  191. package/dist/store/countdown.js +1 -1
  192. package/dist/store/countdown.js.map +1 -1
  193. package/dist/store/index.js +4 -4
  194. package/dist/validateAnswers.d.ts +1 -0
  195. package/dist/validateAnswers.d.ts.map +1 -1
  196. package/dist/validateAnswers.js +8 -7
  197. package/dist/validateAnswers.js.map +1 -1
  198. package/package.json +18 -18
@@ -4,11 +4,6 @@
4
4
  http://jedwatson.github.io/classnames
5
5
  */
6
6
 
7
- /*!
8
- * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
9
- * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
10
- */
11
-
12
7
  /*!
13
8
  * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
14
9
  *
package/dist/main.css CHANGED
@@ -1 +1 @@
1
- @font-face{font-family:Noto Sans;font-style:normal;font-weight:300;src:url(assets/NotoSans-Light.woff2) format("woff2"),url(assets/NotoSans-Light.woff) format("woff"),url(assets/NotoSans-Light.ttf) format("truetype")}@font-face{font-family:Noto Sans;font-style:italic;font-weight:300;src:url(assets/NotoSans-LightItalic.woff2) format("woff2"),url(assets/NotoSans-LightItalic.woff) format("woff"),url(assets/NotoSans-LightItalic.ttf) format("truetype")}@font-face{font-family:Noto Sans;font-style:normal;font-weight:400;src:url(assets/NotoSans-Regular.woff2) format("woff2"),url(assets/NotoSans-Regular.woff) format("woff"),url(assets/NotoSans-Regular.ttf) format("truetype")}@font-face{font-family:Noto Sans;font-style:italic;font-weight:400;src:url(assets/NotoSans-Italic.woff2) format("woff2"),url(assets/NotoSans-Italic.woff) format("woff"),url(assets/NotoSans-Italic.ttf) format("truetype")}@font-face{font-family:Noto Sans;font-style:normal;font-weight:700;src:url(assets/NotoSans-Bold.woff2) format("woff2"),url(assets/NotoSans-Bold.woff) format("woff"),url(assets/NotoSans-Bold.ttf) format("truetype")}@font-face{font-family:Noto Sans;font-style:italic;font-weight:700;src:url(assets/NotoSans-BoldItalic.woff2) format("woff2"),url(assets/NotoSans-BoldItalic.woff) format("woff"),url(assets/NotoSans-BoldItalic.ttf) format("truetype")}@font-face{font-family:Noto Sans;font-style:normal;font-weight:600;src:url(assets/NotoSans-SemiBold.woff2) format("woff2"),url(assets/NotoSans-SemiBold.woff) format("woff"),url(assets/NotoSans-SemiBold.ttf) format("truetype")}@font-face{font-family:Noto Sans;font-style:italic;font-weight:600;src:url(assets/NotoSans-SemiBoldItalic.woff2) format("woff2"),url(assets/NotoSans-SemiBoldItalic.woff) format("woff"),url(assets/NotoSans-SemiBoldItalic.ttf) format("truetype")}@font-face{font-family:Noto Mono;font-style:normal;font-weight:400;src:url(assets/NotoMono.woff2) format("woff2"),url(assets/NotoMono.woff) format("woff"),url(assets/NotoMono.ttf) format("truetype")}@font-face{font-family:Symbola;src:url(assets/Symbola.eot);src:local("Symbola Regular"),local("Symbola"),url(assets/Symbola.woff2) format("woff2"),url(assets/Symbola.woff) format("woff"),url(assets/Symbola.ttf) format("truetype"),url(assets/Symbola.svg#Symbola) format("svg")}.mq-editable-field,.mq-editable-field .mq-cursor{display:-moz-inline-box;display:inline-block}.mq-editable-field .mq-cursor{border-left:1px solid #000;margin-left:-1px;padding:0;position:relative;z-index:1}.mq-editable-field .mq-cursor.mq-blink{visibility:hidden}.mq-editable-field,.mq-math-mode .mq-editable-field{border:1px solid gray}.mq-editable-field.mq-focused,.mq-math-mode .mq-editable-field.mq-focused{border-color:#709ac0;border-radius:1px;box-shadow:0 0 1px 2px #8bd,inset 0 0 2px 0 #6ae}.mq-math-mode .mq-editable-field{margin:1px}.mq-editable-field .mq-latex-command-input{border:1px solid gray;color:inherit;font-family:Courier New,monospace;margin-left:2px;margin-right:1px;padding-right:1px}.mq-editable-field .mq-latex-command-input.mq-empty{background:transparent}.mq-editable-field .mq-latex-command-input.mq-hasCursor{border-color:ActiveBorder}.mq-editable-field .mq-cursor:only-child:after,.mq-editable-field .mq-textarea+.mq-cursor:last-child:after,.mq-editable-field.mq-empty:after,.mq-editable-field.mq-text-mode:after,.mq-math-mode .mq-empty:after{content:"c";visibility:hidden}.mq-editable-field .mq-text-mode .mq-cursor:only-child:after{content:""}.mq-editable-field.mq-text-mode{overflow-x:auto;overflow-y:hidden}.mq-math-mode .mq-root-block,.mq-root-block{box-sizing:border-box;display:-moz-inline-box;display:inline-block;overflow:hidden;padding:2px;vertical-align:middle;white-space:nowrap;width:100%}.mq-math-mode{font-feature-settings:normal;font-size:115%;font-style:normal;font-variant:normal;font-weight:400;line-height:1}.mq-math-mode,.mq-math-mode .mq-non-leaf,.mq-math-mode .mq-scaled{display:-moz-inline-box;display:inline-block}.mq-math-mode .mq-nonSymbola,.mq-math-mode .mq-text-mode,.mq-math-mode var{font-family:Times New Roman,Symbola,serif;line-height:.9}.mq-math-mode *{border-color:#000;box-sizing:border-box;font-size:inherit;line-height:inherit;margin:0;padding:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mq-math-mode .mq-empty{background:#ccc}.mq-math-mode .mq-empty.mq-root-block,.mq-math-mode.mq-empty{background:transparent}.mq-math-mode .mq-text-mode{display:inline-block;white-space:pre}.mq-math-mode .mq-text-mode.mq-hasCursor{box-shadow:inset 0 .1em .2em #a9a9a9;margin:0 -.1em;min-width:1ex;padding:0 .1em}.mq-math-mode .mq-font{font:1em Times New Roman,Symbola,serif}.mq-math-mode .mq-font *{font-family:inherit;font-style:inherit}.mq-math-mode b,.mq-math-mode b.mq-font{font-weight:bolder}.mq-math-mode i,.mq-math-mode i.mq-font,.mq-math-mode var{font-style:italic}.mq-math-mode var.mq-f{margin-left:.1em;margin-right:.2em}.mq-math-mode .mq-roman var.mq-f{margin:0}.mq-math-mode big{font-size:200%}.mq-math-mode .mq-int>big,.mq-math-mode .mq-intsub>big{display:inline-block;transform:scaleX(.7);vertical-align:-.16em}.mq-math-mode .mq-int>.mq-supsub,.mq-math-mode .mq-intsub>.mq-supsub{font-size:80%;padding-right:.2em;vertical-align:-1.1em}.mq-math-mode .mq-int>.mq-supsub>.mq-sup>.mq-sup-inner,.mq-math-mode .mq-intsub>.mq-supsub>.mq-sup>.mq-sup-inner{vertical-align:1.3em}.mq-math-mode .mq-int>.mq-supsub>.mq-sub,.mq-math-mode .mq-intsub>.mq-supsub>.mq-sub{margin-left:-.35em}.mq-math-mode .mq-roman{font-style:normal}.mq-math-mode .mq-sans-serif{font-family:sans-serif,Symbola,serif}.mq-math-mode .mq-monospace{font-family:monospace,Symbola,serif}.mq-math-mode .mq-mathbb .mq-original{display:none}.mq-math-mode .mq-overarrow,.mq-math-mode .mq-overline{border-top:1px solid #000;margin-top:1px}.mq-math-mode .mq-underarrow,.mq-math-mode .mq-underline{border-bottom:1px solid #000;margin-bottom:1px}.mq-math-mode .mq-binary-operator{display:-moz-inline-box;display:inline-block;padding:0 .2em}.mq-math-mode .mq-supsub{font-size:90%;text-align:left;vertical-align:-.5em}.mq-math-mode .mq-supsub.mq-sup-only{vertical-align:.5em}.mq-math-mode .mq-supsub.mq-sup-only .mq-sup{display:inline-block;vertical-align:text-bottom}.mq-math-mode .mq-supsub .mq-sup{display:block}.mq-math-mode .mq-supsub .mq-sub{display:block;float:left}.mq-math-mode .mq-supsub .mq-binary-operator{padding:0 .1em}.mq-math-mode .mq-supsub .mq-fraction{font-size:70%}.mq-math-mode .mq-nthroot{font-size:80%;margin-left:.2em;margin-right:-.6em;min-width:.5em;vertical-align:.8em}.mq-math-mode .mq-paren{padding:0 .1em;transform-origin:center .06em;vertical-align:top}.mq-math-mode .mq-paren.mq-ghost{color:silver}.mq-math-mode .mq-paren+span{margin-bottom:.1em;margin-top:.1em}.mq-math-mode .mq-array{text-align:center;vertical-align:middle}.mq-math-mode .mq-array>span{display:block}.mq-math-mode .mq-operator-name{font-family:Symbola,Times New Roman,serif;font-style:normal;line-height:.9}.mq-math-mode var.mq-operator-name.mq-first{padding-left:.2em}.mq-math-mode .mq-supsub.mq-after-operator-name,.mq-math-mode var.mq-operator-name.mq-last{padding-right:.2em}.mq-math-mode .mq-fraction{font-size:90%;padding:0 .2em;text-align:center;vertical-align:-.4em}.mq-math-mode .mq-fraction,.mq-math-mode .mq-large-operator,.mq-math-mode x:-moz-any-link{display:-moz-groupbox}.mq-math-mode .mq-fraction,.mq-math-mode .mq-large-operator,.mq-math-mode x:-moz-any-link,.mq-math-mode x:default{display:inline-block}.mq-math-mode .mq-denominator,.mq-math-mode .mq-dot-recurring,.mq-math-mode .mq-numerator{display:block}.mq-math-mode .mq-numerator{padding:0 .1em}.mq-math-mode .mq-denominator{border-top:1px solid;float:right;padding:.1em;width:100%}.mq-math-mode .mq-dot-recurring{height:.3em;text-align:center}.mq-math-mode .mq-sqrt-prefix{padding-top:0;position:relative;top:.1em;transform-origin:top;vertical-align:top}.mq-math-mode .mq-sqrt-stem{border-top:1px solid;margin-right:.1em;margin-top:1px;padding-left:.15em;padding-right:.2em;padding-top:1px}.mq-math-mode .mq-diacritic-above{display:block;line-height:.4em;text-align:center}.mq-math-mode .mq-diacritic-stem,.mq-math-mode .mq-hat-prefix{display:block;text-align:center}.mq-math-mode .mq-hat-prefix{line-height:.95em;margin-bottom:-.7em;transform:scaleX(1.5);-moz-transform:scaleX(1.5);-o-transform:scaleX(1.5);-webkit-transform:scaleX(1.5)}.mq-math-mode .mq-hat-stem{display:block}.mq-math-mode .mq-large-operator{padding:.2em;text-align:center;vertical-align:-.2em}.mq-math-mode .mq-large-operator .mq-from,.mq-math-mode .mq-large-operator .mq-to,.mq-math-mode .mq-large-operator big{display:block}.mq-math-mode .mq-large-operator .mq-from,.mq-math-mode .mq-large-operator .mq-to{font-size:80%}.mq-math-mode .mq-large-operator .mq-from{float:right;width:100%}.mq-math-mode,.mq-math-mode .mq-editable-field{cursor:text;font-family:Symbola,Times New Roman,serif}.mq-math-mode .mq-overarc{border-top:1px solid #000;border-top-left-radius:50% .3em;border-top-right-radius:50% .3em;margin-top:1px;padding-top:.15em}.mq-math-mode .mq-overarrow,.mq-math-mode .mq-underarrow{position:relative;text-align:center}.mq-math-mode .mq-overarrow:after,.mq-math-mode .mq-overarrow:before,.mq-math-mode .mq-underarrow:after,.mq-math-mode .mq-underarrow:before{display:block;font-size:.8em;line-height:1px;min-width:.8em;position:absolute}.mq-math-mode .mq-overarrow.mq-arrow-left:before,.mq-math-mode .mq-overarrow.mq-arrow-leftright:before,.mq-math-mode .mq-underarrow.mq-arrow-left:before,.mq-math-mode .mq-underarrow.mq-arrow-leftright:before{content:"\2190";left:-1px;text-align:left}.mq-math-mode .mq-overarrow.mq-arrow-leftright:after,.mq-math-mode .mq-overarrow.mq-arrow-right:before,.mq-math-mode .mq-underarrow.mq-arrow-leftright:after,.mq-math-mode .mq-underarrow.mq-arrow-right:before{content:"\2192";right:-1px;text-align:right}.mq-math-mode .mq-overarrow.mq-empty .mq-inner:before,.mq-math-mode .mq-underarrow.mq-empty .mq-inner:before{content:"c";visibility:hidden}.mq-math-mode .mq-overarrow:after,.mq-math-mode .mq-overarrow:before{top:-1px}.mq-math-mode .mq-underarrow:after,.mq-math-mode .mq-underarrow:before{bottom:-1px}.mq-math-mode .mq-harpoons{position:relative;text-align:center}.mq-math-mode .mq-harpoons-denominator,.mq-math-mode .mq-harpoons-harpoons,.mq-math-mode .mq-harpoons-numerator{display:block}.mq-math-mode .mq-harpoons-denominator,.mq-math-mode .mq-harpoons-numerator{font-size:70%}.mq-math-mode .mq-harpoons-numerator{padding:0 .1em}.mq-math-mode .mq-harpoons-denominator{float:right;padding:.1em;width:100%}@supports (-moz-appearance:meterbar) and (background-blend-mode:difference,normal){.mq-math-mode .mq-overarrow:after,.mq-math-mode .mq-overarrow:before,.mq-math-mode .mq-underarrow:after,.mq-math-mode .mq-underarrow:before{line-height:0}.mq-math-mode .mq-overarrow:after,.mq-math-mode .mq-overarrow:before{top:-.5px}.mq-math-mode.mq-arrow-both{vertical-align:text-bottom}.mq-math-mode.mq-arrow-both.mq-empty{min-height:1.23em}.mq-math-mode.mq-arrow-both.mq-empty:after{top:-.34em}.mq-math-mode.mq-arrow-both:before{filter:FlipH;-ms-filter:"FlipH";transform:scaleX(-1)}.mq-math-mode.mq-arrow-both:after{content:"\27A4";display:block;font-size:.5em;line-height:0em;position:relative;text-align:right;top:-2.3em;visibility:visible}}.mq-math-mode .mq-matrix{margin-left:.1em;margin-right:.1em;vertical-align:middle}.mq-math-mode .mq-matrix table{border-bottom:none;border-collapse:separate;border-spacing:3px;width:auto}.mq-math-mode .mq-matrix table.mq-rows-1{margin-bottom:1px;vertical-align:middle}.mq-math-mode .mq-matrix td{border:none;padding:.1em .3em;vertical-align:baseline;width:auto}.mq-math-mode .mq-matrix-array table{border-collapse:collapse}.mq-math-mode .mq-matrix-array tr:first-child td{border-bottom:.5px solid #000}.mq-math-mode .mq-matrix-array td+td{border-left:.5px solid #000}.mq-editable-field .mq-selection,.mq-editable-field .mq-selection .mq-non-leaf,.mq-editable-field .mq-selection .mq-scaled,.mq-math-mode .mq-selection,.mq-math-mode .mq-selection .mq-non-leaf,.mq-math-mode .mq-selection .mq-scaled{background:#b4d5fe!important;background:Highlight!important;border-color:HighlightText;color:HighlightText}.mq-editable-field .mq-selection .mq-matrixed,.mq-math-mode .mq-selection .mq-matrixed{background:#39f!important}.mq-editable-field .mq-selection .mq-matrixed-container,.mq-math-mode .mq-selection .mq-matrixed-container{filter:progid:DXImageTransform.Microsoft.Chroma(color="#3399FF")!important}.mq-editable-field .mq-selection.mq-blur,.mq-editable-field .mq-selection.mq-blur .mq-matrixed,.mq-editable-field .mq-selection.mq-blur .mq-non-leaf,.mq-editable-field .mq-selection.mq-blur .mq-scaled,.mq-math-mode .mq-selection.mq-blur,.mq-math-mode .mq-selection.mq-blur .mq-matrixed,.mq-math-mode .mq-selection.mq-blur .mq-non-leaf,.mq-math-mode .mq-selection.mq-blur .mq-scaled{background:#d4d4d4!important;border-color:#000;color:#000}.mq-editable-field .mq-selection.mq-blur .mq-matrixed-container,.mq-math-mode .mq-selection.mq-blur .mq-matrixed-container{filter:progid:DXImageTransform.Microsoft.Chroma(color="#D4D4D4")!important}.mq-editable-field .mq-textarea,.mq-math-mode .mq-textarea{position:relative;-webkit-user-select:text;-moz-user-select:text;user-select:text;vertical-align:top}.mq-editable-field .mq-selectable,.mq-editable-field .mq-textarea *,.mq-math-mode .mq-selectable,.mq-math-mode .mq-textarea *{clip:rect(1em 1em 1em 1em);box-sizing:content-box;height:1px;position:absolute;resize:none;transform:scale(0);-webkit-user-select:text;-moz-user-select:text;user-select:text;width:1px}.mq-math-mode .mq-matrixed{background:#fff;display:-moz-inline-box;display:inline-block}.mq-math-mode .mq-matrixed-container{filter:progid:DXImageTransform.Microsoft.Chroma(color="white");margin-top:-.1em}.render-error{color:red;font-family:sans-serif;font-size:16px;left:0;padding:5px 10px;pointer-events:none;position:absolute;top:0;z-index:2}.rich-text-editor img[src*="/math.svg"]{border:1px solid transparent;cursor:pointer;margin:4px;padding:3px 10px;vertical-align:middle}.rich-text-editor img[src$="/math.svg?latex="],.rich-text-editor img[src=""]{display:none}.rich-text-editor.rich-text-focused img[src*="/math.svg"],.rich-text-editor:focus img[src*="/math.svg"]{background:#edf9ff;border:1px solid #e6f2f8}.rich-text-editor img[src^="/screenshot"]{margin:4px}.rich-text-editor.rich-text-focused img[src^="/screenshot"],.rich-text-editor:focus img[src^="/screenshot"]{box-shadow:0 0 3px 1px rgba(0,0,0,.2)}.rich-text-editor .mq-math-mode .mq-root-block{white-space:nowrap}.rich-text-editor .mq-editable-field.mq-focused,.rich-text-editor textarea:focus,.rich-text-editor.rich-text-focused,.rich-text-editor:focus{box-shadow:none;outline:1px solid #359bb7;z-index:2}.rich-text-editor img{max-height:1000px;max-width:100%}.math-editor{box-shadow:0 0 10px 0 rgba(0,0,0,.2);display:flex;margin:10px 5px 0;position:relative;z-index:1}.math-editor textarea{border:none;border-radius:0;box-shadow:none;height:auto;resize:none}.math-editor-equation-field{background:#fff;border:none;padding:5px 10px;width:50%}.math-editor-latex-field{font-size:15px;letter-spacing:1px;padding:5px 10px;width:50%}.rich-text-editor-button{border:none;cursor:pointer;display:inline-block;padding:0;position:relative;text-align:center}.math-editor-focus .rich-text-editor-button[data-command]:hover:after,.rich-text-editor-button-action[data-command]:hover:after{background:#359bb7;border-radius:5px;color:#fff;content:attr(data-command);font-size:16px;left:50%;letter-spacing:1.5px;padding:7px 15px;position:absolute;top:100%;transform:translate(-50%);white-space:nowrap;z-index:32}.math-editor-focus .rich-text-editor-button[data-command]:hover:before,.rich-text-editor-button-action[data-command]:hover:before{border:solid;border-color:#359bb7 transparent;border-width:0 6px 6px;bottom:0;content:"";display:inline-block;left:50%;margin-left:-6px;position:absolute;z-index:99}.rich-text-editor-button[data-command]:after:hover,.rich-text-editor-button[data-command]:before:hover{display:none}.rich-text-editor-button:active{box-shadow:none}.rich-text-editor-button-action{background:none;border:none;color:#359bb7;font-family:SourceSansPro-Semibold,sans-serif;font-size:16px;font-weight:400;letter-spacing:1.5px;letter-spacing:0;line-height:22px;padding:5px 10px}.rich-text-editor-new-equation{display:block;height:35px;vertical-align:top;white-space:nowrap;width:153px}.math-editor-focus .rich-text-editor-new-equation{display:none}.rich-text-editor-tools{background:#fff;border-bottom:1px solid #dfdfdf;border-top:1px solid #dfdfdf;box-shadow:0 1px 10px 1px rgba(0,0,0,.2);left:0;line-height:0;position:fixed;right:0;top:-110px;transition:top .15s;visibility:hidden;z-index:2}.rich-text-editor-focus .rich-text-editor-show-all-characters{top:0}.rich-text-editor-tools--animating{visibility:visible}.rich-text-editor-focus .rich-text-editor-tools{top:0;visibility:visible}.rich-text-editor-toolbar-wrapper{margin:auto;max-width:990px;position:relative}.rich-text-editor-tools-row:nth-child(2n){background:#fff}.rich-text-editor-tools-row:nth-child(odd){background:#fafafa;border-top:1px solid #dfdfdf}.rich-text-editor-toolbar{display:inline-block;z-index:30}.rich-text-editor-toolbar .rich-text-editor-button{background:none;font-size:16px;position:relative}.rich-text-editor-toolbar .rich-text-editor-button:hover{background:#eee}.rich-text-editor-button-grid{height:35px;width:35px}.rich-text-editor-toolbar.rich-text-editor-toolbar-button-list img{max-height:25px;max-width:24px}.rich-text-editor-toolbar-button-list.rich-text-editor-button:hover{background:#ececec}.rich-text-editor-toolbar-characters{margin-right:30px}.rich-text-editor-toolbar-characters.rich-text-editor-toolbar-button-list .rich-text-editor-button{color:#555;font-family:Symbola,monospace}.rich-text-editor-toolbar-equation{display:none}.rich-text-editor-toolbar-equation .rich-text-editor-button:last-child{margin-right:35px}.math-editor-focus .rich-text-editor-toolbar-equation{display:inline-block}.rich-text-editor-toolbar-characters-group{display:inline-block;margin-right:12px;vertical-align:top}.rich-text-editor-toolbar-characters .rich-text-editor-button{display:none}.rich-text-editor-show-all-characters .rich-text-editor-toolbar-characters .rich-text-editor-button,.rich-text-editor-toolbar-characters .rich-text-editor-button.rich-text-editor-characters-popular{display:inline-block}.rich-text-editor-characters-expand-collapse{background:url(assets/expand.svg) 50% 50% no-repeat;border:none;bottom:0;cursor:pointer;display:inline-block;font-family:"SansSerif",serif;height:35px;margin-right:8px;padding-top:4px;position:absolute;right:35px;top:0;width:20px}.rich-text-editor-show-all-characters .rich-text-editor-characters-expand-collapse{background-image:url(assets/collapse.svg)}.rich-text-editor-overlay-open{overflow-y:hidden}.rich-text-editor-overlay{background:rgba(0,0,0,.5);bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:101}.rich-text-editor-overlay-modal{background:#fff;line-height:1.5rem;margin:auto;max-width:860px;min-height:40%;outline:none;padding:2rem;position:relative}.rich-text-editor-close-overlay-button{background:url(assets/closeButton.svg) no-repeat 50% 50%;border:0;cursor:pointer;height:25px;position:absolute;right:20px;top:20px;width:25px}.rich-text-editor-close-overlay-button:hover{opacity:.5}.rich-text-editor-hidden{display:none}.rich-text-editor-help-button{background:url(assets/helpButton.svg) no-repeat 50% 50%;border:none;cursor:pointer;display:block;height:35px;position:absolute;right:0;top:0;width:35px}.rich-text-editor-undo-redo-wrapper{bottom:0;display:inline-flex;position:absolute;right:0}.rich-text-editor-toolbar .rich-text-editor-undo-redo,.rich-text-editor-toolbar .rich-text-editor-undo-redo:hover{background-position:50% 50%;background-repeat:no-repeat;border:none;cursor:pointer;height:35px;width:35px}.rich-text-editor-toolbar .rich-text-editor-undo-button,.rich-text-editor-toolbar .rich-text-editor-undo-button:hover{background-image:url(assets/undoButton.svg);margin-right:5px}.rich-text-editor-toolbar .rich-text-editor-redo-button,.rich-text-editor-toolbar .rich-text-editor-redo-button:hover{background-image:url(assets/redoButton.svg)}.rich-text-editor-undo-redo:disabled{filter:grayscale(100%);pointer-events:none}.rich-text-editor-modal-columns{display:flex}.rich-text-editor-modal-column{margin:0 1rem}.rich-text-editor-modal-column-1{flex:1;white-space:nowrap}.rich-text-editor-modal-column-2{flex:2}.rich-text-editor-modal-column h3{font-size:18px;font-weight:700;margin-top:0}.rich-text-editor-help-shortcuts{border-spacing:0 4px;width:100%}.rich-text-editor-help-shortcuts th{font-weight:400;text-align:left}.rich-text-editor-help-shortcuts td{text-align:right}.rich-text-editor-help-key{background:#fff;border-radius:4px;box-shadow:0 0 0 1px rgba(0,0,0,.3);color:#000;display:inline-block;font-family:monospace;line-height:1.3;margin:0 4px;min-width:15px;padding:0 4px;text-align:center;text-transform:uppercase;vertical-align:text-top}.rich-text-editor-help-shortcuts td .rich-text-editor-help-button{padding:1px;width:100%}@media (min-width:1279px){.rich-text-editor-new-equation{left:-153px;position:absolute}.rich-text-editor-tools-button-wrapper{position:absolute;top:0;width:100%}.rich-text-editor-tools{top:-60px}}@media print{.rich-text-editor-focus .rich-text-editor-tools{display:none}}.e-exam .e-section{box-shadow:0 0 1px 1px rgba(0,0,0,.08)}.e-exam .e-section+.e-section{margin-top:2rem}.e-exam .e-section>:last-child{margin-bottom:0}.attachments-attachment+.attachments-attachment:before{border:0;border-top:1px solid #ddd;box-shadow:0 -1px 1px .5px #f0f0f0;content:"";display:block;margin-bottom:3rem;margin-left:-3rem;margin-right:-3rem}.attachments{margin-top:2rem}.e-exam .e-checkbox,.e-exam .e-radio-button{height:1rem;margin:.25rem 0;padding:0;width:1rem}.e-exam .e-correct-answer-left{border-left:.5rem solid #5acd46;margin-left:-1.25rem;padding-left:.75rem}.e-exam .e-correct-answer-bottom{border-bottom:.5rem solid #5acd46;border-left:0;padding-bottom:.5rem}.e-exam .e-dropdown-answer{display:inline-block;max-width:100%;position:relative}.e-exam .e-dropdown-answer__answered{border:1px solid #000;padding:0 .25rem}.e-exam .e-dropdown-answer__answered--correct{border-bottom:1px solid #5acd46;box-shadow:inset 0 -4px 0 -2px #5acd46}.e-exam .e-dropdown-answer__answered--wrong{border-bottom:1px solid red;box-shadow:inset 0 -4px 0 -2px red}.e-exam .e-dropdown-answer__correct{border-bottom:1px solid #5acd46;box-shadow:inset 0 -4px 0 -2px #5acd46;font-style:italic;padding:0 .25rem}.e-exam .e-dropdown-answer__label{max-width:100%}.e-exam .e-dropdown-answer__toggle-button{max-width:100%;min-height:1.5rem;outline:none}.e-exam .e-dropdown-answer__toggle-button:after{border:1px solid #307f99;border-radius:4px;bottom:1px;content:"";display:block;left:0;position:absolute;right:0;top:1px}.e-exam .e-dropdown-answer__toggle-button:focus:after,.e-exam .e-dropdown-answer__toggle-button:hover:after{box-shadow:0 0 1px 1px #207b90}.e-exam .e-dropdown-answer__toggle-button--open:after{border-bottom-left-radius:0;border-bottom-right-radius:0}.e-exam .e-dropdown-answer__toggle-icon{align-items:center;border-bottom-right-radius:4px;border-left:1px solid #307f99;border-top-right-radius:4px;bottom:1px;display:flex;justify-content:center;position:absolute;right:0;top:1px;width:1.5rem}.e-exam .e-dropdown-answer__menu{border:1px solid #307f99;outline:none;position:absolute;top:calc(100% - 2px);visibility:hidden;width:100%;z-index:2}.e-exam .e-dropdown-answer__menu--open{visibility:visible}.e-exam .e-dropdown-answer__menu-item-inner{display:table}.e-exam .e-dropdown-answer .e-formula svg{max-width:inherit}.e-exam{color:#282828;font-family:Noto Sans,sans-serif;font-size:1rem;line-height:1.5rem;margin:0 auto;max-width:65rem;width:100%}.e-exam *{box-sizing:border-box}.e-footer{bottom:0;position:fixed;right:0;z-index:2}.external-material-list{border-left:.5rem solid #307f99;padding-left:1.25rem}.external-material-list h4.external-material-title{margin-bottom:0}.e-hints{height:100%;max-height:100vh;overflow:auto;position:sticky;top:0}.e-hints__hint{border-left:.25rem solid transparent;color:#585858;cursor:pointer;padding-left:1rem}.e-hints__hint--focused{border-left-color:#307f99;color:inherit}.exam-question-title{position:relative}.exam-question-title__display-number--indented{left:-4em;position:absolute;text-align:right;white-space:pre;width:4em}.e-text-answer-display-number{margin-right:.125rem}.e-exam .text-answer{border:1px solid transparent;border-bottom:none;border-radius:.25rem;box-shadow:inset 0 0 0 1.5px #aaa;outline:none}.e-exam .text-answer:focus{border-color:#307f99;box-shadow:0 0 0 1px #307f99,0 1px 0 1px #307f99}.e-exam .text-answer--single-line{font-family:Noto Sans,sans-serif;font-size:1rem;height:1.5rem;line-height:1.5rem;max-width:100%;min-width:8rem;padding:0 .5rem 2px;vertical-align:baseline}.e-exam .text-answer--single-line:focus{position:relative}.e-exam .text-answer--integer{font-family:Noto Mono,monospace;min-width:2rem}.e-exam .text-answer--integer--input-error{animation:blink-animation .2s step-start 0s 1;-webkit-animation:blink-animation .2s step-start 0s 1}@keyframes blink-animation{to{background-color:rgba(255,0,0,.5)}}.e-exam .text-answer--rich-text{font-family:Noto Sans,sans-serif;font-size:1rem;line-height:1.5rem;margin-bottom:.5rem;min-height:calc(6rem + 2px);overflow-y:hidden;padding:.75rem 1rem;resize:none;width:100%;word-break:break-word}.e-exam .text-answer--rich-text:focus{outline:none}.e-exam .text-answer--rich-text[aria-invalid=true]{border-color:#9e0000;box-shadow:0 0 0 1px #9e0000,0 1px 0 1px #9e0000}.error-indicator{border-radius:8px 8px 0 0;box-shadow:0 -2px 4px rgba(0,0,0,.15)}.e-progress-bar{border:1px solid #aaa;border-radius:4px;height:3rem}.e-progress-bar__fill{background-color:#307f99;border-radius:4px;height:100%;transform:scaleX(0);transform-origin:left;transition:transform linear;width:100%}.e-progress-bar__fill--animating{transform:scaleX(1)}.save-indicator{background:#fff;border-radius:8px 0 0 0;box-shadow:0 0 4px 0 rgba(0,0,0,.3);color:#585858;display:inline-block;opacity:.8;vertical-align:bottom;z-index:1}.save-indicator .save-indicator-text{opacity:1;transition:opacity .3s}.save-indicator .save-indicator-text--saving{opacity:0}.e-grading-instruction-recording{border:1px solid #307f99;border-radius:8px}.e-result-scorecount{clear:right;display:block;margin-right:-9rem;position:relative;width:8rem}.e-result-scorecount-border-wrap{border-left:1px solid #aaa;display:block;padding-left:1.5rem}.e-result-scorecount-multiline-answer{clear:right;height:0;left:1rem;margin:0;overflow:visible;position:relative;white-space:nowrap;width:0}.e-exam .e-result-scorecount-sup{left:.25rem;line-height:1rem;min-width:1rem;position:absolute;text-align:right;top:0}.e-results-section-wrapper{padding-right:9rem}.e-result-scorecount-empty{border-bottom:2px solid #333;display:inline-block;height:1ex;position:relative;top:2px;width:1.5ch}table td .e-result-scorecount{margin-right:0}.e-multiline-results-text-answer{border-left:2px solid #aaa;word-break:break-word}.e-multiline-results-text-answer table{word-break:normal}.e-multiline-results-text-answer img{max-width:100%;padding:.25rem}.e-multiline-results-text-answer img[alt]{vertical-align:middle}.e-grading-answer-wrapper{background:#fff;padding:0;position:relative;width:calc(100% - 10px)}.e-grading-answer-wrapper .e-annotation-list li:hover{color:#000;cursor:pointer}.e-grading-answer-wrapper .e-annotation--censoring>.e-annotation__index{color:#1c87b1;z-index:1}.e-grading-answer-wrapper .e-annotation--pregrading>.e-annotation__index{color:#f12228}.e-grading-answer-wrapper .e-annotation--pregrading:hover>.e-annotation__index{z-index:2}.e-grading-answer-wrapper .e-annotation--censoring:hover>.e-annotation__index{z-index:3}.e-grading-answer-popup{background:#fff;border-radius:5px;box-shadow:0 0 7px 0 rgba(74,144,226,.5);color:#333;font-size:16px;font-weight:400;padding:2px 8px;position:absolute;white-space:nowrap;z-index:300}.e-grading-answer-popup input[type=text]{background:#fff;border:2px solid #e6e6e6;color:#333;font-family:Source Sans Pro,sans-serif;font-size:16px;font-weight:300;margin-right:4px;padding:3px}.e-grading-answer-add-annotation-button{background:#006ed2;border:0;border-radius:3px;box-shadow:2px 2px 5px rgba(0,0,0,.15);color:#fff;cursor:pointer;font-family:Source Sans Pro,sans-serif;font-size:18px;font-weight:400;line-height:26px;margin-left:5px;padding:0 8px;text-align:center}.e-grading-answer-add-annotation{padding:8px 10px}.e-grading-answer{background:#fff;border-left:2px solid #aaa;margin:20px 0;padding:10px;word-break:break-word}.e-grading-answer .e-annotation-wrapper{line-height:0}.e-grading-answer .e-annotation-wrapper sup{white-space:nowrap}.e-grading-answer .e-large-image{box-shadow:0 1px 8px -3px #004dd0}.e-grading-answer .full-size-image{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.e-grading-answer .full-size-image a{background:#fff;bottom:10px;color:#004dd0;font-size:22px;margin-right:13px;padding:3px 7px;position:absolute;right:100%}.e-grading-answer .full-size-image a:before{align-items:center;background:#004dd0;border-radius:50%;color:#fff;content:"+";display:flex;font-family:monospace;font-size:17px;height:17px;justify-content:center;width:17px}.e-grading-answer .full-size-image a:after{background:#004dd0;bottom:2px;content:"";display:block;height:3px;left:12px;position:relative;transform:rotate(45deg);width:9px}.e-grading-answer .full-size-image a:hover{background:none;color:#00235e;text-decoration:none}.e-grading-answer img{max-width:100%}.e-grading-answer .e-annotation-wrapper .e-annotation,.e-grading-answer img{-moz-user-drag:-moz-none;-khtml-user-drag:none;-webkit-user-drag:none;-o-user-drag:none;user-drag:none;cursor:crosshair}.e-grading-answer img[alt]{vertical-align:middle}.e-grading-answer-tooltip{background:#fff;position:absolute}.e-grading-answer-tooltip-remove{display:none}.editable .e-grading-answer-tooltip-remove{background:none;border:none;color:#666;cursor:pointer;display:initial;font-size:22px;line-height:1;padding:0 5px;vertical-align:top}.editable .e-grading-answer-tooltip-remove:hover{color:#ce0000}.e-grading-answer-tooltip-label{border:1px solid transparent;margin:0 5px;padding:0 4px}.editable .e-grading-answer-tooltip-label:hover{border:1px dashed #aaa;cursor:pointer}.e-grading-answer-length{color:gray}.e-grading-answer-max-length-surplus{color:#ce0000;font-weight:600;margin-left:1ex}.e-grading-answer-close-popup{background:#fff;border:1px solid #aaa;border-radius:50px;bottom:100%;cursor:pointer;display:inline-block;font-size:20px;height:23px;left:100%;line-height:0;margin-bottom:-11px;margin-left:-11px;position:absolute;text-align:center;width:23px}.e-grading-answer-close-popup:hover{color:#ce0000}.e-formula svg{max-width:100%}.e-image-overlay__images-wrapper{position:relative}.e-image-overlay__image-absolute{left:0;position:absolute;right:0;top:0}.e-exam .e-score{background:rgba(0,0,0,.05);border-radius:1.5rem;box-shadow:inset 0 0 .25px 1px rgba(0,0,0,.15);padding:0 .5rem .0625rem}.e-exam .e-score--large{padding:0 .625rem .125rem}.e-exam .e-score--inline{background:none;box-shadow:none;color:#585858;letter-spacing:-.1em;line-height:0;margin:0 .125em;padding:0}.e-exam .table-of-contents--score-column{text-align:right;width:4rem}.e-exam .toc-section-header{margin-bottom:0}.e-exam .responsive-media-container{display:inline-block;margin:0;vertical-align:top;width:100%}.e-exam .responsive-media-container--bordered{border:1px solid #f0f0f0;border-radius:4px;padding:.5rem}.e-exam .e-choice-answer{display:flow-root}.e-exam .e-choice-answer-option--selected .responsive-media-container--bordered{border-color:#307f99;box-shadow:0 0 0 1px #307f99,inset 0 0 0 1px #307f99}.e-exam .responsive-media-container__inner{display:block;overflow:hidden;position:relative;width:100%;z-index:1}.e-exam .responsive-media-container__inner img,.e-exam .responsive-media-container__inner video{display:block;left:0;max-width:100%;position:absolute;top:0}.e-exam .responsive-media-container__inner .e-zoomable{cursor:zoom-in}.restricted-audio-player{border:1px solid #307f99;border-radius:8px;color:#307f99}.restricted-audio-player--disabled{border-color:#aaa;color:#aaa}.restricted-audio-player__play{background-color:inherit;border:none;color:inherit;cursor:pointer;font-size:1.5rem;height:2rem;padding:0;width:2rem}.restricted-audio-player__play--playing{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='24' xml:space='preserve'%3E%3Crect y='8' width='5' height='16' rx='2' ry='2' fill='silver'%3E%3Canimate attributeName='height' values='16;8;16' dur='1.5s' repeatCount='indefinite' calcMode='spline' keyTimes='0;0.5;1' keySplines='0.3 0 0.7 1;0.3 0 0.7 1;'/%3E%3Canimate attributeName='y' values='8;16;8' dur='1.5s' repeatCount='indefinite' calcMode='spline' keyTimes='0;0.5;1' keySplines='0.3 0 0.7 1;0.3 0 0.7 1;'/%3E%3C/rect%3E%3Crect x='7' width='5' height='24' rx='20' ry='2' fill='silver'%3E%3Canimate attributeName='height' values='24;12;24' dur='1.5s' begin='0.3s' repeatCount='indefinite' calcMode='spline' keyTimes='0;0.5;1' keySplines='0.3 0 0.7 1;0.3 0 0.7 1;'/%3E%3Canimate attributeName='y' values='0;12;0' dur='1.5s' begin='0.3s' repeatCount='indefinite' calcMode='spline' keyTimes='0;0.5;1' keySplines='0.3 0 0.7 1;0.3 0 0.7 1;'/%3E%3C/rect%3E%3Crect x='14' y='8' width='5' height='16' rx='2' ry='2' fill='silver'%3E%3Canimate attributeName='height' values='16;8;16' dur='1.5s' begin='0.5s' repeatCount='indefinite' calcMode='spline' keyTimes='0;0.5;1' keySplines='0.3 0 0.7 1;0.3 0 0.7 1;'/%3E%3Canimate attributeName='y' values='8;16;8' dur='1.5s' begin='0.5s' repeatCount='indefinite' calcMode='spline' keyTimes='0;0.5;1' keySplines='0.3 0 0.7 1;0.3 0 0.7 1;'/%3E%3C/rect%3E%3C/svg%3E");background-position:50% 50%;background-repeat:no-repeat;cursor:default}.restricted-audio-player__play:disabled{cursor:default}.restricted-audio-player__duration{color:#282828}.e-exam .e-text-center{text-align:center}.e-exam .e-text-left{text-align:left}.e-exam .e-text-right{text-align:right}.e-exam .e-text-justify{text-align:justify}.e-exam .e-text-top{vertical-align:top}.e-exam .e-text-bottom{vertical-align:bottom}.e-exam .e-block{display:block}.e-exam .e-inline{display:inline}.e-exam .e-inline-block{display:inline-block}.e-exam .e-float-left{float:left}.e-exam .e-float-right{float:right}.e-exam .e-clearfix:after{clear:both;content:"";display:block}.e-exam .e-crossfade-leave{opacity:1}.e-exam .e-crossfade-leave.e-crossfade-leave-active{opacity:0;transition:opacity .5s ease}.e-exam .e-crossfade-enter{opacity:0}.e-exam .e-crossfade-enter.e-crossfade-enter-active{opacity:1;transition:opacity .5s ease}.e-annotation-wrapper{display:inline-block;max-width:100%;position:relative}.e-annotation{position:relative}.e-annotation--pregrading{background-color:rgba(241,34,40,.2)}.e-annotation--pregrading .e-annotation-wrapper{background:#fff}.e-annotation--pregrading .e-annotation-wrapper:before{background:rgba(241,34,40,.2);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.e-annotation--censoring{background-color:rgba(28,135,177,.2)}.e-annotation--censoring .e-annotation-wrapper{background:#fff}.e-annotation--censoring .e-annotation-wrapper:before{background:rgba(28,135,177,.2);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.e-annotation--shape{min-height:4px;min-width:4px;position:absolute}.e-annotation__index{text-shadow:1px 1px #fefefe}.e-annotation__index--text{position:relative}.e-annotation__index--text:after{content:attr(data-content);position:absolute;top:-.125rem;white-space:nowrap}.e-annotation__index--shape{position:absolute;right:0;top:-.5rem;transform:translateX(100%)}.e-annotation__index--shape:after{content:attr(data-content)}.e-exam .e-button{background-color:#307f99;border:none;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.2);color:#fefefe;cursor:pointer;font-size:1.125rem;line-height:1.5rem;margin:0;min-width:6rem;padding:.5rem 1rem}.e-exam .e-button:hover{background:#207b90}.e-exam .e-button:disabled{background:#c8c8c8;box-shadow:none;cursor:auto;opacity:.6}.e-exam .e-button-plain{background:none;border:none;display:inline;font-family:inherit;font-size:inherit;line-height:inherit;margin:0;outline:none;padding:0;text-align:inherit;text-transform:inherit}.e-exam .e-color-black{color:#282828}.e-exam .e-bg-color-black{background-color:#282828}.e-exam .e-color-off-white{color:#fefefe}.e-exam .e-bg-color-off-white{background-color:#fefefe}.e-exam .e-color-grey{color:#aaa}.e-exam .e-bg-color-grey{background-color:#aaa}.e-exam .e-color-error{color:#9e0000}.e-exam .e-bg-color-error{background-color:#9e0000}.e-exam .e-color-darkgrey{color:#585858}.e-exam .e-bg-color-darkgrey{background-color:#585858}.e-exam .e-color-midgrey{color:#ddd}.e-exam .e-bg-color-midgrey{background-color:#ddd}.e-exam .e-color-lightgrey{color:#f0f0f0}.e-exam .e-bg-color-lightgrey{background-color:#f0f0f0}.e-exam .e-color-tinted-white{color:#f5fbfe}.e-exam .e-bg-color-tinted-white{background-color:#f5fbfe}.e-exam .e-color-lightblue{color:#e0f4fe}.e-exam .e-bg-color-lightblue{background-color:#e0f4fe}.e-exam .e-color-lighterblue{color:#f0faff}.e-exam .e-bg-color-lighterblue{background-color:#f0faff}.e-exam .e-color-lightblue-shade{color:#c6e6f2}.e-exam .e-bg-color-lightblue-shade{background-color:#c6e6f2}.e-exam .e-color-lightturquoise{color:#88d0d0}.e-exam .e-bg-color-lightturquoise{background-color:#88d0d0}.e-exam .e-color-link{color:#307f99}.e-exam .e-bg-color-link{background-color:#307f99}.e-exam .e-color-link-hover{color:#207b90}.e-exam .e-bg-color-link-hover{background-color:#207b90}.e-exam .e-color-correct-answer{color:#5acd46}.e-exam .e-bg-color-correct-answer{background-color:#5acd46}.e-exam .e-color-wrong-answer{color:red}.e-exam .e-bg-color-wrong-answer{background-color:red}.e-exam .e-columns{display:flex}.e-exam .e-columns--center-v{align-items:center}.e-exam .e-columns--bottom-v{align-items:flex-end}.e-exam .e-columns--inline{display:inline-flex}.e-exam .e-columns--center-h{justify-content:center}.e-exam .e-column{flex:1 1 0}.e-exam .e-column--auto{flex:auto}.e-exam .e-column--narrow{flex:none}.e-exam .e-column+.e-column{margin-left:1rem}@media (max-width:832px){.e-exam .e-column+.e-column{margin-left:.5rem}}.e-exam .e-column+.e-column--gapless{margin-left:0}.e-exam .e-column--1{flex:none;width:8.33333333%}.e-exam .e-column--2{flex:none;width:16.66666667%}.e-exam .e-column--3{flex:none;width:25%}.e-exam .e-column--4{flex:none;width:33.33333333%}.e-exam .e-column--5{flex:none;width:41.66666667%}.e-exam .e-column--6{flex:none;width:50%}.e-exam .e-column--7{flex:none;width:58.33333333%}.e-exam .e-column--8{flex:none;width:66.66666667%}.e-exam .e-column--9{flex:none;width:75%}.e-exam .e-column--10{flex:none;width:83.33333333%}.e-exam .e-column--11{flex:none;width:91.66666667%}.e-exam .e-column--12{flex:none;width:100%}@media print{.k-exam-html{font-size:12px;line-height:18px}.k-exam-html .k-exam-body{background-color:#fff;margin:0}.k-exam-html .k-exam-body--attachments{background-color:#fff}.k-exam-html .k-exam-body .rich-text-editor-tools{display:none!important}.k-exam-content{display:block}.k-finish-exam-container{box-shadow:none}}.e-exam .e-link-button,.e-exam a{background-color:inherit;border:none;color:#307f99;cursor:pointer;padding:0;text-decoration:none}.e-exam .e-link-button:hover,.e-exam a:hover{color:#207b90;text-decoration:underline}.e-exam .e-list-plain{list-style:none}.e-exam .e-list-lower-alpha{list-style-type:lower-alpha}.e-exam .e-list-upper-alpha{list-style-type:upper-alpha}.e-exam .e-list-lower-roman{list-style-type:lower-roman}.e-exam .e-list-upper-roman{list-style-type:upper-roman}.e-exam .e-list-data{border-collapse:separate;border-spacing:0 .5rem;display:table;list-style:none;width:100%}.e-exam .e-list-data li:before{content:attr(data-list-number);display:table-cell;padding-right:1rem;white-space:nowrap;width:1%}.e-exam .e-list-data li{display:table-row;width:100%}.e-exam li{margin:0 0 .5rem}.e-exam .e-list-wordcloud{display:flex;flex-wrap:wrap;list-style:none;padding:0}.e-exam .e-list-wordcloud>li{background:rgba(0,0,0,.03);border:1px solid #aaa;border-radius:.25rem;margin:.25rem;padding:.25rem .5rem}.e-exam .e-illustration-right{float:right;margin-bottom:1rem;margin-left:1rem}.e-exam .notification{background:#f0faff;border:1px solid #88d0d0;border-radius:.25rem;margin-bottom:2rem;padding:1rem}.e-exam .notification--inline{display:inline-block}@media print{html{font-size:12px;line-height:18px}body{background:none!important}.audio-player,.rich-text-editor-tools,.toolbar{display:none!important}.e-exam{color:#000;max-width:none!important}.e-exam .save-indicator{display:none}.e-exam .text-answer{border:1px solid #000;box-shadow:none}.e-exam button{background:none!important;color:#000!important}.e-exam .e-section{box-shadow:0 0 0 0!important;padding:0!important}.e-exam .e-result-scorecount-shortcode{display:none!important}.e-dropdown-answer{line-height:18px;margin:0;vertical-align:middle}.e-dropdown-answer__toggle-button{display:none!important}.e-dropdown-answer__toggle-button:after{border:0;content:"";height:0;width:0}.e-dropdown-answer__menu{align-items:center;border:0!important;display:flex;flex-flow:wrap;line-height:16px;position:relative!important;transform:none!important;visibility:visible!important}.e-dropdown-answer__menu-item .e-formula{display:inline-block;padding:2px}.e-dropdown-answer__menu-item:first-child{display:none!important}.e-dropdown-answer__menu-item{align-items:center;align-self:stretch;border:1px dotted gray;border-right:none;display:flex;margin:0 -1px 1px 0;padding:0 4px!important}.e-dropdown-answer__menu-item:last-child{border-right:1px dotted gray}.e-dropdown-answer__menu-item--selected{background:none;border-bottom:1px solid #000;box-shadow:inset 0 -1px 0 -.5px #000}}.rich-text-editor-new-equation,.rich-text-editor-overlay{font-family:Noto Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.5rem;white-space:normal}.rich-text-editor-overlay h3{font-size:1.3125rem;font-weight:600;line-height:2rem;margin-bottom:1rem;margin-top:0}.e-exam .e-width-full{width:100%}.e-exam .e-width-threequarters{width:75%}.e-exam .e-width-half{width:49.75%}.e-exam .e-width-third{width:33.16666667%}.e-exam .e-width-quarter{width:24.875%}.e-exam .e-pad-0{padding:0}.e-exam .e-mrg-0{margin:0}.e-exam .e-pad-l-0{padding-left:0}.e-exam .e-mrg-l-0{margin-left:0}.e-exam .e-pad-r-0{padding-right:0}.e-exam .e-mrg-r-0{margin-right:0}.e-exam .e-pad-t-0{padding-top:0}.e-exam .e-mrg-t-0{margin-top:0}.e-exam .e-pad-b-0{padding-bottom:0}.e-exam .e-mrg-b-0{margin-bottom:0}.e-exam .e-pad-x-0{padding-left:0;padding-right:0}.e-exam .e-mrg-x-0{margin-left:0;margin-right:0}.e-exam .e-pad-y-0{padding-bottom:0;padding-top:0}.e-exam .e-mrg-y-0{margin-bottom:0;margin-top:0}.e-exam .e-pad-1{padding:.5rem}.e-exam .e-mrg-1{margin:.5rem}.e-exam .e-pad-l-1{padding-left:.5rem}.e-exam .e-mrg-l-1{margin-left:.5rem}.e-exam .e-pad-r-1{padding-right:.5rem}.e-exam .e-mrg-r-1{margin-right:.5rem}.e-exam .e-pad-t-1{padding-top:.5rem}.e-exam .e-mrg-t-1{margin-top:.5rem}.e-exam .e-pad-b-1{padding-bottom:.5rem}.e-exam .e-mrg-b-1{margin-bottom:.5rem}.e-exam .e-pad-x-1{padding-left:.5rem;padding-right:.5rem}.e-exam .e-mrg-x-1{margin-left:.5rem;margin-right:.5rem}.e-exam .e-pad-y-1{padding-bottom:.5rem;padding-top:.5rem}.e-exam .e-mrg-y-1{margin-bottom:.5rem;margin-top:.5rem}.e-exam .e-pad-2{padding:1rem}.e-exam .e-mrg-2{margin:1rem}.e-exam .e-pad-l-2{padding-left:1rem}.e-exam .e-mrg-l-2{margin-left:1rem}.e-exam .e-pad-r-2{padding-right:1rem}.e-exam .e-mrg-r-2{margin-right:1rem}.e-exam .e-pad-t-2{padding-top:1rem}.e-exam .e-mrg-t-2{margin-top:1rem}.e-exam .e-pad-b-2{padding-bottom:1rem}.e-exam .e-mrg-b-2{margin-bottom:1rem}.e-exam .e-pad-x-2{padding-left:1rem;padding-right:1rem}.e-exam .e-mrg-x-2{margin-left:1rem;margin-right:1rem}.e-exam .e-pad-y-2{padding-bottom:1rem;padding-top:1rem}.e-exam .e-mrg-y-2{margin-bottom:1rem;margin-top:1rem}.e-exam .e-pad-3{padding:1.5rem}.e-exam .e-mrg-3{margin:1.5rem}.e-exam .e-pad-l-3{padding-left:1.5rem}.e-exam .e-mrg-l-3{margin-left:1.5rem}.e-exam .e-pad-r-3{padding-right:1.5rem}.e-exam .e-mrg-r-3{margin-right:1.5rem}.e-exam .e-pad-t-3{padding-top:1.5rem}.e-exam .e-mrg-t-3{margin-top:1.5rem}.e-exam .e-pad-b-3{padding-bottom:1.5rem}.e-exam .e-mrg-b-3{margin-bottom:1.5rem}.e-exam .e-pad-x-3{padding-left:1.5rem;padding-right:1.5rem}.e-exam .e-mrg-x-3{margin-left:1.5rem;margin-right:1.5rem}.e-exam .e-pad-y-3{padding-bottom:1.5rem;padding-top:1.5rem}.e-exam .e-mrg-y-3{margin-bottom:1.5rem;margin-top:1.5rem}.e-exam .e-pad-4{padding:2rem}.e-exam .e-mrg-4{margin:2rem}.e-exam .e-pad-l-4{padding-left:2rem}.e-exam .e-mrg-l-4{margin-left:2rem}.e-exam .e-pad-r-4{padding-right:2rem}.e-exam .e-mrg-r-4{margin-right:2rem}.e-exam .e-pad-t-4{padding-top:2rem}.e-exam .e-mrg-t-4{margin-top:2rem}.e-exam .e-pad-b-4{padding-bottom:2rem}.e-exam .e-mrg-b-4{margin-bottom:2rem}.e-exam .e-pad-x-4{padding-left:2rem;padding-right:2rem}.e-exam .e-mrg-x-4{margin-left:2rem;margin-right:2rem}.e-exam .e-pad-y-4{padding-bottom:2rem;padding-top:2rem}.e-exam .e-mrg-y-4{margin-bottom:2rem;margin-top:2rem}.e-exam .e-pad-5{padding:2.5rem}.e-exam .e-mrg-5{margin:2.5rem}.e-exam .e-pad-l-5{padding-left:2.5rem}.e-exam .e-mrg-l-5{margin-left:2.5rem}.e-exam .e-pad-r-5{padding-right:2.5rem}.e-exam .e-mrg-r-5{margin-right:2.5rem}.e-exam .e-pad-t-5{padding-top:2.5rem}.e-exam .e-mrg-t-5{margin-top:2.5rem}.e-exam .e-pad-b-5{padding-bottom:2.5rem}.e-exam .e-mrg-b-5{margin-bottom:2.5rem}.e-exam .e-pad-x-5{padding-left:2.5rem;padding-right:2.5rem}.e-exam .e-mrg-x-5{margin-left:2.5rem;margin-right:2.5rem}.e-exam .e-pad-y-5{padding-bottom:2.5rem;padding-top:2.5rem}.e-exam .e-mrg-y-5{margin-bottom:2.5rem;margin-top:2.5rem}.e-exam .e-pad-6{padding:3rem}.e-exam .e-mrg-6{margin:3rem}.e-exam .e-pad-l-6{padding-left:3rem}.e-exam .e-mrg-l-6{margin-left:3rem}.e-exam .e-pad-r-6{padding-right:3rem}.e-exam .e-mrg-r-6{margin-right:3rem}.e-exam .e-pad-t-6{padding-top:3rem}.e-exam .e-mrg-t-6{margin-top:3rem}.e-exam .e-pad-b-6{padding-bottom:3rem}.e-exam .e-mrg-b-6{margin-bottom:3rem}.e-exam .e-pad-x-6{padding-left:3rem;padding-right:3rem}.e-exam .e-mrg-x-6{margin-left:3rem;margin-right:3rem}.e-exam .e-pad-y-6{padding-bottom:3rem;padding-top:3rem}.e-exam .e-mrg-y-6{margin-bottom:3rem;margin-top:3rem}.e-exam .e-pad-7{padding:3.5rem}.e-exam .e-mrg-7{margin:3.5rem}.e-exam .e-pad-l-7{padding-left:3.5rem}.e-exam .e-mrg-l-7{margin-left:3.5rem}.e-exam .e-pad-r-7{padding-right:3.5rem}.e-exam .e-mrg-r-7{margin-right:3.5rem}.e-exam .e-pad-t-7{padding-top:3.5rem}.e-exam .e-mrg-t-7{margin-top:3.5rem}.e-exam .e-pad-b-7{padding-bottom:3.5rem}.e-exam .e-mrg-b-7{margin-bottom:3.5rem}.e-exam .e-pad-x-7{padding-left:3.5rem;padding-right:3.5rem}.e-exam .e-mrg-x-7{margin-left:3.5rem;margin-right:3.5rem}.e-exam .e-pad-y-7{padding-bottom:3.5rem;padding-top:3.5rem}.e-exam .e-mrg-y-7{margin-bottom:3.5rem;margin-top:3.5rem}.e-exam .e-pad-8{padding:4rem}.e-exam .e-mrg-8{margin:4rem}.e-exam .e-pad-l-8{padding-left:4rem}.e-exam .e-mrg-l-8{margin-left:4rem}.e-exam .e-pad-r-8{padding-right:4rem}.e-exam .e-mrg-r-8{margin-right:4rem}.e-exam .e-pad-t-8{padding-top:4rem}.e-exam .e-mrg-t-8{margin-top:4rem}.e-exam .e-pad-b-8{padding-bottom:4rem}.e-exam .e-mrg-b-8{margin-bottom:4rem}.e-exam .e-pad-x-8{padding-left:4rem;padding-right:4rem}.e-exam .e-mrg-x-8{margin-left:4rem;margin-right:4rem}.e-exam .e-pad-y-8{padding-bottom:4rem;padding-top:4rem}.e-exam .e-mrg-y-8{margin-bottom:4rem;margin-top:4rem}.e-exam caption{font-size:1.125rem;font-weight:600;line-height:1.5rem;margin-bottom:.5rem;text-align:left}.e-table{border-collapse:collapse;border-spacing:0;margin-bottom:1rem}.e-table td,.e-table th{border:1px solid #aaa;padding:.25rem .5rem;text-align:left}.e-table--borderless td,.e-table--borderless th{border:none}.e-table--zebra tbody tr:nth-child(odd){background:rgba(0,0,0,.06)}.e-exam{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;font-weight:400}.e-exam .e-sans-serif{font-family:Noto Sans,sans-serif}.e-exam .e-monospace,.e-exam code,.e-exam pre{font-family:Noto Mono,monospace}.e-exam button,.e-exam input,.e-exam select,.e-exam textarea{font-family:Noto Sans,sans-serif}.e-exam mark{color:inherit}.e-exam .e-light{font-weight:300}.e-exam .e-normal{font-weight:400}.e-exam .e-semibold{font-weight:600}.e-exam dl,.e-exam ol,.e-exam p,.e-exam ul{font-size:inherit;font-weight:inherit;margin-bottom:1rem;margin-top:0}.e-exam sub,.e-exam sup{font-size:.75em;line-height:0}.e-exam .e-font-size-xs{font-size:.75rem;line-height:1rem}.e-exam .e-font-size-s{font-size:.875rem;line-height:1.5rem}.e-exam .e-font-size-m{font-size:1rem;line-height:1.5rem}.e-exam .e-font-size-l{font-size:1.125rem;line-height:1.5rem}.e-exam .e-font-size-xl{font-size:1.3125rem;line-height:2rem}.e-exam .e-font-size-xxl{font-size:1.875rem;line-height:2.5rem}.e-exam .e-font-size-xxxl{font-size:2.5rem;line-height:3rem}.e-exam .e-line-height-l{line-height:2rem}.e-exam h1{font-size:2.5rem;font-weight:300;line-height:3rem}.e-exam h1,.e-exam h2{margin-bottom:2rem;margin-top:0}.e-exam h2{font-size:1.875rem;font-weight:400;line-height:2.5rem;white-space:normal}.e-exam h3{font-size:1.3125rem;font-weight:600;line-height:2rem;margin-bottom:1rem;margin-top:0}.e-exam h4{font-size:1.125rem}.e-exam h4,.e-exam h5{font-weight:600;line-height:1.5rem;margin-bottom:1rem;margin-top:0}.e-exam h5,.e-exam h6{font-size:1rem}.e-exam h6{font-weight:600;line-height:1.5rem;margin-bottom:1rem;margin-top:0}.e-exam .e-underline{text-decoration:underline}.e-exam b,.e-exam strong,.e-exam th{font-weight:600}.e-exam .e-exam-separator{border:0;border-top:1px solid #c6e6f2;box-shadow:0 -1px 1px .5px #e0f4fe;margin:0 -3rem 2rem}.e-exam .e-italic{font-style:italic}.e-exam blockquote{border-left:.5rem solid #ddd;padding:0 1.25rem}.e-exam .e-text-gap{box-shadow:inset 0 -4px 0 -3px #111;display:inline-block;margin:0 .125rem;min-width:10rem;text-align:center}.e-exam .e-nowrap{white-space:nowrap}.e-exam .e-pre-wrap{white-space:pre-wrap}.e-exam .e-normal{white-space:normal}.e-exam .e-break-word{word-break:break-word}.e-exam .e-line-through{text-decoration:line-through}.e-exam .e-ellipsis{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.e-exam .e-bordered{border:1px solid #aaa}.e-exam .e-rounded{border-radius:4px}.e-exam .e-scrollable-x{overflow-x:auto}.e-exam .e-box{background-color:#f0f0f0;border:1px solid #aaa;border-radius:4px;padding:1rem}.e-exam .e-screen-reader-only{word-wrap:normal!important;clip:rect(1px,1px,1px,1px);border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px}.e-exam .e-pointer{cursor:pointer}
1
+ @font-face{font-family:Noto Sans;font-style:normal;font-weight:300;src:url(assets/NotoSans-Light.woff2) format("woff2"),url(assets/NotoSans-Light.woff) format("woff"),url(assets/NotoSans-Light.ttf) format("truetype")}@font-face{font-family:Noto Sans;font-style:italic;font-weight:300;src:url(assets/NotoSans-LightItalic.woff2) format("woff2"),url(assets/NotoSans-LightItalic.woff) format("woff"),url(assets/NotoSans-LightItalic.ttf) format("truetype")}@font-face{font-family:Noto Sans;font-style:normal;font-weight:400;src:url(assets/NotoSans-Regular.woff2) format("woff2"),url(assets/NotoSans-Regular.woff) format("woff"),url(assets/NotoSans-Regular.ttf) format("truetype")}@font-face{font-family:Noto Sans;font-style:italic;font-weight:400;src:url(assets/NotoSans-Italic.woff2) format("woff2"),url(assets/NotoSans-Italic.woff) format("woff"),url(assets/NotoSans-Italic.ttf) format("truetype")}@font-face{font-family:Noto Sans;font-style:normal;font-weight:700;src:url(assets/NotoSans-Bold.woff2) format("woff2"),url(assets/NotoSans-Bold.woff) format("woff"),url(assets/NotoSans-Bold.ttf) format("truetype")}@font-face{font-family:Noto Sans;font-style:italic;font-weight:700;src:url(assets/NotoSans-BoldItalic.woff2) format("woff2"),url(assets/NotoSans-BoldItalic.woff) format("woff"),url(assets/NotoSans-BoldItalic.ttf) format("truetype")}@font-face{font-family:Noto Sans;font-style:normal;font-weight:600;src:url(assets/NotoSans-SemiBold.woff2) format("woff2"),url(assets/NotoSans-SemiBold.woff) format("woff"),url(assets/NotoSans-SemiBold.ttf) format("truetype")}@font-face{font-family:Noto Sans;font-style:italic;font-weight:600;src:url(assets/NotoSans-SemiBoldItalic.woff2) format("woff2"),url(assets/NotoSans-SemiBoldItalic.woff) format("woff"),url(assets/NotoSans-SemiBoldItalic.ttf) format("truetype")}@font-face{font-family:Noto Mono;font-style:normal;font-weight:400;src:url(assets/NotoMono.woff2) format("woff2"),url(assets/NotoMono.woff) format("woff"),url(assets/NotoMono.ttf) format("truetype")}@font-face{font-family:Symbola;src:url(assets/Symbola.eot);src:local("Symbola Regular"),local("Symbola"),url(assets/Symbola.woff2) format("woff2"),url(assets/Symbola.woff) format("woff"),url(assets/Symbola.ttf) format("truetype"),url(assets/Symbola.svg#Symbola) format("svg")}.mq-editable-field,.mq-editable-field .mq-cursor{display:-moz-inline-box;display:inline-block}.mq-editable-field .mq-cursor{border-left:1px solid #000;margin-left:-1px;padding:0;position:relative;z-index:1}.mq-editable-field .mq-cursor.mq-blink{visibility:hidden}.mq-editable-field,.mq-math-mode .mq-editable-field{border:1px solid gray}.mq-editable-field.mq-focused,.mq-math-mode .mq-editable-field.mq-focused{border-color:#709ac0;border-radius:1px;box-shadow:0 0 1px 2px #8bd,inset 0 0 2px 0 #6ae}.mq-math-mode .mq-editable-field{margin:1px}.mq-editable-field .mq-latex-command-input{border:1px solid gray;color:inherit;font-family:Courier New,monospace;margin-left:2px;margin-right:1px;padding-right:1px}.mq-editable-field .mq-latex-command-input.mq-empty{background:transparent}.mq-editable-field .mq-latex-command-input.mq-hasCursor{border-color:ActiveBorder}.mq-editable-field.mq-empty:after,.mq-editable-field.mq-text-mode:after,.mq-math-mode .mq-empty:after{content:"c";visibility:hidden}.mq-editable-field .mq-cursor:only-child:after,.mq-editable-field .mq-textarea+.mq-cursor:last-child:after{content:"c";visibility:hidden}.mq-editable-field .mq-text-mode .mq-cursor:only-child:after{content:""}.mq-editable-field.mq-text-mode{overflow-x:auto;overflow-y:hidden}.mq-math-mode .mq-root-block,.mq-root-block{box-sizing:border-box;display:-moz-inline-box;display:inline-block;overflow:hidden;padding:2px;vertical-align:middle;white-space:nowrap;width:100%}.mq-math-mode{font-feature-settings:normal;font-size:115%;font-style:normal;font-variant:normal;font-weight:400;line-height:1}.mq-math-mode,.mq-math-mode .mq-non-leaf,.mq-math-mode .mq-scaled{display:-moz-inline-box;display:inline-block}.mq-math-mode .mq-nonSymbola,.mq-math-mode .mq-text-mode,.mq-math-mode var{font-family:Times New Roman,Symbola,serif;line-height:.9}.mq-math-mode *{border-color:#000;box-sizing:border-box;font-size:inherit;line-height:inherit;margin:0;padding:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mq-math-mode .mq-empty{background:#ccc}.mq-math-mode .mq-empty.mq-root-block,.mq-math-mode.mq-empty{background:transparent}.mq-math-mode .mq-text-mode{display:inline-block;white-space:pre}.mq-math-mode .mq-text-mode.mq-hasCursor{box-shadow:inset 0 .1em .2em #a9a9a9;margin:0 -.1em;min-width:1ex;padding:0 .1em}.mq-math-mode .mq-font{font:1em Times New Roman,Symbola,serif}.mq-math-mode .mq-font *{font-family:inherit;font-style:inherit}.mq-math-mode b,.mq-math-mode b.mq-font{font-weight:bolder}.mq-math-mode i,.mq-math-mode i.mq-font,.mq-math-mode var{font-style:italic}.mq-math-mode var.mq-f{margin-left:.1em;margin-right:.2em}.mq-math-mode .mq-roman var.mq-f{margin:0}.mq-math-mode big{font-size:200%}.mq-math-mode .mq-int>big,.mq-math-mode .mq-intsub>big{display:inline-block;transform:scaleX(.7);vertical-align:-.16em}.mq-math-mode .mq-int>.mq-supsub,.mq-math-mode .mq-intsub>.mq-supsub{font-size:80%;padding-right:.2em;vertical-align:-1.1em}.mq-math-mode .mq-int>.mq-supsub>.mq-sup>.mq-sup-inner,.mq-math-mode .mq-intsub>.mq-supsub>.mq-sup>.mq-sup-inner{vertical-align:1.3em}.mq-math-mode .mq-int>.mq-supsub>.mq-sub,.mq-math-mode .mq-intsub>.mq-supsub>.mq-sub{margin-left:-.35em}.mq-math-mode .mq-roman{font-style:normal}.mq-math-mode .mq-sans-serif{font-family:sans-serif,Symbola,serif}.mq-math-mode .mq-monospace{font-family:monospace,Symbola,serif}.mq-math-mode .mq-mathbb .mq-original{display:none}.mq-math-mode .mq-overarrow,.mq-math-mode .mq-overline{border-top:1px solid #000;margin-top:1px}.mq-math-mode .mq-underarrow,.mq-math-mode .mq-underline{border-bottom:1px solid #000;margin-bottom:1px}.mq-math-mode .mq-binary-operator{display:-moz-inline-box;display:inline-block;padding:0 .2em}.mq-math-mode .mq-supsub{font-size:90%;text-align:left;vertical-align:-.5em}.mq-math-mode .mq-supsub.mq-sup-only{vertical-align:.5em}.mq-math-mode .mq-supsub.mq-sup-only .mq-sup{display:inline-block;vertical-align:text-bottom}.mq-math-mode .mq-supsub .mq-sup{display:block}.mq-math-mode .mq-supsub .mq-sub{display:block;float:left}.mq-math-mode .mq-supsub .mq-binary-operator{padding:0 .1em}.mq-math-mode .mq-supsub .mq-fraction{font-size:70%}.mq-math-mode .mq-nthroot{font-size:80%;margin-left:.2em;margin-right:-.6em;min-width:.5em;vertical-align:.8em}.mq-math-mode .mq-paren{padding:0 .1em;transform-origin:center .06em;vertical-align:top}.mq-math-mode .mq-paren.mq-ghost{color:silver}.mq-math-mode .mq-paren+span{margin-bottom:.1em;margin-top:.1em}.mq-math-mode .mq-array{text-align:center;vertical-align:middle}.mq-math-mode .mq-array>span{display:block}.mq-math-mode .mq-operator-name{font-family:Symbola,Times New Roman,serif;font-style:normal;line-height:.9}.mq-math-mode var.mq-operator-name.mq-first{padding-left:.2em}.mq-math-mode .mq-supsub.mq-after-operator-name,.mq-math-mode var.mq-operator-name.mq-last{padding-right:.2em}.mq-math-mode .mq-fraction{font-size:90%;padding:0 .2em;text-align:center;vertical-align:-.4em}.mq-math-mode .mq-fraction,.mq-math-mode .mq-large-operator,.mq-math-mode x:-moz-any-link{display:-moz-groupbox}.mq-math-mode .mq-fraction,.mq-math-mode .mq-large-operator,.mq-math-mode x:-moz-any-link,.mq-math-mode x:default{display:inline-block}.mq-math-mode .mq-denominator,.mq-math-mode .mq-dot-recurring,.mq-math-mode .mq-numerator{display:block}.mq-math-mode .mq-numerator{padding:0 .1em}.mq-math-mode .mq-denominator{border-top:1px solid;float:right;padding:.1em;width:100%}.mq-math-mode .mq-dot-recurring{height:.3em;text-align:center}.mq-math-mode .mq-sqrt-prefix{padding-top:0;position:relative;top:.1em;transform-origin:top;vertical-align:top}.mq-math-mode .mq-sqrt-stem{border-top:1px solid;margin-right:.1em;margin-top:1px;padding-left:.15em;padding-right:.2em;padding-top:1px}.mq-math-mode .mq-diacritic-above{display:block;line-height:.4em;text-align:center}.mq-math-mode .mq-diacritic-stem,.mq-math-mode .mq-hat-prefix{display:block;text-align:center}.mq-math-mode .mq-hat-prefix{line-height:.95em;margin-bottom:-.7em;transform:scaleX(1.5);-moz-transform:scaleX(1.5);-o-transform:scaleX(1.5);-webkit-transform:scaleX(1.5)}.mq-math-mode .mq-hat-stem{display:block}.mq-math-mode .mq-large-operator{padding:.2em;text-align:center;vertical-align:-.2em}.mq-math-mode .mq-large-operator .mq-from,.mq-math-mode .mq-large-operator .mq-to,.mq-math-mode .mq-large-operator big{display:block}.mq-math-mode .mq-large-operator .mq-from,.mq-math-mode .mq-large-operator .mq-to{font-size:80%}.mq-math-mode .mq-large-operator .mq-from{float:right;width:100%}.mq-math-mode,.mq-math-mode .mq-editable-field{cursor:text;font-family:Symbola,Times New Roman,serif}.mq-math-mode .mq-overarc{border-top:1px solid #000;border-top-left-radius:50% .3em;border-top-right-radius:50% .3em;margin-top:1px;padding-top:.15em}.mq-math-mode .mq-overarrow,.mq-math-mode .mq-underarrow{position:relative;text-align:center}.mq-math-mode .mq-overarrow:after,.mq-math-mode .mq-overarrow:before,.mq-math-mode .mq-underarrow:after,.mq-math-mode .mq-underarrow:before{display:block;font-size:.8em;line-height:1px;min-width:.8em;position:absolute}.mq-math-mode .mq-overarrow.mq-arrow-left:before,.mq-math-mode .mq-overarrow.mq-arrow-leftright:before,.mq-math-mode .mq-underarrow.mq-arrow-left:before,.mq-math-mode .mq-underarrow.mq-arrow-leftright:before{content:"\2190";left:-1px;text-align:left}.mq-math-mode .mq-overarrow.mq-arrow-leftright:after,.mq-math-mode .mq-overarrow.mq-arrow-right:before,.mq-math-mode .mq-underarrow.mq-arrow-leftright:after,.mq-math-mode .mq-underarrow.mq-arrow-right:before{content:"\2192";right:-1px;text-align:right}.mq-math-mode .mq-overarrow.mq-empty .mq-inner:before,.mq-math-mode .mq-underarrow.mq-empty .mq-inner:before{content:"c";visibility:hidden}.mq-math-mode .mq-overarrow:after,.mq-math-mode .mq-overarrow:before{top:-1px}.mq-math-mode .mq-underarrow:after,.mq-math-mode .mq-underarrow:before{bottom:-1px}.mq-math-mode .mq-harpoons{position:relative;text-align:center}.mq-math-mode .mq-harpoons-denominator,.mq-math-mode .mq-harpoons-harpoons,.mq-math-mode .mq-harpoons-numerator{display:block}.mq-math-mode .mq-harpoons-denominator,.mq-math-mode .mq-harpoons-numerator{font-size:70%}.mq-math-mode .mq-harpoons-numerator{padding:0 .1em}.mq-math-mode .mq-harpoons-denominator{float:right;padding:.1em;width:100%}@supports (-moz-appearance:meterbar) and (background-blend-mode:difference,normal){.mq-math-mode .mq-overarrow:after,.mq-math-mode .mq-overarrow:before,.mq-math-mode .mq-underarrow:after,.mq-math-mode .mq-underarrow:before{line-height:0}.mq-math-mode .mq-overarrow:after,.mq-math-mode .mq-overarrow:before{top:-.5px}.mq-math-mode.mq-arrow-both{vertical-align:text-bottom}.mq-math-mode.mq-arrow-both.mq-empty{min-height:1.23em}.mq-math-mode.mq-arrow-both.mq-empty:after{top:-.34em}.mq-math-mode.mq-arrow-both:before{filter:FlipH;-ms-filter:"FlipH";transform:scaleX(-1)}.mq-math-mode.mq-arrow-both:after{content:"\27A4";display:block;font-size:.5em;line-height:0em;position:relative;text-align:right;top:-2.3em;visibility:visible}}.mq-math-mode .mq-matrix{margin-left:.1em;margin-right:.1em;vertical-align:middle}.mq-math-mode .mq-matrix table{border-bottom:none;border-collapse:separate;border-spacing:3px;width:auto}.mq-math-mode .mq-matrix table.mq-rows-1{margin-bottom:1px;vertical-align:middle}.mq-math-mode .mq-matrix td{border:none;padding:.1em .3em;vertical-align:baseline;width:auto}.mq-math-mode .mq-matrix-array table{border-collapse:collapse}.mq-math-mode .mq-matrix-array tr:first-child td{border-bottom:.5px solid #000}.mq-math-mode .mq-matrix-array td+td{border-left:.5px solid #000}.mq-editable-field .mq-selection,.mq-editable-field .mq-selection .mq-non-leaf,.mq-editable-field .mq-selection .mq-scaled,.mq-math-mode .mq-selection,.mq-math-mode .mq-selection .mq-non-leaf,.mq-math-mode .mq-selection .mq-scaled{background:#b4d5fe!important;background:Highlight!important;border-color:HighlightText;color:HighlightText}.mq-editable-field .mq-selection .mq-matrixed,.mq-math-mode .mq-selection .mq-matrixed{background:#39f!important}.mq-editable-field .mq-selection .mq-matrixed-container,.mq-math-mode .mq-selection .mq-matrixed-container{filter:progid:DXImageTransform.Microsoft.Chroma(color="#3399FF")!important}.mq-editable-field .mq-selection.mq-blur,.mq-editable-field .mq-selection.mq-blur .mq-matrixed,.mq-editable-field .mq-selection.mq-blur .mq-non-leaf,.mq-editable-field .mq-selection.mq-blur .mq-scaled,.mq-math-mode .mq-selection.mq-blur,.mq-math-mode .mq-selection.mq-blur .mq-matrixed,.mq-math-mode .mq-selection.mq-blur .mq-non-leaf,.mq-math-mode .mq-selection.mq-blur .mq-scaled{background:#d4d4d4!important;border-color:#000;color:#000}.mq-editable-field .mq-selection.mq-blur .mq-matrixed-container,.mq-math-mode .mq-selection.mq-blur .mq-matrixed-container{filter:progid:DXImageTransform.Microsoft.Chroma(color="#D4D4D4")!important}.mq-editable-field .mq-textarea,.mq-math-mode .mq-textarea{position:relative;-webkit-user-select:text;-moz-user-select:text;user-select:text;vertical-align:top}.mq-editable-field .mq-selectable,.mq-editable-field .mq-textarea *,.mq-math-mode .mq-selectable,.mq-math-mode .mq-textarea *{clip:rect(1em 1em 1em 1em);box-sizing:content-box;height:1px;position:absolute;resize:none;transform:scale(0);-webkit-user-select:text;-moz-user-select:text;user-select:text;width:1px}.mq-math-mode .mq-matrixed{background:#fff;display:-moz-inline-box;display:inline-block}.mq-math-mode .mq-matrixed-container{filter:progid:DXImageTransform.Microsoft.Chroma(color="white");margin-top:-.1em}.render-error{color:red;font-family:sans-serif;font-size:16px;left:0;padding:5px 10px;pointer-events:none;position:absolute;top:0;z-index:2}.rich-text-editor img[src*="/math.svg"]{border:1px solid transparent;cursor:pointer;margin:4px;padding:3px 10px;vertical-align:middle}.rich-text-editor img[src$="/math.svg?latex="],.rich-text-editor img[src=""]{display:none}.rich-text-editor.rich-text-focused img[src*="/math.svg"],.rich-text-editor:focus img[src*="/math.svg"]{background:#edf9ff;border:1px solid #e6f2f8}.rich-text-editor img[src^="/screenshot"]{margin:4px}.rich-text-editor.rich-text-focused img[src^="/screenshot"],.rich-text-editor:focus img[src^="/screenshot"]{box-shadow:0 0 3px 1px rgba(0,0,0,.2)}.rich-text-editor .mq-math-mode .mq-root-block{white-space:nowrap}.rich-text-editor .mq-editable-field.mq-focused,.rich-text-editor textarea:focus,.rich-text-editor.rich-text-focused,.rich-text-editor:focus{box-shadow:none;outline:1px solid #359bb7;z-index:2}.rich-text-editor img{max-height:1000px;max-width:100%}.math-editor{box-shadow:0 0 10px 0 rgba(0,0,0,.2);display:flex;margin:10px 5px 0;position:relative;z-index:1}.math-editor textarea{border:none;border-radius:0;box-shadow:none;height:auto;resize:none}.math-editor-equation-field{background:#fff;border:none;padding:5px 10px;width:50%}.math-editor-latex-field{font-size:15px;letter-spacing:1px;padding:5px 10px;width:50%}.rich-text-editor-button{border:none;cursor:pointer;display:inline-block;padding:0;position:relative;text-align:center}.math-editor-focus .rich-text-editor-button[data-command]:hover:after,.rich-text-editor-button-action[data-command]:hover:after{background:#359bb7;border-radius:5px;color:#fff;content:attr(data-command);font-size:16px;left:50%;letter-spacing:1.5px;padding:7px 15px;position:absolute;top:100%;transform:translate(-50%);white-space:nowrap;z-index:32}.math-editor-focus .rich-text-editor-button[data-command]:hover:before,.rich-text-editor-button-action[data-command]:hover:before{border:solid;border-color:#359bb7 transparent;border-width:0 6px 6px;bottom:0;content:"";display:inline-block;left:50%;margin-left:-6px;position:absolute;z-index:99}.rich-text-editor-button[data-command]:after:hover,.rich-text-editor-button[data-command]:before:hover{display:none}.rich-text-editor-button:active{box-shadow:none}.rich-text-editor-button-action{background:none;border:none;color:#359bb7;font-family:SourceSansPro-Semibold,sans-serif;font-size:16px;font-weight:400;letter-spacing:1.5px;letter-spacing:0;line-height:22px;padding:5px 10px}.rich-text-editor-new-equation{display:block;height:35px;vertical-align:top;white-space:nowrap;width:153px}.math-editor-focus .rich-text-editor-new-equation{display:none}.rich-text-editor-tools{background:#fff;border-bottom:1px solid #dfdfdf;border-top:1px solid #dfdfdf;box-shadow:0 1px 10px 1px rgba(0,0,0,.2);left:0;line-height:0;position:fixed;right:0;top:-110px;transition:top .15s;visibility:hidden;z-index:2}.rich-text-editor-focus .rich-text-editor-show-all-characters{top:0}.rich-text-editor-tools--animating{visibility:visible}.rich-text-editor-focus .rich-text-editor-tools{top:0;visibility:visible}.rich-text-editor-toolbar-wrapper{margin:auto;max-width:990px;position:relative}.rich-text-editor-tools-row:nth-child(2n){background:#fff}.rich-text-editor-tools-row:nth-child(odd){background:#fafafa;border-top:1px solid #dfdfdf}.rich-text-editor-toolbar{display:inline-block;z-index:30}.rich-text-editor-toolbar .rich-text-editor-button{background:none;font-size:16px;position:relative}.rich-text-editor-toolbar .rich-text-editor-button:hover{background:#eee}.rich-text-editor-button-grid{height:35px;width:35px}.rich-text-editor-toolbar.rich-text-editor-toolbar-button-list img{max-height:25px;max-width:24px}.rich-text-editor-toolbar-button-list.rich-text-editor-button:hover{background:#ececec}.rich-text-editor-toolbar-characters{margin-right:30px}.rich-text-editor-toolbar-characters.rich-text-editor-toolbar-button-list .rich-text-editor-button{color:#555;font-family:Symbola,monospace}.rich-text-editor-toolbar-equation{display:none}.rich-text-editor-toolbar-equation .rich-text-editor-button:last-child{margin-right:35px}.math-editor-focus .rich-text-editor-toolbar-equation{display:inline-block}.rich-text-editor-toolbar-characters-group{display:inline-block;margin-right:12px;vertical-align:top}.rich-text-editor-toolbar-characters .rich-text-editor-button{display:none}.rich-text-editor-show-all-characters .rich-text-editor-toolbar-characters .rich-text-editor-button,.rich-text-editor-toolbar-characters .rich-text-editor-button.rich-text-editor-characters-popular{display:inline-block}.rich-text-editor-characters-expand-collapse{background:url(assets/expand.svg) 50% 50% no-repeat;border:none;bottom:0;cursor:pointer;display:inline-block;font-family:"SansSerif",serif;height:35px;margin-right:8px;padding-top:4px;position:absolute;right:35px;top:0;width:20px}.rich-text-editor-show-all-characters .rich-text-editor-characters-expand-collapse{background-image:url(assets/collapse.svg)}.rich-text-editor-overlay-open{overflow-y:hidden}.rich-text-editor-overlay{background:rgba(0,0,0,.5);bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:101}.rich-text-editor-overlay-modal{background:#fff;line-height:1.5rem;margin:auto;max-width:860px;min-height:40%;outline:none;padding:2rem;position:relative}.rich-text-editor-close-overlay-button{background:url(assets/closeButton.svg) no-repeat 50% 50%;border:0;cursor:pointer;height:25px;position:absolute;right:20px;top:20px;width:25px}.rich-text-editor-close-overlay-button:hover{opacity:.5}.rich-text-editor-hidden{display:none}.rich-text-editor-help-button{background:url(assets/helpButton.svg) no-repeat 50% 50%;border:none;cursor:pointer;display:block;height:35px;position:absolute;right:0;top:0;width:35px}.rich-text-editor-undo-redo-wrapper{bottom:0;display:inline-flex;position:absolute;right:0}.rich-text-editor-toolbar .rich-text-editor-undo-redo,.rich-text-editor-toolbar .rich-text-editor-undo-redo:hover{background-position:50% 50%;background-repeat:no-repeat;border:none;cursor:pointer;height:35px;width:35px}.rich-text-editor-toolbar .rich-text-editor-undo-button,.rich-text-editor-toolbar .rich-text-editor-undo-button:hover{background-image:url(assets/undoButton.svg);margin-right:5px}.rich-text-editor-toolbar .rich-text-editor-redo-button,.rich-text-editor-toolbar .rich-text-editor-redo-button:hover{background-image:url(assets/redoButton.svg)}.rich-text-editor-undo-redo:disabled{filter:grayscale(100%);pointer-events:none}.rich-text-editor-modal-columns{display:flex}.rich-text-editor-modal-column{margin:0 1rem}.rich-text-editor-modal-column-1{flex:1;white-space:nowrap}.rich-text-editor-modal-column-2{flex:2}.rich-text-editor-modal-column h3{font-size:18px;font-weight:700;margin-top:0}.rich-text-editor-help-shortcuts{border-spacing:0 4px;width:100%}.rich-text-editor-help-shortcuts th{font-weight:400;text-align:left}.rich-text-editor-help-shortcuts td{text-align:right}.rich-text-editor-help-key{background:#fff;border-radius:4px;box-shadow:0 0 0 1px rgba(0,0,0,.3);color:#000;display:inline-block;font-family:monospace;line-height:1.3;margin:0 4px;min-width:15px;padding:0 4px;text-align:center;text-transform:uppercase;vertical-align:text-top}.rich-text-editor-help-shortcuts td .rich-text-editor-help-button{padding:1px;width:100%}@media (min-width:1279px){.rich-text-editor-new-equation{left:-153px;position:absolute}.rich-text-editor-tools-button-wrapper{position:absolute;top:0;width:100%}.rich-text-editor-tools{top:-60px}}@media print{.rich-text-editor-focus .rich-text-editor-tools{display:none}}.e-exam .e-section{box-shadow:0 0 1px 1px rgba(0,0,0,.08)}.e-exam .e-section+.e-section{margin-top:2rem}.e-exam .e-section>:last-child{margin-bottom:0}.attachments-attachment+.attachments-attachment:before{border:0;border-top:1px solid #ddd;box-shadow:0 -1px 1px .5px #f0f0f0;content:"";display:block;margin-bottom:3rem;margin-left:-3rem;margin-right:-3rem}.attachments{margin-top:2rem}.e-exam .e-checkbox,.e-exam .e-radio-button{height:1rem;margin:.25rem 0;padding:0;width:1rem}.e-exam .e-correct-answer-left{border-left:.5rem solid #5acd46;margin-left:-1.25rem;padding-left:.75rem}.e-exam .e-correct-answer-bottom{border-bottom:.5rem solid #5acd46;border-left:0;padding-bottom:.5rem}.e-exam .e-dropdown-answer{display:inline-block;max-width:100%;position:relative}.e-exam .e-dropdown-answer__answered{border:1px solid #000;padding:0 .25rem}.e-exam .e-dropdown-answer__answered--correct{border-bottom:1px solid #5acd46;box-shadow:inset 0 -4px 0 -2px #5acd46}.e-exam .e-dropdown-answer__answered--wrong{border-bottom:1px solid red;box-shadow:inset 0 -4px 0 -2px red}.e-exam .e-dropdown-answer__correct{border-bottom:1px solid #5acd46;box-shadow:inset 0 -4px 0 -2px #5acd46;font-style:italic;padding:0 .25rem}.e-exam .e-dropdown-answer__label{max-width:100%}.e-exam .e-dropdown-answer__toggle-button{max-width:100%;min-height:1.5rem;outline:none}.e-exam .e-dropdown-answer__toggle-button:after{border:1px solid #307f99;border-radius:4px;bottom:1px;content:"";display:block;left:0;position:absolute;right:0;top:1px}.e-exam .e-dropdown-answer__toggle-button:focus:after,.e-exam .e-dropdown-answer__toggle-button:hover:after{box-shadow:0 0 1px 1px #207b90}.e-exam .e-dropdown-answer__toggle-button--open:after{border-bottom-left-radius:0;border-bottom-right-radius:0}.e-exam .e-dropdown-answer__toggle-icon{align-items:center;border-bottom-right-radius:4px;border-left:1px solid #307f99;border-top-right-radius:4px;bottom:1px;display:flex;justify-content:center;position:absolute;right:0;top:1px;width:1.5rem}.e-exam .e-dropdown-answer__menu{border:1px solid #307f99;outline:none;position:absolute;top:calc(100% - 2px);visibility:hidden;width:100%;z-index:2}.e-exam .e-dropdown-answer__menu--open{visibility:visible}.e-exam .e-dropdown-answer__menu-item-inner{display:table}.e-exam .e-dropdown-answer .e-formula svg{max-width:inherit}.e-exam{color:#282828;font-family:Noto Sans,sans-serif;font-size:1rem;line-height:1.5rem;width:100%}.e-exam .e-exam-question{position:relative}.e-exam .e-exam-question.e-expanded{background:#fff;bottom:0;left:0;margin-left:0;overflow-y:auto;position:fixed;right:0;top:0;transition:padding-top .2s;z-index:3}.e-exam .e-exam-question.e-expanded .exam-question-title{margin-right:13rem}.e-exam .e-exam-question.e-expanded .exam-attachment{display:none}.e-exam .e-exam-question.e-expanded .text-answer-container{display:flex;flex-direction:column;overflow-y:hidden;padding:2px}.e-exam .e-exam-question.e-expanded .text-answer-container .text-answer--rich-text{font-family:Georgia,Times,Times New Roman,serif;font-size:18px;height:calc(100% - 8px);line-height:200%;overflow-y:scroll;padding:min(4rem,6vw) min(6rem,9vw)}.e-exam .e-exam-question .full-screen{bottom:0;display:flex;flex:1;flex-direction:column;left:0;margin-left:max(2.5rem,(100vw - 55rem)/2);margin-right:max(2.5rem,(100vw - 55rem)/2);margin-top:1rem;position:fixed;right:0;top:0;transition:padding .3s .05s}.e-exam .e-exam-question .expand{align-content:center;background:#eee;border:none;border-radius:4px;cursor:pointer;display:grid;font-size:16px;height:32px;justify-content:center;place-content:center;position:absolute;z-index:2}.e-exam .e-exam-question .expand:hover{background:#ddd}.e-exam .e-exam-question .expand.close{align-items:center;display:flex;gap:.5rem;padding:.25rem 1rem;right:0}.e-exam .e-exam-question .expand.open{font-size:20px;right:5px;top:5px;width:32px}.e-exam .e-exam-question .expand.open .label{align-content:center;background:#eee;border-radius:5px;box-sizing:border-box;display:grid;font-size:14px;height:32px;justify-content:center;opacity:0;padding:.25rem .75rem;place-content:center;pointer-events:none;position:absolute;right:calc(100% + 3px);transition:opacity .1s;white-space:nowrap}.e-exam .e-exam-question .expand.open:hover .label{opacity:1}.e-exam.attachments,.e-exam.e-grading,.e-exam.e-grading-instructions,.e-exam.e-results{margin:0 auto;max-width:65rem;width:100%}.e-exam .e-halves{display:flex;gap:2em;justify-content:center;width:100%}@media (max-width:1500px){.e-exam .e-halves{gap:1em;padding:0 .5rem}}@media (max-width:1100px){.e-exam .e-halves{gap:.5em}}.e-exam .main-exam-container{flex:0 0.5 65rem;padding:.5rem 1px 2rem}.e-exam .main-exam-container .main-exam{box-sizing:content-box;margin-right:auto;max-width:65rem}.e-exam .main-exam-container .main-exam.center{margin-left:auto}@media (max-width:1100px){.e-exam .main-exam-container .main-exam{margin-left:auto;margin-right:0}.e-exam .main-exam-container{flex-shrink:1}}.anchor{position:relative;top:-1.5em;visibility:hidden}.e-exam *{box-sizing:border-box}.e-footer{bottom:0;position:fixed;right:0;z-index:2}.rich-text-editor-tools{z-index:3}.rich-text-editor-focus .full-screen{padding-top:2rem}@media (max-width:1300px){.rich-text-editor-focus .full-screen{padding-top:4.5rem}}.rich-text-editor-focus.math-editor-focus .exam-question.expanded{padding-top:9rem}body.writer-mode{overflow:hidden}.external-material-list{border-left:.5rem solid #307f99;padding-left:1.25rem}.external-material-list h4.external-material-title{margin-bottom:0}.e-hints{height:100%;max-height:100vh;overflow:auto;position:sticky;top:0}.e-hints__hint{border-left:.25rem solid transparent;color:#585858;cursor:pointer;padding-left:1rem}.e-hints__hint--focused{border-left-color:#307f99;color:inherit}.exam-question-title{position:relative}.exam-question-title__display-number--indented{left:-4em;position:absolute;text-align:right;white-space:pre;width:4em}.e-text-answer-display-number{margin-right:.125rem}.e-exam .text-answer{border:1px solid transparent;border-bottom:none;border-radius:.25rem;box-shadow:inset 0 0 0 1.5px #aaa;outline:none}.e-exam .text-answer:focus{border-color:#307f99;box-shadow:0 0 0 1px #307f99,0 1px 0 1px #307f99}.e-exam .text-answer--single-line{font-family:Noto Sans,sans-serif;font-size:1rem;height:1.5rem;line-height:1.5rem;max-width:100%;min-width:8rem;padding:0 .5rem 2px;vertical-align:baseline}.e-exam .text-answer--single-line:focus{position:relative}.e-exam .text-answer--integer{font-family:Noto Mono,monospace;min-width:2rem}.e-exam .text-answer--integer--input-error{animation:blink-animation .2s step-start 0s 1;-webkit-animation:blink-animation .2s step-start 0s 1}@keyframes blink-animation{to{background-color:rgba(255,0,0,.5)}}.e-exam .text-answer--rich-text{font-family:Noto Sans,sans-serif;font-size:1rem;line-height:1.5rem;margin-bottom:.5rem;min-height:calc(6rem + 2px);overflow-y:hidden;padding:.75rem 2.5rem .75rem 1rem;position:relative;resize:none;width:100%;word-break:break-word}.e-exam .text-answer--rich-text:focus{outline:none}.e-exam .text-answer--rich-text[aria-invalid=true]{border-color:#9e0000;box-shadow:0 0 0 1px #9e0000,0 1px 0 1px #9e0000}.e-exam .text-answer--rich-text.expanded{background:#fff;bottom:3rem;font-family:Georgia,Times,Times New Roman,serif;font-size:18px;left:3rem;line-height:30px;padding:2rem;position:fixed;top:3rem;width:calc(100% - 6rem);z-index:1}.text-answer-container{position:relative}.text-answer-container .expand .symbol{font-size:26px;transform:rotate(45deg)}.error-indicator{border-radius:8px 8px 0 0;box-shadow:0 -2px 4px rgba(0,0,0,.15)}.e-progress-bar{border:1px solid #aaa;border-radius:4px;height:3rem}.e-progress-bar__fill{background-color:#307f99;border-radius:4px;height:100%;transform:scaleX(0);transform-origin:left;transition:transform linear;width:100%}.e-progress-bar__fill--animating{transform:scaleX(1)}.save-indicator{background:#fff;border-radius:8px 0 0 0;box-shadow:0 0 4px 0 rgba(0,0,0,.3);color:#585858;display:inline-block;opacity:.8;vertical-align:bottom;z-index:1}.save-indicator .save-indicator-text{opacity:1;transition:opacity .3s}.save-indicator .save-indicator-text--saving{opacity:0}.e-grading-instruction-recording{border:1px solid #307f99;border-radius:8px}.e-result-scorecount{clear:right;display:block;margin-right:-9rem;position:relative;width:8rem}.e-result-scorecount-border-wrap{border-left:1px solid #aaa;display:block;padding-left:1.5rem}.e-result-scorecount-multiline-answer{clear:right;height:0;left:1rem;margin:0;overflow:visible;position:relative;white-space:nowrap;width:0}.e-exam .e-result-scorecount-sup{left:.25rem;line-height:1rem;min-width:1rem;position:absolute;text-align:right;top:0}.e-results-section-wrapper{padding-right:9rem}.e-result-scorecount-empty{border-bottom:2px solid #333;display:inline-block;height:1ex;position:relative;top:2px;width:1.5ch}table td .e-result-scorecount{margin-right:0}.e-multiline-results-text-answer{border-left:2px solid #aaa;word-break:break-word}.e-multiline-results-text-answer table{word-break:normal}.e-multiline-results-text-answer img{max-width:100%;padding:.25rem}.e-multiline-results-text-answer img[alt]{vertical-align:middle}.e-grading-answer-wrapper{background:#fff;padding:0;position:relative;width:calc(100% - 10px)}.e-grading-answer-wrapper .e-annotation-list li:hover{color:#000;cursor:pointer}.e-grading-answer-wrapper .e-annotation--censoring>.e-annotation__index{color:#1c87b1;z-index:1}.e-grading-answer-wrapper .e-annotation--pregrading>.e-annotation__index{color:#f12228}.e-grading-answer-wrapper .e-annotation--pregrading:hover>.e-annotation__index{z-index:2}.e-grading-answer-wrapper .e-annotation--censoring:hover>.e-annotation__index{z-index:3}.e-grading-answer-popup{background:#fff;border-radius:5px;box-shadow:0 0 7px 0 rgba(74,144,226,.5);color:#333;font-size:16px;font-weight:400;padding:2px 8px;position:absolute;white-space:nowrap;z-index:300}.e-grading-answer-popup input[type=text]{background:#fff;border:2px solid #e6e6e6;color:#333;font-family:Source Sans Pro,sans-serif;font-size:16px;font-weight:300;margin-right:4px;padding:3px}.e-grading-answer-add-annotation-button{background:#006ed2;border:0;border-radius:3px;box-shadow:2px 2px 5px rgba(0,0,0,.15);color:#fff;cursor:pointer;font-family:Source Sans Pro,sans-serif;font-size:18px;font-weight:400;line-height:26px;margin-left:5px;padding:0 8px;text-align:center}.e-grading-answer-add-annotation{padding:8px 10px}.e-grading-answer{background:#fff;border-left:2px solid #aaa;margin:20px 0;padding:10px;word-break:break-word}.e-grading-answer .e-annotation-wrapper{line-height:0}.e-grading-answer .e-annotation-wrapper sup{white-space:nowrap}.e-grading-answer .e-large-image{box-shadow:0 1px 8px -3px #004dd0}.e-grading-answer .full-size-image{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.e-grading-answer .full-size-image a{background:#fff;bottom:10px;color:#004dd0;font-size:22px;margin-right:13px;padding:3px 7px;position:absolute;right:100%}.e-grading-answer .full-size-image a:before{align-items:center;background:#004dd0;border-radius:50%;color:#fff;content:"+";display:flex;font-family:monospace;font-size:17px;height:17px;justify-content:center;width:17px}.e-grading-answer .full-size-image a:after{background:#004dd0;bottom:2px;content:"";display:block;height:3px;left:12px;position:relative;transform:rotate(45deg);width:9px}.e-grading-answer .full-size-image a:hover{background:none;color:#00235e;-webkit-text-decoration:none;text-decoration:none}.e-grading-answer img{max-width:100%}.e-grading-answer .e-annotation-wrapper .e-annotation,.e-grading-answer img{-moz-user-drag:-moz-none;-khtml-user-drag:none;-webkit-user-drag:none;-o-user-drag:none;user-drag:none;cursor:crosshair}.e-grading-answer img[alt]{vertical-align:middle}.e-grading-answer-tooltip{background:#fff;position:absolute}.e-grading-answer-tooltip-remove{display:none}.editable .e-grading-answer-tooltip-remove{background:none;border:none;color:#666;cursor:pointer;display:inline;display:initial;font-size:22px;line-height:1;padding:0 5px;vertical-align:top}.editable .e-grading-answer-tooltip-remove:hover{color:#ce0000}.e-grading-answer-tooltip-label{border:1px solid transparent;margin:0 5px;padding:0 4px}.editable .e-grading-answer-tooltip-label:hover{border:1px dashed #aaa;cursor:pointer}.e-grading-answer-length{color:gray}.e-grading-answer-max-length-surplus{color:#ce0000;font-weight:600;margin-left:1ex}.e-grading-answer-close-popup{background:#fff;border:1px solid #aaa;border-radius:50px;bottom:100%;cursor:pointer;display:inline-block;font-size:20px;height:23px;left:100%;line-height:0;margin-bottom:-11px;margin-left:-11px;position:absolute;text-align:center;width:23px}.e-grading-answer-close-popup:hover{color:#ce0000}.e-formula svg{max-width:100%}.e-image-overlay__images-wrapper{position:relative}.e-image-overlay__image-absolute{left:0;position:absolute;right:0;top:0}.e-exam .e-score{background:rgba(0,0,0,.05);border-radius:1.5rem;box-shadow:inset 0 0 .25px 1px rgba(0,0,0,.15);padding:0 .5rem .0625rem}.e-exam .e-score--large{padding:0 .625rem .125rem}.e-exam .e-score--inline{background:none;box-shadow:none;color:#585858;letter-spacing:-.1em;line-height:0;margin:0 .125em;padding:0}.e-exam .table-of-contents h2{margin-bottom:1rem}.e-exam .table-of-contents .table-of-contents--score-column{text-align:right;white-space:nowrap}.e-exam .table-of-contents .answer-instructions.error{color:#f90}.e-exam .table-of-contents .numeric-answer-indicator{display:none}.e-exam .sidebar-toc-container{display:flex;flex:0 1 500px;height:100vh;overflow:auto;padding:.5rem 1px 2rem;position:sticky;top:0}@media (max-width:1100px){.e-exam .sidebar-toc-container{flex:1 0 100px}}@media (max-width:800px){.e-exam .sidebar-toc-container{left:.25rem;overflow:visible;padding:1px;position:fixed;top:.25rem;z-index:1}.e-exam .sidebar-toc-container .numeric-answer-indicator,.e-exam .sidebar-toc-container .toc-section-header{display:none}}.e-exam .sidebar-toc-container a:hover{-webkit-text-decoration:none;text-decoration:none}.e-exam .sidebar-toc-container #toc-title{display:none}.e-exam .sidebar-toc-container .answer-instructions,.e-exam .sidebar-toc-container .max-answers{align-items:center;display:flex;line-height:20px;margin:.25rem 0 1rem}.e-exam .sidebar-toc-container .table-of-contents{align-self:flex-start;background:#fff;box-shadow:0 0 1px 1px rgba(0,0,0,.08);display:flex;flex-direction:column;margin-left:auto;padding:1rem 1vw 2rem;position:relative;z-index:1}.e-exam .sidebar-toc-container .table-of-contents .e-columns{flex:1;padding-top:.25em}.e-exam .sidebar-toc-container .table-of-contents .e-list-data{border-spacing:0}.e-exam .sidebar-toc-container .table-of-contents li.level-0{grid-gap:0 .5rem;cursor:pointer;display:grid;gap:0 .5rem;grid-template-columns:27px auto 3rem 15px;line-height:22px;margin:0;padding:2px .25rem;position:relative}.e-exam .sidebar-toc-container .table-of-contents li.level-0 .question-number{display:none}.e-exam .sidebar-toc-container .table-of-contents li.level-0:before{border-radius:4px;box-sizing:border-box;grid-column:1;padding:0 3px;width:100%}.e-exam .sidebar-toc-container .table-of-contents li.level-0.error:before{color:#f90;font-weight:600}.e-exam .sidebar-toc-container .table-of-contents li.level-0.current{background:#ecf2f7}.e-exam .sidebar-toc-container .table-of-contents li.level-0.current .question-number,.e-exam .sidebar-toc-container .table-of-contents li.level-0.current .question-title,.e-exam .sidebar-toc-container .table-of-contents li.level-0.current a{color:#1b4a5a}.e-exam .sidebar-toc-container .table-of-contents li.level-0.error .question-title{color:#f90}.e-exam .sidebar-toc-container .table-of-contents li.level-0:hover{background:rgba(190,219,228,.75);cursor:pointer}.e-exam .sidebar-toc-container .table-of-contents .e-external-material{grid-column:4;margin-left:0;padding-right:.5em;width:calc(17px + .5rem)}.e-exam .sidebar-toc-container .table-of-contents .toc-section-header-container{display:grid}.e-exam .sidebar-toc-container .table-of-contents .toc-section-header-container .toc-section-header{margin-bottom:0}.e-exam .sidebar-toc-container .table-of-contents .table-of-contents--score-column{font-size:14px;margin-left:0}@media (max-width:1500px){.e-exam .sidebar-toc-container .table-of-contents .e-number-and-title,.e-exam .sidebar-toc-container .table-of-contents .toc-section-header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (max-width:1100px){.e-exam .sidebar-toc-container .table-of-contents{font-size:15px;padding:5px}.e-exam .sidebar-toc-container .table-of-contents .toc-section-header{font-size:15px}.e-exam .sidebar-toc-container .table-of-contents ol{display:flex;flex-direction:column;gap:.5rem}.e-exam .sidebar-toc-container .table-of-contents ol ol{gap:0}.e-exam .sidebar-toc-container .table-of-contents li.level-0{grid-template-columns:23px 40px}.e-exam .sidebar-toc-container .table-of-contents .numeric-answer-indicator{display:flex;font-size:14px;justify-content:flex-end;white-space:nowrap}.e-exam .sidebar-toc-container .table-of-contents .numeric-answer-indicator.ok{color:#508abd}.e-exam .sidebar-toc-container .table-of-contents .numeric-answer-indicator.error{color:#f90;font-weight:600}.e-exam .sidebar-toc-container .table-of-contents .answer-instructions{display:none}.e-exam .sidebar-toc-container .table-of-contents .answer-instructions.error{display:block;margin:0 0 .5rem}.e-exam .sidebar-toc-container .table-of-contents li,.e-exam .sidebar-toc-container .table-of-contents ol{margin-bottom:0}.e-exam .sidebar-toc-container .table-of-contents .answers,.e-exam .sidebar-toc-container .table-of-contents .e-columns,.e-exam .sidebar-toc-container .table-of-contents .e-external-material,.e-exam .sidebar-toc-container .table-of-contents .e-number-and-title,.e-exam .sidebar-toc-container .table-of-contents .table-of-contents--score-column,.e-exam .sidebar-toc-container .table-of-contents h2{display:none}}@media (max-width:800px){.e-exam .sidebar-toc-container .table-of-contents{border-radius:5px;box-shadow:0 3px 8px rgba(0,0,0,.2);overflow:visible}.e-exam .sidebar-toc-container .table-of-contents li.level-0{grid-template-columns:23px}.e-exam .sidebar-toc-container .table-of-contents .numeric-answer-indicator,.e-exam .sidebar-toc-container .table-of-contents .toc-section-header{display:none}.e-exam .sidebar-toc-container .table-of-contents ol li:not(:first-child):not(.level-0){border-top:1px solid #ddd}}.e-exam .sidebar-toc-container .error-mark{align-items:center;background:#000;border-radius:5px;color:#fff;display:inline-flex;font-size:10px;font-weight:700;height:14px;justify-content:center;margin:0 8px 0 2px;width:14px}.e-exam .sidebar-toc-container .answers{align-items:center;display:flex;flex-wrap:wrap;font-size:14px;gap:2px;grid-column:2;grid-row:2;margin:3px 0 6px}.e-exam .sidebar-toc-container .answers .answer-indicator{align-items:center;background:rgba(0,59,77,.1);border-radius:4px;color:#fff;display:block;display:flex;font-size:9px;gap:3px;height:12px;justify-content:center;line-height:12px;width:7px}.e-exam .sidebar-toc-container .answers .answer-indicator.big{min-width:16px;padding:0 3px;width:auto}.e-exam .sidebar-toc-container .answers .answer-indicator.ok{background:#2d90e8}.e-exam .sidebar-toc-container .answers .answer-indicator.error{background:#f90;color:#000}.e-exam .main-toc-container{padding-bottom:2rem}.e-exam .main-toc-container .answer-instructions{margin:0 0 .5rem}.e-exam .main-toc-container li.level-0{display:flex}.e-exam .main-toc-container li .table-of-contents--score-column{width:4rem}.e-exam .main-toc-container .toc-section-header{margin:.5rem 0 0}.e-exam .main-toc-container .answers,.e-exam .main-toc-container .question-number{display:none}.e-exam .main-toc-container h2 *{display:block}.e-exam .responsive-media-container{display:inline-block;margin:0;vertical-align:top;width:100%}.e-exam .responsive-media-container--bordered{border:1px solid #f0f0f0;border-radius:4px;padding:.5rem}.e-exam .e-choice-answer{display:flow-root}.e-exam .e-choice-answer-option--selected .responsive-media-container--bordered{border-color:#307f99;box-shadow:0 0 0 1px #307f99,inset 0 0 0 1px #307f99}.e-exam .responsive-media-container__inner{display:block;overflow:hidden;position:relative;width:100%;z-index:1}.e-exam .responsive-media-container__inner img,.e-exam .responsive-media-container__inner video{display:block;left:0;max-width:100%;position:absolute;top:0}.e-exam .responsive-media-container__inner .e-zoomable{cursor:zoom-in}.restricted-audio-player{border:1px solid #307f99;border-radius:8px;color:#307f99}.restricted-audio-player--disabled{border-color:#aaa;color:#aaa}.restricted-audio-player__play{background-color:inherit;border:none;color:inherit;cursor:pointer;font-size:1.5rem;height:2rem;padding:0;width:2rem}.restricted-audio-player__play--playing{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='19' height='24'%3E%3Crect width='5' height='16' y='8' fill='silver' rx='2' ry='2'%3E%3Canimate attributeName='height' calcMode='spline' dur='1.5s' keySplines='0.3 0 0.7 1;0.3 0 0.7 1;' keyTimes='0;0.5;1' repeatCount='indefinite' values='16;8;16'/%3E%3Canimate attributeName='y' calcMode='spline' dur='1.5s' keySplines='0.3 0 0.7 1;0.3 0 0.7 1;' keyTimes='0;0.5;1' repeatCount='indefinite' values='8;16;8'/%3E%3C/rect%3E%3Crect width='5' height='24' x='7' fill='silver' rx='20' ry='2'%3E%3Canimate attributeName='height' begin='0.3s' calcMode='spline' dur='1.5s' keySplines='0.3 0 0.7 1;0.3 0 0.7 1;' keyTimes='0;0.5;1' repeatCount='indefinite' values='24;12;24'/%3E%3Canimate attributeName='y' begin='0.3s' calcMode='spline' dur='1.5s' keySplines='0.3 0 0.7 1;0.3 0 0.7 1;' keyTimes='0;0.5;1' repeatCount='indefinite' values='0;12;0'/%3E%3C/rect%3E%3Crect width='5' height='16' x='14' y='8' fill='silver' rx='2' ry='2'%3E%3Canimate attributeName='height' begin='0.5s' calcMode='spline' dur='1.5s' keySplines='0.3 0 0.7 1;0.3 0 0.7 1;' keyTimes='0;0.5;1' repeatCount='indefinite' values='16;8;16'/%3E%3Canimate attributeName='y' begin='0.5s' calcMode='spline' dur='1.5s' keySplines='0.3 0 0.7 1;0.3 0 0.7 1;' keyTimes='0;0.5;1' repeatCount='indefinite' values='8;16;8'/%3E%3C/rect%3E%3C/svg%3E");background-position:50% 50%;background-repeat:no-repeat;cursor:default}.restricted-audio-player__play:disabled{cursor:default}.restricted-audio-player__duration{color:#282828}.e-exam .e-text-center{text-align:center}.e-exam .e-text-left{text-align:left}.e-exam .e-text-right{text-align:right}.e-exam .e-text-justify{text-align:justify}.e-exam .e-text-top{vertical-align:top}.e-exam .e-text-bottom{vertical-align:bottom}.e-exam .e-block{display:block}.e-exam .e-inline{display:inline}.e-exam .e-inline-block{display:inline-block}.e-exam .e-float-left{float:left}.e-exam .e-float-right{float:right}.e-exam .e-clearfix:after{clear:both;content:"";display:block}.e-exam .e-crossfade-leave{opacity:1}.e-exam .e-crossfade-leave.e-crossfade-leave-active{opacity:0;transition:opacity .5s ease}.e-exam .e-crossfade-enter{opacity:0}.e-exam .e-crossfade-enter.e-crossfade-enter-active{opacity:1;transition:opacity .5s ease}.e-annotation-wrapper{display:inline-block;max-width:100%;position:relative}.e-annotation{position:relative}.e-annotation--pregrading{background-color:rgba(241,34,40,.2)}.e-annotation--pregrading .e-annotation-wrapper{background:#fff}.e-annotation--pregrading .e-annotation-wrapper:before{background:rgba(241,34,40,.2);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.e-annotation--censoring{background-color:rgba(28,135,177,.2)}.e-annotation--censoring .e-annotation-wrapper{background:#fff}.e-annotation--censoring .e-annotation-wrapper:before{background:rgba(28,135,177,.2);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.e-annotation--shape{min-height:4px;min-width:4px;position:absolute}.e-annotation__index{text-shadow:1px 1px #fefefe}.e-annotation__index--text{position:relative}.e-annotation__index--text:after{content:attr(data-content);position:absolute;top:-.125rem;white-space:nowrap}.e-annotation__index--shape{position:absolute;right:0;top:-.5rem;transform:translateX(100%)}.e-annotation__index--shape:after{content:attr(data-content)}.e-exam .e-button{background-color:#307f99;border:none;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.2);color:#fefefe;cursor:pointer;font-size:1.125rem;line-height:1.5rem;margin:0;min-width:6rem;padding:.5rem 1rem}.e-exam .e-button:hover{background:#207b90}.e-exam .e-button:disabled{background:#c8c8c8;box-shadow:none;cursor:auto;opacity:.6}.e-exam .e-button-plain{background:none;border:none;display:inline;font-family:inherit;font-size:inherit;line-height:inherit;margin:0;outline:none;padding:0;text-align:inherit;text-transform:inherit}.e-exam .e-color-black{color:#282828}.e-exam .e-bg-color-black{background-color:#282828}.e-exam .e-color-off-white{color:#fefefe}.e-exam .e-bg-color-off-white{background-color:#fefefe}.e-exam .e-color-grey{color:#aaa}.e-exam .e-bg-color-grey{background-color:#aaa}.e-exam .e-color-error{color:#9e0000}.e-exam .e-bg-color-error{background-color:#9e0000}.e-exam .e-color-darkgrey{color:#585858}.e-exam .e-bg-color-darkgrey{background-color:#585858}.e-exam .e-color-midgrey{color:#ddd}.e-exam .e-bg-color-midgrey{background-color:#ddd}.e-exam .e-color-lightgrey{color:#f0f0f0}.e-exam .e-bg-color-lightgrey{background-color:#f0f0f0}.e-exam .e-color-tinted-white{color:#f5fbfe}.e-exam .e-bg-color-tinted-white{background-color:#f5fbfe}.e-exam .e-color-lightblue{color:#e0f4fe}.e-exam .e-bg-color-lightblue{background-color:#e0f4fe}.e-exam .e-color-lighterblue{color:#f0faff}.e-exam .e-bg-color-lighterblue{background-color:#f0faff}.e-exam .e-color-lightblue-shade{color:#c6e6f2}.e-exam .e-bg-color-lightblue-shade{background-color:#c6e6f2}.e-exam .e-color-lightturquoise{color:#88d0d0}.e-exam .e-bg-color-lightturquoise{background-color:#88d0d0}.e-exam .e-color-link{color:#307f99}.e-exam .e-bg-color-link{background-color:#307f99}.e-exam .e-color-link-hover{color:#207b90}.e-exam .e-bg-color-link-hover{background-color:#207b90}.e-exam .e-color-correct-answer{color:#5acd46}.e-exam .e-bg-color-correct-answer{background-color:#5acd46}.e-exam .e-color-wrong-answer{color:red}.e-exam .e-bg-color-wrong-answer{background-color:red}.e-exam .e-columns{display:flex}.e-exam .e-columns--center-v{align-items:center}.e-exam .e-columns--bottom-v{align-items:flex-end}.e-exam .e-columns--inline{display:inline-flex}.e-exam .e-columns--center-h{justify-content:center}.e-exam .e-column{flex:1 1 0}.e-exam .e-column--auto{flex:auto}.e-exam .e-column--narrow{flex:none}.e-exam .e-column+.e-column{margin-left:1rem}@media (max-width:832px){.e-exam .e-column+.e-column{margin-left:.5rem}}.e-exam .e-column+.e-column--gapless{margin-left:0}.e-exam .e-column--1{flex:none;width:8.33333333%}.e-exam .e-column--2{flex:none;width:16.66666667%}.e-exam .e-column--3{flex:none;width:25%}.e-exam .e-column--4{flex:none;width:33.33333333%}.e-exam .e-column--5{flex:none;width:41.66666667%}.e-exam .e-column--6{flex:none;width:50%}.e-exam .e-column--7{flex:none;width:58.33333333%}.e-exam .e-column--8{flex:none;width:66.66666667%}.e-exam .e-column--9{flex:none;width:75%}.e-exam .e-column--10{flex:none;width:83.33333333%}.e-exam .e-column--11{flex:none;width:91.66666667%}.e-exam .e-column--12{flex:none;width:100%}@media print{.k-exam-html{font-size:12px;line-height:18px}.k-exam-html .k-exam-body{background-color:#fff;margin:0}.k-exam-html .k-exam-body--attachments{background-color:#fff}.k-exam-html .k-exam-body .rich-text-editor-tools{display:none!important}.k-exam-content{display:block}.k-finish-exam-container{box-shadow:none}}.e-exam .e-link-button,.e-exam a{background-color:inherit;border:none;color:#307f99;cursor:pointer;padding:0;-webkit-text-decoration:none;text-decoration:none}.e-exam .e-link-button:hover,.e-exam a:hover{color:#207b90;-webkit-text-decoration:underline;text-decoration:underline}.e-exam .e-list-plain{list-style:none}.e-exam .e-list-lower-alpha{list-style-type:lower-alpha}.e-exam .e-list-upper-alpha{list-style-type:upper-alpha}.e-exam .e-list-lower-roman{list-style-type:lower-roman}.e-exam .e-list-upper-roman{list-style-type:upper-roman}.e-exam .e-list-data{border-collapse:separate;border-spacing:0 .5rem;display:table;list-style:none;width:100%}.e-exam .e-list-data li:before{content:attr(data-list-number);display:table-cell;padding-right:.5rem;white-space:nowrap;width:1.5rem}.e-exam .e-list-data li{display:table-row;width:100%}.e-exam li{margin:0 0 .5rem}.e-exam .e-list-wordcloud{display:flex;flex-wrap:wrap;list-style:none;padding:0}.e-exam .e-list-wordcloud>li{background:rgba(0,0,0,.03);border:1px solid #aaa;border-radius:.25rem;margin:.25rem;padding:.25rem .5rem}.e-exam .e-illustration-right{float:right;margin-bottom:1rem;margin-left:1rem}.e-exam .notification{background:#f0faff;border:1px solid #88d0d0;border-radius:.25rem;margin-bottom:2rem;padding:1rem}.e-exam .notification--inline{display:inline-block}@media print{html{font-size:12px;line-height:18px}body{background:none!important}.audio-player,.rich-text-editor-tools,.toolbar{display:none!important}.e-exam{color:#000;max-width:none!important}.e-exam .save-indicator{display:none}.e-exam .text-answer{border:1px solid #000;box-shadow:none}.e-exam button{background:none!important;color:#000!important}.e-exam .e-section{box-shadow:0 0 0 0!important;padding:0!important}.e-exam .e-result-scorecount-shortcode{display:none!important}.e-dropdown-answer{line-height:18px;margin:0;vertical-align:middle}.e-dropdown-answer__toggle-button{display:none!important}.e-dropdown-answer__toggle-button:after{border:0;content:"";height:0;width:0}.e-dropdown-answer__menu{align-items:center;border:0!important;display:flex;flex-flow:wrap;line-height:16px;position:relative!important;transform:none!important;visibility:visible!important}.e-dropdown-answer__menu-item .e-formula{display:inline-block;padding:2px}.e-dropdown-answer__menu-item:first-child{display:none!important}.e-dropdown-answer__menu-item{align-items:center;align-self:stretch;border:1px dotted gray;border-right:none;display:flex;margin:0 -1px 1px 0;padding:0 4px!important}.e-dropdown-answer__menu-item:last-child{border-right:1px dotted gray}.e-dropdown-answer__menu-item--selected{background:none;border-bottom:1px solid #000;box-shadow:inset 0 -1px 0 -.5px #000}}.rich-text-editor-new-equation,.rich-text-editor-overlay{font-family:Noto Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.5rem;white-space:normal}.rich-text-editor-overlay h3{font-size:1.3125rem;font-weight:600;line-height:2rem;margin-bottom:1rem;margin-top:0}.e-exam .e-width-full{width:100%}.e-exam .e-width-threequarters{width:75%}.e-exam .e-width-half{width:49.75%}.e-exam .e-width-third{width:33.16666667%}.e-exam .e-width-quarter{width:24.875%}.e-exam .e-pad-0{padding:0}.e-exam .e-mrg-0{margin:0}.e-exam .e-pad-l-0{padding-left:0}.e-exam .e-mrg-l-0{margin-left:0}.e-exam .e-pad-r-0{padding-right:0}.e-exam .e-mrg-r-0{margin-right:0}.e-exam .e-pad-t-0{padding-top:0}.e-exam .e-mrg-t-0{margin-top:0}.e-exam .e-pad-b-0{padding-bottom:0}.e-exam .e-mrg-b-0{margin-bottom:0}.e-exam .e-pad-x-0{padding-left:0;padding-right:0}.e-exam .e-mrg-x-0{margin-left:0;margin-right:0}.e-exam .e-pad-y-0{padding-bottom:0;padding-top:0}.e-exam .e-mrg-y-0{margin-bottom:0;margin-top:0}.e-exam .e-pad-1{padding:.5rem}.e-exam .e-mrg-1{margin:.5rem}.e-exam .e-pad-l-1{padding-left:.5rem}.e-exam .e-mrg-l-1{margin-left:.5rem}.e-exam .e-pad-r-1{padding-right:.5rem}.e-exam .e-mrg-r-1{margin-right:.5rem}.e-exam .e-pad-t-1{padding-top:.5rem}.e-exam .e-mrg-t-1{margin-top:.5rem}.e-exam .e-pad-b-1{padding-bottom:.5rem}.e-exam .e-mrg-b-1{margin-bottom:.5rem}.e-exam .e-pad-x-1{padding-left:.5rem;padding-right:.5rem}.e-exam .e-mrg-x-1{margin-left:.5rem;margin-right:.5rem}.e-exam .e-pad-y-1{padding-bottom:.5rem;padding-top:.5rem}.e-exam .e-mrg-y-1{margin-bottom:.5rem;margin-top:.5rem}.e-exam .e-pad-2{padding:1rem}.e-exam .e-mrg-2{margin:1rem}.e-exam .e-pad-l-2{padding-left:1rem}.e-exam .e-mrg-l-2{margin-left:1rem}.e-exam .e-pad-r-2{padding-right:1rem}.e-exam .e-mrg-r-2{margin-right:1rem}.e-exam .e-pad-t-2{padding-top:1rem}.e-exam .e-mrg-t-2{margin-top:1rem}.e-exam .e-pad-b-2{padding-bottom:1rem}.e-exam .e-mrg-b-2{margin-bottom:1rem}.e-exam .e-pad-x-2{padding-left:1rem;padding-right:1rem}.e-exam .e-mrg-x-2{margin-left:1rem;margin-right:1rem}.e-exam .e-pad-y-2{padding-bottom:1rem;padding-top:1rem}.e-exam .e-mrg-y-2{margin-bottom:1rem;margin-top:1rem}.e-exam .e-pad-3{padding:1.5rem}.e-exam .e-mrg-3{margin:1.5rem}.e-exam .e-pad-l-3{padding-left:1.5rem}.e-exam .e-mrg-l-3{margin-left:1.5rem}.e-exam .e-pad-r-3{padding-right:1.5rem}.e-exam .e-mrg-r-3{margin-right:1.5rem}.e-exam .e-pad-t-3{padding-top:1.5rem}.e-exam .e-mrg-t-3{margin-top:1.5rem}.e-exam .e-pad-b-3{padding-bottom:1.5rem}.e-exam .e-mrg-b-3{margin-bottom:1.5rem}.e-exam .e-pad-x-3{padding-left:1.5rem;padding-right:1.5rem}.e-exam .e-mrg-x-3{margin-left:1.5rem;margin-right:1.5rem}.e-exam .e-pad-y-3{padding-bottom:1.5rem;padding-top:1.5rem}.e-exam .e-mrg-y-3{margin-bottom:1.5rem;margin-top:1.5rem}.e-exam .e-pad-4{padding:2rem}.e-exam .e-mrg-4{margin:2rem}.e-exam .e-pad-l-4{padding-left:2rem}.e-exam .e-mrg-l-4{margin-left:2rem}.e-exam .e-pad-r-4{padding-right:2rem}.e-exam .e-mrg-r-4{margin-right:2rem}.e-exam .e-pad-t-4{padding-top:2rem}.e-exam .e-mrg-t-4{margin-top:2rem}.e-exam .e-pad-b-4{padding-bottom:2rem}.e-exam .e-mrg-b-4{margin-bottom:2rem}.e-exam .e-pad-x-4{padding-left:2rem;padding-right:2rem}.e-exam .e-mrg-x-4{margin-left:2rem;margin-right:2rem}.e-exam .e-pad-y-4{padding-bottom:2rem;padding-top:2rem}.e-exam .e-mrg-y-4{margin-bottom:2rem;margin-top:2rem}.e-exam .e-pad-5{padding:2.5rem}.e-exam .e-mrg-5{margin:2.5rem}.e-exam .e-pad-l-5{padding-left:2.5rem}.e-exam .e-mrg-l-5{margin-left:2.5rem}.e-exam .e-pad-r-5{padding-right:2.5rem}.e-exam .e-mrg-r-5{margin-right:2.5rem}.e-exam .e-pad-t-5{padding-top:2.5rem}.e-exam .e-mrg-t-5{margin-top:2.5rem}.e-exam .e-pad-b-5{padding-bottom:2.5rem}.e-exam .e-mrg-b-5{margin-bottom:2.5rem}.e-exam .e-pad-x-5{padding-left:2.5rem;padding-right:2.5rem}.e-exam .e-mrg-x-5{margin-left:2.5rem;margin-right:2.5rem}.e-exam .e-pad-y-5{padding-bottom:2.5rem;padding-top:2.5rem}.e-exam .e-mrg-y-5{margin-bottom:2.5rem;margin-top:2.5rem}.e-exam .e-pad-6{padding:3rem}.e-exam .e-mrg-6{margin:3rem}.e-exam .e-pad-l-6{padding-left:3rem}.e-exam .e-mrg-l-6{margin-left:3rem}.e-exam .e-pad-r-6{padding-right:3rem}.e-exam .e-mrg-r-6{margin-right:3rem}.e-exam .e-pad-t-6{padding-top:3rem}.e-exam .e-mrg-t-6{margin-top:3rem}.e-exam .e-pad-b-6{padding-bottom:3rem}.e-exam .e-mrg-b-6{margin-bottom:3rem}.e-exam .e-pad-x-6{padding-left:3rem;padding-right:3rem}.e-exam .e-mrg-x-6{margin-left:3rem;margin-right:3rem}.e-exam .e-pad-y-6{padding-bottom:3rem;padding-top:3rem}.e-exam .e-mrg-y-6{margin-bottom:3rem;margin-top:3rem}.e-exam .e-pad-7{padding:3.5rem}.e-exam .e-mrg-7{margin:3.5rem}.e-exam .e-pad-l-7{padding-left:3.5rem}.e-exam .e-mrg-l-7{margin-left:3.5rem}.e-exam .e-pad-r-7{padding-right:3.5rem}.e-exam .e-mrg-r-7{margin-right:3.5rem}.e-exam .e-pad-t-7{padding-top:3.5rem}.e-exam .e-mrg-t-7{margin-top:3.5rem}.e-exam .e-pad-b-7{padding-bottom:3.5rem}.e-exam .e-mrg-b-7{margin-bottom:3.5rem}.e-exam .e-pad-x-7{padding-left:3.5rem;padding-right:3.5rem}.e-exam .e-mrg-x-7{margin-left:3.5rem;margin-right:3.5rem}.e-exam .e-pad-y-7{padding-bottom:3.5rem;padding-top:3.5rem}.e-exam .e-mrg-y-7{margin-bottom:3.5rem;margin-top:3.5rem}.e-exam .e-pad-8{padding:4rem}.e-exam .e-mrg-8{margin:4rem}.e-exam .e-pad-l-8{padding-left:4rem}.e-exam .e-mrg-l-8{margin-left:4rem}.e-exam .e-pad-r-8{padding-right:4rem}.e-exam .e-mrg-r-8{margin-right:4rem}.e-exam .e-pad-t-8{padding-top:4rem}.e-exam .e-mrg-t-8{margin-top:4rem}.e-exam .e-pad-b-8{padding-bottom:4rem}.e-exam .e-mrg-b-8{margin-bottom:4rem}.e-exam .e-pad-x-8{padding-left:4rem;padding-right:4rem}.e-exam .e-mrg-x-8{margin-left:4rem;margin-right:4rem}.e-exam .e-pad-y-8{padding-bottom:4rem;padding-top:4rem}.e-exam .e-mrg-y-8{margin-bottom:4rem;margin-top:4rem}.e-exam caption{font-size:1.125rem;font-weight:600;line-height:1.5rem;margin-bottom:.5rem;text-align:left}.e-table{border-collapse:collapse;border-spacing:0;margin-bottom:1rem}.e-table td,.e-table th{border:1px solid #aaa;padding:.25rem .5rem;text-align:left}.e-table--borderless td,.e-table--borderless th{border:none}.e-table--zebra tbody tr:nth-child(odd){background:rgba(0,0,0,.06)}.e-exam{-webkit-text-size-adjust:none;text-size-adjust:none;font-weight:400}.e-exam .e-sans-serif{font-family:Noto Sans,sans-serif}.e-exam .e-monospace,.e-exam code,.e-exam pre{font-family:Noto Mono,monospace}.e-exam button,.e-exam input,.e-exam select,.e-exam textarea{font-family:Noto Sans,sans-serif}.e-exam mark{color:inherit}.e-exam .e-light{font-weight:300}.e-exam .e-normal{font-weight:400}.e-exam .e-semibold{font-weight:600}.e-exam dl,.e-exam ol,.e-exam p,.e-exam ul{font-size:inherit;font-weight:inherit;margin-bottom:1rem;margin-top:0}.e-exam sub,.e-exam sup{font-size:.75em;line-height:0}.e-exam .e-font-size-xs{font-size:.75rem;line-height:1rem}.e-exam .e-font-size-s{font-size:.875rem;line-height:1.5rem}.e-exam .e-font-size-m{font-size:1rem;line-height:1.5rem}.e-exam .e-font-size-l{font-size:1.125rem;line-height:1.5rem}.e-exam .e-font-size-xl{font-size:1.3125rem;line-height:2rem}.e-exam .e-font-size-xxl{font-size:1.875rem;line-height:2.5rem}.e-exam .e-font-size-xxxl{font-size:2.5rem;line-height:3rem}.e-exam .e-line-height-l{line-height:2rem}.e-exam h1{font-size:2.5rem;font-weight:300;line-height:3rem}.e-exam h1,.e-exam h2{margin-bottom:2rem;margin-top:0}.e-exam h2{font-size:1.875rem;font-weight:400;line-height:2.5rem;white-space:normal}.e-exam h3{font-size:1.3125rem;font-weight:600;line-height:2rem;margin-bottom:1rem;margin-top:0}.e-exam h4{font-size:1.125rem}.e-exam h4,.e-exam h5{font-weight:600;line-height:1.5rem;margin-bottom:1rem;margin-top:0}.e-exam h5,.e-exam h6{font-size:1rem}.e-exam h6{font-weight:600;line-height:1.5rem;margin-bottom:1rem;margin-top:0}.e-exam .e-underline{-webkit-text-decoration:underline;text-decoration:underline}.e-exam b,.e-exam strong,.e-exam th{font-weight:600}.e-exam .e-exam-separator{border:0;border-top:1px solid #c6e6f2;box-shadow:0 -1px 1px .5px #e0f4fe;margin:0 -3rem 2rem}.e-exam .e-italic{font-style:italic}.e-exam blockquote{border-left:.5rem solid #ddd;padding:0 1.25rem}.e-exam .e-text-gap{box-shadow:inset 0 -4px 0 -3px #111;display:inline-block;margin:0 .125rem;min-width:10rem;text-align:center}.e-exam .e-nowrap{white-space:nowrap}.e-exam .e-pre-wrap{white-space:pre-wrap}.e-exam .e-normal{white-space:normal}.e-exam .e-break-word{word-break:break-word}.e-exam .e-line-through{-webkit-text-decoration:line-through;text-decoration:line-through}.e-exam .e-ellipsis{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.e-exam .e-bordered{border:1px solid #aaa}.e-exam .e-rounded{border-radius:4px}.e-exam .e-scrollable-x{overflow-x:auto}.e-exam .e-box{background-color:#f0f0f0;border:1px solid #aaa;border-radius:4px;padding:1rem}.e-exam .e-screen-reader-only{word-wrap:normal!important;clip:rect(1px,1px,1px,1px);border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px}.e-exam .e-pointer{cursor:pointer}
@@ -4,7 +4,7 @@ export default function parseExam(examXml, deterministicRendering = false) {
4
4
  const doc = new DOMParser().parseFromString(examXml, 'application/xml');
5
5
  if (!deterministicRendering) {
6
6
  queryAll(doc.documentElement, ['choice-answer', 'dropdown-answer'])
7
- .filter((e) => getAttribute(e, 'ordering') !== 'fixed')
7
+ .filter(e => getAttribute(e, 'ordering') !== 'fixed')
8
8
  .forEach(randomizeOptions);
9
9
  }
10
10
  // The reference parts (e.g. author, title and so on) are displayed as inline
@@ -12,7 +12,7 @@ export default function parseExam(examXml, deterministicRendering = false) {
12
12
  // whitespace between an reference part and the separator, (e.g. `<span> foo
13
13
  // </span>separator<span> bar </span>` is rendered as `foo separator bar` on
14
14
  // the screen) trim the excess whitespace from the reference parts here.
15
- queryAll(doc.documentElement, 'reference').forEach((reference) => {
15
+ queryAll(doc.documentElement, 'reference').forEach(reference => {
16
16
  queryAll(reference, () => true, false).forEach(trimWhitespace);
17
17
  });
18
18
  return doc;
@@ -23,7 +23,7 @@ function randomizeOptions(elem) {
23
23
  elem.appendChild(elem.children[j]);
24
24
  }
25
25
  // A no-answer option should always be the last
26
- const noAnswerOption = findChildElement(elem, (option) => getAttribute(option, 'type') === 'no-answer');
26
+ const noAnswerOption = findChildElement(elem, option => getAttribute(option, 'type') === 'no-answer');
27
27
  if (noAnswerOption)
28
28
  elem.appendChild(noAnswerOption);
29
29
  }
@@ -42,12 +42,12 @@ function trimWhitespace(element) {
42
42
  const lastNonWhitespaceTextNode = _.findLastIndex(textNodes, nonWhitespaceNode);
43
43
  // Remove leading whitespace from the start
44
44
  if (firstNonWhitespaceTextNode !== -1) {
45
- textNodes.slice(0, firstNonWhitespaceTextNode).forEach((node) => node.remove());
45
+ textNodes.slice(0, firstNonWhitespaceTextNode).forEach(node => node.remove());
46
46
  textNodes[firstNonWhitespaceTextNode].textContent = _.trimStart(textNodes[firstNonWhitespaceTextNode].textContent);
47
47
  }
48
48
  // ...and trailing whitespace from the end.
49
49
  if (lastNonWhitespaceTextNode !== -1) {
50
- textNodes.slice(lastNonWhitespaceTextNode + 1).forEach((node) => node.remove());
50
+ textNodes.slice(lastNonWhitespaceTextNode + 1).forEach(node => node.remove());
51
51
  textNodes[lastNonWhitespaceTextNode].textContent = _.trimEnd(textNodes[lastNonWhitespaceTextNode].textContent);
52
52
  }
53
53
  }
@@ -1 +1 @@
1
- {"version":3,"file":"parseExam.js","sourceRoot":"","sources":["../../src/parser/parseExam.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"parseExam.js","sourceRoot":"","sources":["../../src/parser/parseExam.ts"],"names":[],"mappings":"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"}
@@ -9,7 +9,7 @@ function parseSection(section) {
9
9
  return parseElement(section, questions, {
10
10
  displayNumber: getAttribute(section, 'display-number'),
11
11
  minAnswers: getNumericAttribute(section, 'min-answers'),
12
- maxAnswers: getNumericAttribute(section, 'max-answers'),
12
+ maxAnswers: getNumericAttribute(section, 'max-answers')
13
13
  });
14
14
  }
15
15
  function parseQuestion(question) {
@@ -19,14 +19,14 @@ function parseQuestion(question) {
19
19
  : queryAll(question, ['text-answer', 'scored-text-answer', 'choice-answer', 'dropdown-answer'], false).map(parseAnswer);
20
20
  return parseElement(question, childElements, {
21
21
  displayNumber: getAttribute(question, 'display-number'),
22
- maxAnswers: getNumericAttribute(question, 'max-answers'),
22
+ maxAnswers: getNumericAttribute(question, 'max-answers')
23
23
  });
24
24
  }
25
25
  function parseAnswer(answer) {
26
26
  const attributes = {
27
27
  displayNumber: getAttribute(answer, 'display-number'),
28
28
  questionId: getNumericAttribute(answer, 'question-id'),
29
- maxLength: getNumericAttribute(answer, 'max-length'),
29
+ maxLength: getNumericAttribute(answer, 'max-length')
30
30
  };
31
31
  return parseElement(answer, [], attributes);
32
32
  }
@@ -34,7 +34,7 @@ function parseElement(element, childNodes, attributes) {
34
34
  return {
35
35
  name: element.localName,
36
36
  attributes,
37
- childNodes,
37
+ childNodes
38
38
  };
39
39
  }
40
40
  //# sourceMappingURL=parseExamStructure.js.map
@@ -3,7 +3,7 @@ import classNames from 'classnames';
3
3
  const messageLengthThreshold = 5;
4
4
  export function renderAnnotations(element, pregradingAnnotations, censoringAnnotations, showTitle = true) {
5
5
  const annotations = [...pregradingAnnotations, ...censoringAnnotations];
6
- const annotationsWithMessages = annotations.filter((a) => a.message);
6
+ const annotationsWithMessages = annotations.filter(a => a.message);
7
7
  for (const [i, annotation] of annotations.entries()) {
8
8
  const type = pregradingAnnotations.includes(annotation) ? 'pregrading' : 'censoring';
9
9
  const index = annotationsWithMessages.indexOf(annotation) + 1 || undefined;
@@ -62,14 +62,14 @@ export function renderImageAnnotationByImage(image, title, annotation, type, lis
62
62
  ...{
63
63
  className: classNames('e-annotation e-annotation--shape', {
64
64
  'e-annotation--pregrading': type === 'pregrading',
65
- 'e-annotation--censoring': type === 'censoring',
65
+ 'e-annotation--censoring': type === 'censoring'
66
66
  }),
67
67
  title,
68
68
  'data-list-index': String(listIndex),
69
- 'data-type': type,
69
+ 'data-type': type
70
70
  },
71
71
  ...(index && { 'data-index': String(index) }),
72
- ...(annotation.message && { 'data-message': annotation.message }),
72
+ ...(annotation.message && { 'data-message': annotation.message })
73
73
  });
74
74
  updateImageAnnotationMarkSize(mark, annotation);
75
75
  if (index) {
@@ -160,14 +160,14 @@ function renderTextAnnotation(rootElement, annotation, type, listIndex, index, s
160
160
  ...{
161
161
  className: classNames('e-annotation', {
162
162
  'e-annotation--pregrading': type === 'pregrading',
163
- 'e-annotation--censoring': type === 'censoring',
163
+ 'e-annotation--censoring': type === 'censoring'
164
164
  }),
165
165
  title: showTitle ? annotation.message : '',
166
166
  'data-list-index': String(listIndex),
167
- 'data-type': type,
167
+ 'data-type': type
168
168
  },
169
169
  ...(index && { 'data-index': String(index) }),
170
- ...(annotation.message && { 'data-message': annotation.message }),
170
+ ...(annotation.message && { 'data-message': annotation.message })
171
171
  });
172
172
  }
173
173
  function move(mark, node, remaining) {
@@ -187,7 +187,7 @@ function createSup(index, type, message) {
187
187
  return createElement('sup', {
188
188
  className: `e-annotation__index e-annotation__index--${type}`,
189
189
  'data-content': message.length > messageLengthThreshold ? `${index})` : message,
190
- 'data-message': message,
190
+ 'data-message': message
191
191
  });
192
192
  }
193
193
  //# sourceMappingURL=renderAnnotations.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"renderAnnotations.js","sourceRoot":"","sources":["../src/renderAnnotations.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"renderAnnotations.js","sourceRoot":"","sources":["../src/renderAnnotations.ts"],"names":[],"mappings":"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"}
@@ -4,13 +4,13 @@ const initialState = {
4
4
  examStructure: {
5
5
  name: 'exam',
6
6
  attributes: {},
7
- childNodes: [],
7
+ childNodes: []
8
8
  },
9
9
  focusedQuestionId: null,
10
10
  supportsAnswerHistory: false,
11
11
  serverQuestionIds: new Set(),
12
12
  savedQuestionIds: new Set(),
13
- validationErrors: [],
13
+ validationErrors: []
14
14
  };
15
15
  export default function answersReducer(state = initialState, action) {
16
16
  switch (action.type) {
@@ -2,7 +2,7 @@ import * as _ from 'lodash-es';
2
2
  const initialState = {
3
3
  errors: {},
4
4
  nowPlaying: null,
5
- playbackTimes: {},
5
+ playbackTimes: {}
6
6
  };
7
7
  export default function audioReducer(state = initialState, action) {
8
8
  switch (action.type) {
@@ -17,7 +17,7 @@ export default function audioReducer(state = initialState, action) {
17
17
  const listened = state.playbackTimes[audio.restrictedAudioId];
18
18
  const playbackTimes = {
19
19
  ...state.playbackTimes,
20
- [audio.restrictedAudioId]: listened ? listened + 1 : 1,
20
+ [audio.restrictedAudioId]: listened ? listened + 1 : 1
21
21
  };
22
22
  const errors = _.omit(state.errors, [audio.src]);
23
23
  return { ...state, playbackTimes, errors };
@@ -31,7 +31,7 @@ export default function audioReducer(state = initialState, action) {
31
31
  const key = _.get(audio, 'restrictedAudioId', audio.src);
32
32
  const errors = {
33
33
  ...state.errors,
34
- [key]: error,
34
+ [key]: error
35
35
  };
36
36
  return { ...state, errors, nowPlaying: null };
37
37
  }
@@ -1,7 +1,7 @@
1
1
  import { call, delay, put, select, takeEvery } from 'redux-saga/effects';
2
2
  import { countdown } from '../countdown';
3
3
  import { getPlaybackTimes } from '../selectors';
4
- import { hideAudioError, playAudioFinished, playAudioStarted, showAudioError, updateRemaining, } from './actions';
4
+ import { hideAudioError, playAudioFinished, playAudioStarted, showAudioError, updateRemaining } from './actions';
5
5
  function* performPlayAudio(examServerApi, action) {
6
6
  const audio = action.payload;
7
7
  try {
@@ -1 +1 @@
1
- {"version":3,"file":"sagas.js","sourceRoot":"","sources":["../../../src/store/audio/sagas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAA;AACxE,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAA;AAC/C,OAAO,EACL,cAAc,EAEd,iBAAiB,EACjB,gBAAgB,EAChB,cAAc,EACd,eAAe,GAChB,MAAM,WAAW,CAAA;AAKlB,QAAQ,CAAC,CAAC,gBAAgB,CAAC,aAA4B,EAAE,MAAiB;IACxE,MAAM,KAAK,GAAG,MAAM,CAAC,OAAO,CAAA;IAE5B,IAAI;QACF,mEAAmE;QACnE,MAAM,aAAa,GACjB,KAAK,CAAC,iBAAiB,IAAI,IAAI,CAAC,CAAC,CAAC,MAAM,MAAM,CAAC,gBAAgB,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAA;QACvG,mEAAmE;QACnE,MAAM,QAAQ,GACZ,aAAa,IAAI,IAAI,IAAI,KAAK,CAAC,iBAAiB,IAAI,IAAI;YACtD,CAAC,CAAC,MAAM,IAAI,CAAC,aAAa,CAAC,mBAAmB,EAAE,KAAK,CAAC,GAAG,EAAE,KAAK,CAAC,iBAAiB,EAAE,aAAa,CAAC;YAClG,CAAC,CAAC,MAAM,IAAI,CAAC,aAAa,CAAC,SAAS,EAAE,KAAK,CAAC,GAAG,CAAC,CAAA;QACpD,IAAI,QAAQ,KAAK,IAAI,EAAE;YACrB,MAAM,GAAG,CAAC,gBAAgB,CAAC,KAAK,CAAC,CAAC,CAAA;YAClC,MAAM,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC,QAAQ,EAAE,eAAe,CAAC,CAAA;YACtD,MAAM,GAAG,CAAC,iBAAiB,EAAE,CAAC,CAAA;SAC/B;aAAM;YACL,MAAM,GAAG,CAAC,cAAc,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAA;YAC1C,MAAM,KAAK,CAAC,IAAI,CAAC,CAAA;YACjB,MAAM,GAAG,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,CAAA;SACjC;KACF;IAAC,OAAO,KAAK,EAAE;QACd,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAA;KACrB;AACH,CAAC;AAED,6EAA6E;AAC7E,MAAM,CAAC,OAAO,SAAS,CAAC,CAAC,SAAS,CAAC,aAA4B;IAC7D,MAAM,SAAS,CAAC,YAAY,EAAE,gBAAgB,EAAE,aAAa,CAAC,CAAA;AAChE,CAAC"}
1
+ {"version":3,"file":"sagas.js","sourceRoot":"","sources":["../../../src/store/audio/sagas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAA;AACxE,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAA;AAC/C,OAAO,EACL,cAAc,EAEd,iBAAiB,EACjB,gBAAgB,EAChB,cAAc,EACd,eAAe,EAChB,MAAM,WAAW,CAAA;AAKlB,QAAQ,CAAC,CAAC,gBAAgB,CAAC,aAA4B,EAAE,MAAiB;IACxE,MAAM,KAAK,GAAG,MAAM,CAAC,OAAO,CAAA;IAE5B,IAAI;QACF,mEAAmE;QACnE,MAAM,aAAa,GACjB,KAAK,CAAC,iBAAiB,IAAI,IAAI,CAAC,CAAC,CAAC,MAAM,MAAM,CAAC,gBAAgB,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAA;QACvG,mEAAmE;QACnE,MAAM,QAAQ,GACZ,aAAa,IAAI,IAAI,IAAI,KAAK,CAAC,iBAAiB,IAAI,IAAI;YACtD,CAAC,CAAC,MAAM,IAAI,CAAC,aAAa,CAAC,mBAAmB,EAAE,KAAK,CAAC,GAAG,EAAE,KAAK,CAAC,iBAAiB,EAAE,aAAa,CAAC;YAClG,CAAC,CAAC,MAAM,IAAI,CAAC,aAAa,CAAC,SAAS,EAAE,KAAK,CAAC,GAAG,CAAC,CAAA;QACpD,IAAI,QAAQ,KAAK,IAAI,EAAE;YACrB,MAAM,GAAG,CAAC,gBAAgB,CAAC,KAAK,CAAC,CAAC,CAAA;YAClC,MAAM,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC,QAAQ,EAAE,eAAe,CAAC,CAAA;YACtD,MAAM,GAAG,CAAC,iBAAiB,EAAE,CAAC,CAAA;SAC/B;aAAM;YACL,MAAM,GAAG,CAAC,cAAc,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAA;YAC1C,MAAM,KAAK,CAAC,IAAI,CAAC,CAAA;YACjB,MAAM,GAAG,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,CAAA;SACjC;KACF;IAAC,OAAO,KAAK,EAAE;QACd,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAA;KACrB;AACH,CAAC;AAED,6EAA6E;AAC7E,MAAM,CAAC,OAAO,SAAS,CAAC,CAAC,SAAS,CAAC,aAA4B;IAC7D,MAAM,SAAS,CAAC,YAAY,EAAE,gBAAgB,EAAE,aAAa,CAAC,CAAA;AAChE,CAAC"}
@@ -1,5 +1,5 @@
1
1
  const initialState = {
2
- casStatus: 'forbidden',
2
+ casStatus: 'forbidden'
3
3
  };
4
4
  export default function casReducer(state = initialState, action) {
5
5
  switch (action.type) {
@@ -14,7 +14,7 @@ export function* performEnableCas(examServerApi, { payload }) {
14
14
  // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
15
15
  const { cancelled } = yield race({
16
16
  finished: call(countdown, payload, updateCasRemaining),
17
- cancelled: take('ALLOW_CAS_CANCELLED'),
17
+ cancelled: take('ALLOW_CAS_CANCELLED')
18
18
  });
19
19
  // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
20
20
  const status2 = yield call(examServerApi.setCasStatus, cancelled ? 'forbidden' : 'allowed');
@@ -1,6 +1,6 @@
1
1
  import { END, eventChannel } from 'redux-saga';
2
2
  import { call, cancelled, put, take } from 'redux-saga/effects';
3
- const countdownChannel = (duration) => eventChannel((emit) => {
3
+ const countdownChannel = (duration) => eventChannel(emit => {
4
4
  const intervalId = setInterval(() => {
5
5
  duration--;
6
6
  if (duration > 0) {
@@ -1 +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,CAAC,IAAI,EAAE,EAAE;IAC5B,MAAM,UAAU,GAAG,WAAW,CAAC,GAAG,EAAE;QAClC,QAAQ,EAAE,CAAA;QACV,IAAI,QAAQ,GAAG,CAAC,EAAE;YAChB,IAAI,CAAC,QAAQ,CAAC,CAAA;SACf;aAAM;YACL,IAAI,CAAC,GAAG,CAAC,CAAA;YACT,aAAa,CAAC,UAAU,CAAC,CAAA;SAC1B;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;QACF,OAAO,IAAI,EAAE;YACX,mEAAmE;YACnE,MAAM,SAAS,GAAW,MAAM,IAAI,CAAC,OAAO,CAAC,CAAA;YAC7C,MAAM,GAAG,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC,CAAA;SACnC;KACF;YAAS;QACR,IAAI,CAAC,MAAM,SAAS,EAAE,CAAY,EAAE;YAClC,OAAO,CAAC,KAAK,EAAE,CAAA;SAChB;KACF;AACH,CAAC"}
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;YAChB,IAAI,CAAC,QAAQ,CAAC,CAAA;SACf;aAAM;YACL,IAAI,CAAC,GAAG,CAAC,CAAA;YACT,aAAa,CAAC,UAAU,CAAC,CAAA;SAC1B;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;QACF,OAAO,IAAI,EAAE;YACX,mEAAmE;YACnE,MAAM,SAAS,GAAW,MAAM,IAAI,CAAC,OAAO,CAAC,CAAA;YAC7C,MAAM,GAAG,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC,CAAA;SACnC;KACF;YAAS;QACR,IAAI,CAAC,MAAM,SAAS,EAAE,CAAY,EAAE;YAClC,OAAO,CAAC,KAAK,EAAE,CAAA;SAChB;KACF;AACH,CAAC"}
@@ -12,7 +12,7 @@ import { validateAnswers } from '../validateAnswers';
12
12
  const rootReducer = combineReducers({
13
13
  answers: answersReducer,
14
14
  audio: audioReducer,
15
- cas: casReducer,
15
+ cas: casReducer
16
16
  });
17
17
  function* rootSaga(examServerApi) {
18
18
  yield fork(answersSaga, examServerApi);
@@ -31,14 +31,14 @@ export function initializeExamStore(examStructure, casStatus, initialAnswers, re
31
31
  supportsAnswerHistory: typeof examServerApi.selectAnswerVersion === 'function',
32
32
  savedQuestionIds: initialQuestionIds,
33
33
  examStructure,
34
- validationErrors: validateAnswers(examStructure, answersById),
34
+ validationErrors: validateAnswers(examStructure, answersById)
35
35
  },
36
36
  audio: {
37
37
  errors: {},
38
38
  nowPlaying: null,
39
- playbackTimes,
39
+ playbackTimes
40
40
  },
41
- cas: { casStatus },
41
+ cas: { casStatus }
42
42
  };
43
43
  const sagaMiddleware = createSagaMiddleware();
44
44
  // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment,@typescript-eslint/no-unsafe-member-access
@@ -6,6 +6,7 @@ export interface AnswerTooLong {
6
6
  type: 'AnswerTooLong';
7
7
  displayNumber: string;
8
8
  characterCount: number;
9
+ elementType: 'exam' | 'section' | 'question';
9
10
  }
10
11
  export interface ExtraAnswer extends AnsweringInstructionProps {
11
12
  type: 'ExtraAnswer';
@@ -1 +1 @@
1
- {"version":3,"file":"validateAnswers.d.ts","sourceRoot":"","sources":["../src/validateAnswers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,WAAW,EAAE,MAAM,6BAA6B,CAAA;AACtE,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AAE3D,OAAO,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAA;AAE9E,MAAM,MAAM,eAAe,GAAG,WAAW,GAAG,aAAa,CAAA;AAEzD,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE,eAAe,CAAA;IACrB,aAAa,EAAE,MAAM,CAAA;IACrB,cAAc,EAAE,MAAM,CAAA;CACvB;AAED,MAAM,WAAW,WAAY,SAAQ,yBAAyB;IAC5D,IAAI,EAAE,aAAa,CAAA;IACnB,aAAa,EAAE,MAAM,CAAA;CACtB;AA0GD,wBAAgB,eAAe,CAC7B,aAAa,EAAE,WAAW,EAC1B,WAAW,EAAE,MAAM,CAAC,UAAU,EAAE,UAAU,CAAC,GAC1C,eAAe,EAAE,CAInB"}
1
+ {"version":3,"file":"validateAnswers.d.ts","sourceRoot":"","sources":["../src/validateAnswers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,WAAW,EAAE,MAAM,6BAA6B,CAAA;AACtE,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AAE3D,OAAO,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAA;AAE9E,MAAM,MAAM,eAAe,GAAG,WAAW,GAAG,aAAa,CAAA;AAEzD,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE,eAAe,CAAA;IACrB,aAAa,EAAE,MAAM,CAAA;IACrB,cAAc,EAAE,MAAM,CAAA;IACtB,WAAW,EAAE,MAAM,GAAG,SAAS,GAAG,UAAU,CAAA;CAC7C;AAED,MAAM,WAAW,WAAY,SAAQ,yBAAyB;IAC5D,IAAI,EAAE,aAAa,CAAA;IACnB,aAAa,EAAE,MAAM,CAAA;CACtB;AA2GD,wBAAgB,eAAe,CAC7B,aAAa,EAAE,WAAW,EAC1B,WAAW,EAAE,MAAM,CAAC,UAAU,EAAE,UAAU,CAAC,GAC1C,eAAe,EAAE,CAInB"}