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