@instructure/quiz-core 19.1.1-rc.2 → 19.1.1-rc.4

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.
@@ -148,7 +148,7 @@ export var AggregationTable = (_dec = themeable(theme, styles), _dec(_class = (_
148
148
  var correct = aggregate.correct;
149
149
  var correctCount = correct.count || 0;
150
150
  var correctPercentage = correct.percentage || 0;
151
- var correctLabel = _this.partialCorrectExist() ? t('Answered fully correctly') : t('Answered correctly');
151
+ var correctLabel = _this.partialCorrectExist() ? t('Fully correct') : t('Correct');
152
152
  return _this.renderRow(correctKey, _ref, correctLabel, correctCount, correctPercentage);
153
153
  };
154
154
 
@@ -157,7 +157,7 @@ export var AggregationTable = (_dec = themeable(theme, styles), _dec(_class = (_
157
157
  var partial_correct = aggregate.partial_correct;
158
158
  var partialCorrectCount = partial_correct.count || 0;
159
159
  var partialCorrectPercentage = partial_correct.percentage || 0;
160
- var partialCorrectLabel = t('Answered partially correct');
160
+ var partialCorrectLabel = t('Partially correct');
161
161
  return _this.renderRow(partialCorrectKey, _ref2, partialCorrectLabel, partialCorrectCount, partialCorrectPercentage);
162
162
  };
163
163
 
@@ -166,7 +166,7 @@ export var AggregationTable = (_dec = themeable(theme, styles), _dec(_class = (_
166
166
  var incorrect = aggregate.incorrect;
167
167
  var incorrectCount = incorrect.count || 0;
168
168
  var incorrectPercentage = incorrect.percentage || 0;
169
- var incorrectLabel = _this.partialCorrectExist() ? t('Answered fully incorrectly') : t('Answered incorrectly');
169
+ var incorrectLabel = t('Incorrect');
170
170
  return _this.renderRow(incorrectKey, _ref3, incorrectLabel, incorrectCount, incorrectPercentage);
171
171
  };
172
172
 
@@ -174,7 +174,7 @@ export var AggregationTable = (_dec = themeable(theme, styles), _dec(_class = (_
174
174
  var no_answer = _this.props.answerSummary.no_answer;
175
175
  var noAnswerCount = no_answer.count || 0;
176
176
  var noAnswerPercentage = no_answer.percentage || 0;
177
- var noAnswerLabel = t('No answer');
177
+ var noAnswerLabel = t('No response');
178
178
  return _this.renderRow(noAnswerKey, _ref4, noAnswerLabel, noAnswerCount, noAnswerPercentage);
179
179
  };
180
180
 
@@ -175,7 +175,7 @@ var AggregationTable = (_dec = (0, _uiThemeable.themeable)(_theme.default, style
175
175
  var correct = aggregate.correct;
176
176
  var correctCount = correct.count || 0;
177
177
  var correctPercentage = correct.percentage || 0;
178
- var correctLabel = _this.partialCorrectExist() ? (0, _formatMessage.default)('Answered fully correctly') : (0, _formatMessage.default)('Answered correctly');
178
+ var correctLabel = _this.partialCorrectExist() ? (0, _formatMessage.default)('Fully correct') : (0, _formatMessage.default)('Correct');
179
179
  return _this.renderRow(correctKey, _ref, correctLabel, correctCount, correctPercentage);
180
180
  };
181
181
 
@@ -184,7 +184,7 @@ var AggregationTable = (_dec = (0, _uiThemeable.themeable)(_theme.default, style
184
184
  var partial_correct = aggregate.partial_correct;
185
185
  var partialCorrectCount = partial_correct.count || 0;
186
186
  var partialCorrectPercentage = partial_correct.percentage || 0;
187
- var partialCorrectLabel = (0, _formatMessage.default)('Answered partially correct');
187
+ var partialCorrectLabel = (0, _formatMessage.default)('Partially correct');
188
188
  return _this.renderRow(partialCorrectKey, _ref2, partialCorrectLabel, partialCorrectCount, partialCorrectPercentage);
189
189
  };
190
190
 
@@ -193,7 +193,7 @@ var AggregationTable = (_dec = (0, _uiThemeable.themeable)(_theme.default, style
193
193
  var incorrect = aggregate.incorrect;
194
194
  var incorrectCount = incorrect.count || 0;
195
195
  var incorrectPercentage = incorrect.percentage || 0;
196
- var incorrectLabel = _this.partialCorrectExist() ? (0, _formatMessage.default)('Answered fully incorrectly') : (0, _formatMessage.default)('Answered incorrectly');
196
+ var incorrectLabel = (0, _formatMessage.default)('Incorrect');
197
197
  return _this.renderRow(incorrectKey, _ref3, incorrectLabel, incorrectCount, incorrectPercentage);
198
198
  };
199
199
 
@@ -201,7 +201,7 @@ var AggregationTable = (_dec = (0, _uiThemeable.themeable)(_theme.default, style
201
201
  var no_answer = _this.props.answerSummary.no_answer;
202
202
  var noAnswerCount = no_answer.count || 0;
203
203
  var noAnswerPercentage = no_answer.percentage || 0;
204
- var noAnswerLabel = (0, _formatMessage.default)('No answer');
204
+ var noAnswerLabel = (0, _formatMessage.default)('No response');
205
205
  return _this.renderRow(noAnswerKey, _ref4, noAnswerLabel, noAnswerCount, noAnswerPercentage);
206
206
  };
207
207
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/quiz-core",
3
- "version": "19.1.1-rc.2+b34539c0f",
3
+ "version": "19.1.1-rc.4+72158c1f2",
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.48.3",
45
45
  "@instructure/grading-utils": "^1.0.0",
46
46
  "@instructure/outcomes-ui": "^2.1.9",
47
- "@instructure/quiz-common": "19.1.1-rc.2+b34539c0f",
48
- "@instructure/quiz-i18n": "19.1.1-rc.2+b34539c0f",
49
- "@instructure/quiz-interactions": "19.1.1-rc.2+b34539c0f",
50
- "@instructure/quiz-number-input": "19.1.1-rc.2+b34539c0f",
51
- "@instructure/quiz-rce": "19.1.1-rc.2+b34539c0f",
47
+ "@instructure/quiz-common": "19.1.1-rc.4+72158c1f2",
48
+ "@instructure/quiz-i18n": "19.1.1-rc.4+72158c1f2",
49
+ "@instructure/quiz-interactions": "19.1.1-rc.4+72158c1f2",
50
+ "@instructure/quiz-number-input": "19.1.1-rc.4+72158c1f2",
51
+ "@instructure/quiz-rce": "19.1.1-rc.4+72158c1f2",
52
52
  "@instructure/ui-a11y-content": "^8.48.3",
53
53
  "@instructure/ui-alerts": "^8.48.3",
54
54
  "@instructure/ui-avatar": "^8.48.3",
@@ -110,7 +110,7 @@
110
110
  "file-saver": "~2.0.5",
111
111
  "humps": "^2.0.0",
112
112
  "immutable": "^3.8.1",
113
- "instructure-validations": "19.1.1-rc.2+b34539c0f",
113
+ "instructure-validations": "19.1.1-rc.4+72158c1f2",
114
114
  "ipaddr.js": "^1.5.4",
115
115
  "isomorphic-fetch": "^2.2.0",
116
116
  "isuuid": "^0.1.0",
@@ -162,7 +162,7 @@
162
162
  "intl": "^1.2.4",
163
163
  "jquery": "^2.2.3",
164
164
  "most-subject": "^5.3.0",
165
- "quiz-presets": "19.1.1-rc.2+b34539c0f",
165
+ "quiz-presets": "19.1.1-rc.4+72158c1f2",
166
166
  "react": "^16.8.6",
167
167
  "react-addons-test-utils": "^15.6.2",
168
168
  "react-dom": "^16.8.6",
@@ -178,5 +178,5 @@
178
178
  "publishConfig": {
179
179
  "access": "public"
180
180
  },
181
- "gitHead": "b34539c0fd70d9f128a0ace9056768751d48aa91"
181
+ "gitHead": "72158c1f27a4dae9cc471202a8ea7f9bdb28a38e"
182
182
  }