@instructure/quiz-core 20.8.1-rc.5 → 20.8.1-rc.6
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.
|
@@ -242,7 +242,9 @@ export var QuizAndItemAnalysis = (_dec = themeable(theme, styles), _dec(_class =
|
|
|
242
242
|
value: function renderNotFound() {
|
|
243
243
|
return /*#__PURE__*/React.createElement(Card, {
|
|
244
244
|
className: styles.emptyText
|
|
245
|
-
}, t('
|
|
245
|
+
}, t('This report is no longer in use, please use the new Quiz and Item Analysis report. ' + 'Reports generated before { lastReportDate } from this link will be available ' + 'until the summer of 2024. New reports cannot be generated from this link.', {
|
|
246
|
+
lastReportDate: this.formatDateShort(new Date('2024-01-31'))
|
|
247
|
+
}));
|
|
246
248
|
}
|
|
247
249
|
}, {
|
|
248
250
|
key: "renderContent",
|
|
@@ -273,7 +273,9 @@ var QuizAndItemAnalysis = (_dec = (0, _uiThemeable.themeable)(_theme.default, st
|
|
|
273
273
|
value: function renderNotFound() {
|
|
274
274
|
return /*#__PURE__*/_react.default.createElement(_index.default, {
|
|
275
275
|
className: styles.emptyText
|
|
276
|
-
}, (0, _formatMessage.default)('
|
|
276
|
+
}, (0, _formatMessage.default)('This report is no longer in use, please use the new Quiz and Item Analysis report. ' + 'Reports generated before { lastReportDate } from this link will be available ' + 'until the summer of 2024. New reports cannot be generated from this link.', {
|
|
277
|
+
lastReportDate: this.formatDateShort(new Date('2024-01-31'))
|
|
278
|
+
}));
|
|
277
279
|
}
|
|
278
280
|
}, {
|
|
279
281
|
key: "renderContent",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/quiz-core",
|
|
3
|
-
"version": "20.8.1-rc.
|
|
3
|
+
"version": "20.8.1-rc.6+d10ecab90",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "The Quiz React SDK by Instructure Inc.",
|
|
6
6
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"@instructure/emotion": "^8.51.0",
|
|
45
45
|
"@instructure/grading-utils": "^1.0.0",
|
|
46
46
|
"@instructure/outcomes-ui": "^3.1.0",
|
|
47
|
-
"@instructure/quiz-common": "20.8.1-rc.
|
|
48
|
-
"@instructure/quiz-i18n": "20.8.1-rc.
|
|
49
|
-
"@instructure/quiz-interactions": "20.8.1-rc.
|
|
50
|
-
"@instructure/quiz-number-input": "20.8.1-rc.
|
|
51
|
-
"@instructure/quiz-rce": "20.8.1-rc.
|
|
47
|
+
"@instructure/quiz-common": "20.8.1-rc.6+d10ecab90",
|
|
48
|
+
"@instructure/quiz-i18n": "20.8.1-rc.6+d10ecab90",
|
|
49
|
+
"@instructure/quiz-interactions": "20.8.1-rc.6+d10ecab90",
|
|
50
|
+
"@instructure/quiz-number-input": "20.8.1-rc.6+d10ecab90",
|
|
51
|
+
"@instructure/quiz-rce": "20.8.1-rc.6+d10ecab90",
|
|
52
52
|
"@instructure/ui-a11y-content": "^8.51.0",
|
|
53
53
|
"@instructure/ui-alerts": "^8.51.0",
|
|
54
54
|
"@instructure/ui-avatar": "^8.51.0",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"file-saver": "~2.0.5",
|
|
113
113
|
"humps": "^2.0.0",
|
|
114
114
|
"immutable": "^3.8.1",
|
|
115
|
-
"instructure-validations": "20.8.1-rc.
|
|
115
|
+
"instructure-validations": "20.8.1-rc.6+d10ecab90",
|
|
116
116
|
"ipaddr.js": "^1.5.4",
|
|
117
117
|
"isomorphic-fetch": "^2.2.0",
|
|
118
118
|
"isuuid": "^0.1.0",
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
"intl": "^1.2.4",
|
|
164
164
|
"jquery": "^2.2.3",
|
|
165
165
|
"most-subject": "^5.3.0",
|
|
166
|
-
"quiz-presets": "20.8.1-rc.
|
|
166
|
+
"quiz-presets": "20.8.1-rc.6+d10ecab90",
|
|
167
167
|
"react": "^16.8.6",
|
|
168
168
|
"react-addons-test-utils": "^15.6.2",
|
|
169
169
|
"react-dom": "^16.8.6",
|
|
@@ -179,5 +179,5 @@
|
|
|
179
179
|
"publishConfig": {
|
|
180
180
|
"access": "public"
|
|
181
181
|
},
|
|
182
|
-
"gitHead": "
|
|
182
|
+
"gitHead": "d10ecab901c9c9d64317e256c5e7b1a533b8d5b8"
|
|
183
183
|
}
|