@instructure/quiz-core 21.1.1 → 22.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1365) hide show
  1. package/es/banks/api/bankEntries.js +13 -13
  2. package/es/banks/api/banks.js +26 -24
  3. package/es/banks/api/copyingBanksPoller.js +51 -53
  4. package/es/banks/api/tagAssociations.js +23 -27
  5. package/es/banks/components/AddBankEntryModal/index.js +7 -7
  6. package/es/banks/components/AddBankEntryModal/presenter.js +42 -29
  7. package/es/banks/components/AddToBankModal/index.js +8 -8
  8. package/es/banks/components/AddToBankModal/presenter.js +67 -55
  9. package/es/banks/components/AsyncSearch/index.js +102 -88
  10. package/es/banks/components/Bank/index.js +12 -12
  11. package/es/banks/components/Bank/presenter.js +138 -130
  12. package/es/banks/components/Bank/styles.js +2 -1
  13. package/es/banks/components/Bank/theme.js +1 -1
  14. package/es/banks/components/BankEntriesList/index.js +3 -3
  15. package/es/banks/components/BankEntriesList/presenter.js +36 -23
  16. package/es/banks/components/BankEntry/index.js +14 -14
  17. package/es/banks/components/BankEntry/presenter.js +228 -224
  18. package/es/banks/components/BankEntry/styles.js +3 -1
  19. package/es/banks/components/BankEntry/theme.js +5 -5
  20. package/es/banks/components/BankEntryRow/BankEntryRow.examples.js +2 -2
  21. package/es/banks/components/BankEntryRow/index.js +9 -9
  22. package/es/banks/components/BankEntryRow/presenter.js +79 -67
  23. package/es/banks/components/BankEntryRow/styles.js +0 -1
  24. package/es/banks/components/BankEntryRow/theme.js +4 -4
  25. package/es/banks/components/BankSearch/BankSearch.stories.js +1 -1
  26. package/es/banks/components/BankSearch/index.js +4 -4
  27. package/es/banks/components/BankSearch/presenter.js +40 -27
  28. package/es/banks/components/Banks/index.js +7 -7
  29. package/es/banks/components/Banks/presenter.js +141 -128
  30. package/es/banks/components/Banks/theme.js +2 -2
  31. package/es/banks/components/BanksList/index.js +7 -7
  32. package/es/banks/components/BanksList/presenter.js +153 -148
  33. package/es/banks/components/BanksList/theme.js +4 -4
  34. package/es/banks/components/CopyMoveBankEntryModal/index.js +8 -8
  35. package/es/banks/components/CopyMoveBankEntryModal/presenter.js +82 -71
  36. package/es/banks/components/CreateBankModal/index.js +10 -10
  37. package/es/banks/components/CreateBankModal/presenter.js +62 -49
  38. package/es/banks/components/EditBankModal/index.js +7 -7
  39. package/es/banks/components/EditBankModal/presenter.js +54 -41
  40. package/es/banks/components/HeaderBreadCrumb/index.js +29 -16
  41. package/es/banks/components/HeaderMenu/index.js +4 -4
  42. package/es/banks/components/HeaderMenu/presenter.js +29 -17
  43. package/es/banks/components/NavWrapper/index.js +2 -2
  44. package/es/banks/components/NavWrapper/presenter.js +37 -24
  45. package/es/banks/components/NavWrapper/styles.js +4 -2
  46. package/es/banks/components/NavWrapper/theme.js +3 -3
  47. package/es/banks/components/SharingModal/ContextualIconButton/index.js +32 -18
  48. package/es/banks/components/SharingModal/RootAccountSharing.js +35 -23
  49. package/es/banks/components/SharingModal/ShareList/index.js +45 -33
  50. package/es/banks/components/SharingModal/index.js +5 -5
  51. package/es/banks/components/SharingModal/presenter.js +177 -166
  52. package/es/banks/components/SharingModal/theme.js +1 -1
  53. package/es/building/api/items.js +68 -72
  54. package/es/building/api/qtiImports.js +13 -12
  55. package/es/building/api/quizEntries.js +46 -46
  56. package/es/building/api/quizzes.js +10 -10
  57. package/es/building/api/stimuli.js +4 -4
  58. package/es/building/components/QTIImportModal/index.js +4 -4
  59. package/es/building/components/layout/Sidebar/Sidebar.examples.js +38 -24
  60. package/es/building/components/layout/Sidebar/SidebarItem/index.js +13 -13
  61. package/es/building/components/layout/Sidebar/SidebarItem/presenter.js +29 -16
  62. package/es/building/components/layout/Sidebar/Stimulus/index.js +11 -11
  63. package/es/building/components/layout/Sidebar/Stimulus/presenter.js +29 -16
  64. package/es/building/components/layout/Sidebar/index.js +12 -12
  65. package/es/building/components/layout/Sidebar/presenter.js +59 -46
  66. package/es/building/components/layout/Sidebar/styles.js +3 -1
  67. package/es/building/components/layout/header/BuildingButtons/index.js +9 -9
  68. package/es/building/components/layout/header/BuildingButtons/presenter.js +51 -39
  69. package/es/building/components/layout/header/BuildingButtons/styles.js +3 -1
  70. package/es/building/components/layout/header/BuildingButtons/theme.js +2 -2
  71. package/es/building/components/layout/header/SDKBuildingButtons/index.js +3 -3
  72. package/es/building/components/resources/ActionButtons/index.js +4 -4
  73. package/es/building/components/resources/ActionButtons/presenter.js +45 -32
  74. package/es/building/components/resources/ActionButtons/styles.js +2 -1
  75. package/es/building/components/resources/ActionButtons/theme.js +1 -1
  76. package/es/building/components/resources/AddToBankOptions/index.js +57 -46
  77. package/es/building/components/resources/AddToBankOptions/theme.js +2 -2
  78. package/es/building/components/resources/BanksTray/index.js +3 -3
  79. package/es/building/components/resources/BanksTray/presenter.js +51 -40
  80. package/es/building/components/resources/DeleteStimulusModal/index.js +5 -5
  81. package/es/building/components/resources/DeleteStimulusModal/presenter.js +101 -67
  82. package/es/building/components/resources/ItemFeedbackModal/index.js +8 -8
  83. package/es/building/components/resources/ItemFeedbackModal/presenter.js +43 -31
  84. package/es/building/components/resources/MoveImmutableModal/index.js +6 -6
  85. package/es/building/components/resources/MoveImmutableModal/presenter.js +39 -26
  86. package/es/building/components/resources/quiz/editButton/EditButton.js +33 -20
  87. package/es/building/components/resources/quiz/instructions/Edit/index.js +2 -2
  88. package/es/building/components/resources/quiz/instructions/Edit/presenter.js +36 -16
  89. package/es/building/components/resources/quiz/instructions/Instructions/Instructions.examples.js +1 -1
  90. package/es/building/components/resources/quiz/instructions/Instructions/index.js +7 -7
  91. package/es/building/components/resources/quiz/instructions/Instructions/presenter.js +62 -45
  92. package/es/building/components/resources/quiz/instructions/Instructions/theme.js +1 -1
  93. package/es/building/components/resources/quiz/instructions/Show/index.js +32 -19
  94. package/es/building/components/resources/quiz/title/Edit/index.js +53 -39
  95. package/es/building/components/resources/quiz/title/Edit/styles.js +3 -1
  96. package/es/building/components/resources/quiz/title/Edit/theme.js +1 -1
  97. package/es/building/components/resources/quiz/title/Show/index.js +32 -19
  98. package/es/building/components/resources/quiz/title/Title/Title.examples.js +1 -1
  99. package/es/building/components/resources/quiz/title/Title/index.js +8 -8
  100. package/es/building/components/resources/quiz/title/Title/presenter.js +63 -46
  101. package/es/building/components/resources/quiz/title/Title/styles.js +2 -1
  102. package/es/building/components/resources/quiz/title/Title/theme.js +3 -3
  103. package/es/building/components/resources/quizEntry/QuizEntry/index.js +14 -14
  104. package/es/building/components/resources/quizEntry/QuizEntry/presenter.js +93 -79
  105. package/es/building/components/resources/quizEntry/QuizEntry/quizEntryPresenterWrapper.js +19 -7
  106. package/es/building/components/resources/quizEntry/QuizEntry/theme.js +1 -1
  107. package/es/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankEdit/index.js +4 -4
  108. package/es/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankEdit/presenter.js +81 -70
  109. package/es/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankEdit/theme.js +3 -3
  110. package/es/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankShow/index.js +27 -15
  111. package/es/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankShow/theme.js +2 -2
  112. package/es/building/components/resources/quizEntry/QuizEntryEdit/Footer/index.js +3 -3
  113. package/es/building/components/resources/quizEntry/QuizEntryEdit/Footer/presenter.js +60 -47
  114. package/es/building/components/resources/quizEntry/QuizEntryEdit/Footer/styles.js +3 -1
  115. package/es/building/components/resources/quizEntry/QuizEntryEdit/Header/index.js +169 -141
  116. package/es/building/components/resources/quizEntry/QuizEntryEdit/Header/theme.js +2 -2
  117. package/es/building/components/resources/quizEntry/QuizEntryEdit/index.js +11 -11
  118. package/es/building/components/resources/quizEntry/QuizEntryEdit/presenter.js +188 -179
  119. package/es/building/components/resources/quizEntry/QuizEntryShow/index.js +8 -8
  120. package/es/building/components/resources/quizEntry/QuizEntryShow/presenter.js +72 -60
  121. package/es/building/components/resources/quizEntry/QuizEntryShow/styles.js +2 -1
  122. package/es/building/components/resources/quizEntry/QuizEntryShow/theme.js +5 -5
  123. package/es/common/actions/alerts.js +1 -1
  124. package/es/common/actions/editing.js +1 -1
  125. package/es/common/actions/modal.js +2 -2
  126. package/es/common/actions/modifications.js +7 -7
  127. package/es/common/actions/quizSessions.js +9 -9
  128. package/es/common/actions/scrolling.js +1 -1
  129. package/es/common/actions/taking.js +2 -2
  130. package/es/common/api/callHandlers.js +9 -4
  131. package/es/common/api/features.js +3 -3
  132. package/es/common/api/fileUpload.js +1 -1
  133. package/es/common/api/getPersistenceActions.js +21 -18
  134. package/es/common/api/helpers.js +66 -70
  135. package/es/common/api/interactionTypes.js +2 -2
  136. package/es/common/api/quizSessions.js +28 -28
  137. package/es/common/api/quizzes.js +8 -5
  138. package/es/common/components/AccessCodeTextInput/AccessCodeTextInput.stories.js +4 -5
  139. package/es/common/components/AccessCodeTextInput/index.js +28 -15
  140. package/es/common/components/ApiFeatureFlagInitializer/index.js +7 -8
  141. package/es/common/components/ConfirmationModal/index.js +6 -4
  142. package/es/common/components/ConfirmationModal/presenter.js +53 -40
  143. package/es/common/components/ImportModal/ImportFileSelector/index.js +35 -24
  144. package/es/common/components/ImportModal/ImportFileSelector/theme.js +4 -4
  145. package/es/common/components/ImportModal/index.js +8 -8
  146. package/es/common/components/ImportModal/presenter.js +79 -65
  147. package/es/common/components/LearnosityCalculator/index.js +63 -52
  148. package/es/common/components/MaskedTextInput/MaskedTextInput.stories.js +1 -1
  149. package/es/common/components/MaskedTextInput/index.js +25 -11
  150. package/es/common/components/Pin/index.js +1 -1
  151. package/es/common/components/Pin/presenter.js +27 -14
  152. package/es/common/components/PreviewFrame/examples.config.js +1 -2
  153. package/es/common/components/PreviewFrame/index.js +25 -13
  154. package/es/common/components/PrintFontSizeModal/index.js +1 -1
  155. package/es/common/components/PrintFontSizeModal/presenter.js +45 -30
  156. package/es/common/components/PrintFontSizeModal/theme.js +1 -1
  157. package/es/common/components/RceConfigProvider/index.js +6 -6
  158. package/es/common/components/RceConfigProvider/presenter.js +74 -77
  159. package/es/common/components/RceConfigProvider/rceConfigErrorHandler.js +5 -5
  160. package/es/common/components/RceConfigProvider/rceConfigFetcher.js +24 -26
  161. package/es/common/components/RceConfigProvider/rceConfigMapper.js +3 -5
  162. package/es/common/components/RceConfigProvider/rceConfigUtils.js +2 -2
  163. package/es/common/components/SDKApp/index.js +46 -34
  164. package/es/common/components/SDKHeaderCalculator.js +3 -3
  165. package/es/common/components/SDKMenuButton.js +3 -3
  166. package/es/common/components/SDKNavBar.js +3 -3
  167. package/es/common/components/SDKTimer.js +3 -3
  168. package/es/common/components/alerts/index.js +4 -4
  169. package/es/common/components/alerts/presenter.js +33 -20
  170. package/es/common/components/layout/Page/index.js +25 -12
  171. package/es/common/components/layout/Page/styles.js +2 -1
  172. package/es/common/components/layout/header/Calculator/index.js +7 -7
  173. package/es/common/components/layout/header/Calculator/presenter.js +26 -14
  174. package/es/common/components/layout/header/HeaderMenuButton/index.js +5 -5
  175. package/es/common/components/layout/header/HeaderMenuButton/presenter.js +32 -21
  176. package/es/common/components/layout/header/HeaderMenuButton/theme.js +1 -1
  177. package/es/common/components/layout/header/Timer/index.js +6 -6
  178. package/es/common/components/layout/header/Timer/presenter.js +48 -37
  179. package/es/common/components/layout/header/Timer/theme.js +3 -3
  180. package/es/common/components/layout/navbar/SecondaryNavBarButton/index.js +24 -11
  181. package/es/common/components/layout/navbar/index.js +60 -47
  182. package/es/common/components/layout/navbar/styles.js +4 -2
  183. package/es/common/components/layout/navbar/theme.js +1 -1
  184. package/es/common/components/layout/sidebar/PositionSummary/index.js +26 -12
  185. package/es/common/components/layout/sidebar/PositionSummary/theme.js +2 -2
  186. package/es/common/components/layout/sidebar/Sidebar/Pin.js +27 -14
  187. package/es/common/components/layout/sidebar/Sidebar/Sidebar.examples.js +5 -7
  188. package/es/common/components/layout/sidebar/Sidebar/index.js +69 -57
  189. package/es/common/components/layout/sidebar/Sidebar/styles.js +7 -7
  190. package/es/common/components/layout/sidebar/Sidebar/theme.js +10 -10
  191. package/es/common/components/layout/sidebar/SidebarItem/index.js +5 -5
  192. package/es/common/components/layout/sidebar/SidebarItem/presenter.js +38 -21
  193. package/es/common/components/layout/sidebar/SidebarItem/styles.js +3 -1
  194. package/es/common/components/layout/sidebar/SidebarItem/theme.js +5 -5
  195. package/es/common/components/layout/sidebar/Stimulus/Collection/index.js +3 -3
  196. package/es/common/components/layout/sidebar/Stimulus/Collection/presenter.js +43 -28
  197. package/es/common/components/layout/sidebar/Stimulus/Collection/styles.js +4 -2
  198. package/es/common/components/layout/sidebar/Stimulus/Collection/theme.js +1 -1
  199. package/es/common/components/layout/sidebar/Stimulus/Summary/index.js +3 -3
  200. package/es/common/components/layout/sidebar/Stimulus/Summary/presenter.js +38 -23
  201. package/es/common/components/layout/sidebar/Stimulus/Summary/theme.js +2 -2
  202. package/es/common/components/layout/sidebar/Stimulus/Title/index.js +27 -12
  203. package/es/common/components/layout/sidebar/Stimulus/index.js +3 -3
  204. package/es/common/components/layout/sidebar/Stimulus/presenter.js +36 -24
  205. package/es/common/components/layout/sidebar/Stimulus/theme.js +4 -4
  206. package/es/common/components/resources/BankSelection/index.js +5 -5
  207. package/es/common/components/resources/BankSelection/presenter.js +35 -22
  208. package/es/common/components/resources/WarningWrapper/index.js +31 -18
  209. package/es/common/components/resources/WarningWrapper/theme.js +1 -1
  210. package/es/common/components/resources/entry/EntrySave/index.js +6 -6
  211. package/es/common/components/resources/entry/EntrySave/presenter.js +100 -91
  212. package/es/common/components/resources/item/ItemEdit/index.js +14 -14
  213. package/es/common/components/resources/item/ItemEdit/presenter.js +44 -31
  214. package/es/common/components/resources/item/ItemOverride/index.js +9 -9
  215. package/es/common/components/resources/item/ItemOverride/presenter.js +33 -19
  216. package/es/common/components/resources/item/ItemShow/index.js +27 -14
  217. package/es/common/components/resources/positionBox/PositionBox.js +25 -12
  218. package/es/common/components/resources/positionBox/theme.js +2 -2
  219. package/es/common/components/resources/quiz/AddContent/Body/index.js +7 -7
  220. package/es/common/components/resources/quiz/AddContent/Body/presenter.js +64 -52
  221. package/es/common/components/resources/quiz/AddContent/Body/styles.js +4 -5
  222. package/es/common/components/resources/quiz/AddContent/Body/theme.js +1 -1
  223. package/es/common/components/resources/quiz/AddContent/Button/index.js +30 -17
  224. package/es/common/components/resources/quiz/AddContent/Button/styles.js +2 -1
  225. package/es/common/components/resources/quiz/AddContent/Button/theme.js +4 -4
  226. package/es/common/components/resources/quiz/AddContent/Modal/index.js +3 -3
  227. package/es/common/components/resources/quiz/AddContent/Modal/presenter.js +25 -12
  228. package/es/common/components/resources/quiz/AddContent/Popover/index.js +7 -5
  229. package/es/common/components/resources/quiz/AddContent/Popover/presenter.js +65 -52
  230. package/es/common/components/resources/quiz/AddContent/Popover/theme.js +1 -1
  231. package/es/common/components/resources/quiz/info/QuizInfo.js +26 -13
  232. package/es/common/components/resources/quiz/instructions/Instructions.js +28 -12
  233. package/es/common/components/resources/quiz/title/Title.js +28 -12
  234. package/es/common/components/resources/quizSessionResult/Header/index.js +32 -19
  235. package/es/common/components/resources/quizSessionResult/Info/Info.examples.js +2 -2
  236. package/es/common/components/resources/quizSessionResult/Info/index.js +124 -109
  237. package/es/common/components/resources/sessionItemResult/ResultStimulus/index.js +30 -17
  238. package/es/common/components/resources/sessionItemResult/ResultStimulus/styles.js +4 -5
  239. package/es/common/components/resources/sessionItemResult/ResultStimulus/theme.js +4 -4
  240. package/es/common/components/resources/sessionItemResult/SessionItemResult/index.js +4 -4
  241. package/es/common/components/resources/sessionItemResult/SessionItemResult/presenter.js +78 -65
  242. package/es/common/components/resources/sessionItemResult/SessionItemResult/styles.js +3 -1
  243. package/es/common/components/resources/sessionItemResult/SessionItemResult/theme.js +4 -4
  244. package/es/common/components/resources/sessionItemResult/SessionItemResultsList/index.js +39 -26
  245. package/es/common/components/resources/sessionItemResult/SessionItemResultsList/theme.js +1 -1
  246. package/es/common/components/resources/stimulus/Stimulus/index.js +5 -5
  247. package/es/common/components/resources/stimulus/Stimulus/presenter.js +50 -37
  248. package/es/common/components/resources/stimulus/Stimulus/styles.js +2 -1
  249. package/es/common/components/resources/stimulus/Stimulus/theme.js +1 -1
  250. package/es/common/components/resources/stimulus/StimulusEdit/index.js +10 -10
  251. package/es/common/components/resources/stimulus/StimulusEdit/presenter.js +192 -183
  252. package/es/common/components/resources/stimulus/StimulusEdit/theme.js +1 -1
  253. package/es/common/components/resources/stimulus/StimulusEditInfo/index.js +5 -5
  254. package/es/common/components/resources/stimulus/StimulusEditInfo/presenter.js +49 -38
  255. package/es/common/components/resources/stimulus/StimulusEditInfo/theme.js +1 -1
  256. package/es/common/components/resources/stimulus/StimulusShow/index.js +34 -22
  257. package/es/common/components/resources/stimulus/StimulusShowInfo/StimulusShowInfo.examples.js +1 -1
  258. package/es/common/components/resources/stimulus/StimulusShowInfo/index.js +22 -9
  259. package/es/common/components/shared/Card/CardContent/index.js +27 -13
  260. package/es/common/components/shared/Card/CardContent/theme.js +2 -2
  261. package/es/common/components/shared/Card/CardWrapper/index.js +27 -13
  262. package/es/common/components/shared/Card/index.js +4 -3
  263. package/es/common/components/shared/ExpandButton/index.js +24 -11
  264. package/es/common/components/shared/ExpandButton/styles.js +3 -1
  265. package/es/common/components/shared/FormattedDuration/index.js +30 -16
  266. package/es/common/components/shared/GenericAsyncSearch/GenericAsyncSearch.js +81 -68
  267. package/es/common/components/shared/IfFeature/index.js +3 -3
  268. package/es/common/components/shared/IfFeature/presenter.js +24 -11
  269. package/es/common/components/shared/InteractionTypes/index.js +3 -3
  270. package/es/common/components/shared/InteractionTypes/presenter.js +52 -39
  271. package/es/common/components/shared/InteractionTypes/theme.js +1 -1
  272. package/es/common/components/shared/PaginatedCollection/index.js +3 -3
  273. package/es/common/components/shared/PaginatedCollection/presenter.js +60 -49
  274. package/es/common/components/shared/PaginatedCollection/theme.js +1 -1
  275. package/es/common/components/shared/Paginator/index.js +27 -14
  276. package/es/common/components/shared/PrintTrigger/index.js +6 -6
  277. package/es/common/components/shared/PrintTrigger/presenter.js +61 -48
  278. package/es/common/components/shared/TagDisplay/index.js +24 -11
  279. package/es/common/components/shared/TagDisplay/styles.js +1 -1
  280. package/es/common/components/shared/TagSelect/index.js +1 -1
  281. package/es/common/components/shared/TagSelect/presenter.js +77 -63
  282. package/es/common/components/shared/TagSuggestSelect/index.js +4 -4
  283. package/es/common/components/shared/TagSuggestSelect/presenter.js +42 -29
  284. package/es/common/components/shared/TagWrapper/index.js +1 -1
  285. package/es/common/components/shared/TagWrapper/presenter.js +29 -16
  286. package/es/common/components/shared/TimeUnitsInput/index.js +72 -59
  287. package/es/common/components/shared/drag_and_drop/DragAndDropZone/index.js +29 -16
  288. package/es/common/components/shared/drag_and_drop/DragAndDropZone/styles.js +3 -1
  289. package/es/common/components/shared/drag_and_drop/DragAndDropZone/theme.js +5 -5
  290. package/es/common/components/shared/drag_and_drop/DragHandle/index.js +9 -9
  291. package/es/common/components/shared/drag_and_drop/DragHandle/presenter.js +55 -46
  292. package/es/common/components/shared/drag_and_drop/dragAndDropUtils.js +4 -4
  293. package/es/common/components/shared/errors/Errors.js +30 -17
  294. package/es/common/components/shared/errors/theme.js +1 -1
  295. package/es/common/components/shared/file_selector/FileSelector.js +28 -16
  296. package/es/common/components/shared/file_selector/theme.js +2 -2
  297. package/es/common/components/shared/functionality/componentWithOutsideClick.js +28 -11
  298. package/es/common/components/shared/functionality/componentWithOutsideClickEmotion.js +24 -13
  299. package/es/common/components/shared/functionality/disableDraggingOverride.js +2 -2
  300. package/es/common/components/shared/functionality/makeEditable.js +43 -24
  301. package/es/common/components/shared/functionality/makeScrollable.js +46 -33
  302. package/es/common/components/shared/overlay/index.js +25 -12
  303. package/es/common/components/shared/overlay/theme.js +1 -1
  304. package/es/common/components/shared/return_button/ReturnButton.js +26 -12
  305. package/es/common/components/shared/spinner/Spinner.js +31 -17
  306. package/es/common/kinesis/QuizEventsLogger.js +37 -40
  307. package/es/common/kinesis/StreamQueue.js +7 -4
  308. package/es/common/kinesis/client.js +3 -3
  309. package/es/common/kinesis/config.js +1 -1
  310. package/es/common/kinesis/eventTypes.js +1 -1
  311. package/es/common/middleware/alertTimerMiddleware.js +2 -2
  312. package/es/common/middleware/crossDomainMessagingMiddleware.js +1 -1
  313. package/es/common/middleware/eventLoggerMiddleware.js +8 -5
  314. package/es/common/middleware/persistedStorageMiddleware.js +5 -3
  315. package/es/common/middleware/quizTimerWebSocketMiddleware.js +7 -7
  316. package/es/common/react-redux.js +1 -1
  317. package/es/common/records/Alert.js +20 -5
  318. package/es/common/records/Bank.js +22 -8
  319. package/es/common/records/BankEntry.js +25 -12
  320. package/es/common/records/Item.js +29 -14
  321. package/es/common/records/ItemAnalysis.js +21 -8
  322. package/es/common/records/QtiImport.js +20 -7
  323. package/es/common/records/Quiz.js +34 -19
  324. package/es/common/records/QuizAnalysis.js +20 -7
  325. package/es/common/records/QuizEntry.js +130 -117
  326. package/es/common/records/QuizSession.js +38 -20
  327. package/es/common/records/QuizSessionEvent.js +21 -8
  328. package/es/common/records/QuizSessionResult.js +21 -8
  329. package/es/common/records/Response.js +21 -8
  330. package/es/common/records/SessionItem.js +27 -14
  331. package/es/common/records/SessionItemResult.js +21 -8
  332. package/es/common/records/Stimulus.js +30 -12
  333. package/es/common/records/baseRecord.js +29 -12
  334. package/es/common/records/index.js +16 -16
  335. package/es/common/records/reduxRecord.js +24 -9
  336. package/es/common/reducers/alerts.js +3 -3
  337. package/es/common/reducers/analyses.js +3 -3
  338. package/es/common/reducers/bankEntries.js +2 -2
  339. package/es/common/reducers/bankSearch.js +2 -2
  340. package/es/common/reducers/banks.js +2 -2
  341. package/es/common/reducers/calls.js +2 -2
  342. package/es/common/reducers/config.js +2 -2
  343. package/es/common/reducers/dragAndDrop.js +2 -2
  344. package/es/common/reducers/editing.js +3 -4
  345. package/es/common/reducers/errorsShowing.js +2 -2
  346. package/es/common/reducers/features.js +2 -2
  347. package/es/common/reducers/grading.js +2 -2
  348. package/es/common/reducers/interactionTypes.js +2 -2
  349. package/es/common/reducers/items.js +2 -2
  350. package/es/common/reducers/modal.js +2 -2
  351. package/es/common/reducers/moderation.js +2 -2
  352. package/es/common/reducers/modifications.js +9 -8
  353. package/es/common/reducers/outcomes.js +2 -2
  354. package/es/common/reducers/printing.js +2 -2
  355. package/es/common/reducers/qtiImports.js +2 -2
  356. package/es/common/reducers/quizEntries.js +5 -5
  357. package/es/common/reducers/quizExport.js +2 -2
  358. package/es/common/reducers/quizSessionEvents.js +5 -3
  359. package/es/common/reducers/quizSessionResults.js +2 -2
  360. package/es/common/reducers/quizSessions.js +2 -2
  361. package/es/common/reducers/quizzes.js +2 -2
  362. package/es/common/reducers/rce.js +2 -2
  363. package/es/common/reducers/regrading.js +2 -2
  364. package/es/common/reducers/reporting.js +2 -2
  365. package/es/common/reducers/scrolling.js +2 -2
  366. package/es/common/reducers/sessionItemResults.js +2 -2
  367. package/es/common/reducers/sessionItems.js +2 -2
  368. package/es/common/reducers/sharedBanks.js +2 -2
  369. package/es/common/reducers/sidebar.js +2 -2
  370. package/es/common/reducers/stimuli.js +2 -2
  371. package/es/common/reducers/tagAssociations.js +2 -2
  372. package/es/common/reducers/taking.js +2 -2
  373. package/es/common/reducers/ui.js +3 -3
  374. package/es/common/reducers/upload.js +4 -4
  375. package/es/common/selectors/calculator.js +5 -3
  376. package/es/common/selectors/interactionTypes.js +7 -7
  377. package/es/common/selectors/items.js +1 -1
  378. package/es/common/selectors/qtiImports.js +1 -1
  379. package/es/common/selectors/quizSessionResults.js +2 -2
  380. package/es/common/selectors/quizSessions.js +2 -2
  381. package/es/common/selectors/quizzes.js +9 -9
  382. package/es/common/selectors/reporting.js +2 -2
  383. package/es/common/selectors/sessionItemResults.js +4 -5
  384. package/es/common/selectors/sessionItems.js +4 -5
  385. package/es/common/selectors/taking.js +2 -2
  386. package/es/common/util/ExhaustivePaginatedFetcher.js +64 -49
  387. package/es/common/util/Fetcher.js +128 -141
  388. package/es/common/util/MultiWeakMap.js +1 -2
  389. package/es/common/util/PaginatedFetcher.js +37 -26
  390. package/es/common/util/ThunkQueue.js +50 -51
  391. package/es/common/util/TimeRecordingService.js +5 -5
  392. package/es/common/util/TimerService.js +7 -7
  393. package/es/common/util/clickHandlers.js +1 -1
  394. package/es/common/util/crossDomainMessaging.js +1 -1
  395. package/es/common/util/debounceLatestPromise.js +1 -1
  396. package/es/common/util/featureCheck.js +5 -3
  397. package/es/common/util/formatTimespan.js +2 -2
  398. package/es/common/util/generateDisplayPositions.js +1 -1
  399. package/es/common/util/getClientIpAddress.js +21 -23
  400. package/es/common/util/immutableHelpers.js +4 -3
  401. package/es/common/util/interactionTypePropsHelper.js +1 -1
  402. package/es/common/util/jsonify.js +4 -2
  403. package/es/common/util/persistedState.js +4 -4
  404. package/es/common/util/printUtils.js +1 -1
  405. package/es/common/util/rceChecker.js +9 -11
  406. package/es/common/util/renderAlerts.js +11 -10
  407. package/es/common/util/serializeEvent.js +2 -2
  408. package/es/common/util/sessionStore.js +1 -2
  409. package/es/common/util/warningHelpers.js +2 -2
  410. package/es/common/util/windowChecks.js +2 -2
  411. package/es/common/util/withCachedArguments.js +3 -1
  412. package/es/common/util/withDynamoPagination.js +67 -56
  413. package/es/common/util/withStateCache.js +3 -1
  414. package/es/configureStore.js +45 -43
  415. package/es/grading/api/quizEntryRegrades.js +4 -4
  416. package/es/grading/api/updateResults.js +6 -6
  417. package/es/index.js +148 -140
  418. package/es/messages/LocalStorageAdapter.js +15 -13
  419. package/es/messages/LocalStorageLimits.js +22 -20
  420. package/es/messages/StorageExhaustionError.js +23 -8
  421. package/es/messages/postMessageService.js +34 -31
  422. package/es/messages/subjectHandlers/lti.frameResize.js +2 -2
  423. package/es/messages/subjectHandlers/lti.get_data.js +1 -1
  424. package/es/messages/subjectHandlers/lti.put_data.js +2 -2
  425. package/es/messages/subjectHandlers/requestFullWindowLaunch.js +3 -3
  426. package/es/moderating/api/quizSessionEvents.js +3 -3
  427. package/es/moderating/api/quizSessions.js +3 -3
  428. package/es/moderating/components/events/Event.js +37 -26
  429. package/es/moderating/components/events/PageBlurredEvent.js +19 -7
  430. package/es/moderating/components/events/PageFocusedEvent.js +19 -7
  431. package/es/moderating/components/events/RCEEvent.js +22 -9
  432. package/es/moderating/components/events/ResponseEvent.js +35 -22
  433. package/es/moderating/components/events/SessionStartEvent.js +24 -11
  434. package/es/moderating/components/events/SessionSubmitEvent.js +24 -11
  435. package/es/moderating/components/events/theme.js +1 -1
  436. package/es/moderating/components/resources/AccommodationsModal/ExtraAttemptSettings/ExtraAttemptsInput/index.js +34 -21
  437. package/es/moderating/components/resources/AccommodationsModal/ExtraAttemptSettings/index.js +45 -32
  438. package/es/moderating/components/resources/AccommodationsModal/ExtraTimeMultiplier/index.js +47 -34
  439. package/es/moderating/components/resources/AccommodationsModal/ExtraTimeSettings/index.js +42 -28
  440. package/es/moderating/components/resources/AccommodationsModal/ReduceAnswerChoicesSettings/index.js +35 -21
  441. package/es/moderating/components/resources/AccommodationsModal/index.js +62 -49
  442. package/es/moderating/components/resources/ElapsedTime.js +26 -13
  443. package/es/moderating/components/resources/EventDetails.js +2 -3
  444. package/es/moderating/components/resources/ModerateTable/index.js +7 -7
  445. package/es/moderating/components/resources/ModerateTable/presenter.js +115 -102
  446. package/es/moderating/components/resources/ModerateTable/styles.js +3 -1
  447. package/es/moderating/components/resources/ModerateTable/theme.js +1 -1
  448. package/es/moderating/components/resources/ModerateTableRow/ModerateTableRow.examples.js +2 -2
  449. package/es/moderating/components/resources/ModerateTableRow/index.js +3 -3
  450. package/es/moderating/components/resources/ModerateTableRow/presenter.js +65 -51
  451. package/es/moderating/components/resources/ModerateTableRow/story.js +4 -1
  452. package/es/moderating/components/resources/ModerateTableRow/styles.js +1 -1
  453. package/es/moderating/components/resources/OutstandingQuizzesModal/index.js +4 -4
  454. package/es/moderating/components/resources/OutstandingQuizzesModal/presenter.js +58 -43
  455. package/es/moderating/components/resources/RetryGradePassbackButton/index.js +3 -3
  456. package/es/moderating/components/resources/RetryGradePassbackButton/presenter.js +40 -42
  457. package/es/moderating/components/resources/SessionBreachAlert.js +1 -2
  458. package/es/moderating/components/sidebar/ModerateTray/index.js +3 -3
  459. package/es/moderating/components/sidebar/ModerateTray/presenter.js +76 -63
  460. package/es/moderating/components/sidebar/ResetQuiz/index.js +7 -7
  461. package/es/moderating/components/sidebar/ResetQuiz/presenter.js +45 -34
  462. package/es/reduxStore.js +5 -5
  463. package/es/reporting/api/fetchStudentAnalyses.js +16 -18
  464. package/es/reporting/api/getAnalysesExport.js +20 -22
  465. package/es/reporting/api/getAnalysesStatus.js +18 -20
  466. package/es/reporting/api/getItemAnalyses.js +13 -15
  467. package/es/reporting/api/getQuizAnalysis.js +13 -15
  468. package/es/reporting/api/itemAnalyses.js +4 -4
  469. package/es/reporting/api/quizAnalyses.js +4 -4
  470. package/es/reporting/components/Caption/index.js +25 -12
  471. package/es/reporting/components/MetricsListItem/index.js +26 -12
  472. package/es/reporting/components/charts/CentileDistribution/presenter.js +43 -30
  473. package/es/reporting/components/charts/Distribution/presenter.js +49 -36
  474. package/es/reporting/components/charts/Distribution/theme.js +4 -4
  475. package/es/reporting/components/charts/Legend/index.js +29 -15
  476. package/es/reporting/components/charts/Legend/styles.js +3 -1
  477. package/es/reporting/components/charts/Legend/theme.js +3 -3
  478. package/es/reporting/components/charts/QuintileDistribution/presenter.js +46 -33
  479. package/es/reporting/components/charts/QuintileDistribution/theme.js +1 -1
  480. package/es/reporting/components/itemAnalysis/AnswerFrequencySummary/AnswerFrequencySummary.examples.js +1 -1
  481. package/es/reporting/components/itemAnalysis/AnswerFrequencySummary/index.js +32 -21
  482. package/es/reporting/components/itemAnalysis/AnswerFrequencySummary/styles.js +2 -8
  483. package/es/reporting/components/itemAnalysis/AnswerFrequencySummary/theme.js +8 -8
  484. package/es/reporting/components/itemAnalysis/ItemAnalysisRow/ItemAnalysisRow.examples.js +1 -1
  485. package/es/reporting/components/itemAnalysis/ItemAnalysisRow/index.js +3 -3
  486. package/es/reporting/components/itemAnalysis/ItemAnalysisRow/presenter.js +54 -42
  487. package/es/reporting/components/itemAnalysis/ItemAnalysisRow/theme.js +4 -4
  488. package/es/reporting/components/quizAnalysis/QuizAnalysisOverview.js +38 -27
  489. package/es/reporting/components/quizAnalysis/styles.js +3 -4
  490. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnalysisMetric/index.js +1 -1
  491. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnalysisMetric/presenter.js +25 -12
  492. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnalysisPopoverMetric/index.js +1 -1
  493. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnalysisPopoverMetric/presenter.js +26 -13
  494. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/AggregationType/index.js +1 -1
  495. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/AggregationType/presenter.js +34 -18
  496. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/ChoiceType/index.js +1 -1
  497. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/ChoiceType/presenter.js +35 -19
  498. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/ChoiceTypeTableRow/index.js +1 -1
  499. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/ChoiceTypeTableRow/presenter.js +51 -39
  500. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/ChoiceTypeTableRow/styles.js +3 -1
  501. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/ChoiceTypeTableRow/theme.js +1 -1
  502. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/index.js +1 -1
  503. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/presenter.js +33 -20
  504. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/CategorizationType.js +40 -23
  505. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/MatchingType.js +35 -19
  506. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/MatchingTypeTable/index.js +1 -1
  507. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/MatchingTypeTable/presenter.js +69 -57
  508. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/MatchingTypeTable/styles.js +3 -1
  509. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/OrderingType.js +43 -26
  510. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/index.js +3 -3
  511. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/utils/matchingTypeOrderer.js +8 -6
  512. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/NumericType/ChoiceTypeWithInfo/index.js +1 -1
  513. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/NumericType/ChoiceTypeWithInfo/presenter.js +41 -25
  514. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/NumericType/index.js +1 -1
  515. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/NumericType/presenter.js +91 -75
  516. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/RichFillBlankType/ChoiceGroupTypeTable/index.js +1 -1
  517. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/RichFillBlankType/ChoiceGroupTypeTable/presenter.js +66 -50
  518. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/RichFillBlankType/index.js +1 -1
  519. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/RichFillBlankType/presenter.js +44 -28
  520. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/ScoreDistributionType/Table/index.js +38 -25
  521. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/ScoreDistributionType/index.js +35 -19
  522. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/index.js +1 -1
  523. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/presenter.js +60 -44
  524. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AfsPartsContainer/index.js +1 -1
  525. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AfsPartsContainer/presenter.js +40 -26
  526. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AfsPartsContainer/styles.js +3 -1
  527. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AfsTableWrapper/index.js +1 -1
  528. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AfsTableWrapper/presenter.js +36 -20
  529. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AggregationTable/index.js +1 -1
  530. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AggregationTable/presenter.js +78 -66
  531. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AggregationTable/theme.js +5 -5
  532. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ChoiceTypeTable/index.js +1 -1
  533. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ChoiceTypeTable/presenter.js +94 -80
  534. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ChoiceTypeTable/styles.js +3 -1
  535. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ChoiceTypeTable/theme.js +2 -2
  536. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ExpandableCard/index.js +1 -1
  537. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ExpandableCard/presenter.js +51 -35
  538. package/es/reporting/components/resources/NewQuizAndItemAnalysis/ExportButton/index.js +1 -1
  539. package/es/reporting/components/resources/NewQuizAndItemAnalysis/MetricPopover/index.js +1 -1
  540. package/es/reporting/components/resources/NewQuizAndItemAnalysis/MetricPopover/presenter.js +51 -38
  541. package/es/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/BlankIcon/index.js +1 -1
  542. package/es/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/BlankIcon/presenter.js +24 -11
  543. package/es/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/BlankIcon/theme.js +1 -1
  544. package/es/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/index.js +3 -3
  545. package/es/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/presenter.js +95 -82
  546. package/es/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/styles.js +3 -1
  547. package/es/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/theme.js +1 -1
  548. package/es/reporting/components/resources/NewQuizAndItemAnalysis/NewQuizAnalysis/index.js +1 -1
  549. package/es/reporting/components/resources/NewQuizAndItemAnalysis/NewQuizAnalysis/presenter.js +58 -45
  550. package/es/reporting/components/resources/NewQuizAndItemAnalysis/ReportCard/index.js +2 -2
  551. package/es/reporting/components/resources/NewQuizAndItemAnalysis/ReportCard/presenter.js +87 -74
  552. package/es/reporting/components/resources/NewQuizAndItemAnalysis/ReportCard/styles.js +2 -1
  553. package/es/reporting/components/resources/NewQuizAndItemAnalysis/ReportCard/theme.js +1 -1
  554. package/es/reporting/components/resources/NewQuizAndItemAnalysis/charts/ScoreDistribution/index.js +1 -1
  555. package/es/reporting/components/resources/NewQuizAndItemAnalysis/charts/ScoreDistribution/presenter.js +34 -21
  556. package/es/reporting/components/resources/NewQuizAndItemAnalysis/charts/ScoreDistribution/theme.js +2 -2
  557. package/es/reporting/components/resources/NewQuizAndItemAnalysis/fetchReports.js +39 -41
  558. package/es/reporting/components/resources/NewQuizAndItemAnalysis/fetchReportsStatus.js +25 -27
  559. package/es/reporting/components/resources/NewQuizAndItemAnalysis/index.js +2 -2
  560. package/es/reporting/components/resources/NewQuizAndItemAnalysis/presenter.js +121 -108
  561. package/es/reporting/components/resources/NewQuizAndItemAnalysis/withAnalysisState.js +11 -11
  562. package/es/reporting/components/resources/NewQuizAndItemAnalysis/withAnalysisStatePresenter.js +69 -76
  563. package/es/reporting/components/resources/OutcomeAnalysis/index.js +3 -3
  564. package/es/reporting/components/resources/OutcomeAnalysis/presenter.js +25 -12
  565. package/es/reporting/components/resources/QuizAndItemAnalysis/QuizAndItemAnalysis.examples.js +3 -3
  566. package/es/reporting/components/resources/QuizAndItemAnalysis/index.js +7 -7
  567. package/es/reporting/components/resources/QuizAndItemAnalysis/presenter.js +53 -41
  568. package/es/reporting/components/resources/QuizAndItemAnalysis/theme.js +1 -1
  569. package/es/reporting/components/resources/ReportCard/index.js +26 -13
  570. package/es/reporting/components/resources/ReportList/index.js +25 -12
  571. package/es/reporting/components/resources/StudentAnalysis/ReportCard/index.js +2 -2
  572. package/es/reporting/components/resources/StudentAnalysis/ReportCard/presenter.js +83 -70
  573. package/es/reporting/components/resources/StudentAnalysis/ReportCard/styles.js +2 -1
  574. package/es/reporting/components/resources/StudentAnalysis/ReportCard/theme.js +1 -1
  575. package/es/reporting/components/resources/StudentAnalysis/fetchReport.js +34 -36
  576. package/es/reporting/components/resources/StudentAnalysis/fetchReportStatus.js +25 -27
  577. package/es/reporting/components/resources/StudentAnalysis/withStudentAnalysisReportState.js +10 -10
  578. package/es/reporting/components/resources/StudentAnalysis/withStudentAnalysisReportStatePresenter.js +79 -86
  579. package/es/reporting/components/resources/common/AnalysisUpdateDate/index.js +27 -14
  580. package/es/reporting/components/resources/common/errorCodes.js +2 -2
  581. package/es/reporting/components/resources/common/exportReports.js +38 -40
  582. package/es/reporting/components/resources/common/generateReports.js +62 -66
  583. package/es/reporting/components/resources/common/utils.js +1 -1
  584. package/es/taking/api/taking.js +36 -38
  585. package/es/taking/learnosity/index.js +36 -38
  586. package/lib/banks/api/bankEntries.js +43 -54
  587. package/lib/banks/api/banks.js +68 -78
  588. package/lib/banks/api/copyingBanksPoller.js +54 -58
  589. package/lib/banks/api/tagAssociations.js +37 -44
  590. package/lib/banks/components/AddBankEntryModal/index.js +12 -13
  591. package/lib/banks/components/AddBankEntryModal/presenter.js +66 -54
  592. package/lib/banks/components/AddToBankModal/index.js +12 -12
  593. package/lib/banks/components/AddToBankModal/presenter.js +109 -98
  594. package/lib/banks/components/AsyncSearch/index.js +150 -137
  595. package/lib/banks/components/Bank/index.js +18 -19
  596. package/lib/banks/components/Bank/presenter.js +201 -194
  597. package/lib/banks/components/Bank/styles.js +7 -7
  598. package/lib/banks/components/Bank/theme.js +3 -4
  599. package/lib/banks/components/BankEntriesList/index.js +6 -7
  600. package/lib/banks/components/BankEntriesList/presenter.js +48 -37
  601. package/lib/banks/components/BankEntriesList/styles.js +2 -3
  602. package/lib/banks/components/BankEntriesList/theme.js +2 -3
  603. package/lib/banks/components/BankEntry/index.js +21 -23
  604. package/lib/banks/components/BankEntry/presenter.js +311 -309
  605. package/lib/banks/components/BankEntry/styles.js +7 -6
  606. package/lib/banks/components/BankEntry/theme.js +7 -8
  607. package/lib/banks/components/BankEntryRow/BankEntryRow.examples.js +7 -8
  608. package/lib/banks/components/BankEntryRow/index.js +13 -13
  609. package/lib/banks/components/BankEntryRow/presenter.js +135 -124
  610. package/lib/banks/components/BankEntryRow/styles.js +2 -4
  611. package/lib/banks/components/BankEntryRow/theme.js +6 -7
  612. package/lib/banks/components/BankSearch/BankSearch.stories.js +12 -17
  613. package/lib/banks/components/BankSearch/index.js +6 -7
  614. package/lib/banks/components/BankSearch/presenter.js +74 -63
  615. package/lib/banks/components/BankSearch/styles.js +2 -3
  616. package/lib/banks/components/BankSearch/theme.js +2 -3
  617. package/lib/banks/components/Banks/index.js +12 -13
  618. package/lib/banks/components/Banks/presenter.js +230 -218
  619. package/lib/banks/components/Banks/styles.js +2 -3
  620. package/lib/banks/components/Banks/theme.js +4 -5
  621. package/lib/banks/components/BanksList/index.js +11 -12
  622. package/lib/banks/components/BanksList/presenter.js +219 -215
  623. package/lib/banks/components/BanksList/styles.js +2 -3
  624. package/lib/banks/components/BanksList/theme.js +6 -7
  625. package/lib/banks/components/CopyMoveBankEntryModal/index.js +12 -12
  626. package/lib/banks/components/CopyMoveBankEntryModal/presenter.js +129 -119
  627. package/lib/banks/components/CreateBankModal/index.js +15 -15
  628. package/lib/banks/components/CreateBankModal/presenter.js +96 -84
  629. package/lib/banks/components/EditBankModal/index.js +11 -11
  630. package/lib/banks/components/EditBankModal/presenter.js +78 -66
  631. package/lib/banks/components/HeaderBreadCrumb/index.js +52 -40
  632. package/lib/banks/components/HeaderMenu/index.js +9 -9
  633. package/lib/banks/components/HeaderMenu/presenter.js +44 -34
  634. package/lib/banks/components/HeaderMenu/styles.js +2 -3
  635. package/lib/banks/components/HeaderMenu/theme.js +2 -3
  636. package/lib/banks/components/NavWrapper/NavWrapper.examples.js +5 -6
  637. package/lib/banks/components/NavWrapper/externalStyles.js +2 -3
  638. package/lib/banks/components/NavWrapper/index.js +4 -5
  639. package/lib/banks/components/NavWrapper/presenter.js +63 -51
  640. package/lib/banks/components/NavWrapper/styles.js +7 -6
  641. package/lib/banks/components/NavWrapper/theme.js +5 -6
  642. package/lib/banks/components/SharingModal/ContextualIconButton/index.js +38 -24
  643. package/lib/banks/components/SharingModal/RootAccountSharing.js +56 -45
  644. package/lib/banks/components/SharingModal/ShareList/ShareList.examples.js +3 -4
  645. package/lib/banks/components/SharingModal/ShareList/index.js +65 -55
  646. package/lib/banks/components/SharingModal/ShareList/styles.js +2 -3
  647. package/lib/banks/components/SharingModal/index.js +7 -8
  648. package/lib/banks/components/SharingModal/presenter.js +242 -232
  649. package/lib/banks/components/SharingModal/styles.js +2 -3
  650. package/lib/banks/components/SharingModal/theme.js +3 -4
  651. package/lib/building/api/items.js +78 -82
  652. package/lib/building/api/qtiImports.js +19 -23
  653. package/lib/building/api/quizEntries.js +75 -76
  654. package/lib/building/api/quizzes.js +28 -28
  655. package/lib/building/api/stimuli.js +8 -8
  656. package/lib/building/components/QTIImportModal/index.js +11 -15
  657. package/lib/building/components/layout/Sidebar/Sidebar.examples.js +48 -35
  658. package/lib/building/components/layout/Sidebar/SidebarItem/index.js +18 -22
  659. package/lib/building/components/layout/Sidebar/SidebarItem/presenter.js +54 -43
  660. package/lib/building/components/layout/Sidebar/SidebarItem/styles.js +2 -3
  661. package/lib/building/components/layout/Sidebar/SidebarItem/theme.js +2 -3
  662. package/lib/building/components/layout/Sidebar/Stimulus/index.js +16 -20
  663. package/lib/building/components/layout/Sidebar/Stimulus/presenter.js +54 -43
  664. package/lib/building/components/layout/Sidebar/Stimulus/styles.js +2 -3
  665. package/lib/building/components/layout/Sidebar/Stimulus/theme.js +2 -3
  666. package/lib/building/components/layout/Sidebar/index.js +17 -21
  667. package/lib/building/components/layout/Sidebar/presenter.js +79 -68
  668. package/lib/building/components/layout/Sidebar/styles.js +8 -7
  669. package/lib/building/components/layout/Sidebar/theme.js +2 -3
  670. package/lib/building/components/layout/header/BuildingButtons/index.js +16 -17
  671. package/lib/building/components/layout/header/BuildingButtons/presenter.js +91 -81
  672. package/lib/building/components/layout/header/BuildingButtons/styles.js +6 -5
  673. package/lib/building/components/layout/header/BuildingButtons/theme.js +4 -5
  674. package/lib/building/components/layout/header/SDKBuildingButtons/index.js +9 -11
  675. package/lib/building/components/resources/ActionButtons/index.js +7 -9
  676. package/lib/building/components/resources/ActionButtons/presenter.js +70 -59
  677. package/lib/building/components/resources/ActionButtons/styles.js +6 -6
  678. package/lib/building/components/resources/ActionButtons/theme.js +3 -4
  679. package/lib/building/components/resources/AddToBankOptions/index.js +71 -62
  680. package/lib/building/components/resources/AddToBankOptions/styles.js +2 -3
  681. package/lib/building/components/resources/AddToBankOptions/theme.js +4 -5
  682. package/lib/building/components/resources/BanksTray/index.js +6 -8
  683. package/lib/building/components/resources/BanksTray/presenter.js +103 -93
  684. package/lib/building/components/resources/DeleteStimulusModal/index.js +8 -10
  685. package/lib/building/components/resources/DeleteStimulusModal/presenter.js +132 -98
  686. package/lib/building/components/resources/DeleteStimulusModal/styles.js +2 -3
  687. package/lib/building/components/resources/DeleteStimulusModal/theme.js +2 -3
  688. package/lib/building/components/resources/ItemFeedbackModal/index.js +13 -15
  689. package/lib/building/components/resources/ItemFeedbackModal/presenter.js +62 -52
  690. package/lib/building/components/resources/ItemFeedbackModal/styles.js +2 -3
  691. package/lib/building/components/resources/ItemFeedbackModal/theme.js +2 -3
  692. package/lib/building/components/resources/MoveImmutableModal/index.js +10 -12
  693. package/lib/building/components/resources/MoveImmutableModal/presenter.js +66 -54
  694. package/lib/building/components/resources/quiz/editButton/EditButton.js +42 -29
  695. package/lib/building/components/resources/quiz/instructions/Edit/index.js +4 -5
  696. package/lib/building/components/resources/quiz/instructions/Edit/presenter.js +44 -29
  697. package/lib/building/components/resources/quiz/instructions/Edit/styles.js +2 -3
  698. package/lib/building/components/resources/quiz/instructions/Edit/theme.js +1 -1
  699. package/lib/building/components/resources/quiz/instructions/Instructions/Instructions.examples.js +5 -6
  700. package/lib/building/components/resources/quiz/instructions/Instructions/index.js +10 -12
  701. package/lib/building/components/resources/quiz/instructions/Instructions/presenter.js +84 -69
  702. package/lib/building/components/resources/quiz/instructions/Instructions/styles.js +3 -4
  703. package/lib/building/components/resources/quiz/instructions/Instructions/theme.js +2 -2
  704. package/lib/building/components/resources/quiz/instructions/Show/index.js +42 -31
  705. package/lib/building/components/resources/quiz/instructions/Show/styles.js +2 -3
  706. package/lib/building/components/resources/quiz/instructions/Show/theme.js +1 -1
  707. package/lib/building/components/resources/quiz/title/Edit/index.js +73 -61
  708. package/lib/building/components/resources/quiz/title/Edit/styles.js +6 -5
  709. package/lib/building/components/resources/quiz/title/Edit/theme.js +3 -4
  710. package/lib/building/components/resources/quiz/title/Show/index.js +41 -30
  711. package/lib/building/components/resources/quiz/title/Show/styles.js +2 -3
  712. package/lib/building/components/resources/quiz/title/Show/theme.js +2 -3
  713. package/lib/building/components/resources/quiz/title/Title/Title.examples.js +5 -6
  714. package/lib/building/components/resources/quiz/title/Title/index.js +11 -13
  715. package/lib/building/components/resources/quiz/title/Title/presenter.js +90 -75
  716. package/lib/building/components/resources/quiz/title/Title/styles.js +5 -5
  717. package/lib/building/components/resources/quiz/title/Title/theme.js +4 -4
  718. package/lib/building/components/resources/quizEntry/QuizEntry/index.js +18 -21
  719. package/lib/building/components/resources/quizEntry/QuizEntry/presenter.js +154 -142
  720. package/lib/building/components/resources/quizEntry/QuizEntry/quizEntryPresenterWrapper.js +24 -13
  721. package/lib/building/components/resources/quizEntry/QuizEntry/styles.js +4 -5
  722. package/lib/building/components/resources/quizEntry/QuizEntry/theme.js +3 -4
  723. package/lib/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankEdit/index.js +7 -8
  724. package/lib/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankEdit/presenter.js +113 -104
  725. package/lib/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankEdit/styles.js +2 -3
  726. package/lib/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankEdit/theme.js +5 -6
  727. package/lib/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankShow/index.js +37 -27
  728. package/lib/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankShow/styles.js +2 -3
  729. package/lib/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankShow/theme.js +4 -5
  730. package/lib/building/components/resources/quizEntry/QuizEntryEdit/Footer/index.js +5 -6
  731. package/lib/building/components/resources/quizEntry/QuizEntryEdit/Footer/presenter.js +90 -79
  732. package/lib/building/components/resources/quizEntry/QuizEntryEdit/Footer/styles.js +6 -5
  733. package/lib/building/components/resources/quizEntry/QuizEntryEdit/Footer/theme.js +2 -3
  734. package/lib/building/components/resources/quizEntry/QuizEntryEdit/Header/index.js +215 -188
  735. package/lib/building/components/resources/quizEntry/QuizEntryEdit/Header/styles.js +2 -3
  736. package/lib/building/components/resources/quizEntry/QuizEntryEdit/Header/theme.js +4 -5
  737. package/lib/building/components/resources/quizEntry/QuizEntryEdit/index.js +15 -15
  738. package/lib/building/components/resources/quizEntry/QuizEntryEdit/presenter.js +260 -253
  739. package/lib/building/components/resources/quizEntry/QuizEntryEdit/styles.js +2 -3
  740. package/lib/building/components/resources/quizEntry/QuizEntryEdit/theme.js +2 -3
  741. package/lib/building/components/resources/quizEntry/QuizEntryShow/index.js +11 -13
  742. package/lib/building/components/resources/quizEntry/QuizEntryShow/presenter.js +122 -113
  743. package/lib/building/components/resources/quizEntry/QuizEntryShow/styles.js +6 -6
  744. package/lib/building/components/resources/quizEntry/QuizEntryShow/theme.js +7 -8
  745. package/lib/common/actions/alerts.js +3 -3
  746. package/lib/common/actions/analyses.js +7 -7
  747. package/lib/common/actions/bankEntries.js +3 -5
  748. package/lib/common/actions/bankSearch.js +6 -10
  749. package/lib/common/actions/banks.js +8 -14
  750. package/lib/common/actions/config.js +1 -1
  751. package/lib/common/actions/editing.js +2 -2
  752. package/lib/common/actions/errorsShowing.js +1 -1
  753. package/lib/common/actions/grading.js +2 -2
  754. package/lib/common/actions/modal.js +5 -5
  755. package/lib/common/actions/modifications.js +36 -36
  756. package/lib/common/actions/printing.js +1 -1
  757. package/lib/common/actions/quizExport.js +2 -3
  758. package/lib/common/actions/quizSessionEvents.js +2 -3
  759. package/lib/common/actions/quizSessionResults.js +2 -3
  760. package/lib/common/actions/quizSessions.js +17 -22
  761. package/lib/common/actions/quizzes.js +8 -14
  762. package/lib/common/actions/rce.js +5 -8
  763. package/lib/common/actions/regrading.js +1 -1
  764. package/lib/common/actions/reporting.js +1 -1
  765. package/lib/common/actions/scrolling.js +2 -2
  766. package/lib/common/actions/sessionItemResults.js +2 -3
  767. package/lib/common/actions/sessionItems.js +2 -3
  768. package/lib/common/actions/sharedBanks.js +5 -8
  769. package/lib/common/actions/sidebar.js +1 -1
  770. package/lib/common/actions/tagAssociations.js +9 -17
  771. package/lib/common/actions/taking.js +22 -40
  772. package/lib/common/actions/ui.js +11 -20
  773. package/lib/common/actions/upload.js +6 -11
  774. package/lib/common/api/callHandlers.js +35 -56
  775. package/lib/common/api/camelizeHelpers.js +5 -7
  776. package/lib/common/api/features.js +6 -7
  777. package/lib/common/api/fileUpload.js +6 -7
  778. package/lib/common/api/getPersistenceActions.js +22 -23
  779. package/lib/common/api/helpers.js +81 -88
  780. package/lib/common/api/interactionTypes.js +5 -6
  781. package/lib/common/api/quizSessions.js +53 -62
  782. package/lib/common/api/quizzes.js +9 -9
  783. package/lib/common/api/schema.js +20 -37
  784. package/lib/common/components/AccessCodeTextInput/AccessCodeTextInput.stories.js +8 -11
  785. package/lib/common/components/AccessCodeTextInput/index.js +37 -25
  786. package/lib/common/components/ApiFeatureFlagInitializer/index.js +12 -14
  787. package/lib/common/components/ConfirmationModal/index.js +9 -8
  788. package/lib/common/components/ConfirmationModal/presenter.js +80 -68
  789. package/lib/common/components/ImportModal/ImportFileSelector/index.js +45 -36
  790. package/lib/common/components/ImportModal/ImportFileSelector/styles.js +2 -3
  791. package/lib/common/components/ImportModal/ImportFileSelector/theme.js +6 -7
  792. package/lib/common/components/ImportModal/index.js +13 -15
  793. package/lib/common/components/ImportModal/presenter.js +121 -109
  794. package/lib/common/components/ImportModal/styles.js +2 -3
  795. package/lib/common/components/ImportModal/theme.js +2 -3
  796. package/lib/common/components/LearnosityCalculator/index.js +87 -77
  797. package/lib/common/components/MaskedTextInput/MaskedTextInput.stories.js +8 -11
  798. package/lib/common/components/MaskedTextInput/index.js +38 -25
  799. package/lib/common/components/Pin/Pin.examples.js +3 -4
  800. package/lib/common/components/Pin/index.js +4 -6
  801. package/lib/common/components/Pin/presenter.js +39 -27
  802. package/lib/common/components/PreviewFrame/examples.config.js +4 -6
  803. package/lib/common/components/PreviewFrame/index.js +37 -26
  804. package/lib/common/components/PrintFontSizeModal/index.js +3 -4
  805. package/lib/common/components/PrintFontSizeModal/presenter.js +65 -52
  806. package/lib/common/components/PrintFontSizeModal/styles.js +2 -3
  807. package/lib/common/components/PrintFontSizeModal/theme.js +3 -4
  808. package/lib/common/components/RceConfigProvider/index.js +9 -10
  809. package/lib/common/components/RceConfigProvider/presenter.js +110 -113
  810. package/lib/common/components/RceConfigProvider/rceConfigErrorHandler.js +10 -12
  811. package/lib/common/components/RceConfigProvider/rceConfigErrorMessages.js +12 -17
  812. package/lib/common/components/RceConfigProvider/rceConfigFetcher.js +27 -30
  813. package/lib/common/components/RceConfigProvider/rceConfigMapper.js +7 -10
  814. package/lib/common/components/RceConfigProvider/rceConfigUtils.js +6 -8
  815. package/lib/common/components/SDKApp/index.js +80 -71
  816. package/lib/common/components/SDKApp/styles.js +2 -3
  817. package/lib/common/components/SDKHeaderCalculator.js +12 -14
  818. package/lib/common/components/SDKMenuButton.js +9 -11
  819. package/lib/common/components/SDKNavBar.js +10 -12
  820. package/lib/common/components/SDKTimer.js +12 -14
  821. package/lib/common/components/alerts/index.js +8 -9
  822. package/lib/common/components/alerts/presenter.js +42 -31
  823. package/lib/common/components/alerts/styles.js +3 -4
  824. package/lib/common/components/alerts/theme.js +2 -3
  825. package/lib/common/components/layout/Page/index.js +39 -28
  826. package/lib/common/components/layout/Page/styles.js +6 -6
  827. package/lib/common/components/layout/Page/theme.js +2 -3
  828. package/lib/common/components/layout/header/Calculator/index.js +10 -12
  829. package/lib/common/components/layout/header/Calculator/presenter.js +47 -36
  830. package/lib/common/components/layout/header/HeaderMenuButton/index.js +10 -12
  831. package/lib/common/components/layout/header/HeaderMenuButton/presenter.js +41 -32
  832. package/lib/common/components/layout/header/HeaderMenuButton/styles.js +3 -4
  833. package/lib/common/components/layout/header/HeaderMenuButton/theme.js +3 -4
  834. package/lib/common/components/layout/header/Timer/index.js +8 -9
  835. package/lib/common/components/layout/header/Timer/presenter.js +79 -69
  836. package/lib/common/components/layout/header/Timer/styles.js +2 -3
  837. package/lib/common/components/layout/header/Timer/theme.js +5 -6
  838. package/lib/common/components/layout/navbar/SecondaryNavBarButton/index.js +30 -19
  839. package/lib/common/components/layout/navbar/externalStyles.js +2 -3
  840. package/lib/common/components/layout/navbar/index.js +79 -68
  841. package/lib/common/components/layout/navbar/styles.js +7 -6
  842. package/lib/common/components/layout/navbar/theme.js +3 -4
  843. package/lib/common/components/layout/sidebar/PositionSummary/index.js +37 -25
  844. package/lib/common/components/layout/sidebar/PositionSummary/styles.js +2 -3
  845. package/lib/common/components/layout/sidebar/PositionSummary/theme.js +4 -5
  846. package/lib/common/components/layout/sidebar/Sidebar/Pin.js +38 -26
  847. package/lib/common/components/layout/sidebar/Sidebar/Sidebar.examples.js +8 -11
  848. package/lib/common/components/layout/sidebar/Sidebar/externalStyles.js +2 -3
  849. package/lib/common/components/layout/sidebar/Sidebar/index.js +107 -97
  850. package/lib/common/components/layout/sidebar/Sidebar/styles.js +17 -18
  851. package/lib/common/components/layout/sidebar/Sidebar/theme.js +12 -13
  852. package/lib/common/components/layout/sidebar/SidebarItem/index.js +11 -15
  853. package/lib/common/components/layout/sidebar/SidebarItem/presenter.js +61 -46
  854. package/lib/common/components/layout/sidebar/SidebarItem/styles.js +7 -6
  855. package/lib/common/components/layout/sidebar/SidebarItem/theme.js +7 -8
  856. package/lib/common/components/layout/sidebar/Stimulus/Collection/index.js +6 -7
  857. package/lib/common/components/layout/sidebar/Stimulus/Collection/presenter.js +60 -47
  858. package/lib/common/components/layout/sidebar/Stimulus/Collection/styles.js +11 -10
  859. package/lib/common/components/layout/sidebar/Stimulus/Collection/theme.js +3 -4
  860. package/lib/common/components/layout/sidebar/Stimulus/Summary/index.js +6 -7
  861. package/lib/common/components/layout/sidebar/Stimulus/Summary/presenter.js +54 -41
  862. package/lib/common/components/layout/sidebar/Stimulus/Summary/styles.js +2 -3
  863. package/lib/common/components/layout/sidebar/Stimulus/Summary/theme.js +4 -5
  864. package/lib/common/components/layout/sidebar/Stimulus/Title/index.js +33 -20
  865. package/lib/common/components/layout/sidebar/Stimulus/Title/styles.js +2 -3
  866. package/lib/common/components/layout/sidebar/Stimulus/index.js +8 -12
  867. package/lib/common/components/layout/sidebar/Stimulus/presenter.js +59 -50
  868. package/lib/common/components/layout/sidebar/Stimulus/styles.js +2 -3
  869. package/lib/common/components/layout/sidebar/Stimulus/theme.js +6 -7
  870. package/lib/common/components/resources/BankSelection/BankSelection.examples.js +3 -4
  871. package/lib/common/components/resources/BankSelection/index.js +9 -10
  872. package/lib/common/components/resources/BankSelection/presenter.js +50 -38
  873. package/lib/common/components/resources/WarningWrapper/index.js +48 -37
  874. package/lib/common/components/resources/WarningWrapper/styles.js +2 -3
  875. package/lib/common/components/resources/WarningWrapper/theme.js +3 -4
  876. package/lib/common/components/resources/entry/EntrySave/index.js +8 -9
  877. package/lib/common/components/resources/entry/EntrySave/presenter.js +133 -125
  878. package/lib/common/components/resources/item/ItemEdit/index.js +19 -19
  879. package/lib/common/components/resources/item/ItemEdit/presenter.js +98 -86
  880. package/lib/common/components/resources/item/ItemOverride/index.js +13 -13
  881. package/lib/common/components/resources/item/ItemOverride/presenter.js +59 -46
  882. package/lib/common/components/resources/item/ItemShow/index.js +37 -24
  883. package/lib/common/components/resources/positionBox/PositionBox.js +33 -22
  884. package/lib/common/components/resources/positionBox/styles.js +3 -4
  885. package/lib/common/components/resources/positionBox/theme.js +4 -5
  886. package/lib/common/components/resources/quiz/AddContent/Body/index.js +9 -10
  887. package/lib/common/components/resources/quiz/AddContent/Body/presenter.js +89 -79
  888. package/lib/common/components/resources/quiz/AddContent/Body/styles.js +6 -8
  889. package/lib/common/components/resources/quiz/AddContent/Body/theme.js +3 -4
  890. package/lib/common/components/resources/quiz/AddContent/Button/index.js +43 -32
  891. package/lib/common/components/resources/quiz/AddContent/Button/styles.js +7 -7
  892. package/lib/common/components/resources/quiz/AddContent/Button/theme.js +6 -7
  893. package/lib/common/components/resources/quiz/AddContent/Modal/index.js +6 -8
  894. package/lib/common/components/resources/quiz/AddContent/Modal/presenter.js +47 -35
  895. package/lib/common/components/resources/quiz/AddContent/Popover/index.js +8 -10
  896. package/lib/common/components/resources/quiz/AddContent/Popover/presenter.js +86 -75
  897. package/lib/common/components/resources/quiz/AddContent/Popover/styles.js +2 -3
  898. package/lib/common/components/resources/quiz/AddContent/Popover/theme.js +3 -4
  899. package/lib/common/components/resources/quiz/info/QuizInfo.js +35 -23
  900. package/lib/common/components/resources/quiz/instructions/Instructions.js +31 -20
  901. package/lib/common/components/resources/quiz/instructions/styles.js +2 -3
  902. package/lib/common/components/resources/quiz/instructions/theme.js +2 -3
  903. package/lib/common/components/resources/quiz/title/Title.js +31 -20
  904. package/lib/common/components/resources/quiz/title/styles.js +2 -3
  905. package/lib/common/components/resources/quiz/title/theme.js +2 -3
  906. package/lib/common/components/resources/quizSessionResult/Header/index.js +42 -31
  907. package/lib/common/components/resources/quizSessionResult/Header/styles.js +2 -3
  908. package/lib/common/components/resources/quizSessionResult/Header/theme.js +2 -3
  909. package/lib/common/components/resources/quizSessionResult/Info/Info.examples.js +10 -11
  910. package/lib/common/components/resources/quizSessionResult/Info/index.js +147 -134
  911. package/lib/common/components/resources/quizSessionResult/Info/styles.js +2 -3
  912. package/lib/common/components/resources/quizSessionResult/Info/theme.js +2 -3
  913. package/lib/common/components/resources/sessionItemResult/ResultStimulus/index.js +39 -28
  914. package/lib/common/components/resources/sessionItemResult/ResultStimulus/styles.js +15 -17
  915. package/lib/common/components/resources/sessionItemResult/ResultStimulus/theme.js +6 -7
  916. package/lib/common/components/resources/sessionItemResult/SessionItemResult/index.js +7 -9
  917. package/lib/common/components/resources/sessionItemResult/SessionItemResult/presenter.js +112 -101
  918. package/lib/common/components/resources/sessionItemResult/SessionItemResult/styles.js +6 -5
  919. package/lib/common/components/resources/sessionItemResult/SessionItemResult/theme.js +6 -7
  920. package/lib/common/components/resources/sessionItemResult/SessionItemResultsList/index.js +50 -39
  921. package/lib/common/components/resources/sessionItemResult/SessionItemResultsList/styles.js +2 -3
  922. package/lib/common/components/resources/sessionItemResult/SessionItemResultsList/theme.js +3 -4
  923. package/lib/common/components/resources/stimulus/Stimulus/index.js +7 -8
  924. package/lib/common/components/resources/stimulus/Stimulus/presenter.js +90 -79
  925. package/lib/common/components/resources/stimulus/Stimulus/styles.js +9 -9
  926. package/lib/common/components/resources/stimulus/Stimulus/theme.js +3 -4
  927. package/lib/common/components/resources/stimulus/StimulusEdit/index.js +14 -14
  928. package/lib/common/components/resources/stimulus/StimulusEdit/presenter.js +257 -250
  929. package/lib/common/components/resources/stimulus/StimulusEdit/styles.js +2 -3
  930. package/lib/common/components/resources/stimulus/StimulusEdit/theme.js +3 -4
  931. package/lib/common/components/resources/stimulus/StimulusEditInfo/index.js +9 -9
  932. package/lib/common/components/resources/stimulus/StimulusEditInfo/presenter.js +74 -65
  933. package/lib/common/components/resources/stimulus/StimulusEditInfo/styles.js +2 -3
  934. package/lib/common/components/resources/stimulus/StimulusEditInfo/theme.js +3 -4
  935. package/lib/common/components/resources/stimulus/StimulusShow/index.js +55 -45
  936. package/lib/common/components/resources/stimulus/StimulusShow/styles.js +2 -3
  937. package/lib/common/components/resources/stimulus/StimulusShow/theme.js +2 -3
  938. package/lib/common/components/resources/stimulus/StimulusShowInfo/StimulusShowInfo.examples.js +5 -6
  939. package/lib/common/components/resources/stimulus/StimulusShowInfo/index.js +38 -25
  940. package/lib/common/components/shared/Card/CardContent/index.js +36 -24
  941. package/lib/common/components/shared/Card/CardContent/styles.js +3 -4
  942. package/lib/common/components/shared/Card/CardContent/theme.js +4 -5
  943. package/lib/common/components/shared/Card/CardWrapper/index.js +35 -23
  944. package/lib/common/components/shared/Card/CardWrapper/styles.js +3 -4
  945. package/lib/common/components/shared/Card/CardWrapper/theme.js +2 -3
  946. package/lib/common/components/shared/Card/index.js +12 -12
  947. package/lib/common/components/shared/ExpandButton/index.js +33 -22
  948. package/lib/common/components/shared/ExpandButton/styles.js +6 -5
  949. package/lib/common/components/shared/ExpandButton/theme.js +2 -3
  950. package/lib/common/components/shared/FormattedDuration/FormattedDuration.examples.js +7 -8
  951. package/lib/common/components/shared/FormattedDuration/index.js +48 -37
  952. package/lib/common/components/shared/GenericAsyncSearch/GenericAsyncSearch.js +103 -91
  953. package/lib/common/components/shared/IfFeature/index.js +6 -8
  954. package/lib/common/components/shared/IfFeature/presenter.js +30 -19
  955. package/lib/common/components/shared/InteractionTypes/index.js +5 -6
  956. package/lib/common/components/shared/InteractionTypes/presenter.js +68 -57
  957. package/lib/common/components/shared/InteractionTypes/styles.js +2 -3
  958. package/lib/common/components/shared/InteractionTypes/theme.js +3 -4
  959. package/lib/common/components/shared/PaginatedCollection/index.js +6 -7
  960. package/lib/common/components/shared/PaginatedCollection/presenter.js +77 -69
  961. package/lib/common/components/shared/PaginatedCollection/styles.js +2 -3
  962. package/lib/common/components/shared/PaginatedCollection/theme.js +3 -4
  963. package/lib/common/components/shared/Paginator/index.js +38 -27
  964. package/lib/common/components/shared/Paginator/styles.js +2 -3
  965. package/lib/common/components/shared/Paginator/theme.js +2 -3
  966. package/lib/common/components/shared/PrintTrigger/index.js +11 -12
  967. package/lib/common/components/shared/PrintTrigger/presenter.js +86 -74
  968. package/lib/common/components/shared/TagDisplay/index.js +34 -23
  969. package/lib/common/components/shared/TagDisplay/styles.js +3 -4
  970. package/lib/common/components/shared/TagSelect/index.js +3 -4
  971. package/lib/common/components/shared/TagSelect/presenter.js +101 -88
  972. package/lib/common/components/shared/TagSuggestSelect/index.js +6 -7
  973. package/lib/common/components/shared/TagSuggestSelect/presenter.js +66 -54
  974. package/lib/common/components/shared/TagWrapper/index.js +3 -4
  975. package/lib/common/components/shared/TagWrapper/presenter.js +43 -31
  976. package/lib/common/components/shared/TimeUnitsInput/TimeUnitsInput.examples.js +3 -4
  977. package/lib/common/components/shared/TimeUnitsInput/index.js +110 -98
  978. package/lib/common/components/shared/drag_and_drop/DragAndDropZone/index.js +43 -32
  979. package/lib/common/components/shared/drag_and_drop/DragAndDropZone/styles.js +7 -6
  980. package/lib/common/components/shared/drag_and_drop/DragAndDropZone/theme.js +7 -8
  981. package/lib/common/components/shared/drag_and_drop/DragHandle/index.js +12 -14
  982. package/lib/common/components/shared/drag_and_drop/DragHandle/presenter.js +86 -78
  983. package/lib/common/components/shared/drag_and_drop/dragAndDropUtils.js +22 -24
  984. package/lib/common/components/shared/errors/Errors.js +36 -25
  985. package/lib/common/components/shared/errors/styles.js +2 -3
  986. package/lib/common/components/shared/errors/theme.js +3 -4
  987. package/lib/common/components/shared/file_selector/FileSelector.js +38 -28
  988. package/lib/common/components/shared/file_selector/styles.js +2 -3
  989. package/lib/common/components/shared/file_selector/theme.js +4 -5
  990. package/lib/common/components/shared/functionality/componentWithOutsideClick.js +33 -23
  991. package/lib/common/components/shared/functionality/componentWithOutsideClickEmotion.js +32 -22
  992. package/lib/common/components/shared/functionality/disableDraggingOverride.js +5 -6
  993. package/lib/common/components/shared/functionality/makeEditable.js +52 -40
  994. package/lib/common/components/shared/functionality/makeScrollable.js +56 -45
  995. package/lib/common/components/shared/overlay/index.js +39 -26
  996. package/lib/common/components/shared/overlay/styles.js +3 -4
  997. package/lib/common/components/shared/overlay/theme.js +3 -4
  998. package/lib/common/components/shared/return_button/ReturnButton.js +39 -26
  999. package/lib/common/components/shared/spinner/Spinner.js +43 -31
  1000. package/lib/common/components/shared/spinner/styles.js +2 -3
  1001. package/lib/common/kinesis/QuizEventsLogger.js +43 -49
  1002. package/lib/common/kinesis/StreamQueue.js +13 -11
  1003. package/lib/common/kinesis/client.js +9 -13
  1004. package/lib/common/kinesis/config.js +7 -11
  1005. package/lib/common/kinesis/eventTypes.js +9 -16
  1006. package/lib/common/middleware/alertTimerMiddleware.js +4 -5
  1007. package/lib/common/middleware/crossDomainMessagingMiddleware.js +3 -4
  1008. package/lib/common/middleware/eventLoggerMiddleware.js +7 -8
  1009. package/lib/common/middleware/persistedStorageMiddleware.js +5 -6
  1010. package/lib/common/middleware/quizTimerWebSocketMiddleware.js +15 -21
  1011. package/lib/common/react-redux.js +3 -4
  1012. package/lib/common/records/Alert.js +24 -11
  1013. package/lib/common/records/Bank.js +28 -16
  1014. package/lib/common/records/BankEntry.js +32 -21
  1015. package/lib/common/records/Item.js +37 -24
  1016. package/lib/common/records/ItemAnalysis.js +26 -15
  1017. package/lib/common/records/QtiImport.js +25 -14
  1018. package/lib/common/records/Quiz.js +46 -33
  1019. package/lib/common/records/QuizAnalysis.js +28 -17
  1020. package/lib/common/records/QuizEntry.js +147 -135
  1021. package/lib/common/records/QuizSession.js +44 -28
  1022. package/lib/common/records/QuizSessionEvent.js +26 -15
  1023. package/lib/common/records/QuizSessionResult.js +26 -15
  1024. package/lib/common/records/Response.js +26 -15
  1025. package/lib/common/records/SessionItem.js +36 -25
  1026. package/lib/common/records/SessionItemResult.js +26 -15
  1027. package/lib/common/records/Stimulus.js +37 -21
  1028. package/lib/common/records/baseRecord.js +34 -18
  1029. package/lib/common/records/index.js +34 -34
  1030. package/lib/common/records/reduxRecord.js +28 -13
  1031. package/lib/common/reducers/alerts.js +6 -7
  1032. package/lib/common/reducers/analyses.js +17 -30
  1033. package/lib/common/reducers/bankEntries.js +6 -7
  1034. package/lib/common/reducers/bankSearch.js +5 -6
  1035. package/lib/common/reducers/banks.js +6 -7
  1036. package/lib/common/reducers/calls.js +5 -6
  1037. package/lib/common/reducers/config.js +5 -6
  1038. package/lib/common/reducers/dragAndDrop.js +5 -6
  1039. package/lib/common/reducers/editing.js +6 -8
  1040. package/lib/common/reducers/errorsShowing.js +5 -6
  1041. package/lib/common/reducers/features.js +5 -6
  1042. package/lib/common/reducers/grading.js +5 -6
  1043. package/lib/common/reducers/interactionTypes.js +6 -7
  1044. package/lib/common/reducers/items.js +6 -7
  1045. package/lib/common/reducers/modal.js +5 -6
  1046. package/lib/common/reducers/moderation.js +5 -6
  1047. package/lib/common/reducers/modifications.js +16 -16
  1048. package/lib/common/reducers/outcomes.js +5 -6
  1049. package/lib/common/reducers/printing.js +5 -6
  1050. package/lib/common/reducers/qtiImports.js +6 -7
  1051. package/lib/common/reducers/quizEntries.js +10 -11
  1052. package/lib/common/reducers/quizExport.js +5 -6
  1053. package/lib/common/reducers/quizSessionEvents.js +8 -7
  1054. package/lib/common/reducers/quizSessionResults.js +6 -7
  1055. package/lib/common/reducers/quizSessions.js +7 -8
  1056. package/lib/common/reducers/quizzes.js +8 -9
  1057. package/lib/common/reducers/rce.js +5 -6
  1058. package/lib/common/reducers/regrading.js +5 -6
  1059. package/lib/common/reducers/reporting.js +6 -7
  1060. package/lib/common/reducers/scrolling.js +5 -6
  1061. package/lib/common/reducers/sessionItemResults.js +6 -7
  1062. package/lib/common/reducers/sessionItems.js +6 -7
  1063. package/lib/common/reducers/sharedBanks.js +6 -7
  1064. package/lib/common/reducers/sidebar.js +5 -6
  1065. package/lib/common/reducers/stimuli.js +6 -7
  1066. package/lib/common/reducers/tagAssociations.js +5 -6
  1067. package/lib/common/reducers/taking.js +5 -6
  1068. package/lib/common/reducers/ui.js +6 -7
  1069. package/lib/common/reducers/upload.js +7 -8
  1070. package/lib/common/selectors/analyses.js +13 -24
  1071. package/lib/common/selectors/calculator.js +3 -3
  1072. package/lib/common/selectors/config.js +1 -1
  1073. package/lib/common/selectors/interactionTypes.js +14 -16
  1074. package/lib/common/selectors/items.js +3 -3
  1075. package/lib/common/selectors/qtiImports.js +4 -5
  1076. package/lib/common/selectors/quizSessionResults.js +4 -4
  1077. package/lib/common/selectors/quizSessions.js +11 -17
  1078. package/lib/common/selectors/quizzes.js +31 -43
  1079. package/lib/common/selectors/rce.js +4 -6
  1080. package/lib/common/selectors/reporting.js +5 -6
  1081. package/lib/common/selectors/sessionItemResults.js +10 -12
  1082. package/lib/common/selectors/sessionItems.js +11 -13
  1083. package/lib/common/selectors/taking.js +12 -16
  1084. package/lib/common/selectors/ui.js +2 -3
  1085. package/lib/common/util/CustomPropTypes.js +3 -5
  1086. package/lib/common/util/ElementsForSelectors.js +3 -4
  1087. package/lib/common/util/ExhaustivePaginatedFetcher.js +68 -56
  1088. package/lib/common/util/Fetcher.js +151 -166
  1089. package/lib/common/util/MultiWeakMap.js +5 -7
  1090. package/lib/common/util/PaginatedFetcher.js +46 -37
  1091. package/lib/common/util/ThunkQueue.js +55 -57
  1092. package/lib/common/util/TimeRecordingService.js +9 -11
  1093. package/lib/common/util/TimerService.js +16 -19
  1094. package/lib/common/util/cachePreviousArgs.js +4 -5
  1095. package/lib/common/util/callHelpers.js +6 -10
  1096. package/lib/common/util/clickHandlers.js +3 -3
  1097. package/lib/common/util/componentForItem.js +5 -6
  1098. package/lib/common/util/crossDomainMessaging.js +1 -1
  1099. package/lib/common/util/debounceLatestPromise.js +5 -6
  1100. package/lib/common/util/featureCheck.js +6 -6
  1101. package/lib/common/util/formatTimespan.js +8 -9
  1102. package/lib/common/util/generateDisplayPositions.js +3 -4
  1103. package/lib/common/util/getClientIpAddress.js +24 -27
  1104. package/lib/common/util/httpHeaders.js +5 -8
  1105. package/lib/common/util/immutableHelpers.js +6 -9
  1106. package/lib/common/util/instUIMessages.js +2 -3
  1107. package/lib/common/util/interactionTypeMetadata.js +17 -19
  1108. package/lib/common/util/interactionTypePropsHelper.js +5 -7
  1109. package/lib/common/util/interactionTypeRecordForItem.js +4 -4
  1110. package/lib/common/util/jsonify.js +8 -7
  1111. package/lib/common/util/keyboardClickable.js +2 -3
  1112. package/lib/common/util/mathRenderingUtils.js +2 -4
  1113. package/lib/common/util/maxContent.js +4 -5
  1114. package/lib/common/util/noop.js +2 -3
  1115. package/lib/common/util/persistedState.js +10 -11
  1116. package/lib/common/util/printUtils.js +5 -7
  1117. package/lib/common/util/rceChecker.js +12 -15
  1118. package/lib/common/util/renderAlerts.js +13 -15
  1119. package/lib/common/util/serializeEvent.js +4 -5
  1120. package/lib/common/util/sessionStore.js +4 -7
  1121. package/lib/common/util/valMap.js +4 -5
  1122. package/lib/common/util/warningHelpers.js +33 -40
  1123. package/lib/common/util/windowChecks.js +9 -14
  1124. package/lib/common/util/withCachedArguments.js +5 -6
  1125. package/lib/common/util/withDynamoPagination.js +71 -61
  1126. package/lib/common/util/withStateCache.js +5 -6
  1127. package/lib/config.js +6 -8
  1128. package/lib/configureStore.js +90 -91
  1129. package/lib/grading/api/quizEntryRegrades.js +6 -6
  1130. package/lib/grading/api/updateResults.js +10 -11
  1131. package/lib/index.js +559 -557
  1132. package/lib/messages/LocalStorageAdapter.js +18 -18
  1133. package/lib/messages/LocalStorageLimits.js +26 -25
  1134. package/lib/messages/StorageExhaustionError.js +27 -13
  1135. package/lib/messages/postMessageService.js +47 -45
  1136. package/lib/messages/subjectHandlers/forwardMessage.js +2 -3
  1137. package/lib/messages/subjectHandlers/lti.capabilities.js +2 -3
  1138. package/lib/messages/subjectHandlers/lti.fetchWindowSize.js +2 -3
  1139. package/lib/messages/subjectHandlers/lti.frameResize.js +4 -5
  1140. package/lib/messages/subjectHandlers/lti.get_data.js +3 -4
  1141. package/lib/messages/subjectHandlers/lti.put_data.js +5 -6
  1142. package/lib/messages/subjectHandlers/requestFullWindowLaunch.js +7 -9
  1143. package/lib/moderating/api/quizSessionEvents.js +4 -4
  1144. package/lib/moderating/api/quizSessions.js +8 -8
  1145. package/lib/moderating/components/events/Event.js +52 -42
  1146. package/lib/moderating/components/events/PageBlurredEvent.js +26 -15
  1147. package/lib/moderating/components/events/PageFocusedEvent.js +26 -15
  1148. package/lib/moderating/components/events/RCEEvent.js +30 -18
  1149. package/lib/moderating/components/events/ResponseEvent.js +46 -34
  1150. package/lib/moderating/components/events/SessionStartEvent.js +34 -22
  1151. package/lib/moderating/components/events/SessionSubmitEvent.js +34 -22
  1152. package/lib/moderating/components/events/styles.js +2 -3
  1153. package/lib/moderating/components/events/theme.js +3 -4
  1154. package/lib/moderating/components/resources/AccommodationsModal/AccommodationsModal.examples.js +3 -4
  1155. package/lib/moderating/components/resources/AccommodationsModal/ExtraAttemptSettings/ExtraAttemptsInput/index.js +53 -40
  1156. package/lib/moderating/components/resources/AccommodationsModal/ExtraAttemptSettings/ExtraAttemptsInput/{}.examples.js +3 -4
  1157. package/lib/moderating/components/resources/AccommodationsModal/ExtraAttemptSettings/index.js +57 -45
  1158. package/lib/moderating/components/resources/AccommodationsModal/ExtraTimeMultiplier/index.js +64 -51
  1159. package/lib/moderating/components/resources/AccommodationsModal/ExtraTimeSettings/ExtraTimeSettings.examples.js +3 -4
  1160. package/lib/moderating/components/resources/AccommodationsModal/ExtraTimeSettings/index.js +73 -60
  1161. package/lib/moderating/components/resources/AccommodationsModal/ReduceAnswerChoicesSettings/index.js +49 -36
  1162. package/lib/moderating/components/resources/AccommodationsModal/index.js +87 -75
  1163. package/lib/moderating/components/resources/ElapsedTime.js +39 -27
  1164. package/lib/moderating/components/resources/EventDetails.js +15 -17
  1165. package/lib/moderating/components/resources/ModerateTable/index.js +11 -14
  1166. package/lib/moderating/components/resources/ModerateTable/presenter.js +182 -171
  1167. package/lib/moderating/components/resources/ModerateTable/styles.js +6 -5
  1168. package/lib/moderating/components/resources/ModerateTable/theme.js +3 -4
  1169. package/lib/moderating/components/resources/ModerateTableRow/ModerateTableRow.examples.js +9 -10
  1170. package/lib/moderating/components/resources/ModerateTableRow/index.js +6 -7
  1171. package/lib/moderating/components/resources/ModerateTableRow/presenter.js +107 -95
  1172. package/lib/moderating/components/resources/ModerateTableRow/story.js +6 -7
  1173. package/lib/moderating/components/resources/ModerateTableRow/styles.js +3 -4
  1174. package/lib/moderating/components/resources/ModerateTableRow/theme.js +2 -3
  1175. package/lib/moderating/components/resources/OutstandingQuizzesModal/OutstandingQuizzesModal.examples.js +3 -4
  1176. package/lib/moderating/components/resources/OutstandingQuizzesModal/index.js +7 -9
  1177. package/lib/moderating/components/resources/OutstandingQuizzesModal/presenter.js +86 -72
  1178. package/lib/moderating/components/resources/RetryGradePassbackButton/index.js +6 -7
  1179. package/lib/moderating/components/resources/RetryGradePassbackButton/presenter.js +48 -50
  1180. package/lib/moderating/components/resources/SessionBreachAlert.js +4 -6
  1181. package/lib/moderating/components/resources/util/checkIsBreach.js +6 -7
  1182. package/lib/moderating/components/resources/util/extractSessionData.js +3 -4
  1183. package/lib/moderating/components/sidebar/ModerateTray/ModerateTray.examples.js +3 -4
  1184. package/lib/moderating/components/sidebar/ModerateTray/index.js +6 -7
  1185. package/lib/moderating/components/sidebar/ModerateTray/presenter.js +109 -97
  1186. package/lib/moderating/components/sidebar/ResetQuiz/index.js +10 -11
  1187. package/lib/moderating/components/sidebar/ResetQuiz/presenter.js +69 -59
  1188. package/lib/reduxStore.js +13 -14
  1189. package/lib/reporting/api/fetchStudentAnalyses.js +20 -23
  1190. package/lib/reporting/api/getAnalysesExport.js +24 -27
  1191. package/lib/reporting/api/getAnalysesStatus.js +22 -25
  1192. package/lib/reporting/api/getItemAnalyses.js +17 -20
  1193. package/lib/reporting/api/getQuizAnalysis.js +17 -20
  1194. package/lib/reporting/api/itemAnalyses.js +5 -5
  1195. package/lib/reporting/api/quizAnalyses.js +5 -5
  1196. package/lib/reporting/components/Caption/index.js +32 -21
  1197. package/lib/reporting/components/Caption/styles.js +2 -3
  1198. package/lib/reporting/components/Caption/theme.js +2 -3
  1199. package/lib/reporting/components/MetricsListItem/index.js +33 -21
  1200. package/lib/reporting/components/MetricsListItem/styles.js +2 -3
  1201. package/lib/reporting/components/charts/CentileDistribution/CentileDistribution.examples.js +3 -4
  1202. package/lib/reporting/components/charts/CentileDistribution/index.js +2 -3
  1203. package/lib/reporting/components/charts/CentileDistribution/presenter.js +53 -42
  1204. package/lib/reporting/components/charts/CentileDistribution/styles.js +3 -4
  1205. package/lib/reporting/components/charts/CentileDistribution/theme.js +2 -3
  1206. package/lib/reporting/components/charts/Distribution/CentileDistribution.js +3 -5
  1207. package/lib/reporting/components/charts/Distribution/Distribution.js +2 -3
  1208. package/lib/reporting/components/charts/Distribution/QuintileDistribution.js +2 -3
  1209. package/lib/reporting/components/charts/Distribution/index.js +2 -3
  1210. package/lib/reporting/components/charts/Distribution/presenter.js +58 -48
  1211. package/lib/reporting/components/charts/Distribution/styles.js +2 -3
  1212. package/lib/reporting/components/charts/Distribution/theme.js +6 -7
  1213. package/lib/reporting/components/charts/Legend/index.js +40 -28
  1214. package/lib/reporting/components/charts/Legend/styles.js +6 -5
  1215. package/lib/reporting/components/charts/Legend/theme.js +5 -6
  1216. package/lib/reporting/components/charts/QuintileDistribution/QuintileDistribution.examples.js +3 -4
  1217. package/lib/reporting/components/charts/QuintileDistribution/index.js +2 -3
  1218. package/lib/reporting/components/charts/QuintileDistribution/presenter.js +54 -43
  1219. package/lib/reporting/components/charts/QuintileDistribution/styles.js +2 -3
  1220. package/lib/reporting/components/charts/QuintileDistribution/theme.js +3 -4
  1221. package/lib/reporting/components/itemAnalysis/AnswerFrequencySummary/AnswerFrequencySummary.examples.js +5 -6
  1222. package/lib/reporting/components/itemAnalysis/AnswerFrequencySummary/index.js +47 -38
  1223. package/lib/reporting/components/itemAnalysis/AnswerFrequencySummary/styles.js +4 -11
  1224. package/lib/reporting/components/itemAnalysis/AnswerFrequencySummary/theme.js +10 -11
  1225. package/lib/reporting/components/itemAnalysis/ItemAnalysisRow/ItemAnalysisRow.examples.js +5 -6
  1226. package/lib/reporting/components/itemAnalysis/ItemAnalysisRow/index.js +6 -8
  1227. package/lib/reporting/components/itemAnalysis/ItemAnalysisRow/presenter.js +103 -92
  1228. package/lib/reporting/components/itemAnalysis/ItemAnalysisRow/styles.js +4 -5
  1229. package/lib/reporting/components/itemAnalysis/ItemAnalysisRow/theme.js +6 -7
  1230. package/lib/reporting/components/quizAnalysis/QuizAnalysisOverview.js +66 -56
  1231. package/lib/reporting/components/quizAnalysis/styles.js +5 -7
  1232. package/lib/reporting/components/quizAnalysis/theme.js +2 -3
  1233. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnalysisMetric/index.js +3 -4
  1234. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnalysisMetric/presenter.js +32 -20
  1235. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnalysisMetric/styles.js +2 -3
  1236. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnalysisPopoverMetric/index.js +3 -4
  1237. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnalysisPopoverMetric/presenter.js +38 -26
  1238. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnalysisPopoverMetric/styles.js +2 -3
  1239. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/AggregationType/index.js +1 -1
  1240. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/AggregationType/presenter.js +41 -25
  1241. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/ChoiceType/index.js +1 -1
  1242. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/ChoiceType/presenter.js +43 -27
  1243. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/ChoiceTypeTableRow/index.js +1 -1
  1244. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/ChoiceTypeTableRow/presenter.js +62 -51
  1245. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/ChoiceTypeTableRow/styles.js +9 -8
  1246. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/ChoiceTypeTableRow/theme.js +3 -4
  1247. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/index.js +1 -1
  1248. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/presenter.js +46 -34
  1249. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/styles.js +2 -3
  1250. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/theme.js +2 -3
  1251. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/CategorizationType.js +53 -36
  1252. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/MatchingType.js +44 -28
  1253. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/MatchingTypeTable/index.js +1 -1
  1254. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/MatchingTypeTable/presenter.js +80 -69
  1255. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/MatchingTypeTable/styles.js +6 -5
  1256. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/MatchingTypeTable/theme.js +2 -3
  1257. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/OrderingType.js +55 -38
  1258. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/index.js +9 -9
  1259. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/utils/matchingTypeOrderer.js +12 -11
  1260. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/NumericType/ChoiceTypeWithInfo/index.js +1 -1
  1261. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/NumericType/ChoiceTypeWithInfo/presenter.js +59 -43
  1262. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/NumericType/index.js +1 -1
  1263. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/NumericType/presenter.js +123 -108
  1264. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/NumericType/styles.js +2 -3
  1265. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/NumericType/theme.js +2 -3
  1266. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/RichFillBlankType/ChoiceGroupTypeTable/index.js +1 -1
  1267. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/RichFillBlankType/ChoiceGroupTypeTable/presenter.js +85 -70
  1268. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/RichFillBlankType/ChoiceGroupTypeTable/styles.js +2 -3
  1269. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/RichFillBlankType/ChoiceGroupTypeTable/theme.js +2 -3
  1270. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/RichFillBlankType/index.js +1 -1
  1271. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/RichFillBlankType/presenter.js +52 -36
  1272. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/ScoreDistributionType/Table/index.js +50 -39
  1273. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/ScoreDistributionType/Table/styles.js +2 -3
  1274. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/ScoreDistributionType/Table/theme.js +2 -3
  1275. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/ScoreDistributionType/index.js +47 -32
  1276. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/index.js +1 -1
  1277. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/presenter.js +66 -50
  1278. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AfsPartsContainer/index.js +1 -1
  1279. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AfsPartsContainer/presenter.js +48 -34
  1280. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AfsPartsContainer/styles.js +6 -5
  1281. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AfsPartsContainer/theme.js +2 -3
  1282. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AfsTableWrapper/index.js +1 -1
  1283. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AfsTableWrapper/popoverContent.js +5 -6
  1284. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AfsTableWrapper/presenter.js +43 -28
  1285. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AfsTableWrapper/styles.js +2 -3
  1286. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AggregationTable/index.js +1 -1
  1287. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AggregationTable/presenter.js +86 -75
  1288. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AggregationTable/styles.js +2 -3
  1289. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AggregationTable/theme.js +7 -8
  1290. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ChoiceTypeTable/index.js +1 -1
  1291. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ChoiceTypeTable/presenter.js +105 -92
  1292. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ChoiceTypeTable/styles.js +6 -5
  1293. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ChoiceTypeTable/theme.js +4 -5
  1294. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ExpandableCard/index.js +1 -1
  1295. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ExpandableCard/presenter.js +58 -43
  1296. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ExpandableCard/styles.js +2 -3
  1297. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ExpandableCard/theme.js +2 -3
  1298. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/ExportButton/index.js +9 -11
  1299. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/MetricPopover/index.js +3 -4
  1300. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/MetricPopover/presenter.js +60 -48
  1301. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/MetricPopover/styles.js +2 -3
  1302. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/MetricPopover/theme.js +2 -3
  1303. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/BlankIcon/index.js +1 -1
  1304. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/BlankIcon/presenter.js +28 -16
  1305. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/BlankIcon/styles.js +2 -3
  1306. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/BlankIcon/theme.js +3 -4
  1307. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/index.js +5 -6
  1308. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/popoverContent.js +13 -16
  1309. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/presenter.js +115 -103
  1310. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/styles.js +7 -6
  1311. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/theme.js +3 -4
  1312. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewQuizAnalysis/index.js +3 -4
  1313. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewQuizAnalysis/popoverContent.js +10 -12
  1314. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewQuizAnalysis/presenter.js +82 -70
  1315. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewQuizAnalysis/styles.js +2 -3
  1316. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewQuizAnalysis/theme.js +2 -3
  1317. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/ReportCard/index.js +5 -7
  1318. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/ReportCard/presenter.js +114 -102
  1319. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/ReportCard/styles.js +7 -7
  1320. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/ReportCard/theme.js +3 -4
  1321. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/charts/ScoreDistribution/index.js +3 -4
  1322. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/charts/ScoreDistribution/presenter.js +48 -35
  1323. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/charts/ScoreDistribution/styles.js +2 -3
  1324. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/charts/ScoreDistribution/theme.js +4 -5
  1325. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/exportFormats.js +1 -2
  1326. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/fetchReports.js +42 -45
  1327. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/fetchReportsStatus.js +28 -31
  1328. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/index.js +5 -7
  1329. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/presenter.js +147 -135
  1330. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/styles.js +2 -3
  1331. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/theme.js +2 -3
  1332. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/withAnalysisState.js +14 -16
  1333. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/withAnalysisStatePresenter.js +102 -109
  1334. package/lib/reporting/components/resources/OutcomeAnalysis/index.js +6 -8
  1335. package/lib/reporting/components/resources/OutcomeAnalysis/presenter.js +40 -28
  1336. package/lib/reporting/components/resources/QuizAndItemAnalysis/QuizAndItemAnalysis.examples.js +10 -11
  1337. package/lib/reporting/components/resources/QuizAndItemAnalysis/index.js +10 -12
  1338. package/lib/reporting/components/resources/QuizAndItemAnalysis/presenter.js +102 -92
  1339. package/lib/reporting/components/resources/QuizAndItemAnalysis/styles.js +2 -3
  1340. package/lib/reporting/components/resources/QuizAndItemAnalysis/theme.js +3 -4
  1341. package/lib/reporting/components/resources/ReportCard/index.js +36 -25
  1342. package/lib/reporting/components/resources/ReportCard/styles.js +3 -4
  1343. package/lib/reporting/components/resources/ReportCard/theme.js +2 -3
  1344. package/lib/reporting/components/resources/ReportList/index.js +34 -23
  1345. package/lib/reporting/components/resources/ReportList/styles.js +2 -3
  1346. package/lib/reporting/components/resources/ReportList/theme.js +2 -3
  1347. package/lib/reporting/components/resources/StudentAnalysis/ReportCard/index.js +3 -4
  1348. package/lib/reporting/components/resources/StudentAnalysis/ReportCard/presenter.js +107 -94
  1349. package/lib/reporting/components/resources/StudentAnalysis/ReportCard/styles.js +6 -6
  1350. package/lib/reporting/components/resources/StudentAnalysis/ReportCard/theme.js +3 -4
  1351. package/lib/reporting/components/resources/StudentAnalysis/fetchReport.js +37 -40
  1352. package/lib/reporting/components/resources/StudentAnalysis/fetchReportStatus.js +28 -31
  1353. package/lib/reporting/components/resources/StudentAnalysis/withStudentAnalysisReportState.js +12 -13
  1354. package/lib/reporting/components/resources/StudentAnalysis/withStudentAnalysisReportStatePresenter.js +109 -116
  1355. package/lib/reporting/components/resources/common/AnalysisUpdateDate/index.js +38 -25
  1356. package/lib/reporting/components/resources/common/ExportButton/index.js +6 -7
  1357. package/lib/reporting/components/resources/common/errorCodes.js +11 -18
  1358. package/lib/reporting/components/resources/common/errorMessages.js +18 -26
  1359. package/lib/reporting/components/resources/common/exportReports.js +41 -44
  1360. package/lib/reporting/components/resources/common/generateReports.js +66 -72
  1361. package/lib/reporting/components/resources/common/propTypes.js +141 -159
  1362. package/lib/reporting/components/resources/common/utils.js +7 -9
  1363. package/lib/taking/api/taking.js +69 -72
  1364. package/lib/taking/learnosity/index.js +39 -41
  1365. package/package.json +55 -56
package/lib/index.js CHANGED
@@ -1,6 +1,5 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard");
4
3
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
4
  Object.defineProperty(exports, "__esModule", {
6
5
  value: true
@@ -221,628 +220,622 @@ var _exportNames = {
221
220
  getGradingSessionItems: true,
222
221
  getGradingSessionItemResults: true
223
222
  };
224
- Object.defineProperty(exports, "SDKApp", {
223
+ Object.defineProperty(exports, "AccessCodeTextInput", {
225
224
  enumerable: true,
226
225
  get: function get() {
227
- return _index.DragDroppableSDKApp;
226
+ return _AccessCodeTextInput.AccessCodeTextInput;
228
227
  }
229
228
  });
230
- Object.defineProperty(exports, "ModerateTable", {
229
+ Object.defineProperty(exports, "AccommodationModal", {
231
230
  enumerable: true,
232
231
  get: function get() {
233
- return _index2.ModerateTable;
232
+ return _AccommodationsModal.AccommodationModal;
234
233
  }
235
234
  });
236
- Object.defineProperty(exports, "Calculator", {
235
+ Object.defineProperty(exports, "ActionButtons", {
237
236
  enumerable: true,
238
237
  get: function get() {
239
- return _index3.Calculator;
238
+ return _ActionButtons.ActionButtons;
240
239
  }
241
240
  });
242
- Object.defineProperty(exports, "Timer", {
241
+ Object.defineProperty(exports, "AddContentModal", {
243
242
  enumerable: true,
244
243
  get: function get() {
245
- return _presenter.Timer;
244
+ return _Modal.AddContentModal;
246
245
  }
247
246
  });
248
- Object.defineProperty(exports, "HeaderMenuButton", {
247
+ Object.defineProperty(exports, "AddContentPopover", {
249
248
  enumerable: true,
250
249
  get: function get() {
251
- return _index4.HeaderMenuButton;
250
+ return _Popover.AddContentPopover;
252
251
  }
253
252
  });
254
- Object.defineProperty(exports, "AddContentPopover", {
253
+ Object.defineProperty(exports, "BankEntryPage", {
255
254
  enumerable: true,
256
255
  get: function get() {
257
- return _index5.AddContentPopover;
256
+ return _BankEntry.BankEntry;
258
257
  }
259
258
  });
260
- Object.defineProperty(exports, "ReportList", {
259
+ Object.defineProperty(exports, "BankPage", {
261
260
  enumerable: true,
262
261
  get: function get() {
263
- return _index6.ReportList;
262
+ return _Bank.Bank;
264
263
  }
265
264
  });
266
- Object.defineProperty(exports, "ReportCard", {
265
+ Object.defineProperty(exports, "BanksPage", {
267
266
  enumerable: true,
268
267
  get: function get() {
269
- return _index7.ReportCard;
268
+ return _Banks.Banks;
270
269
  }
271
270
  });
272
- Object.defineProperty(exports, "QuizAndItemAnalysis", {
271
+ Object.defineProperty(exports, "BanksTray", {
273
272
  enumerable: true,
274
273
  get: function get() {
275
- return _index8.QuizAndItemAnalysis;
274
+ return _BanksTray.BanksTray;
276
275
  }
277
276
  });
278
- Object.defineProperty(exports, "NewQuizAndItemAnalysis", {
277
+ Object.defineProperty(exports, "BuildingButtons", {
279
278
  enumerable: true,
280
279
  get: function get() {
281
- return _index9.NewQuizAndItemAnalysis;
280
+ return _BuildingButtons.BuildingButtons;
282
281
  }
283
282
  });
284
- Object.defineProperty(exports, "NewQuizAndItemAnalysisReportCard", {
283
+ Object.defineProperty(exports, "BuildingSidebar", {
285
284
  enumerable: true,
286
285
  get: function get() {
287
- return _index10.NewQuizAndItemAnalysisReportCard;
286
+ return _Sidebar2.BuildingSidebar;
288
287
  }
289
288
  });
290
- Object.defineProperty(exports, "StudentAnalysisReportCard", {
289
+ Object.defineProperty(exports, "Calculator", {
291
290
  enumerable: true,
292
291
  get: function get() {
293
- return _index11.StudentAnalysisReportCard;
292
+ return _index.Calculator;
294
293
  }
295
294
  });
296
- Object.defineProperty(exports, "Legend", {
295
+ Object.defineProperty(exports, "Card", {
297
296
  enumerable: true,
298
297
  get: function get() {
299
- return _index12.Legend;
298
+ return _Card.Card;
300
299
  }
301
300
  });
302
- Object.defineProperty(exports, "ActionButtons", {
301
+ Object.defineProperty(exports, "CardContent", {
303
302
  enumerable: true,
304
303
  get: function get() {
305
- return _index13.ActionButtons;
304
+ return _CardContent.CardContent;
306
305
  }
307
306
  });
308
- Object.defineProperty(exports, "BuildingButtons", {
307
+ Object.defineProperty(exports, "CardWrapper", {
309
308
  enumerable: true,
310
309
  get: function get() {
311
- return _index14.BuildingButtons;
310
+ return _CardWrapper.CardWrapper;
312
311
  }
313
312
  });
314
- Object.defineProperty(exports, "AccommodationModal", {
313
+ Object.defineProperty(exports, "CentileDistribution", {
315
314
  enumerable: true,
316
315
  get: function get() {
317
- return _index15.AccommodationModal;
316
+ return _CentileDistribution.CentileDistribution;
318
317
  }
319
318
  });
320
- Object.defineProperty(exports, "ExtraAttemptSettings", {
319
+ Object.defineProperty(exports, "CustomPropTypes", {
321
320
  enumerable: true,
322
321
  get: function get() {
323
- return _index16.ExtraAttemptSettings;
322
+ return _CustomPropTypes.CustomPropTypes;
324
323
  }
325
324
  });
326
- Object.defineProperty(exports, "ExtraTimeSettings", {
325
+ Object.defineProperty(exports, "DeleteStimulusModal", {
327
326
  enumerable: true,
328
327
  get: function get() {
329
- return _index17.ExtraTimeSettings;
328
+ return _DeleteStimulusModal.DeleteStimulusModal;
330
329
  }
331
330
  });
332
- Object.defineProperty(exports, "PreviewFrame", {
331
+ Object.defineProperty(exports, "DropTargetCreator", {
333
332
  enumerable: true,
334
333
  get: function get() {
335
- return _index18.PreviewFrame;
334
+ return _dragAndDropUtils.DropTargetCreator;
336
335
  }
337
336
  });
338
- Object.defineProperty(exports, "SDKHeaderCalculator", {
337
+ Object.defineProperty(exports, "Errors", {
339
338
  enumerable: true,
340
339
  get: function get() {
341
- return _SDKHeaderCalculator.SDKHeaderCalculator;
340
+ return _Errors.Errors;
342
341
  }
343
342
  });
344
- Object.defineProperty(exports, "QuizzesSpinner", {
343
+ Object.defineProperty(exports, "Event", {
345
344
  enumerable: true,
346
345
  get: function get() {
347
- return _Spinner.QuizzesSpinner;
346
+ return _Event.Event;
348
347
  }
349
348
  });
350
- Object.defineProperty(exports, "PrintTrigger", {
349
+ Object.defineProperty(exports, "ExtraAttemptSettings", {
351
350
  enumerable: true,
352
351
  get: function get() {
353
- return _index19.PrintTrigger;
352
+ return _ExtraAttemptSettings.ExtraAttemptSettings;
354
353
  }
355
354
  });
356
- Object.defineProperty(exports, "IfFeature", {
355
+ Object.defineProperty(exports, "ExtraTimeSettings", {
357
356
  enumerable: true,
358
357
  get: function get() {
359
- return _index20.IfFeature;
358
+ return _ExtraTimeSettings.ExtraTimeSettings;
360
359
  }
361
360
  });
362
- Object.defineProperty(exports, "UndecoratedQuizEntryEdit", {
361
+ Object.defineProperty(exports, "Fetcher", {
363
362
  enumerable: true,
364
363
  get: function get() {
365
- return _presenter2.UndecoratedQuizEntryEdit;
364
+ return _Fetcher.Fetcher;
366
365
  }
367
366
  });
368
- Object.defineProperty(exports, "ResultStimulus", {
367
+ Object.defineProperty(exports, "FormattedTimer", {
369
368
  enumerable: true,
370
369
  get: function get() {
371
- return _index21.ResultStimulus;
370
+ return _FormattedDuration.FormattedTimer;
372
371
  }
373
372
  });
374
- Object.defineProperty(exports, "StimulusView", {
373
+ Object.defineProperty(exports, "GenericAsyncSearch", {
375
374
  enumerable: true,
376
375
  get: function get() {
377
- return _index22.Stimulus;
376
+ return _GenericAsyncSearch.GenericAsyncSearch;
378
377
  }
379
378
  });
380
- Object.defineProperty(exports, "Sidebar", {
379
+ Object.defineProperty(exports, "HOUR_IN_SECONDS", {
381
380
  enumerable: true,
382
381
  get: function get() {
383
- return _index23.Sidebar;
382
+ return _FormattedDuration.HOUR_IN_SECONDS;
384
383
  }
385
384
  });
386
- Object.defineProperty(exports, "SidebarItem", {
385
+ Object.defineProperty(exports, "HeaderMenuButton", {
387
386
  enumerable: true,
388
387
  get: function get() {
389
- return _index24.SidebarItem;
388
+ return _index2.HeaderMenuButton;
390
389
  }
391
390
  });
392
- Object.defineProperty(exports, "BanksPage", {
391
+ Object.defineProperty(exports, "IfFeature", {
393
392
  enumerable: true,
394
393
  get: function get() {
395
- return _index25.Banks;
394
+ return _IfFeature.IfFeature;
396
395
  }
397
396
  });
398
- Object.defineProperty(exports, "BankPage", {
397
+ Object.defineProperty(exports, "ItemFeedbackModal", {
399
398
  enumerable: true,
400
399
  get: function get() {
401
- return _index26.Bank;
400
+ return _ItemFeedbackModal.ItemFeedbackModal;
402
401
  }
403
402
  });
404
- Object.defineProperty(exports, "BankEntryPage", {
403
+ Object.defineProperty(exports, "LearnosityCalculator", {
405
404
  enumerable: true,
406
405
  get: function get() {
407
- return _index27.BankEntry;
406
+ return _LearnosityCalculator.LearnosityCalculator;
408
407
  }
409
408
  });
410
- Object.defineProperty(exports, "SDKBuildingButtons", {
409
+ Object.defineProperty(exports, "Legend", {
411
410
  enumerable: true,
412
411
  get: function get() {
413
- return _index28.SDKBuildingButtons;
412
+ return _Legend.Legend;
414
413
  }
415
414
  });
416
- Object.defineProperty(exports, "Paginator", {
415
+ Object.defineProperty(exports, "MaskedTextInput", {
417
416
  enumerable: true,
418
417
  get: function get() {
419
- return _index29.Paginator;
418
+ return _MaskedTextInput.MaskedTextInput;
420
419
  }
421
420
  });
422
- Object.defineProperty(exports, "SDKMenuButton", {
421
+ Object.defineProperty(exports, "ModerateTable", {
423
422
  enumerable: true,
424
423
  get: function get() {
425
- return _SDKMenuButton.SDKMenuButton;
424
+ return _ModerateTable.ModerateTable;
426
425
  }
427
426
  });
428
- Object.defineProperty(exports, "SDKTimer", {
427
+ Object.defineProperty(exports, "MoveImmutableModal", {
429
428
  enumerable: true,
430
429
  get: function get() {
431
- return _SDKTimer.SDKTimer;
430
+ return _MoveImmutableModal.MoveImmutableModal;
432
431
  }
433
432
  });
434
- Object.defineProperty(exports, "SDKNavBar", {
433
+ Object.defineProperty(exports, "NewQuizAndItemAnalysis", {
435
434
  enumerable: true,
436
435
  get: function get() {
437
- return _SDKNavBar.SDKNavBar;
436
+ return _NewQuizAndItemAnalysis.NewQuizAndItemAnalysis;
438
437
  }
439
438
  });
440
- Object.defineProperty(exports, "SecondaryNavBarButton", {
439
+ Object.defineProperty(exports, "NewQuizAndItemAnalysisReportCard", {
441
440
  enumerable: true,
442
441
  get: function get() {
443
- return _index30.SecondaryNavBarButton;
442
+ return _ReportCard2.NewQuizAndItemAnalysisReportCard;
444
443
  }
445
444
  });
446
- Object.defineProperty(exports, "CentileDistribution", {
445
+ Object.defineProperty(exports, "OutcomeAnalysis", {
447
446
  enumerable: true,
448
447
  get: function get() {
449
- return _CentileDistribution.CentileDistribution;
448
+ return _OutcomeAnalysis.OutcomeAnalysis;
450
449
  }
451
450
  });
452
- Object.defineProperty(exports, "OutcomeAnalysis", {
451
+ Object.defineProperty(exports, "Page", {
453
452
  enumerable: true,
454
453
  get: function get() {
455
- return _index31.OutcomeAnalysis;
454
+ return _Page.Page;
456
455
  }
457
456
  });
458
- Object.defineProperty(exports, "PositionBox", {
457
+ Object.defineProperty(exports, "Paginator", {
459
458
  enumerable: true,
460
459
  get: function get() {
461
- return _PositionBox.PositionBox;
460
+ return _Paginator.Paginator;
462
461
  }
463
462
  });
464
463
  Object.defineProperty(exports, "Pin", {
465
464
  enumerable: true,
466
465
  get: function get() {
467
- return _index32.Pin;
466
+ return _Pin.Pin;
468
467
  }
469
468
  });
470
- Object.defineProperty(exports, "SessionItemResultView", {
469
+ Object.defineProperty(exports, "PositionBox", {
471
470
  enumerable: true,
472
471
  get: function get() {
473
- return _index33.SessionItemResult;
472
+ return _PositionBox.PositionBox;
474
473
  }
475
474
  });
476
- Object.defineProperty(exports, "Card", {
475
+ Object.defineProperty(exports, "PreviewFrame", {
477
476
  enumerable: true,
478
477
  get: function get() {
479
- return _index34.Card;
478
+ return _PreviewFrame.PreviewFrame;
480
479
  }
481
480
  });
482
- Object.defineProperty(exports, "CardContent", {
481
+ Object.defineProperty(exports, "PrintTrigger", {
483
482
  enumerable: true,
484
483
  get: function get() {
485
- return _index35.CardContent;
484
+ return _PrintTrigger.PrintTrigger;
486
485
  }
487
486
  });
488
- Object.defineProperty(exports, "CardWrapper", {
487
+ Object.defineProperty(exports, "Provider", {
489
488
  enumerable: true,
490
489
  get: function get() {
491
- return _index36.CardWrapper;
490
+ return _reactRedux.Provider;
492
491
  }
493
492
  });
494
- Object.defineProperty(exports, "Page", {
493
+ Object.defineProperty(exports, "QTIImportModal", {
495
494
  enumerable: true,
496
495
  get: function get() {
497
- return _index37.Page;
496
+ return _QTIImportModal.QTIImportModal;
498
497
  }
499
498
  });
500
- Object.defineProperty(exports, "BanksTray", {
499
+ Object.defineProperty(exports, "QuizAndItemAnalysis", {
501
500
  enumerable: true,
502
501
  get: function get() {
503
- return _index38.BanksTray;
502
+ return _QuizAndItemAnalysis.QuizAndItemAnalysis;
504
503
  }
505
504
  });
506
- Object.defineProperty(exports, "BuildingSidebar", {
505
+ Object.defineProperty(exports, "QuizEntryShow", {
507
506
  enumerable: true,
508
507
  get: function get() {
509
- return _index39.BuildingSidebar;
508
+ return _QuizEntryShow.QuizEntryShow;
510
509
  }
511
510
  });
512
- Object.defineProperty(exports, "DeleteStimulusModal", {
511
+ Object.defineProperty(exports, "QuizEntryView", {
513
512
  enumerable: true,
514
513
  get: function get() {
515
- return _index40.DeleteStimulusModal;
514
+ return _QuizEntry.QuizEntry;
516
515
  }
517
516
  });
518
- Object.defineProperty(exports, "ItemFeedbackModal", {
517
+ Object.defineProperty(exports, "QuizInfo", {
519
518
  enumerable: true,
520
519
  get: function get() {
521
- return _index41.ItemFeedbackModal;
520
+ return _QuizInfo.QuizInfo;
522
521
  }
523
522
  });
524
- Object.defineProperty(exports, "MoveImmutableModal", {
523
+ Object.defineProperty(exports, "QuizInstructions", {
525
524
  enumerable: true,
526
525
  get: function get() {
527
- return _index42.MoveImmutableModal;
526
+ return _Instructions.QuizInstructions;
528
527
  }
529
528
  });
530
- Object.defineProperty(exports, "AddContentModal", {
529
+ Object.defineProperty(exports, "QuizSessionResultHeader", {
531
530
  enumerable: true,
532
531
  get: function get() {
533
- return _index43.AddContentModal;
532
+ return _Header.QuizSessionResultHeader;
534
533
  }
535
534
  });
536
- Object.defineProperty(exports, "QTIImportModal", {
535
+ Object.defineProperty(exports, "QuizSessionResultInfo", {
537
536
  enumerable: true,
538
537
  get: function get() {
539
- return _index44.QTIImportModal;
538
+ return _Info.Info;
540
539
  }
541
540
  });
542
- Object.defineProperty(exports, "ReturnButton", {
541
+ Object.defineProperty(exports, "QuizTitle", {
543
542
  enumerable: true,
544
543
  get: function get() {
545
- return _ReturnButton.ReturnButton;
544
+ return _Title.QuizTitle;
546
545
  }
547
546
  });
548
- Object.defineProperty(exports, "DropTargetCreator", {
547
+ Object.defineProperty(exports, "QuizzesSpinner", {
549
548
  enumerable: true,
550
549
  get: function get() {
551
- return _dragAndDropUtils.DropTargetCreator;
550
+ return _Spinner.QuizzesSpinner;
552
551
  }
553
552
  });
554
- Object.defineProperty(exports, "Event", {
553
+ Object.defineProperty(exports, "ReportCard", {
555
554
  enumerable: true,
556
555
  get: function get() {
557
- return _Event.Event;
556
+ return _ReportCard.ReportCard;
558
557
  }
559
558
  });
560
- Object.defineProperty(exports, "QuizInfo", {
559
+ Object.defineProperty(exports, "ReportList", {
561
560
  enumerable: true,
562
561
  get: function get() {
563
- return _QuizInfo.QuizInfo;
562
+ return _ReportList.ReportList;
564
563
  }
565
564
  });
566
- Object.defineProperty(exports, "LearnosityCalculator", {
565
+ Object.defineProperty(exports, "ResultStimulus", {
567
566
  enumerable: true,
568
567
  get: function get() {
569
- return _index45.LearnosityCalculator;
568
+ return _ResultStimulus.ResultStimulus;
570
569
  }
571
570
  });
572
- Object.defineProperty(exports, "QuizInstructions", {
571
+ Object.defineProperty(exports, "RetryGradePassbackButton", {
573
572
  enumerable: true,
574
573
  get: function get() {
575
- return _index46.QuizInstructions;
574
+ return _RetryGradePassbackButton.RetryGradePassbackButton;
576
575
  }
577
576
  });
578
- Object.defineProperty(exports, "QuizTitle", {
577
+ Object.defineProperty(exports, "ReturnButton", {
579
578
  enumerable: true,
580
579
  get: function get() {
581
- return _index47.QuizTitle;
580
+ return _ReturnButton.ReturnButton;
582
581
  }
583
582
  });
584
- Object.defineProperty(exports, "QuizEntryShow", {
583
+ Object.defineProperty(exports, "SDKApp", {
585
584
  enumerable: true,
586
585
  get: function get() {
587
- return _index48.QuizEntryShow;
586
+ return _SDKApp.DragDroppableSDKApp;
588
587
  }
589
588
  });
590
- Object.defineProperty(exports, "StimulusShow", {
589
+ Object.defineProperty(exports, "SDKBuildingButtons", {
591
590
  enumerable: true,
592
591
  get: function get() {
593
- return _index49.StimulusShow;
592
+ return _SDKBuildingButtons.SDKBuildingButtons;
594
593
  }
595
594
  });
596
- Object.defineProperty(exports, "QuizSessionResultHeader", {
595
+ Object.defineProperty(exports, "SDKHeaderCalculator", {
597
596
  enumerable: true,
598
597
  get: function get() {
599
- return _index50.QuizSessionResultHeader;
598
+ return _SDKHeaderCalculator.SDKHeaderCalculator;
600
599
  }
601
600
  });
602
- Object.defineProperty(exports, "QuizSessionResultInfo", {
601
+ Object.defineProperty(exports, "SDKMenuButton", {
603
602
  enumerable: true,
604
603
  get: function get() {
605
- return _index51.Info;
604
+ return _SDKMenuButton.SDKMenuButton;
606
605
  }
607
606
  });
608
- Object.defineProperty(exports, "SessionItemResultsList", {
607
+ Object.defineProperty(exports, "SDKNavBar", {
609
608
  enumerable: true,
610
609
  get: function get() {
611
- return _index52.SessionItemResultsList;
610
+ return _SDKNavBar.SDKNavBar;
612
611
  }
613
612
  });
614
- Object.defineProperty(exports, "Errors", {
613
+ Object.defineProperty(exports, "SDKTimer", {
615
614
  enumerable: true,
616
615
  get: function get() {
617
- return _Errors.Errors;
616
+ return _SDKTimer.SDKTimer;
618
617
  }
619
618
  });
620
- Object.defineProperty(exports, "TimeUnitsInput", {
619
+ Object.defineProperty(exports, "SecondaryNavBarButton", {
621
620
  enumerable: true,
622
621
  get: function get() {
623
- return _index53.TimeUnitsInput;
622
+ return _SecondaryNavBarButton.SecondaryNavBarButton;
624
623
  }
625
624
  });
626
- Object.defineProperty(exports, "QuizEntryView", {
625
+ Object.defineProperty(exports, "SessionItemResultView", {
627
626
  enumerable: true,
628
627
  get: function get() {
629
- return _index54.QuizEntry;
628
+ return _SessionItemResult.SessionItemResult;
630
629
  }
631
630
  });
632
- Object.defineProperty(exports, "Provider", {
631
+ Object.defineProperty(exports, "SessionItemResultsList", {
633
632
  enumerable: true,
634
633
  get: function get() {
635
- return _reactRedux.Provider;
634
+ return _SessionItemResultsList.SessionItemResultsList;
636
635
  }
637
636
  });
638
- Object.defineProperty(exports, "connect", {
637
+ Object.defineProperty(exports, "Sidebar", {
639
638
  enumerable: true,
640
639
  get: function get() {
641
- return _reactRedux.connect;
640
+ return _Sidebar.Sidebar;
642
641
  }
643
642
  });
644
- Object.defineProperty(exports, "FormattedTimer", {
643
+ Object.defineProperty(exports, "SidebarItem", {
645
644
  enumerable: true,
646
645
  get: function get() {
647
- return _index55.FormattedTimer;
646
+ return _SidebarItem.SidebarItem;
648
647
  }
649
648
  });
650
- Object.defineProperty(exports, "breakdownSeconds", {
649
+ Object.defineProperty(exports, "StimulusShow", {
651
650
  enumerable: true,
652
651
  get: function get() {
653
- return _index55.breakdownSeconds;
652
+ return _StimulusShow.StimulusShow;
654
653
  }
655
654
  });
656
- Object.defineProperty(exports, "HOUR_IN_SECONDS", {
655
+ Object.defineProperty(exports, "StimulusView", {
657
656
  enumerable: true,
658
657
  get: function get() {
659
- return _index55.HOUR_IN_SECONDS;
658
+ return _Stimulus.Stimulus;
660
659
  }
661
660
  });
662
- Object.defineProperty(exports, "TagWrapper", {
661
+ Object.defineProperty(exports, "StudentAnalysisReportCard", {
663
662
  enumerable: true,
664
663
  get: function get() {
665
- return _index56.default;
664
+ return _index3.StudentAnalysisReportCard;
666
665
  }
667
666
  });
668
- Object.defineProperty(exports, "RetryGradePassbackButton", {
667
+ Object.defineProperty(exports, "TagWrapper", {
669
668
  enumerable: true,
670
669
  get: function get() {
671
- return _index57.RetryGradePassbackButton;
670
+ return _TagWrapper["default"];
672
671
  }
673
672
  });
674
- Object.defineProperty(exports, "GenericAsyncSearch", {
673
+ Object.defineProperty(exports, "TimeRecordingService", {
675
674
  enumerable: true,
676
675
  get: function get() {
677
- return _GenericAsyncSearch.GenericAsyncSearch;
676
+ return _TimeRecordingService.TimeRecordingService;
678
677
  }
679
678
  });
680
- Object.defineProperty(exports, "MaskedTextInput", {
679
+ Object.defineProperty(exports, "TimeUnitsInput", {
681
680
  enumerable: true,
682
681
  get: function get() {
683
- return _index58.MaskedTextInput;
682
+ return _TimeUnitsInput.TimeUnitsInput;
684
683
  }
685
684
  });
686
- Object.defineProperty(exports, "AccessCodeTextInput", {
685
+ Object.defineProperty(exports, "Timer", {
687
686
  enumerable: true,
688
687
  get: function get() {
689
- return _index59.AccessCodeTextInput;
688
+ return _presenter.Timer;
690
689
  }
691
690
  });
692
- Object.defineProperty(exports, "config", {
691
+ Object.defineProperty(exports, "TimerService", {
693
692
  enumerable: true,
694
693
  get: function get() {
695
- return _config.environment;
694
+ return _TimerService.TimerService;
696
695
  }
697
696
  });
698
- Object.defineProperty(exports, "Fetcher", {
697
+ Object.defineProperty(exports, "UndecoratedQuizEntryEdit", {
699
698
  enumerable: true,
700
699
  get: function get() {
701
- return _Fetcher.Fetcher;
700
+ return _presenter2.UndecoratedQuizEntryEdit;
702
701
  }
703
702
  });
704
- Object.defineProperty(exports, "httpHeaders", {
703
+ Object.defineProperty(exports, "addError", {
705
704
  enumerable: true,
706
705
  get: function get() {
707
- return _httpHeaders.httpHeaders;
706
+ return _alerts.addError;
708
707
  }
709
708
  });
710
- Object.defineProperty(exports, "store", {
709
+ Object.defineProperty(exports, "addInfo", {
711
710
  enumerable: true,
712
711
  get: function get() {
713
- return _reduxStore.store;
712
+ return _alerts.addInfo;
714
713
  }
715
714
  });
716
- Object.defineProperty(exports, "setFakeStore", {
715
+ Object.defineProperty(exports, "addSuccess", {
717
716
  enumerable: true,
718
717
  get: function get() {
719
- return _reduxStore.setFakeStore;
718
+ return _alerts.addSuccess;
720
719
  }
721
720
  });
722
- Object.defineProperty(exports, "unsetFakeStore", {
721
+ Object.defineProperty(exports, "applyComponentStyleOverride", {
723
722
  enumerable: true,
724
723
  get: function get() {
725
- return _reduxStore.unsetFakeStore;
724
+ return _quizCommon.applyComponentStyleOverride;
726
725
  }
727
726
  });
728
- Object.defineProperty(exports, "setFeatures", {
727
+ Object.defineProperty(exports, "breakdownSeconds", {
729
728
  enumerable: true,
730
729
  get: function get() {
731
- return _featureCheck.setFeatures;
730
+ return _FormattedDuration.breakdownSeconds;
732
731
  }
733
732
  });
734
- Object.defineProperty(exports, "unsetFeatures", {
733
+ Object.defineProperty(exports, "changeFudgePoints", {
735
734
  enumerable: true,
736
735
  get: function get() {
737
- return _featureCheck.unsetFeatures;
736
+ return _modifications.changeFudgePoints;
738
737
  }
739
738
  });
740
- Object.defineProperty(exports, "featureOn", {
739
+ Object.defineProperty(exports, "changeItemState", {
741
740
  enumerable: true,
742
741
  get: function get() {
743
- return _featureCheck.featureOn;
742
+ return _modifications.changeItemState;
744
743
  }
745
744
  });
746
- Object.defineProperty(exports, "withTestFeatures", {
745
+ Object.defineProperty(exports, "changeQuizEntryPoints", {
747
746
  enumerable: true,
748
747
  get: function get() {
749
- return _featureCheck.withTestFeatures;
748
+ return _modifications.changeQuizEntryPoints;
750
749
  }
751
750
  });
752
- Object.defineProperty(exports, "makeEditable", {
751
+ Object.defineProperty(exports, "changeQuizEntryProperties", {
753
752
  enumerable: true,
754
753
  get: function get() {
755
- return _makeEditable.makeEditable;
754
+ return _modifications.changeQuizEntryProperties;
756
755
  }
757
756
  });
758
- Object.defineProperty(exports, "CustomPropTypes", {
757
+ Object.defineProperty(exports, "changeQuizOutcomeAlignmentSetGuid", {
759
758
  enumerable: true,
760
759
  get: function get() {
761
- return _CustomPropTypes.CustomPropTypes;
760
+ return _modifications.changeQuizOutcomeAlignmentSetGuid;
762
761
  }
763
762
  });
764
- Object.defineProperty(exports, "componentForItem", {
763
+ Object.defineProperty(exports, "clearActiveQuizSession", {
765
764
  enumerable: true,
766
765
  get: function get() {
767
- return _componentForItem.componentForItem;
766
+ return _quizSessions3.clearActiveQuizSession;
768
767
  }
769
768
  });
770
- Object.defineProperty(exports, "propsForInteractionEdit", {
769
+ Object.defineProperty(exports, "clearErrorsShowing", {
771
770
  enumerable: true,
772
771
  get: function get() {
773
- return _interactionTypePropsHelper.propsForInteractionEdit;
772
+ return _errorsShowing.clearErrorsShowing;
774
773
  }
775
774
  });
776
- Object.defineProperty(exports, "generateDisplayPositions", {
775
+ Object.defineProperty(exports, "clearFocusCurrentSessionItem", {
777
776
  enumerable: true,
778
777
  get: function get() {
779
- return _generateDisplayPositions.generateDisplayPositions;
778
+ return takingActionCreators.clearFocusCurrentSessionItem;
780
779
  }
781
780
  });
782
- Object.defineProperty(exports, "makeScrollable", {
781
+ Object.defineProperty(exports, "clearModifications", {
783
782
  enumerable: true,
784
783
  get: function get() {
785
- return _makeScrollable.makeScrollable;
784
+ return _modifications.clearModifications;
786
785
  }
787
786
  });
788
- Object.defineProperty(exports, "formatTimespan", {
787
+ Object.defineProperty(exports, "closeModal", {
789
788
  enumerable: true,
790
789
  get: function get() {
791
- return _formatTimespan.formatTimespan;
790
+ return modalActions.closeModal;
792
791
  }
793
792
  });
794
- Object.defineProperty(exports, "formatTime", {
795
- enumerable: true,
796
- get: function get() {
797
- return _formatTimespan.formatTime;
798
- }
799
- });
800
- Object.defineProperty(exports, "generateImportModalId", {
793
+ Object.defineProperty(exports, "componentForItem", {
801
794
  enumerable: true,
802
795
  get: function get() {
803
- return _index60.generateImportModalId;
796
+ return _componentForItem.componentForItem;
804
797
  }
805
798
  });
806
- Object.defineProperty(exports, "TimerService", {
799
+ Object.defineProperty(exports, "config", {
807
800
  enumerable: true,
808
801
  get: function get() {
809
- return _TimerService.TimerService;
802
+ return _config.environment;
810
803
  }
811
804
  });
812
- Object.defineProperty(exports, "TimeRecordingService", {
805
+ Object.defineProperty(exports, "confirmSessionStartPage", {
813
806
  enumerable: true,
814
807
  get: function get() {
815
- return _TimeRecordingService.TimeRecordingService;
808
+ return takingApiActions.confirmSessionStartPage;
816
809
  }
817
810
  });
818
- Object.defineProperty(exports, "onPhone", {
811
+ Object.defineProperty(exports, "connect", {
819
812
  enumerable: true,
820
813
  get: function get() {
821
- return _windowChecks.onPhone;
814
+ return _reactRedux.connect;
822
815
  }
823
816
  });
824
- Object.defineProperty(exports, "toErrors", {
817
+ Object.defineProperty(exports, "createQuizEntryRegrade", {
825
818
  enumerable: true,
826
819
  get: function get() {
827
- return _instUIMessages.toErrors;
820
+ return _quizEntryRegrades.createQuizEntryRegrade;
828
821
  }
829
822
  });
830
- Object.defineProperty(exports, "elementsForSelectors", {
823
+ Object.defineProperty(exports, "dismissGradeByQuestionBanner", {
831
824
  enumerable: true,
832
825
  get: function get() {
833
- return _ElementsForSelectors.elementsForSelectors;
826
+ return _grading.dismissGradeByQuestionBanner;
834
827
  }
835
828
  });
836
- Object.defineProperty(exports, "sessionStore", {
829
+ Object.defineProperty(exports, "editResponse", {
837
830
  enumerable: true,
838
831
  get: function get() {
839
- return _sessionStore.sessionStore;
832
+ return takingActionCreators.editResponse;
840
833
  }
841
834
  });
842
- Object.defineProperty(exports, "printWithCss", {
835
+ Object.defineProperty(exports, "elementsForSelectors", {
843
836
  enumerable: true,
844
837
  get: function get() {
845
- return _printUtils.printWithCss;
838
+ return _ElementsForSelectors.elementsForSelectors;
846
839
  }
847
840
  });
848
841
  Object.defineProperty(exports, "ensureImagesLoaded", {
@@ -857,442 +850,449 @@ Object.defineProperty(exports, "ensureRCEContentIsLoaded", {
857
850
  return _rceChecker.ensureRCEContentIsLoaded;
858
851
  }
859
852
  });
860
- Object.defineProperty(exports, "applyComponentStyleOverride", {
853
+ Object.defineProperty(exports, "featureOn", {
861
854
  enumerable: true,
862
855
  get: function get() {
863
- return _quizCommon.applyComponentStyleOverride;
856
+ return _featureCheck.featureOn;
864
857
  }
865
858
  });
866
- Object.defineProperty(exports, "withStyleOverrides", {
859
+ Object.defineProperty(exports, "fileUploading", {
867
860
  enumerable: true,
868
861
  get: function get() {
869
- return _quizCommon.withStyleOverrides;
862
+ return _calls.fileUploading;
870
863
  }
871
864
  });
872
- Object.defineProperty(exports, "getThemeByKey", {
865
+ Object.defineProperty(exports, "formatTime", {
873
866
  enumerable: true,
874
867
  get: function get() {
875
- return _quizCommon.getThemeByKey;
868
+ return _formatTimespan.formatTime;
876
869
  }
877
870
  });
878
- Object.defineProperty(exports, "setThemeByKey", {
871
+ Object.defineProperty(exports, "formatTimespan", {
879
872
  enumerable: true,
880
873
  get: function get() {
881
- return _quizCommon.setThemeByKey;
874
+ return _formatTimespan.formatTimespan;
882
875
  }
883
876
  });
884
- Object.defineProperty(exports, "getActiveTheme", {
877
+ Object.defineProperty(exports, "generateDisplayPositions", {
885
878
  enumerable: true,
886
879
  get: function get() {
887
- return _quizCommon.getActiveTheme;
880
+ return _generateDisplayPositions.generateDisplayPositions;
888
881
  }
889
882
  });
890
- Object.defineProperty(exports, "setActiveTheme", {
883
+ Object.defineProperty(exports, "generateImportModalId", {
891
884
  enumerable: true,
892
885
  get: function get() {
893
- return _quizCommon.setActiveTheme;
886
+ return _ImportModal.generateImportModalId;
894
887
  }
895
888
  });
896
- Object.defineProperty(exports, "getClientIpAddress", {
889
+ Object.defineProperty(exports, "getActiveCalculatorId", {
897
890
  enumerable: true,
898
891
  get: function get() {
899
- return _getClientIpAddress.getClientIpAddress;
892
+ return _ui2.getActiveCalculatorId;
900
893
  }
901
894
  });
902
- Object.defineProperty(exports, "createQuizEntryRegrade", {
895
+ Object.defineProperty(exports, "getActiveQuiz", {
903
896
  enumerable: true,
904
897
  get: function get() {
905
- return _quizEntryRegrades.createQuizEntryRegrade;
898
+ return _quizzes3.getActiveQuiz;
906
899
  }
907
900
  });
908
- Object.defineProperty(exports, "getQuizEntry", {
901
+ Object.defineProperty(exports, "getActiveQuizId", {
909
902
  enumerable: true,
910
903
  get: function get() {
911
- return _quizEntries.getQuizEntry;
904
+ return _quizzes3.getActiveQuizId;
912
905
  }
913
906
  });
914
- Object.defineProperty(exports, "moveQuizEntry", {
907
+ Object.defineProperty(exports, "getActiveQuizSession", {
915
908
  enumerable: true,
916
909
  get: function get() {
917
- return _quizEntries.moveQuizEntry;
910
+ return _quizSessions4.getActiveQuizSession;
918
911
  }
919
912
  });
920
- Object.defineProperty(exports, "getItem", {
913
+ Object.defineProperty(exports, "getActiveTheme", {
921
914
  enumerable: true,
922
915
  get: function get() {
923
- return _items.getItem;
916
+ return _quizCommon.getActiveTheme;
924
917
  }
925
918
  });
926
- Object.defineProperty(exports, "interactionFileUpload", {
919
+ Object.defineProperty(exports, "getBacktrackingIsAllowed", {
927
920
  enumerable: true,
928
921
  get: function get() {
929
- return _quizzes.interactionFileUpload;
922
+ return _quizSessions4.getBacktrackingIsAllowed;
930
923
  }
931
924
  });
932
- Object.defineProperty(exports, "setOneAtATimeType", {
925
+ Object.defineProperty(exports, "getClientIpAddress", {
933
926
  enumerable: true,
934
927
  get: function get() {
935
- return _quizzes.setOneAtATimeType;
928
+ return _getClientIpAddress.getClientIpAddress;
936
929
  }
937
930
  });
938
- Object.defineProperty(exports, "quizBuildingSession", {
931
+ Object.defineProperty(exports, "getExistingQuiz", {
939
932
  enumerable: true,
940
933
  get: function get() {
941
- return _quizzes.quizBuildingSession;
934
+ return _quizzes2.getExistingQuiz;
942
935
  }
943
936
  });
944
- Object.defineProperty(exports, "saveQuizChange", {
937
+ Object.defineProperty(exports, "getGradingSessionItemResults", {
945
938
  enumerable: true,
946
939
  get: function get() {
947
- return _quizzes.saveQuizChange;
940
+ return _sessionItemResults.getGradingSessionItemResults;
948
941
  }
949
942
  });
950
- Object.defineProperty(exports, "setBacktracking", {
943
+ Object.defineProperty(exports, "getGradingSessionItems", {
951
944
  enumerable: true,
952
945
  get: function get() {
953
- return _quizzes.setBacktracking;
946
+ return _sessionItems.getGradingSessionItems;
954
947
  }
955
948
  });
956
- Object.defineProperty(exports, "setCalculatorType", {
949
+ Object.defineProperty(exports, "getItem", {
957
950
  enumerable: true,
958
951
  get: function get() {
959
- return _quizzes.setCalculatorType;
952
+ return _items.getItem;
960
953
  }
961
954
  });
962
- Object.defineProperty(exports, "setAllowClearMCSelection", {
955
+ Object.defineProperty(exports, "getItemById", {
963
956
  enumerable: true,
964
957
  get: function get() {
965
- return _quizzes.setAllowClearMCSelection;
958
+ return _items2.getItemById;
966
959
  }
967
960
  });
968
- Object.defineProperty(exports, "setChoiceElimination", {
961
+ Object.defineProperty(exports, "getQuizById", {
969
962
  enumerable: true,
970
963
  get: function get() {
971
- return _quizzes.setChoiceElimination;
964
+ return _quizzes3.getQuizById;
972
965
  }
973
966
  });
974
- Object.defineProperty(exports, "setFilterIpAddress", {
967
+ Object.defineProperty(exports, "getQuizEntriesByQuizId", {
975
968
  enumerable: true,
976
969
  get: function get() {
977
- return _quizzes.setFilterIpAddress;
970
+ return _quizzes3.getQuizEntriesByQuizId;
978
971
  }
979
972
  });
980
- Object.defineProperty(exports, "setIpFiltersApi", {
973
+ Object.defineProperty(exports, "getQuizEntry", {
981
974
  enumerable: true,
982
975
  get: function get() {
983
- return _quizzes.setIpFiltersApi;
976
+ return _quizEntries.getQuizEntry;
984
977
  }
985
978
  });
986
- Object.defineProperty(exports, "setIpFiltersUi", {
979
+ Object.defineProperty(exports, "getQuizEntryById", {
987
980
  enumerable: true,
988
981
  get: function get() {
989
- return _quizzes.setIpFiltersUi;
982
+ return _quizzes3.getQuizEntryById;
990
983
  }
991
984
  });
992
- Object.defineProperty(exports, "setQuizDefaultRceSettings", {
985
+ Object.defineProperty(exports, "getQuizSession", {
993
986
  enumerable: true,
994
987
  get: function get() {
995
- return _quizzes.setQuizDefaultRceSettings;
988
+ return _quizSessions2.getQuizSession;
996
989
  }
997
990
  });
998
- Object.defineProperty(exports, "setQuizShuffleAnswers", {
991
+ Object.defineProperty(exports, "getQuizSessionById", {
999
992
  enumerable: true,
1000
993
  get: function get() {
1001
- return _quizzes.setQuizShuffleAnswers;
994
+ return _quizSessions4.getQuizSessionById;
1002
995
  }
1003
996
  });
1004
- Object.defineProperty(exports, "setQuizShuffleQuestions", {
997
+ Object.defineProperty(exports, "getQuizSessionEvents", {
1005
998
  enumerable: true,
1006
999
  get: function get() {
1007
- return _quizzes.setQuizShuffleQuestions;
1000
+ return _quizSessionEvents.getQuizSessionEvents;
1008
1001
  }
1009
1002
  });
1010
- Object.defineProperty(exports, "setRequireStudentAccessCode", {
1003
+ Object.defineProperty(exports, "getQuizSessions", {
1011
1004
  enumerable: true,
1012
1005
  get: function get() {
1013
- return _quizzes.setRequireStudentAccessCode;
1006
+ return _quizSessions2.getQuizSessions;
1014
1007
  }
1015
1008
  });
1016
- Object.defineProperty(exports, "setStudentAccessCodeApi", {
1009
+ Object.defineProperty(exports, "getRCEError", {
1017
1010
  enumerable: true,
1018
1011
  get: function get() {
1019
- return _quizzes.setStudentAccessCodeApi;
1012
+ return _rce2.getRCEError;
1020
1013
  }
1021
1014
  });
1022
- Object.defineProperty(exports, "setStudentAccessCodeUi", {
1015
+ Object.defineProperty(exports, "getResponseDataByPosition", {
1023
1016
  enumerable: true,
1024
1017
  get: function get() {
1025
- return _quizzes.setStudentAccessCodeUi;
1018
+ return _taking3.getResponseDataByPosition;
1026
1019
  }
1027
1020
  });
1028
- Object.defineProperty(exports, "setQuizHasTimeLimit", {
1021
+ Object.defineProperty(exports, "getResultInfo", {
1029
1022
  enumerable: true,
1030
1023
  get: function get() {
1031
- return _quizzes.setQuizHasTimeLimit;
1024
+ return _quizSessions3.getResultInfo;
1032
1025
  }
1033
1026
  });
1034
- Object.defineProperty(exports, "setSessionTimeLimitInSecondsUi", {
1027
+ Object.defineProperty(exports, "getSessionItems", {
1035
1028
  enumerable: true,
1036
1029
  get: function get() {
1037
- return _quizzes.setSessionTimeLimitInSecondsUi;
1030
+ return _quizSessions3.getSessionItems;
1038
1031
  }
1039
1032
  });
1040
- Object.defineProperty(exports, "setSessionTimeLimitInSecondsApi", {
1033
+ Object.defineProperty(exports, "getThemeByKey", {
1041
1034
  enumerable: true,
1042
1035
  get: function get() {
1043
- return _quizzes.setSessionTimeLimitInSecondsApi;
1036
+ return _quizCommon.getThemeByKey;
1044
1037
  }
1045
1038
  });
1046
- Object.defineProperty(exports, "setResultsFeedback", {
1039
+ Object.defineProperty(exports, "getTimerData", {
1047
1040
  enumerable: true,
1048
1041
  get: function get() {
1049
- return _quizzes.setResultsFeedback;
1042
+ return _taking3.getTimerData;
1050
1043
  }
1051
1044
  });
1052
- Object.defineProperty(exports, "setResultsFeedbackEnabled", {
1045
+ Object.defineProperty(exports, "hideError", {
1053
1046
  enumerable: true,
1054
1047
  get: function get() {
1055
- return _quizzes.setResultsFeedbackEnabled;
1048
+ return _errorsShowing.hideError;
1056
1049
  }
1057
1050
  });
1058
- Object.defineProperty(exports, "getExistingQuiz", {
1051
+ Object.defineProperty(exports, "httpHeaders", {
1059
1052
  enumerable: true,
1060
1053
  get: function get() {
1061
- return _quizzes2.getExistingQuiz;
1054
+ return _httpHeaders.httpHeaders;
1062
1055
  }
1063
1056
  });
1064
- Object.defineProperty(exports, "confirmSessionStartPage", {
1057
+ Object.defineProperty(exports, "interactionFileUpload", {
1065
1058
  enumerable: true,
1066
1059
  get: function get() {
1067
- return takingApiActions.confirmSessionStartPage;
1060
+ return _quizzes.interactionFileUpload;
1068
1061
  }
1069
1062
  });
1070
- Object.defineProperty(exports, "submitStudentAccessCode", {
1063
+ Object.defineProperty(exports, "isActiveQuizWorkingInstanceOneQuestionAtATime", {
1071
1064
  enumerable: true,
1072
1065
  get: function get() {
1073
- return takingApiActions.submitStudentAccessCode;
1066
+ return _quizzes3.isActiveQuizWorkingInstanceOneQuestionAtATime;
1074
1067
  }
1075
1068
  });
1076
- Object.defineProperty(exports, "nextQuestion", {
1069
+ Object.defineProperty(exports, "isOneQuestionAtATime", {
1077
1070
  enumerable: true,
1078
1071
  get: function get() {
1079
- return takingApiActions.nextQuestion;
1072
+ return _quizSessions4.isOneQuestionAtATime;
1080
1073
  }
1081
1074
  });
1082
- Object.defineProperty(exports, "submitQuiz", {
1075
+ Object.defineProperty(exports, "isTimeUp", {
1083
1076
  enumerable: true,
1084
1077
  get: function get() {
1085
- return takingApiActions.submitQuiz;
1078
+ return _taking3.isTimeUp;
1086
1079
  }
1087
1080
  });
1088
- Object.defineProperty(exports, "pinSessionItem", {
1081
+ Object.defineProperty(exports, "makeEditable", {
1089
1082
  enumerable: true,
1090
1083
  get: function get() {
1091
- return _quizSessions.pinSessionItem;
1084
+ return _makeEditable.makeEditable;
1092
1085
  }
1093
1086
  });
1094
- Object.defineProperty(exports, "postQuizSessionResults", {
1087
+ Object.defineProperty(exports, "makeScrollable", {
1095
1088
  enumerable: true,
1096
1089
  get: function get() {
1097
- return _updateResults.postQuizSessionResults;
1090
+ return _makeScrollable.makeScrollable;
1098
1091
  }
1099
1092
  });
1100
- Object.defineProperty(exports, "getQuizSession", {
1093
+ exports.modalActions = void 0;
1094
+ Object.defineProperty(exports, "moveQuizEntry", {
1101
1095
  enumerable: true,
1102
1096
  get: function get() {
1103
- return _quizSessions2.getQuizSession;
1097
+ return _quizEntries.moveQuizEntry;
1104
1098
  }
1105
1099
  });
1106
- Object.defineProperty(exports, "submitOutstandingQuizSession", {
1100
+ Object.defineProperty(exports, "moveTemporaryQuizEntry", {
1107
1101
  enumerable: true,
1108
1102
  get: function get() {
1109
- return _quizSessions2.submitOutstandingQuizSession;
1103
+ return _modifications.moveTemporaryQuizEntry;
1110
1104
  }
1111
1105
  });
1112
- Object.defineProperty(exports, "getQuizSessions", {
1106
+ Object.defineProperty(exports, "newActiveQuizSession", {
1113
1107
  enumerable: true,
1114
1108
  get: function get() {
1115
- return _quizSessions2.getQuizSessions;
1109
+ return _quizSessions3.newActiveQuizSession;
1116
1110
  }
1117
1111
  });
1118
- Object.defineProperty(exports, "getQuizSessionEvents", {
1112
+ Object.defineProperty(exports, "newHoverPosition", {
1119
1113
  enumerable: true,
1120
1114
  get: function get() {
1121
- return _quizSessionEvents.getQuizSessionEvents;
1115
+ return _dragAndDrop.newHoverPosition;
1122
1116
  }
1123
1117
  });
1124
- Object.defineProperty(exports, "addSuccess", {
1118
+ Object.defineProperty(exports, "nextQuestion", {
1125
1119
  enumerable: true,
1126
1120
  get: function get() {
1127
- return _alerts.addSuccess;
1121
+ return takingApiActions.nextQuestion;
1128
1122
  }
1129
1123
  });
1130
- Object.defineProperty(exports, "addInfo", {
1124
+ Object.defineProperty(exports, "onPhone", {
1131
1125
  enumerable: true,
1132
1126
  get: function get() {
1133
- return _alerts.addInfo;
1127
+ return _windowChecks.onPhone;
1134
1128
  }
1135
1129
  });
1136
- Object.defineProperty(exports, "addError", {
1130
+ Object.defineProperty(exports, "openModal", {
1137
1131
  enumerable: true,
1138
1132
  get: function get() {
1139
- return _alerts.addError;
1133
+ return modalActions.openModal;
1140
1134
  }
1141
1135
  });
1142
- Object.defineProperty(exports, "screenreaderNotification", {
1136
+ Object.defineProperty(exports, "pinSessionItem", {
1143
1137
  enumerable: true,
1144
1138
  get: function get() {
1145
- return _alerts.screenreaderNotification;
1139
+ return _quizSessions.pinSessionItem;
1146
1140
  }
1147
1141
  });
1148
- Object.defineProperty(exports, "removeAlert", {
1142
+ Object.defineProperty(exports, "postQuizSessionResults", {
1149
1143
  enumerable: true,
1150
1144
  get: function get() {
1151
- return _alerts.removeAlert;
1145
+ return _updateResults.postQuizSessionResults;
1152
1146
  }
1153
1147
  });
1154
- Object.defineProperty(exports, "openModal", {
1148
+ Object.defineProperty(exports, "postToParent", {
1155
1149
  enumerable: true,
1156
1150
  get: function get() {
1157
- return modalActions.openModal;
1151
+ return _postMessage.postToParent;
1158
1152
  }
1159
1153
  });
1160
- Object.defineProperty(exports, "closeModal", {
1154
+ Object.defineProperty(exports, "previewResponse", {
1161
1155
  enumerable: true,
1162
1156
  get: function get() {
1163
- return modalActions.closeModal;
1157
+ return takingActionCreators.previewResponse;
1164
1158
  }
1165
1159
  });
1166
- Object.defineProperty(exports, "setGradeByQuestionEnabled", {
1160
+ Object.defineProperty(exports, "previousQuestion", {
1167
1161
  enumerable: true,
1168
1162
  get: function get() {
1169
- return _grading.setGradeByQuestionEnabled;
1163
+ return takingActionCreators.previousQuestion;
1170
1164
  }
1171
1165
  });
1172
- Object.defineProperty(exports, "setActiveItem", {
1166
+ Object.defineProperty(exports, "printWithCss", {
1173
1167
  enumerable: true,
1174
1168
  get: function get() {
1175
- return _grading.setActiveItem;
1169
+ return _printUtils.printWithCss;
1176
1170
  }
1177
1171
  });
1178
- Object.defineProperty(exports, "dismissGradeByQuestionBanner", {
1172
+ Object.defineProperty(exports, "propsForInteractionEdit", {
1179
1173
  enumerable: true,
1180
1174
  get: function get() {
1181
- return _grading.dismissGradeByQuestionBanner;
1175
+ return _interactionTypePropsHelper.propsForInteractionEdit;
1182
1176
  }
1183
1177
  });
1184
- Object.defineProperty(exports, "setRegradingPayload", {
1178
+ Object.defineProperty(exports, "quizBuildingSession", {
1185
1179
  enumerable: true,
1186
1180
  get: function get() {
1187
- return _regrading.setRegradingPayload;
1181
+ return _quizzes.quizBuildingSession;
1188
1182
  }
1189
1183
  });
1190
- Object.defineProperty(exports, "setScoreReconciliation", {
1184
+ Object.defineProperty(exports, "removeAlert", {
1191
1185
  enumerable: true,
1192
1186
  get: function get() {
1193
- return _regrading.setScoreReconciliation;
1187
+ return _alerts.removeAlert;
1194
1188
  }
1195
1189
  });
1196
- Object.defineProperty(exports, "toggleRegradingEditMode", {
1190
+ Object.defineProperty(exports, "reportRCEEvent", {
1197
1191
  enumerable: true,
1198
1192
  get: function get() {
1199
- return _regrading.toggleRegradingEditMode;
1193
+ return _rce.reportRCEEvent;
1200
1194
  }
1201
1195
  });
1202
- Object.defineProperty(exports, "showError", {
1196
+ Object.defineProperty(exports, "saveQuizChange", {
1203
1197
  enumerable: true,
1204
1198
  get: function get() {
1205
- return _errorsShowing.showError;
1199
+ return _quizzes.saveQuizChange;
1206
1200
  }
1207
1201
  });
1208
- Object.defineProperty(exports, "hideError", {
1202
+ Object.defineProperty(exports, "screenreaderNotification", {
1209
1203
  enumerable: true,
1210
1204
  get: function get() {
1211
- return _errorsShowing.hideError;
1205
+ return _alerts.screenreaderNotification;
1212
1206
  }
1213
1207
  });
1214
- Object.defineProperty(exports, "clearErrorsShowing", {
1208
+ Object.defineProperty(exports, "scrollToItem", {
1215
1209
  enumerable: true,
1216
1210
  get: function get() {
1217
- return _errorsShowing.clearErrorsShowing;
1211
+ return _scrolling.scrollToItem;
1218
1212
  }
1219
1213
  });
1220
- Object.defineProperty(exports, "changeItemState", {
1214
+ Object.defineProperty(exports, "sessionItemResultsModification", {
1221
1215
  enumerable: true,
1222
1216
  get: function get() {
1223
- return _modifications.changeItemState;
1217
+ return _modifications.sessionItemResultsModification;
1224
1218
  }
1225
1219
  });
1226
- Object.defineProperty(exports, "changeQuizEntryPoints", {
1220
+ Object.defineProperty(exports, "sessionStore", {
1227
1221
  enumerable: true,
1228
1222
  get: function get() {
1229
- return _modifications.changeQuizEntryPoints;
1223
+ return _sessionStore.sessionStore;
1230
1224
  }
1231
1225
  });
1232
- Object.defineProperty(exports, "changeQuizEntryProperties", {
1226
+ Object.defineProperty(exports, "set", {
1233
1227
  enumerable: true,
1234
1228
  get: function get() {
1235
- return _modifications.changeQuizEntryProperties;
1229
+ return _ui.set;
1236
1230
  }
1237
1231
  });
1238
- Object.defineProperty(exports, "clearModifications", {
1232
+ Object.defineProperty(exports, "setActiveCalculatorId", {
1239
1233
  enumerable: true,
1240
1234
  get: function get() {
1241
- return _modifications.clearModifications;
1235
+ return _ui.setActiveCalculatorId;
1242
1236
  }
1243
1237
  });
1244
- Object.defineProperty(exports, "moveTemporaryQuizEntry", {
1238
+ Object.defineProperty(exports, "setActiveItem", {
1245
1239
  enumerable: true,
1246
1240
  get: function get() {
1247
- return _modifications.moveTemporaryQuizEntry;
1241
+ return _grading.setActiveItem;
1248
1242
  }
1249
1243
  });
1250
- Object.defineProperty(exports, "changeQuizOutcomeAlignmentSetGuid", {
1244
+ Object.defineProperty(exports, "setActiveTheme", {
1251
1245
  enumerable: true,
1252
1246
  get: function get() {
1253
- return _modifications.changeQuizOutcomeAlignmentSetGuid;
1247
+ return _quizCommon.setActiveTheme;
1254
1248
  }
1255
1249
  });
1256
- Object.defineProperty(exports, "changeFudgePoints", {
1250
+ Object.defineProperty(exports, "setAllowClearMCSelection", {
1257
1251
  enumerable: true,
1258
1252
  get: function get() {
1259
- return _modifications.changeFudgePoints;
1253
+ return _quizzes.setAllowClearMCSelection;
1260
1254
  }
1261
1255
  });
1262
- Object.defineProperty(exports, "sessionItemResultsModification", {
1256
+ Object.defineProperty(exports, "setBacktracking", {
1263
1257
  enumerable: true,
1264
1258
  get: function get() {
1265
- return _modifications.sessionItemResultsModification;
1259
+ return _quizzes.setBacktracking;
1266
1260
  }
1267
1261
  });
1268
- Object.defineProperty(exports, "previousQuestion", {
1262
+ Object.defineProperty(exports, "setCalculatorType", {
1269
1263
  enumerable: true,
1270
1264
  get: function get() {
1271
- return takingActionCreators.previousQuestion;
1265
+ return _quizzes.setCalculatorType;
1272
1266
  }
1273
1267
  });
1274
- Object.defineProperty(exports, "editResponse", {
1268
+ Object.defineProperty(exports, "setChoiceElimination", {
1275
1269
  enumerable: true,
1276
1270
  get: function get() {
1277
- return takingActionCreators.editResponse;
1271
+ return _quizzes.setChoiceElimination;
1278
1272
  }
1279
1273
  });
1280
- Object.defineProperty(exports, "previewResponse", {
1274
+ Object.defineProperty(exports, "setCurrentSessionItemPosition", {
1281
1275
  enumerable: true,
1282
1276
  get: function get() {
1283
- return takingActionCreators.previewResponse;
1277
+ return takingActionCreators.setCurrentSessionItemPosition;
1284
1278
  }
1285
1279
  });
1286
- Object.defineProperty(exports, "setCurrentSessionItemPosition", {
1280
+ Object.defineProperty(exports, "setFakeStore", {
1287
1281
  enumerable: true,
1288
1282
  get: function get() {
1289
- return takingActionCreators.setCurrentSessionItemPosition;
1283
+ return _reduxStore.setFakeStore;
1290
1284
  }
1291
1285
  });
1292
- Object.defineProperty(exports, "clearFocusCurrentSessionItem", {
1286
+ Object.defineProperty(exports, "setFeatures", {
1293
1287
  enumerable: true,
1294
1288
  get: function get() {
1295
- return takingActionCreators.clearFocusCurrentSessionItem;
1289
+ return _featureCheck.setFeatures;
1290
+ }
1291
+ });
1292
+ Object.defineProperty(exports, "setFilterIpAddress", {
1293
+ enumerable: true,
1294
+ get: function get() {
1295
+ return _quizzes.setFilterIpAddress;
1296
1296
  }
1297
1297
  });
1298
1298
  Object.defineProperty(exports, "setFocusTitleAndInstructions", {
@@ -1301,337 +1301,339 @@ Object.defineProperty(exports, "setFocusTitleAndInstructions", {
1301
1301
  return takingActionCreators.setFocusTitleAndInstructions;
1302
1302
  }
1303
1303
  });
1304
- Object.defineProperty(exports, "scrollToItem", {
1304
+ Object.defineProperty(exports, "setGradeByQuestionEnabled", {
1305
1305
  enumerable: true,
1306
1306
  get: function get() {
1307
- return _scrolling.scrollToItem;
1307
+ return _grading.setGradeByQuestionEnabled;
1308
1308
  }
1309
1309
  });
1310
- Object.defineProperty(exports, "reportRCEEvent", {
1310
+ Object.defineProperty(exports, "setIpFiltersApi", {
1311
1311
  enumerable: true,
1312
1312
  get: function get() {
1313
- return _rce.reportRCEEvent;
1313
+ return _quizzes.setIpFiltersApi;
1314
1314
  }
1315
1315
  });
1316
- Object.defineProperty(exports, "toggleSidebar", {
1316
+ Object.defineProperty(exports, "setIpFiltersUi", {
1317
1317
  enumerable: true,
1318
1318
  get: function get() {
1319
- return _sidebar.toggleSidebar;
1319
+ return _quizzes.setIpFiltersUi;
1320
1320
  }
1321
1321
  });
1322
- Object.defineProperty(exports, "newHoverPosition", {
1322
+ Object.defineProperty(exports, "setOneAtATimeType", {
1323
1323
  enumerable: true,
1324
1324
  get: function get() {
1325
- return _dragAndDrop.newHoverPosition;
1325
+ return _quizzes.setOneAtATimeType;
1326
1326
  }
1327
1327
  });
1328
- Object.defineProperty(exports, "set", {
1328
+ Object.defineProperty(exports, "setQuizDefaultRceSettings", {
1329
1329
  enumerable: true,
1330
1330
  get: function get() {
1331
- return _ui.set;
1331
+ return _quizzes.setQuizDefaultRceSettings;
1332
1332
  }
1333
1333
  });
1334
- Object.defineProperty(exports, "setActiveCalculatorId", {
1334
+ Object.defineProperty(exports, "setQuizHasTimeLimit", {
1335
1335
  enumerable: true,
1336
1336
  get: function get() {
1337
- return _ui.setActiveCalculatorId;
1337
+ return _quizzes.setQuizHasTimeLimit;
1338
1338
  }
1339
1339
  });
1340
- Object.defineProperty(exports, "postToParent", {
1340
+ Object.defineProperty(exports, "setQuizShuffleAnswers", {
1341
1341
  enumerable: true,
1342
1342
  get: function get() {
1343
- return _postMessage.postToParent;
1343
+ return _quizzes.setQuizShuffleAnswers;
1344
1344
  }
1345
1345
  });
1346
- Object.defineProperty(exports, "getResultInfo", {
1346
+ Object.defineProperty(exports, "setQuizShuffleQuestions", {
1347
1347
  enumerable: true,
1348
1348
  get: function get() {
1349
- return _quizSessions3.getResultInfo;
1349
+ return _quizzes.setQuizShuffleQuestions;
1350
1350
  }
1351
1351
  });
1352
- Object.defineProperty(exports, "newActiveQuizSession", {
1352
+ Object.defineProperty(exports, "setRegradingPayload", {
1353
1353
  enumerable: true,
1354
1354
  get: function get() {
1355
- return _quizSessions3.newActiveQuizSession;
1355
+ return _regrading.setRegradingPayload;
1356
1356
  }
1357
1357
  });
1358
- Object.defineProperty(exports, "clearActiveQuizSession", {
1358
+ Object.defineProperty(exports, "setRequireStudentAccessCode", {
1359
1359
  enumerable: true,
1360
1360
  get: function get() {
1361
- return _quizSessions3.clearActiveQuizSession;
1361
+ return _quizzes.setRequireStudentAccessCode;
1362
1362
  }
1363
1363
  });
1364
- Object.defineProperty(exports, "getSessionItems", {
1364
+ Object.defineProperty(exports, "setResultsFeedback", {
1365
1365
  enumerable: true,
1366
1366
  get: function get() {
1367
- return _quizSessions3.getSessionItems;
1367
+ return _quizzes.setResultsFeedback;
1368
1368
  }
1369
1369
  });
1370
- Object.defineProperty(exports, "startQuizExportJob", {
1370
+ Object.defineProperty(exports, "setResultsFeedbackEnabled", {
1371
1371
  enumerable: true,
1372
1372
  get: function get() {
1373
- return _quizExport.startQuizExportJob;
1373
+ return _quizzes.setResultsFeedbackEnabled;
1374
1374
  }
1375
1375
  });
1376
- Object.defineProperty(exports, "getQuizById", {
1376
+ Object.defineProperty(exports, "setScoreReconciliation", {
1377
1377
  enumerable: true,
1378
1378
  get: function get() {
1379
- return _quizzes3.getQuizById;
1379
+ return _regrading.setScoreReconciliation;
1380
1380
  }
1381
1381
  });
1382
- Object.defineProperty(exports, "getActiveQuizId", {
1382
+ Object.defineProperty(exports, "setSessionTimeLimitInSecondsApi", {
1383
1383
  enumerable: true,
1384
1384
  get: function get() {
1385
- return _quizzes3.getActiveQuizId;
1385
+ return _quizzes.setSessionTimeLimitInSecondsApi;
1386
1386
  }
1387
1387
  });
1388
- Object.defineProperty(exports, "getQuizEntryById", {
1388
+ Object.defineProperty(exports, "setSessionTimeLimitInSecondsUi", {
1389
1389
  enumerable: true,
1390
1390
  get: function get() {
1391
- return _quizzes3.getQuizEntryById;
1391
+ return _quizzes.setSessionTimeLimitInSecondsUi;
1392
1392
  }
1393
1393
  });
1394
- Object.defineProperty(exports, "getQuizEntriesByQuizId", {
1394
+ Object.defineProperty(exports, "setStudentAccessCodeApi", {
1395
1395
  enumerable: true,
1396
1396
  get: function get() {
1397
- return _quizzes3.getQuizEntriesByQuizId;
1397
+ return _quizzes.setStudentAccessCodeApi;
1398
1398
  }
1399
1399
  });
1400
- Object.defineProperty(exports, "isActiveQuizWorkingInstanceOneQuestionAtATime", {
1400
+ Object.defineProperty(exports, "setStudentAccessCodeUi", {
1401
1401
  enumerable: true,
1402
1402
  get: function get() {
1403
- return _quizzes3.isActiveQuizWorkingInstanceOneQuestionAtATime;
1403
+ return _quizzes.setStudentAccessCodeUi;
1404
1404
  }
1405
1405
  });
1406
- Object.defineProperty(exports, "getActiveQuiz", {
1406
+ Object.defineProperty(exports, "setThemeByKey", {
1407
1407
  enumerable: true,
1408
1408
  get: function get() {
1409
- return _quizzes3.getActiveQuiz;
1409
+ return _quizCommon.setThemeByKey;
1410
1410
  }
1411
1411
  });
1412
- Object.defineProperty(exports, "getItemById", {
1412
+ Object.defineProperty(exports, "showError", {
1413
1413
  enumerable: true,
1414
1414
  get: function get() {
1415
- return _items2.getItemById;
1415
+ return _errorsShowing.showError;
1416
1416
  }
1417
1417
  });
1418
- Object.defineProperty(exports, "fileUploading", {
1418
+ Object.defineProperty(exports, "startQuizExportJob", {
1419
1419
  enumerable: true,
1420
1420
  get: function get() {
1421
- return _calls.fileUploading;
1421
+ return _quizExport.startQuizExportJob;
1422
1422
  }
1423
1423
  });
1424
- Object.defineProperty(exports, "isTimeUp", {
1424
+ Object.defineProperty(exports, "store", {
1425
1425
  enumerable: true,
1426
1426
  get: function get() {
1427
- return _taking3.isTimeUp;
1427
+ return _reduxStore.store;
1428
1428
  }
1429
1429
  });
1430
- Object.defineProperty(exports, "getTimerData", {
1430
+ Object.defineProperty(exports, "submitOutstandingQuizSession", {
1431
1431
  enumerable: true,
1432
1432
  get: function get() {
1433
- return _taking3.getTimerData;
1433
+ return _quizSessions2.submitOutstandingQuizSession;
1434
1434
  }
1435
1435
  });
1436
- Object.defineProperty(exports, "getResponseDataByPosition", {
1436
+ Object.defineProperty(exports, "submitQuiz", {
1437
1437
  enumerable: true,
1438
1438
  get: function get() {
1439
- return _taking3.getResponseDataByPosition;
1439
+ return takingApiActions.submitQuiz;
1440
1440
  }
1441
1441
  });
1442
- Object.defineProperty(exports, "getActiveCalculatorId", {
1442
+ Object.defineProperty(exports, "submitStudentAccessCode", {
1443
1443
  enumerable: true,
1444
1444
  get: function get() {
1445
- return _ui2.getActiveCalculatorId;
1445
+ return takingApiActions.submitStudentAccessCode;
1446
1446
  }
1447
1447
  });
1448
- Object.defineProperty(exports, "getRCEError", {
1448
+ exports.takingApiActions = exports.takingActionCreators = void 0;
1449
+ Object.defineProperty(exports, "toErrors", {
1449
1450
  enumerable: true,
1450
1451
  get: function get() {
1451
- return _rce2.getRCEError;
1452
+ return _instUIMessages.toErrors;
1452
1453
  }
1453
1454
  });
1454
- Object.defineProperty(exports, "getQuizSessionById", {
1455
+ Object.defineProperty(exports, "toggleRegradingEditMode", {
1455
1456
  enumerable: true,
1456
1457
  get: function get() {
1457
- return _quizSessions4.getQuizSessionById;
1458
+ return _regrading.toggleRegradingEditMode;
1458
1459
  }
1459
1460
  });
1460
- Object.defineProperty(exports, "getActiveQuizSession", {
1461
+ Object.defineProperty(exports, "toggleSidebar", {
1461
1462
  enumerable: true,
1462
1463
  get: function get() {
1463
- return _quizSessions4.getActiveQuizSession;
1464
+ return _sidebar.toggleSidebar;
1464
1465
  }
1465
1466
  });
1466
- Object.defineProperty(exports, "getBacktrackingIsAllowed", {
1467
+ Object.defineProperty(exports, "unsetFakeStore", {
1467
1468
  enumerable: true,
1468
1469
  get: function get() {
1469
- return _quizSessions4.getBacktrackingIsAllowed;
1470
+ return _reduxStore.unsetFakeStore;
1470
1471
  }
1471
1472
  });
1472
- Object.defineProperty(exports, "isOneQuestionAtATime", {
1473
+ Object.defineProperty(exports, "unsetFeatures", {
1473
1474
  enumerable: true,
1474
1475
  get: function get() {
1475
- return _quizSessions4.isOneQuestionAtATime;
1476
+ return _featureCheck.unsetFeatures;
1476
1477
  }
1477
1478
  });
1478
- Object.defineProperty(exports, "getGradingSessionItems", {
1479
+ Object.defineProperty(exports, "withStyleOverrides", {
1479
1480
  enumerable: true,
1480
1481
  get: function get() {
1481
- return _sessionItems.getGradingSessionItems;
1482
+ return _quizCommon.withStyleOverrides;
1482
1483
  }
1483
1484
  });
1484
- Object.defineProperty(exports, "getGradingSessionItemResults", {
1485
+ Object.defineProperty(exports, "withTestFeatures", {
1485
1486
  enumerable: true,
1486
1487
  get: function get() {
1487
- return _sessionItemResults.getGradingSessionItemResults;
1488
+ return _featureCheck.withTestFeatures;
1488
1489
  }
1489
1490
  });
1490
- exports.takingActionCreators = exports.modalActions = exports.takingApiActions = void 0;
1491
- var _index = require("./common/components/SDKApp/index.js");
1492
- var _index2 = require("./moderating/components/resources/ModerateTable/index.js");
1493
- var _index3 = require("./common/components/layout/header/Calculator/index.js");
1494
- var _presenter = require("./common/components/layout/header/Timer/presenter.js");
1495
- var _index4 = require("./common/components/layout/header/HeaderMenuButton/index.js");
1496
- var _index5 = require("./common/components/resources/quiz/AddContent/Popover/index.js");
1497
- var _index6 = require("./reporting/components/resources/ReportList/index.js");
1498
- var _index7 = require("./reporting/components/resources/ReportCard/index.js");
1499
- var _index8 = require("./reporting/components/resources/QuizAndItemAnalysis/index.js");
1500
- var _index9 = require("./reporting/components/resources/NewQuizAndItemAnalysis/index.js");
1501
- var _index10 = require("./reporting/components/resources/NewQuizAndItemAnalysis/ReportCard/index.js");
1502
- var _index11 = require("./reporting/components/resources/StudentAnalysis/ReportCard/index.js");
1503
- var _index12 = require("./reporting/components/charts/Legend/index.js");
1504
- var _index13 = require("./building/components/resources/ActionButtons/index.js");
1505
- var _index14 = require("./building/components/layout/header/BuildingButtons/index.js");
1506
- var _index15 = require("./moderating/components/resources/AccommodationsModal/index.js");
1507
- var _index16 = require("./moderating/components/resources/AccommodationsModal/ExtraAttemptSettings/index.js");
1508
- var _index17 = require("./moderating/components/resources/AccommodationsModal/ExtraTimeSettings/index.js");
1509
- var _index18 = require("./common/components/PreviewFrame/index.js");
1510
- var _SDKHeaderCalculator = require("./common/components/SDKHeaderCalculator.js");
1511
- var _Spinner = require("./common/components/shared/spinner/Spinner.js");
1512
- var _index19 = require("./common/components/shared/PrintTrigger/index.js");
1513
- var _index20 = require("./common/components/shared/IfFeature/index.js");
1514
- var _presenter2 = require("./building/components/resources/quizEntry/QuizEntryEdit/presenter.js");
1515
- var _index21 = require("./common/components/resources/sessionItemResult/ResultStimulus/index.js");
1516
- var _index22 = require("./common/components/layout/sidebar/Stimulus/index.js");
1517
- var _index23 = require("./common/components/layout/sidebar/Sidebar/index.js");
1518
- var _index24 = require("./common/components/layout/sidebar/SidebarItem/index.js");
1519
- var _index25 = require("./banks/components/Banks/index.js");
1520
- var _index26 = require("./banks/components/Bank/index.js");
1521
- var _index27 = require("./banks/components/BankEntry/index.js");
1522
- var _index28 = require("./building/components/layout/header/SDKBuildingButtons/index.js");
1523
- var _index29 = require("./common/components/shared/Paginator/index.js");
1524
- var _SDKMenuButton = require("./common/components/SDKMenuButton.js");
1525
- var _SDKTimer = require("./common/components/SDKTimer.js");
1526
- var _SDKNavBar = require("./common/components/SDKNavBar.js");
1527
- var _index30 = require("./common/components/layout/navbar/SecondaryNavBarButton/index.js");
1528
- var _CentileDistribution = require("./reporting/components/charts/Distribution/CentileDistribution.js");
1529
- var _index31 = require("./reporting/components/resources/OutcomeAnalysis/index.js");
1530
- var _PositionBox = require("./common/components/resources/positionBox/PositionBox.js");
1531
- var _index32 = require("./common/components/Pin/index.js");
1532
- var _index33 = require("./common/components/resources/sessionItemResult/SessionItemResult/index.js");
1533
- var _index34 = require("./common/components/shared/Card/index.js");
1534
- var _index35 = require("./common/components/shared/Card/CardContent/index.js");
1535
- var _index36 = require("./common/components/shared/Card/CardWrapper/index.js");
1536
- var _index37 = require("./common/components/layout/Page/index.js");
1537
- var _index38 = require("./building/components/resources/BanksTray/index.js");
1538
- var _index39 = require("./building/components/layout/Sidebar/index.js");
1539
- var _index40 = require("./building/components/resources/DeleteStimulusModal/index.js");
1540
- var _index41 = require("./building/components/resources/ItemFeedbackModal/index.js");
1541
- var _index42 = require("./building/components/resources/MoveImmutableModal/index.js");
1542
- var _index43 = require("./common/components/resources/quiz/AddContent/Modal/index.js");
1543
- var _index44 = require("./building/components/QTIImportModal/index.js");
1544
- var _ReturnButton = require("./common/components/shared/return_button/ReturnButton.js");
1545
- var _dragAndDropUtils = require("./common/components/shared/drag_and_drop/dragAndDropUtils.js");
1546
- var _Event = require("./moderating/components/events/Event.js");
1547
- var _QuizInfo = require("./common/components/resources/quiz/info/QuizInfo.js");
1548
- var _index45 = require("./common/components/LearnosityCalculator/index.js");
1549
- var _index46 = require("./building/components/resources/quiz/instructions/Instructions/index.js");
1550
- var _index47 = require("./building/components/resources/quiz/title/Title/index.js");
1551
- var _index48 = require("./building/components/resources/quizEntry/QuizEntryShow/index.js");
1552
- var _index49 = require("./common/components/resources/stimulus/StimulusShow/index.js");
1553
- var _index50 = require("./common/components/resources/quizSessionResult/Header/index.js");
1554
- var _index51 = require("./common/components/resources/quizSessionResult/Info/index.js");
1555
- var _index52 = require("./common/components/resources/sessionItemResult/SessionItemResultsList/index.js");
1556
- var _Errors = require("./common/components/shared/errors/Errors.js");
1557
- var _index53 = require("./common/components/shared/TimeUnitsInput/index.js");
1558
- var _index54 = require("./building/components/resources/quizEntry/QuizEntry/index.js");
1559
- var _reactRedux = require("./common/react-redux.js");
1560
- var _index55 = require("./common/components/shared/FormattedDuration/index.js");
1561
- var _index56 = _interopRequireDefault(require("./common/components/shared/TagWrapper/index.js"));
1562
- var _index57 = require("./moderating/components/resources/RetryGradePassbackButton/index.js");
1563
- var _GenericAsyncSearch = require("./common/components/shared/GenericAsyncSearch/GenericAsyncSearch.js");
1564
- var _index58 = require("./common/components/MaskedTextInput/index.js");
1565
- var _index59 = require("./common/components/AccessCodeTextInput/index.js");
1566
- var _config = require("./config.js");
1567
- var _Fetcher = require("./common/util/Fetcher.js");
1568
- var _httpHeaders = require("./common/util/httpHeaders.js");
1569
- var _reduxStore = require("./reduxStore.js");
1570
- var _featureCheck = require("./common/util/featureCheck.js");
1571
- var _makeEditable = require("./common/components/shared/functionality/makeEditable.js");
1572
- var _CustomPropTypes = require("./common/util/CustomPropTypes.js");
1573
- var _componentForItem = require("./common/util/componentForItem.js");
1574
- var _interactionTypePropsHelper = require("./common/util/interactionTypePropsHelper.js");
1575
- var _generateDisplayPositions = require("./common/util/generateDisplayPositions.js");
1576
- var _makeScrollable = require("./common/components/shared/functionality/makeScrollable.js");
1577
- var _formatTimespan = require("./common/util/formatTimespan.js");
1578
- var _index60 = require("./common/components/ImportModal/index.js");
1579
- var _TimerService = require("./common/util/TimerService.js");
1580
- var _TimeRecordingService = require("./common/util/TimeRecordingService.js");
1581
- var _windowChecks = require("./common/util/windowChecks.js");
1582
- var _instUIMessages = require("./common/util/instUIMessages.js");
1583
- var _ElementsForSelectors = require("./common/util/ElementsForSelectors.js");
1584
- var _sessionStore = require("./common/util/sessionStore.js");
1585
- var _printUtils = require("./common/util/printUtils.js");
1586
- var _rceChecker = require("./common/util/rceChecker.js");
1491
+ var _SDKApp = require("./common/components/SDKApp");
1492
+ var _ModerateTable = require("./moderating/components/resources/ModerateTable");
1493
+ var _index = require("./common/components/layout/header/Calculator/index");
1494
+ var _presenter = require("./common/components/layout/header/Timer/presenter");
1495
+ var _index2 = require("./common/components/layout/header/HeaderMenuButton/index");
1496
+ var _Popover = require("./common/components/resources/quiz/AddContent/Popover");
1497
+ var _ReportList = require("./reporting/components/resources/ReportList");
1498
+ var _ReportCard = require("./reporting/components/resources/ReportCard");
1499
+ var _QuizAndItemAnalysis = require("./reporting/components/resources/QuizAndItemAnalysis");
1500
+ var _NewQuizAndItemAnalysis = require("./reporting/components/resources/NewQuizAndItemAnalysis");
1501
+ var _ReportCard2 = require("./reporting/components/resources/NewQuizAndItemAnalysis/ReportCard");
1502
+ var _index3 = require("./reporting/components/resources/StudentAnalysis/ReportCard/index");
1503
+ var _Legend = require("./reporting/components/charts/Legend");
1504
+ var _ActionButtons = require("./building/components/resources/ActionButtons");
1505
+ var _BuildingButtons = require("./building/components/layout/header/BuildingButtons");
1506
+ var _AccommodationsModal = require("./moderating/components/resources/AccommodationsModal");
1507
+ var _ExtraAttemptSettings = require("./moderating/components/resources/AccommodationsModal/ExtraAttemptSettings");
1508
+ var _ExtraTimeSettings = require("./moderating/components/resources/AccommodationsModal/ExtraTimeSettings");
1509
+ var _PreviewFrame = require("./common/components/PreviewFrame");
1510
+ var _SDKHeaderCalculator = require("./common/components/SDKHeaderCalculator");
1511
+ var _Spinner = require("./common/components/shared/spinner/Spinner");
1512
+ var _PrintTrigger = require("./common/components/shared/PrintTrigger");
1513
+ var _IfFeature = require("./common/components/shared/IfFeature");
1514
+ var _presenter2 = require("./building/components/resources/quizEntry/QuizEntryEdit/presenter");
1515
+ var _ResultStimulus = require("./common/components/resources/sessionItemResult/ResultStimulus");
1516
+ var _Stimulus = require("./common/components/layout/sidebar/Stimulus");
1517
+ var _Sidebar = require("./common/components/layout/sidebar/Sidebar");
1518
+ var _SidebarItem = require("./common/components/layout/sidebar/SidebarItem");
1519
+ var _Banks = require("./banks/components/Banks");
1520
+ var _Bank = require("./banks/components/Bank");
1521
+ var _BankEntry = require("./banks/components/BankEntry");
1522
+ var _SDKBuildingButtons = require("./building/components/layout/header/SDKBuildingButtons");
1523
+ var _Paginator = require("./common/components/shared/Paginator");
1524
+ var _SDKMenuButton = require("./common/components/SDKMenuButton");
1525
+ var _SDKTimer = require("./common/components/SDKTimer");
1526
+ var _SDKNavBar = require("./common/components/SDKNavBar");
1527
+ var _SecondaryNavBarButton = require("./common/components/layout/navbar/SecondaryNavBarButton");
1528
+ var _CentileDistribution = require("./reporting/components/charts/Distribution/CentileDistribution");
1529
+ var _OutcomeAnalysis = require("./reporting/components/resources/OutcomeAnalysis");
1530
+ var _PositionBox = require("./common/components/resources/positionBox/PositionBox");
1531
+ var _Pin = require("./common/components/Pin");
1532
+ var _SessionItemResult = require("./common/components/resources/sessionItemResult/SessionItemResult");
1533
+ var _Card = require("./common/components/shared/Card");
1534
+ var _CardContent = require("./common/components/shared/Card/CardContent");
1535
+ var _CardWrapper = require("./common/components/shared/Card/CardWrapper");
1536
+ var _Page = require("./common/components/layout/Page");
1537
+ var _BanksTray = require("./building/components/resources/BanksTray");
1538
+ var _Sidebar2 = require("./building/components/layout/Sidebar");
1539
+ var _DeleteStimulusModal = require("./building/components/resources/DeleteStimulusModal");
1540
+ var _ItemFeedbackModal = require("./building/components/resources/ItemFeedbackModal");
1541
+ var _MoveImmutableModal = require("./building/components/resources/MoveImmutableModal");
1542
+ var _Modal = require("./common/components/resources/quiz/AddContent/Modal");
1543
+ var _QTIImportModal = require("./building/components/QTIImportModal");
1544
+ var _ReturnButton = require("./common/components/shared/return_button/ReturnButton");
1545
+ var _dragAndDropUtils = require("./common/components/shared/drag_and_drop/dragAndDropUtils");
1546
+ var _Event = require("./moderating/components/events/Event");
1547
+ var _QuizInfo = require("./common/components/resources/quiz/info/QuizInfo");
1548
+ var _LearnosityCalculator = require("./common/components/LearnosityCalculator");
1549
+ var _Instructions = require("./building/components/resources/quiz/instructions/Instructions");
1550
+ var _Title = require("./building/components/resources/quiz/title/Title");
1551
+ var _QuizEntryShow = require("./building/components/resources/quizEntry/QuizEntryShow");
1552
+ var _StimulusShow = require("./common/components/resources/stimulus/StimulusShow");
1553
+ var _Header = require("./common/components/resources/quizSessionResult/Header");
1554
+ var _Info = require("./common/components/resources/quizSessionResult/Info");
1555
+ var _SessionItemResultsList = require("./common/components/resources/sessionItemResult/SessionItemResultsList");
1556
+ var _Errors = require("./common/components/shared/errors/Errors");
1557
+ var _TimeUnitsInput = require("./common/components/shared/TimeUnitsInput");
1558
+ var _QuizEntry = require("./building/components/resources/quizEntry/QuizEntry");
1559
+ var _reactRedux = require("./common/react-redux");
1560
+ var _FormattedDuration = require("./common/components/shared/FormattedDuration");
1561
+ var _TagWrapper = _interopRequireDefault(require("./common/components/shared/TagWrapper"));
1562
+ var _RetryGradePassbackButton = require("./moderating/components/resources/RetryGradePassbackButton");
1563
+ var _GenericAsyncSearch = require("./common/components/shared/GenericAsyncSearch/GenericAsyncSearch");
1564
+ var _MaskedTextInput = require("./common/components/MaskedTextInput");
1565
+ var _AccessCodeTextInput = require("./common/components/AccessCodeTextInput");
1566
+ var _config = require("./config");
1567
+ var _Fetcher = require("./common/util/Fetcher");
1568
+ var _httpHeaders = require("./common/util/httpHeaders");
1569
+ var _reduxStore = require("./reduxStore");
1570
+ var _featureCheck = require("./common/util/featureCheck");
1571
+ var _makeEditable = require("./common/components/shared/functionality/makeEditable");
1572
+ var _CustomPropTypes = require("./common/util/CustomPropTypes");
1573
+ var _componentForItem = require("./common/util/componentForItem");
1574
+ var _interactionTypePropsHelper = require("./common/util/interactionTypePropsHelper");
1575
+ var _generateDisplayPositions = require("./common/util/generateDisplayPositions");
1576
+ var _makeScrollable = require("./common/components/shared/functionality/makeScrollable");
1577
+ var _formatTimespan = require("./common/util/formatTimespan");
1578
+ var _ImportModal = require("./common/components/ImportModal");
1579
+ var _TimerService = require("./common/util/TimerService");
1580
+ var _TimeRecordingService = require("./common/util/TimeRecordingService");
1581
+ var _windowChecks = require("./common/util/windowChecks");
1582
+ var _instUIMessages = require("./common/util/instUIMessages");
1583
+ var _ElementsForSelectors = require("./common/util/ElementsForSelectors");
1584
+ var _sessionStore = require("./common/util/sessionStore");
1585
+ var _printUtils = require("./common/util/printUtils");
1586
+ var _rceChecker = require("./common/util/rceChecker");
1587
1587
  var _quizCommon = require("@instructure/quiz-common");
1588
- var _getClientIpAddress = require("./common/util/getClientIpAddress.js");
1589
- var _quizEntryRegrades = require("./grading/api/quizEntryRegrades.js");
1590
- var _quizEntries = require("./building/api/quizEntries.js");
1591
- var _items = require("./building/api/items.js");
1592
- var _quizzes = require("./building/api/quizzes.js");
1593
- var _quizzes2 = require("./common/api/quizzes.js");
1594
- var takingApiActions = _interopRequireWildcard(require("./taking/api/taking.js"));
1588
+ var _getClientIpAddress = require("./common/util/getClientIpAddress");
1589
+ var _quizEntryRegrades = require("./grading/api/quizEntryRegrades");
1590
+ var _quizEntries = require("./building/api/quizEntries");
1591
+ var _items = require("./building/api/items");
1592
+ var _quizzes = require("./building/api/quizzes");
1593
+ var _quizzes2 = require("./common/api/quizzes");
1594
+ var takingApiActions = _interopRequireWildcard(require("./taking/api/taking"));
1595
1595
  exports.takingApiActions = takingApiActions;
1596
- var _quizSessions = require("./common/api/quizSessions.js");
1597
- var _updateResults = require("./grading/api/updateResults.js");
1598
- var _quizSessions2 = require("./moderating/api/quizSessions.js");
1599
- var _quizSessionEvents = require("./moderating/api/quizSessionEvents.js");
1600
- var _alerts = require("./common/actions/alerts.js");
1601
- var modalActions = _interopRequireWildcard(require("./common/actions/modal.js"));
1596
+ var _quizSessions = require("./common/api/quizSessions");
1597
+ var _updateResults = require("./grading/api/updateResults");
1598
+ var _quizSessions2 = require("./moderating/api/quizSessions");
1599
+ var _quizSessionEvents = require("./moderating/api/quizSessionEvents");
1600
+ var _alerts = require("./common/actions/alerts");
1601
+ var modalActions = _interopRequireWildcard(require("./common/actions/modal"));
1602
1602
  exports.modalActions = modalActions;
1603
- var _grading = require("./common/actions/grading.js");
1604
- var _regrading = require("./common/actions/regrading.js");
1605
- var _errorsShowing = require("./common/actions/errorsShowing.js");
1606
- var _modifications = require("./common/actions/modifications.js");
1607
- var takingActionCreators = _interopRequireWildcard(require("./common/actions/taking.js"));
1603
+ var _grading = require("./common/actions/grading");
1604
+ var _regrading = require("./common/actions/regrading");
1605
+ var _errorsShowing = require("./common/actions/errorsShowing");
1606
+ var _modifications = require("./common/actions/modifications");
1607
+ var takingActionCreators = _interopRequireWildcard(require("./common/actions/taking"));
1608
1608
  exports.takingActionCreators = takingActionCreators;
1609
- var _scrolling = require("./common/actions/scrolling.js");
1610
- var _rce = require("./common/actions/rce.js");
1611
- var _sidebar = require("./common/actions/sidebar.js");
1612
- var _dragAndDrop = require("./common/actions/dragAndDrop.js");
1613
- var _ui = require("./common/actions/ui.js");
1614
- var _postMessage = require("./common/actions/postMessage.js");
1615
- var _quizSessions3 = require("./common/actions/quizSessions.js");
1616
- var _quizExport = require("./common/actions/quizExport.js");
1617
- var _quizzes3 = require("./common/selectors/quizzes.js");
1618
- var _items2 = require("./common/selectors/items.js");
1619
- var _calls = require("./common/selectors/calls.js");
1620
- var _taking3 = require("./common/selectors/taking.js");
1621
- var _ui2 = require("./common/selectors/ui.js");
1622
- var _rce2 = require("./common/selectors/rce.js");
1623
- var _quizSessions4 = require("./common/selectors/quizSessions.js");
1624
- var _sessionItems = require("./common/selectors/sessionItems.js");
1625
- var _sessionItemResults = require("./common/selectors/sessionItemResults.js");
1626
- var _index61 = require("./common/records/index.js");
1627
- Object.keys(_index61).forEach(function (key) {
1609
+ var _scrolling = require("./common/actions/scrolling");
1610
+ var _rce = require("./common/actions/rce");
1611
+ var _sidebar = require("./common/actions/sidebar");
1612
+ var _dragAndDrop = require("./common/actions/dragAndDrop");
1613
+ var _ui = require("./common/actions/ui");
1614
+ var _postMessage = require("./common/actions/postMessage");
1615
+ var _quizSessions3 = require("./common/actions/quizSessions");
1616
+ var _quizExport = require("./common/actions/quizExport");
1617
+ var _quizzes3 = require("./common/selectors/quizzes");
1618
+ var _items2 = require("./common/selectors/items");
1619
+ var _calls = require("./common/selectors/calls");
1620
+ var _taking3 = require("./common/selectors/taking");
1621
+ var _ui2 = require("./common/selectors/ui");
1622
+ var _rce2 = require("./common/selectors/rce");
1623
+ var _quizSessions4 = require("./common/selectors/quizSessions");
1624
+ var _sessionItems = require("./common/selectors/sessionItems");
1625
+ var _sessionItemResults = require("./common/selectors/sessionItemResults");
1626
+ var _records = require("./common/records");
1627
+ Object.keys(_records).forEach(function (key) {
1628
1628
  if (key === "default" || key === "__esModule") return;
1629
1629
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
1630
- if (key in exports && exports[key] === _index61[key]) return;
1630
+ if (key in exports && exports[key] === _records[key]) return;
1631
1631
  Object.defineProperty(exports, key, {
1632
1632
  enumerable: true,
1633
1633
  get: function get() {
1634
- return _index61[key];
1634
+ return _records[key];
1635
1635
  }
1636
1636
  });
1637
- });
1637
+ });
1638
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
1639
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }