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