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