@instructure/quiz-core 20.36.1-rc.22 → 20.36.1-rc.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/banks/components/BankSearch/presenter.js +1 -2
- package/es/building/components/resources/quizEntry/QuizEntryEdit/Footer/presenter.js +1 -2
- package/es/building/components/resources/quizEntry/QuizEntryEdit/Header/index.js +20 -16
- package/es/building/components/resources/quizEntry/QuizEntryEdit/Header/styles.js +1 -6
- package/es/common/components/layout/Page/styles.js +1 -10
- package/es/common/components/layout/navbar/index.js +0 -3
- package/es/common/components/layout/sidebar/SidebarItem/presenter.js +1 -2
- package/es/common/components/layout/sidebar/Stimulus/presenter.js +1 -2
- package/es/common/components/resources/quiz/instructions/styles.js +3 -4
- package/es/common/components/resources/quiz/instructions/theme.js +1 -2
- package/es/common/components/resources/sessionItemResult/SessionItemResult/presenter.js +1 -1
- package/es/common/components/shared/PrintTrigger/presenter.js +0 -1
- package/es/common/components/shared/TimeUnitsInput/index.js +9 -8
- package/es/common/records/Stimulus.js +2 -1
- package/es/moderating/components/resources/ModerateTable/presenter.js +1 -2
- package/es/moderating/components/sidebar/ModerateTray/presenter.js +1 -2
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/MatchingTypeTable/presenter.js +1 -2
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/NumericType/ChoiceTypeWithInfo/presenter.js +1 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/NumericType/presenter.js +1 -2
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/RichFillBlankType/ChoiceGroupTypeTable/presenter.js +1 -2
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AfsTableWrapper/presenter.js +1 -2
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AggregationTable/presenter.js +1 -2
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ChoiceTypeTable/presenter.js +1 -2
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ExpandableCard/presenter.js +1 -2
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/presenter.js +1 -2
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/ReportCard/presenter.js +1 -2
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/presenter.js +1 -2
- package/es/reporting/components/resources/ReportCard/index.js +1 -2
- package/es/reporting/components/resources/StudentAnalysis/ReportCard/presenter.js +1 -2
- package/es/reporting/components/resources/common/AnalysisUpdateDate/index.js +1 -1
- package/lib/banks/components/BankSearch/presenter.js +3 -4
- package/lib/building/components/resources/quizEntry/QuizEntryEdit/Footer/presenter.js +3 -4
- package/lib/building/components/resources/quizEntry/QuizEntryEdit/Header/index.js +21 -17
- package/lib/building/components/resources/quizEntry/QuizEntryEdit/Header/styles.js +1 -6
- package/lib/common/components/layout/Page/styles.js +1 -10
- package/lib/common/components/layout/navbar/index.js +0 -3
- package/lib/common/components/layout/sidebar/SidebarItem/presenter.js +3 -4
- package/lib/common/components/layout/sidebar/Stimulus/presenter.js +3 -4
- package/lib/common/components/resources/quiz/instructions/styles.js +3 -4
- package/lib/common/components/resources/quiz/instructions/theme.js +1 -2
- package/lib/common/components/resources/sessionItemResult/SessionItemResult/presenter.js +1 -1
- package/lib/common/components/shared/PrintTrigger/presenter.js +0 -1
- package/lib/common/components/shared/TimeUnitsInput/index.js +10 -9
- package/lib/common/records/Stimulus.js +2 -1
- package/lib/moderating/components/resources/ModerateTable/presenter.js +3 -4
- package/lib/moderating/components/sidebar/ModerateTray/presenter.js +5 -6
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/MatchingTypeTable/presenter.js +6 -7
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/NumericType/ChoiceTypeWithInfo/presenter.js +9 -9
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/NumericType/presenter.js +2 -3
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/RichFillBlankType/ChoiceGroupTypeTable/presenter.js +5 -6
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AfsTableWrapper/presenter.js +4 -5
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AggregationTable/presenter.js +3 -4
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ChoiceTypeTable/presenter.js +3 -4
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ExpandableCard/presenter.js +8 -9
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/presenter.js +20 -21
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/ReportCard/presenter.js +9 -10
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/presenter.js +20 -21
- package/lib/reporting/components/resources/ReportCard/index.js +1 -2
- package/lib/reporting/components/resources/StudentAnalysis/ReportCard/presenter.js +9 -10
- package/lib/reporting/components/resources/common/AnalysisUpdateDate/index.js +2 -2
- package/package.json +54 -59
|
@@ -12,7 +12,6 @@ import { IconPlusLine } from '@instructure/ui-icons';
|
|
|
12
12
|
import { Button, CondensedButton } from '@instructure/ui-buttons';
|
|
13
13
|
import { Checkbox } from '@instructure/ui-checkbox';
|
|
14
14
|
import { View } from '@instructure/ui-view';
|
|
15
|
-
import { Flex } from '@instructure/ui-flex';
|
|
16
15
|
import { Text } from '@instructure/ui-text';
|
|
17
16
|
import { AccessibleContent, ScreenReaderContent } from '@instructure/ui-a11y-content';
|
|
18
17
|
import { jsx } from '@instructure/emotion';
|
|
@@ -21,7 +20,7 @@ import TagSuggestSelect from "../../../common/components/shared/TagSuggestSelect
|
|
|
21
20
|
import { interactionTypesNameDictionary } from "../../../common/util/interactionTypeMetadata.js";
|
|
22
21
|
import generateStyle from "./styles.js";
|
|
23
22
|
import generateComponentTheme from "./theme.js";
|
|
24
|
-
import { TextInput, withStyleOverrides } from '@instructure/quiz-common';
|
|
23
|
+
import { Flex, TextInput, withStyleOverrides } from '@instructure/quiz-common';
|
|
25
24
|
var tagShape = PropTypes.shape({
|
|
26
25
|
tag: PropTypes.shape({
|
|
27
26
|
id: PropTypes.string,
|
|
@@ -9,7 +9,6 @@ import { Component } from 'react';
|
|
|
9
9
|
import PropTypes from 'prop-types';
|
|
10
10
|
import ImmutablePropTypes from 'react-immutable-proptypes';
|
|
11
11
|
import { View } from '@instructure/ui-view';
|
|
12
|
-
import { Flex } from '@instructure/ui-flex';
|
|
13
12
|
import { ScreenReaderContent } from '@instructure/ui-a11y-content';
|
|
14
13
|
import { Text } from '@instructure/ui-text';
|
|
15
14
|
import NumberInput from '@instructure/quiz-number-input';
|
|
@@ -19,7 +18,7 @@ import { IconDiscussionLine, IconDiscussionSolid } from '@instructure/ui-icons';
|
|
|
19
18
|
import { interactionPoints } from '@instructure/quiz-interactions';
|
|
20
19
|
import t from '@instructure/quiz-i18n/es/format-message';
|
|
21
20
|
import EntrySave from "../../../../../../common/components/resources/entry/EntrySave/index.js";
|
|
22
|
-
import { ITEM_FEEDBACK_MODAL, ITEM_FEEDBACK_MODAL_ITEM, ITEM_FEEDBACK_MODAL_FEEDBACK, withStyleOverrides } from '@instructure/quiz-common';
|
|
21
|
+
import { Flex, ITEM_FEEDBACK_MODAL, ITEM_FEEDBACK_MODAL_ITEM, ITEM_FEEDBACK_MODAL_FEEDBACK, withStyleOverrides } from '@instructure/quiz-common';
|
|
23
22
|
import generateStyle from "./styles.js";
|
|
24
23
|
import generateComponentTheme from "./theme.js";
|
|
25
24
|
function pointsAsFloat(pointsString) {
|
|
@@ -11,7 +11,6 @@ import PropTypes from 'prop-types';
|
|
|
11
11
|
import ImmutablePropTypes from 'react-immutable-proptypes';
|
|
12
12
|
import partial from 'lodash/partial';
|
|
13
13
|
import { Text } from '@instructure/ui-text';
|
|
14
|
-
import { Flex, FlexItem } from '@instructure/ui-flex';
|
|
15
14
|
import { ScreenReaderContent } from '@instructure/ui-a11y-content';
|
|
16
15
|
import { CondensedButton } from '@instructure/ui-buttons';
|
|
17
16
|
import { jsx, Global } from '@instructure/emotion';
|
|
@@ -22,9 +21,10 @@ import { convertFITBtoRich } from "../../../../../../common/util/fitbCopyHelper.
|
|
|
22
21
|
import PositionBox from "../../../../../../common/components/resources/positionBox/PositionBox.js";
|
|
23
22
|
import Item from "../../../../../../common/records/Item.js";
|
|
24
23
|
import ActionButtons from "../../../ActionButtons/index.js";
|
|
25
|
-
import { DELETED_QUIZ_ENTRY, API_INPUT_VALIDATION_ERROR, BUILD_TRAY_OPEN, TextInput, withStyleOverrides } from '@instructure/quiz-common';
|
|
24
|
+
import { DELETED_QUIZ_ENTRY, API_INPUT_VALIDATION_ERROR, BUILD_TRAY_OPEN, Flex, TextInput, withStyleOverrides } from '@instructure/quiz-common';
|
|
26
25
|
import generateStyle from "./styles.js";
|
|
27
26
|
import generateComponentTheme from "./theme.js";
|
|
27
|
+
import { View } from '@instructure/ui-view';
|
|
28
28
|
var _ref2 = jsx(IconBankLine, null);
|
|
29
29
|
var QuizEntryHeader = (_dec = withStyleOverrides(generateStyle, generateComponentTheme), _dec(_class = (_QuizEntryHeader = /*#__PURE__*/function (_Component) {
|
|
30
30
|
_inherits(QuizEntryHeader, _Component);
|
|
@@ -187,7 +187,7 @@ var QuizEntryHeader = (_dec = withStyleOverrides(generateStyle, generateComponen
|
|
|
187
187
|
var dataAutomation = 'sdk-quiz-entry-interaction-type';
|
|
188
188
|
if (!isBank) {
|
|
189
189
|
return jsx(Text, {
|
|
190
|
-
size: "
|
|
190
|
+
size: "small",
|
|
191
191
|
weight: "normal",
|
|
192
192
|
"data-automation": dataAutomation
|
|
193
193
|
}, this.props.name);
|
|
@@ -218,18 +218,13 @@ var QuizEntryHeader = (_dec = withStyleOverrides(generateStyle, generateComponen
|
|
|
218
218
|
return jsx(TextInput, {
|
|
219
219
|
ref: this.storeTitleRef,
|
|
220
220
|
renderLabel: jsx(Flex, {
|
|
221
|
-
direction: "column"
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
overflowY: "visible",
|
|
221
|
+
direction: "column",
|
|
222
|
+
gap: "small"
|
|
223
|
+
}, jsx(Flex.Item, {
|
|
225
224
|
"aria-hidden": true
|
|
226
|
-
}, jsx(
|
|
227
|
-
size: "medium",
|
|
228
|
-
weight: "bold",
|
|
225
|
+
}, this.renderName()), jsx(Flex.Item, {
|
|
229
226
|
"aria-hidden": true
|
|
230
|
-
}, t('Question Title'))
|
|
231
|
-
"aria-hidden": true
|
|
232
|
-
}, this.renderName()), jsx(ScreenReaderContent, null, titleLabelText)),
|
|
227
|
+
}, t('Question Title')), jsx(ScreenReaderContent, null, titleLabelText)),
|
|
233
228
|
type: "text",
|
|
234
229
|
onChange: this.handleTitleChange,
|
|
235
230
|
value: workingEntry.title || '',
|
|
@@ -273,12 +268,21 @@ var QuizEntryHeader = (_dec = withStyleOverrides(generateStyle, generateComponen
|
|
|
273
268
|
shouldDisableDeleteButton: this.props.disabledForRegrade,
|
|
274
269
|
shouldRenderEdit: false
|
|
275
270
|
};
|
|
276
|
-
return jsx(
|
|
271
|
+
return jsx(View, {
|
|
272
|
+
as: "div",
|
|
277
273
|
className: "header",
|
|
278
|
-
|
|
274
|
+
background: "secondary",
|
|
275
|
+
padding: "small"
|
|
279
276
|
}, jsx(Global, {
|
|
280
277
|
styles: this.props.styles.globalStyles
|
|
281
|
-
}),
|
|
278
|
+
}), jsx(Flex, {
|
|
279
|
+
className: "header",
|
|
280
|
+
direction: "row",
|
|
281
|
+
gap: "small"
|
|
282
|
+
}, jsx(Flex.Item, {
|
|
283
|
+
shouldShrink: false,
|
|
284
|
+
shouldGrow: true
|
|
285
|
+
}, this.renderLeftHeader()), jsx(Flex.Item, null, jsx(ActionButtons, actionButtonProps))));
|
|
282
286
|
}
|
|
283
287
|
}]);
|
|
284
288
|
QuizEntryHeader.displayName = "QuizEntryHeader";
|
|
@@ -8,12 +8,7 @@ var generateStyle = function generateStyle(componentTheme) {
|
|
|
8
8
|
},
|
|
9
9
|
header: {
|
|
10
10
|
backgroundColor: componentTheme.headerBackgroundColor,
|
|
11
|
-
color: componentTheme.headerColor
|
|
12
|
-
padding: componentTheme.headerPadding,
|
|
13
|
-
display: 'flex',
|
|
14
|
-
justifyContent: 'space-between',
|
|
15
|
-
verticalAlign: 'middle',
|
|
16
|
-
alignItems: 'center'
|
|
11
|
+
color: componentTheme.headerColor
|
|
17
12
|
},
|
|
18
13
|
dividingLine: {
|
|
19
14
|
width: '0',
|
|
@@ -17,16 +17,7 @@ var generateStyle = function generateStyle(componentTheme, props) {
|
|
|
17
17
|
overflowY: 'auto'
|
|
18
18
|
}), {}, {
|
|
19
19
|
transition: componentTheme.contentTransition,
|
|
20
|
-
width: '100%'
|
|
21
|
-
'.user_content p': {
|
|
22
|
-
margin: "".concat(componentTheme.userContentMargin, " 0"),
|
|
23
|
-
'&:first-of-type': {
|
|
24
|
-
marginTop: componentTheme.userContentZeroMargin
|
|
25
|
-
},
|
|
26
|
-
'&:last-child': {
|
|
27
|
-
marginBottom: componentTheme.userContentZeroMargin
|
|
28
|
-
}
|
|
29
|
-
}
|
|
20
|
+
width: '100%'
|
|
30
21
|
})
|
|
31
22
|
};
|
|
32
23
|
};
|
|
@@ -93,9 +93,6 @@ export var NavBar = (_dec = withStyleOverrides(generateStyle, generateComponentT
|
|
|
93
93
|
desktopBottomBorderInverse: false
|
|
94
94
|
} : {}),
|
|
95
95
|
navLabel: t('Quizzes navigation bar'),
|
|
96
|
-
desktopConfig: {
|
|
97
|
-
hideActionsUserSeparator: true
|
|
98
|
-
},
|
|
99
96
|
smallViewportConfig: {
|
|
100
97
|
dropdownMenuToggleButtonLabel: t('Toggle Menu'),
|
|
101
98
|
dropdownMenuLabel: t('Main Menu')
|
|
@@ -9,14 +9,13 @@ import PropTypes from 'prop-types';
|
|
|
9
9
|
import ImmutablePropTypes from 'react-immutable-proptypes';
|
|
10
10
|
import { AccessibleContent } from '@instructure/ui-a11y-content';
|
|
11
11
|
import { Link } from '@instructure/ui-link';
|
|
12
|
-
import { Flex } from '@instructure/ui-flex';
|
|
13
12
|
import { jsx } from '@instructure/emotion';
|
|
14
13
|
import PositionSummary from "../PositionSummary/index.js";
|
|
15
14
|
import t from '@instructure/quiz-i18n/es/format-message';
|
|
16
15
|
import { RichContentRenderer } from '@instructure/quiz-rce';
|
|
17
16
|
import generateStyle from "./styles.js";
|
|
18
17
|
import generateComponentTheme from "./theme.js";
|
|
19
|
-
import { END_EDITING_TRIGGER_CLASSNAME, withStyleOverrides } from '@instructure/quiz-common';
|
|
18
|
+
import { Flex, END_EDITING_TRIGGER_CLASSNAME, withStyleOverrides } from '@instructure/quiz-common';
|
|
20
19
|
export var SidebarItem = (_dec = withStyleOverrides(generateStyle, generateComponentTheme), _dec(_class = (_SidebarItem = /*#__PURE__*/function (_Component) {
|
|
21
20
|
_inherits(SidebarItem, _Component);
|
|
22
21
|
var _super = _createSuper(SidebarItem);
|
|
@@ -10,7 +10,6 @@ import ImmutablePropTypes from 'react-immutable-proptypes';
|
|
|
10
10
|
import { IconTextLeftLine } from '@instructure/ui-icons';
|
|
11
11
|
import { jsx } from '@instructure/emotion';
|
|
12
12
|
import { Link } from '@instructure/ui-link';
|
|
13
|
-
import { Flex } from '@instructure/ui-flex';
|
|
14
13
|
import { ScreenReaderContent } from '@instructure/ui-a11y-content';
|
|
15
14
|
import Collection from "./Collection/index.js";
|
|
16
15
|
import Title from "./Title/index.js";
|
|
@@ -18,7 +17,7 @@ import Summary from "./Summary/index.js";
|
|
|
18
17
|
import generateStyle from "./styles.js";
|
|
19
18
|
import generateComponentTheme from "./theme.js";
|
|
20
19
|
import t from '@instructure/quiz-i18n/es/format-message';
|
|
21
|
-
import { END_EDITING_TRIGGER_CLASSNAME, withStyleOverrides } from '@instructure/quiz-common';
|
|
20
|
+
import { Flex, END_EDITING_TRIGGER_CLASSNAME, withStyleOverrides } from '@instructure/quiz-common';
|
|
22
21
|
export var DISPLAY_AS_SUMMARY_LIMIT = 5;
|
|
23
22
|
var _ref = jsx(IconTextLeftLine, {
|
|
24
23
|
color: "primary"
|
|
@@ -4,8 +4,7 @@ var generateStyle = function generateStyle(componentTheme) {
|
|
|
4
4
|
position: 'relative',
|
|
5
5
|
width: '100%',
|
|
6
6
|
boxSizing: 'border-box',
|
|
7
|
-
|
|
8
|
-
paddingRight: componentTheme.wrapperPadding,
|
|
7
|
+
padding: "0 ".concat(componentTheme.wrapperPadding, " ").concat(componentTheme.wrapperPadding),
|
|
9
8
|
'&::after': {
|
|
10
9
|
clear: 'both',
|
|
11
10
|
content: '""',
|
|
@@ -14,10 +13,10 @@ var generateStyle = function generateStyle(componentTheme) {
|
|
|
14
13
|
'.user_content p': {
|
|
15
14
|
margin: "".concat(componentTheme.userContentMargin, " 0"),
|
|
16
15
|
'&:first-of-type': {
|
|
17
|
-
|
|
16
|
+
margin: "0 0 ".concat(componentTheme.userContentMargin)
|
|
18
17
|
},
|
|
19
18
|
'&:last-child': {
|
|
20
|
-
|
|
19
|
+
margin: "".concat(componentTheme.userContentMargin, " 0 0")
|
|
21
20
|
}
|
|
22
21
|
}
|
|
23
22
|
},
|
|
@@ -4,8 +4,7 @@ var generateComponentTheme = function generateComponentTheme(_ref) {
|
|
|
4
4
|
return {
|
|
5
5
|
wrapperPadding: spacing.large,
|
|
6
6
|
textFontSize: typography.fontSizeMedium,
|
|
7
|
-
userContentMargin: spacing.mediumSmall
|
|
8
|
-
userContentZeroMargin: 0
|
|
7
|
+
userContentMargin: spacing.mediumSmall
|
|
9
8
|
};
|
|
10
9
|
};
|
|
11
10
|
export default generateComponentTheme;
|
|
@@ -108,7 +108,7 @@ export var SessionItemResult = (_dec = withStyleOverrides(generateStyle, generat
|
|
|
108
108
|
size: "small",
|
|
109
109
|
margin: "small"
|
|
110
110
|
}, jsx(Text, {
|
|
111
|
-
color: "
|
|
111
|
+
color: "alert"
|
|
112
112
|
}, t("Regrade score { possible, plural,\n one {{points, number} / # point}\n other {{points, number} / # points}\n }", {
|
|
113
113
|
points: this.props.sessionItemResult.regradeInfo.get('newScore') || 0,
|
|
114
114
|
possible: this.props.sessionItemResult.regradeInfo.get('newPointsPossible')
|
|
@@ -85,7 +85,6 @@ export var PrintTrigger = /*#__PURE__*/function (_Component) {
|
|
|
85
85
|
key: "render",
|
|
86
86
|
value: function render() {
|
|
87
87
|
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Overlay, {
|
|
88
|
-
applicationElement: this.applicationElement,
|
|
89
88
|
open: this.state.waitingForPrintingToBeReady,
|
|
90
89
|
shouldContainFocus: true,
|
|
91
90
|
transition: "fade",
|
|
@@ -4,10 +4,9 @@ import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
|
4
4
|
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
5
5
|
import React, { Component } from 'react';
|
|
6
6
|
import PropTypes from 'prop-types';
|
|
7
|
-
import { FormFieldGroup } from '@instructure/
|
|
7
|
+
import { FormFieldGroup } from '@instructure/quiz-common';
|
|
8
8
|
import { ScreenReaderContent } from '@instructure/ui-a11y-content';
|
|
9
9
|
import { View } from '@instructure/ui-view';
|
|
10
|
-
import Errors from "../../../../common/components/shared/errors/Errors.js";
|
|
11
10
|
import { List } from 'immutable';
|
|
12
11
|
import { breakdownSeconds, DAY_IN_SECONDS, HOUR_IN_SECONDS, MINUTE_IN_SECONDS } from "../FormattedDuration/index.js";
|
|
13
12
|
import t from '@instructure/quiz-i18n/es/format-message';
|
|
@@ -170,7 +169,12 @@ export var TimeUnitsInput = /*#__PURE__*/function (_Component) {
|
|
|
170
169
|
daysError && errorArray.push(daysError);
|
|
171
170
|
hoursError && errorArray.push(hoursError);
|
|
172
171
|
minutesError && errorArray.push(minutesError);
|
|
173
|
-
return
|
|
172
|
+
return errorArray.map(function (error) {
|
|
173
|
+
return {
|
|
174
|
+
type: 'error',
|
|
175
|
+
text: error
|
|
176
|
+
};
|
|
177
|
+
});
|
|
174
178
|
};
|
|
175
179
|
return _this;
|
|
176
180
|
}
|
|
@@ -241,7 +245,8 @@ export var TimeUnitsInput = /*#__PURE__*/function (_Component) {
|
|
|
241
245
|
description: /*#__PURE__*/React.createElement(ScreenReaderContent, null, this.props.description),
|
|
242
246
|
layout: "columns",
|
|
243
247
|
vAlign: "top",
|
|
244
|
-
startAt: "small"
|
|
248
|
+
startAt: "small",
|
|
249
|
+
messages: this.getErrorList()
|
|
245
250
|
}, this.props.includeDays && /*#__PURE__*/React.createElement(NumberInput, {
|
|
246
251
|
renderLabel: this.props.daysLabel,
|
|
247
252
|
min: 0,
|
|
@@ -274,10 +279,6 @@ export var TimeUnitsInput = /*#__PURE__*/function (_Component) {
|
|
|
274
279
|
}] : null,
|
|
275
280
|
"data-automation": this.props.minutesDataAutomation,
|
|
276
281
|
width: this.props.inputWidth
|
|
277
|
-
})), /*#__PURE__*/React.createElement(View, {
|
|
278
|
-
display: "block"
|
|
279
|
-
}, /*#__PURE__*/React.createElement(Errors, {
|
|
280
|
-
errorList: this.getErrorList()
|
|
281
282
|
})));
|
|
282
283
|
}
|
|
283
284
|
}]);
|
|
@@ -11,7 +11,6 @@ import PropTypes from 'prop-types';
|
|
|
11
11
|
import ImmutablePropTypes from 'react-immutable-proptypes';
|
|
12
12
|
import { Text } from '@instructure/ui-text';
|
|
13
13
|
import { Link } from '@instructure/ui-link';
|
|
14
|
-
import { Flex } from '@instructure/ui-flex';
|
|
15
14
|
import { ScreenReaderContent } from '@instructure/ui-a11y-content';
|
|
16
15
|
import { Table } from '@instructure/ui-table';
|
|
17
16
|
import { IconButton } from '@instructure/ui-buttons';
|
|
@@ -26,7 +25,7 @@ import Spinner from "../../../../common/components/shared/spinner/Spinner.js";
|
|
|
26
25
|
import generateStyle from "./styles.js";
|
|
27
26
|
import generateComponentTheme from "./theme.js";
|
|
28
27
|
import ResetQuiz from "../../sidebar/ResetQuiz/index.js";
|
|
29
|
-
import { OUTSTANDING_QUIZZES_MODAL, withStyleOverrides } from '@instructure/quiz-common';
|
|
28
|
+
import { Flex, OUTSTANDING_QUIZZES_MODAL, withStyleOverrides } from '@instructure/quiz-common';
|
|
30
29
|
import { chunk } from 'lodash';
|
|
31
30
|
var _ref2 = jsx(Flex.Item, null, jsx(IconInfoLine, null));
|
|
32
31
|
var _ref4 = jsx(IconConfigureLine, null);
|
|
@@ -5,7 +5,6 @@ import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
|
5
5
|
import React, { Component } from 'react';
|
|
6
6
|
import PropTypes from 'prop-types';
|
|
7
7
|
import t from '@instructure/quiz-i18n/es/format-message';
|
|
8
|
-
import { Flex } from '@instructure/ui-flex';
|
|
9
8
|
import { View } from '@instructure/ui-view';
|
|
10
9
|
import { Text } from '@instructure/ui-text';
|
|
11
10
|
import { Heading } from '@instructure/ui-heading';
|
|
@@ -14,7 +13,7 @@ import { Tray } from '@instructure/ui-tray';
|
|
|
14
13
|
import { Button, CloseButton } from '@instructure/ui-buttons';
|
|
15
14
|
import { TruncateText } from '@instructure/ui-truncate-text';
|
|
16
15
|
import { Modal } from '@instructure/ui-modal';
|
|
17
|
-
import { liveRegion } from '@instructure/quiz-common';
|
|
16
|
+
import { Flex, liveRegion } from '@instructure/quiz-common';
|
|
18
17
|
import { ScreenReaderContent } from '@instructure/ui-a11y-content';
|
|
19
18
|
export var ModerateTray = /*#__PURE__*/function (_Component) {
|
|
20
19
|
_inherits(ModerateTray, _Component);
|
|
@@ -5,7 +5,6 @@ import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
|
5
5
|
var _dec, _class, _MatchingTypeTable;
|
|
6
6
|
/** @jsx jsx */
|
|
7
7
|
import { Component } from 'react';
|
|
8
|
-
import { Flex } from '@instructure/ui-flex';
|
|
9
8
|
import generateStyle from "./styles.js";
|
|
10
9
|
import t from '@instructure/quiz-i18n/es/format-message';
|
|
11
10
|
import { Table } from '@instructure/ui-table';
|
|
@@ -17,7 +16,7 @@ import MatchingTypeOrderer from "../utils/matchingTypeOrderer.js";
|
|
|
17
16
|
import { extractTextFromHtml } from '@instructure/quiz-interactions';
|
|
18
17
|
import generateComponentTheme from "./theme.js";
|
|
19
18
|
import { ScreenReaderContent } from '@instructure/ui-a11y-content';
|
|
20
|
-
import { withStyleOverrides } from '@instructure/quiz-common';
|
|
19
|
+
import { Flex, withStyleOverrides } from '@instructure/quiz-common';
|
|
21
20
|
var _ref = jsx(IconCheckSolid, null);
|
|
22
21
|
var _ref2 = jsx(Flex.Item, {
|
|
23
22
|
width: "46px",
|
|
@@ -4,7 +4,7 @@ import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
|
4
4
|
import React, { Component } from 'react';
|
|
5
5
|
import PropTypes from 'prop-types';
|
|
6
6
|
import { choiceTypeObject } from "../../../../common/propTypes.js";
|
|
7
|
-
import { Flex } from '@instructure/
|
|
7
|
+
import { Flex } from '@instructure/quiz-common';
|
|
8
8
|
import ChoiceTypeTable from "../../shared/ChoiceTypeTable/index.js";
|
|
9
9
|
import { Text } from '@instructure/ui-text';
|
|
10
10
|
import t from '@instructure/quiz-i18n/es/format-message';
|
|
@@ -16,9 +16,8 @@ import { jsx } from '@instructure/emotion';
|
|
|
16
16
|
import ChoiceTypeWithInfo from "./ChoiceTypeWithInfo/index.js";
|
|
17
17
|
import generateStyle from "./styles.js";
|
|
18
18
|
import generateComponentTheme from "./theme.js";
|
|
19
|
-
import { Flex } from '@instructure/ui-flex';
|
|
20
19
|
import { numericTypeAnswerSummaryPropType } from "../../../common/propTypes.js";
|
|
21
|
-
import { withStyleOverrides } from '@instructure/quiz-common';
|
|
20
|
+
import { Flex, withStyleOverrides } from '@instructure/quiz-common';
|
|
22
21
|
export var NumericType = (_dec = withStyleOverrides(generateStyle, generateComponentTheme), _dec(_class = (_NumericType = /*#__PURE__*/function (_Component) {
|
|
23
22
|
_inherits(NumericType, _Component);
|
|
24
23
|
var _super = _createSuper(NumericType);
|
|
@@ -6,7 +6,6 @@ var _dec, _class, _ChoiceGroupTypeTable;
|
|
|
6
6
|
import { Component } from 'react';
|
|
7
7
|
import PropTypes from 'prop-types';
|
|
8
8
|
import { choiceTypeObject } from "../../../../common/propTypes.js";
|
|
9
|
-
import { Flex } from '@instructure/ui-flex';
|
|
10
9
|
import { Text } from '@instructure/ui-text';
|
|
11
10
|
import t from '@instructure/quiz-i18n/es/format-message';
|
|
12
11
|
import ChoiceTypeTable from "../../shared/ChoiceTypeTable/index.js";
|
|
@@ -15,7 +14,7 @@ import { jsx } from '@instructure/emotion';
|
|
|
15
14
|
import generateStyle from "./styles.js";
|
|
16
15
|
import generateComponentTheme from "./theme.js";
|
|
17
16
|
import ExpandableCard from "../../shared/ExpandableCard/index.js";
|
|
18
|
-
import { withStyleOverrides } from '@instructure/quiz-common';
|
|
17
|
+
import { Flex, withStyleOverrides } from '@instructure/quiz-common';
|
|
19
18
|
export var ChoiceGroupTypeTable = (_dec = withStyleOverrides(generateStyle, generateComponentTheme), _dec(_class = (_ChoiceGroupTypeTable = /*#__PURE__*/function (_Component) {
|
|
20
19
|
_inherits(ChoiceGroupTypeTable, _Component);
|
|
21
20
|
var _super = _createSuper(ChoiceGroupTypeTable);
|
|
@@ -5,14 +5,13 @@ var _dec, _class, _AfsTableWrapper;
|
|
|
5
5
|
/** @jsx jsx */
|
|
6
6
|
import { Component } from 'react';
|
|
7
7
|
import t from '@instructure/quiz-i18n/es/format-message';
|
|
8
|
-
import { Flex } from '@instructure/ui-flex';
|
|
9
8
|
import { Heading } from '@instructure/ui-heading';
|
|
10
9
|
import { jsx } from '@instructure/emotion';
|
|
11
10
|
import generateStyle from "./styles.js";
|
|
12
11
|
import PropTypes from 'prop-types';
|
|
13
12
|
import { noAnswerMissing } from "./popoverContent.js";
|
|
14
13
|
import MetricPopover from "../../../MetricPopover/index.js";
|
|
15
|
-
import { withStyleOverrides } from '@instructure/quiz-common';
|
|
14
|
+
import { Flex, withStyleOverrides } from '@instructure/quiz-common';
|
|
16
15
|
export var AfsTableWrapper = (_dec = withStyleOverrides(generateStyle, null), _dec(_class = (_AfsTableWrapper = /*#__PURE__*/function (_Component) {
|
|
17
16
|
_inherits(AfsTableWrapper, _Component);
|
|
18
17
|
var _super = _createSuper(AfsTableWrapper);
|
|
@@ -12,9 +12,8 @@ import { IconCheckSolid, IconXSolid, IconNoSolid, IconGradebookSolid } from '@in
|
|
|
12
12
|
import { jsx } from '@instructure/emotion';
|
|
13
13
|
import generateComponentTheme from "./theme.js";
|
|
14
14
|
import generateStyle from "./styles.js";
|
|
15
|
-
import { Flex } from '@instructure/ui-flex';
|
|
16
15
|
import { Text } from '@instructure/ui-text';
|
|
17
|
-
import { withStyleOverrides } from '@instructure/quiz-common';
|
|
16
|
+
import { Flex, withStyleOverrides } from '@instructure/quiz-common';
|
|
18
17
|
var noAnswerKey = 'noAnswer';
|
|
19
18
|
var incorrectKey = 'incorrect';
|
|
20
19
|
var correctKey = 'correct';
|
|
@@ -16,9 +16,8 @@ import generateStyle from "./styles.js";
|
|
|
16
16
|
import generateComponentTheme from "./theme.js";
|
|
17
17
|
import { IconCheckSolid, IconXSolid } from '@instructure/ui-icons';
|
|
18
18
|
import { extractTextFromHtml } from '@instructure/quiz-interactions';
|
|
19
|
-
import { Flex } from '@instructure/ui-flex';
|
|
20
19
|
import { Text } from '@instructure/ui-text';
|
|
21
|
-
import { withStyleOverrides } from '@instructure/quiz-common';
|
|
20
|
+
import { Flex, withStyleOverrides } from '@instructure/quiz-common';
|
|
22
21
|
var correctAttribute = 'correct';
|
|
23
22
|
var incorrectAttribute = 'incorrect';
|
|
24
23
|
var _ref = jsx(IconCheckSolid, null);
|
|
@@ -5,14 +5,13 @@ var _dec, _class, _ExpandableCard;
|
|
|
5
5
|
/** @jsx jsx */
|
|
6
6
|
import { Component } from 'react';
|
|
7
7
|
import Card from "../../../../../../../common/components/shared/Card/index.js";
|
|
8
|
-
import { Flex } from '@instructure/ui-flex';
|
|
9
8
|
import { jsx } from '@instructure/emotion';
|
|
10
9
|
import ExpandButton from "../../../../../../../common/components/shared/ExpandButton/index.js";
|
|
11
10
|
import t from '@instructure/quiz-i18n/es/format-message';
|
|
12
11
|
import generateStyle from "./styles.js";
|
|
13
12
|
import generateComponentTheme from "./theme.js";
|
|
14
13
|
import PropTypes from 'prop-types';
|
|
15
|
-
import { withStyleOverrides } from '@instructure/quiz-common';
|
|
14
|
+
import { Flex, withStyleOverrides } from '@instructure/quiz-common';
|
|
16
15
|
export var ExpandableCard = (_dec = withStyleOverrides(generateStyle, generateComponentTheme), _dec(_class = (_ExpandableCard = /*#__PURE__*/function (_Component) {
|
|
17
16
|
_inherits(ExpandableCard, _Component);
|
|
18
17
|
var _super = _createSuper(ExpandableCard);
|
package/es/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/presenter.js
CHANGED
|
@@ -21,10 +21,9 @@ import AnalysisPopoverMetric from "../AnalysisPopoverMetric/index.js";
|
|
|
21
21
|
import { interactionTypesNameDictionary } from "../../../../../common/util/interactionTypeMetadata.js";
|
|
22
22
|
import AnswerFrequencySummary from "../AnswerFrequencySummary/index.js";
|
|
23
23
|
import { afsFlags, itemAnalysisPropType } from "../../common/propTypes.js";
|
|
24
|
-
import { Flex } from '@instructure/ui-flex';
|
|
25
24
|
import { RichContentRenderer } from '@instructure/quiz-rce';
|
|
26
25
|
import { ensureRCEContentIsLoaded } from "../../../../../common/util/rceChecker.js";
|
|
27
|
-
import { RICH_FILL_BLANK_SLUG, withStyleOverrides } from '@instructure/quiz-common';
|
|
26
|
+
import { Flex, RICH_FILL_BLANK_SLUG, withStyleOverrides } from '@instructure/quiz-common';
|
|
28
27
|
var parser = new DOMParser();
|
|
29
28
|
var parsererrorElement = 'parsererror';
|
|
30
29
|
var parseType = 'text/html';
|
|
@@ -9,7 +9,6 @@ import PropTypes from 'prop-types';
|
|
|
9
9
|
import t from '@instructure/quiz-i18n/es/format-message';
|
|
10
10
|
import { Text } from '@instructure/ui-text';
|
|
11
11
|
import { Link } from '@instructure/ui-link';
|
|
12
|
-
import { Flex } from '@instructure/ui-flex';
|
|
13
12
|
import { ScreenReaderContent } from '@instructure/ui-a11y-content';
|
|
14
13
|
import { jsx } from '@instructure/emotion';
|
|
15
14
|
import Card from "../../../../../common/components/shared/Card/index.js";
|
|
@@ -21,7 +20,7 @@ import { AnalysisUpdateDate } from "../../common/AnalysisUpdateDate/index.js";
|
|
|
21
20
|
import { itemAnalysisPropType, quizAnalysisPropType } from "../../common/propTypes.js";
|
|
22
21
|
import { csvFormat } from "../exportFormats.js";
|
|
23
22
|
import { ExportButton } from "../ExportButton/index.js";
|
|
24
|
-
import { withStyleOverrides } from '@instructure/quiz-common';
|
|
23
|
+
import { Flex, withStyleOverrides } from '@instructure/quiz-common';
|
|
25
24
|
export var NewQuizAndItemAnalysisReportCardPresenter = (_dec = withStyleOverrides(generateStyle, generateComponentTheme), _dec(_class = (_NewQuizAndItemAnalysisReportCardPresenter = /*#__PURE__*/function (_Component) {
|
|
26
25
|
_inherits(NewQuizAndItemAnalysisReportCardPresenter, _Component);
|
|
27
26
|
var _super = _createSuper(NewQuizAndItemAnalysisReportCardPresenter);
|
|
@@ -9,7 +9,6 @@ import { Heading } from '@instructure/ui-heading';
|
|
|
9
9
|
import NewItemAnalysis from "./NewItemAnalysis/index.js";
|
|
10
10
|
import NewQuizAnalysis from "./NewQuizAnalysis/index.js";
|
|
11
11
|
import t from '@instructure/quiz-i18n/es/format-message';
|
|
12
|
-
import { Flex } from '@instructure/ui-flex';
|
|
13
12
|
import { AnalysisUpdateDate } from "../common/AnalysisUpdateDate/index.js";
|
|
14
13
|
import { itemAnalysisPropType, quizAnalysisPropType } from "../common/propTypes.js";
|
|
15
14
|
import PropTypes from 'prop-types';
|
|
@@ -26,7 +25,7 @@ import { ExportButton } from "./ExportButton/index.js";
|
|
|
26
25
|
import { jsx } from '@instructure/emotion';
|
|
27
26
|
import generateStyle from "./styles.js";
|
|
28
27
|
import generateComponentTheme from "./theme.js";
|
|
29
|
-
import { withStyleOverrides } from '@instructure/quiz-common';
|
|
28
|
+
import { Flex, withStyleOverrides } from '@instructure/quiz-common';
|
|
30
29
|
var _ref = jsx(Flex.Item, {
|
|
31
30
|
align: "center"
|
|
32
31
|
}, jsx(PresentationContent, null, jsx(Img, {
|
|
@@ -12,9 +12,8 @@ import { jsx } from '@instructure/emotion';
|
|
|
12
12
|
import Card from "../../../../common/components/shared/Card/index.js";
|
|
13
13
|
import generateStyle from "./styles.js";
|
|
14
14
|
import generateComponentTheme from "./theme.js";
|
|
15
|
-
import { Flex } from '@instructure/ui-flex';
|
|
16
15
|
import t from '@instructure/quiz-i18n/es/format-message';
|
|
17
|
-
import { withStyleOverrides } from '@instructure/quiz-common';
|
|
16
|
+
import { Flex, withStyleOverrides } from '@instructure/quiz-common';
|
|
18
17
|
export var ReportCard = (_dec = withStyleOverrides(generateStyle, generateComponentTheme), _dec(_class = (_ReportCard = /*#__PURE__*/function (_Component) {
|
|
19
18
|
_inherits(ReportCard, _Component);
|
|
20
19
|
var _super = _createSuper(ReportCard);
|
|
@@ -6,7 +6,6 @@ var _dec, _class, _StudentAnalysisReportCardPresenter;
|
|
|
6
6
|
import React, { Component } from 'react';
|
|
7
7
|
import { Text } from '@instructure/ui-text';
|
|
8
8
|
import { Link } from '@instructure/ui-link';
|
|
9
|
-
import { Flex } from '@instructure/ui-flex';
|
|
10
9
|
import { ScreenReaderContent } from '@instructure/ui-a11y-content';
|
|
11
10
|
import t from '@instructure/quiz-i18n/es/format-message';
|
|
12
11
|
import Card from "../../../../../common/components/shared/Card/index.js";
|
|
@@ -14,7 +13,7 @@ import { generateStyle } from "./styles.js";
|
|
|
14
13
|
import { generateComponentTheme } from "./theme.js";
|
|
15
14
|
import { ExportButton } from "../../common/ExportButton/index.js";
|
|
16
15
|
import Spinner from "../../../../../common/components/shared/spinner/Spinner.js";
|
|
17
|
-
import { STUDENT_ANALYSES, withStyleOverrides } from '@instructure/quiz-common';
|
|
16
|
+
import { Flex, STUDENT_ANALYSES, withStyleOverrides } from '@instructure/quiz-common';
|
|
18
17
|
import { AnalysisUpdateDate } from "../../common/AnalysisUpdateDate/index.js";
|
|
19
18
|
export var StudentAnalysisReportCardPresenter = (_dec = withStyleOverrides(generateStyle, generateComponentTheme), _dec(_class = (_StudentAnalysisReportCardPresenter = /*#__PURE__*/function (_Component) {
|
|
20
19
|
_inherits(StudentAnalysisReportCardPresenter, _Component);
|
|
@@ -7,7 +7,7 @@ import PropTypes from 'prop-types';
|
|
|
7
7
|
import t from '@instructure/quiz-i18n/es/format-message';
|
|
8
8
|
import { displayDateAndTimeInTimezone } from "../../../../../common/util/formatTimespan.js";
|
|
9
9
|
import { Text } from '@instructure/ui-text';
|
|
10
|
-
import { Flex } from '@instructure/
|
|
10
|
+
import { Flex } from '@instructure/quiz-common';
|
|
11
11
|
export var AnalysisUpdateDate = /*#__PURE__*/function (_Component) {
|
|
12
12
|
_inherits(AnalysisUpdateDate, _Component);
|
|
13
13
|
var _super = _createSuper(AnalysisUpdateDate);
|
|
@@ -17,7 +17,6 @@ var _uiIcons = require("@instructure/ui-icons");
|
|
|
17
17
|
var _uiButtons = require("@instructure/ui-buttons");
|
|
18
18
|
var _uiCheckbox = require("@instructure/ui-checkbox");
|
|
19
19
|
var _uiView = require("@instructure/ui-view");
|
|
20
|
-
var _uiFlex = require("@instructure/ui-flex");
|
|
21
20
|
var _uiText = require("@instructure/ui-text");
|
|
22
21
|
var _uiA11yContent = require("@instructure/ui-a11y-content");
|
|
23
22
|
var _emotion = require("@instructure/emotion");
|
|
@@ -139,9 +138,9 @@ var BankSearch = (_dec = (0, _quizCommon.withStyleOverrides)(_styles.default, _t
|
|
|
139
138
|
var _this$props2 = this.props,
|
|
140
139
|
showFilters = _this$props2.showFilters,
|
|
141
140
|
toggleFilters = _this$props2.toggleFilters;
|
|
142
|
-
return (0, _emotion.jsx)("div", null, (0, _emotion.jsx)(
|
|
141
|
+
return (0, _emotion.jsx)("div", null, (0, _emotion.jsx)(_quizCommon.Flex, {
|
|
143
142
|
as: "div"
|
|
144
|
-
}, (0, _emotion.jsx)(
|
|
143
|
+
}, (0, _emotion.jsx)(_quizCommon.Flex.Item, {
|
|
145
144
|
shouldGrow: true,
|
|
146
145
|
shouldShrink: true
|
|
147
146
|
}, (0, _emotion.jsx)(_quizCommon.TextInput, {
|
|
@@ -151,7 +150,7 @@ var BankSearch = (_dec = (0, _quizCommon.withStyleOverrides)(_styles.default, _t
|
|
|
151
150
|
onChange: this.updateSearch,
|
|
152
151
|
value: this.props.search.get('text', '') || '',
|
|
153
152
|
"data-automation": "sdk-bank-search-input"
|
|
154
|
-
})), (0, _emotion.jsx)(
|
|
153
|
+
})), (0, _emotion.jsx)(_quizCommon.Flex.Item, null, (0, _emotion.jsx)(_uiButtons.Button, {
|
|
155
154
|
onClick: toggleFilters,
|
|
156
155
|
margin: "none none none small",
|
|
157
156
|
renderIcon: _uiIcons.IconPlusLine,
|
|
@@ -14,7 +14,6 @@ var _react = require("react");
|
|
|
14
14
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
15
15
|
var _reactImmutableProptypes = _interopRequireDefault(require("react-immutable-proptypes"));
|
|
16
16
|
var _uiView = require("@instructure/ui-view");
|
|
17
|
-
var _uiFlex = require("@instructure/ui-flex");
|
|
18
17
|
var _uiA11yContent = require("@instructure/ui-a11y-content");
|
|
19
18
|
var _uiText = require("@instructure/ui-text");
|
|
20
19
|
var _quizNumberInput = _interopRequireDefault(require("@instructure/quiz-number-input"));
|
|
@@ -205,13 +204,13 @@ var QuizEntryEditFooter = (_dec = (0, _quizCommon.withStyleOverrides)(_styles.de
|
|
|
205
204
|
as: "div",
|
|
206
205
|
background: "secondary",
|
|
207
206
|
padding: "xx-small none"
|
|
208
|
-
}, (0, _emotion.jsx)(
|
|
207
|
+
}, (0, _emotion.jsx)(_quizCommon.Flex, {
|
|
209
208
|
wrap: "wrap",
|
|
210
209
|
justifyItems: "space-between",
|
|
211
210
|
alignItems: "center"
|
|
212
|
-
}, (0, _emotion.jsx)(
|
|
211
|
+
}, (0, _emotion.jsx)(_quizCommon.Flex.Item, {
|
|
213
212
|
padding: "xx-small small"
|
|
214
|
-
}, this.renderLeftFooter()), (0, _emotion.jsx)(
|
|
213
|
+
}, this.renderLeftFooter()), (0, _emotion.jsx)(_quizCommon.Flex.Item, {
|
|
215
214
|
padding: "xx-small small"
|
|
216
215
|
}, this.renderRightFooter())));
|
|
217
216
|
}
|