@instructure/quiz-core 17.41.0 → 17.41.1-rc.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.
|
@@ -219,7 +219,7 @@ export var QuizAndItemAnalysis = (_dec = themeable(theme, styles), _dec(_class =
|
|
|
219
219
|
level: "h3",
|
|
220
220
|
as: "h2",
|
|
221
221
|
color: "primary"
|
|
222
|
-
}, t('Item
|
|
222
|
+
}, t('Item Analysis'))), itemAnalyses.toArray().map(function (itemAnalysis, i) {
|
|
223
223
|
var itemMetrics = _this2.generateItemAnalysisMetrics(itemAnalysis);
|
|
224
224
|
|
|
225
225
|
return /*#__PURE__*/React.createElement(ItemAnalysisRow, {
|
|
@@ -250,7 +250,7 @@ var QuizAndItemAnalysis = (_dec = (0, _uiThemeable.themeable)(_theme.default, st
|
|
|
250
250
|
level: "h3",
|
|
251
251
|
as: "h2",
|
|
252
252
|
color: "primary"
|
|
253
|
-
}, (0, _formatMessage.default)('Item
|
|
253
|
+
}, (0, _formatMessage.default)('Item Analysis'))), itemAnalyses.toArray().map(function (itemAnalysis, i) {
|
|
254
254
|
var itemMetrics = _this2.generateItemAnalysisMetrics(itemAnalysis);
|
|
255
255
|
|
|
256
256
|
return /*#__PURE__*/_react.default.createElement(_index3.default, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/quiz-core",
|
|
3
|
-
"version": "17.41.0",
|
|
3
|
+
"version": "17.41.1-rc.0+5fd0aeb8f",
|
|
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.2",
|
|
44
|
-
"@instructure/quiz-common": "
|
|
45
|
-
"@instructure/quiz-i18n": "
|
|
46
|
-
"@instructure/quiz-interactions": "
|
|
47
|
-
"@instructure/quiz-number-input": "
|
|
48
|
-
"@instructure/quiz-rce": "
|
|
44
|
+
"@instructure/quiz-common": "17.41.1-rc.0+5fd0aeb8f",
|
|
45
|
+
"@instructure/quiz-i18n": "17.41.1-rc.0+5fd0aeb8f",
|
|
46
|
+
"@instructure/quiz-interactions": "17.41.1-rc.0+5fd0aeb8f",
|
|
47
|
+
"@instructure/quiz-number-input": "17.41.1-rc.0+5fd0aeb8f",
|
|
48
|
+
"@instructure/quiz-rce": "17.41.1-rc.0+5fd0aeb8f",
|
|
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": "
|
|
109
|
+
"instructure-validations": "17.41.1-rc.0+5fd0aeb8f",
|
|
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": "
|
|
140
|
+
"@instructure/quiz-scripts": "17.41.1-rc.0+5fd0aeb8f",
|
|
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": "
|
|
159
|
+
"quiz-presets": "17.41.1-rc.0+5fd0aeb8f",
|
|
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": "5fd0aeb8f3d35e99e5efb59d939fdc1fe88e384b"
|
|
176
176
|
}
|