@instructure/quiz-core 17.63.1-rc.8 → 17.63.1-rc.9

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.
@@ -174,7 +174,7 @@ export var NewItemAnalysis = (_dec = themeable(theme, styles), _dec(_class = (_t
174
174
  margin: "none medium none none"
175
175
  }, /*#__PURE__*/React.createElement(AnalysisPopoverMetric, {
176
176
  metricKey: "pearson_correlation",
177
- label: t('Pearson Correlation Coefficient'),
177
+ label: t('Corrected Item-Total Correlation Coefficient'),
178
178
  value: t.number(scores.pearson_correlation),
179
179
  popoverDescription: pearsonCorrelation
180
180
  }))))));
@@ -206,7 +206,7 @@ var NewItemAnalysis = (_dec = (0, _uiThemeable.themeable)(_theme.default, styles
206
206
  margin: "none medium none none"
207
207
  }, /*#__PURE__*/_react.default.createElement(_index4.default, {
208
208
  metricKey: "pearson_correlation",
209
- label: (0, _formatMessage.default)('Pearson Correlation Coefficient'),
209
+ label: (0, _formatMessage.default)('Corrected Item-Total Correlation Coefficient'),
210
210
  value: _formatMessage.default.number(scores.pearson_correlation),
211
211
  popoverDescription: _popoverContent.pearsonCorrelation
212
212
  }))))));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/quiz-core",
3
- "version": "17.63.1-rc.8+2e8d0f7f4",
3
+ "version": "17.63.1-rc.9+04b8256df",
4
4
  "license": "MIT",
5
5
  "description": "The Quiz React SDK by Instructure Inc.",
6
6
  "author": "Instructure, Inc. Engineering and Product Design",
@@ -41,11 +41,11 @@
41
41
  ],
42
42
  "dependencies": {
43
43
  "@instructure/outcomes-ui": "^2.1.9",
44
- "@instructure/quiz-common": "17.63.1-rc.8+2e8d0f7f4",
45
- "@instructure/quiz-i18n": "17.63.1-rc.8+2e8d0f7f4",
46
- "@instructure/quiz-interactions": "17.63.1-rc.8+2e8d0f7f4",
47
- "@instructure/quiz-number-input": "17.63.1-rc.8+2e8d0f7f4",
48
- "@instructure/quiz-rce": "17.63.1-rc.8+2e8d0f7f4",
44
+ "@instructure/quiz-common": "17.63.1-rc.9+04b8256df",
45
+ "@instructure/quiz-i18n": "17.63.1-rc.9+04b8256df",
46
+ "@instructure/quiz-interactions": "17.63.1-rc.9+04b8256df",
47
+ "@instructure/quiz-number-input": "17.63.1-rc.9+04b8256df",
48
+ "@instructure/quiz-rce": "17.63.1-rc.9+04b8256df",
49
49
  "@instructure/ui-a11y-content": "^7.20.0",
50
50
  "@instructure/ui-alerts": "^7.20.0",
51
51
  "@instructure/ui-avatar": "^7.20.0",
@@ -106,7 +106,7 @@
106
106
  "eventemitter3": "^3.1.0",
107
107
  "humps": "^2.0.0",
108
108
  "immutable": "^3.8.1",
109
- "instructure-validations": "17.63.1-rc.8+2e8d0f7f4",
109
+ "instructure-validations": "17.63.1-rc.9+04b8256df",
110
110
  "ipaddr.js": "^1.5.4",
111
111
  "isomorphic-fetch": "^2.2.0",
112
112
  "isuuid": "^0.1.0",
@@ -157,7 +157,7 @@
157
157
  "intl": "^1.2.4",
158
158
  "jquery": "^2.2.3",
159
159
  "most-subject": "^5.3.0",
160
- "quiz-presets": "17.63.1-rc.8+2e8d0f7f4",
160
+ "quiz-presets": "17.63.1-rc.9+04b8256df",
161
161
  "react": "^16.8.6",
162
162
  "react-addons-test-utils": "^15.6.2",
163
163
  "react-dom": "^16.8.6",
@@ -173,5 +173,5 @@
173
173
  "publishConfig": {
174
174
  "access": "public"
175
175
  },
176
- "gitHead": "2e8d0f7f41b9295b04f19cc7317efb74fff965ab"
176
+ "gitHead": "04b8256df99a5b90afd76c80237f2fc91dfb6953"
177
177
  }