@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() // Good candidate for another Record - Still relevant?
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;
@@ -126,6 +126,7 @@ export var SessionItem = /*#__PURE__*/function (_ReduxRecord) {
126
126
  scoringData: {},
127
127
  calculatorType: 'none',
128
128
  stimulus: null,
129
- stimulusKey: null
129
+ stimulusKey: null,
130
+ bolaPosition: null
130
131
  }));
131
132
  export default SessionItem;
@@ -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)() // Good candidate for another Record - Still relevant?
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;
@@ -142,7 +142,8 @@ var SessionItem = /*#__PURE__*/function (_ReduxRecord) {
142
142
  scoringData: {},
143
143
  calculatorType: 'none',
144
144
  stimulus: null,
145
- stimulusKey: null
145
+ stimulusKey: null,
146
+ bolaPosition: null
146
147
  }));
147
148
 
148
149
  exports.SessionItem = SessionItem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/quiz-core",
3
- "version": "18.0.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": "^18.0.0",
46
- "@instructure/quiz-i18n": "^18.0.0",
47
- "@instructure/quiz-interactions": "^18.0.0",
48
- "@instructure/quiz-number-input": "^18.0.0",
49
- "@instructure/quiz-rce": "^18.0.0",
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": "^18.0.0",
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": "^18.0.0",
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": "^18.0.0",
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": "cfc3450829b081d81b1d0aff451c8ecd42741c65"
177
+ "gitHead": "9e59be2f087b6e0b2bffac76020997c5b68c9086"
178
178
  }