@instructure/quiz-core 18.0.0 → 18.0.1-rc.1
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.
|
@@ -192,7 +192,9 @@ export var QuizSession = /*#__PURE__*/function (_ReduxRecord) {
|
|
|
192
192
|
status: '',
|
|
193
193
|
takingData: Map(),
|
|
194
194
|
timerMultiplier: null,
|
|
195
|
-
user: Map()
|
|
196
|
-
|
|
195
|
+
user: Map(),
|
|
196
|
+
// Good candidate for another Record - Still relevant?
|
|
197
|
+
bolaSessionItemsCount: null,
|
|
198
|
+
buildOnLastAttempt: null
|
|
197
199
|
}));
|
|
198
200
|
export default QuizSession;
|
|
@@ -211,8 +211,10 @@ var QuizSession = /*#__PURE__*/function (_ReduxRecord) {
|
|
|
211
211
|
status: '',
|
|
212
212
|
takingData: (0, _immutable.Map)(),
|
|
213
213
|
timerMultiplier: null,
|
|
214
|
-
user: (0, _immutable.Map)()
|
|
215
|
-
|
|
214
|
+
user: (0, _immutable.Map)(),
|
|
215
|
+
// Good candidate for another Record - Still relevant?
|
|
216
|
+
bolaSessionItemsCount: null,
|
|
217
|
+
buildOnLastAttempt: null
|
|
216
218
|
}));
|
|
217
219
|
|
|
218
220
|
exports.QuizSession = QuizSession;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/quiz-core",
|
|
3
|
-
"version": "18.0.
|
|
3
|
+
"version": "18.0.1-rc.1+9e59be2f0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "The Quiz React SDK by Instructure Inc.",
|
|
6
6
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@instructure/grading-utils": "^1.0.0",
|
|
44
44
|
"@instructure/outcomes-ui": "^2.1.9",
|
|
45
|
-
"@instructure/quiz-common": "
|
|
46
|
-
"@instructure/quiz-i18n": "
|
|
47
|
-
"@instructure/quiz-interactions": "
|
|
48
|
-
"@instructure/quiz-number-input": "
|
|
49
|
-
"@instructure/quiz-rce": "
|
|
45
|
+
"@instructure/quiz-common": "18.0.1-rc.1+9e59be2f0",
|
|
46
|
+
"@instructure/quiz-i18n": "18.0.1-rc.1+9e59be2f0",
|
|
47
|
+
"@instructure/quiz-interactions": "18.0.1-rc.1+9e59be2f0",
|
|
48
|
+
"@instructure/quiz-number-input": "18.0.1-rc.1+9e59be2f0",
|
|
49
|
+
"@instructure/quiz-rce": "18.0.1-rc.1+9e59be2f0",
|
|
50
50
|
"@instructure/ui-a11y-content": "^7.20.0",
|
|
51
51
|
"@instructure/ui-alerts": "^7.20.0",
|
|
52
52
|
"@instructure/ui-avatar": "^7.20.0",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"eventemitter3": "^3.1.0",
|
|
108
108
|
"humps": "^2.0.0",
|
|
109
109
|
"immutable": "^3.8.1",
|
|
110
|
-
"instructure-validations": "
|
|
110
|
+
"instructure-validations": "18.0.1-rc.1+9e59be2f0",
|
|
111
111
|
"ipaddr.js": "^1.5.4",
|
|
112
112
|
"isomorphic-fetch": "^2.2.0",
|
|
113
113
|
"isuuid": "^0.1.0",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"uuid": "^3.2.1"
|
|
140
140
|
},
|
|
141
141
|
"devDependencies": {
|
|
142
|
-
"@instructure/quiz-scripts": "
|
|
142
|
+
"@instructure/quiz-scripts": "18.0.0",
|
|
143
143
|
"@instructure/ui-axe-check": "^7.20.0",
|
|
144
144
|
"@instructure/ui-babel-preset": "^7.20.0",
|
|
145
145
|
"@instructure/ui-karma-config": "^7.20.0",
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"intl": "^1.2.4",
|
|
159
159
|
"jquery": "^2.2.3",
|
|
160
160
|
"most-subject": "^5.3.0",
|
|
161
|
-
"quiz-presets": "
|
|
161
|
+
"quiz-presets": "18.0.1-rc.1+9e59be2f0",
|
|
162
162
|
"react": "^16.8.6",
|
|
163
163
|
"react-addons-test-utils": "^15.6.2",
|
|
164
164
|
"react-dom": "^16.8.6",
|
|
@@ -174,5 +174,5 @@
|
|
|
174
174
|
"publishConfig": {
|
|
175
175
|
"access": "public"
|
|
176
176
|
},
|
|
177
|
-
"gitHead": "
|
|
177
|
+
"gitHead": "9e59be2f087b6e0b2bffac76020997c5b68c9086"
|
|
178
178
|
}
|