@instructure/quiz-core 17.58.2-rc.8 → 17.59.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/CHANGELOG.md +21 -0
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnalysisMetric/presenter.js +1 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/presenter.js +35 -18
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/theme.js +5 -2
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/utils.js +1 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnalysisMetric/presenter.js +1 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/presenter.js +35 -18
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/theme.js +5 -2
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/utils.js +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,27 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [17.59.0](https://gerrit.instructure.com/quizzes-ui/compare/v17.58.1...v17.59.0) (2023-07-12)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **quiz-core:** Increase sidebar window resize test timeout ([0716a78](https://gerrit.instructure.com/quizzes-ui/commits/0716a7873da0fb869dd529065be9ad6fb5eceab7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* **Export:** add alert when export starts ([a1e4d07](https://gerrit.instructure.com/quizzes-ui/commits/a1e4d07d82fa8acf8cd4a11e5120e1c9a12d68b9))
|
|
17
|
+
* **itemanalysis:** item overview ([623c562](https://gerrit.instructure.com/quizzes-ui/commits/623c562cd0e8f4d89e5c5480e383e8c8ddc01546))
|
|
18
|
+
* **quizanalysis:** score distribution chart ([6f8fb67](https://gerrit.instructure.com/quizzes-ui/commits/6f8fb67283b864ad86c4591a16a7e38d880918ce))
|
|
19
|
+
* **Reports:** Add initial report card for the new analysis UI ([2291f06](https://gerrit.instructure.com/quizzes-ui/commits/2291f061ed85f10cd0648eef4a254b8b2975fb50))
|
|
20
|
+
* **Reports:** Show points possible next to certain metrics for item analysis ([8dccd4a](https://gerrit.instructure.com/quizzes-ui/commits/8dccd4adaa3fd5c6594e78f02b25acf7d3a03444))
|
|
21
|
+
* **sharing:** Add share checkbox on bank details ([a2806a2](https://gerrit.instructure.com/quizzes-ui/commits/a2806a24eb3fd90deeaf76b10b647ba9cfd9ed4a))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
6
27
|
## [17.58.1](https://gerrit.instructure.com/quizzes-ui/compare/v17.58.0...v17.58.1) (2023-06-27)
|
|
7
28
|
|
|
8
29
|
**Note:** Version bump only for package @instructure/quiz-core
|
package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnalysisMetric/presenter.js
CHANGED
|
@@ -57,7 +57,7 @@ export var AnalysisMetric = (_dec = themeable(theme, styles), _dec(_class = (_te
|
|
|
57
57
|
}(Component), _class2.propTypes = {
|
|
58
58
|
metricKey: PropTypes.string.isRequired,
|
|
59
59
|
label: PropTypes.string.isRequired,
|
|
60
|
-
value: PropTypes.oneOfType([PropTypes.number, PropTypes.string]).isRequired,
|
|
60
|
+
value: PropTypes.oneOfType([PropTypes.number, PropTypes.string, PropTypes.array]).isRequired,
|
|
61
61
|
suffix: PropTypes.string
|
|
62
62
|
}, _class2.defaultProps = {
|
|
63
63
|
suffix: ''
|
package/es/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/presenter.js
CHANGED
|
@@ -9,23 +9,24 @@ var _dec, _class, _class2, _temp;
|
|
|
9
9
|
import { Heading } from '@instructure/ui-heading';
|
|
10
10
|
import React, { Component } from 'react';
|
|
11
11
|
var styles = {
|
|
12
|
-
componentId: '
|
|
12
|
+
componentId: 'eLWCD',
|
|
13
13
|
template: function template(theme) {
|
|
14
|
-
return "\n\n.
|
|
14
|
+
return "\n\n.eLWCD_eDnN{display:flex;flex-basis:45%;flex-direction:column;overflow:hidden}\n\n.eLWCD_eKXQ{padding:".concat(theme.cardWrapperPadding || 'inherit', ";position:relative}\n\n.eLWCD_eoBe{font-size:").concat(theme.metricNumberContextFontSize || 'inherit', ";font-weight:").concat(theme.metricNumberContextFontWeight || 'inherit', "}\n\n.eLWCD_eIAv{display:flex;position:relative}\n\n.eLWCD_ePHw{flex-basis:91%;overflow:hidden;padding-bottom:10px;text-overflow:ellipsis;white-space:nowrap}\n\n.eLWCD_dzsH{overflow:visible;text-overflow:unset;white-space:normal}\n\n.eLWCD_byoJ{position:absolute;right:7px;top:-8px}\n\n.eLWCD_evBt{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}\n\n.eLWCD_pAQb{display:flex;flex-direction:column;height:60px}\n\n.eLWCD_zefc{display:flex;flex-basis:55%;justify-content:flex-end}\n\n.eLWCD_dPzc{flex-direction:column}\n\n.eLWCD_dPzc,.eLWCD_dzph{display:flex;flex-basis:100%}\n\n.eLWCD_dzph{align-items:flex-start;box-sizing:border-box;column-gap:5px;justify-content:space-between;padding:0 30px 0 25px}\n\n.eLWCD_eobd{padding-top:1rem}\n\n.eLWCD_NpIG{position:absolute;right:").concat(theme.viewPadding || 'inherit', ";top:").concat(theme.viewPadding || 'inherit', "}\n\n@media screen and (--tabletBreakPoint){.eLWCD_zefc{flex-basis:100%;justify-content:flex-start}.eLWCD_ePHw{flex-basis:94%}.eLWCD_eDnN{flex-basis:100%}.eLWCD_dzph{padding:0}.eLWCD_eDnN h3{padding-right:30px}.eLWCD_NpIG{right:17px}.eLWCD_eIAv{margin-bottom:20px}.eLWCD_byoJ{right:-7px}.eLWCD_dzph{flex-wrap:wrap}}");
|
|
15
15
|
},
|
|
16
|
-
'heading': '
|
|
17
|
-
'cardWrapper': '
|
|
18
|
-
'
|
|
19
|
-
'
|
|
20
|
-
'
|
|
21
|
-
'
|
|
22
|
-
'
|
|
23
|
-
'
|
|
24
|
-
'
|
|
25
|
-
'
|
|
26
|
-
'
|
|
27
|
-
'
|
|
28
|
-
'
|
|
16
|
+
'heading': 'eLWCD_eDnN',
|
|
17
|
+
'cardWrapper': 'eLWCD_eKXQ',
|
|
18
|
+
'metricNumberContext': 'eLWCD_eoBe',
|
|
19
|
+
'bodyPresentation': 'eLWCD_eIAv',
|
|
20
|
+
'bodyExcerpt': 'eLWCD_ePHw',
|
|
21
|
+
'bodyExcerptExpanded': 'eLWCD_dzsH',
|
|
22
|
+
'bodyExpandButtonWrapper': 'eLWCD_byoJ',
|
|
23
|
+
'innerWrapper': 'eLWCD_evBt',
|
|
24
|
+
'expandableInnerWrapper': 'eLWCD_pAQb',
|
|
25
|
+
'metricsWithControls': 'eLWCD_zefc',
|
|
26
|
+
'metricGroup': 'eLWCD_dPzc',
|
|
27
|
+
'metricsRow': 'eLWCD_dzph',
|
|
28
|
+
'metricsRowPaginated': 'eLWCD_eobd',
|
|
29
|
+
'itemCardToggleButtonWrapper': 'eLWCD_NpIG'
|
|
29
30
|
};
|
|
30
31
|
import t from '@instructure/quiz-i18n/es/format-message';
|
|
31
32
|
import ExpandButton from "../../../../../common/components/shared/ExpandButton/index.js";
|
|
@@ -129,10 +130,26 @@ export var NewItemAnalysis = (_dec = themeable(theme, styles), _dec(_class = (_t
|
|
|
129
130
|
}));
|
|
130
131
|
};
|
|
131
132
|
|
|
133
|
+
_this.calculateValueWithPointsPossible = function (metricKey, metricValue) {
|
|
134
|
+
var pointsPossible = _this.props.itemAnalysis.scores.points_possible;
|
|
135
|
+
return t.rich('{score, number}<s>/{possible, number} PTS</s>', {
|
|
136
|
+
s: function s(_ref) {
|
|
137
|
+
var children = _ref.children;
|
|
138
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
139
|
+
key: metricKey,
|
|
140
|
+
className: styles.metricNumberContext
|
|
141
|
+
}, children);
|
|
142
|
+
},
|
|
143
|
+
score: metricValue,
|
|
144
|
+
possible: pointsPossible
|
|
145
|
+
});
|
|
146
|
+
};
|
|
147
|
+
|
|
132
148
|
_this.renderExpanded = function () {
|
|
133
149
|
var scores = _this.props.itemAnalysis.scores;
|
|
150
|
+
var classes = classnames(styles.metricsRow, styles.metricsRowPaginated);
|
|
134
151
|
return /*#__PURE__*/React.createElement("div", {
|
|
135
|
-
className:
|
|
152
|
+
className: classes
|
|
136
153
|
}, /*#__PURE__*/React.createElement(AnalysisPopoverMetric, {
|
|
137
154
|
metricKey: "pearson_correlation",
|
|
138
155
|
label: t('Pearson Correlation Coefficient'),
|
|
@@ -202,11 +219,11 @@ export var NewItemAnalysis = (_dec = themeable(theme, styles), _dec(_class = (_t
|
|
|
202
219
|
}), /*#__PURE__*/React.createElement(AnalysisMetric, {
|
|
203
220
|
metricKey: "mean",
|
|
204
221
|
label: t('Mean Earned Points'),
|
|
205
|
-
value:
|
|
222
|
+
value: this.calculateValueWithPointsPossible('mean', scores.mean)
|
|
206
223
|
}), /*#__PURE__*/React.createElement(AnalysisMetric, {
|
|
207
224
|
metricKey: "median",
|
|
208
225
|
label: t('Median Earned Points'),
|
|
209
|
-
value:
|
|
226
|
+
value: this.calculateValueWithPointsPossible('median', scores.median)
|
|
210
227
|
}), /*#__PURE__*/React.createElement(AnalysisPopoverMetric, {
|
|
211
228
|
metricKey: "discrimination_index",
|
|
212
229
|
label: t('Discrimination Index'),
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
export default function generator(_ref) {
|
|
2
2
|
var spacing = _ref.spacing,
|
|
3
|
-
breakpoints = _ref.breakpoints
|
|
3
|
+
breakpoints = _ref.breakpoints,
|
|
4
|
+
typography = _ref.typography;
|
|
4
5
|
return {
|
|
5
6
|
tabletBreakPoint: "max-width: ".concat(breakpoints.large),
|
|
6
7
|
cardWrapperPadding: spacing.medium,
|
|
7
|
-
viewPadding: spacing.small
|
|
8
|
+
viewPadding: spacing.small,
|
|
9
|
+
metricNumberContextFontSize: typography.fontSizeMedium,
|
|
10
|
+
metricNumberContextFontWeight: typography.fontWeightNormal
|
|
8
11
|
};
|
|
9
12
|
}
|
package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnalysisMetric/presenter.js
CHANGED
|
@@ -75,7 +75,7 @@ var AnalysisMetric = (_dec = (0, _uiThemeable.themeable)(_theme.default, styles)
|
|
|
75
75
|
}(_react.Component), _class2.propTypes = {
|
|
76
76
|
metricKey: _propTypes.default.string.isRequired,
|
|
77
77
|
label: _propTypes.default.string.isRequired,
|
|
78
|
-
value: _propTypes.default.oneOfType([_propTypes.default.number, _propTypes.default.string]).isRequired,
|
|
78
|
+
value: _propTypes.default.oneOfType([_propTypes.default.number, _propTypes.default.string, _propTypes.default.array]).isRequired,
|
|
79
79
|
suffix: _propTypes.default.string
|
|
80
80
|
}, _class2.defaultProps = {
|
|
81
81
|
suffix: ''
|
package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/presenter.js
CHANGED
|
@@ -50,23 +50,24 @@ var _interactionTypeMetadata = require("../../../../../common/util/interactionTy
|
|
|
50
50
|
var _dec, _class, _class2, _temp;
|
|
51
51
|
|
|
52
52
|
var styles = {
|
|
53
|
-
componentId: '
|
|
53
|
+
componentId: 'eLWCD',
|
|
54
54
|
template: function template(theme) {
|
|
55
|
-
return "\n\n.
|
|
55
|
+
return "\n\n.eLWCD_eDnN{display:flex;flex-basis:45%;flex-direction:column;overflow:hidden}\n\n.eLWCD_eKXQ{padding:".concat(theme.cardWrapperPadding || 'inherit', ";position:relative}\n\n.eLWCD_eoBe{font-size:").concat(theme.metricNumberContextFontSize || 'inherit', ";font-weight:").concat(theme.metricNumberContextFontWeight || 'inherit', "}\n\n.eLWCD_eIAv{display:flex;position:relative}\n\n.eLWCD_ePHw{flex-basis:91%;overflow:hidden;padding-bottom:10px;text-overflow:ellipsis;white-space:nowrap}\n\n.eLWCD_dzsH{overflow:visible;text-overflow:unset;white-space:normal}\n\n.eLWCD_byoJ{position:absolute;right:7px;top:-8px}\n\n.eLWCD_evBt{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}\n\n.eLWCD_pAQb{display:flex;flex-direction:column;height:60px}\n\n.eLWCD_zefc{display:flex;flex-basis:55%;justify-content:flex-end}\n\n.eLWCD_dPzc{flex-direction:column}\n\n.eLWCD_dPzc,.eLWCD_dzph{display:flex;flex-basis:100%}\n\n.eLWCD_dzph{align-items:flex-start;box-sizing:border-box;column-gap:5px;justify-content:space-between;padding:0 30px 0 25px}\n\n.eLWCD_eobd{padding-top:1rem}\n\n.eLWCD_NpIG{position:absolute;right:").concat(theme.viewPadding || 'inherit', ";top:").concat(theme.viewPadding || 'inherit', "}\n\n@media screen and (--tabletBreakPoint){.eLWCD_zefc{flex-basis:100%;justify-content:flex-start}.eLWCD_ePHw{flex-basis:94%}.eLWCD_eDnN{flex-basis:100%}.eLWCD_dzph{padding:0}.eLWCD_eDnN h3{padding-right:30px}.eLWCD_NpIG{right:17px}.eLWCD_eIAv{margin-bottom:20px}.eLWCD_byoJ{right:-7px}.eLWCD_dzph{flex-wrap:wrap}}");
|
|
56
56
|
},
|
|
57
|
-
'heading': '
|
|
58
|
-
'cardWrapper': '
|
|
59
|
-
'
|
|
60
|
-
'
|
|
61
|
-
'
|
|
62
|
-
'
|
|
63
|
-
'
|
|
64
|
-
'
|
|
65
|
-
'
|
|
66
|
-
'
|
|
67
|
-
'
|
|
68
|
-
'
|
|
69
|
-
'
|
|
57
|
+
'heading': 'eLWCD_eDnN',
|
|
58
|
+
'cardWrapper': 'eLWCD_eKXQ',
|
|
59
|
+
'metricNumberContext': 'eLWCD_eoBe',
|
|
60
|
+
'bodyPresentation': 'eLWCD_eIAv',
|
|
61
|
+
'bodyExcerpt': 'eLWCD_ePHw',
|
|
62
|
+
'bodyExcerptExpanded': 'eLWCD_dzsH',
|
|
63
|
+
'bodyExpandButtonWrapper': 'eLWCD_byoJ',
|
|
64
|
+
'innerWrapper': 'eLWCD_evBt',
|
|
65
|
+
'expandableInnerWrapper': 'eLWCD_pAQb',
|
|
66
|
+
'metricsWithControls': 'eLWCD_zefc',
|
|
67
|
+
'metricGroup': 'eLWCD_dPzc',
|
|
68
|
+
'metricsRow': 'eLWCD_dzph',
|
|
69
|
+
'metricsRowPaginated': 'eLWCD_eobd',
|
|
70
|
+
'itemCardToggleButtonWrapper': 'eLWCD_NpIG'
|
|
70
71
|
};
|
|
71
72
|
var NewItemAnalysis = (_dec = (0, _uiThemeable.themeable)(_theme.default, styles), _dec(_class = (_temp = _class2 = /*#__PURE__*/function (_Component) {
|
|
72
73
|
(0, _inherits2.default)(NewItemAnalysis, _Component);
|
|
@@ -158,10 +159,26 @@ var NewItemAnalysis = (_dec = (0, _uiThemeable.themeable)(_theme.default, styles
|
|
|
158
159
|
}));
|
|
159
160
|
};
|
|
160
161
|
|
|
162
|
+
_this.calculateValueWithPointsPossible = function (metricKey, metricValue) {
|
|
163
|
+
var pointsPossible = _this.props.itemAnalysis.scores.points_possible;
|
|
164
|
+
return _formatMessage.default.rich('{score, number}<s>/{possible, number} PTS</s>', {
|
|
165
|
+
s: function s(_ref) {
|
|
166
|
+
var children = _ref.children;
|
|
167
|
+
return /*#__PURE__*/_react.default.createElement("span", {
|
|
168
|
+
key: metricKey,
|
|
169
|
+
className: styles.metricNumberContext
|
|
170
|
+
}, children);
|
|
171
|
+
},
|
|
172
|
+
score: metricValue,
|
|
173
|
+
possible: pointsPossible
|
|
174
|
+
});
|
|
175
|
+
};
|
|
176
|
+
|
|
161
177
|
_this.renderExpanded = function () {
|
|
162
178
|
var scores = _this.props.itemAnalysis.scores;
|
|
179
|
+
var classes = (0, _classnames2.default)(styles.metricsRow, styles.metricsRowPaginated);
|
|
163
180
|
return /*#__PURE__*/_react.default.createElement("div", {
|
|
164
|
-
className:
|
|
181
|
+
className: classes
|
|
165
182
|
}, /*#__PURE__*/_react.default.createElement(_index4.default, {
|
|
166
183
|
metricKey: "pearson_correlation",
|
|
167
184
|
label: (0, _formatMessage.default)('Pearson Correlation Coefficient'),
|
|
@@ -231,11 +248,11 @@ var NewItemAnalysis = (_dec = (0, _uiThemeable.themeable)(_theme.default, styles
|
|
|
231
248
|
}), /*#__PURE__*/_react.default.createElement(_index3.default, {
|
|
232
249
|
metricKey: "mean",
|
|
233
250
|
label: (0, _formatMessage.default)('Mean Earned Points'),
|
|
234
|
-
value:
|
|
251
|
+
value: this.calculateValueWithPointsPossible('mean', scores.mean)
|
|
235
252
|
}), /*#__PURE__*/_react.default.createElement(_index3.default, {
|
|
236
253
|
metricKey: "median",
|
|
237
254
|
label: (0, _formatMessage.default)('Median Earned Points'),
|
|
238
|
-
value:
|
|
255
|
+
value: this.calculateValueWithPointsPossible('median', scores.median)
|
|
239
256
|
}), /*#__PURE__*/_react.default.createElement(_index4.default, {
|
|
240
257
|
metricKey: "discrimination_index",
|
|
241
258
|
label: (0, _formatMessage.default)('Discrimination Index'),
|
|
@@ -7,10 +7,13 @@ exports.default = generator;
|
|
|
7
7
|
|
|
8
8
|
function generator(_ref) {
|
|
9
9
|
var spacing = _ref.spacing,
|
|
10
|
-
breakpoints = _ref.breakpoints
|
|
10
|
+
breakpoints = _ref.breakpoints,
|
|
11
|
+
typography = _ref.typography;
|
|
11
12
|
return {
|
|
12
13
|
tabletBreakPoint: "max-width: ".concat(breakpoints.large),
|
|
13
14
|
cardWrapperPadding: spacing.medium,
|
|
14
|
-
viewPadding: spacing.small
|
|
15
|
+
viewPadding: spacing.small,
|
|
16
|
+
metricNumberContextFontSize: typography.fontSizeMedium,
|
|
17
|
+
metricNumberContextFontWeight: typography.fontWeightNormal
|
|
15
18
|
};
|
|
16
19
|
}
|
|
@@ -14,7 +14,7 @@ var getSanitizedMetricValue = function getSanitizedMetricValue(value, suffix) {
|
|
|
14
14
|
return (0, _formatMessage.default)('N/A');
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
return value +
|
|
17
|
+
return suffix ? value + suffix : value;
|
|
18
18
|
};
|
|
19
19
|
|
|
20
20
|
exports.getSanitizedMetricValue = getSanitizedMetricValue;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/quiz-core",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.59.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "The Quiz React SDK by Instructure Inc.",
|
|
6
6
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
],
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@instructure/outcomes-ui": "^2.1.8",
|
|
44
|
-
"@instructure/quiz-common": "17.
|
|
45
|
-
"@instructure/quiz-i18n": "17.
|
|
46
|
-
"@instructure/quiz-interactions": "17.
|
|
47
|
-
"@instructure/quiz-number-input": "17.
|
|
48
|
-
"@instructure/quiz-rce": "17.
|
|
44
|
+
"@instructure/quiz-common": "^17.59.0",
|
|
45
|
+
"@instructure/quiz-i18n": "^17.59.0",
|
|
46
|
+
"@instructure/quiz-interactions": "^17.59.0",
|
|
47
|
+
"@instructure/quiz-number-input": "^17.59.0",
|
|
48
|
+
"@instructure/quiz-rce": "^17.59.0",
|
|
49
49
|
"@instructure/ui-a11y-content": "^7.20.0",
|
|
50
50
|
"@instructure/ui-alerts": "^7.20.0",
|
|
51
51
|
"@instructure/ui-avatar": "^7.20.0",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"eventemitter3": "^3.1.0",
|
|
107
107
|
"humps": "^2.0.0",
|
|
108
108
|
"immutable": "^3.8.1",
|
|
109
|
-
"instructure-validations": "17.
|
|
109
|
+
"instructure-validations": "^17.59.0",
|
|
110
110
|
"ipaddr.js": "^1.5.4",
|
|
111
111
|
"isomorphic-fetch": "^2.2.0",
|
|
112
112
|
"isuuid": "^0.1.0",
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"uuid": "^3.2.1"
|
|
138
138
|
},
|
|
139
139
|
"devDependencies": {
|
|
140
|
-
"@instructure/quiz-scripts": "17.
|
|
140
|
+
"@instructure/quiz-scripts": "^17.59.0",
|
|
141
141
|
"@instructure/ui-axe-check": "^7.20.0",
|
|
142
142
|
"@instructure/ui-babel-preset": "^7.20.0",
|
|
143
143
|
"@instructure/ui-karma-config": "^7.20.0",
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"intl": "^1.2.4",
|
|
157
157
|
"jquery": "^2.2.3",
|
|
158
158
|
"most-subject": "^5.3.0",
|
|
159
|
-
"quiz-presets": "17.
|
|
159
|
+
"quiz-presets": "^17.59.0",
|
|
160
160
|
"react": "^16.8.6",
|
|
161
161
|
"react-addons-test-utils": "^15.6.2",
|
|
162
162
|
"react-dom": "^16.8.6",
|
|
@@ -172,5 +172,5 @@
|
|
|
172
172
|
"publishConfig": {
|
|
173
173
|
"access": "public"
|
|
174
174
|
},
|
|
175
|
-
"gitHead": "
|
|
175
|
+
"gitHead": "ce01a61066897195267a01a792262b8860aee224"
|
|
176
176
|
}
|