@instructure/quiz-core 21.1.0 → 21.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +19 -18
- package/es/banks/components/AddToBankModal/index.js +8 -8
- package/es/banks/components/AddToBankModal/presenter.js +35 -35
- package/es/banks/components/AsyncSearch/index.js +37 -35
- package/es/banks/components/Bank/index.js +12 -12
- package/es/banks/components/Bank/presenter.js +82 -86
- package/es/banks/components/Bank/styles.js +2 -1
- package/es/banks/components/BankEntriesList/index.js +3 -3
- package/es/banks/components/BankEntriesList/presenter.js +17 -16
- package/es/banks/components/BankEntry/index.js +14 -14
- package/es/banks/components/BankEntry/presenter.js +170 -178
- package/es/banks/components/BankEntry/styles.js +3 -1
- 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 +42 -42
- 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 +21 -20
- package/es/banks/components/Banks/index.js +7 -7
- package/es/banks/components/Banks/presenter.js +62 -61
- package/es/banks/components/BanksList/index.js +7 -7
- package/es/banks/components/BanksList/presenter.js +104 -111
- package/es/banks/components/CopyMoveBankEntryModal/index.js +8 -8
- package/es/banks/components/CopyMoveBankEntryModal/presenter.js +42 -43
- package/es/banks/components/CreateBankModal/index.js +10 -10
- package/es/banks/components/CreateBankModal/presenter.js +30 -29
- package/es/banks/components/EditBankModal/index.js +7 -7
- package/es/banks/components/EditBankModal/presenter.js +26 -25
- package/es/banks/components/HeaderBreadCrumb/index.js +14 -13
- package/es/banks/components/HeaderMenu/index.js +4 -4
- package/es/banks/components/HeaderMenu/presenter.js +17 -17
- package/es/banks/components/NavWrapper/index.js +2 -2
- package/es/banks/components/NavWrapper/presenter.js +21 -20
- package/es/banks/components/NavWrapper/styles.js +4 -2
- package/es/banks/components/SharingModal/ContextualIconButton/index.js +16 -14
- package/es/banks/components/SharingModal/RootAccountSharing.js +20 -20
- package/es/banks/components/SharingModal/ShareList/index.js +23 -23
- package/es/banks/components/SharingModal/index.js +5 -5
- package/es/banks/components/SharingModal/presenter.js +92 -93
- 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 +22 -20
- package/es/building/components/layout/Sidebar/SidebarItem/index.js +13 -13
- package/es/building/components/layout/Sidebar/SidebarItem/presenter.js +17 -16
- package/es/building/components/layout/Sidebar/Stimulus/index.js +11 -11
- package/es/building/components/layout/Sidebar/Stimulus/presenter.js +17 -16
- package/es/building/components/layout/Sidebar/index.js +12 -12
- package/es/building/components/layout/Sidebar/presenter.js +28 -27
- 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 +23 -23
- 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 +25 -24
- package/es/building/components/resources/ActionButtons/styles.js +2 -1
- package/es/building/components/resources/AddToBankOptions/index.js +42 -43
- package/es/building/components/resources/BanksTray/index.js +3 -3
- package/es/building/components/resources/BanksTray/presenter.js +25 -26
- package/es/building/components/resources/DeleteStimulusModal/index.js +5 -5
- package/es/building/components/resources/DeleteStimulusModal/presenter.js +60 -38
- package/es/building/components/resources/ItemFeedbackModal/index.js +8 -8
- package/es/building/components/resources/ItemFeedbackModal/presenter.js +22 -22
- package/es/building/components/resources/MoveImmutableModal/index.js +6 -6
- package/es/building/components/resources/MoveImmutableModal/presenter.js +16 -15
- package/es/building/components/resources/quiz/editButton/EditButton.js +17 -16
- package/es/building/components/resources/quiz/instructions/Edit/index.js +2 -2
- package/es/building/components/resources/quiz/instructions/Edit/presenter.js +24 -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 +33 -28
- package/es/building/components/resources/quiz/instructions/Show/index.js +17 -16
- package/es/building/components/resources/quiz/title/Edit/index.js +27 -25
- package/es/building/components/resources/quiz/title/Edit/styles.js +3 -1
- package/es/building/components/resources/quiz/title/Show/index.js +17 -16
- 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 +34 -29
- package/es/building/components/resources/quiz/title/Title/styles.js +2 -1
- package/es/building/components/resources/quizEntry/QuizEntry/index.js +14 -14
- package/es/building/components/resources/quizEntry/QuizEntry/presenter.js +48 -46
- package/es/building/components/resources/quizEntry/QuizEntry/quizEntryPresenterWrapper.js +7 -7
- package/es/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankEdit/index.js +4 -4
- package/es/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankEdit/presenter.js +42 -43
- package/es/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankShow/index.js +15 -15
- package/es/building/components/resources/quizEntry/QuizEntryEdit/Footer/index.js +3 -3
- package/es/building/components/resources/quizEntry/QuizEntryEdit/Footer/presenter.js +25 -24
- package/es/building/components/resources/quizEntry/QuizEntryEdit/Footer/styles.js +3 -1
- package/es/building/components/resources/quizEntry/QuizEntryEdit/Header/index.js +126 -110
- package/es/building/components/resources/quizEntry/QuizEntryEdit/index.js +11 -11
- package/es/building/components/resources/quizEntry/QuizEntryEdit/presenter.js +107 -110
- package/es/building/components/resources/quizEntry/QuizEntryShow/index.js +8 -8
- package/es/building/components/resources/quizEntry/QuizEntryShow/presenter.js +29 -29
- package/es/building/components/resources/quizEntry/QuizEntryShow/styles.js +2 -1
- 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 +2 -2
- 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 +13 -12
- 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 +20 -19
- package/es/common/components/ImportModal/ImportFileSelector/index.js +23 -24
- package/es/common/components/ImportModal/index.js +8 -8
- package/es/common/components/ImportModal/presenter.js +32 -30
- package/es/common/components/LearnosityCalculator/index.js +46 -47
- package/es/common/components/MaskedTextInput/MaskedTextInput.stories.js +1 -1
- package/es/common/components/MaskedTextInput/index.js +13 -11
- package/es/common/components/Pin/index.js +1 -1
- package/es/common/components/Pin/presenter.js +12 -11
- package/es/common/components/PreviewFrame/examples.config.js +1 -2
- package/es/common/components/PreviewFrame/index.js +13 -13
- package/es/common/components/PrintFontSizeModal/index.js +1 -1
- package/es/common/components/PrintFontSizeModal/presenter.js +28 -25
- 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 +29 -29
- 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 +15 -14
- package/es/common/components/layout/Page/index.js +13 -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 +14 -14
- package/es/common/components/layout/header/HeaderMenuButton/index.js +5 -5
- package/es/common/components/layout/header/HeaderMenuButton/presenter.js +15 -16
- package/es/common/components/layout/header/Timer/index.js +6 -6
- package/es/common/components/layout/header/Timer/presenter.js +27 -28
- package/es/common/components/layout/navbar/SecondaryNavBarButton/index.js +12 -11
- package/es/common/components/layout/navbar/index.js +31 -30
- package/es/common/components/layout/navbar/styles.js +4 -2
- package/es/common/components/layout/sidebar/PositionSummary/index.js +14 -12
- package/es/common/components/layout/sidebar/Sidebar/Pin.js +12 -11
- package/es/common/components/layout/sidebar/Sidebar/Sidebar.examples.js +5 -7
- package/es/common/components/layout/sidebar/Sidebar/index.js +44 -44
- package/es/common/components/layout/sidebar/Sidebar/styles.js +7 -7
- package/es/common/components/layout/sidebar/SidebarItem/index.js +5 -5
- package/es/common/components/layout/sidebar/SidebarItem/presenter.js +22 -17
- package/es/common/components/layout/sidebar/SidebarItem/styles.js +3 -1
- package/es/common/components/layout/sidebar/Stimulus/Collection/index.js +3 -3
- package/es/common/components/layout/sidebar/Stimulus/Collection/presenter.js +24 -21
- package/es/common/components/layout/sidebar/Stimulus/Collection/styles.js +4 -2
- package/es/common/components/layout/sidebar/Stimulus/Summary/index.js +3 -3
- package/es/common/components/layout/sidebar/Stimulus/Summary/presenter.js +21 -18
- package/es/common/components/layout/sidebar/Stimulus/Title/index.js +15 -12
- package/es/common/components/layout/sidebar/Stimulus/index.js +3 -3
- package/es/common/components/layout/sidebar/Stimulus/presenter.js +21 -21
- package/es/common/components/resources/BankSelection/index.js +5 -5
- package/es/common/components/resources/BankSelection/presenter.js +19 -18
- package/es/common/components/resources/WarningWrapper/index.js +16 -15
- package/es/common/components/resources/entry/EntrySave/index.js +6 -6
- package/es/common/components/resources/entry/EntrySave/presenter.js +78 -81
- package/es/common/components/resources/item/ItemEdit/index.js +14 -14
- package/es/common/components/resources/item/ItemEdit/presenter.js +24 -23
- package/es/common/components/resources/item/ItemOverride/index.js +9 -9
- package/es/common/components/resources/item/ItemOverride/presenter.js +18 -16
- package/es/common/components/resources/item/ItemShow/index.js +15 -14
- package/es/common/components/resources/positionBox/PositionBox.js +13 -12
- package/es/common/components/resources/quiz/AddContent/Body/index.js +7 -7
- package/es/common/components/resources/quiz/AddContent/Body/presenter.js +25 -25
- package/es/common/components/resources/quiz/AddContent/Body/styles.js +4 -5
- package/es/common/components/resources/quiz/AddContent/Button/index.js +15 -14
- package/es/common/components/resources/quiz/AddContent/Button/styles.js +2 -1
- package/es/common/components/resources/quiz/AddContent/Modal/index.js +3 -3
- package/es/common/components/resources/quiz/AddContent/Modal/presenter.js +13 -12
- package/es/common/components/resources/quiz/AddContent/Popover/index.js +7 -5
- package/es/common/components/resources/quiz/AddContent/Popover/presenter.js +28 -27
- package/es/common/components/resources/quiz/info/QuizInfo.js +14 -13
- package/es/common/components/resources/quiz/instructions/Instructions.js +16 -12
- package/es/common/components/resources/quiz/title/Title.js +16 -12
- package/es/common/components/resources/quizSessionResult/Header/index.js +15 -14
- package/es/common/components/resources/quizSessionResult/Info/Info.examples.js +2 -2
- package/es/common/components/resources/quizSessionResult/Info/index.js +110 -107
- package/es/common/components/resources/sessionItemResult/ResultStimulus/index.js +13 -12
- package/es/common/components/resources/sessionItemResult/ResultStimulus/styles.js +4 -5
- package/es/common/components/resources/sessionItemResult/ResultStimulus/theme.js +1 -1
- package/es/common/components/resources/sessionItemResult/SessionItemResult/index.js +4 -4
- package/es/common/components/resources/sessionItemResult/SessionItemResult/presenter.js +64 -63
- package/es/common/components/resources/sessionItemResult/SessionItemResult/styles.js +3 -1
- package/es/common/components/resources/sessionItemResult/SessionItemResultsList/index.js +21 -20
- package/es/common/components/resources/stimulus/Stimulus/index.js +5 -5
- package/es/common/components/resources/stimulus/Stimulus/presenter.js +22 -21
- package/es/common/components/resources/stimulus/Stimulus/styles.js +2 -1
- package/es/common/components/resources/stimulus/StimulusEdit/index.js +10 -10
- package/es/common/components/resources/stimulus/StimulusEdit/presenter.js +128 -131
- package/es/common/components/resources/stimulus/StimulusEditInfo/index.js +5 -5
- package/es/common/components/resources/stimulus/StimulusEditInfo/presenter.js +27 -28
- package/es/common/components/resources/stimulus/StimulusShow/index.js +19 -19
- package/es/common/components/resources/stimulus/StimulusShowInfo/StimulusShowInfo.examples.js +1 -1
- package/es/common/components/resources/stimulus/StimulusShowInfo/index.js +10 -9
- package/es/common/components/shared/Card/CardContent/index.js +15 -13
- package/es/common/components/shared/Card/CardWrapper/index.js +15 -13
- package/es/common/components/shared/Card/index.js +4 -3
- package/es/common/components/shared/ExpandButton/index.js +12 -11
- package/es/common/components/shared/ExpandButton/styles.js +3 -1
- package/es/common/components/shared/FormattedDuration/index.js +18 -16
- package/es/common/components/shared/GenericAsyncSearch/GenericAsyncSearch.js +38 -37
- package/es/common/components/shared/IfFeature/index.js +3 -3
- package/es/common/components/shared/IfFeature/presenter.js +12 -11
- package/es/common/components/shared/InteractionTypes/index.js +3 -3
- package/es/common/components/shared/InteractionTypes/presenter.js +20 -19
- package/es/common/components/shared/PaginatedCollection/index.js +3 -3
- package/es/common/components/shared/PaginatedCollection/presenter.js +45 -46
- package/es/common/components/shared/Paginator/index.js +12 -11
- package/es/common/components/shared/PrintTrigger/index.js +6 -6
- package/es/common/components/shared/PrintTrigger/presenter.js +26 -25
- package/es/common/components/shared/TagDisplay/index.js +12 -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 +35 -33
- package/es/common/components/shared/TagSuggestSelect/index.js +4 -4
- package/es/common/components/shared/TagSuggestSelect/presenter.js +17 -16
- package/es/common/components/shared/TagWrapper/index.js +1 -1
- package/es/common/components/shared/TagWrapper/presenter.js +14 -13
- package/es/common/components/shared/TimeUnitsInput/index.js +30 -29
- package/es/common/components/shared/drag_and_drop/DragAndDropZone/index.js +15 -14
- package/es/common/components/shared/drag_and_drop/DragAndDropZone/styles.js +3 -1
- package/es/common/components/shared/drag_and_drop/DragHandle/index.js +9 -9
- package/es/common/components/shared/drag_and_drop/DragHandle/presenter.js +32 -35
- package/es/common/components/shared/drag_and_drop/dragAndDropUtils.js +4 -4
- package/es/common/components/shared/errors/Errors.js +15 -14
- package/es/common/components/shared/file_selector/FileSelector.js +14 -14
- package/es/common/components/shared/functionality/componentWithOutsideClick.js +21 -15
- package/es/common/components/shared/functionality/componentWithOutsideClickEmotion.js +10 -11
- package/es/common/components/shared/functionality/disableDraggingOverride.js +2 -2
- package/es/common/components/shared/functionality/makeEditable.js +26 -19
- package/es/common/components/shared/functionality/makeScrollable.js +30 -29
- package/es/common/components/shared/overlay/index.js +13 -12
- package/es/common/components/shared/return_button/ReturnButton.js +14 -12
- package/es/common/components/shared/spinner/Spinner.js +13 -11
- 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 +8 -5
- package/es/common/records/Bank.js +10 -8
- package/es/common/records/BankEntry.js +10 -9
- package/es/common/records/Item.js +17 -14
- package/es/common/records/ItemAnalysis.js +9 -8
- package/es/common/records/QtiImport.js +8 -7
- package/es/common/records/Quiz.js +17 -14
- package/es/common/records/QuizAnalysis.js +8 -7
- package/es/common/records/QuizEntry.js +105 -103
- package/es/common/records/QuizSession.js +26 -20
- package/es/common/records/QuizSessionEvent.js +9 -8
- package/es/common/records/QuizSessionResult.js +9 -8
- package/es/common/records/Response.js +9 -8
- package/es/common/records/SessionItem.js +12 -11
- package/es/common/records/SessionItemResult.js +9 -8
- package/es/common/records/Stimulus.js +18 -12
- package/es/common/records/baseRecord.js +17 -12
- package/es/common/records/index.js +16 -16
- package/es/common/records/reduxRecord.js +12 -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 +2 -2
- 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 +2 -2
- package/es/common/util/ExhaustivePaginatedFetcher.js +53 -49
- package/es/common/util/Fetcher.js +128 -141
- package/es/common/util/MultiWeakMap.js +1 -2
- package/es/common/util/PaginatedFetcher.js +22 -22
- 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 +21 -23
- 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 +2 -2
- 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 +51 -52
- 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 +148 -140
- package/es/messages/LocalStorageAdapter.js +15 -13
- package/es/messages/LocalStorageLimits.js +22 -20
- package/es/messages/StorageExhaustionError.js +8 -5
- 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 +25 -26
- package/es/moderating/components/events/PageBlurredEvent.js +7 -7
- package/es/moderating/components/events/PageFocusedEvent.js +7 -7
- package/es/moderating/components/events/RCEEvent.js +10 -9
- package/es/moderating/components/events/ResponseEvent.js +20 -19
- package/es/moderating/components/events/SessionStartEvent.js +12 -11
- package/es/moderating/components/events/SessionSubmitEvent.js +12 -11
- package/es/moderating/components/resources/AccommodationsModal/ExtraAttemptSettings/ExtraAttemptsInput/index.js +19 -18
- package/es/moderating/components/resources/AccommodationsModal/ExtraAttemptSettings/index.js +23 -22
- package/es/moderating/components/resources/AccommodationsModal/ExtraTimeMultiplier/index.js +19 -18
- package/es/moderating/components/resources/AccommodationsModal/ExtraTimeSettings/index.js +23 -21
- package/es/moderating/components/resources/AccommodationsModal/ReduceAnswerChoicesSettings/index.js +18 -16
- package/es/moderating/components/resources/AccommodationsModal/index.js +26 -25
- package/es/moderating/components/resources/ElapsedTime.js +14 -13
- package/es/moderating/components/resources/EventDetails.js +2 -3
- package/es/moderating/components/resources/ModerateTable/index.js +7 -7
- package/es/moderating/components/resources/ModerateTable/presenter.js +54 -53
- package/es/moderating/components/resources/ModerateTable/styles.js +3 -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 +29 -27
- 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 +29 -26
- 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 +1 -2
- package/es/moderating/components/sidebar/ModerateTray/index.js +3 -3
- package/es/moderating/components/sidebar/ModerateTray/presenter.js +39 -38
- package/es/moderating/components/sidebar/ResetQuiz/index.js +7 -7
- package/es/moderating/components/sidebar/ResetQuiz/presenter.js +27 -28
- 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 +13 -12
- package/es/reporting/components/MetricsListItem/index.js +14 -12
- package/es/reporting/components/charts/CentileDistribution/presenter.js +22 -21
- package/es/reporting/components/charts/Distribution/presenter.js +21 -20
- package/es/reporting/components/charts/Legend/index.js +15 -13
- package/es/reporting/components/charts/Legend/styles.js +3 -1
- package/es/reporting/components/charts/QuintileDistribution/presenter.js +22 -21
- package/es/reporting/components/itemAnalysis/AnswerFrequencySummary/AnswerFrequencySummary.examples.js +1 -1
- package/es/reporting/components/itemAnalysis/AnswerFrequencySummary/index.js +15 -16
- package/es/reporting/components/itemAnalysis/AnswerFrequencySummary/styles.js +2 -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 +25 -25
- package/es/reporting/components/quizAnalysis/QuizAnalysisOverview.js +22 -23
- 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 +13 -12
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnalysisPopoverMetric/index.js +1 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnalysisPopoverMetric/presenter.js +14 -13
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/AggregationType/index.js +1 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/AggregationType/presenter.js +17 -13
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/ChoiceType/index.js +1 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/ChoiceType/presenter.js +18 -14
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/ChoiceTypeTableRow/index.js +1 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/ChoiceTypeTableRow/presenter.js +25 -25
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/ChoiceTypeTableRow/styles.js +3 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/index.js +1 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/presenter.js +19 -18
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/CategorizationType.js +22 -17
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/MatchingType.js +18 -14
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/MatchingTypeTable/index.js +1 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/MatchingTypeTable/presenter.js +33 -33
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/MatchingTypeTable/styles.js +3 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/OrderingType.js +24 -19
- 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 +19 -15
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/NumericType/index.js +1 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/NumericType/presenter.js +50 -46
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/RichFillBlankType/ChoiceGroupTypeTable/index.js +1 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/RichFillBlankType/ChoiceGroupTypeTable/presenter.js +37 -33
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/RichFillBlankType/index.js +1 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/RichFillBlankType/presenter.js +22 -18
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/ScoreDistributionType/Table/index.js +19 -18
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/ScoreDistributionType/index.js +18 -14
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/index.js +1 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/presenter.js +24 -20
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AfsPartsContainer/index.js +1 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AfsPartsContainer/presenter.js +19 -17
- 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 +18 -14
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AggregationTable/index.js +1 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AggregationTable/presenter.js +45 -45
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ChoiceTypeTable/index.js +1 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ChoiceTypeTable/presenter.js +49 -47
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ChoiceTypeTable/styles.js +3 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ExpandableCard/index.js +1 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ExpandableCard/presenter.js +25 -21
- 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 +24 -23
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/BlankIcon/index.js +1 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/BlankIcon/presenter.js +12 -11
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/index.js +3 -3
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/presenter.js +48 -47
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/styles.js +3 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/NewQuizAnalysis/index.js +1 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/NewQuizAnalysis/presenter.js +29 -28
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/ReportCard/index.js +2 -2
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/ReportCard/presenter.js +41 -40
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/ReportCard/styles.js +2 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/charts/ScoreDistribution/index.js +1 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/charts/ScoreDistribution/presenter.js +19 -18
- 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 +69 -68
- 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 +13 -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 +21 -21
- package/es/reporting/components/resources/ReportCard/index.js +14 -13
- package/es/reporting/components/resources/ReportList/index.js +13 -12
- package/es/reporting/components/resources/StudentAnalysis/ReportCard/index.js +2 -2
- package/es/reporting/components/resources/StudentAnalysis/ReportCard/presenter.js +40 -39
- package/es/reporting/components/resources/StudentAnalysis/ReportCard/styles.js +2 -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 +15 -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/utils.js +1 -1
- package/es/taking/api/taking.js +36 -38
- 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 +43 -43
- package/lib/banks/components/AddToBankModal/index.js +12 -12
- package/lib/banks/components/AddToBankModal/presenter.js +77 -78
- package/lib/banks/components/AsyncSearch/index.js +91 -90
- package/lib/banks/components/Bank/index.js +18 -19
- package/lib/banks/components/Bank/presenter.js +147 -152
- package/lib/banks/components/Bank/styles.js +7 -7
- package/lib/banks/components/Bank/theme.js +2 -3
- package/lib/banks/components/BankEntriesList/index.js +6 -7
- package/lib/banks/components/BankEntriesList/presenter.js +29 -30
- 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 +257 -267
- package/lib/banks/components/BankEntry/styles.js +7 -6
- package/lib/banks/components/BankEntry/theme.js +2 -3
- 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 +101 -102
- package/lib/banks/components/BankEntryRow/styles.js +2 -3
- package/lib/banks/components/BankEntryRow/theme.js +2 -3
- 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 +55 -56
- 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 +154 -154
- package/lib/banks/components/Banks/styles.js +2 -3
- package/lib/banks/components/Banks/theme.js +2 -3
- package/lib/banks/components/BanksList/index.js +11 -12
- package/lib/banks/components/BanksList/presenter.js +171 -179
- package/lib/banks/components/BanksList/styles.js +2 -3
- package/lib/banks/components/BanksList/theme.js +2 -3
- package/lib/banks/components/CopyMoveBankEntryModal/index.js +12 -12
- package/lib/banks/components/CopyMoveBankEntryModal/presenter.js +89 -91
- package/lib/banks/components/CreateBankModal/index.js +15 -15
- package/lib/banks/components/CreateBankModal/presenter.js +64 -64
- package/lib/banks/components/EditBankModal/index.js +11 -11
- package/lib/banks/components/EditBankModal/presenter.js +50 -50
- package/lib/banks/components/HeaderBreadCrumb/index.js +37 -37
- package/lib/banks/components/HeaderMenu/index.js +9 -9
- package/lib/banks/components/HeaderMenu/presenter.js +32 -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 +47 -47
- package/lib/banks/components/NavWrapper/styles.js +7 -6
- package/lib/banks/components/NavWrapper/theme.js +2 -3
- package/lib/banks/components/SharingModal/ContextualIconButton/index.js +22 -20
- package/lib/banks/components/SharingModal/RootAccountSharing.js +41 -42
- package/lib/banks/components/SharingModal/ShareList/ShareList.examples.js +3 -4
- package/lib/banks/components/SharingModal/ShareList/index.js +43 -45
- 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 +158 -160
- package/lib/banks/components/SharingModal/styles.js +2 -3
- package/lib/banks/components/SharingModal/theme.js +2 -3
- 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 +32 -31
- package/lib/building/components/layout/Sidebar/SidebarItem/index.js +18 -22
- package/lib/building/components/layout/Sidebar/SidebarItem/presenter.js +42 -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 +42 -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 +48 -49
- 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 +64 -66
- 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 +50 -51
- package/lib/building/components/resources/ActionButtons/styles.js +6 -6
- package/lib/building/components/resources/ActionButtons/theme.js +2 -3
- package/lib/building/components/resources/AddToBankOptions/index.js +56 -59
- package/lib/building/components/resources/AddToBankOptions/styles.js +2 -3
- package/lib/building/components/resources/AddToBankOptions/theme.js +2 -3
- package/lib/building/components/resources/BanksTray/index.js +6 -8
- package/lib/building/components/resources/BanksTray/presenter.js +77 -79
- package/lib/building/components/resources/DeleteStimulusModal/index.js +8 -10
- package/lib/building/components/resources/DeleteStimulusModal/presenter.js +92 -70
- 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 +41 -43
- 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 +43 -43
- package/lib/building/components/resources/quiz/editButton/EditButton.js +26 -25
- package/lib/building/components/resources/quiz/instructions/Edit/index.js +4 -5
- package/lib/building/components/resources/quiz/instructions/Edit/presenter.js +32 -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 +55 -52
- package/lib/building/components/resources/quiz/instructions/Instructions/styles.js +3 -4
- package/lib/building/components/resources/quiz/instructions/Instructions/theme.js +1 -1
- package/lib/building/components/resources/quiz/instructions/Show/index.js +27 -28
- 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 +48 -48
- package/lib/building/components/resources/quiz/title/Edit/styles.js +6 -5
- package/lib/building/components/resources/quiz/title/Edit/theme.js +2 -3
- package/lib/building/components/resources/quiz/title/Show/index.js +26 -27
- 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 +63 -60
- package/lib/building/components/resources/quiz/title/Title/styles.js +5 -5
- package/lib/building/components/resources/quiz/title/Title/theme.js +1 -1
- package/lib/building/components/resources/quizEntry/QuizEntry/index.js +18 -21
- package/lib/building/components/resources/quizEntry/QuizEntry/presenter.js +113 -113
- package/lib/building/components/resources/quizEntry/QuizEntry/quizEntryPresenterWrapper.js +12 -13
- package/lib/building/components/resources/quizEntry/QuizEntry/styles.js +4 -5
- package/lib/building/components/resources/quizEntry/QuizEntry/theme.js +2 -3
- package/lib/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankEdit/index.js +7 -8
- package/lib/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankEdit/presenter.js +74 -77
- package/lib/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankEdit/styles.js +2 -3
- package/lib/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankEdit/theme.js +2 -3
- package/lib/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankShow/index.js +25 -27
- package/lib/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankShow/styles.js +2 -3
- package/lib/building/components/resources/quizEntry/QuizEntryBank/QuizEntryBankShow/theme.js +2 -3
- package/lib/building/components/resources/quizEntry/QuizEntryEdit/Footer/index.js +5 -6
- package/lib/building/components/resources/quizEntry/QuizEntryEdit/Footer/presenter.js +55 -56
- 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 +173 -158
- package/lib/building/components/resources/quizEntry/QuizEntryEdit/Header/styles.js +2 -3
- package/lib/building/components/resources/quizEntry/QuizEntryEdit/Header/theme.js +2 -3
- package/lib/building/components/resources/quizEntry/QuizEntryEdit/index.js +15 -15
- package/lib/building/components/resources/quizEntry/QuizEntryEdit/presenter.js +180 -185
- 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 +81 -84
- package/lib/building/components/resources/quizEntry/QuizEntryShow/styles.js +6 -6
- package/lib/building/components/resources/quizEntry/QuizEntryShow/theme.js +2 -3
- 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 +22 -40
- 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 +22 -22
- 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 +47 -47
- package/lib/common/components/ImportModal/ImportFileSelector/index.js +33 -36
- package/lib/common/components/ImportModal/ImportFileSelector/styles.js +2 -3
- package/lib/common/components/ImportModal/ImportFileSelector/theme.js +2 -3
- package/lib/common/components/ImportModal/index.js +13 -15
- package/lib/common/components/ImportModal/presenter.js +74 -74
- 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 +70 -72
- package/lib/common/components/MaskedTextInput/MaskedTextInput.stories.js +8 -11
- package/lib/common/components/MaskedTextInput/index.js +26 -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 +24 -24
- package/lib/common/components/PreviewFrame/examples.config.js +4 -6
- package/lib/common/components/PreviewFrame/index.js +25 -26
- package/lib/common/components/PrintFontSizeModal/index.js +3 -4
- package/lib/common/components/PrintFontSizeModal/presenter.js +48 -47
- package/lib/common/components/PrintFontSizeModal/styles.js +2 -3
- package/lib/common/components/PrintFontSizeModal/theme.js +2 -3
- 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 +64 -67
- 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 +25 -26
- 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 +27 -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 +35 -36
- package/lib/common/components/layout/header/HeaderMenuButton/index.js +10 -12
- package/lib/common/components/layout/header/HeaderMenuButton/presenter.js +25 -28
- package/lib/common/components/layout/header/HeaderMenuButton/styles.js +3 -4
- package/lib/common/components/layout/header/HeaderMenuButton/theme.js +2 -3
- package/lib/common/components/layout/header/Timer/index.js +8 -9
- package/lib/common/components/layout/header/Timer/presenter.js +58 -60
- package/lib/common/components/layout/header/Timer/styles.js +2 -3
- package/lib/common/components/layout/header/Timer/theme.js +2 -3
- package/lib/common/components/layout/navbar/SecondaryNavBarButton/index.js +18 -19
- package/lib/common/components/layout/navbar/externalStyles.js +2 -3
- package/lib/common/components/layout/navbar/index.js +51 -52
- package/lib/common/components/layout/navbar/styles.js +7 -6
- package/lib/common/components/layout/navbar/theme.js +2 -3
- package/lib/common/components/layout/sidebar/PositionSummary/index.js +25 -25
- package/lib/common/components/layout/sidebar/PositionSummary/styles.js +2 -3
- package/lib/common/components/layout/sidebar/PositionSummary/theme.js +2 -3
- package/lib/common/components/layout/sidebar/Sidebar/Pin.js +23 -23
- 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 +83 -85
- package/lib/common/components/layout/sidebar/Sidebar/styles.js +17 -18
- package/lib/common/components/layout/sidebar/Sidebar/theme.js +2 -3
- package/lib/common/components/layout/sidebar/SidebarItem/index.js +11 -15
- package/lib/common/components/layout/sidebar/SidebarItem/presenter.js +45 -42
- package/lib/common/components/layout/sidebar/SidebarItem/styles.js +7 -6
- package/lib/common/components/layout/sidebar/SidebarItem/theme.js +2 -3
- package/lib/common/components/layout/sidebar/Stimulus/Collection/index.js +6 -7
- package/lib/common/components/layout/sidebar/Stimulus/Collection/presenter.js +41 -40
- package/lib/common/components/layout/sidebar/Stimulus/Collection/styles.js +11 -10
- package/lib/common/components/layout/sidebar/Stimulus/Collection/theme.js +2 -3
- package/lib/common/components/layout/sidebar/Stimulus/Summary/index.js +6 -7
- package/lib/common/components/layout/sidebar/Stimulus/Summary/presenter.js +37 -36
- package/lib/common/components/layout/sidebar/Stimulus/Summary/styles.js +2 -3
- package/lib/common/components/layout/sidebar/Stimulus/Summary/theme.js +2 -3
- package/lib/common/components/layout/sidebar/Stimulus/Title/index.js +21 -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 +44 -47
- package/lib/common/components/layout/sidebar/Stimulus/styles.js +2 -3
- package/lib/common/components/layout/sidebar/Stimulus/theme.js +2 -3
- 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 +34 -34
- package/lib/common/components/resources/WarningWrapper/index.js +33 -34
- package/lib/common/components/resources/WarningWrapper/styles.js +2 -3
- package/lib/common/components/resources/WarningWrapper/theme.js +2 -3
- package/lib/common/components/resources/entry/EntrySave/index.js +8 -9
- package/lib/common/components/resources/entry/EntrySave/presenter.js +111 -115
- package/lib/common/components/resources/item/ItemEdit/index.js +19 -19
- package/lib/common/components/resources/item/ItemEdit/presenter.js +78 -78
- package/lib/common/components/resources/item/ItemOverride/index.js +13 -13
- package/lib/common/components/resources/item/ItemOverride/presenter.js +44 -43
- package/lib/common/components/resources/item/ItemShow/index.js +25 -24
- package/lib/common/components/resources/positionBox/PositionBox.js +21 -22
- package/lib/common/components/resources/positionBox/styles.js +3 -4
- package/lib/common/components/resources/positionBox/theme.js +2 -3
- package/lib/common/components/resources/quiz/AddContent/Body/index.js +9 -10
- package/lib/common/components/resources/quiz/AddContent/Body/presenter.js +52 -54
- package/lib/common/components/resources/quiz/AddContent/Body/styles.js +6 -8
- package/lib/common/components/resources/quiz/AddContent/Body/theme.js +2 -3
- package/lib/common/components/resources/quiz/AddContent/Button/index.js +28 -29
- package/lib/common/components/resources/quiz/AddContent/Button/styles.js +7 -7
- package/lib/common/components/resources/quiz/AddContent/Button/theme.js +2 -3
- package/lib/common/components/resources/quiz/AddContent/Modal/index.js +6 -8
- package/lib/common/components/resources/quiz/AddContent/Modal/presenter.js +35 -35
- package/lib/common/components/resources/quiz/AddContent/Popover/index.js +8 -10
- package/lib/common/components/resources/quiz/AddContent/Popover/presenter.js +49 -50
- package/lib/common/components/resources/quiz/AddContent/Popover/styles.js +2 -3
- package/lib/common/components/resources/quiz/AddContent/Popover/theme.js +2 -3
- package/lib/common/components/resources/quiz/info/QuizInfo.js +23 -23
- package/lib/common/components/resources/quiz/instructions/Instructions.js +19 -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 +19 -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 +25 -26
- 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 +133 -132
- 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 +22 -23
- package/lib/common/components/resources/sessionItemResult/ResultStimulus/styles.js +15 -17
- package/lib/common/components/resources/sessionItemResult/ResultStimulus/theme.js +3 -4
- package/lib/common/components/resources/sessionItemResult/SessionItemResult/index.js +7 -9
- package/lib/common/components/resources/sessionItemResult/SessionItemResult/presenter.js +98 -99
- package/lib/common/components/resources/sessionItemResult/SessionItemResult/styles.js +6 -5
- package/lib/common/components/resources/sessionItemResult/SessionItemResult/theme.js +2 -3
- package/lib/common/components/resources/sessionItemResult/SessionItemResultsList/index.js +33 -34
- package/lib/common/components/resources/sessionItemResult/SessionItemResultsList/styles.js +2 -3
- package/lib/common/components/resources/sessionItemResult/SessionItemResultsList/theme.js +2 -3
- package/lib/common/components/resources/stimulus/Stimulus/index.js +7 -8
- package/lib/common/components/resources/stimulus/Stimulus/presenter.js +64 -65
- package/lib/common/components/resources/stimulus/Stimulus/styles.js +9 -9
- package/lib/common/components/resources/stimulus/Stimulus/theme.js +2 -3
- package/lib/common/components/resources/stimulus/StimulusEdit/index.js +14 -14
- package/lib/common/components/resources/stimulus/StimulusEdit/presenter.js +194 -199
- package/lib/common/components/resources/stimulus/StimulusEdit/styles.js +2 -3
- package/lib/common/components/resources/stimulus/StimulusEdit/theme.js +2 -3
- package/lib/common/components/resources/stimulus/StimulusEditInfo/index.js +9 -9
- package/lib/common/components/resources/stimulus/StimulusEditInfo/presenter.js +52 -55
- package/lib/common/components/resources/stimulus/StimulusEditInfo/styles.js +2 -3
- package/lib/common/components/resources/stimulus/StimulusEditInfo/theme.js +2 -3
- package/lib/common/components/resources/stimulus/StimulusShow/index.js +40 -42
- 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 +26 -25
- package/lib/common/components/shared/Card/CardContent/index.js +24 -24
- package/lib/common/components/shared/Card/CardContent/styles.js +3 -4
- package/lib/common/components/shared/Card/CardContent/theme.js +2 -3
- package/lib/common/components/shared/Card/CardWrapper/index.js +23 -23
- package/lib/common/components/shared/Card/CardWrapper/styles.js +3 -4
- package/lib/common/components/shared/Card/CardWrapper/theme.js +2 -3
- package/lib/common/components/shared/Card/index.js +12 -12
- package/lib/common/components/shared/ExpandButton/index.js +21 -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 +36 -37
- package/lib/common/components/shared/GenericAsyncSearch/GenericAsyncSearch.js +63 -63
- package/lib/common/components/shared/IfFeature/index.js +6 -8
- package/lib/common/components/shared/IfFeature/presenter.js +18 -19
- package/lib/common/components/shared/InteractionTypes/index.js +5 -6
- package/lib/common/components/shared/InteractionTypes/presenter.js +37 -38
- package/lib/common/components/shared/InteractionTypes/styles.js +2 -3
- package/lib/common/components/shared/InteractionTypes/theme.js +2 -3
- package/lib/common/components/shared/PaginatedCollection/index.js +6 -7
- package/lib/common/components/shared/PaginatedCollection/presenter.js +62 -66
- package/lib/common/components/shared/PaginatedCollection/styles.js +2 -3
- package/lib/common/components/shared/PaginatedCollection/theme.js +2 -3
- package/lib/common/components/shared/Paginator/index.js +23 -24
- 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 +51 -51
- package/lib/common/components/shared/TagDisplay/index.js +22 -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 +60 -59
- package/lib/common/components/shared/TagSuggestSelect/index.js +6 -7
- package/lib/common/components/shared/TagSuggestSelect/presenter.js +41 -41
- package/lib/common/components/shared/TagWrapper/index.js +3 -4
- package/lib/common/components/shared/TagWrapper/presenter.js +28 -28
- package/lib/common/components/shared/TimeUnitsInput/TimeUnitsInput.examples.js +3 -4
- package/lib/common/components/shared/TimeUnitsInput/index.js +72 -72
- package/lib/common/components/shared/drag_and_drop/DragAndDropZone/index.js +29 -30
- package/lib/common/components/shared/drag_and_drop/DragAndDropZone/styles.js +7 -6
- package/lib/common/components/shared/drag_and_drop/DragAndDropZone/theme.js +2 -3
- package/lib/common/components/shared/drag_and_drop/DragHandle/index.js +12 -14
- package/lib/common/components/shared/drag_and_drop/DragHandle/presenter.js +63 -67
- package/lib/common/components/shared/drag_and_drop/dragAndDropUtils.js +22 -24
- package/lib/common/components/shared/errors/Errors.js +21 -22
- package/lib/common/components/shared/errors/styles.js +2 -3
- package/lib/common/components/shared/errors/theme.js +2 -3
- package/lib/common/components/shared/file_selector/FileSelector.js +24 -26
- package/lib/common/components/shared/file_selector/styles.js +2 -3
- package/lib/common/components/shared/file_selector/theme.js +2 -3
- package/lib/common/components/shared/functionality/componentWithOutsideClick.js +21 -22
- package/lib/common/components/shared/functionality/componentWithOutsideClickEmotion.js +18 -20
- package/lib/common/components/shared/functionality/disableDraggingOverride.js +5 -6
- package/lib/common/components/shared/functionality/makeEditable.js +35 -35
- package/lib/common/components/shared/functionality/makeScrollable.js +40 -41
- package/lib/common/components/shared/overlay/index.js +27 -26
- package/lib/common/components/shared/overlay/styles.js +3 -4
- package/lib/common/components/shared/overlay/theme.js +2 -3
- package/lib/common/components/shared/return_button/ReturnButton.js +27 -26
- package/lib/common/components/shared/spinner/Spinner.js +25 -25
- 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 +12 -11
- package/lib/common/records/Bank.js +16 -16
- package/lib/common/records/BankEntry.js +19 -20
- package/lib/common/records/Item.js +25 -24
- package/lib/common/records/ItemAnalysis.js +14 -15
- package/lib/common/records/QtiImport.js +13 -14
- package/lib/common/records/Quiz.js +29 -28
- package/lib/common/records/QuizAnalysis.js +16 -17
- package/lib/common/records/QuizEntry.js +125 -124
- package/lib/common/records/QuizSession.js +32 -28
- package/lib/common/records/QuizSessionEvent.js +14 -15
- package/lib/common/records/QuizSessionResult.js +14 -15
- package/lib/common/records/Response.js +14 -15
- package/lib/common/records/SessionItem.js +21 -22
- package/lib/common/records/SessionItemResult.js +14 -15
- package/lib/common/records/Stimulus.js +25 -21
- package/lib/common/records/baseRecord.js +22 -18
- package/lib/common/records/index.js +34 -34
- package/lib/common/records/reduxRecord.js +16 -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 +5 -6
- 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 +12 -16
- 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 +57 -56
- package/lib/common/util/Fetcher.js +151 -166
- package/lib/common/util/MultiWeakMap.js +5 -7
- package/lib/common/util/PaginatedFetcher.js +30 -32
- 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 +24 -27
- 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 +4 -5
- 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 +55 -57
- 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 +559 -557
- package/lib/messages/LocalStorageAdapter.js +18 -18
- package/lib/messages/LocalStorageLimits.js +26 -25
- package/lib/messages/StorageExhaustionError.js +12 -10
- 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 +40 -42
- package/lib/moderating/components/events/PageBlurredEvent.js +14 -15
- package/lib/moderating/components/events/PageFocusedEvent.js +14 -15
- package/lib/moderating/components/events/RCEEvent.js +18 -18
- package/lib/moderating/components/events/ResponseEvent.js +31 -31
- package/lib/moderating/components/events/SessionStartEvent.js +22 -22
- package/lib/moderating/components/events/SessionSubmitEvent.js +22 -22
- package/lib/moderating/components/events/styles.js +2 -3
- package/lib/moderating/components/events/theme.js +2 -3
- package/lib/moderating/components/resources/AccommodationsModal/AccommodationsModal.examples.js +3 -4
- package/lib/moderating/components/resources/AccommodationsModal/ExtraAttemptSettings/ExtraAttemptsInput/index.js +38 -37
- package/lib/moderating/components/resources/AccommodationsModal/ExtraAttemptSettings/ExtraAttemptsInput/{}.examples.js +3 -4
- package/lib/moderating/components/resources/AccommodationsModal/ExtraAttemptSettings/index.js +35 -35
- package/lib/moderating/components/resources/AccommodationsModal/ExtraTimeMultiplier/index.js +36 -35
- package/lib/moderating/components/resources/AccommodationsModal/ExtraTimeSettings/ExtraTimeSettings.examples.js +3 -4
- package/lib/moderating/components/resources/AccommodationsModal/ExtraTimeSettings/index.js +57 -56
- package/lib/moderating/components/resources/AccommodationsModal/ReduceAnswerChoicesSettings/index.js +33 -32
- package/lib/moderating/components/resources/AccommodationsModal/index.js +52 -52
- package/lib/moderating/components/resources/ElapsedTime.js +27 -27
- package/lib/moderating/components/resources/EventDetails.js +15 -17
- package/lib/moderating/components/resources/ModerateTable/index.js +11 -14
- package/lib/moderating/components/resources/ModerateTable/presenter.js +125 -126
- package/lib/moderating/components/resources/ModerateTable/styles.js +6 -5
- package/lib/moderating/components/resources/ModerateTable/theme.js +2 -3
- 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 +71 -71
- 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 +58 -56
- 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 +4 -6
- package/lib/moderating/components/resources/util/checkIsBreach.js +6 -7
- package/lib/moderating/components/resources/util/extractSessionData.js +3 -4
- 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 +75 -75
- package/lib/moderating/components/sidebar/ResetQuiz/index.js +10 -11
- package/lib/moderating/components/sidebar/ResetQuiz/presenter.js +52 -54
- 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 +20 -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 +21 -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 +33 -34
- 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 +30 -32
- package/lib/reporting/components/charts/Distribution/styles.js +2 -3
- package/lib/reporting/components/charts/Distribution/theme.js +2 -3
- package/lib/reporting/components/charts/Legend/index.js +26 -26
- package/lib/reporting/components/charts/Legend/styles.js +6 -5
- package/lib/reporting/components/charts/Legend/theme.js +2 -3
- 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 +31 -32
- package/lib/reporting/components/charts/QuintileDistribution/styles.js +2 -3
- package/lib/reporting/components/charts/QuintileDistribution/theme.js +2 -3
- package/lib/reporting/components/itemAnalysis/AnswerFrequencySummary/AnswerFrequencySummary.examples.js +5 -6
- package/lib/reporting/components/itemAnalysis/AnswerFrequencySummary/index.js +30 -33
- package/lib/reporting/components/itemAnalysis/AnswerFrequencySummary/styles.js +4 -11
- package/lib/reporting/components/itemAnalysis/AnswerFrequencySummary/theme.js +2 -3
- 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 +74 -75
- package/lib/reporting/components/itemAnalysis/ItemAnalysisRow/styles.js +4 -5
- package/lib/reporting/components/itemAnalysis/ItemAnalysisRow/theme.js +2 -3
- package/lib/reporting/components/quizAnalysis/QuizAnalysisOverview.js +50 -52
- 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 +20 -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 +26 -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 +24 -20
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/ChoiceType/index.js +1 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/ChoiceType/presenter.js +26 -22
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/ChoiceTypeTableRow/index.js +1 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/ChoiceTypeTableRow/presenter.js +36 -37
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/ChoiceTypeTableRow/styles.js +9 -8
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/ChoiceTypeTableRow/theme.js +2 -3
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/index.js +1 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/presenter.js +32 -32
- 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 +35 -30
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/MatchingType.js +27 -23
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/MatchingTypeTable/index.js +1 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/MatchingTypeTable/presenter.js +44 -45
- 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 +36 -31
- 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 +37 -33
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/NumericType/index.js +1 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/NumericType/presenter.js +82 -79
- 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 +56 -53
- 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 +30 -26
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/ScoreDistributionType/Table/index.js +31 -32
- 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 +30 -27
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/index.js +1 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/presenter.js +45 -41
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AfsPartsContainer/index.js +1 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AfsPartsContainer/presenter.js +28 -26
- 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 +26 -23
- 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 +53 -54
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AggregationTable/styles.js +2 -3
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AggregationTable/theme.js +2 -3
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ChoiceTypeTable/index.js +1 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ChoiceTypeTable/presenter.js +62 -61
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ChoiceTypeTable/styles.js +6 -5
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ChoiceTypeTable/theme.js +2 -3
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ExpandableCard/index.js +1 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ExpandableCard/presenter.js +33 -30
- 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 +33 -33
- 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 +16 -16
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/BlankIcon/styles.js +2 -3
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/BlankIcon/theme.js +2 -3
- 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 +71 -71
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/styles.js +7 -6
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/theme.js +2 -3
- 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 +53 -53
- 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 +69 -69
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/ReportCard/styles.js +7 -7
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/ReportCard/theme.js +2 -3
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/charts/ScoreDistribution/index.js +3 -4
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/charts/ScoreDistribution/presenter.js +33 -32
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/charts/ScoreDistribution/styles.js +2 -3
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/charts/ScoreDistribution/theme.js +2 -3
- 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 +95 -95
- 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 +28 -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 +70 -72
- package/lib/reporting/components/resources/QuizAndItemAnalysis/styles.js +2 -3
- package/lib/reporting/components/resources/QuizAndItemAnalysis/theme.js +2 -3
- package/lib/reporting/components/resources/ReportCard/index.js +24 -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 +22 -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 +66 -65
- package/lib/reporting/components/resources/StudentAnalysis/ReportCard/styles.js +6 -6
- package/lib/reporting/components/resources/StudentAnalysis/ReportCard/theme.js +2 -3
- 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 +26 -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 -159
- package/lib/reporting/components/resources/common/utils.js +7 -9
- package/lib/taking/api/taking.js +69 -72
- package/lib/taking/learnosity/index.js +39 -41
- package/package.json +8 -9
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
|
2
2
|
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
|
3
|
+
import _possibleConstructorReturn from "@babel/runtime/helpers/esm/possibleConstructorReturn";
|
|
4
|
+
import _getPrototypeOf from "@babel/runtime/helpers/esm/getPrototypeOf";
|
|
3
5
|
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
4
|
-
import
|
|
6
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
7
|
+
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
8
|
+
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
5
9
|
import React, { Component } from 'react';
|
|
6
10
|
import PropTypes from 'prop-types';
|
|
7
11
|
import ImmutablePropTypes from 'react-immutable-proptypes';
|
|
@@ -11,16 +15,14 @@ import { Heading } from '@instructure/ui-heading';
|
|
|
11
15
|
import t from '@instructure/quiz-i18n/es/format-message';
|
|
12
16
|
import { Modal, ModalHeader, ModalBody, ModalFooter, MOVED_IN_SIDEBAR, XSMALL_SIDE_MARGIN } from '@instructure/quiz-common';
|
|
13
17
|
export var MoveImmutableModal = /*#__PURE__*/function (_Component) {
|
|
14
|
-
_inherits(MoveImmutableModal, _Component);
|
|
15
|
-
var _super = _createSuper(MoveImmutableModal);
|
|
16
18
|
function MoveImmutableModal() {
|
|
17
19
|
var _this;
|
|
18
20
|
_classCallCheck(this, MoveImmutableModal);
|
|
19
21
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
20
22
|
args[_key] = arguments[_key];
|
|
21
23
|
}
|
|
22
|
-
_this =
|
|
23
|
-
_this
|
|
24
|
+
_this = _callSuper(this, MoveImmutableModal, [].concat(args));
|
|
25
|
+
_defineProperty(_this, "handleSubmit", function (e) {
|
|
24
26
|
var _this$props = _this.props,
|
|
25
27
|
quizId = _this$props.quizId,
|
|
26
28
|
position = _this$props.position,
|
|
@@ -29,13 +31,14 @@ export var MoveImmutableModal = /*#__PURE__*/function (_Component) {
|
|
|
29
31
|
_this.props.closeModal();
|
|
30
32
|
_this.props.setUI(MOVED_IN_SIDEBAR, _this.props.movedInSidebar);
|
|
31
33
|
_this.props.moveImmutableQuizEntry(quizId, position, stimulusQuizEntryId, quizEntry.id);
|
|
32
|
-
};
|
|
33
|
-
_this
|
|
34
|
+
});
|
|
35
|
+
_defineProperty(_this, "closeAction", function () {
|
|
34
36
|
_this.props.closeModal();
|
|
35
|
-
};
|
|
37
|
+
});
|
|
36
38
|
return _this;
|
|
37
39
|
}
|
|
38
|
-
|
|
40
|
+
_inherits(MoveImmutableModal, _Component);
|
|
41
|
+
return _createClass(MoveImmutableModal, [{
|
|
39
42
|
key: "cancelButton",
|
|
40
43
|
value: function cancelButton() {
|
|
41
44
|
return /*#__PURE__*/React.createElement(Button, {
|
|
@@ -78,10 +81,8 @@ export var MoveImmutableModal = /*#__PURE__*/function (_Component) {
|
|
|
78
81
|
}, this.renderBody())), /*#__PURE__*/React.createElement(ModalFooter, null, this.cancelButton(), this.doneButton()));
|
|
79
82
|
}
|
|
80
83
|
}]);
|
|
81
|
-
MoveImmutableModal.displayName = "MoveImmutableModal";
|
|
82
|
-
return MoveImmutableModal;
|
|
83
84
|
}(Component);
|
|
84
|
-
MoveImmutableModal
|
|
85
|
+
_defineProperty(MoveImmutableModal, "propTypes", {
|
|
85
86
|
closeModal: PropTypes.func.isRequired,
|
|
86
87
|
modalOpen: PropTypes.bool.isRequired,
|
|
87
88
|
moveImmutableQuizEntry: PropTypes.func.isRequired,
|
|
@@ -91,12 +92,12 @@ MoveImmutableModal.propTypes = {
|
|
|
91
92
|
quizId: PropTypes.string,
|
|
92
93
|
setUI: PropTypes.func.isRequired,
|
|
93
94
|
stimulusQuizEntryId: PropTypes.string
|
|
94
|
-
};
|
|
95
|
-
MoveImmutableModal
|
|
95
|
+
});
|
|
96
|
+
_defineProperty(MoveImmutableModal, "defaultProps", {
|
|
96
97
|
movedInSidebar: false,
|
|
97
98
|
position: void 0,
|
|
98
99
|
quizEntry: void 0,
|
|
99
100
|
quizId: void 0,
|
|
100
101
|
stimulusQuizEntryId: void 0
|
|
101
|
-
};
|
|
102
|
+
});
|
|
102
103
|
export default MoveImmutableModal;
|
|
@@ -1,33 +1,36 @@
|
|
|
1
1
|
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
|
2
2
|
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
|
3
|
+
import _possibleConstructorReturn from "@babel/runtime/helpers/esm/possibleConstructorReturn";
|
|
4
|
+
import _getPrototypeOf from "@babel/runtime/helpers/esm/getPrototypeOf";
|
|
3
5
|
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
4
|
-
import
|
|
6
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
7
|
+
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
8
|
+
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
5
9
|
import React, { Component } from 'react';
|
|
6
10
|
import PropTypes from 'prop-types';
|
|
7
11
|
import { IconButton } from '@instructure/ui-buttons';
|
|
8
12
|
import { IconEditLine } from '@instructure/ui-icons';
|
|
9
|
-
import makeScrollable from
|
|
13
|
+
import makeScrollable from '../../../../../common/components/shared/functionality/makeScrollable';
|
|
10
14
|
import t from '@instructure/quiz-i18n/es/format-message';
|
|
11
15
|
import { omitProps } from '@instructure/ui-react-utils';
|
|
12
16
|
var EditButton = /*#__PURE__*/function (_Component) {
|
|
13
|
-
_inherits(EditButton, _Component);
|
|
14
|
-
var _super = _createSuper(EditButton);
|
|
15
17
|
function EditButton() {
|
|
16
18
|
var _this;
|
|
17
19
|
_classCallCheck(this, EditButton);
|
|
18
20
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
19
21
|
args[_key] = arguments[_key];
|
|
20
22
|
}
|
|
21
|
-
_this =
|
|
22
|
-
_this
|
|
23
|
+
_this = _callSuper(this, EditButton, [].concat(args));
|
|
24
|
+
_defineProperty(_this, "focus", function () {
|
|
23
25
|
_this.button.focus();
|
|
24
|
-
};
|
|
25
|
-
_this
|
|
26
|
+
});
|
|
27
|
+
_defineProperty(_this, "handleButtonRef", function (node) {
|
|
26
28
|
return _this.button = node;
|
|
27
|
-
};
|
|
29
|
+
});
|
|
28
30
|
return _this;
|
|
29
31
|
}
|
|
30
|
-
|
|
32
|
+
_inherits(EditButton, _Component);
|
|
33
|
+
return _createClass(EditButton, [{
|
|
31
34
|
key: "render",
|
|
32
35
|
value: function render() {
|
|
33
36
|
return /*#__PURE__*/React.createElement(IconButton, Object.assign({
|
|
@@ -42,14 +45,12 @@ var EditButton = /*#__PURE__*/function (_Component) {
|
|
|
42
45
|
}));
|
|
43
46
|
}
|
|
44
47
|
}]);
|
|
45
|
-
EditButton.displayName = "EditButton";
|
|
46
|
-
return EditButton;
|
|
47
48
|
}(Component);
|
|
48
|
-
EditButton
|
|
49
|
+
_defineProperty(EditButton, "propTypes", {
|
|
49
50
|
onClick: PropTypes.func.isRequired,
|
|
50
51
|
screenreaderText: PropTypes.string
|
|
51
|
-
};
|
|
52
|
-
EditButton
|
|
52
|
+
});
|
|
53
|
+
_defineProperty(EditButton, "defaultProps", {
|
|
53
54
|
screenreaderText: t('Edit')
|
|
54
|
-
};
|
|
55
|
+
});
|
|
55
56
|
export default makeScrollable(EditButton);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { connect } from
|
|
2
|
-
import QuizInstructionsEdit from
|
|
1
|
+
import { connect } from '../../../../../../common/react-redux';
|
|
2
|
+
import QuizInstructionsEdit from './presenter';
|
|
3
3
|
function mapStateToProps(state, props) {
|
|
4
4
|
return {
|
|
5
5
|
appContainer: state.getIn(['ui', 'appContainer'])
|
|
@@ -1,38 +1,48 @@
|
|
|
1
1
|
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
|
2
2
|
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
|
3
|
+
import _possibleConstructorReturn from "@babel/runtime/helpers/esm/possibleConstructorReturn";
|
|
4
|
+
import _getPrototypeOf from "@babel/runtime/helpers/esm/getPrototypeOf";
|
|
3
5
|
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
4
|
-
import
|
|
6
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
5
7
|
var _dec, _class, _QuizInstructionsEdit;
|
|
8
|
+
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
9
|
+
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
6
10
|
/** @jsx jsx */
|
|
7
11
|
import { Component } from 'react';
|
|
8
12
|
import PropTypes from 'prop-types';
|
|
9
13
|
import { Button } from '@instructure/ui-buttons';
|
|
10
14
|
import { jsx } from '@instructure/emotion';
|
|
11
15
|
import t from '@instructure/quiz-i18n/es/format-message';
|
|
12
|
-
import CustomPropTypes from
|
|
13
|
-
import { checkClickedNode } from
|
|
16
|
+
import CustomPropTypes from '../../../../../../common/util/CustomPropTypes';
|
|
17
|
+
import { checkClickedNode } from '../../../../../../common/util/clickHandlers';
|
|
14
18
|
import { INSTRUCTIONS_EDIT_ID, withStyleOverrides } from '@instructure/quiz-common';
|
|
15
19
|
import { RichContentInput } from '@instructure/quiz-rce';
|
|
16
|
-
import generateStyle from
|
|
17
|
-
import generateComponentTheme from
|
|
18
|
-
import wrapWithOutsideClickEmotion from
|
|
20
|
+
import generateStyle from './styles';
|
|
21
|
+
import generateComponentTheme from './theme';
|
|
22
|
+
import wrapWithOutsideClickEmotion from '../../../../../../common/components/shared/functionality/componentWithOutsideClickEmotion';
|
|
23
|
+
|
|
24
|
+
// ===================================
|
|
25
|
+
|
|
19
26
|
// once editing is toggled this div
|
|
20
27
|
// is rendered & has actions that
|
|
21
28
|
// allow for canceling
|
|
29
|
+
|
|
22
30
|
// ===================================
|
|
23
31
|
var QuizInstructionsEdit = (_dec = withStyleOverrides(generateStyle, generateComponentTheme), _dec(_class = (_QuizInstructionsEdit = /*#__PURE__*/function (_Component) {
|
|
24
|
-
_inherits(QuizInstructionsEdit, _Component);
|
|
25
|
-
var _super = _createSuper(QuizInstructionsEdit);
|
|
26
32
|
function QuizInstructionsEdit() {
|
|
27
33
|
_classCallCheck(this, QuizInstructionsEdit);
|
|
28
|
-
return
|
|
34
|
+
return _callSuper(this, QuizInstructionsEdit, arguments);
|
|
29
35
|
}
|
|
30
|
-
|
|
36
|
+
_inherits(QuizInstructionsEdit, _Component);
|
|
37
|
+
return _createClass(QuizInstructionsEdit, [{
|
|
31
38
|
key: "clickedOutside",
|
|
39
|
+
value:
|
|
32
40
|
// enabled by wrapWithOutsideClick
|
|
33
|
-
|
|
41
|
+
function clickedOutside() {
|
|
34
42
|
this.props.saveAndPreview();
|
|
35
|
-
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
// enabled by wrapWithOutsideClick
|
|
36
46
|
}, {
|
|
37
47
|
key: "ignoreClickOutsideIf",
|
|
38
48
|
value: function ignoreClickOutsideIf(e) {
|
|
@@ -65,14 +75,12 @@ var QuizInstructionsEdit = (_dec = withStyleOverrides(generateStyle, generateCom
|
|
|
65
75
|
}, t('Done'))));
|
|
66
76
|
}
|
|
67
77
|
}]);
|
|
68
|
-
|
|
69
|
-
return QuizInstructionsEdit;
|
|
70
|
-
}(Component), _QuizInstructionsEdit.displayName = 'QuizInstructionsEdit', _QuizInstructionsEdit.componentId = "Quizzes".concat(_QuizInstructionsEdit.displayName), _QuizInstructionsEdit.propTypes = {
|
|
78
|
+
}(Component), _defineProperty(_QuizInstructionsEdit, "displayName", 'QuizInstructionsEdit'), _defineProperty(_QuizInstructionsEdit, "componentId", "Quizzes".concat(_QuizInstructionsEdit.displayName)), _defineProperty(_QuizInstructionsEdit, "propTypes", {
|
|
71
79
|
endEditing: PropTypes.func.isRequired,
|
|
72
80
|
inputValue: PropTypes.string.isRequired,
|
|
73
81
|
onInputChange: PropTypes.func.isRequired,
|
|
74
82
|
saveAndPreview: PropTypes.func.isRequired,
|
|
75
83
|
appContainer: CustomPropTypes.selectors.isRequired,
|
|
76
84
|
styles: PropTypes.object
|
|
77
|
-
}, _QuizInstructionsEdit)) || _class);
|
|
85
|
+
}), _QuizInstructionsEdit)) || _class);
|
|
78
86
|
export default wrapWithOutsideClickEmotion(QuizInstructionsEdit);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { compose } from 'redux';
|
|
2
|
-
import { connect } from
|
|
3
|
-
import { screenreaderNotification } from
|
|
4
|
-
import { clearModifications, changeQuizInstructions } from
|
|
5
|
-
import { saveQuizChange } from
|
|
6
|
-
import makeEditable from
|
|
7
|
-
import { featureOn } from
|
|
8
|
-
import Instructions from
|
|
2
|
+
import { connect } from '../../../../../../common/react-redux';
|
|
3
|
+
import { screenreaderNotification } from '../../../../../../common/actions/alerts';
|
|
4
|
+
import { clearModifications, changeQuizInstructions } from '../../../../../../common/actions/modifications';
|
|
5
|
+
import { saveQuizChange } from '../../../../../api/quizzes';
|
|
6
|
+
import makeEditable from '../../../../../../common/components/shared/functionality/makeEditable';
|
|
7
|
+
import { featureOn } from '../../../../../../common/util/featureCheck';
|
|
8
|
+
import Instructions from './presenter';
|
|
9
9
|
function mapStateToProps(state) {
|
|
10
10
|
return {
|
|
11
11
|
errorsShowing: state.get('errorsShowing'),
|
|
@@ -1,19 +1,23 @@
|
|
|
1
1
|
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
|
2
2
|
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
|
3
|
+
import _possibleConstructorReturn from "@babel/runtime/helpers/esm/possibleConstructorReturn";
|
|
4
|
+
import _getPrototypeOf from "@babel/runtime/helpers/esm/getPrototypeOf";
|
|
3
5
|
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
4
|
-
import
|
|
6
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
5
7
|
var _dec, _class, _QuizInstructions;
|
|
8
|
+
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
9
|
+
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
6
10
|
/** @jsx jsx */
|
|
7
11
|
import { Component } from 'react';
|
|
8
12
|
import PropTypes from 'prop-types';
|
|
9
13
|
import ImmutablePropTypes from 'react-immutable-proptypes';
|
|
10
14
|
import { Heading } from '@instructure/ui-heading';
|
|
11
15
|
import { jsx } from '@instructure/emotion';
|
|
12
|
-
import QuizInstructionsEdit from
|
|
13
|
-
import QuizInstructionsShow from
|
|
14
|
-
import EditButton from
|
|
15
|
-
import generateStyle from
|
|
16
|
-
import generateComponentTheme from
|
|
16
|
+
import QuizInstructionsEdit from '../Edit';
|
|
17
|
+
import QuizInstructionsShow from '../Show';
|
|
18
|
+
import EditButton from '../../editButton/EditButton';
|
|
19
|
+
import generateStyle from './styles';
|
|
20
|
+
import generateComponentTheme from './theme';
|
|
17
21
|
import t from '@instructure/quiz-i18n/es/format-message';
|
|
18
22
|
import { withStyleOverrides } from '@instructure/quiz-common';
|
|
19
23
|
|
|
@@ -25,34 +29,32 @@ import { withStyleOverrides } from '@instructure/quiz-common';
|
|
|
25
29
|
// ======================================
|
|
26
30
|
|
|
27
31
|
export var QuizInstructions = (_dec = withStyleOverrides(generateStyle, generateComponentTheme), _dec(_class = (_QuizInstructions = /*#__PURE__*/function (_Component) {
|
|
28
|
-
_inherits(QuizInstructions, _Component);
|
|
29
|
-
var _super = _createSuper(QuizInstructions);
|
|
30
32
|
function QuizInstructions() {
|
|
31
33
|
var _this;
|
|
32
34
|
_classCallCheck(this, QuizInstructions);
|
|
33
35
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
34
36
|
args[_key] = arguments[_key];
|
|
35
37
|
}
|
|
36
|
-
_this =
|
|
37
|
-
_this
|
|
38
|
+
_this = _callSuper(this, QuizInstructions, [].concat(args));
|
|
39
|
+
_defineProperty(_this, "workingInstructions", function () {
|
|
38
40
|
return _this.props.quiz.getWorkingInstance().instructions || '';
|
|
39
|
-
};
|
|
41
|
+
});
|
|
40
42
|
// =========
|
|
41
43
|
// actions
|
|
42
44
|
// =========
|
|
43
|
-
_this
|
|
45
|
+
_defineProperty(_this, "updateWorkingInstructions", function (event, _ref) {
|
|
44
46
|
var editorContent = _ref.editorContent;
|
|
45
47
|
_this.props.changeQuizInstructions(_this.quizID(), editorContent);
|
|
46
|
-
};
|
|
47
|
-
_this
|
|
48
|
+
});
|
|
49
|
+
_defineProperty(_this, "saveAndPreview", function () {
|
|
48
50
|
_this.saveWorkingInstructions();
|
|
49
51
|
_this.endEditing();
|
|
50
|
-
};
|
|
51
|
-
_this
|
|
52
|
+
});
|
|
53
|
+
_defineProperty(_this, "endEditing", function () {
|
|
52
54
|
_this.props.switchOffEditing();
|
|
53
55
|
_this.props.clearModifications('quizzes', _this.quizID(), ['instructions']);
|
|
54
|
-
};
|
|
55
|
-
_this
|
|
56
|
+
});
|
|
57
|
+
_defineProperty(_this, "toggleEditing", function () {
|
|
56
58
|
var msg;
|
|
57
59
|
if (_this.props.isEditing) {
|
|
58
60
|
msg = t('Instructions edit mode off.');
|
|
@@ -63,10 +65,11 @@ export var QuizInstructions = (_dec = withStyleOverrides(generateStyle, generate
|
|
|
63
65
|
_this.props.screenreaderNotification(msg);
|
|
64
66
|
_this.props.switchOnEditing();
|
|
65
67
|
}
|
|
66
|
-
};
|
|
68
|
+
});
|
|
67
69
|
return _this;
|
|
68
70
|
}
|
|
69
|
-
|
|
71
|
+
_inherits(QuizInstructions, _Component);
|
|
72
|
+
return _createClass(QuizInstructions, [{
|
|
70
73
|
key: "componentDidUpdate",
|
|
71
74
|
value: function componentDidUpdate(prevProps) {
|
|
72
75
|
var _this2 = this;
|
|
@@ -77,7 +80,9 @@ export var QuizInstructions = (_dec = withStyleOverrides(generateStyle, generate
|
|
|
77
80
|
_this2.editButton.getWrappedInstance().setFocus();
|
|
78
81
|
}, 50);
|
|
79
82
|
}
|
|
80
|
-
}
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
// ===========
|
|
81
86
|
// helpers
|
|
82
87
|
// ===========
|
|
83
88
|
}, {
|
|
@@ -105,7 +110,9 @@ export var QuizInstructions = (_dec = withStyleOverrides(generateStyle, generate
|
|
|
105
110
|
return function (node) {
|
|
106
111
|
_this3[key] = node;
|
|
107
112
|
};
|
|
108
|
-
}
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
// ===============
|
|
109
116
|
// RENDERING
|
|
110
117
|
// ===============
|
|
111
118
|
}, {
|
|
@@ -134,7 +141,7 @@ export var QuizInstructions = (_dec = withStyleOverrides(generateStyle, generate
|
|
|
134
141
|
instructions: this.props.quiz.instructions,
|
|
135
142
|
switchOnEditing: this.props.switchOnEditing,
|
|
136
143
|
contentLocked: this.isContentLocked(),
|
|
137
|
-
scrollKey: contentLocked ? this.props.scrollKey :
|
|
144
|
+
scrollKey: contentLocked ? this.props.scrollKey : undefined
|
|
138
145
|
});
|
|
139
146
|
}
|
|
140
147
|
}, {
|
|
@@ -161,9 +168,7 @@ export var QuizInstructions = (_dec = withStyleOverrides(generateStyle, generate
|
|
|
161
168
|
}))));
|
|
162
169
|
}
|
|
163
170
|
}]);
|
|
164
|
-
|
|
165
|
-
return QuizInstructions;
|
|
166
|
-
}(Component), _QuizInstructions.displayName = 'QuizInstructions', _QuizInstructions.componentId = "Quizzes".concat(_QuizInstructions.displayName), _QuizInstructions.propTypes = {
|
|
171
|
+
}(Component), _defineProperty(_QuizInstructions, "displayName", 'QuizInstructions'), _defineProperty(_QuizInstructions, "componentId", "Quizzes".concat(_QuizInstructions.displayName)), _defineProperty(_QuizInstructions, "propTypes", {
|
|
167
172
|
changeQuizInstructions: PropTypes.func.isRequired,
|
|
168
173
|
clearModifications: PropTypes.func.isRequired,
|
|
169
174
|
isEditing: PropTypes.bool.isRequired,
|
|
@@ -178,7 +183,7 @@ export var QuizInstructions = (_dec = withStyleOverrides(generateStyle, generate
|
|
|
178
183
|
switchOnEditing: PropTypes.func.isRequired,
|
|
179
184
|
// Injected by makeEditable,
|
|
180
185
|
styles: PropTypes.object
|
|
181
|
-
}, _QuizInstructions
|
|
186
|
+
}), _defineProperty(_QuizInstructions, "defaultProps", {
|
|
182
187
|
scrollKey: void 0
|
|
183
|
-
}, _QuizInstructions)) || _class);
|
|
188
|
+
}), _QuizInstructions)) || _class);
|
|
184
189
|
export default QuizInstructions;
|
|
@@ -1,17 +1,21 @@
|
|
|
1
1
|
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
|
2
2
|
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
|
3
|
+
import _possibleConstructorReturn from "@babel/runtime/helpers/esm/possibleConstructorReturn";
|
|
4
|
+
import _getPrototypeOf from "@babel/runtime/helpers/esm/getPrototypeOf";
|
|
3
5
|
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
4
|
-
import
|
|
6
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
5
7
|
var _dec, _class, _QuizInstructionsShow;
|
|
8
|
+
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
9
|
+
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
6
10
|
/** @jsx jsx */
|
|
7
11
|
import { Component } from 'react';
|
|
8
12
|
import PropTypes from 'prop-types';
|
|
9
13
|
import { jsx } from '@instructure/emotion';
|
|
10
14
|
import { RichContentRenderer } from '@instructure/quiz-rce';
|
|
11
|
-
import Overlay from
|
|
12
|
-
import makeScrollable from
|
|
13
|
-
import generateStyle from
|
|
14
|
-
import generateComponentTheme from
|
|
15
|
+
import Overlay from '../../../../../../common/components/shared/overlay';
|
|
16
|
+
import makeScrollable from '../../../../../../common/components/shared/functionality/makeScrollable';
|
|
17
|
+
import generateStyle from './styles';
|
|
18
|
+
import generateComponentTheme from './theme';
|
|
15
19
|
import t from '@instructure/quiz-i18n/es/format-message';
|
|
16
20
|
import { withStyleOverrides } from '@instructure/quiz-common';
|
|
17
21
|
|
|
@@ -23,21 +27,20 @@ import { withStyleOverrides } from '@instructure/quiz-common';
|
|
|
23
27
|
|
|
24
28
|
// ==========================================
|
|
25
29
|
export var QuizInstructionsShow = (_dec = withStyleOverrides(generateStyle, generateComponentTheme), _dec(_class = (_QuizInstructionsShow = /*#__PURE__*/function (_Component) {
|
|
26
|
-
_inherits(QuizInstructionsShow, _Component);
|
|
27
|
-
var _super = _createSuper(QuizInstructionsShow);
|
|
28
30
|
function QuizInstructionsShow() {
|
|
29
31
|
var _this;
|
|
30
32
|
_classCallCheck(this, QuizInstructionsShow);
|
|
31
33
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
32
34
|
args[_key] = arguments[_key];
|
|
33
35
|
}
|
|
34
|
-
_this =
|
|
35
|
-
_this
|
|
36
|
+
_this = _callSuper(this, QuizInstructionsShow, [].concat(args));
|
|
37
|
+
_defineProperty(_this, "switchOnEditing", function () {
|
|
36
38
|
_this.props.switchOnEditing();
|
|
37
|
-
};
|
|
39
|
+
});
|
|
38
40
|
return _this;
|
|
39
41
|
}
|
|
40
|
-
|
|
42
|
+
_inherits(QuizInstructionsShow, _Component);
|
|
43
|
+
return _createClass(QuizInstructionsShow, [{
|
|
41
44
|
key: "render",
|
|
42
45
|
value: function render() {
|
|
43
46
|
return jsx("span", {
|
|
@@ -55,15 +58,13 @@ export var QuizInstructionsShow = (_dec = withStyleOverrides(generateStyle, gene
|
|
|
55
58
|
}))));
|
|
56
59
|
}
|
|
57
60
|
}]);
|
|
58
|
-
|
|
59
|
-
return QuizInstructionsShow;
|
|
60
|
-
}(Component), _QuizInstructionsShow.displayName = 'QuizInstructionsShow', _QuizInstructionsShow.componentId = "Quizzes".concat(_QuizInstructionsShow.displayName), _QuizInstructionsShow.propTypes = {
|
|
61
|
+
}(Component), _defineProperty(_QuizInstructionsShow, "displayName", 'QuizInstructionsShow'), _defineProperty(_QuizInstructionsShow, "componentId", "Quizzes".concat(_QuizInstructionsShow.displayName)), _defineProperty(_QuizInstructionsShow, "propTypes", {
|
|
61
62
|
instructions: PropTypes.string,
|
|
62
63
|
switchOnEditing: PropTypes.func.isRequired,
|
|
63
64
|
contentLocked: PropTypes.bool,
|
|
64
65
|
styles: PropTypes.object
|
|
65
|
-
}, _QuizInstructionsShow
|
|
66
|
+
}), _defineProperty(_QuizInstructionsShow, "defaultProps", {
|
|
66
67
|
contentLocked: false,
|
|
67
68
|
instructions: null
|
|
68
|
-
}, _QuizInstructionsShow)) || _class);
|
|
69
|
+
}), _QuizInstructionsShow)) || _class);
|
|
69
70
|
export default makeScrollable(QuizInstructionsShow);
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
|
2
2
|
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
|
3
|
+
import _possibleConstructorReturn from "@babel/runtime/helpers/esm/possibleConstructorReturn";
|
|
4
|
+
import _getPrototypeOf from "@babel/runtime/helpers/esm/getPrototypeOf";
|
|
3
5
|
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
4
|
-
import
|
|
6
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
5
7
|
var _dec, _class, _TitleEdit;
|
|
8
|
+
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
9
|
+
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
6
10
|
/** @jsx jsx */
|
|
7
11
|
import { Component } from 'react';
|
|
8
12
|
import PropTypes from 'prop-types';
|
|
@@ -10,9 +14,9 @@ import ImmutablePropTypes from 'react-immutable-proptypes';
|
|
|
10
14
|
import ReactDOM from 'react-dom';
|
|
11
15
|
import defer from 'lodash/defer';
|
|
12
16
|
import { jsx } from '@instructure/emotion';
|
|
13
|
-
import generateStyle from
|
|
14
|
-
import generateComponentTheme from
|
|
15
|
-
import Errors from
|
|
17
|
+
import generateStyle from './styles';
|
|
18
|
+
import generateComponentTheme from './theme';
|
|
19
|
+
import Errors from '../../../../../../common/components/shared/errors/Errors';
|
|
16
20
|
import t from '@instructure/quiz-i18n/es/format-message';
|
|
17
21
|
import { withStyleOverrides } from '@instructure/quiz-common';
|
|
18
22
|
|
|
@@ -25,22 +29,20 @@ import { withStyleOverrides } from '@instructure/quiz-common';
|
|
|
25
29
|
// =================================
|
|
26
30
|
|
|
27
31
|
export var TitleEdit = (_dec = withStyleOverrides(generateStyle, generateComponentTheme), _dec(_class = (_TitleEdit = /*#__PURE__*/function (_Component) {
|
|
28
|
-
_inherits(TitleEdit, _Component);
|
|
29
|
-
var _super = _createSuper(TitleEdit);
|
|
30
32
|
function TitleEdit() {
|
|
31
33
|
var _this;
|
|
32
34
|
_classCallCheck(this, TitleEdit);
|
|
33
35
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
34
36
|
args[_key] = arguments[_key];
|
|
35
37
|
}
|
|
36
|
-
_this =
|
|
37
|
-
_this
|
|
38
|
+
_this = _callSuper(this, TitleEdit, [].concat(args));
|
|
39
|
+
_defineProperty(_this, "defer", function (fn) {
|
|
38
40
|
// to enable syncronous testing
|
|
39
41
|
var deferFn = _this.props.deferMock || defer;
|
|
40
42
|
deferFn(fn);
|
|
41
|
-
};
|
|
42
|
-
_this
|
|
43
|
-
var fromEnterPressed = arguments.length > 0 && arguments[0] !==
|
|
43
|
+
});
|
|
44
|
+
_defineProperty(_this, "switchOffEditing", function () {
|
|
45
|
+
var fromEnterPressed = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
|
|
44
46
|
_this.ifValidElseError(function () {
|
|
45
47
|
_this.defer(function () {
|
|
46
48
|
if (fromEnterPressed) {
|
|
@@ -53,27 +55,29 @@ export var TitleEdit = (_dec = withStyleOverrides(generateStyle, generateCompone
|
|
|
53
55
|
}
|
|
54
56
|
});
|
|
55
57
|
});
|
|
56
|
-
};
|
|
57
|
-
_this
|
|
58
|
+
});
|
|
59
|
+
_defineProperty(_this, "handleKeyUp", function (e) {
|
|
58
60
|
if (_this.enterPressed && e.keyCode === 13) {
|
|
59
61
|
return _this.switchOffEditing(true);
|
|
60
62
|
}
|
|
61
|
-
};
|
|
62
|
-
_this
|
|
63
|
+
});
|
|
64
|
+
_defineProperty(_this, "handleKeyDown", function (e) {
|
|
63
65
|
if (!e.repeat && e.keyCode === 13) {
|
|
64
66
|
_this.enterPressed = true;
|
|
65
67
|
}
|
|
66
|
-
};
|
|
67
|
-
_this
|
|
68
|
+
});
|
|
69
|
+
_defineProperty(_this, "handleBlur", function (e) {
|
|
68
70
|
_this.switchOffEditing(false);
|
|
69
|
-
};
|
|
71
|
+
});
|
|
70
72
|
return _this;
|
|
71
73
|
}
|
|
72
|
-
|
|
74
|
+
_inherits(TitleEdit, _Component);
|
|
75
|
+
return _createClass(TitleEdit, [{
|
|
73
76
|
key: "componentDidMount",
|
|
77
|
+
value:
|
|
74
78
|
// todo: extract this into a shared method
|
|
75
79
|
// to be used on many components
|
|
76
|
-
|
|
80
|
+
function componentDidMount() {
|
|
77
81
|
this.props.makeStyles();
|
|
78
82
|
var input = ReactDOM.findDOMNode(this.input);
|
|
79
83
|
// some browsers add chars so * 2 to ensure at end
|
|
@@ -144,9 +148,7 @@ export var TitleEdit = (_dec = withStyleOverrides(generateStyle, generateCompone
|
|
|
144
148
|
})), this.renderErrors());
|
|
145
149
|
}
|
|
146
150
|
}]);
|
|
147
|
-
|
|
148
|
-
return TitleEdit;
|
|
149
|
-
}(Component), _TitleEdit.displayName = 'TitleEdit', _TitleEdit.componentId = "Quizzes".concat(_TitleEdit.displayName), _TitleEdit.propTypes = {
|
|
151
|
+
}(Component), _defineProperty(_TitleEdit, "displayName", 'TitleEdit'), _defineProperty(_TitleEdit, "componentId", "Quizzes".concat(_TitleEdit.displayName)), _defineProperty(_TitleEdit, "propTypes", {
|
|
150
152
|
value: PropTypes.string.isRequired,
|
|
151
153
|
isValid: PropTypes.bool.isRequired,
|
|
152
154
|
showError: PropTypes.func.isRequired,
|
|
@@ -158,8 +160,8 @@ export var TitleEdit = (_dec = withStyleOverrides(generateStyle, generateCompone
|
|
|
158
160
|
deferMock: PropTypes.func,
|
|
159
161
|
styles: PropTypes.object,
|
|
160
162
|
makeStyles: PropTypes.func
|
|
161
|
-
}, _TitleEdit
|
|
163
|
+
}), _defineProperty(_TitleEdit, "defaultProps", {
|
|
162
164
|
errorsAreShowing: false,
|
|
163
165
|
deferMock: defer
|
|
164
|
-
}, _TitleEdit)) || _class);
|
|
166
|
+
}), _TitleEdit)) || _class);
|
|
165
167
|
export default TitleEdit;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
2
4
|
var generateStyle = function generateStyle(componentTheme, props) {
|
|
3
5
|
var wrapperStyles = {
|
|
4
6
|
width: '100%',
|