@instructure/quiz-core 18.6.0 → 18.6.1-rc.0

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.
@@ -8,6 +8,7 @@ import PropTypes from 'prop-types';
8
8
  import { matchingTypeAnswerSummaryPropType } from "../../propTypes.js";
9
9
  import MatchingTypeOrderer from "./utils/matchingTypeOrderer.js";
10
10
  import { AfsPartsContainer } from "../shared/AfsPartsContainer/presenter.js";
11
+ import AggregationTable from "../shared/AggregationTable/index.js";
11
12
  export var MatchingType = /*#__PURE__*/function (_Component) {
12
13
  _inherits(MatchingType, _Component);
13
14
 
@@ -42,6 +43,10 @@ export var MatchingType = /*#__PURE__*/function (_Component) {
42
43
  answerSummary: answerSummary,
43
44
  orderedAnswerKeys: orderedAnswerKeys,
44
45
  orderedQuestionKeys: orderedQuestionKeys
46
+ }),
47
+ aggregationTable: /*#__PURE__*/React.createElement(AggregationTable, {
48
+ itemId: itemId,
49
+ answerSummary: answerSummary
45
50
  })
46
51
  }));
47
52
  };
@@ -29,6 +29,8 @@ var _matchingTypeOrderer = _interopRequireDefault(require("./utils/matchingTypeO
29
29
 
30
30
  var _presenter = require("../shared/AfsPartsContainer/presenter.js");
31
31
 
32
+ var _index3 = _interopRequireDefault(require("../shared/AggregationTable/index.js"));
33
+
32
34
  var MatchingType = /*#__PURE__*/function (_Component) {
33
35
  (0, _inherits2.default)(MatchingType, _Component);
34
36
 
@@ -66,6 +68,10 @@ var MatchingType = /*#__PURE__*/function (_Component) {
66
68
  answerSummary: answerSummary,
67
69
  orderedAnswerKeys: orderedAnswerKeys,
68
70
  orderedQuestionKeys: orderedQuestionKeys
71
+ }),
72
+ aggregationTable: /*#__PURE__*/_react.default.createElement(_index3.default, {
73
+ itemId: itemId,
74
+ answerSummary: answerSummary
69
75
  })
70
76
  }));
71
77
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/quiz-core",
3
- "version": "18.6.0",
3
+ "version": "18.6.1-rc.0+a1790dfdf",
4
4
  "license": "MIT",
5
5
  "description": "The Quiz React SDK by Instructure Inc.",
6
6
  "author": "Instructure, Inc. Engineering and Product Design",
@@ -43,11 +43,11 @@
43
43
  "dependencies": {
44
44
  "@instructure/grading-utils": "^1.0.0",
45
45
  "@instructure/outcomes-ui": "^2.1.9",
46
- "@instructure/quiz-common": "^18.6.0",
47
- "@instructure/quiz-i18n": "^18.6.0",
48
- "@instructure/quiz-interactions": "^18.6.0",
49
- "@instructure/quiz-number-input": "^18.6.0",
50
- "@instructure/quiz-rce": "^18.6.0",
46
+ "@instructure/quiz-common": "18.6.1-rc.0+a1790dfdf",
47
+ "@instructure/quiz-i18n": "18.6.1-rc.0+a1790dfdf",
48
+ "@instructure/quiz-interactions": "18.6.1-rc.0+a1790dfdf",
49
+ "@instructure/quiz-number-input": "18.6.1-rc.0+a1790dfdf",
50
+ "@instructure/quiz-rce": "18.6.1-rc.0+a1790dfdf",
51
51
  "@instructure/ui-a11y-content": "^7.22.1",
52
52
  "@instructure/ui-alerts": "^7.22.1",
53
53
  "@instructure/ui-avatar": "^7.22.1",
@@ -109,7 +109,7 @@
109
109
  "file-saver": "~2.0.5",
110
110
  "humps": "^2.0.0",
111
111
  "immutable": "^3.8.1",
112
- "instructure-validations": "^18.6.0",
112
+ "instructure-validations": "18.6.1-rc.0+a1790dfdf",
113
113
  "ipaddr.js": "^1.5.4",
114
114
  "isomorphic-fetch": "^2.2.0",
115
115
  "isuuid": "^0.1.0",
@@ -141,7 +141,7 @@
141
141
  "uuid": "^3.2.1"
142
142
  },
143
143
  "devDependencies": {
144
- "@instructure/quiz-scripts": "^18.6.0",
144
+ "@instructure/quiz-scripts": "18.6.0",
145
145
  "@instructure/ui-axe-check": "^7.22.1",
146
146
  "@instructure/ui-babel-preset": "^7.22.1",
147
147
  "@instructure/ui-karma-config": "^7.22.1",
@@ -160,7 +160,7 @@
160
160
  "intl": "^1.2.4",
161
161
  "jquery": "^2.2.3",
162
162
  "most-subject": "^5.3.0",
163
- "quiz-presets": "^18.6.0",
163
+ "quiz-presets": "18.6.1-rc.0+a1790dfdf",
164
164
  "react": "^16.8.6",
165
165
  "react-addons-test-utils": "^15.6.2",
166
166
  "react-dom": "^16.8.6",
@@ -176,5 +176,5 @@
176
176
  "publishConfig": {
177
177
  "access": "public"
178
178
  },
179
- "gitHead": "dddcaa8802c8344705537cacfbc0b9638c25be4c"
179
+ "gitHead": "a1790dfdfd701dbef77c71e7a231b796fb734635"
180
180
  }