@instructure/quiz-core 20.11.2 → 20.11.3-rc.2
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.
- package/es/reporting/components/itemAnalysis/AnswerFrequencySummary/index.js +1 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/presenter.js +1 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/ScoreDistributionType/Table/index.js +1 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AggregationTable/presenter.js +1 -1
- package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ChoiceTypeTable/presenter.js +1 -1
- package/lib/reporting/components/itemAnalysis/AnswerFrequencySummary/index.js +1 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/LegacyChoiceType/presenter.js +1 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/ScoreDistributionType/Table/index.js +1 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AggregationTable/presenter.js +1 -1
- package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ChoiceTypeTable/presenter.js +1 -1
- package/package.json +10 -10
|
@@ -149,7 +149,7 @@ export var AnswerFrequencySummary = (_dec = themeable(theme, styles), _dec(_clas
|
|
|
149
149
|
}, t('Respondents')), /*#__PURE__*/React.createElement(Table.ColHeader, {
|
|
150
150
|
id: "answer-frequency-summary-answer-ratio",
|
|
151
151
|
className: styles.answerRatio
|
|
152
|
-
}, t('
|
|
152
|
+
}, t('Percentage')))), /*#__PURE__*/React.createElement(Table.Body, null, choiceInfo.toArray().map(this.renderAnswerTableRow), this.renderAnswerTableRow(this.unansweredChoiceInfo, choiceInfo.size))));
|
|
153
153
|
}
|
|
154
154
|
}]);
|
|
155
155
|
|
|
@@ -95,7 +95,7 @@ export var LegacyChoiceType = (_dec = themeable(theme, styles), _dec(_class = (_
|
|
|
95
95
|
id: percentageHeaderId,
|
|
96
96
|
height: "47px",
|
|
97
97
|
textAlign: "center"
|
|
98
|
-
}, t('
|
|
98
|
+
}, t('Percentage')))), /*#__PURE__*/React.createElement(Table.Body, null, choices.map(this.renderRow), this.renderNoAnswer(noAnswer, numberOfChoices)))));
|
|
99
99
|
}
|
|
100
100
|
}]);
|
|
101
101
|
|
|
@@ -103,7 +103,7 @@ export var ScoreDistributionTypeTable = (_dec = withStyle(generateStyle, generat
|
|
|
103
103
|
id: percentageHeaderId,
|
|
104
104
|
height: "47px",
|
|
105
105
|
textAlign: "center"
|
|
106
|
-
}, t('
|
|
106
|
+
}, t('Percentage')))), jsx(Table.Body, null, scores.map(this.renderRow))));
|
|
107
107
|
}
|
|
108
108
|
}]);
|
|
109
109
|
|
|
@@ -80,7 +80,7 @@ export var AggregationTable = (_dec = themeable(theme, styles), _dec(_class = (_
|
|
|
80
80
|
}, t('Respondents')), /*#__PURE__*/React.createElement(Table.ColHeader, {
|
|
81
81
|
id: percentageHeaderId,
|
|
82
82
|
textAlign: "center"
|
|
83
|
-
}, t('
|
|
83
|
+
}, t('Percentage'))));
|
|
84
84
|
};
|
|
85
85
|
|
|
86
86
|
_this.renderRow = function (key, icon, label, count, percentage) {
|
|
@@ -197,7 +197,7 @@ export var ChoiceTypeTable = (_dec = themeable(theme, styles), _dec(_class = (_t
|
|
|
197
197
|
id: percentageHeaderId,
|
|
198
198
|
height: "47px",
|
|
199
199
|
textAlign: "center"
|
|
200
|
-
}, t('
|
|
200
|
+
}, t('Percentage')))), /*#__PURE__*/React.createElement(Table.Body, null, choices.map(_this.renderRow))));
|
|
201
201
|
};
|
|
202
202
|
|
|
203
203
|
return _this;
|
|
@@ -176,7 +176,7 @@ var AnswerFrequencySummary = (_dec = (0, _uiThemeable.themeable)(_theme.default,
|
|
|
176
176
|
}, (0, _formatMessage.default)('Respondents')), /*#__PURE__*/_react.default.createElement(_uiTable.Table.ColHeader, {
|
|
177
177
|
id: "answer-frequency-summary-answer-ratio",
|
|
178
178
|
className: styles.answerRatio
|
|
179
|
-
}, (0, _formatMessage.default)('
|
|
179
|
+
}, (0, _formatMessage.default)('Percentage')))), /*#__PURE__*/_react.default.createElement(_uiTable.Table.Body, null, choiceInfo.toArray().map(this.renderAnswerTableRow), this.renderAnswerTableRow(this.unansweredChoiceInfo, choiceInfo.size))));
|
|
180
180
|
}
|
|
181
181
|
}]);
|
|
182
182
|
AnswerFrequencySummary.displayName = "AnswerFrequencySummary";
|
|
@@ -120,7 +120,7 @@ var LegacyChoiceType = (_dec = (0, _uiThemeable.themeable)(_theme.default, style
|
|
|
120
120
|
id: percentageHeaderId,
|
|
121
121
|
height: "47px",
|
|
122
122
|
textAlign: "center"
|
|
123
|
-
}, (0, _formatMessage.default)('
|
|
123
|
+
}, (0, _formatMessage.default)('Percentage')))), /*#__PURE__*/_react.default.createElement(_uiTable.Table.Body, null, choices.map(this.renderRow), this.renderNoAnswer(noAnswer, numberOfChoices)))));
|
|
124
124
|
}
|
|
125
125
|
}]);
|
|
126
126
|
LegacyChoiceType.displayName = "LegacyChoiceType";
|
|
@@ -122,7 +122,7 @@ var ScoreDistributionTypeTable = (_dec = (0, _emotion.withStyle)(_styles.default
|
|
|
122
122
|
id: percentageHeaderId,
|
|
123
123
|
height: "47px",
|
|
124
124
|
textAlign: "center"
|
|
125
|
-
}, (0, _formatMessage.default)('
|
|
125
|
+
}, (0, _formatMessage.default)('Percentage')))), (0, _emotion.jsx)(_uiTable.Table.Body, null, scores.map(this.renderRow))));
|
|
126
126
|
}
|
|
127
127
|
}]);
|
|
128
128
|
ScoreDistributionTypeTable.displayName = "ScoreDistributionTypeTable";
|
|
@@ -104,7 +104,7 @@ var AggregationTable = (_dec = (0, _uiThemeable.themeable)(_theme.default, style
|
|
|
104
104
|
}, (0, _formatMessage.default)('Respondents')), /*#__PURE__*/_react.default.createElement(_uiTable.Table.ColHeader, {
|
|
105
105
|
id: percentageHeaderId,
|
|
106
106
|
textAlign: "center"
|
|
107
|
-
}, (0, _formatMessage.default)('
|
|
107
|
+
}, (0, _formatMessage.default)('Percentage'))));
|
|
108
108
|
};
|
|
109
109
|
|
|
110
110
|
_this.renderRow = function (key, icon, label, count, percentage) {
|
|
@@ -225,7 +225,7 @@ var ChoiceTypeTable = (_dec = (0, _uiThemeable.themeable)(_theme.default, styles
|
|
|
225
225
|
id: percentageHeaderId,
|
|
226
226
|
height: "47px",
|
|
227
227
|
textAlign: "center"
|
|
228
|
-
}, (0, _formatMessage.default)('
|
|
228
|
+
}, (0, _formatMessage.default)('Percentage')))), /*#__PURE__*/_react.default.createElement(_uiTable.Table.Body, null, choices.map(_this.renderRow))));
|
|
229
229
|
};
|
|
230
230
|
|
|
231
231
|
return _this;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/quiz-core",
|
|
3
|
-
"version": "20.11.2",
|
|
3
|
+
"version": "20.11.3-rc.2+d0531ecfd",
|
|
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.0",
|
|
47
|
-
"@instructure/quiz-common": "
|
|
48
|
-
"@instructure/quiz-i18n": "
|
|
49
|
-
"@instructure/quiz-interactions": "
|
|
50
|
-
"@instructure/quiz-number-input": "
|
|
51
|
-
"@instructure/quiz-rce": "
|
|
47
|
+
"@instructure/quiz-common": "20.11.3-rc.2+d0531ecfd",
|
|
48
|
+
"@instructure/quiz-i18n": "20.11.3-rc.2+d0531ecfd",
|
|
49
|
+
"@instructure/quiz-interactions": "20.11.3-rc.2+d0531ecfd",
|
|
50
|
+
"@instructure/quiz-number-input": "20.11.3-rc.2+d0531ecfd",
|
|
51
|
+
"@instructure/quiz-rce": "20.11.3-rc.2+d0531ecfd",
|
|
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": "
|
|
115
|
+
"instructure-validations": "20.11.3-rc.2+d0531ecfd",
|
|
116
116
|
"ipaddr.js": "^1.5.4",
|
|
117
117
|
"isomorphic-fetch": "^2.2.0",
|
|
118
118
|
"isuuid": "^0.1.0",
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"uuid": "^3.2.1"
|
|
144
144
|
},
|
|
145
145
|
"devDependencies": {
|
|
146
|
-
"@instructure/quiz-scripts": "
|
|
146
|
+
"@instructure/quiz-scripts": "20.11.2",
|
|
147
147
|
"@instructure/ui-axe-check": "^8.51.0",
|
|
148
148
|
"@instructure/ui-babel-preset": "^7.22.1",
|
|
149
149
|
"@instructure/ui-karma-config": "^7.22.1",
|
|
@@ -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": "
|
|
166
|
+
"quiz-presets": "20.11.3-rc.2+d0531ecfd",
|
|
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": "
|
|
182
|
+
"gitHead": "d0531ecfd8964010644e249b2f3f60fd27674681"
|
|
183
183
|
}
|