@instructure/quiz-core 20.11.5-rc.6 → 20.11.5-rc.8

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.
@@ -272,7 +272,8 @@ export function postQuizSession(quizSessionId) {
272
272
  var takingResponses = getState().getIn(['taking', 'responses'], Map()).valueSeq().toJS();
273
273
  var params = {
274
274
  body: JSON.stringify({
275
- session_item_responses: takingResponses
275
+ session_item_responses: takingResponses,
276
+ submission_source: "browser_session_id:".concat(getState().getIn(['taking', 'browserSessionId']))
276
277
  })
277
278
  };
278
279
  var submitQuizSessionEventAction = submitQuizSessionEvent();
@@ -326,7 +326,8 @@ function postQuizSession(quizSessionId) {
326
326
  var takingResponses = getState().getIn(['taking', 'responses'], (0, _immutable.Map)()).valueSeq().toJS();
327
327
  var params = {
328
328
  body: JSON.stringify({
329
- session_item_responses: takingResponses
329
+ session_item_responses: takingResponses,
330
+ submission_source: "browser_session_id:".concat(getState().getIn(['taking', 'browserSessionId']))
330
331
  })
331
332
  };
332
333
  var submitQuizSessionEventAction = (0, _taking.submitQuizSessionEvent)();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/quiz-core",
3
- "version": "20.11.5-rc.6+85e52d9ff",
3
+ "version": "20.11.5-rc.8+4cd9db73b",
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.2.2",
47
- "@instructure/quiz-common": "20.11.5-rc.6+85e52d9ff",
48
- "@instructure/quiz-i18n": "20.11.5-rc.6+85e52d9ff",
49
- "@instructure/quiz-interactions": "20.11.5-rc.6+85e52d9ff",
50
- "@instructure/quiz-number-input": "20.11.5-rc.6+85e52d9ff",
51
- "@instructure/quiz-rce": "20.11.5-rc.6+85e52d9ff",
47
+ "@instructure/quiz-common": "20.11.5-rc.8+4cd9db73b",
48
+ "@instructure/quiz-i18n": "20.11.5-rc.8+4cd9db73b",
49
+ "@instructure/quiz-interactions": "20.11.5-rc.8+4cd9db73b",
50
+ "@instructure/quiz-number-input": "20.11.5-rc.8+4cd9db73b",
51
+ "@instructure/quiz-rce": "20.11.5-rc.8+4cd9db73b",
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.11.5-rc.6+85e52d9ff",
115
+ "instructure-validations": "20.11.5-rc.8+4cd9db73b",
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.11.5-rc.6+85e52d9ff",
166
+ "quiz-presets": "20.11.5-rc.8+4cd9db73b",
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": "85e52d9ff155e2895939e8eef49589b93fb67af5"
182
+ "gitHead": "4cd9db73be1e3450dedec0053a6337cf2d152802"
183
183
  }