@instructure/quiz-core 17.66.2-rc.10 → 17.66.2-rc.11

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,9 +192,7 @@ export var QuizSession = /*#__PURE__*/function (_ReduxRecord) {
192
192
  status: '',
193
193
  takingData: Map(),
194
194
  timerMultiplier: null,
195
- user: Map(),
196
- // Good candidate for another Record - Still relevant?
197
- bolaSessionItemsCount: null,
198
- buildOnLastAttempt: null
195
+ user: Map() // Good candidate for another Record - Still relevant?
196
+
199
197
  }));
200
198
  export default QuizSession;
@@ -126,7 +126,6 @@ export var SessionItem = /*#__PURE__*/function (_ReduxRecord) {
126
126
  scoringData: {},
127
127
  calculatorType: 'none',
128
128
  stimulus: null,
129
- stimulusKey: null,
130
- bolaPosition: null
129
+ stimulusKey: null
131
130
  }));
132
131
  export default SessionItem;
@@ -211,10 +211,8 @@ var QuizSession = /*#__PURE__*/function (_ReduxRecord) {
211
211
  status: '',
212
212
  takingData: (0, _immutable.Map)(),
213
213
  timerMultiplier: null,
214
- user: (0, _immutable.Map)(),
215
- // Good candidate for another Record - Still relevant?
216
- bolaSessionItemsCount: null,
217
- buildOnLastAttempt: null
214
+ user: (0, _immutable.Map)() // Good candidate for another Record - Still relevant?
215
+
218
216
  }));
219
217
 
220
218
  exports.QuizSession = QuizSession;
@@ -142,8 +142,7 @@ var SessionItem = /*#__PURE__*/function (_ReduxRecord) {
142
142
  scoringData: {},
143
143
  calculatorType: 'none',
144
144
  stimulus: null,
145
- stimulusKey: null,
146
- bolaPosition: null
145
+ stimulusKey: null
147
146
  }));
148
147
 
149
148
  exports.SessionItem = SessionItem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/quiz-core",
3
- "version": "17.66.2-rc.10+58de8d558",
3
+ "version": "17.66.2-rc.11+4fb68a775",
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": "17.66.2-rc.10+58de8d558",
46
- "@instructure/quiz-i18n": "17.66.2-rc.10+58de8d558",
47
- "@instructure/quiz-interactions": "17.66.2-rc.10+58de8d558",
48
- "@instructure/quiz-number-input": "17.66.2-rc.10+58de8d558",
49
- "@instructure/quiz-rce": "17.66.2-rc.10+58de8d558",
45
+ "@instructure/quiz-common": "17.66.2-rc.11+4fb68a775",
46
+ "@instructure/quiz-i18n": "17.66.2-rc.11+4fb68a775",
47
+ "@instructure/quiz-interactions": "17.66.2-rc.11+4fb68a775",
48
+ "@instructure/quiz-number-input": "17.66.2-rc.11+4fb68a775",
49
+ "@instructure/quiz-rce": "17.66.2-rc.11+4fb68a775",
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": "17.66.2-rc.10+58de8d558",
110
+ "instructure-validations": "17.66.2-rc.11+4fb68a775",
111
111
  "ipaddr.js": "^1.5.4",
112
112
  "isomorphic-fetch": "^2.2.0",
113
113
  "isuuid": "^0.1.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": "17.66.2-rc.10+58de8d558",
161
+ "quiz-presets": "17.66.2-rc.11+4fb68a775",
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": "58de8d55898e0f1899f16476e16ed50786f9cb8d"
177
+ "gitHead": "4fb68a7754f7630daddb3222a5bf75616f09abe2"
178
178
  }