@instructure/quiz-core 20.31.1 → 20.31.2-rc.28
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.
- package/es/banks/components/AddToBankModal/index.js +0 -2
- package/es/banks/components/AddToBankModal/presenter.js +27 -33
- package/es/banks/components/AsyncSearch/index.js +1 -2
- package/es/banks/components/Banks/index.js +0 -1
- package/es/banks/components/Banks/presenter.js +2 -5
- package/es/banks/components/BanksList/index.js +1 -3
- package/es/banks/components/BanksList/presenter.js +16 -19
- package/es/banks/components/SharingModal/ShareList/index.js +2 -3
- package/es/banks/components/SharingModal/index.js +0 -1
- package/es/banks/components/SharingModal/presenter.js +1 -5
- package/es/common/components/layout/Page/index.js +4 -2
- package/es/common/components/layout/sidebar/Sidebar/index.js +2 -1
- package/es/common/components/resources/entry/EntrySave/index.js +0 -2
- package/es/common/components/resources/entry/EntrySave/presenter.js +1 -3
- package/es/common/components/resources/item/ItemEdit/index.js +0 -1
- package/es/common/components/resources/item/ItemEdit/presenter.js +0 -2
- package/es/common/components/shared/PrintTrigger/index.js +0 -2
- package/es/common/components/shared/PrintTrigger/presenter.js +1 -3
- package/es/common/selectors/calculator.js +0 -4
- package/es/common/util/interactionTypePropsHelper.js +3 -4
- package/lib/banks/api/bankEntries.js +24 -13
- package/lib/banks/api/banks.js +26 -15
- package/lib/banks/api/copyingBanksPoller.js +4 -2
- package/lib/banks/api/tagAssociations.js +8 -5
- package/lib/banks/components/AddBankEntryModal/index.js +4 -2
- package/lib/banks/components/AddBankEntryModal/presenter.js +4 -2
- package/lib/banks/components/AddToBankModal/index.js +3 -4
- package/lib/banks/components/AddToBankModal/presenter.js +31 -35
- package/lib/banks/components/AsyncSearch/index.js +5 -4
- package/lib/banks/components/Bank/index.js +5 -3
- package/lib/banks/components/Bank/presenter.js +4 -2
- package/lib/banks/components/Bank/styles.js +2 -1
- package/lib/banks/components/Bank/theme.js +2 -1
- package/lib/banks/components/BankEntriesList/index.js +3 -2
- package/lib/banks/components/BankEntriesList/presenter.js +4 -2
- package/lib/banks/components/BankEntriesList/styles.js +2 -1
- package/lib/banks/components/BankEntriesList/theme.js +2 -1
- package/lib/banks/components/BankEntry/index.js +4 -2
- package/lib/banks/components/BankEntry/presenter.js +4 -2
- package/lib/banks/components/BankEntry/styles.js +2 -1
- package/lib/banks/components/BankEntry/theme.js +2 -1
- package/lib/banks/components/BankEntryRow/BankEntryRow.examples.js +3 -2
- package/lib/banks/components/BankEntryRow/index.js +2 -1
- package/lib/banks/components/BankEntryRow/presenter.js +4 -2
- package/lib/banks/components/BankEntryRow/styles.js +2 -1
- package/lib/banks/components/BankEntryRow/theme.js +2 -1
- package/lib/banks/components/BankSearch/BankSearch.stories.js +12 -7
- package/lib/banks/components/BankSearch/index.js +2 -1
- package/lib/banks/components/BankSearch/presenter.js +4 -2
- package/lib/banks/components/BankSearch/styles.js +2 -1
- package/lib/banks/components/BankSearch/theme.js +2 -1
- package/lib/banks/components/Banks/index.js +4 -3
- package/lib/banks/components/Banks/presenter.js +6 -7
- package/lib/banks/components/Banks/styles.js +2 -1
- package/lib/banks/components/Banks/theme.js +2 -1
- package/lib/banks/components/BanksList/index.js +5 -6
- package/lib/banks/components/BanksList/presenter.js +20 -21
- package/lib/banks/components/BanksList/styles.js +2 -1
- package/lib/banks/components/BanksList/theme.js +2 -1
- package/lib/banks/components/CopyMoveBankEntryModal/index.js +3 -2
- package/lib/banks/components/CopyMoveBankEntryModal/presenter.js +4 -2
- package/lib/banks/components/CreateBankModal/index.js +2 -1
- package/lib/banks/components/CreateBankModal/presenter.js +4 -2
- package/lib/banks/components/CreateBankModal/styles.js +2 -1
- package/lib/banks/components/CreateBankModal/theme.js +2 -1
- package/lib/banks/components/EditBankModal/index.js +2 -1
- package/lib/banks/components/EditBankModal/presenter.js +4 -2
- package/lib/banks/components/EditBankModal/styles.js +2 -1
- package/lib/banks/components/EditBankModal/theme.js +2 -1
- package/lib/banks/components/HeaderBreadCrumb/index.js +4 -2
- package/lib/banks/components/HeaderMenu/index.js +2 -1
- package/lib/banks/components/HeaderMenu/presenter.js +4 -2
- package/lib/banks/components/HeaderMenu/styles.js +2 -1
- package/lib/banks/components/HeaderMenu/theme.js +2 -1
- package/lib/banks/components/NavWrapper/NavWrapper.examples.js +3 -2
- package/lib/banks/components/NavWrapper/index.js +2 -1
- package/lib/banks/components/NavWrapper/presenter.js +2 -1
- package/lib/banks/components/NavWrapper/styles.js +2 -1
- package/lib/banks/components/NavWrapper/theme.js +2 -1
- package/lib/banks/components/SharingModal/ContextualIconButton/index.js +2 -1
- package/lib/banks/components/SharingModal/RootAccountSharing.js +4 -2
- package/lib/banks/components/SharingModal/ShareList/ShareList.examples.js +3 -2
- package/lib/banks/components/SharingModal/ShareList/index.js +6 -5
- package/lib/banks/components/SharingModal/ShareList/styles.js +2 -1
- package/lib/banks/components/SharingModal/index.js +2 -2
- package/lib/banks/components/SharingModal/presenter.js +5 -7
- package/lib/banks/components/SharingModal/styles.js +2 -1
- package/lib/banks/components/SharingModal/theme.js +2 -1
- package/lib/building/api/items.js +1 -1
- package/lib/building/api/qtiImports.js +9 -5
- package/lib/building/api/quizEntries.js +10 -9
- package/lib/building/api/quizzes.js +15 -15
- package/lib/building/api/stimuli.js +1 -1
- package/lib/building/components/QTIImportModal/index.js +9 -5
- package/lib/building/components/layout/Sidebar/Sidebar.examples.js +2 -1
- package/lib/building/components/layout/Sidebar/SidebarItem/index.js +9 -5
- package/lib/building/components/layout/Sidebar/SidebarItem/presenter.js +4 -2
- package/lib/building/components/layout/Sidebar/SidebarItem/styles.js +2 -1
- package/lib/building/components/layout/Sidebar/SidebarItem/theme.js +2 -1
- package/lib/building/components/layout/Sidebar/Stimulus/index.js +9 -5
- package/lib/building/components/layout/Sidebar/Stimulus/presenter.js +4 -2
- package/lib/building/components/layout/Sidebar/Stimulus/styles.js +2 -1
- package/lib/building/components/layout/Sidebar/Stimulus/theme.js +2 -1
- package/lib/building/components/layout/Sidebar/index.js +9 -5
- package/lib/building/components/layout/Sidebar/presenter.js +4 -2
- package/lib/building/components/layout/Sidebar/styles.js +2 -1
- package/lib/building/components/layout/Sidebar/theme.js +2 -1
- package/lib/building/components/layout/header/BuildingButtons/index.js +5 -3
- package/lib/building/components/layout/header/BuildingButtons/presenter.js +4 -2
- package/lib/building/components/layout/header/BuildingButtons/styles.js +2 -1
- package/lib/building/components/layout/header/BuildingButtons/theme.js +2 -1
- package/lib/building/components/layout/header/SDKBuildingButtons/index.js +4 -2
- package/lib/building/components/resources/ActionButtons/index.js +4 -2
- package/lib/building/components/resources/ActionButtons/presenter.js +4 -2
- package/lib/building/components/resources/ActionButtons/styles.js +2 -1
- package/lib/building/components/resources/ActionButtons/theme.js +2 -1
- package/lib/building/components/resources/AddToBankOptions/index.js +4 -2
- package/lib/building/components/resources/AddToBankOptions/styles.js +2 -1
- package/lib/building/components/resources/AddToBankOptions/theme.js +2 -1
- package/lib/building/components/resources/BanksTray/index.js +4 -2
- package/lib/building/components/resources/BanksTray/presenter.js +4 -2
- package/lib/building/components/resources/DeleteStimulusModal/index.js +4 -2
- package/lib/building/components/resources/DeleteStimulusModal/presenter.js +4 -2
- package/lib/building/components/resources/DeleteStimulusModal/styles.js +2 -1
- package/lib/building/components/resources/DeleteStimulusModal/theme.js +2 -1
- package/lib/building/components/resources/ItemFeedbackModal/index.js +4 -2
- package/lib/building/components/resources/ItemFeedbackModal/presenter.js +4 -2
- package/lib/building/components/resources/ItemFeedbackModal/styles.js +2 -1
- package/lib/building/components/resources/ItemFeedbackModal/theme.js +2 -1
- package/lib/building/components/resources/MoveImmutableModal/index.js +4 -2
- package/lib/building/components/resources/MoveImmutableModal/presenter.js +4 -2
- package/lib/building/components/resources/quiz/editButton/EditButton.js +2 -1
- package/lib/building/components/resources/quiz/instructions/Edit/index.js +2 -1
- package/lib/building/components/resources/quiz/instructions/Edit/presenter.js +2 -1
- package/lib/building/components/resources/quiz/instructions/Edit/styles.js +2 -1
- package/lib/building/components/resources/quiz/instructions/Instructions/Instructions.examples.js +3 -2
- package/lib/building/components/resources/quiz/instructions/Instructions/index.js +4 -2
- package/lib/building/components/resources/quiz/instructions/Instructions/presenter.js +4 -2
- package/lib/building/components/resources/quiz/instructions/Instructions/styles.js +2 -1
- package/lib/building/components/resources/quiz/instructions/Show/index.js +4 -2
- package/lib/building/components/resources/quiz/instructions/Show/styles.js +2 -1
- package/lib/building/components/resources/quiz/title/Edit/index.js +4 -2
- package/lib/building/components/resources/quiz/title/Edit/styles.js +2 -1
- package/lib/building/components/resources/quiz/title/Edit/theme.js +2 -1
- package/lib/building/components/resources/quiz/title/Show/index.js +4 -2
- package/lib/building/components/resources/quiz/title/Show/styles.js +2 -1
- package/lib/building/components/resources/quiz/title/Show/theme.js +2 -1
- package/lib/building/components/resources/quiz/title/Title/Title.examples.js +3 -2
- package/lib/building/components/resources/quiz/title/Title/index.js +4 -2
- package/lib/building/components/resources/quiz/title/Title/presenter.js +4 -2
- package/lib/building/components/resources/quiz/title/Title/styles.js +2 -1
- package/lib/building/components/resources/quizEntry/QuizEntry/index.js +7 -4
- package/lib/building/components/resources/quizEntry/QuizEntry/presenter.js +4 -2
- package/lib/building/components/resources/quizEntry/QuizEntry/quizEntryPresenterWrapper.js +2 -1
- package/lib/building/components/resources/quizEntry/QuizEntry/styles.js +2 -1
- package/lib/building/components/resources/quizEntry/QuizEntry/theme.js +2 -1
- package/lib/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankEdit/index.js +4 -3
- package/lib/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankEdit/presenter.js +4 -2
- package/lib/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankEdit/styles.js +2 -1
- package/lib/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankEdit/theme.js +2 -1
- package/lib/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankShow/index.js +4 -2
- package/lib/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankShow/styles.js +2 -1
- package/lib/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankShow/theme.js +2 -1
- package/lib/building/components/resources/quizEntry/QuizEntryEdit/Footer/index.js +3 -2
- package/lib/building/components/resources/quizEntry/QuizEntryEdit/Footer/presenter.js +4 -2
- package/lib/building/components/resources/quizEntry/QuizEntryEdit/Footer/styles.js +2 -1
- package/lib/building/components/resources/quizEntry/QuizEntryEdit/Footer/theme.js +2 -1
- package/lib/building/components/resources/quizEntry/QuizEntryEdit/Header/index.js +2 -1
- package/lib/building/components/resources/quizEntry/QuizEntryEdit/Header/styles.js +2 -1
- package/lib/building/components/resources/quizEntry/QuizEntryEdit/Header/theme.js +2 -1
- package/lib/building/components/resources/quizEntry/QuizEntryEdit/index.js +2 -1
- package/lib/building/components/resources/quizEntry/QuizEntryEdit/presenter.js +7 -4
- package/lib/building/components/resources/quizEntry/QuizEntryEdit/styles.js +2 -1
- package/lib/building/components/resources/quizEntry/QuizEntryEdit/theme.js +2 -1
- package/lib/building/components/resources/quizEntry/QuizEntryShow/index.js +4 -2
- package/lib/building/components/resources/quizEntry/QuizEntryShow/presenter.js +7 -4
- package/lib/building/components/resources/quizEntry/QuizEntryShow/styles.js +2 -1
- package/lib/building/components/resources/quizEntry/QuizEntryShow/theme.js +2 -1
- package/lib/common/actions/alerts.js +2 -2
- package/lib/common/actions/analyses.js +7 -7
- package/lib/common/actions/bankEntries.js +5 -3
- package/lib/common/actions/bankSearch.js +10 -6
- package/lib/common/actions/banks.js +14 -8
- package/lib/common/actions/config.js +1 -1
- package/lib/common/actions/editing.js +1 -1
- package/lib/common/actions/errorsShowing.js +1 -1
- package/lib/common/actions/grading.js +2 -2
- package/lib/common/actions/modal.js +3 -3
- package/lib/common/actions/modifications.js +29 -29
- package/lib/common/actions/printing.js +1 -1
- package/lib/common/actions/quizExport.js +3 -2
- package/lib/common/actions/quizSessionEvents.js +3 -2
- package/lib/common/actions/quizSessionResults.js +3 -2
- package/lib/common/actions/quizSessions.js +13 -8
- package/lib/common/actions/quizzes.js +14 -8
- package/lib/common/actions/rce.js +8 -5
- package/lib/common/actions/regrading.js +1 -1
- package/lib/common/actions/reporting.js +1 -1
- package/lib/common/actions/scrolling.js +1 -1
- package/lib/common/actions/sessionItemResults.js +3 -2
- package/lib/common/actions/sessionItems.js +3 -2
- package/lib/common/actions/sharedBanks.js +8 -5
- package/lib/common/actions/sidebar.js +1 -1
- package/lib/common/actions/tagAssociations.js +17 -9
- package/lib/common/actions/taking.js +38 -20
- package/lib/common/actions/ui.js +20 -11
- package/lib/common/actions/upload.js +11 -6
- package/lib/common/api/callHandlers.js +46 -25
- package/lib/common/api/camelizeHelpers.js +4 -2
- package/lib/common/api/features.js +3 -2
- package/lib/common/api/fileUpload.js +3 -2
- package/lib/common/api/getPersistenceActions.js +2 -1
- package/lib/common/api/helpers.js +10 -7
- package/lib/common/api/interactionTypes.js +3 -2
- package/lib/common/api/quizSessions.js +26 -17
- package/lib/common/api/quizzes.js +2 -2
- package/lib/common/api/schema.js +37 -20
- package/lib/common/components/ApiFeatureFlagInitializer/index.js +5 -3
- package/lib/common/components/ConfirmationModal/index.js +2 -1
- package/lib/common/components/ConfirmationModal/presenter.js +4 -2
- package/lib/common/components/ImportModal/ImportFileSelector/index.js +4 -2
- package/lib/common/components/ImportModal/ImportFileSelector/styles.js +2 -1
- package/lib/common/components/ImportModal/ImportFileSelector/theme.js +2 -1
- package/lib/common/components/ImportModal/index.js +7 -5
- package/lib/common/components/ImportModal/presenter.js +4 -2
- package/lib/common/components/ImportModal/styles.js +2 -1
- package/lib/common/components/ImportModal/theme.js +2 -1
- package/lib/common/components/LearnosityCalculator/index.js +4 -2
- package/lib/common/components/Pin/Pin.examples.js +3 -2
- package/lib/common/components/Pin/index.js +4 -2
- package/lib/common/components/Pin/presenter.js +4 -2
- package/lib/common/components/PreviewFrame/examples.config.js +3 -2
- package/lib/common/components/PreviewFrame/index.js +4 -2
- package/lib/common/components/PrintFontSizeModal/index.js +2 -1
- package/lib/common/components/PrintFontSizeModal/presenter.js +4 -2
- package/lib/common/components/PrintFontSizeModal/styles.js +2 -1
- package/lib/common/components/PrintFontSizeModal/theme.js +2 -1
- package/lib/common/components/RceConfigProvider/index.js +2 -1
- package/lib/common/components/RceConfigProvider/presenter.js +2 -1
- package/lib/common/components/RceConfigProvider/rceConfigErrorHandler.js +5 -3
- package/lib/common/components/RceConfigProvider/rceConfigErrorMessages.js +12 -7
- package/lib/common/components/RceConfigProvider/rceConfigFetcher.js +3 -2
- package/lib/common/components/RceConfigProvider/rceConfigMapper.js +3 -2
- package/lib/common/components/RceConfigProvider/rceConfigUtils.js +6 -4
- package/lib/common/components/SDKApp/index.js +7 -4
- package/lib/common/components/SDKApp/styles.js +2 -1
- package/lib/common/components/SDKHeaderCalculator.js +4 -2
- package/lib/common/components/SDKMenuButton.js +4 -2
- package/lib/common/components/SDKNavBar.js +4 -2
- package/lib/common/components/SDKTimer.js +4 -2
- package/lib/common/components/alerts/index.js +3 -2
- package/lib/common/components/alerts/presenter.js +4 -2
- package/lib/common/components/alerts/styles.js +2 -1
- package/lib/common/components/alerts/theme.js +2 -1
- package/lib/common/components/layout/Page/index.js +8 -4
- package/lib/common/components/layout/Page/styles.js +2 -1
- package/lib/common/components/layout/Page/theme.js +2 -1
- package/lib/common/components/layout/header/Calculator/index.js +4 -2
- package/lib/common/components/layout/header/Calculator/presenter.js +4 -2
- package/lib/common/components/layout/header/HeaderMenuButton/index.js +7 -5
- package/lib/common/components/layout/header/HeaderMenuButton/presenter.js +4 -2
- package/lib/common/components/layout/header/HeaderMenuButton/styles.js +2 -1
- package/lib/common/components/layout/header/HeaderMenuButton/theme.js +2 -1
- package/lib/common/components/layout/header/Timer/index.js +2 -1
- package/lib/common/components/layout/header/Timer/presenter.js +4 -2
- package/lib/common/components/layout/header/Timer/styles.js +2 -1
- package/lib/common/components/layout/header/Timer/theme.js +2 -1
- package/lib/common/components/layout/navbar/SecondaryNavBarButton/index.js +4 -2
- package/lib/common/components/layout/navbar/SecondaryNavBarButton/styles.js +2 -1
- package/lib/common/components/layout/navbar/SecondaryNavBarButton/theme.js +2 -1
- package/lib/common/components/layout/navbar/index.js +4 -2
- package/lib/common/components/layout/navbar/styles.js +2 -1
- package/lib/common/components/layout/navbar/theme.js +2 -1
- package/lib/common/components/layout/sidebar/PositionSummary/index.js +4 -2
- package/lib/common/components/layout/sidebar/PositionSummary/styles.js +2 -1
- package/lib/common/components/layout/sidebar/PositionSummary/theme.js +2 -1
- package/lib/common/components/layout/sidebar/Sidebar/Pin.js +4 -2
- package/lib/common/components/layout/sidebar/Sidebar/Sidebar.examples.js +3 -2
- package/lib/common/components/layout/sidebar/Sidebar/index.js +6 -3
- package/lib/common/components/layout/sidebar/Sidebar/styles.js +2 -1
- package/lib/common/components/layout/sidebar/Sidebar/theme.js +2 -1
- package/lib/common/components/layout/sidebar/SidebarItem/index.js +9 -5
- package/lib/common/components/layout/sidebar/SidebarItem/presenter.js +4 -2
- package/lib/common/components/layout/sidebar/SidebarItem/styles.js +2 -1
- package/lib/common/components/layout/sidebar/SidebarItem/theme.js +2 -1
- package/lib/common/components/layout/sidebar/Stimulus/Collection/index.js +3 -2
- package/lib/common/components/layout/sidebar/Stimulus/Collection/presenter.js +4 -2
- package/lib/common/components/layout/sidebar/Stimulus/Collection/styles.js +2 -1
- package/lib/common/components/layout/sidebar/Stimulus/Collection/theme.js +2 -1
- package/lib/common/components/layout/sidebar/Stimulus/Summary/index.js +3 -2
- package/lib/common/components/layout/sidebar/Stimulus/Summary/presenter.js +4 -2
- package/lib/common/components/layout/sidebar/Stimulus/Summary/styles.js +2 -1
- package/lib/common/components/layout/sidebar/Stimulus/Summary/theme.js +2 -1
- package/lib/common/components/layout/sidebar/Stimulus/Title/index.js +4 -2
- package/lib/common/components/layout/sidebar/Stimulus/Title/styles.js +2 -1
- package/lib/common/components/layout/sidebar/Stimulus/index.js +9 -5
- package/lib/common/components/layout/sidebar/Stimulus/presenter.js +6 -3
- package/lib/common/components/layout/sidebar/Stimulus/styles.js +2 -1
- package/lib/common/components/layout/sidebar/Stimulus/theme.js +2 -1
- package/lib/common/components/resources/BankSelection/BankSelection.examples.js +3 -2
- package/lib/common/components/resources/BankSelection/index.js +4 -3
- package/lib/common/components/resources/BankSelection/presenter.js +4 -2
- package/lib/common/components/resources/WarningWrapper/index.js +4 -2
- package/lib/common/components/resources/WarningWrapper/styles.js +2 -1
- package/lib/common/components/resources/WarningWrapper/theme.js +2 -1
- package/lib/common/components/resources/entry/EntrySave/index.js +3 -4
- package/lib/common/components/resources/entry/EntrySave/presenter.js +5 -5
- package/lib/common/components/resources/item/ItemEdit/index.js +3 -3
- package/lib/common/components/resources/item/ItemEdit/presenter.js +4 -4
- package/lib/common/components/resources/item/ItemOverride/index.js +2 -1
- package/lib/common/components/resources/item/ItemOverride/presenter.js +4 -2
- package/lib/common/components/resources/item/ItemShow/index.js +2 -1
- package/lib/common/components/resources/positionBox/PositionBox.js +4 -2
- package/lib/common/components/resources/positionBox/styles.js +2 -1
- package/lib/common/components/resources/positionBox/theme.js +2 -1
- package/lib/common/components/resources/quiz/AddContent/Body/index.js +2 -1
- package/lib/common/components/resources/quiz/AddContent/Body/presenter.js +4 -2
- package/lib/common/components/resources/quiz/AddContent/Body/styles.js +2 -1
- package/lib/common/components/resources/quiz/AddContent/Body/theme.js +2 -1
- package/lib/common/components/resources/quiz/AddContent/Button/index.js +4 -2
- package/lib/common/components/resources/quiz/AddContent/Button/styles.js +2 -1
- package/lib/common/components/resources/quiz/AddContent/Button/theme.js +2 -1
- package/lib/common/components/resources/quiz/AddContent/Modal/index.js +4 -2
- package/lib/common/components/resources/quiz/AddContent/Modal/presenter.js +4 -2
- package/lib/common/components/resources/quiz/AddContent/Popover/index.js +5 -3
- package/lib/common/components/resources/quiz/AddContent/Popover/presenter.js +4 -2
- package/lib/common/components/resources/quiz/AddContent/Popover/styles.js +2 -1
- package/lib/common/components/resources/quiz/AddContent/Popover/theme.js +2 -1
- package/lib/common/components/resources/quiz/info/QuizInfo.js +4 -2
- package/lib/common/components/resources/quiz/instructions/Instructions.js +4 -2
- package/lib/common/components/resources/quiz/instructions/styles.js +2 -1
- package/lib/common/components/resources/quiz/instructions/theme.js +2 -1
- package/lib/common/components/resources/quiz/title/Title.js +4 -2
- package/lib/common/components/resources/quiz/title/styles.js +2 -1
- package/lib/common/components/resources/quiz/title/theme.js +2 -1
- package/lib/common/components/resources/quizSessionResult/Header/index.js +4 -2
- package/lib/common/components/resources/quizSessionResult/Header/styles.js +2 -1
- package/lib/common/components/resources/quizSessionResult/Header/theme.js +2 -1
- package/lib/common/components/resources/quizSessionResult/Info/Info.examples.js +3 -2
- package/lib/common/components/resources/quizSessionResult/Info/index.js +4 -2
- package/lib/common/components/resources/quizSessionResult/Info/styles.js +2 -1
- package/lib/common/components/resources/quizSessionResult/Info/theme.js +2 -1
- package/lib/common/components/resources/sessionItemResult/ResultStimulus/index.js +4 -2
- package/lib/common/components/resources/sessionItemResult/ResultStimulus/styles.js +2 -1
- package/lib/common/components/resources/sessionItemResult/ResultStimulus/theme.js +2 -1
- package/lib/common/components/resources/sessionItemResult/SessionItemResult/index.js +4 -2
- package/lib/common/components/resources/sessionItemResult/SessionItemResult/presenter.js +4 -2
- package/lib/common/components/resources/sessionItemResult/SessionItemResult/styles.js +2 -1
- package/lib/common/components/resources/sessionItemResult/SessionItemResult/theme.js +2 -1
- package/lib/common/components/resources/sessionItemResult/SessionItemResultsList/index.js +4 -2
- package/lib/common/components/resources/sessionItemResult/SessionItemResultsList/styles.js +2 -1
- package/lib/common/components/resources/sessionItemResult/SessionItemResultsList/theme.js +2 -1
- package/lib/common/components/resources/stimulus/Stimulus/index.js +2 -1
- package/lib/common/components/resources/stimulus/Stimulus/presenter.js +4 -2
- package/lib/common/components/resources/stimulus/Stimulus/styles.js +2 -1
- package/lib/common/components/resources/stimulus/Stimulus/theme.js +2 -1
- package/lib/common/components/resources/stimulus/StimulusEdit/index.js +2 -1
- package/lib/common/components/resources/stimulus/StimulusEdit/presenter.js +4 -2
- package/lib/common/components/resources/stimulus/StimulusEdit/styles.js +2 -1
- package/lib/common/components/resources/stimulus/StimulusEdit/theme.js +2 -1
- package/lib/common/components/resources/stimulus/StimulusEditInfo/index.js +2 -1
- package/lib/common/components/resources/stimulus/StimulusEditInfo/presenter.js +4 -2
- package/lib/common/components/resources/stimulus/StimulusEditInfo/styles.js +2 -1
- package/lib/common/components/resources/stimulus/StimulusEditInfo/theme.js +2 -1
- package/lib/common/components/resources/stimulus/StimulusShow/index.js +4 -2
- package/lib/common/components/resources/stimulus/StimulusShow/styles.js +2 -1
- package/lib/common/components/resources/stimulus/StimulusShow/theme.js +2 -1
- package/lib/common/components/resources/stimulus/StimulusShowInfo/StimulusShowInfo.examples.js +3 -2
- package/lib/common/components/resources/stimulus/StimulusShowInfo/index.js +2 -1
- package/lib/common/components/shared/Card/CardContent/index.js +4 -2
- package/lib/common/components/shared/Card/CardContent/styles.js +2 -1
- package/lib/common/components/shared/Card/CardContent/theme.js +2 -1
- package/lib/common/components/shared/Card/CardWrapper/index.js +4 -2
- package/lib/common/components/shared/Card/CardWrapper/styles.js +2 -1
- package/lib/common/components/shared/Card/CardWrapper/theme.js +2 -1
- package/lib/common/components/shared/Card/index.js +2 -1
- package/lib/common/components/shared/ExpandButton/index.js +4 -2
- package/lib/common/components/shared/ExpandButton/styles.js +2 -1
- package/lib/common/components/shared/ExpandButton/theme.js +2 -1
- package/lib/common/components/shared/FormattedDuration/FormattedDuration.examples.js +3 -2
- package/lib/common/components/shared/FormattedDuration/index.js +11 -7
- package/lib/common/components/shared/IfFeature/index.js +5 -3
- package/lib/common/components/shared/IfFeature/presenter.js +4 -2
- package/lib/common/components/shared/InteractionTypes/index.js +2 -1
- package/lib/common/components/shared/InteractionTypes/presenter.js +4 -2
- package/lib/common/components/shared/InteractionTypes/styles.js +2 -1
- package/lib/common/components/shared/InteractionTypes/theme.js +2 -1
- package/lib/common/components/shared/PaginatedCollection/index.js +4 -3
- package/lib/common/components/shared/PaginatedCollection/presenter.js +4 -2
- package/lib/common/components/shared/PaginatedCollection/styles.js +2 -1
- package/lib/common/components/shared/PaginatedCollection/theme.js +2 -1
- package/lib/common/components/shared/Paginator/index.js +4 -2
- package/lib/common/components/shared/Paginator/styles.js +2 -1
- package/lib/common/components/shared/Paginator/theme.js +2 -1
- package/lib/common/components/shared/PrintTrigger/index.js +5 -5
- package/lib/common/components/shared/PrintTrigger/presenter.js +5 -5
- package/lib/common/components/shared/TagDisplay/index.js +4 -2
- package/lib/common/components/shared/TagDisplay/styles.js +2 -1
- package/lib/common/components/shared/TagSelect/index.js +2 -1
- package/lib/common/components/shared/TagSelect/presenter.js +4 -2
- package/lib/common/components/shared/TagSuggestSelect/index.js +2 -1
- package/lib/common/components/shared/TagSuggestSelect/presenter.js +4 -2
- package/lib/common/components/shared/TagWrapper/index.js +2 -1
- package/lib/common/components/shared/TagWrapper/presenter.js +4 -2
- package/lib/common/components/shared/TimeUnitsInput/TimeUnitsInput.examples.js +3 -2
- package/lib/common/components/shared/TimeUnitsInput/index.js +4 -2
- package/lib/common/components/shared/drag_and_drop/DragAndDropZone/index.js +4 -2
- package/lib/common/components/shared/drag_and_drop/DragAndDropZone/styles.js +2 -1
- package/lib/common/components/shared/drag_and_drop/DragAndDropZone/theme.js +2 -1
- package/lib/common/components/shared/drag_and_drop/DragHandle/index.js +5 -3
- package/lib/common/components/shared/drag_and_drop/DragHandle/presenter.js +4 -2
- package/lib/common/components/shared/drag_and_drop/dragAndDropUtils.js +19 -17
- package/lib/common/components/shared/errors/Errors.js +4 -2
- package/lib/common/components/shared/errors/styles.js +2 -1
- package/lib/common/components/shared/errors/theme.js +2 -1
- package/lib/common/components/shared/file_selector/FileSelector.js +4 -2
- package/lib/common/components/shared/file_selector/styles.js +2 -1
- package/lib/common/components/shared/file_selector/theme.js +2 -1
- package/lib/common/components/shared/functionality/componentWithOutsideClick.js +2 -1
- package/lib/common/components/shared/functionality/componentWithOutsideClickEmotion.js +2 -1
- package/lib/common/components/shared/functionality/disableDraggingOverride.js +3 -2
- package/lib/common/components/shared/functionality/makeEditable.js +5 -3
- package/lib/common/components/shared/functionality/makeScrollable.js +7 -4
- package/lib/common/components/shared/overlay/index.js +2 -1
- package/lib/common/components/shared/overlay/styles.js +2 -1
- package/lib/common/components/shared/overlay/theme.js +2 -1
- package/lib/common/components/shared/return_button/ReturnButton.js +4 -2
- package/lib/common/components/shared/spinner/Spinner.js +4 -2
- package/lib/common/components/shared/spinner/styles.js +2 -1
- package/lib/common/kinesis/QuizEventsLogger.js +7 -4
- package/lib/common/kinesis/StreamQueue.js +3 -2
- package/lib/common/kinesis/client.js +9 -5
- package/lib/common/kinesis/config.js +10 -6
- package/lib/common/kinesis/eventTypes.js +15 -8
- package/lib/common/middleware/alertTimerMiddleware.js +2 -1
- package/lib/common/middleware/crossDomainMessagingMiddleware.js +2 -1
- package/lib/common/middleware/eventLoggerMiddleware.js +2 -1
- package/lib/common/middleware/persistedStorageMiddleware.js +2 -1
- package/lib/common/middleware/quizTimerWebSocketMiddleware.js +14 -8
- package/lib/common/react-redux.js +3 -2
- package/lib/common/records/Alert.js +4 -2
- package/lib/common/records/Bank.js +4 -2
- package/lib/common/records/BankEntry.js +4 -2
- package/lib/common/records/Item.js +4 -2
- package/lib/common/records/ItemAnalysis.js +4 -2
- package/lib/common/records/QtiImport.js +4 -2
- package/lib/common/records/Quiz.js +4 -2
- package/lib/common/records/QuizAnalysis.js +4 -2
- package/lib/common/records/QuizEntry.js +4 -2
- package/lib/common/records/QuizSession.js +4 -2
- package/lib/common/records/QuizSessionEvent.js +4 -2
- package/lib/common/records/QuizSessionResult.js +4 -2
- package/lib/common/records/Response.js +4 -2
- package/lib/common/records/SessionItem.js +4 -2
- package/lib/common/records/SessionItemResult.js +4 -2
- package/lib/common/records/Stimulus.js +4 -2
- package/lib/common/records/baseRecord.js +3 -2
- package/lib/common/reducers/alerts.js +3 -2
- package/lib/common/reducers/analyses.js +28 -15
- package/lib/common/reducers/bankEntries.js +3 -2
- package/lib/common/reducers/bankSearch.js +3 -2
- package/lib/common/reducers/banks.js +3 -2
- package/lib/common/reducers/calls.js +3 -2
- package/lib/common/reducers/config.js +3 -2
- package/lib/common/reducers/dragAndDrop.js +3 -2
- package/lib/common/reducers/editing.js +3 -2
- package/lib/common/reducers/errorsShowing.js +3 -2
- package/lib/common/reducers/features.js +3 -2
- package/lib/common/reducers/grading.js +3 -2
- package/lib/common/reducers/interactionTypes.js +3 -2
- package/lib/common/reducers/items.js +3 -2
- package/lib/common/reducers/modal.js +3 -2
- package/lib/common/reducers/moderation.js +3 -2
- package/lib/common/reducers/modifications.js +3 -2
- package/lib/common/reducers/outcomes.js +3 -2
- package/lib/common/reducers/printing.js +3 -2
- package/lib/common/reducers/qtiImports.js +3 -2
- package/lib/common/reducers/quizEntries.js +3 -2
- package/lib/common/reducers/quizExport.js +3 -2
- package/lib/common/reducers/quizSessionEvents.js +3 -2
- package/lib/common/reducers/quizSessionResults.js +3 -2
- package/lib/common/reducers/quizSessions.js +3 -2
- package/lib/common/reducers/quizzes.js +3 -2
- package/lib/common/reducers/rce.js +3 -2
- package/lib/common/reducers/regrading.js +3 -2
- package/lib/common/reducers/reporting.js +3 -2
- package/lib/common/reducers/scrolling.js +3 -2
- package/lib/common/reducers/sessionItemResults.js +3 -2
- package/lib/common/reducers/sessionItems.js +3 -2
- package/lib/common/reducers/sharedBanks.js +3 -2
- package/lib/common/reducers/sidebar.js +3 -2
- package/lib/common/reducers/stimuli.js +3 -2
- package/lib/common/reducers/tagAssociations.js +3 -2
- package/lib/common/reducers/taking.js +3 -2
- package/lib/common/reducers/ui.js +3 -2
- package/lib/common/reducers/upload.js +3 -2
- package/lib/common/selectors/analyses.js +24 -13
- package/lib/common/selectors/calculator.js +0 -4
- package/lib/common/selectors/interactionTypes.js +4 -2
- package/lib/common/selectors/qtiImports.js +3 -2
- package/lib/common/selectors/quizSessionResults.js +1 -1
- package/lib/common/selectors/quizSessions.js +14 -8
- package/lib/common/selectors/quizzes.js +25 -13
- package/lib/common/selectors/rce.js +6 -4
- package/lib/common/selectors/reporting.js +3 -2
- package/lib/common/selectors/sessionItemResults.js +4 -3
- package/lib/common/selectors/sessionItems.js +4 -3
- package/lib/common/selectors/taking.js +11 -8
- package/lib/common/selectors/ui.js +3 -2
- package/lib/common/util/CustomPropTypes.js +5 -3
- package/lib/common/util/ElementsForSelectors.js +3 -2
- package/lib/common/util/ExhaustivePaginatedFetcher.js +2 -1
- package/lib/common/util/Fetcher.js +4 -2
- package/lib/common/util/MultiWeakMap.js +3 -2
- package/lib/common/util/PaginatedFetcher.js +4 -2
- package/lib/common/util/ThunkQueue.js +3 -2
- package/lib/common/util/TimeRecordingService.js +4 -2
- package/lib/common/util/TimerService.js +6 -3
- package/lib/common/util/cachePreviousArgs.js +3 -2
- package/lib/common/util/callHelpers.js +10 -6
- package/lib/common/util/componentForItem.js +4 -2
- package/lib/common/util/debounceLatestPromise.js +3 -2
- package/lib/common/util/formatTimespan.js +3 -2
- package/lib/common/util/generateDisplayPositions.js +3 -2
- package/lib/common/util/httpHeaders.js +8 -5
- package/lib/common/util/immutableHelpers.js +8 -5
- package/lib/common/util/instUIMessages.js +3 -2
- package/lib/common/util/interactionTypeMetadata.js +6 -4
- package/lib/common/util/interactionTypePropsHelper.js +8 -7
- package/lib/common/util/interactionTypeRecordForItem.js +2 -1
- package/lib/common/util/jsonify.js +4 -3
- package/lib/common/util/keyboardClickable.js +2 -1
- package/lib/common/util/mathRenderingUtils.js +4 -2
- package/lib/common/util/maxContent.js +3 -2
- package/lib/common/util/noop.js +3 -2
- package/lib/common/util/persistedState.js +2 -1
- package/lib/common/util/printUtils.js +6 -4
- package/lib/common/util/rceChecker.js +3 -2
- package/lib/common/util/renderAlerts.js +3 -2
- package/lib/common/util/serializeEvent.js +3 -2
- package/lib/common/util/sessionStore.js +4 -2
- package/lib/common/util/valMap.js +3 -2
- package/lib/common/util/warningHelpers.js +16 -9
- package/lib/common/util/windowChecks.js +12 -7
- package/lib/common/util/withCachedArguments.js +3 -2
- package/lib/common/util/withDynamoPagination.js +3 -2
- package/lib/common/util/withStateCache.js +2 -1
- package/lib/config.js +5 -3
- package/lib/configureStore.js +2 -1
- package/lib/grading/api/updateResults.js +3 -2
- package/lib/index.js +401 -402
- package/lib/messages/LocalStorageAdapter.js +4 -2
- package/lib/messages/LocalStorageLimits.js +2 -1
- package/lib/messages/StorageExhaustionError.js +3 -2
- package/lib/messages/postMessageService.js +3 -2
- package/lib/messages/subjectHandlers/forwardMessage.js +2 -1
- package/lib/messages/subjectHandlers/lti.capabilities.js +2 -1
- package/lib/messages/subjectHandlers/lti.fetchWindowSize.js +2 -1
- package/lib/messages/subjectHandlers/lti.frameResize.js +2 -1
- package/lib/messages/subjectHandlers/lti.get_data.js +2 -1
- package/lib/messages/subjectHandlers/lti.put_data.js +2 -1
- package/lib/messages/subjectHandlers/requestFullWindowLaunch.js +4 -2
- package/lib/moderating/api/quizSessions.js +1 -1
- package/lib/moderating/components/events/Event.js +4 -2
- package/lib/moderating/components/events/PageBlurredEvent.js +4 -2
- package/lib/moderating/components/events/PageFocusedEvent.js +4 -2
- package/lib/moderating/components/events/RCEEvent.js +4 -2
- package/lib/moderating/components/events/ResponseEvent.js +4 -2
- package/lib/moderating/components/events/SessionStartEvent.js +4 -2
- package/lib/moderating/components/events/styles.js +2 -1
- package/lib/moderating/components/events/theme.js +2 -1
- package/lib/moderating/components/resources/AccommodationsModal/AccommodationsModal.examples.js +3 -2
- package/lib/moderating/components/resources/AccommodationsModal/ExtraAttemptSettings/ExtraAttemptsInput/index.js +2 -1
- package/lib/moderating/components/resources/AccommodationsModal/ExtraAttemptSettings/ExtraAttemptsInput/{}.examples.js +3 -2
- package/lib/moderating/components/resources/AccommodationsModal/ExtraAttemptSettings/index.js +4 -2
- package/lib/moderating/components/resources/AccommodationsModal/ExtraTimeMultiplier/index.js +2 -1
- package/lib/moderating/components/resources/AccommodationsModal/ExtraTimeSettings/ExtraTimeSettings.examples.js +3 -2
- package/lib/moderating/components/resources/AccommodationsModal/ExtraTimeSettings/index.js +4 -2
- package/lib/moderating/components/resources/AccommodationsModal/ReduceAnswerChoicesSettings/index.js +4 -2
- package/lib/moderating/components/resources/AccommodationsModal/index.js +4 -2
- package/lib/moderating/components/resources/ElapsedTime.js +4 -2
- package/lib/moderating/components/resources/ModerateTable/index.js +7 -4
- package/lib/moderating/components/resources/ModerateTable/presenter.js +4 -2
- package/lib/moderating/components/resources/ModerateTable/styles.js +2 -1
- package/lib/moderating/components/resources/ModerateTable/theme.js +2 -1
- package/lib/moderating/components/resources/ModerateTableRow/ModerateTableRow.examples.js +3 -2
- package/lib/moderating/components/resources/ModerateTableRow/index.js +3 -2
- package/lib/moderating/components/resources/ModerateTableRow/presenter.js +4 -2
- package/lib/moderating/components/resources/ModerateTableRow/story.js +2 -1
- package/lib/moderating/components/resources/ModerateTableRow/styles.js +2 -1
- package/lib/moderating/components/resources/ModerateTableRow/theme.js +2 -1
- package/lib/moderating/components/resources/OutstandingQuizzesModal/OutstandingQuizzesModal.examples.js +3 -2
- package/lib/moderating/components/resources/OutstandingQuizzesModal/index.js +5 -3
- package/lib/moderating/components/resources/OutstandingQuizzesModal/presenter.js +4 -2
- package/lib/moderating/components/resources/RetryGradePassbackButton/index.js +2 -1
- package/lib/moderating/components/sidebar/ModerateTray/ModerateTray.examples.js +3 -2
- package/lib/moderating/components/sidebar/ModerateTray/index.js +4 -3
- package/lib/moderating/components/sidebar/ModerateTray/presenter.js +4 -2
- package/lib/moderating/components/sidebar/ResetQuiz/index.js +4 -3
- package/lib/moderating/components/sidebar/ResetQuiz/presenter.js +4 -2
- package/lib/reduxStore.js +5 -4
- package/lib/reporting/api/fetchStudentAnalyses.js +3 -2
- package/lib/reporting/api/getAnalysesExport.js +3 -2
- package/lib/reporting/api/getAnalysesStatus.js +3 -2
- package/lib/reporting/api/getItemAnalyses.js +3 -2
- package/lib/reporting/api/getQuizAnalysis.js +3 -2
- package/lib/reporting/components/Caption/index.js +4 -2
- package/lib/reporting/components/Caption/styles.js +2 -1
- package/lib/reporting/components/Caption/theme.js +2 -1
- package/lib/reporting/components/MetricsListItem/index.js +4 -2
- package/lib/reporting/components/MetricsListItem/styles.js +2 -1
- package/lib/reporting/components/charts/CentileDistribution/CentileDistribution.examples.js +3 -2
- package/lib/reporting/components/charts/CentileDistribution/index.js +2 -1
- package/lib/reporting/components/charts/CentileDistribution/presenter.js +4 -2
- package/lib/reporting/components/charts/CentileDistribution/styles.js +2 -1
- package/lib/reporting/components/charts/CentileDistribution/theme.js +2 -1
- package/lib/reporting/components/charts/Distribution/CentileDistribution.js +4 -2
- package/lib/reporting/components/charts/Distribution/Distribution.js +2 -1
- package/lib/reporting/components/charts/Distribution/QuintileDistribution.js +2 -1
- package/lib/reporting/components/charts/Distribution/index.js +2 -1
- package/lib/reporting/components/charts/Distribution/presenter.js +7 -4
- package/lib/reporting/components/charts/Distribution/styles.js +2 -1
- package/lib/reporting/components/charts/Distribution/theme.js +2 -1
- package/lib/reporting/components/charts/Legend/index.js +4 -2
- package/lib/reporting/components/charts/Legend/styles.js +2 -1
- package/lib/reporting/components/charts/Legend/theme.js +2 -1
- package/lib/reporting/components/charts/QuintileDistribution/QuintileDistribution.examples.js +3 -2
- package/lib/reporting/components/charts/QuintileDistribution/index.js +2 -1
- package/lib/reporting/components/charts/QuintileDistribution/presenter.js +4 -2
- package/lib/reporting/components/charts/QuintileDistribution/styles.js +2 -1
- package/lib/reporting/components/charts/QuintileDistribution/theme.js +2 -1
- package/lib/reporting/components/itemAnalysis/AnswerFrequencySummary/AnswerFrequencySummary.examples.js +3 -2
- package/lib/reporting/components/itemAnalysis/AnswerFrequencySummary/index.js +4 -2
- package/lib/reporting/components/itemAnalysis/AnswerFrequencySummary/styles.js +2 -1
- package/lib/reporting/components/itemAnalysis/AnswerFrequencySummary/theme.js +2 -1
- package/lib/reporting/components/itemAnalysis/ItemAnalysisRow/ItemAnalysisRow.examples.js +3 -2
- package/lib/reporting/components/itemAnalysis/ItemAnalysisRow/index.js +5 -3
- package/lib/reporting/components/itemAnalysis/ItemAnalysisRow/presenter.js +4 -2
- package/lib/reporting/components/itemAnalysis/ItemAnalysisRow/styles.js +2 -1
- package/lib/reporting/components/itemAnalysis/ItemAnalysisRow/theme.js +2 -1
- package/lib/reporting/components/quizAnalysis/QuizAnalysisOverview.js +4 -2
- package/lib/reporting/components/quizAnalysis/styles.js +2 -1
- package/lib/reporting/components/quizAnalysis/theme.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnalysisMetric/index.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnalysisMetric/presenter.js +3 -2
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnalysisMetric/styles.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnalysisPopoverMetric/index.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnalysisPopoverMetric/presenter.js +3 -2
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnalysisPopoverMetric/styles.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/AggregationType/presenter.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/ChoiceType/presenter.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/ChoiceTypeTableRow/presenter.js +3 -2
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/ChoiceTypeTableRow/styles.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/ChoiceTypeTableRow/theme.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/presenter.js +3 -2
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/styles.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/theme.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/CategorizationType.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/MatchingType.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/MatchingTypeTable/presenter.js +3 -2
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/MatchingTypeTable/styles.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/MatchingTypeTable/theme.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/OrderingType.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/index.js +6 -6
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/utils/matchingTypeOrderer.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/NumericType/ChoiceTypeWithInfo/presenter.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/NumericType/presenter.js +3 -2
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/NumericType/styles.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/NumericType/theme.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/RichFillBlankType/ChoiceGroupTypeTable/presenter.js +3 -2
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/RichFillBlankType/ChoiceGroupTypeTable/styles.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/RichFillBlankType/ChoiceGroupTypeTable/theme.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/RichFillBlankType/presenter.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/ScoreDistributionType/Table/index.js +4 -2
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/ScoreDistributionType/Table/styles.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/ScoreDistributionType/Table/theme.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/ScoreDistributionType/index.js +4 -2
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/presenter.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AfsPartsContainer/presenter.js +3 -2
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AfsPartsContainer/styles.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AfsPartsContainer/theme.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AfsTableWrapper/popoverContent.js +3 -2
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AfsTableWrapper/presenter.js +3 -2
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AfsTableWrapper/styles.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AggregationTable/presenter.js +3 -2
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AggregationTable/styles.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AggregationTable/theme.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ChoiceTypeTable/presenter.js +3 -2
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ChoiceTypeTable/styles.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ChoiceTypeTable/theme.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ExpandableCard/presenter.js +3 -2
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ExpandableCard/styles.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ExpandableCard/theme.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/ExportButton/index.js +4 -2
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/MetricPopover/index.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/MetricPopover/presenter.js +3 -2
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/MetricPopover/styles.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/MetricPopover/theme.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/BlankIcon/presenter.js +3 -2
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/BlankIcon/styles.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/BlankIcon/theme.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/index.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/popoverContent.js +7 -4
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/presenter.js +3 -2
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/styles.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/theme.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewQuizAnalysis/index.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewQuizAnalysis/popoverContent.js +6 -4
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewQuizAnalysis/presenter.js +3 -2
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewQuizAnalysis/styles.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewQuizAnalysis/theme.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/ReportCard/index.js +4 -2
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/ReportCard/presenter.js +3 -2
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/ReportCard/styles.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/ReportCard/theme.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/charts/ScoreDistribution/index.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/charts/ScoreDistribution/presenter.js +3 -2
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/charts/ScoreDistribution/styles.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/charts/ScoreDistribution/theme.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/exportFormats.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/fetchReports.js +3 -2
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/fetchReportsStatus.js +3 -2
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/index.js +4 -2
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/presenter.js +4 -2
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/styles.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/theme.js +2 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/withAnalysisState.js +5 -3
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/withAnalysisStatePresenter.js +3 -2
- package/lib/reporting/components/resources/OutcomeAnalysis/index.js +5 -3
- package/lib/reporting/components/resources/OutcomeAnalysis/presenter.js +4 -2
- package/lib/reporting/components/resources/QuizAndItemAnalysis/QuizAndItemAnalysis.examples.js +3 -2
- package/lib/reporting/components/resources/QuizAndItemAnalysis/index.js +5 -3
- package/lib/reporting/components/resources/QuizAndItemAnalysis/presenter.js +4 -2
- package/lib/reporting/components/resources/QuizAndItemAnalysis/styles.js +2 -1
- package/lib/reporting/components/resources/QuizAndItemAnalysis/theme.js +2 -1
- package/lib/reporting/components/resources/ReportCard/index.js +4 -2
- package/lib/reporting/components/resources/ReportCard/styles.js +2 -1
- package/lib/reporting/components/resources/ReportCard/theme.js +2 -1
- package/lib/reporting/components/resources/ReportList/index.js +4 -2
- package/lib/reporting/components/resources/ReportList/styles.js +2 -1
- package/lib/reporting/components/resources/ReportList/theme.js +2 -1
- package/lib/reporting/components/resources/StudentAnalysis/ReportCard/index.js +2 -1
- package/lib/reporting/components/resources/StudentAnalysis/ReportCard/presenter.js +3 -2
- package/lib/reporting/components/resources/StudentAnalysis/ReportCard/styles.js +3 -2
- package/lib/reporting/components/resources/StudentAnalysis/ReportCard/theme.js +3 -2
- package/lib/reporting/components/resources/StudentAnalysis/fetchReport.js +3 -2
- package/lib/reporting/components/resources/StudentAnalysis/fetchReportStatus.js +3 -2
- package/lib/reporting/components/resources/StudentAnalysis/withStudentAnalysisReportState.js +3 -2
- package/lib/reporting/components/resources/StudentAnalysis/withStudentAnalysisReportStatePresenter.js +3 -2
- package/lib/reporting/components/resources/common/AnalysisUpdateDate/index.js +2 -1
- package/lib/reporting/components/resources/common/ExportButton/index.js +2 -1
- package/lib/reporting/components/resources/common/errorCodes.js +16 -9
- package/lib/reporting/components/resources/common/errorMessages.js +18 -10
- package/lib/reporting/components/resources/common/exportReports.js +3 -2
- package/lib/reporting/components/resources/common/generateReports.js +5 -3
- package/lib/reporting/components/resources/common/propTypes.js +34 -18
- package/lib/reporting/components/resources/common/utils.js +6 -4
- package/lib/taking/api/taking.js +16 -14
- package/lib/taking/learnosity/index.js +1 -1
- package/package.json +64 -63
package/lib/index.js
CHANGED
|
@@ -210,394 +210,388 @@ var _exportNames = {
|
|
|
210
210
|
getGradingSessionItems: true,
|
|
211
211
|
getGradingSessionItemResults: true
|
|
212
212
|
};
|
|
213
|
-
Object.defineProperty(exports, "
|
|
214
|
-
enumerable: true,
|
|
215
|
-
get: function get() {
|
|
216
|
-
return _index15.AccommodationModal;
|
|
217
|
-
}
|
|
218
|
-
});
|
|
219
|
-
Object.defineProperty(exports, "ActionButtons", {
|
|
213
|
+
Object.defineProperty(exports, "SDKApp", {
|
|
220
214
|
enumerable: true,
|
|
221
215
|
get: function get() {
|
|
222
|
-
return
|
|
216
|
+
return _index.DragDroppableSDKApp;
|
|
223
217
|
}
|
|
224
218
|
});
|
|
225
|
-
Object.defineProperty(exports, "
|
|
219
|
+
Object.defineProperty(exports, "ModerateTable", {
|
|
226
220
|
enumerable: true,
|
|
227
221
|
get: function get() {
|
|
228
|
-
return
|
|
222
|
+
return _index2.ModerateTable;
|
|
229
223
|
}
|
|
230
224
|
});
|
|
231
|
-
Object.defineProperty(exports, "
|
|
225
|
+
Object.defineProperty(exports, "Calculator", {
|
|
232
226
|
enumerable: true,
|
|
233
227
|
get: function get() {
|
|
234
|
-
return
|
|
228
|
+
return _index3.Calculator;
|
|
235
229
|
}
|
|
236
230
|
});
|
|
237
|
-
Object.defineProperty(exports, "
|
|
231
|
+
Object.defineProperty(exports, "Timer", {
|
|
238
232
|
enumerable: true,
|
|
239
233
|
get: function get() {
|
|
240
|
-
return
|
|
234
|
+
return _presenter.Timer;
|
|
241
235
|
}
|
|
242
236
|
});
|
|
243
|
-
Object.defineProperty(exports, "
|
|
237
|
+
Object.defineProperty(exports, "HeaderMenuButton", {
|
|
244
238
|
enumerable: true,
|
|
245
239
|
get: function get() {
|
|
246
|
-
return
|
|
240
|
+
return _index4.HeaderMenuButton;
|
|
247
241
|
}
|
|
248
242
|
});
|
|
249
|
-
Object.defineProperty(exports, "
|
|
243
|
+
Object.defineProperty(exports, "AddContentPopover", {
|
|
250
244
|
enumerable: true,
|
|
251
245
|
get: function get() {
|
|
252
|
-
return
|
|
246
|
+
return _index5.AddContentPopover;
|
|
253
247
|
}
|
|
254
248
|
});
|
|
255
|
-
Object.defineProperty(exports, "
|
|
249
|
+
Object.defineProperty(exports, "ReportList", {
|
|
256
250
|
enumerable: true,
|
|
257
251
|
get: function get() {
|
|
258
|
-
return
|
|
252
|
+
return _index6.ReportList;
|
|
259
253
|
}
|
|
260
254
|
});
|
|
261
|
-
Object.defineProperty(exports, "
|
|
255
|
+
Object.defineProperty(exports, "ReportCard", {
|
|
262
256
|
enumerable: true,
|
|
263
257
|
get: function get() {
|
|
264
|
-
return
|
|
258
|
+
return _index7.ReportCard;
|
|
265
259
|
}
|
|
266
260
|
});
|
|
267
|
-
Object.defineProperty(exports, "
|
|
261
|
+
Object.defineProperty(exports, "QuizAndItemAnalysis", {
|
|
268
262
|
enumerable: true,
|
|
269
263
|
get: function get() {
|
|
270
|
-
return
|
|
264
|
+
return _index8.QuizAndItemAnalysis;
|
|
271
265
|
}
|
|
272
266
|
});
|
|
273
|
-
Object.defineProperty(exports, "
|
|
267
|
+
Object.defineProperty(exports, "NewQuizAndItemAnalysis", {
|
|
274
268
|
enumerable: true,
|
|
275
269
|
get: function get() {
|
|
276
|
-
return
|
|
270
|
+
return _index9.NewQuizAndItemAnalysis;
|
|
277
271
|
}
|
|
278
272
|
});
|
|
279
|
-
Object.defineProperty(exports, "
|
|
273
|
+
Object.defineProperty(exports, "NewQuizAndItemAnalysisReportCard", {
|
|
280
274
|
enumerable: true,
|
|
281
275
|
get: function get() {
|
|
282
|
-
return
|
|
276
|
+
return _index10.NewQuizAndItemAnalysisReportCard;
|
|
283
277
|
}
|
|
284
278
|
});
|
|
285
|
-
Object.defineProperty(exports, "
|
|
279
|
+
Object.defineProperty(exports, "StudentAnalysisReportCard", {
|
|
286
280
|
enumerable: true,
|
|
287
281
|
get: function get() {
|
|
288
|
-
return
|
|
282
|
+
return _index11.StudentAnalysisReportCard;
|
|
289
283
|
}
|
|
290
284
|
});
|
|
291
|
-
Object.defineProperty(exports, "
|
|
285
|
+
Object.defineProperty(exports, "Legend", {
|
|
292
286
|
enumerable: true,
|
|
293
287
|
get: function get() {
|
|
294
|
-
return
|
|
288
|
+
return _index12.Legend;
|
|
295
289
|
}
|
|
296
290
|
});
|
|
297
|
-
Object.defineProperty(exports, "
|
|
291
|
+
Object.defineProperty(exports, "ActionButtons", {
|
|
298
292
|
enumerable: true,
|
|
299
293
|
get: function get() {
|
|
300
|
-
return
|
|
294
|
+
return _index13.ActionButtons;
|
|
301
295
|
}
|
|
302
296
|
});
|
|
303
|
-
Object.defineProperty(exports, "
|
|
297
|
+
Object.defineProperty(exports, "BuildingButtons", {
|
|
304
298
|
enumerable: true,
|
|
305
299
|
get: function get() {
|
|
306
|
-
return
|
|
300
|
+
return _index14.BuildingButtons;
|
|
307
301
|
}
|
|
308
302
|
});
|
|
309
|
-
Object.defineProperty(exports, "
|
|
303
|
+
Object.defineProperty(exports, "AccommodationModal", {
|
|
310
304
|
enumerable: true,
|
|
311
305
|
get: function get() {
|
|
312
|
-
return
|
|
306
|
+
return _index15.AccommodationModal;
|
|
313
307
|
}
|
|
314
308
|
});
|
|
315
|
-
Object.defineProperty(exports, "
|
|
309
|
+
Object.defineProperty(exports, "ExtraAttemptSettings", {
|
|
316
310
|
enumerable: true,
|
|
317
311
|
get: function get() {
|
|
318
|
-
return
|
|
312
|
+
return _index16.ExtraAttemptSettings;
|
|
319
313
|
}
|
|
320
314
|
});
|
|
321
|
-
Object.defineProperty(exports, "
|
|
315
|
+
Object.defineProperty(exports, "ExtraTimeSettings", {
|
|
322
316
|
enumerable: true,
|
|
323
317
|
get: function get() {
|
|
324
|
-
return
|
|
318
|
+
return _index17.ExtraTimeSettings;
|
|
325
319
|
}
|
|
326
320
|
});
|
|
327
|
-
Object.defineProperty(exports, "
|
|
321
|
+
Object.defineProperty(exports, "PreviewFrame", {
|
|
328
322
|
enumerable: true,
|
|
329
323
|
get: function get() {
|
|
330
|
-
return
|
|
324
|
+
return _index18.PreviewFrame;
|
|
331
325
|
}
|
|
332
326
|
});
|
|
333
|
-
Object.defineProperty(exports, "
|
|
327
|
+
Object.defineProperty(exports, "SDKHeaderCalculator", {
|
|
334
328
|
enumerable: true,
|
|
335
329
|
get: function get() {
|
|
336
|
-
return
|
|
330
|
+
return _SDKHeaderCalculator.SDKHeaderCalculator;
|
|
337
331
|
}
|
|
338
332
|
});
|
|
339
|
-
Object.defineProperty(exports, "
|
|
333
|
+
Object.defineProperty(exports, "QuizzesSpinner", {
|
|
340
334
|
enumerable: true,
|
|
341
335
|
get: function get() {
|
|
342
|
-
return
|
|
336
|
+
return _Spinner.QuizzesSpinner;
|
|
343
337
|
}
|
|
344
338
|
});
|
|
345
|
-
Object.defineProperty(exports, "
|
|
339
|
+
Object.defineProperty(exports, "PrintTrigger", {
|
|
346
340
|
enumerable: true,
|
|
347
341
|
get: function get() {
|
|
348
|
-
return
|
|
342
|
+
return _index19.PrintTrigger;
|
|
349
343
|
}
|
|
350
344
|
});
|
|
351
|
-
Object.defineProperty(exports, "
|
|
345
|
+
Object.defineProperty(exports, "IfFeature", {
|
|
352
346
|
enumerable: true,
|
|
353
347
|
get: function get() {
|
|
354
|
-
return
|
|
348
|
+
return _index20.IfFeature;
|
|
355
349
|
}
|
|
356
350
|
});
|
|
357
|
-
Object.defineProperty(exports, "
|
|
351
|
+
Object.defineProperty(exports, "UndecoratedQuizEntryEdit", {
|
|
358
352
|
enumerable: true,
|
|
359
353
|
get: function get() {
|
|
360
|
-
return
|
|
354
|
+
return _presenter2.UndecoratedQuizEntryEdit;
|
|
361
355
|
}
|
|
362
356
|
});
|
|
363
|
-
Object.defineProperty(exports, "
|
|
357
|
+
Object.defineProperty(exports, "ResultStimulus", {
|
|
364
358
|
enumerable: true,
|
|
365
359
|
get: function get() {
|
|
366
|
-
return
|
|
360
|
+
return _index21.ResultStimulus;
|
|
367
361
|
}
|
|
368
362
|
});
|
|
369
|
-
Object.defineProperty(exports, "
|
|
363
|
+
Object.defineProperty(exports, "StimulusView", {
|
|
370
364
|
enumerable: true,
|
|
371
365
|
get: function get() {
|
|
372
|
-
return
|
|
366
|
+
return _index22.Stimulus;
|
|
373
367
|
}
|
|
374
368
|
});
|
|
375
|
-
Object.defineProperty(exports, "
|
|
369
|
+
Object.defineProperty(exports, "Sidebar", {
|
|
376
370
|
enumerable: true,
|
|
377
371
|
get: function get() {
|
|
378
|
-
return
|
|
372
|
+
return _index23.Sidebar;
|
|
379
373
|
}
|
|
380
374
|
});
|
|
381
|
-
Object.defineProperty(exports, "
|
|
375
|
+
Object.defineProperty(exports, "SidebarItem", {
|
|
382
376
|
enumerable: true,
|
|
383
377
|
get: function get() {
|
|
384
|
-
return
|
|
378
|
+
return _index24.SidebarItem;
|
|
385
379
|
}
|
|
386
380
|
});
|
|
387
|
-
Object.defineProperty(exports, "
|
|
381
|
+
Object.defineProperty(exports, "BanksPage", {
|
|
388
382
|
enumerable: true,
|
|
389
383
|
get: function get() {
|
|
390
|
-
return
|
|
384
|
+
return _index25.Banks;
|
|
391
385
|
}
|
|
392
386
|
});
|
|
393
|
-
Object.defineProperty(exports, "
|
|
387
|
+
Object.defineProperty(exports, "BankPage", {
|
|
394
388
|
enumerable: true,
|
|
395
389
|
get: function get() {
|
|
396
|
-
return
|
|
390
|
+
return _index26.Bank;
|
|
397
391
|
}
|
|
398
392
|
});
|
|
399
|
-
Object.defineProperty(exports, "
|
|
393
|
+
Object.defineProperty(exports, "BankEntryPage", {
|
|
400
394
|
enumerable: true,
|
|
401
395
|
get: function get() {
|
|
402
|
-
return
|
|
396
|
+
return _index27.BankEntry;
|
|
403
397
|
}
|
|
404
398
|
});
|
|
405
|
-
Object.defineProperty(exports, "
|
|
399
|
+
Object.defineProperty(exports, "SDKBuildingButtons", {
|
|
406
400
|
enumerable: true,
|
|
407
401
|
get: function get() {
|
|
408
|
-
return
|
|
402
|
+
return _index28.SDKBuildingButtons;
|
|
409
403
|
}
|
|
410
404
|
});
|
|
411
|
-
Object.defineProperty(exports, "
|
|
405
|
+
Object.defineProperty(exports, "Paginator", {
|
|
412
406
|
enumerable: true,
|
|
413
407
|
get: function get() {
|
|
414
|
-
return
|
|
408
|
+
return _index29.Paginator;
|
|
415
409
|
}
|
|
416
410
|
});
|
|
417
|
-
Object.defineProperty(exports, "
|
|
411
|
+
Object.defineProperty(exports, "SDKMenuButton", {
|
|
418
412
|
enumerable: true,
|
|
419
413
|
get: function get() {
|
|
420
|
-
return
|
|
414
|
+
return _SDKMenuButton.SDKMenuButton;
|
|
421
415
|
}
|
|
422
416
|
});
|
|
423
|
-
Object.defineProperty(exports, "
|
|
417
|
+
Object.defineProperty(exports, "SDKTimer", {
|
|
424
418
|
enumerable: true,
|
|
425
419
|
get: function get() {
|
|
426
|
-
return
|
|
420
|
+
return _SDKTimer.SDKTimer;
|
|
427
421
|
}
|
|
428
422
|
});
|
|
429
|
-
Object.defineProperty(exports, "
|
|
423
|
+
Object.defineProperty(exports, "SDKNavBar", {
|
|
430
424
|
enumerable: true,
|
|
431
425
|
get: function get() {
|
|
432
|
-
return
|
|
426
|
+
return _SDKNavBar.SDKNavBar;
|
|
433
427
|
}
|
|
434
428
|
});
|
|
435
|
-
Object.defineProperty(exports, "
|
|
429
|
+
Object.defineProperty(exports, "SecondaryNavBarButton", {
|
|
436
430
|
enumerable: true,
|
|
437
431
|
get: function get() {
|
|
438
|
-
return
|
|
432
|
+
return _index30.SecondaryNavBarButton;
|
|
439
433
|
}
|
|
440
434
|
});
|
|
441
|
-
Object.defineProperty(exports, "
|
|
435
|
+
Object.defineProperty(exports, "CentileDistribution", {
|
|
442
436
|
enumerable: true,
|
|
443
437
|
get: function get() {
|
|
444
|
-
return
|
|
438
|
+
return _CentileDistribution.CentileDistribution;
|
|
445
439
|
}
|
|
446
440
|
});
|
|
447
|
-
Object.defineProperty(exports, "
|
|
441
|
+
Object.defineProperty(exports, "OutcomeAnalysis", {
|
|
448
442
|
enumerable: true,
|
|
449
443
|
get: function get() {
|
|
450
|
-
return
|
|
444
|
+
return _index31.OutcomeAnalysis;
|
|
451
445
|
}
|
|
452
446
|
});
|
|
453
|
-
Object.defineProperty(exports, "
|
|
447
|
+
Object.defineProperty(exports, "PositionBox", {
|
|
454
448
|
enumerable: true,
|
|
455
449
|
get: function get() {
|
|
456
|
-
return
|
|
450
|
+
return _PositionBox.PositionBox;
|
|
457
451
|
}
|
|
458
452
|
});
|
|
459
|
-
Object.defineProperty(exports, "
|
|
453
|
+
Object.defineProperty(exports, "Pin", {
|
|
460
454
|
enumerable: true,
|
|
461
455
|
get: function get() {
|
|
462
|
-
return
|
|
456
|
+
return _index32.Pin;
|
|
463
457
|
}
|
|
464
458
|
});
|
|
465
|
-
Object.defineProperty(exports, "
|
|
459
|
+
Object.defineProperty(exports, "SessionItemResultView", {
|
|
466
460
|
enumerable: true,
|
|
467
461
|
get: function get() {
|
|
468
|
-
return
|
|
462
|
+
return _index33.SessionItemResult;
|
|
469
463
|
}
|
|
470
464
|
});
|
|
471
|
-
Object.defineProperty(exports, "
|
|
465
|
+
Object.defineProperty(exports, "Card", {
|
|
472
466
|
enumerable: true,
|
|
473
467
|
get: function get() {
|
|
474
|
-
return
|
|
468
|
+
return _index34.Card;
|
|
475
469
|
}
|
|
476
470
|
});
|
|
477
|
-
Object.defineProperty(exports, "
|
|
471
|
+
Object.defineProperty(exports, "CardContent", {
|
|
478
472
|
enumerable: true,
|
|
479
473
|
get: function get() {
|
|
480
|
-
return
|
|
474
|
+
return _index35.CardContent;
|
|
481
475
|
}
|
|
482
476
|
});
|
|
483
|
-
Object.defineProperty(exports, "
|
|
477
|
+
Object.defineProperty(exports, "CardWrapper", {
|
|
484
478
|
enumerable: true,
|
|
485
479
|
get: function get() {
|
|
486
|
-
return
|
|
480
|
+
return _index36.CardWrapper;
|
|
487
481
|
}
|
|
488
482
|
});
|
|
489
|
-
Object.defineProperty(exports, "
|
|
483
|
+
Object.defineProperty(exports, "Page", {
|
|
490
484
|
enumerable: true,
|
|
491
485
|
get: function get() {
|
|
492
|
-
return
|
|
486
|
+
return _index37.Page;
|
|
493
487
|
}
|
|
494
488
|
});
|
|
495
|
-
Object.defineProperty(exports, "
|
|
489
|
+
Object.defineProperty(exports, "BanksTray", {
|
|
496
490
|
enumerable: true,
|
|
497
491
|
get: function get() {
|
|
498
|
-
return
|
|
492
|
+
return _index38.BanksTray;
|
|
499
493
|
}
|
|
500
494
|
});
|
|
501
|
-
Object.defineProperty(exports, "
|
|
495
|
+
Object.defineProperty(exports, "BuildingSidebar", {
|
|
502
496
|
enumerable: true,
|
|
503
497
|
get: function get() {
|
|
504
|
-
return
|
|
498
|
+
return _index39.BuildingSidebar;
|
|
505
499
|
}
|
|
506
500
|
});
|
|
507
|
-
Object.defineProperty(exports, "
|
|
501
|
+
Object.defineProperty(exports, "DeleteStimulusModal", {
|
|
508
502
|
enumerable: true,
|
|
509
503
|
get: function get() {
|
|
510
|
-
return
|
|
504
|
+
return _index40.DeleteStimulusModal;
|
|
511
505
|
}
|
|
512
506
|
});
|
|
513
|
-
Object.defineProperty(exports, "
|
|
507
|
+
Object.defineProperty(exports, "ItemFeedbackModal", {
|
|
514
508
|
enumerable: true,
|
|
515
509
|
get: function get() {
|
|
516
|
-
return
|
|
510
|
+
return _index41.ItemFeedbackModal;
|
|
517
511
|
}
|
|
518
512
|
});
|
|
519
|
-
Object.defineProperty(exports, "
|
|
513
|
+
Object.defineProperty(exports, "MoveImmutableModal", {
|
|
520
514
|
enumerable: true,
|
|
521
515
|
get: function get() {
|
|
522
|
-
return
|
|
516
|
+
return _index42.MoveImmutableModal;
|
|
523
517
|
}
|
|
524
518
|
});
|
|
525
|
-
Object.defineProperty(exports, "
|
|
519
|
+
Object.defineProperty(exports, "AddContentModal", {
|
|
526
520
|
enumerable: true,
|
|
527
521
|
get: function get() {
|
|
528
|
-
return
|
|
522
|
+
return _index43.AddContentModal;
|
|
529
523
|
}
|
|
530
524
|
});
|
|
531
|
-
Object.defineProperty(exports, "
|
|
525
|
+
Object.defineProperty(exports, "QTIImportModal", {
|
|
532
526
|
enumerable: true,
|
|
533
527
|
get: function get() {
|
|
534
|
-
return
|
|
528
|
+
return _index44.QTIImportModal;
|
|
535
529
|
}
|
|
536
530
|
});
|
|
537
|
-
Object.defineProperty(exports, "
|
|
531
|
+
Object.defineProperty(exports, "ReturnButton", {
|
|
538
532
|
enumerable: true,
|
|
539
533
|
get: function get() {
|
|
540
|
-
return
|
|
534
|
+
return _ReturnButton.ReturnButton;
|
|
541
535
|
}
|
|
542
536
|
});
|
|
543
|
-
Object.defineProperty(exports, "
|
|
537
|
+
Object.defineProperty(exports, "DropTargetCreator", {
|
|
544
538
|
enumerable: true,
|
|
545
539
|
get: function get() {
|
|
546
|
-
return
|
|
540
|
+
return _dragAndDropUtils.DropTargetCreator;
|
|
547
541
|
}
|
|
548
542
|
});
|
|
549
|
-
Object.defineProperty(exports, "
|
|
543
|
+
Object.defineProperty(exports, "Event", {
|
|
550
544
|
enumerable: true,
|
|
551
545
|
get: function get() {
|
|
552
|
-
return
|
|
546
|
+
return _Event.Event;
|
|
553
547
|
}
|
|
554
548
|
});
|
|
555
|
-
Object.defineProperty(exports, "
|
|
549
|
+
Object.defineProperty(exports, "QuizInfo", {
|
|
556
550
|
enumerable: true,
|
|
557
551
|
get: function get() {
|
|
558
|
-
return
|
|
552
|
+
return _QuizInfo.QuizInfo;
|
|
559
553
|
}
|
|
560
554
|
});
|
|
561
|
-
Object.defineProperty(exports, "
|
|
555
|
+
Object.defineProperty(exports, "LearnosityCalculator", {
|
|
562
556
|
enumerable: true,
|
|
563
557
|
get: function get() {
|
|
564
|
-
return
|
|
558
|
+
return _index45.LearnosityCalculator;
|
|
565
559
|
}
|
|
566
560
|
});
|
|
567
|
-
Object.defineProperty(exports, "
|
|
561
|
+
Object.defineProperty(exports, "QuizInstructions", {
|
|
568
562
|
enumerable: true,
|
|
569
563
|
get: function get() {
|
|
570
|
-
return
|
|
564
|
+
return _index46.QuizInstructions;
|
|
571
565
|
}
|
|
572
566
|
});
|
|
573
|
-
Object.defineProperty(exports, "
|
|
567
|
+
Object.defineProperty(exports, "QuizTitle", {
|
|
574
568
|
enumerable: true,
|
|
575
569
|
get: function get() {
|
|
576
|
-
return
|
|
570
|
+
return _index47.QuizTitle;
|
|
577
571
|
}
|
|
578
572
|
});
|
|
579
|
-
Object.defineProperty(exports, "
|
|
573
|
+
Object.defineProperty(exports, "QuizEntryShow", {
|
|
580
574
|
enumerable: true,
|
|
581
575
|
get: function get() {
|
|
582
|
-
return
|
|
576
|
+
return _index48.QuizEntryShow;
|
|
583
577
|
}
|
|
584
578
|
});
|
|
585
|
-
Object.defineProperty(exports, "
|
|
579
|
+
Object.defineProperty(exports, "StimulusShow", {
|
|
586
580
|
enumerable: true,
|
|
587
581
|
get: function get() {
|
|
588
|
-
return
|
|
582
|
+
return _index49.StimulusShow;
|
|
589
583
|
}
|
|
590
584
|
});
|
|
591
|
-
Object.defineProperty(exports, "
|
|
585
|
+
Object.defineProperty(exports, "QuizSessionResultHeader", {
|
|
592
586
|
enumerable: true,
|
|
593
587
|
get: function get() {
|
|
594
|
-
return
|
|
588
|
+
return _index50.QuizSessionResultHeader;
|
|
595
589
|
}
|
|
596
590
|
});
|
|
597
|
-
Object.defineProperty(exports, "
|
|
591
|
+
Object.defineProperty(exports, "QuizSessionResultInfo", {
|
|
598
592
|
enumerable: true,
|
|
599
593
|
get: function get() {
|
|
600
|
-
return
|
|
594
|
+
return _index51.Info;
|
|
601
595
|
}
|
|
602
596
|
});
|
|
603
597
|
Object.defineProperty(exports, "SessionItemResultsList", {
|
|
@@ -606,629 +600,628 @@ Object.defineProperty(exports, "SessionItemResultsList", {
|
|
|
606
600
|
return _index52.SessionItemResultsList;
|
|
607
601
|
}
|
|
608
602
|
});
|
|
609
|
-
Object.defineProperty(exports, "
|
|
603
|
+
Object.defineProperty(exports, "Errors", {
|
|
610
604
|
enumerable: true,
|
|
611
605
|
get: function get() {
|
|
612
|
-
return
|
|
606
|
+
return _Errors.Errors;
|
|
613
607
|
}
|
|
614
608
|
});
|
|
615
|
-
Object.defineProperty(exports, "
|
|
609
|
+
Object.defineProperty(exports, "TimeUnitsInput", {
|
|
616
610
|
enumerable: true,
|
|
617
611
|
get: function get() {
|
|
618
|
-
return
|
|
612
|
+
return _index53.TimeUnitsInput;
|
|
619
613
|
}
|
|
620
614
|
});
|
|
621
|
-
Object.defineProperty(exports, "
|
|
615
|
+
Object.defineProperty(exports, "QuizEntryView", {
|
|
622
616
|
enumerable: true,
|
|
623
617
|
get: function get() {
|
|
624
|
-
return
|
|
618
|
+
return _index54.QuizEntry;
|
|
625
619
|
}
|
|
626
620
|
});
|
|
627
|
-
Object.defineProperty(exports, "
|
|
621
|
+
Object.defineProperty(exports, "Provider", {
|
|
628
622
|
enumerable: true,
|
|
629
623
|
get: function get() {
|
|
630
|
-
return
|
|
624
|
+
return _reactRedux.Provider;
|
|
631
625
|
}
|
|
632
626
|
});
|
|
633
|
-
Object.defineProperty(exports, "
|
|
627
|
+
Object.defineProperty(exports, "connect", {
|
|
634
628
|
enumerable: true,
|
|
635
629
|
get: function get() {
|
|
636
|
-
return
|
|
630
|
+
return _reactRedux.connect;
|
|
637
631
|
}
|
|
638
632
|
});
|
|
639
|
-
Object.defineProperty(exports, "
|
|
633
|
+
Object.defineProperty(exports, "FormattedTimer", {
|
|
640
634
|
enumerable: true,
|
|
641
635
|
get: function get() {
|
|
642
|
-
return
|
|
636
|
+
return _index55.FormattedTimer;
|
|
643
637
|
}
|
|
644
638
|
});
|
|
645
|
-
Object.defineProperty(exports, "
|
|
639
|
+
Object.defineProperty(exports, "breakdownSeconds", {
|
|
646
640
|
enumerable: true,
|
|
647
641
|
get: function get() {
|
|
648
|
-
return
|
|
642
|
+
return _index55.breakdownSeconds;
|
|
649
643
|
}
|
|
650
644
|
});
|
|
651
|
-
Object.defineProperty(exports, "
|
|
645
|
+
Object.defineProperty(exports, "HOUR_IN_SECONDS", {
|
|
652
646
|
enumerable: true,
|
|
653
647
|
get: function get() {
|
|
654
|
-
return
|
|
648
|
+
return _index55.HOUR_IN_SECONDS;
|
|
655
649
|
}
|
|
656
650
|
});
|
|
657
|
-
Object.defineProperty(exports, "
|
|
651
|
+
Object.defineProperty(exports, "TagWrapper", {
|
|
658
652
|
enumerable: true,
|
|
659
653
|
get: function get() {
|
|
660
|
-
return
|
|
654
|
+
return _index56.default;
|
|
661
655
|
}
|
|
662
656
|
});
|
|
663
|
-
Object.defineProperty(exports, "
|
|
657
|
+
Object.defineProperty(exports, "RetryGradePassbackButton", {
|
|
664
658
|
enumerable: true,
|
|
665
659
|
get: function get() {
|
|
666
|
-
return
|
|
660
|
+
return _index57.RetryGradePassbackButton;
|
|
667
661
|
}
|
|
668
662
|
});
|
|
669
|
-
Object.defineProperty(exports, "
|
|
663
|
+
Object.defineProperty(exports, "config", {
|
|
670
664
|
enumerable: true,
|
|
671
665
|
get: function get() {
|
|
672
|
-
return
|
|
666
|
+
return _config.environment;
|
|
673
667
|
}
|
|
674
668
|
});
|
|
675
|
-
Object.defineProperty(exports, "
|
|
669
|
+
Object.defineProperty(exports, "Fetcher", {
|
|
676
670
|
enumerable: true,
|
|
677
671
|
get: function get() {
|
|
678
|
-
return
|
|
672
|
+
return _Fetcher.Fetcher;
|
|
679
673
|
}
|
|
680
674
|
});
|
|
681
|
-
Object.defineProperty(exports, "
|
|
675
|
+
Object.defineProperty(exports, "httpHeaders", {
|
|
682
676
|
enumerable: true,
|
|
683
677
|
get: function get() {
|
|
684
|
-
return
|
|
678
|
+
return _httpHeaders.httpHeaders;
|
|
685
679
|
}
|
|
686
680
|
});
|
|
687
|
-
Object.defineProperty(exports, "
|
|
681
|
+
Object.defineProperty(exports, "store", {
|
|
688
682
|
enumerable: true,
|
|
689
683
|
get: function get() {
|
|
690
|
-
return
|
|
684
|
+
return _reduxStore.store;
|
|
691
685
|
}
|
|
692
686
|
});
|
|
693
|
-
Object.defineProperty(exports, "
|
|
687
|
+
Object.defineProperty(exports, "setFakeStore", {
|
|
694
688
|
enumerable: true,
|
|
695
689
|
get: function get() {
|
|
696
|
-
return
|
|
690
|
+
return _reduxStore.setFakeStore;
|
|
697
691
|
}
|
|
698
692
|
});
|
|
699
|
-
Object.defineProperty(exports, "
|
|
693
|
+
Object.defineProperty(exports, "unsetFakeStore", {
|
|
700
694
|
enumerable: true,
|
|
701
695
|
get: function get() {
|
|
702
|
-
return
|
|
696
|
+
return _reduxStore.unsetFakeStore;
|
|
703
697
|
}
|
|
704
698
|
});
|
|
705
|
-
Object.defineProperty(exports, "
|
|
699
|
+
Object.defineProperty(exports, "setFeatures", {
|
|
706
700
|
enumerable: true,
|
|
707
701
|
get: function get() {
|
|
708
|
-
return
|
|
702
|
+
return _featureCheck.setFeatures;
|
|
709
703
|
}
|
|
710
704
|
});
|
|
711
|
-
Object.defineProperty(exports, "
|
|
705
|
+
Object.defineProperty(exports, "unsetFeatures", {
|
|
712
706
|
enumerable: true,
|
|
713
707
|
get: function get() {
|
|
714
|
-
return
|
|
708
|
+
return _featureCheck.unsetFeatures;
|
|
715
709
|
}
|
|
716
710
|
});
|
|
717
|
-
Object.defineProperty(exports, "
|
|
711
|
+
Object.defineProperty(exports, "featureOn", {
|
|
718
712
|
enumerable: true,
|
|
719
713
|
get: function get() {
|
|
720
|
-
return
|
|
714
|
+
return _featureCheck.featureOn;
|
|
721
715
|
}
|
|
722
716
|
});
|
|
723
|
-
Object.defineProperty(exports, "
|
|
717
|
+
Object.defineProperty(exports, "withTestFeatures", {
|
|
724
718
|
enumerable: true,
|
|
725
719
|
get: function get() {
|
|
726
|
-
return
|
|
720
|
+
return _featureCheck.withTestFeatures;
|
|
727
721
|
}
|
|
728
722
|
});
|
|
729
|
-
Object.defineProperty(exports, "
|
|
723
|
+
Object.defineProperty(exports, "makeEditable", {
|
|
730
724
|
enumerable: true,
|
|
731
725
|
get: function get() {
|
|
732
|
-
return
|
|
726
|
+
return _makeEditable.makeEditable;
|
|
733
727
|
}
|
|
734
728
|
});
|
|
735
|
-
Object.defineProperty(exports, "
|
|
729
|
+
Object.defineProperty(exports, "CustomPropTypes", {
|
|
736
730
|
enumerable: true,
|
|
737
731
|
get: function get() {
|
|
738
|
-
return
|
|
732
|
+
return _CustomPropTypes.CustomPropTypes;
|
|
739
733
|
}
|
|
740
734
|
});
|
|
741
|
-
Object.defineProperty(exports, "
|
|
735
|
+
Object.defineProperty(exports, "componentForItem", {
|
|
742
736
|
enumerable: true,
|
|
743
737
|
get: function get() {
|
|
744
|
-
return
|
|
738
|
+
return _componentForItem.componentForItem;
|
|
745
739
|
}
|
|
746
740
|
});
|
|
747
|
-
Object.defineProperty(exports, "
|
|
741
|
+
Object.defineProperty(exports, "propsForInteractionEdit", {
|
|
748
742
|
enumerable: true,
|
|
749
743
|
get: function get() {
|
|
750
|
-
return
|
|
744
|
+
return _interactionTypePropsHelper.propsForInteractionEdit;
|
|
751
745
|
}
|
|
752
746
|
});
|
|
753
|
-
Object.defineProperty(exports, "
|
|
747
|
+
Object.defineProperty(exports, "generateDisplayPositions", {
|
|
754
748
|
enumerable: true,
|
|
755
749
|
get: function get() {
|
|
756
|
-
return
|
|
750
|
+
return _generateDisplayPositions.generateDisplayPositions;
|
|
757
751
|
}
|
|
758
752
|
});
|
|
759
|
-
Object.defineProperty(exports, "
|
|
753
|
+
Object.defineProperty(exports, "makeScrollable", {
|
|
760
754
|
enumerable: true,
|
|
761
755
|
get: function get() {
|
|
762
|
-
return
|
|
756
|
+
return _makeScrollable.makeScrollable;
|
|
763
757
|
}
|
|
764
758
|
});
|
|
765
|
-
Object.defineProperty(exports, "
|
|
759
|
+
Object.defineProperty(exports, "formatTimespan", {
|
|
766
760
|
enumerable: true,
|
|
767
761
|
get: function get() {
|
|
768
|
-
return
|
|
762
|
+
return _formatTimespan.formatTimespan;
|
|
769
763
|
}
|
|
770
764
|
});
|
|
771
|
-
Object.defineProperty(exports, "
|
|
765
|
+
Object.defineProperty(exports, "formatTime", {
|
|
772
766
|
enumerable: true,
|
|
773
767
|
get: function get() {
|
|
774
|
-
return
|
|
768
|
+
return _formatTimespan.formatTime;
|
|
775
769
|
}
|
|
776
770
|
});
|
|
777
|
-
Object.defineProperty(exports, "
|
|
771
|
+
Object.defineProperty(exports, "generateImportModalId", {
|
|
778
772
|
enumerable: true,
|
|
779
773
|
get: function get() {
|
|
780
|
-
return
|
|
774
|
+
return _index58.generateImportModalId;
|
|
781
775
|
}
|
|
782
776
|
});
|
|
783
|
-
Object.defineProperty(exports, "
|
|
777
|
+
Object.defineProperty(exports, "TimerService", {
|
|
784
778
|
enumerable: true,
|
|
785
779
|
get: function get() {
|
|
786
|
-
return
|
|
780
|
+
return _TimerService.TimerService;
|
|
787
781
|
}
|
|
788
782
|
});
|
|
789
|
-
Object.defineProperty(exports, "
|
|
783
|
+
Object.defineProperty(exports, "TimeRecordingService", {
|
|
790
784
|
enumerable: true,
|
|
791
785
|
get: function get() {
|
|
792
|
-
return
|
|
786
|
+
return _TimeRecordingService.TimeRecordingService;
|
|
793
787
|
}
|
|
794
788
|
});
|
|
795
|
-
Object.defineProperty(exports, "
|
|
789
|
+
Object.defineProperty(exports, "onPhone", {
|
|
796
790
|
enumerable: true,
|
|
797
791
|
get: function get() {
|
|
798
|
-
return
|
|
792
|
+
return _windowChecks.onPhone;
|
|
799
793
|
}
|
|
800
794
|
});
|
|
801
|
-
Object.defineProperty(exports, "
|
|
795
|
+
Object.defineProperty(exports, "toErrors", {
|
|
802
796
|
enumerable: true,
|
|
803
797
|
get: function get() {
|
|
804
|
-
return
|
|
798
|
+
return _instUIMessages.toErrors;
|
|
805
799
|
}
|
|
806
800
|
});
|
|
807
|
-
Object.defineProperty(exports, "
|
|
801
|
+
Object.defineProperty(exports, "elementsForSelectors", {
|
|
808
802
|
enumerable: true,
|
|
809
803
|
get: function get() {
|
|
810
|
-
return
|
|
804
|
+
return _ElementsForSelectors.elementsForSelectors;
|
|
811
805
|
}
|
|
812
806
|
});
|
|
813
|
-
Object.defineProperty(exports, "
|
|
807
|
+
Object.defineProperty(exports, "sessionStore", {
|
|
814
808
|
enumerable: true,
|
|
815
809
|
get: function get() {
|
|
816
|
-
return
|
|
810
|
+
return _sessionStore.sessionStore;
|
|
817
811
|
}
|
|
818
812
|
});
|
|
819
|
-
Object.defineProperty(exports, "
|
|
813
|
+
Object.defineProperty(exports, "printWithCss", {
|
|
820
814
|
enumerable: true,
|
|
821
815
|
get: function get() {
|
|
822
|
-
return
|
|
816
|
+
return _printUtils.printWithCss;
|
|
823
817
|
}
|
|
824
818
|
});
|
|
825
|
-
Object.defineProperty(exports, "
|
|
819
|
+
Object.defineProperty(exports, "ensureImagesLoaded", {
|
|
826
820
|
enumerable: true,
|
|
827
821
|
get: function get() {
|
|
828
|
-
return
|
|
822
|
+
return _printUtils.ensureImagesLoaded;
|
|
829
823
|
}
|
|
830
824
|
});
|
|
831
|
-
Object.defineProperty(exports, "
|
|
825
|
+
Object.defineProperty(exports, "ensureRCEContentIsLoaded", {
|
|
832
826
|
enumerable: true,
|
|
833
827
|
get: function get() {
|
|
834
|
-
return
|
|
828
|
+
return _rceChecker.ensureRCEContentIsLoaded;
|
|
835
829
|
}
|
|
836
830
|
});
|
|
837
|
-
Object.defineProperty(exports, "
|
|
831
|
+
Object.defineProperty(exports, "createQuizEntryRegrade", {
|
|
838
832
|
enumerable: true,
|
|
839
833
|
get: function get() {
|
|
840
|
-
return
|
|
834
|
+
return _quizEntryRegrades.createQuizEntryRegrade;
|
|
841
835
|
}
|
|
842
836
|
});
|
|
843
|
-
Object.defineProperty(exports, "
|
|
837
|
+
Object.defineProperty(exports, "getQuizEntry", {
|
|
844
838
|
enumerable: true,
|
|
845
839
|
get: function get() {
|
|
846
|
-
return
|
|
840
|
+
return _quizEntries.getQuizEntry;
|
|
847
841
|
}
|
|
848
842
|
});
|
|
849
|
-
Object.defineProperty(exports, "
|
|
843
|
+
Object.defineProperty(exports, "moveQuizEntry", {
|
|
850
844
|
enumerable: true,
|
|
851
845
|
get: function get() {
|
|
852
|
-
return
|
|
846
|
+
return _quizEntries.moveQuizEntry;
|
|
853
847
|
}
|
|
854
848
|
});
|
|
855
|
-
Object.defineProperty(exports, "
|
|
849
|
+
Object.defineProperty(exports, "getItem", {
|
|
856
850
|
enumerable: true,
|
|
857
851
|
get: function get() {
|
|
858
|
-
return
|
|
852
|
+
return _items.getItem;
|
|
859
853
|
}
|
|
860
854
|
});
|
|
861
|
-
Object.defineProperty(exports, "
|
|
855
|
+
Object.defineProperty(exports, "interactionFileUpload", {
|
|
862
856
|
enumerable: true,
|
|
863
857
|
get: function get() {
|
|
864
|
-
return
|
|
858
|
+
return _quizzes.interactionFileUpload;
|
|
865
859
|
}
|
|
866
860
|
});
|
|
867
|
-
Object.defineProperty(exports, "
|
|
861
|
+
Object.defineProperty(exports, "setOneAtATimeType", {
|
|
868
862
|
enumerable: true,
|
|
869
863
|
get: function get() {
|
|
870
|
-
return
|
|
864
|
+
return _quizzes.setOneAtATimeType;
|
|
871
865
|
}
|
|
872
866
|
});
|
|
873
|
-
Object.defineProperty(exports, "
|
|
867
|
+
Object.defineProperty(exports, "quizBuildingSession", {
|
|
874
868
|
enumerable: true,
|
|
875
869
|
get: function get() {
|
|
876
|
-
return
|
|
870
|
+
return _quizzes.quizBuildingSession;
|
|
877
871
|
}
|
|
878
872
|
});
|
|
879
|
-
Object.defineProperty(exports, "
|
|
873
|
+
Object.defineProperty(exports, "saveQuizChange", {
|
|
880
874
|
enumerable: true,
|
|
881
875
|
get: function get() {
|
|
882
|
-
return
|
|
876
|
+
return _quizzes.saveQuizChange;
|
|
883
877
|
}
|
|
884
878
|
});
|
|
885
|
-
Object.defineProperty(exports, "
|
|
879
|
+
Object.defineProperty(exports, "setBacktracking", {
|
|
886
880
|
enumerable: true,
|
|
887
881
|
get: function get() {
|
|
888
|
-
return
|
|
882
|
+
return _quizzes.setBacktracking;
|
|
889
883
|
}
|
|
890
884
|
});
|
|
891
|
-
Object.defineProperty(exports, "
|
|
885
|
+
Object.defineProperty(exports, "setCalculatorType", {
|
|
892
886
|
enumerable: true,
|
|
893
887
|
get: function get() {
|
|
894
|
-
return
|
|
888
|
+
return _quizzes.setCalculatorType;
|
|
895
889
|
}
|
|
896
890
|
});
|
|
897
|
-
Object.defineProperty(exports, "
|
|
891
|
+
Object.defineProperty(exports, "setAllowClearMCSelection", {
|
|
898
892
|
enumerable: true,
|
|
899
893
|
get: function get() {
|
|
900
|
-
return
|
|
894
|
+
return _quizzes.setAllowClearMCSelection;
|
|
901
895
|
}
|
|
902
896
|
});
|
|
903
|
-
Object.defineProperty(exports, "
|
|
897
|
+
Object.defineProperty(exports, "setChoiceElimination", {
|
|
904
898
|
enumerable: true,
|
|
905
899
|
get: function get() {
|
|
906
|
-
return
|
|
900
|
+
return _quizzes.setChoiceElimination;
|
|
907
901
|
}
|
|
908
902
|
});
|
|
909
|
-
Object.defineProperty(exports, "
|
|
903
|
+
Object.defineProperty(exports, "setFilterIpAddress", {
|
|
910
904
|
enumerable: true,
|
|
911
905
|
get: function get() {
|
|
912
|
-
return
|
|
906
|
+
return _quizzes.setFilterIpAddress;
|
|
913
907
|
}
|
|
914
908
|
});
|
|
915
|
-
Object.defineProperty(exports, "
|
|
909
|
+
Object.defineProperty(exports, "setIpFiltersApi", {
|
|
916
910
|
enumerable: true,
|
|
917
911
|
get: function get() {
|
|
918
|
-
return
|
|
912
|
+
return _quizzes.setIpFiltersApi;
|
|
919
913
|
}
|
|
920
914
|
});
|
|
921
|
-
Object.defineProperty(exports, "
|
|
915
|
+
Object.defineProperty(exports, "setIpFiltersUi", {
|
|
922
916
|
enumerable: true,
|
|
923
917
|
get: function get() {
|
|
924
|
-
return
|
|
918
|
+
return _quizzes.setIpFiltersUi;
|
|
925
919
|
}
|
|
926
920
|
});
|
|
927
|
-
Object.defineProperty(exports, "
|
|
921
|
+
Object.defineProperty(exports, "setQuizDefaultRceSettings", {
|
|
928
922
|
enumerable: true,
|
|
929
923
|
get: function get() {
|
|
930
|
-
return
|
|
924
|
+
return _quizzes.setQuizDefaultRceSettings;
|
|
931
925
|
}
|
|
932
926
|
});
|
|
933
|
-
Object.defineProperty(exports, "
|
|
927
|
+
Object.defineProperty(exports, "setQuizShuffleAnswers", {
|
|
934
928
|
enumerable: true,
|
|
935
929
|
get: function get() {
|
|
936
|
-
return
|
|
930
|
+
return _quizzes.setQuizShuffleAnswers;
|
|
937
931
|
}
|
|
938
932
|
});
|
|
939
|
-
Object.defineProperty(exports, "
|
|
933
|
+
Object.defineProperty(exports, "setQuizShuffleQuestions", {
|
|
940
934
|
enumerable: true,
|
|
941
935
|
get: function get() {
|
|
942
|
-
return
|
|
936
|
+
return _quizzes.setQuizShuffleQuestions;
|
|
943
937
|
}
|
|
944
938
|
});
|
|
945
|
-
Object.defineProperty(exports, "
|
|
939
|
+
Object.defineProperty(exports, "setRequireStudentAccessCode", {
|
|
946
940
|
enumerable: true,
|
|
947
941
|
get: function get() {
|
|
948
|
-
return
|
|
942
|
+
return _quizzes.setRequireStudentAccessCode;
|
|
949
943
|
}
|
|
950
944
|
});
|
|
951
|
-
Object.defineProperty(exports, "
|
|
945
|
+
Object.defineProperty(exports, "setStudentAccessCodeApi", {
|
|
952
946
|
enumerable: true,
|
|
953
947
|
get: function get() {
|
|
954
|
-
return
|
|
948
|
+
return _quizzes.setStudentAccessCodeApi;
|
|
955
949
|
}
|
|
956
950
|
});
|
|
957
|
-
Object.defineProperty(exports, "
|
|
951
|
+
Object.defineProperty(exports, "setStudentAccessCodeUi", {
|
|
958
952
|
enumerable: true,
|
|
959
953
|
get: function get() {
|
|
960
|
-
return
|
|
954
|
+
return _quizzes.setStudentAccessCodeUi;
|
|
961
955
|
}
|
|
962
956
|
});
|
|
963
|
-
Object.defineProperty(exports, "
|
|
957
|
+
Object.defineProperty(exports, "setQuizHasTimeLimit", {
|
|
964
958
|
enumerable: true,
|
|
965
959
|
get: function get() {
|
|
966
|
-
return
|
|
960
|
+
return _quizzes.setQuizHasTimeLimit;
|
|
967
961
|
}
|
|
968
962
|
});
|
|
969
|
-
Object.defineProperty(exports, "
|
|
963
|
+
Object.defineProperty(exports, "setSessionTimeLimitInSecondsUi", {
|
|
970
964
|
enumerable: true,
|
|
971
965
|
get: function get() {
|
|
972
|
-
return
|
|
966
|
+
return _quizzes.setSessionTimeLimitInSecondsUi;
|
|
973
967
|
}
|
|
974
968
|
});
|
|
975
|
-
Object.defineProperty(exports, "
|
|
969
|
+
Object.defineProperty(exports, "setSessionTimeLimitInSecondsApi", {
|
|
976
970
|
enumerable: true,
|
|
977
971
|
get: function get() {
|
|
978
|
-
return
|
|
972
|
+
return _quizzes.setSessionTimeLimitInSecondsApi;
|
|
979
973
|
}
|
|
980
974
|
});
|
|
981
|
-
Object.defineProperty(exports, "
|
|
975
|
+
Object.defineProperty(exports, "setResultsFeedback", {
|
|
982
976
|
enumerable: true,
|
|
983
977
|
get: function get() {
|
|
984
|
-
return
|
|
978
|
+
return _quizzes.setResultsFeedback;
|
|
985
979
|
}
|
|
986
980
|
});
|
|
987
|
-
Object.defineProperty(exports, "
|
|
981
|
+
Object.defineProperty(exports, "setResultsFeedbackEnabled", {
|
|
988
982
|
enumerable: true,
|
|
989
983
|
get: function get() {
|
|
990
|
-
return
|
|
984
|
+
return _quizzes.setResultsFeedbackEnabled;
|
|
991
985
|
}
|
|
992
986
|
});
|
|
993
|
-
Object.defineProperty(exports, "
|
|
987
|
+
Object.defineProperty(exports, "getExistingQuiz", {
|
|
994
988
|
enumerable: true,
|
|
995
989
|
get: function get() {
|
|
996
|
-
return
|
|
990
|
+
return _quizzes2.getExistingQuiz;
|
|
997
991
|
}
|
|
998
992
|
});
|
|
999
|
-
Object.defineProperty(exports, "
|
|
993
|
+
Object.defineProperty(exports, "confirmSessionStartPage", {
|
|
1000
994
|
enumerable: true,
|
|
1001
995
|
get: function get() {
|
|
1002
|
-
return
|
|
996
|
+
return takingApiActions.confirmSessionStartPage;
|
|
1003
997
|
}
|
|
1004
998
|
});
|
|
1005
|
-
Object.defineProperty(exports, "
|
|
999
|
+
Object.defineProperty(exports, "submitStudentAccessCode", {
|
|
1006
1000
|
enumerable: true,
|
|
1007
1001
|
get: function get() {
|
|
1008
|
-
return
|
|
1002
|
+
return takingApiActions.submitStudentAccessCode;
|
|
1009
1003
|
}
|
|
1010
1004
|
});
|
|
1011
|
-
Object.defineProperty(exports, "
|
|
1005
|
+
Object.defineProperty(exports, "nextQuestion", {
|
|
1012
1006
|
enumerable: true,
|
|
1013
1007
|
get: function get() {
|
|
1014
|
-
return
|
|
1008
|
+
return takingApiActions.nextQuestion;
|
|
1015
1009
|
}
|
|
1016
1010
|
});
|
|
1017
|
-
Object.defineProperty(exports, "
|
|
1011
|
+
Object.defineProperty(exports, "submitQuiz", {
|
|
1018
1012
|
enumerable: true,
|
|
1019
1013
|
get: function get() {
|
|
1020
|
-
return
|
|
1014
|
+
return takingApiActions.submitQuiz;
|
|
1021
1015
|
}
|
|
1022
1016
|
});
|
|
1023
|
-
Object.defineProperty(exports, "
|
|
1017
|
+
Object.defineProperty(exports, "pinSessionItem", {
|
|
1024
1018
|
enumerable: true,
|
|
1025
1019
|
get: function get() {
|
|
1026
|
-
return
|
|
1020
|
+
return _quizSessions.pinSessionItem;
|
|
1027
1021
|
}
|
|
1028
1022
|
});
|
|
1029
|
-
Object.defineProperty(exports, "
|
|
1023
|
+
Object.defineProperty(exports, "postQuizSessionResults", {
|
|
1030
1024
|
enumerable: true,
|
|
1031
1025
|
get: function get() {
|
|
1032
|
-
return
|
|
1026
|
+
return _updateResults.postQuizSessionResults;
|
|
1033
1027
|
}
|
|
1034
1028
|
});
|
|
1035
|
-
exports
|
|
1036
|
-
Object.defineProperty(exports, "moveQuizEntry", {
|
|
1029
|
+
Object.defineProperty(exports, "getQuizSession", {
|
|
1037
1030
|
enumerable: true,
|
|
1038
1031
|
get: function get() {
|
|
1039
|
-
return
|
|
1032
|
+
return _quizSessions2.getQuizSession;
|
|
1040
1033
|
}
|
|
1041
1034
|
});
|
|
1042
|
-
Object.defineProperty(exports, "
|
|
1035
|
+
Object.defineProperty(exports, "submitOutstandingQuizSession", {
|
|
1043
1036
|
enumerable: true,
|
|
1044
1037
|
get: function get() {
|
|
1045
|
-
return
|
|
1038
|
+
return _quizSessions2.submitOutstandingQuizSession;
|
|
1046
1039
|
}
|
|
1047
1040
|
});
|
|
1048
|
-
Object.defineProperty(exports, "
|
|
1041
|
+
Object.defineProperty(exports, "getQuizSessions", {
|
|
1049
1042
|
enumerable: true,
|
|
1050
1043
|
get: function get() {
|
|
1051
|
-
return
|
|
1044
|
+
return _quizSessions2.getQuizSessions;
|
|
1052
1045
|
}
|
|
1053
1046
|
});
|
|
1054
|
-
Object.defineProperty(exports, "
|
|
1047
|
+
Object.defineProperty(exports, "getQuizSessionEvents", {
|
|
1055
1048
|
enumerable: true,
|
|
1056
1049
|
get: function get() {
|
|
1057
|
-
return
|
|
1050
|
+
return _quizSessionEvents.getQuizSessionEvents;
|
|
1058
1051
|
}
|
|
1059
1052
|
});
|
|
1060
|
-
Object.defineProperty(exports, "
|
|
1053
|
+
Object.defineProperty(exports, "addSuccess", {
|
|
1061
1054
|
enumerable: true,
|
|
1062
1055
|
get: function get() {
|
|
1063
|
-
return
|
|
1056
|
+
return _alerts.addSuccess;
|
|
1064
1057
|
}
|
|
1065
1058
|
});
|
|
1066
|
-
Object.defineProperty(exports, "
|
|
1059
|
+
Object.defineProperty(exports, "addInfo", {
|
|
1067
1060
|
enumerable: true,
|
|
1068
1061
|
get: function get() {
|
|
1069
|
-
return
|
|
1062
|
+
return _alerts.addInfo;
|
|
1070
1063
|
}
|
|
1071
1064
|
});
|
|
1072
|
-
Object.defineProperty(exports, "
|
|
1065
|
+
Object.defineProperty(exports, "addError", {
|
|
1073
1066
|
enumerable: true,
|
|
1074
1067
|
get: function get() {
|
|
1075
|
-
return
|
|
1068
|
+
return _alerts.addError;
|
|
1076
1069
|
}
|
|
1077
1070
|
});
|
|
1078
|
-
Object.defineProperty(exports, "
|
|
1071
|
+
Object.defineProperty(exports, "screenreaderNotification", {
|
|
1079
1072
|
enumerable: true,
|
|
1080
1073
|
get: function get() {
|
|
1081
|
-
return
|
|
1074
|
+
return _alerts.screenreaderNotification;
|
|
1082
1075
|
}
|
|
1083
1076
|
});
|
|
1084
|
-
Object.defineProperty(exports, "
|
|
1077
|
+
Object.defineProperty(exports, "removeAlert", {
|
|
1085
1078
|
enumerable: true,
|
|
1086
1079
|
get: function get() {
|
|
1087
|
-
return
|
|
1080
|
+
return _alerts.removeAlert;
|
|
1088
1081
|
}
|
|
1089
1082
|
});
|
|
1090
|
-
Object.defineProperty(exports, "
|
|
1083
|
+
Object.defineProperty(exports, "openModal", {
|
|
1091
1084
|
enumerable: true,
|
|
1092
1085
|
get: function get() {
|
|
1093
|
-
return
|
|
1086
|
+
return modalActions.openModal;
|
|
1094
1087
|
}
|
|
1095
1088
|
});
|
|
1096
|
-
Object.defineProperty(exports, "
|
|
1089
|
+
Object.defineProperty(exports, "closeModal", {
|
|
1097
1090
|
enumerable: true,
|
|
1098
1091
|
get: function get() {
|
|
1099
|
-
return
|
|
1092
|
+
return modalActions.closeModal;
|
|
1100
1093
|
}
|
|
1101
1094
|
});
|
|
1102
|
-
Object.defineProperty(exports, "
|
|
1095
|
+
Object.defineProperty(exports, "setGradeByQuestionEnabled", {
|
|
1103
1096
|
enumerable: true,
|
|
1104
1097
|
get: function get() {
|
|
1105
|
-
return
|
|
1098
|
+
return _grading.setGradeByQuestionEnabled;
|
|
1106
1099
|
}
|
|
1107
1100
|
});
|
|
1108
|
-
Object.defineProperty(exports, "
|
|
1101
|
+
Object.defineProperty(exports, "setActiveItem", {
|
|
1109
1102
|
enumerable: true,
|
|
1110
1103
|
get: function get() {
|
|
1111
|
-
return
|
|
1104
|
+
return _grading.setActiveItem;
|
|
1112
1105
|
}
|
|
1113
1106
|
});
|
|
1114
|
-
Object.defineProperty(exports, "
|
|
1107
|
+
Object.defineProperty(exports, "dismissGradeByQuestionBanner", {
|
|
1115
1108
|
enumerable: true,
|
|
1116
1109
|
get: function get() {
|
|
1117
|
-
return
|
|
1110
|
+
return _grading.dismissGradeByQuestionBanner;
|
|
1118
1111
|
}
|
|
1119
1112
|
});
|
|
1120
|
-
Object.defineProperty(exports, "
|
|
1113
|
+
Object.defineProperty(exports, "setRegradingPayload", {
|
|
1121
1114
|
enumerable: true,
|
|
1122
1115
|
get: function get() {
|
|
1123
|
-
return
|
|
1116
|
+
return _regrading.setRegradingPayload;
|
|
1124
1117
|
}
|
|
1125
1118
|
});
|
|
1126
|
-
Object.defineProperty(exports, "
|
|
1119
|
+
Object.defineProperty(exports, "setScoreReconciliation", {
|
|
1127
1120
|
enumerable: true,
|
|
1128
1121
|
get: function get() {
|
|
1129
|
-
return
|
|
1122
|
+
return _regrading.setScoreReconciliation;
|
|
1130
1123
|
}
|
|
1131
1124
|
});
|
|
1132
|
-
Object.defineProperty(exports, "
|
|
1125
|
+
Object.defineProperty(exports, "toggleRegradingEditMode", {
|
|
1133
1126
|
enumerable: true,
|
|
1134
1127
|
get: function get() {
|
|
1135
|
-
return
|
|
1128
|
+
return _regrading.toggleRegradingEditMode;
|
|
1136
1129
|
}
|
|
1137
1130
|
});
|
|
1138
|
-
Object.defineProperty(exports, "
|
|
1131
|
+
Object.defineProperty(exports, "showError", {
|
|
1139
1132
|
enumerable: true,
|
|
1140
1133
|
get: function get() {
|
|
1141
|
-
return
|
|
1134
|
+
return _errorsShowing.showError;
|
|
1142
1135
|
}
|
|
1143
1136
|
});
|
|
1144
|
-
Object.defineProperty(exports, "
|
|
1137
|
+
Object.defineProperty(exports, "hideError", {
|
|
1145
1138
|
enumerable: true,
|
|
1146
1139
|
get: function get() {
|
|
1147
|
-
return
|
|
1140
|
+
return _errorsShowing.hideError;
|
|
1148
1141
|
}
|
|
1149
1142
|
});
|
|
1150
|
-
Object.defineProperty(exports, "
|
|
1143
|
+
Object.defineProperty(exports, "clearErrorsShowing", {
|
|
1151
1144
|
enumerable: true,
|
|
1152
1145
|
get: function get() {
|
|
1153
|
-
return
|
|
1146
|
+
return _errorsShowing.clearErrorsShowing;
|
|
1154
1147
|
}
|
|
1155
1148
|
});
|
|
1156
|
-
Object.defineProperty(exports, "
|
|
1149
|
+
Object.defineProperty(exports, "changeItemState", {
|
|
1157
1150
|
enumerable: true,
|
|
1158
1151
|
get: function get() {
|
|
1159
|
-
return _modifications.
|
|
1152
|
+
return _modifications.changeItemState;
|
|
1160
1153
|
}
|
|
1161
1154
|
});
|
|
1162
|
-
Object.defineProperty(exports, "
|
|
1155
|
+
Object.defineProperty(exports, "changeQuizEntryPoints", {
|
|
1163
1156
|
enumerable: true,
|
|
1164
1157
|
get: function get() {
|
|
1165
|
-
return
|
|
1158
|
+
return _modifications.changeQuizEntryPoints;
|
|
1166
1159
|
}
|
|
1167
1160
|
});
|
|
1168
|
-
Object.defineProperty(exports, "
|
|
1161
|
+
Object.defineProperty(exports, "changeQuizEntryProperties", {
|
|
1169
1162
|
enumerable: true,
|
|
1170
1163
|
get: function get() {
|
|
1171
|
-
return
|
|
1164
|
+
return _modifications.changeQuizEntryProperties;
|
|
1172
1165
|
}
|
|
1173
1166
|
});
|
|
1174
|
-
Object.defineProperty(exports, "
|
|
1167
|
+
Object.defineProperty(exports, "clearModifications", {
|
|
1175
1168
|
enumerable: true,
|
|
1176
1169
|
get: function get() {
|
|
1177
|
-
return
|
|
1170
|
+
return _modifications.clearModifications;
|
|
1178
1171
|
}
|
|
1179
1172
|
});
|
|
1180
|
-
Object.defineProperty(exports, "
|
|
1173
|
+
Object.defineProperty(exports, "moveTemporaryQuizEntry", {
|
|
1181
1174
|
enumerable: true,
|
|
1182
1175
|
get: function get() {
|
|
1183
|
-
return
|
|
1176
|
+
return _modifications.moveTemporaryQuizEntry;
|
|
1184
1177
|
}
|
|
1185
1178
|
});
|
|
1186
|
-
Object.defineProperty(exports, "
|
|
1179
|
+
Object.defineProperty(exports, "changeQuizOutcomeAlignmentSetGuid", {
|
|
1187
1180
|
enumerable: true,
|
|
1188
1181
|
get: function get() {
|
|
1189
|
-
return
|
|
1182
|
+
return _modifications.changeQuizOutcomeAlignmentSetGuid;
|
|
1190
1183
|
}
|
|
1191
1184
|
});
|
|
1192
|
-
Object.defineProperty(exports, "
|
|
1185
|
+
Object.defineProperty(exports, "changeFudgePoints", {
|
|
1193
1186
|
enumerable: true,
|
|
1194
1187
|
get: function get() {
|
|
1195
|
-
return
|
|
1188
|
+
return _modifications.changeFudgePoints;
|
|
1196
1189
|
}
|
|
1197
1190
|
});
|
|
1198
|
-
Object.defineProperty(exports, "
|
|
1191
|
+
Object.defineProperty(exports, "sessionItemResultsModification", {
|
|
1199
1192
|
enumerable: true,
|
|
1200
1193
|
get: function get() {
|
|
1201
|
-
return
|
|
1194
|
+
return _modifications.sessionItemResultsModification;
|
|
1202
1195
|
}
|
|
1203
1196
|
});
|
|
1204
|
-
Object.defineProperty(exports, "
|
|
1197
|
+
Object.defineProperty(exports, "previousQuestion", {
|
|
1205
1198
|
enumerable: true,
|
|
1206
1199
|
get: function get() {
|
|
1207
|
-
return
|
|
1200
|
+
return takingActionCreators.previousQuestion;
|
|
1208
1201
|
}
|
|
1209
1202
|
});
|
|
1210
|
-
Object.defineProperty(exports, "
|
|
1203
|
+
Object.defineProperty(exports, "editResponse", {
|
|
1211
1204
|
enumerable: true,
|
|
1212
1205
|
get: function get() {
|
|
1213
|
-
return takingActionCreators.
|
|
1206
|
+
return takingActionCreators.editResponse;
|
|
1214
1207
|
}
|
|
1215
1208
|
});
|
|
1216
|
-
Object.defineProperty(exports, "
|
|
1209
|
+
Object.defineProperty(exports, "previewResponse", {
|
|
1217
1210
|
enumerable: true,
|
|
1218
1211
|
get: function get() {
|
|
1219
|
-
return
|
|
1212
|
+
return takingActionCreators.previewResponse;
|
|
1220
1213
|
}
|
|
1221
1214
|
});
|
|
1222
|
-
Object.defineProperty(exports, "
|
|
1215
|
+
Object.defineProperty(exports, "setCurrentSessionItemPosition", {
|
|
1223
1216
|
enumerable: true,
|
|
1224
1217
|
get: function get() {
|
|
1225
|
-
return
|
|
1218
|
+
return takingActionCreators.setCurrentSessionItemPosition;
|
|
1226
1219
|
}
|
|
1227
1220
|
});
|
|
1228
|
-
Object.defineProperty(exports, "
|
|
1221
|
+
Object.defineProperty(exports, "clearFocusCurrentSessionItem", {
|
|
1229
1222
|
enumerable: true,
|
|
1230
1223
|
get: function get() {
|
|
1231
|
-
return
|
|
1224
|
+
return takingActionCreators.clearFocusCurrentSessionItem;
|
|
1232
1225
|
}
|
|
1233
1226
|
});
|
|
1234
1227
|
Object.defineProperty(exports, "setFocusTitleAndInstructions", {
|
|
@@ -1237,181 +1230,187 @@ Object.defineProperty(exports, "setFocusTitleAndInstructions", {
|
|
|
1237
1230
|
return takingActionCreators.setFocusTitleAndInstructions;
|
|
1238
1231
|
}
|
|
1239
1232
|
});
|
|
1240
|
-
Object.defineProperty(exports, "
|
|
1233
|
+
Object.defineProperty(exports, "scrollToItem", {
|
|
1241
1234
|
enumerable: true,
|
|
1242
1235
|
get: function get() {
|
|
1243
|
-
return
|
|
1236
|
+
return _scrolling.scrollToItem;
|
|
1244
1237
|
}
|
|
1245
1238
|
});
|
|
1246
|
-
Object.defineProperty(exports, "
|
|
1239
|
+
Object.defineProperty(exports, "reportRCEEvent", {
|
|
1247
1240
|
enumerable: true,
|
|
1248
1241
|
get: function get() {
|
|
1249
|
-
return
|
|
1242
|
+
return _rce.reportRCEEvent;
|
|
1250
1243
|
}
|
|
1251
1244
|
});
|
|
1252
|
-
Object.defineProperty(exports, "
|
|
1245
|
+
Object.defineProperty(exports, "toggleSidebar", {
|
|
1253
1246
|
enumerable: true,
|
|
1254
1247
|
get: function get() {
|
|
1255
|
-
return
|
|
1248
|
+
return _sidebar.toggleSidebar;
|
|
1256
1249
|
}
|
|
1257
1250
|
});
|
|
1258
|
-
Object.defineProperty(exports, "
|
|
1251
|
+
Object.defineProperty(exports, "newHoverPosition", {
|
|
1259
1252
|
enumerable: true,
|
|
1260
1253
|
get: function get() {
|
|
1261
|
-
return
|
|
1254
|
+
return _dragAndDrop.newHoverPosition;
|
|
1262
1255
|
}
|
|
1263
1256
|
});
|
|
1264
|
-
Object.defineProperty(exports, "
|
|
1257
|
+
Object.defineProperty(exports, "set", {
|
|
1265
1258
|
enumerable: true,
|
|
1266
1259
|
get: function get() {
|
|
1267
|
-
return
|
|
1260
|
+
return _ui.set;
|
|
1268
1261
|
}
|
|
1269
1262
|
});
|
|
1270
|
-
Object.defineProperty(exports, "
|
|
1263
|
+
Object.defineProperty(exports, "setActiveCalculatorId", {
|
|
1271
1264
|
enumerable: true,
|
|
1272
1265
|
get: function get() {
|
|
1273
|
-
return
|
|
1266
|
+
return _ui.setActiveCalculatorId;
|
|
1274
1267
|
}
|
|
1275
1268
|
});
|
|
1276
|
-
Object.defineProperty(exports, "
|
|
1269
|
+
Object.defineProperty(exports, "postToParent", {
|
|
1277
1270
|
enumerable: true,
|
|
1278
1271
|
get: function get() {
|
|
1279
|
-
return
|
|
1272
|
+
return _postMessage.postToParent;
|
|
1280
1273
|
}
|
|
1281
1274
|
});
|
|
1282
|
-
Object.defineProperty(exports, "
|
|
1275
|
+
Object.defineProperty(exports, "getResultInfo", {
|
|
1283
1276
|
enumerable: true,
|
|
1284
1277
|
get: function get() {
|
|
1285
|
-
return
|
|
1278
|
+
return _quizSessions3.getResultInfo;
|
|
1286
1279
|
}
|
|
1287
1280
|
});
|
|
1288
|
-
Object.defineProperty(exports, "
|
|
1281
|
+
Object.defineProperty(exports, "newActiveQuizSession", {
|
|
1289
1282
|
enumerable: true,
|
|
1290
1283
|
get: function get() {
|
|
1291
|
-
return
|
|
1284
|
+
return _quizSessions3.newActiveQuizSession;
|
|
1292
1285
|
}
|
|
1293
1286
|
});
|
|
1294
|
-
Object.defineProperty(exports, "
|
|
1287
|
+
Object.defineProperty(exports, "clearActiveQuizSession", {
|
|
1295
1288
|
enumerable: true,
|
|
1296
1289
|
get: function get() {
|
|
1297
|
-
return
|
|
1290
|
+
return _quizSessions3.clearActiveQuizSession;
|
|
1298
1291
|
}
|
|
1299
1292
|
});
|
|
1300
|
-
Object.defineProperty(exports, "
|
|
1293
|
+
Object.defineProperty(exports, "getSessionItems", {
|
|
1301
1294
|
enumerable: true,
|
|
1302
1295
|
get: function get() {
|
|
1303
|
-
return
|
|
1296
|
+
return _quizSessions3.getSessionItems;
|
|
1304
1297
|
}
|
|
1305
1298
|
});
|
|
1306
|
-
Object.defineProperty(exports, "
|
|
1299
|
+
Object.defineProperty(exports, "startQuizExportJob", {
|
|
1307
1300
|
enumerable: true,
|
|
1308
1301
|
get: function get() {
|
|
1309
|
-
return
|
|
1302
|
+
return _quizExport.startQuizExportJob;
|
|
1310
1303
|
}
|
|
1311
1304
|
});
|
|
1312
|
-
Object.defineProperty(exports, "
|
|
1305
|
+
Object.defineProperty(exports, "getQuizById", {
|
|
1313
1306
|
enumerable: true,
|
|
1314
1307
|
get: function get() {
|
|
1315
|
-
return
|
|
1308
|
+
return _quizzes3.getQuizById;
|
|
1316
1309
|
}
|
|
1317
1310
|
});
|
|
1318
|
-
Object.defineProperty(exports, "
|
|
1311
|
+
Object.defineProperty(exports, "getActiveQuizId", {
|
|
1319
1312
|
enumerable: true,
|
|
1320
1313
|
get: function get() {
|
|
1321
|
-
return
|
|
1314
|
+
return _quizzes3.getActiveQuizId;
|
|
1322
1315
|
}
|
|
1323
1316
|
});
|
|
1324
|
-
Object.defineProperty(exports, "
|
|
1317
|
+
Object.defineProperty(exports, "getQuizEntryById", {
|
|
1325
1318
|
enumerable: true,
|
|
1326
1319
|
get: function get() {
|
|
1327
|
-
return
|
|
1320
|
+
return _quizzes3.getQuizEntryById;
|
|
1328
1321
|
}
|
|
1329
1322
|
});
|
|
1330
|
-
Object.defineProperty(exports, "
|
|
1323
|
+
Object.defineProperty(exports, "isActiveQuizWorkingInstanceOneQuestionAtATime", {
|
|
1331
1324
|
enumerable: true,
|
|
1332
1325
|
get: function get() {
|
|
1333
|
-
return
|
|
1326
|
+
return _quizzes3.isActiveQuizWorkingInstanceOneQuestionAtATime;
|
|
1334
1327
|
}
|
|
1335
1328
|
});
|
|
1336
|
-
Object.defineProperty(exports, "
|
|
1329
|
+
Object.defineProperty(exports, "getActiveQuiz", {
|
|
1337
1330
|
enumerable: true,
|
|
1338
1331
|
get: function get() {
|
|
1339
|
-
return
|
|
1332
|
+
return _quizzes3.getActiveQuiz;
|
|
1340
1333
|
}
|
|
1341
1334
|
});
|
|
1342
|
-
Object.defineProperty(exports, "
|
|
1335
|
+
Object.defineProperty(exports, "getItemById", {
|
|
1343
1336
|
enumerable: true,
|
|
1344
1337
|
get: function get() {
|
|
1345
|
-
return
|
|
1338
|
+
return _items2.getItemById;
|
|
1346
1339
|
}
|
|
1347
1340
|
});
|
|
1348
|
-
Object.defineProperty(exports, "
|
|
1341
|
+
Object.defineProperty(exports, "fileUploading", {
|
|
1349
1342
|
enumerable: true,
|
|
1350
1343
|
get: function get() {
|
|
1351
|
-
return
|
|
1344
|
+
return _calls.fileUploading;
|
|
1352
1345
|
}
|
|
1353
1346
|
});
|
|
1354
|
-
Object.defineProperty(exports, "
|
|
1347
|
+
Object.defineProperty(exports, "isTimeUp", {
|
|
1355
1348
|
enumerable: true,
|
|
1356
1349
|
get: function get() {
|
|
1357
|
-
return
|
|
1350
|
+
return _taking3.isTimeUp;
|
|
1358
1351
|
}
|
|
1359
1352
|
});
|
|
1360
|
-
Object.defineProperty(exports, "
|
|
1353
|
+
Object.defineProperty(exports, "getTimerData", {
|
|
1361
1354
|
enumerable: true,
|
|
1362
1355
|
get: function get() {
|
|
1363
|
-
return
|
|
1356
|
+
return _taking3.getTimerData;
|
|
1364
1357
|
}
|
|
1365
1358
|
});
|
|
1366
|
-
Object.defineProperty(exports, "
|
|
1359
|
+
Object.defineProperty(exports, "getResponseDataByPosition", {
|
|
1367
1360
|
enumerable: true,
|
|
1368
1361
|
get: function get() {
|
|
1369
|
-
return
|
|
1362
|
+
return _taking3.getResponseDataByPosition;
|
|
1370
1363
|
}
|
|
1371
1364
|
});
|
|
1372
|
-
Object.defineProperty(exports, "
|
|
1365
|
+
Object.defineProperty(exports, "getActiveCalculatorId", {
|
|
1373
1366
|
enumerable: true,
|
|
1374
1367
|
get: function get() {
|
|
1375
|
-
return
|
|
1368
|
+
return _ui2.getActiveCalculatorId;
|
|
1376
1369
|
}
|
|
1377
1370
|
});
|
|
1378
|
-
|
|
1379
|
-
Object.defineProperty(exports, "toErrors", {
|
|
1371
|
+
Object.defineProperty(exports, "getRCEError", {
|
|
1380
1372
|
enumerable: true,
|
|
1381
1373
|
get: function get() {
|
|
1382
|
-
return
|
|
1374
|
+
return _rce2.getRCEError;
|
|
1383
1375
|
}
|
|
1384
1376
|
});
|
|
1385
|
-
Object.defineProperty(exports, "
|
|
1377
|
+
Object.defineProperty(exports, "getQuizSessionById", {
|
|
1386
1378
|
enumerable: true,
|
|
1387
1379
|
get: function get() {
|
|
1388
|
-
return
|
|
1380
|
+
return _quizSessions4.getQuizSessionById;
|
|
1389
1381
|
}
|
|
1390
1382
|
});
|
|
1391
|
-
Object.defineProperty(exports, "
|
|
1383
|
+
Object.defineProperty(exports, "getActiveQuizSession", {
|
|
1392
1384
|
enumerable: true,
|
|
1393
1385
|
get: function get() {
|
|
1394
|
-
return
|
|
1386
|
+
return _quizSessions4.getActiveQuizSession;
|
|
1395
1387
|
}
|
|
1396
1388
|
});
|
|
1397
|
-
Object.defineProperty(exports, "
|
|
1389
|
+
Object.defineProperty(exports, "getBacktrackingIsAllowed", {
|
|
1398
1390
|
enumerable: true,
|
|
1399
1391
|
get: function get() {
|
|
1400
|
-
return
|
|
1392
|
+
return _quizSessions4.getBacktrackingIsAllowed;
|
|
1401
1393
|
}
|
|
1402
1394
|
});
|
|
1403
|
-
Object.defineProperty(exports, "
|
|
1395
|
+
Object.defineProperty(exports, "isOneQuestionAtATime", {
|
|
1404
1396
|
enumerable: true,
|
|
1405
1397
|
get: function get() {
|
|
1406
|
-
return
|
|
1398
|
+
return _quizSessions4.isOneQuestionAtATime;
|
|
1407
1399
|
}
|
|
1408
1400
|
});
|
|
1409
|
-
Object.defineProperty(exports, "
|
|
1401
|
+
Object.defineProperty(exports, "getGradingSessionItems", {
|
|
1410
1402
|
enumerable: true,
|
|
1411
1403
|
get: function get() {
|
|
1412
|
-
return
|
|
1404
|
+
return _sessionItems.getGradingSessionItems;
|
|
1405
|
+
}
|
|
1406
|
+
});
|
|
1407
|
+
Object.defineProperty(exports, "getGradingSessionItemResults", {
|
|
1408
|
+
enumerable: true,
|
|
1409
|
+
get: function get() {
|
|
1410
|
+
return _sessionItemResults.getGradingSessionItemResults;
|
|
1413
1411
|
}
|
|
1414
1412
|
});
|
|
1413
|
+
exports.takingActionCreators = exports.modalActions = exports.takingApiActions = void 0;
|
|
1415
1414
|
var _index = require("./common/components/SDKApp/index.js");
|
|
1416
1415
|
var _index2 = require("./moderating/components/resources/ModerateTable/index.js");
|
|
1417
1416
|
var _index3 = require("./common/components/layout/header/Calculator/index.js");
|