@instructure/quiz-core 20.37.1 → 20.38.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.
Files changed (91) hide show
  1. package/es/banks/components/BankSearch/presenter.js +1 -2
  2. package/es/building/api/stimuli.js +2 -1
  3. package/es/building/components/resources/DeleteStimulusModal/presenter.js +14 -7
  4. package/es/building/components/resources/quizEntry/QuizEntry/presenter.js +11 -4
  5. package/es/building/components/resources/quizEntry/QuizEntryEdit/Footer/presenter.js +1 -2
  6. package/es/common/actions/modifications.js +3 -2
  7. package/es/common/components/layout/Page/styles.js +13 -1
  8. package/es/common/components/layout/Page/theme.js +1 -2
  9. package/es/common/components/layout/sidebar/Sidebar/index.js +26 -4
  10. package/es/common/components/layout/sidebar/SidebarItem/presenter.js +13 -7
  11. package/es/common/components/layout/sidebar/Stimulus/presenter.js +14 -7
  12. package/es/common/components/resources/quiz/AddContent/Body/presenter.js +2 -2
  13. package/es/common/components/resources/quiz/instructions/styles.js +5 -2
  14. package/es/common/components/resources/stimulus/Stimulus/presenter.js +3 -2
  15. package/es/common/components/resources/stimulus/StimulusEdit/presenter.js +14 -4
  16. package/es/common/components/resources/stimulus/StimulusEdit/styles.js +1 -5
  17. package/es/common/components/resources/stimulus/StimulusEdit/theme.js +0 -2
  18. package/es/common/components/resources/stimulus/StimulusEditInfo/presenter.js +46 -29
  19. package/es/common/components/resources/stimulus/StimulusShow/index.js +10 -4
  20. package/es/common/components/resources/stimulus/StimulusShow/styles.js +0 -7
  21. package/es/common/components/resources/stimulus/StimulusShow/theme.js +0 -3
  22. package/es/common/components/shared/InteractionTypes/index.js +4 -1
  23. package/es/common/components/shared/InteractionTypes/presenter.js +38 -15
  24. package/es/common/components/shared/TimeUnitsInput/index.js +9 -8
  25. package/es/common/components/shared/drag_and_drop/dragAndDropUtils.js +3 -0
  26. package/es/common/records/QuizEntry.js +5 -0
  27. package/es/common/reducers/modifications.js +6 -3
  28. package/es/common/util/warningHelpers.js +15 -5
  29. package/es/moderating/components/resources/ModerateTable/presenter.js +1 -2
  30. package/es/moderating/components/sidebar/ModerateTray/presenter.js +1 -2
  31. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/MatchingTypeTable/presenter.js +1 -2
  32. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/NumericType/ChoiceTypeWithInfo/presenter.js +1 -1
  33. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/NumericType/presenter.js +1 -2
  34. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/RichFillBlankType/ChoiceGroupTypeTable/presenter.js +1 -2
  35. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AfsTableWrapper/presenter.js +1 -2
  36. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AggregationTable/presenter.js +1 -2
  37. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ChoiceTypeTable/presenter.js +1 -2
  38. package/es/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ExpandableCard/presenter.js +1 -2
  39. package/es/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/presenter.js +1 -2
  40. package/es/reporting/components/resources/NewQuizAndItemAnalysis/ReportCard/presenter.js +1 -2
  41. package/es/reporting/components/resources/NewQuizAndItemAnalysis/presenter.js +1 -2
  42. package/es/reporting/components/resources/ReportCard/index.js +1 -2
  43. package/es/reporting/components/resources/StudentAnalysis/ReportCard/presenter.js +1 -2
  44. package/es/reporting/components/resources/common/AnalysisUpdateDate/index.js +1 -1
  45. package/es/taking/api/taking.js +4 -0
  46. package/lib/banks/components/BankSearch/presenter.js +3 -4
  47. package/lib/building/api/stimuli.js +2 -1
  48. package/lib/building/components/resources/DeleteStimulusModal/presenter.js +14 -7
  49. package/lib/building/components/resources/quizEntry/QuizEntry/presenter.js +11 -4
  50. package/lib/building/components/resources/quizEntry/QuizEntryEdit/Footer/presenter.js +3 -4
  51. package/lib/common/actions/modifications.js +3 -2
  52. package/lib/common/components/layout/Page/styles.js +13 -1
  53. package/lib/common/components/layout/Page/theme.js +1 -2
  54. package/lib/common/components/layout/sidebar/Sidebar/index.js +25 -3
  55. package/lib/common/components/layout/sidebar/SidebarItem/presenter.js +15 -9
  56. package/lib/common/components/layout/sidebar/Stimulus/presenter.js +16 -9
  57. package/lib/common/components/resources/quiz/AddContent/Body/presenter.js +2 -2
  58. package/lib/common/components/resources/quiz/instructions/styles.js +5 -2
  59. package/lib/common/components/resources/stimulus/Stimulus/presenter.js +3 -2
  60. package/lib/common/components/resources/stimulus/StimulusEdit/presenter.js +14 -4
  61. package/lib/common/components/resources/stimulus/StimulusEdit/styles.js +1 -5
  62. package/lib/common/components/resources/stimulus/StimulusEdit/theme.js +0 -2
  63. package/lib/common/components/resources/stimulus/StimulusEditInfo/presenter.js +46 -29
  64. package/lib/common/components/resources/stimulus/StimulusShow/index.js +9 -3
  65. package/lib/common/components/resources/stimulus/StimulusShow/styles.js +0 -7
  66. package/lib/common/components/resources/stimulus/StimulusShow/theme.js +0 -3
  67. package/lib/common/components/shared/InteractionTypes/index.js +4 -1
  68. package/lib/common/components/shared/InteractionTypes/presenter.js +38 -15
  69. package/lib/common/components/shared/TimeUnitsInput/index.js +10 -9
  70. package/lib/common/components/shared/drag_and_drop/dragAndDropUtils.js +3 -0
  71. package/lib/common/records/QuizEntry.js +5 -0
  72. package/lib/common/reducers/modifications.js +6 -3
  73. package/lib/common/util/warningHelpers.js +15 -5
  74. package/lib/moderating/components/resources/ModerateTable/presenter.js +3 -4
  75. package/lib/moderating/components/sidebar/ModerateTray/presenter.js +5 -6
  76. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/MatchingType/MatchingTypeTable/presenter.js +6 -7
  77. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/NumericType/ChoiceTypeWithInfo/presenter.js +9 -9
  78. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/NumericType/presenter.js +2 -3
  79. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/RichFillBlankType/ChoiceGroupTypeTable/presenter.js +5 -6
  80. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AfsTableWrapper/presenter.js +4 -5
  81. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/AggregationTable/presenter.js +3 -4
  82. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ChoiceTypeTable/presenter.js +3 -4
  83. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/AnswerFrequencySummary/shared/ExpandableCard/presenter.js +8 -9
  84. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/NewItemAnalysis/presenter.js +20 -21
  85. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/ReportCard/presenter.js +9 -10
  86. package/lib/reporting/components/resources/NewQuizAndItemAnalysis/presenter.js +20 -21
  87. package/lib/reporting/components/resources/ReportCard/index.js +1 -2
  88. package/lib/reporting/components/resources/StudentAnalysis/ReportCard/presenter.js +9 -10
  89. package/lib/reporting/components/resources/common/AnalysisUpdateDate/index.js +2 -2
  90. package/lib/taking/api/taking.js +4 -0
  91. package/package.json +8 -12
@@ -10,7 +10,6 @@ var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits
10
10
  var _createSuper2 = _interopRequireDefault(require("@babel/runtime/helpers/createSuper"));
11
11
  var _react = require("react");
12
12
  var _index = _interopRequireDefault(require("../../../../../../../common/components/shared/Card/index.js"));
13
- var _uiFlex = require("@instructure/ui-flex");
14
13
  var _emotion = require("@instructure/emotion");
15
14
  var _index2 = _interopRequireDefault(require("../../../../../../../common/components/shared/ExpandButton/index.js"));
16
15
  var _formatMessage = _interopRequireDefault(require("@instructure/quiz-i18n/es/format-message"));
@@ -40,14 +39,14 @@ var ExpandableCard = (_dec = (0, _quizCommon.withStyleOverrides)(_styles.default
40
39
  };
41
40
  _this.renderGroup = function () {
42
41
  var headLine = _this.props.headLine;
43
- return (0, _emotion.jsx)(_uiFlex.Flex, {
42
+ return (0, _emotion.jsx)(_quizCommon.Flex, {
44
43
  direction: "row",
45
44
  alignItems: "start"
46
- }, (0, _emotion.jsx)(_uiFlex.Flex.Item, {
45
+ }, (0, _emotion.jsx)(_quizCommon.Flex.Item, {
47
46
  shouldShrink: true,
48
47
  shouldGrow: true,
49
48
  margin: "xx-small none none none"
50
- }, headLine), (0, _emotion.jsx)(_uiFlex.Flex.Item, {
49
+ }, headLine), (0, _emotion.jsx)(_quizCommon.Flex.Item, {
51
50
  margin: "none none none x-small"
52
51
  }, (0, _emotion.jsx)(_index2.default, {
53
52
  onClick: _this.handleBodyToggle,
@@ -60,7 +59,7 @@ var ExpandableCard = (_dec = (0, _quizCommon.withStyleOverrides)(_styles.default
60
59
  content = _this$props.content,
61
60
  styles = _this$props.styles;
62
61
  var bodyContainer = styles.bodyContainer;
63
- return (0, _emotion.jsx)(_uiFlex.Flex.Item, {
62
+ return (0, _emotion.jsx)(_quizCommon.Flex.Item, {
64
63
  shouldShrink: true,
65
64
  padding: "x-small small x-small small"
66
65
  }, (0, _emotion.jsx)("div", {
@@ -73,17 +72,17 @@ var ExpandableCard = (_dec = (0, _quizCommon.withStyleOverrides)(_styles.default
73
72
  var bodyExpanded = _this.state.bodyExpanded;
74
73
  return (0, _emotion.jsx)("div", {
75
74
  css: groupWrapper
76
- }, (0, _emotion.jsx)(_index.default, null, (0, _emotion.jsx)(_uiFlex.Flex, {
75
+ }, (0, _emotion.jsx)(_index.default, null, (0, _emotion.jsx)(_quizCommon.Flex, {
77
76
  direction: "column",
78
77
  justifyItems: "start"
79
- }, (0, _emotion.jsx)(_uiFlex.Flex.Item, {
78
+ }, (0, _emotion.jsx)(_quizCommon.Flex.Item, {
80
79
  shouldGrow: true,
81
80
  shouldShrink: true,
82
81
  overflowY: "visible"
83
- }, (0, _emotion.jsx)(_uiFlex.Flex, {
82
+ }, (0, _emotion.jsx)(_quizCommon.Flex, {
84
83
  direction: "column",
85
84
  justifyItems: "start"
86
- }, (0, _emotion.jsx)(_uiFlex.Flex.Item, {
85
+ }, (0, _emotion.jsx)(_quizCommon.Flex.Item, {
87
86
  shouldShrink: true,
88
87
  padding: "x-small small x-small small",
89
88
  overflowY: "hidden"
@@ -26,7 +26,6 @@ var _index4 = _interopRequireDefault(require("../AnalysisPopoverMetric/index.js"
26
26
  var _interactionTypeMetadata = require("../../../../../common/util/interactionTypeMetadata.js");
27
27
  var _index5 = _interopRequireDefault(require("../AnswerFrequencySummary/index.js"));
28
28
  var _propTypes2 = require("../../common/propTypes.js");
29
- var _uiFlex = require("@instructure/ui-flex");
30
29
  var _quizRce = require("@instructure/quiz-rce");
31
30
  var _rceChecker = require("../../../../../common/util/rceChecker.js");
32
31
  var _quizCommon = require("@instructure/quiz-common");
@@ -118,10 +117,10 @@ var NewItemAnalysis = (_dec = (0, _quizCommon.withStyleOverrides)(_styles.defaul
118
117
  return tempDoc.querySelector('body').innerHTML;
119
118
  };
120
119
  _this.renderRichContent = function (itemBody, itemId) {
121
- return (0, _emotion.jsx)(_uiFlex.Flex, {
120
+ return (0, _emotion.jsx)(_quizCommon.Flex, {
122
121
  direction: "row",
123
122
  alignItems: "start"
124
- }, (0, _emotion.jsx)(_uiFlex.Flex.Item, {
123
+ }, (0, _emotion.jsx)(_quizCommon.Flex.Item, {
125
124
  shouldShrink: true,
126
125
  shouldGrow: true
127
126
  }, (0, _emotion.jsx)("div", {
@@ -129,7 +128,7 @@ var NewItemAnalysis = (_dec = (0, _quizCommon.withStyleOverrides)(_styles.defaul
129
128
  css: _this.props.styles.itemBody
130
129
  }, (0, _emotion.jsx)(_quizRce.RichContentRenderer, {
131
130
  content: itemBody
132
- }))), (0, _emotion.jsx)(_uiFlex.Flex.Item, {
131
+ }))), (0, _emotion.jsx)(_quizCommon.Flex.Item, {
133
132
  margin: "none none none x-small"
134
133
  }, (0, _emotion.jsx)("div", {
135
134
  css: _this.props.styles.itemBodyToggleButtonWrapper
@@ -140,55 +139,55 @@ var NewItemAnalysis = (_dec = (0, _quizCommon.withStyleOverrides)(_styles.defaul
140
139
  })))));
141
140
  };
142
141
  _this.renderMetrics = function (scores) {
143
- return (0, _emotion.jsx)(_uiFlex.Flex, {
142
+ return (0, _emotion.jsx)(_quizCommon.Flex, {
144
143
  direction: "column"
145
- }, (0, _emotion.jsx)(_uiFlex.Flex.Item, {
144
+ }, (0, _emotion.jsx)(_quizCommon.Flex.Item, {
146
145
  overflowY: "visible"
147
- }, (0, _emotion.jsx)(_uiFlex.Flex, {
146
+ }, (0, _emotion.jsx)(_quizCommon.Flex, {
148
147
  wrap: "wrap",
149
148
  direction: "row",
150
149
  alignItems: "start",
151
150
  gap: "medium"
152
- }, (0, _emotion.jsx)(_uiFlex.Flex.Item, {
151
+ }, (0, _emotion.jsx)(_quizCommon.Flex.Item, {
153
152
  margin: "none medium none none"
154
153
  }, (0, _emotion.jsx)(_index4.default, {
155
154
  metricKey: "difficulty_index",
156
155
  label: (0, _formatMessage.default)('Item Difficulty'),
157
156
  value: scores.difficulty_index,
158
157
  popoverDescription: _popoverContent.difficultyIndex
159
- })), (0, _emotion.jsx)(_uiFlex.Flex.Item, {
158
+ })), (0, _emotion.jsx)(_quizCommon.Flex.Item, {
160
159
  margin: "none medium none none"
161
160
  }, (0, _emotion.jsx)(_index3.default, {
162
161
  metricKey: "mean",
163
162
  label: (0, _formatMessage.default)('Mean Earned Points'),
164
163
  value: _this.calculateValueWithPointsPossible('mean', scores.mean)
165
- })), (0, _emotion.jsx)(_uiFlex.Flex.Item, {
164
+ })), (0, _emotion.jsx)(_quizCommon.Flex.Item, {
166
165
  margin: "none medium none none"
167
166
  }, (0, _emotion.jsx)(_index3.default, {
168
167
  metricKey: "median",
169
168
  label: (0, _formatMessage.default)('Median Earned Points'),
170
169
  value: _this.calculateValueWithPointsPossible('median', scores.median)
171
- })), (0, _emotion.jsx)(_uiFlex.Flex.Item, {
170
+ })), (0, _emotion.jsx)(_quizCommon.Flex.Item, {
172
171
  margin: "none large none none"
173
172
  }, (0, _emotion.jsx)(_index4.default, {
174
173
  metricKey: "discrimination_index",
175
174
  label: (0, _formatMessage.default)('Discrimination Index'),
176
175
  value: scores.discrimination_index,
177
176
  popoverDescription: _popoverContent.discriminationIndex
178
- })))), (0, _emotion.jsx)(_uiFlex.Flex.Item, null, (0, _emotion.jsx)("div", {
177
+ })))), (0, _emotion.jsx)(_quizCommon.Flex.Item, null, (0, _emotion.jsx)("div", {
179
178
  css: _this.props.styles.itemCardToggleButtonWrapper
180
179
  }, (0, _emotion.jsx)(_index.default, {
181
180
  onClick: _this.handleMetricToggle,
182
181
  title: _this.state.metricsExpanded ? (0, _formatMessage.default)('collapse item card') : (0, _formatMessage.default)('expand item card'),
183
182
  isExpanded: _this.state.metricsExpanded
184
- }))), (0, _emotion.jsx)(_uiFlex.Flex.Item, {
183
+ }))), (0, _emotion.jsx)(_quizCommon.Flex.Item, {
185
184
  overflowY: "visible",
186
185
  margin: "medium none none none"
187
186
  }, (0, _emotion.jsx)("div", {
188
187
  css: _this.props.styles.hiddenWhenNotExpanded
189
188
  }, (0, _emotion.jsx)("div", {
190
189
  css: _this.props.styles.metricsContainer
191
- }, (0, _emotion.jsx)(_uiFlex.Flex.Item, {
190
+ }, (0, _emotion.jsx)(_quizCommon.Flex.Item, {
192
191
  margin: "none medium none none"
193
192
  }, (0, _emotion.jsx)(_index4.default, {
194
193
  metricKey: "pearson_correlation",
@@ -198,7 +197,7 @@ var NewItemAnalysis = (_dec = (0, _quizCommon.withStyleOverrides)(_styles.defaul
198
197
  }))))));
199
198
  };
200
199
  _this.renderAnswerSummaryTable = function (itemId, answer_summary, interactionType, afsFlags) {
201
- return (0, _emotion.jsx)(_uiFlex.Flex.Item, null, (0, _emotion.jsx)("div", {
200
+ return (0, _emotion.jsx)(_quizCommon.Flex.Item, null, (0, _emotion.jsx)("div", {
202
201
  css: _this.props.styles.hiddenWhenNotExpanded
203
202
  }, (0, _emotion.jsx)(_index5.default, {
204
203
  itemId: itemId,
@@ -276,25 +275,25 @@ var NewItemAnalysis = (_dec = (0, _quizCommon.withStyleOverrides)(_styles.defaul
276
275
  var itemBodyEnhanced = this.shouldEnhanceItemBody() ? this.enhanceItemBody(metadata.item_body) : metadata.item_body;
277
276
  return (0, _emotion.jsx)(_index2.default, {
278
277
  css: this.props.styles.cardWrapper
279
- }, (0, _emotion.jsx)(_uiFlex.Flex, {
278
+ }, (0, _emotion.jsx)(_quizCommon.Flex, {
280
279
  direction: "column"
281
- }, (0, _emotion.jsx)(_uiFlex.Flex.Item, {
280
+ }, (0, _emotion.jsx)(_quizCommon.Flex.Item, {
282
281
  overflowY: "visible"
283
282
  }, (0, _emotion.jsx)("div", {
284
283
  css: this.props.styles.itemCardInnerContainer
285
- }, (0, _emotion.jsx)(_uiFlex.Flex.Item, {
284
+ }, (0, _emotion.jsx)(_quizCommon.Flex.Item, {
286
285
  shouldGrow: true,
287
286
  shouldShrink: true,
288
287
  size: "45%"
289
- }, (0, _emotion.jsx)(_uiFlex.Flex, {
288
+ }, (0, _emotion.jsx)(_quizCommon.Flex, {
290
289
  direction: "column",
291
290
  justifyItems: "start"
292
- }, (0, _emotion.jsx)(_uiFlex.Flex.Item, null, this.renderTitle(title)), (0, _emotion.jsx)(_uiFlex.Flex.Item, null, this.renderInteractionType(metadata.interaction_type)), (0, _emotion.jsx)(_uiFlex.Flex.Item, {
291
+ }, (0, _emotion.jsx)(_quizCommon.Flex.Item, null, this.renderTitle(title)), (0, _emotion.jsx)(_quizCommon.Flex.Item, null, this.renderInteractionType(metadata.interaction_type)), (0, _emotion.jsx)(_quizCommon.Flex.Item, {
293
292
  shouldShrink: true,
294
293
  padding: "small xx-small none none",
295
294
  overflowY: "hidden",
296
295
  size: !this.state.bodyExpanded ? '60px' : void 0
297
- }, this.renderRichContent(itemBodyEnhanced, itemId)))), (0, _emotion.jsx)(_uiFlex.Flex.Item, null, this.renderMetrics(scores)))), this.renderAnswerSummaryTable(itemId, answer_summary, interactionType, afsFlags)));
296
+ }, this.renderRichContent(itemBodyEnhanced, itemId)))), (0, _emotion.jsx)(_quizCommon.Flex.Item, null, this.renderMetrics(scores)))), this.renderAnswerSummaryTable(itemId, answer_summary, interactionType, afsFlags)));
298
297
  }
299
298
  }]);
300
299
  NewItemAnalysis.displayName = "NewItemAnalysis";
@@ -14,7 +14,6 @@ var _propTypes = _interopRequireDefault(require("prop-types"));
14
14
  var _formatMessage = _interopRequireDefault(require("@instructure/quiz-i18n/es/format-message"));
15
15
  var _uiText = require("@instructure/ui-text");
16
16
  var _uiLink = require("@instructure/ui-link");
17
- var _uiFlex = require("@instructure/ui-flex");
18
17
  var _uiA11yContent = require("@instructure/ui-a11y-content");
19
18
  var _emotion = require("@instructure/emotion");
20
19
  var _index = _interopRequireDefault(require("../../../../../common/components/shared/Card/index.js"));
@@ -77,7 +76,7 @@ var NewQuizAndItemAnalysisReportCardPresenter = (_dec = (0, _quizCommon.withStyl
77
76
  href = _this$props.href;
78
77
  return (0, _emotion.jsx)("div", {
79
78
  css: _this.props.styles.quizAnalysisSummary
80
- }, _this.renderMetrics(), (0, _emotion.jsx)(_uiFlex.Flex, {
79
+ }, _this.renderMetrics(), (0, _emotion.jsx)(_quizCommon.Flex, {
81
80
  direction: "row",
82
81
  justifyItems: "space-between"
83
82
  }, (0, _emotion.jsx)("div", {
@@ -96,9 +95,9 @@ var NewQuizAndItemAnalysisReportCardPresenter = (_dec = (0, _quizCommon.withStyl
96
95
  _this.renderSpinner = function (mainText) {
97
96
  return (0, _emotion.jsx)("div", {
98
97
  css: _this.props.styles.emptyCardBodyContainer
99
- }, (0, _emotion.jsx)(_uiFlex.Flex, {
98
+ }, (0, _emotion.jsx)(_quizCommon.Flex, {
100
99
  direction: "row"
101
- }, (0, _emotion.jsx)(_uiFlex.Flex.Item, null, (0, _emotion.jsx)(_Spinner.default, {
100
+ }, (0, _emotion.jsx)(_quizCommon.Flex.Item, null, (0, _emotion.jsx)(_Spinner.default, {
102
101
  size: "x-small",
103
102
  color: "brand",
104
103
  minHeight: "0",
@@ -123,17 +122,17 @@ var NewQuizAndItemAnalysisReportCardPresenter = (_dec = (0, _quizCommon.withStyl
123
122
  analysisError = _this$props2.analysisError;
124
123
  return (0, _emotion.jsx)("div", {
125
124
  css: _this.props.styles.emptyCardBodyContainer
126
- }, (0, _emotion.jsx)(_uiFlex.Flex, {
125
+ }, (0, _emotion.jsx)(_quizCommon.Flex, {
127
126
  direction: "row",
128
127
  justifyItems: "space-between"
129
- }, (0, _emotion.jsx)(_uiFlex.Flex.Item, {
128
+ }, (0, _emotion.jsx)(_quizCommon.Flex.Item, {
130
129
  shouldShrink: true,
131
130
  size: analysisError && !generationInProgress ? '40%' : null
132
131
  }, analysisError && !generationInProgress && (0, _emotion.jsx)(_uiText.Text, {
133
132
  size: "x-small",
134
133
  weight: "bold",
135
134
  color: "danger"
136
- }, analysisError)), (0, _emotion.jsx)(_uiFlex.Flex.Item, {
135
+ }, analysisError)), (0, _emotion.jsx)(_quizCommon.Flex.Item, {
137
136
  shouldShrink: analysisError && !generationInProgress
138
137
  }, generationInProgress ? _this.renderSpinner((0, _formatMessage.default)('Generation In Progress')) : _this.renderGenerateReportButton())));
139
138
  };
@@ -154,14 +153,14 @@ var NewQuizAndItemAnalysisReportCardPresenter = (_dec = (0, _quizCommon.withStyl
154
153
  fetchInProgress = _this$props4.fetchInProgress;
155
154
  return (0, _emotion.jsx)("div", {
156
155
  css: _this.props.styles.titleContainer
157
- }, (0, _emotion.jsx)(_uiFlex.Flex, {
156
+ }, (0, _emotion.jsx)(_quizCommon.Flex, {
158
157
  direction: "row",
159
158
  wrap: "wrap",
160
159
  justifyItems: "space-between"
161
- }, (0, _emotion.jsx)(_uiFlex.Flex.Item, null, (0, _emotion.jsx)(_uiText.Text, {
160
+ }, (0, _emotion.jsx)(_quizCommon.Flex.Item, null, (0, _emotion.jsx)(_uiText.Text, {
162
161
  size: "medium",
163
162
  weight: "bold"
164
- }, name)), exportEnabled && !fetchInProgress && (0, _emotion.jsx)(_uiFlex.Flex.Item, null, _this.renderExport())));
163
+ }, name)), exportEnabled && !fetchInProgress && (0, _emotion.jsx)(_quizCommon.Flex.Item, null, _this.renderExport())));
165
164
  };
166
165
  return _this;
167
166
  }
@@ -15,7 +15,6 @@ var _uiHeading = require("@instructure/ui-heading");
15
15
  var _index = _interopRequireDefault(require("./NewItemAnalysis/index.js"));
16
16
  var _index2 = _interopRequireDefault(require("./NewQuizAnalysis/index.js"));
17
17
  var _formatMessage = _interopRequireDefault(require("@instructure/quiz-i18n/es/format-message"));
18
- var _uiFlex = require("@instructure/ui-flex");
19
18
  var _index3 = require("../common/AnalysisUpdateDate/index.js");
20
19
  var _propTypes = require("../common/propTypes.js");
21
20
  var _propTypes2 = _interopRequireDefault(require("prop-types"));
@@ -35,7 +34,7 @@ var _theme = _interopRequireDefault(require("./theme.js"));
35
34
  var _quizCommon = require("@instructure/quiz-common");
36
35
  var _dec, _class, _NewQuizAndItemAnalysisPresenter;
37
36
  /** @jsx jsx */
38
- var _ref = (0, _emotion.jsx)(_uiFlex.Flex.Item, {
37
+ var _ref = (0, _emotion.jsx)(_quizCommon.Flex.Item, {
39
38
  align: "center"
40
39
  }, (0, _emotion.jsx)(_uiA11yContent.PresentationContent, null, (0, _emotion.jsx)(_uiImg.Img, {
41
40
  src: _downForRepair.default,
@@ -67,7 +66,7 @@ var NewQuizAndItemAnalysisPresenter = (_dec = (0, _quizCommon.withStyleOverrides
67
66
  })));
68
67
  };
69
68
  _this.renderSpinner = function () {
70
- return (0, _emotion.jsx)(_uiFlex.Flex, {
69
+ return (0, _emotion.jsx)(_quizCommon.Flex, {
71
70
  padding: "medium",
72
71
  justifyItems: "center",
73
72
  alignItems: "center"
@@ -76,17 +75,17 @@ var NewQuizAndItemAnalysisPresenter = (_dec = (0, _quizCommon.withStyleOverrides
76
75
  }));
77
76
  };
78
77
  _this.renderBodyOnFailedFetch = function () {
79
- return (0, _emotion.jsx)(_uiFlex.Flex, {
78
+ return (0, _emotion.jsx)(_quizCommon.Flex, {
80
79
  alignItems: "end",
81
80
  width: "82.5rem",
82
81
  margin: "auto",
83
82
  direction: "column"
84
- }, _ref, (0, _emotion.jsx)(_uiFlex.Flex.Item, {
83
+ }, _ref, (0, _emotion.jsx)(_quizCommon.Flex.Item, {
85
84
  align: "center"
86
85
  }, (0, _emotion.jsx)(_uiText.Text, {
87
86
  size: "x-large",
88
87
  color: "primary"
89
- }, (0, _formatMessage.default)('Error'))), (0, _emotion.jsx)(_uiFlex.Flex.Item, {
88
+ }, (0, _formatMessage.default)('Error'))), (0, _emotion.jsx)(_quizCommon.Flex.Item, {
90
89
  align: "center"
91
90
  }, (0, _emotion.jsx)(_uiA11yContent.ScreenReaderContent, null, (0, _errorMessages.getFailedToFetchReports)()), (0, _emotion.jsx)(_uiText.Text, {
92
91
  size: "x-small",
@@ -96,12 +95,12 @@ var NewQuizAndItemAnalysisPresenter = (_dec = (0, _quizCommon.withStyleOverrides
96
95
  _this.renderHeader = function () {
97
96
  var _quizAnalysis$metadat;
98
97
  var quizAnalysis = _this.props.quizAnalysis;
99
- return (0, _emotion.jsx)(_uiFlex.Flex, {
98
+ return (0, _emotion.jsx)(_quizCommon.Flex, {
100
99
  alignItems: "center",
101
100
  width: "auto",
102
101
  margin: "small auto",
103
102
  direction: "column"
104
- }, (0, _emotion.jsx)(_uiFlex.Flex.Item, {
103
+ }, (0, _emotion.jsx)(_quizCommon.Flex.Item, {
105
104
  overflowY: "hidden"
106
105
  }, (0, _emotion.jsx)(_uiHeading.Heading, {
107
106
  level: "h2",
@@ -119,14 +118,14 @@ var NewQuizAndItemAnalysisPresenter = (_dec = (0, _quizCommon.withStyleOverrides
119
118
  quizAnalysis = _this$props.quizAnalysis;
120
119
  var shouldShowError = analysisError && !generationInProgress;
121
120
  var timeStamp = quizAnalysis === null || quizAnalysis === void 0 ? void 0 : quizAnalysis.created_timestamp;
122
- return (0, _emotion.jsx)(_uiFlex.Flex, {
121
+ return (0, _emotion.jsx)(_quizCommon.Flex, {
123
122
  alignItems: "end",
124
123
  width: "auto",
125
124
  margin: "small auto",
126
125
  direction: "column"
127
- }, (0, _emotion.jsx)(_uiFlex.Flex.Item, null, timeStamp && (0, _emotion.jsx)(_index3.AnalysisUpdateDate, {
126
+ }, (0, _emotion.jsx)(_quizCommon.Flex.Item, null, timeStamp && (0, _emotion.jsx)(_index3.AnalysisUpdateDate, {
128
127
  date: timeStamp
129
- })), (0, _emotion.jsx)(_uiFlex.Flex.Item, null, shouldShowError && (0, _emotion.jsx)(_uiText.Text, {
128
+ })), (0, _emotion.jsx)(_quizCommon.Flex.Item, null, shouldShowError && (0, _emotion.jsx)(_uiText.Text, {
130
129
  size: "x-small",
131
130
  weight: "medium",
132
131
  color: "danger"
@@ -134,20 +133,20 @@ var NewQuizAndItemAnalysisPresenter = (_dec = (0, _quizCommon.withStyleOverrides
134
133
  };
135
134
  _this.renderRightSide = function () {
136
135
  var exportEnabled = _this.props.exportEnabled;
137
- return (0, _emotion.jsx)(_uiFlex.Flex, {
136
+ return (0, _emotion.jsx)(_quizCommon.Flex, {
138
137
  alignItems: "center",
139
138
  justifyItems: "end",
140
139
  width: "auto",
141
140
  direction: "row",
142
141
  wrap: "wrap-reverse"
143
- }, (0, _emotion.jsx)(_uiFlex.Flex.Item, {
142
+ }, (0, _emotion.jsx)(_quizCommon.Flex.Item, {
144
143
  padding: "0 small 0 0",
145
144
  margin: "0 0 0 auto"
146
- }, _this.renderUpdateDateWithError()), (0, _emotion.jsx)(_uiFlex.Flex.Item, null, (0, _emotion.jsx)("div", {
145
+ }, _this.renderUpdateDateWithError()), (0, _emotion.jsx)(_quizCommon.Flex.Item, null, (0, _emotion.jsx)("div", {
147
146
  css: _this.props.styles.headerButtonsContainer
148
- }, exportEnabled && (0, _emotion.jsx)(_uiFlex.Flex.Item, {
147
+ }, exportEnabled && (0, _emotion.jsx)(_quizCommon.Flex.Item, {
149
148
  margin: "0 0 0 auto"
150
- }, _this.renderExport()), (0, _emotion.jsx)(_uiFlex.Flex.Item, {
149
+ }, _this.renderExport()), (0, _emotion.jsx)(_quizCommon.Flex.Item, {
151
150
  margin: "0 0 0 auto"
152
151
  }, _this.renderGenerationButton()))));
153
152
  };
@@ -170,14 +169,14 @@ var NewQuizAndItemAnalysisPresenter = (_dec = (0, _quizCommon.withStyleOverrides
170
169
  return !fetchInProgress && !quizAnalysis && !itemAnalyses && !analysisError;
171
170
  };
172
171
  _this.renderTop = function () {
173
- return (0, _emotion.jsx)(_uiFlex.Flex, {
172
+ return (0, _emotion.jsx)(_quizCommon.Flex, {
174
173
  justifyItems: "space-between",
175
174
  alignItems: "center",
176
175
  wrap: "wrap",
177
176
  width: "auto",
178
177
  margin: "0 auto small 0",
179
178
  direction: "row"
180
- }, (0, _emotion.jsx)(_uiFlex.Flex.Item, null, _this.renderHeader()), (0, _emotion.jsx)(_uiFlex.Flex.Item, {
179
+ }, (0, _emotion.jsx)(_quizCommon.Flex.Item, null, _this.renderHeader()), (0, _emotion.jsx)(_quizCommon.Flex.Item, {
181
180
  margin: "0 0 0 auto"
182
181
  }, _this.renderRightSide()));
183
182
  };
@@ -186,15 +185,15 @@ var NewQuizAndItemAnalysisPresenter = (_dec = (0, _quizCommon.withStyleOverrides
186
185
  };
187
186
  _this.renderTopOnFailedFetch = function () {
188
187
  var exportEnabled = _this.props.exportEnabled;
189
- return (0, _emotion.jsx)(_uiFlex.Flex, {
188
+ return (0, _emotion.jsx)(_quizCommon.Flex, {
190
189
  direction: "row",
191
190
  justifyItems: "end",
192
191
  wrap: "wrap",
193
192
  width: "auto",
194
193
  margin: "auto"
195
- }, exportEnabled && (0, _emotion.jsx)(_uiFlex.Flex.Item, {
194
+ }, exportEnabled && (0, _emotion.jsx)(_quizCommon.Flex.Item, {
196
195
  overflowY: "visible"
197
- }, _this.renderExport()), (0, _emotion.jsx)(_uiFlex.Flex.Item, {
196
+ }, _this.renderExport()), (0, _emotion.jsx)(_quizCommon.Flex.Item, {
198
197
  overflowY: "visible"
199
198
  }, _this.renderGenerationButton()));
200
199
  };
@@ -17,7 +17,6 @@ var _emotion = require("@instructure/emotion");
17
17
  var _index = _interopRequireDefault(require("../../../../common/components/shared/Card/index.js"));
18
18
  var _styles = _interopRequireDefault(require("./styles.js"));
19
19
  var _theme = _interopRequireDefault(require("./theme.js"));
20
- var _uiFlex = require("@instructure/ui-flex");
21
20
  var _formatMessage = _interopRequireDefault(require("@instructure/quiz-i18n/es/format-message"));
22
21
  var _quizCommon = require("@instructure/quiz-common");
23
22
  var _dec, _class, _ReportCard;
@@ -46,7 +45,7 @@ var ReportCard = (_dec = (0, _quizCommon.withStyleOverrides)(_styles.default, _t
46
45
  }, (0, _emotion.jsx)(_uiText.Text, {
47
46
  size: "small",
48
47
  color: "secondary"
49
- }, details)), (0, _emotion.jsx)(_uiFlex.Flex, {
48
+ }, details)), (0, _emotion.jsx)(_quizCommon.Flex, {
50
49
  direction: "row",
51
50
  justifyItems: "end",
52
51
  alignItems: "end",
@@ -13,7 +13,6 @@ var _createSuper2 = _interopRequireDefault(require("@babel/runtime/helpers/creat
13
13
  var _react = _interopRequireWildcard(require("react"));
14
14
  var _uiText = require("@instructure/ui-text");
15
15
  var _uiLink = require("@instructure/ui-link");
16
- var _uiFlex = require("@instructure/ui-flex");
17
16
  var _uiA11yContent = require("@instructure/ui-a11y-content");
18
17
  var _formatMessage = _interopRequireDefault(require("@instructure/quiz-i18n/es/format-message"));
19
18
  var _index = _interopRequireDefault(require("../../../../../common/components/shared/Card/index.js"));
@@ -38,9 +37,9 @@ var StudentAnalysisReportCardPresenter = (_dec = (0, _quizCommon.withStyleOverri
38
37
  var mainText = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : '';
39
38
  return /*#__PURE__*/_react.default.createElement("div", {
40
39
  style: _this.props.styles.emptyCardBodyContainer
41
- }, /*#__PURE__*/_react.default.createElement(_uiFlex.Flex, {
40
+ }, /*#__PURE__*/_react.default.createElement(_quizCommon.Flex, {
42
41
  direction: "row"
43
- }, /*#__PURE__*/_react.default.createElement(_uiFlex.Flex.Item, null, /*#__PURE__*/_react.default.createElement(_Spinner.default, {
42
+ }, /*#__PURE__*/_react.default.createElement(_quizCommon.Flex.Item, null, /*#__PURE__*/_react.default.createElement(_Spinner.default, {
44
43
  size: "x-small",
45
44
  color: "brand",
46
45
  minHeight: "0",
@@ -84,14 +83,14 @@ var StudentAnalysisReportCardPresenter = (_dec = (0, _quizCommon.withStyleOverri
84
83
  fetchInProgress = _this$props2.fetchInProgress;
85
84
  return /*#__PURE__*/_react.default.createElement("div", {
86
85
  style: _this.props.styles.titleContainer
87
- }, /*#__PURE__*/_react.default.createElement(_uiFlex.Flex, {
86
+ }, /*#__PURE__*/_react.default.createElement(_quizCommon.Flex, {
88
87
  direction: "row",
89
88
  wrap: "wrap",
90
89
  justifyItems: "space-between"
91
- }, /*#__PURE__*/_react.default.createElement(_uiFlex.Flex.Item, null, /*#__PURE__*/_react.default.createElement(_uiText.Text, {
90
+ }, /*#__PURE__*/_react.default.createElement(_quizCommon.Flex.Item, null, /*#__PURE__*/_react.default.createElement(_uiText.Text, {
92
91
  size: "medium",
93
92
  weight: "bold"
94
- }, name)), exportEnabled && !fetchInProgress && /*#__PURE__*/_react.default.createElement(_uiFlex.Flex.Item, null, _this.renderExportButton())));
93
+ }, name)), exportEnabled && !fetchInProgress && /*#__PURE__*/_react.default.createElement(_quizCommon.Flex.Item, null, _this.renderExportButton())));
95
94
  };
96
95
  _this.renderReportCardFooter = function () {
97
96
  var _this$props3 = _this.props,
@@ -99,17 +98,17 @@ var StudentAnalysisReportCardPresenter = (_dec = (0, _quizCommon.withStyleOverri
99
98
  analysisError = _this$props3.analysisError;
100
99
  return /*#__PURE__*/_react.default.createElement("div", {
101
100
  style: _this.props.styles.emptyCardBodyContainer
102
- }, /*#__PURE__*/_react.default.createElement(_uiFlex.Flex, {
101
+ }, /*#__PURE__*/_react.default.createElement(_quizCommon.Flex, {
103
102
  direction: "row",
104
103
  justifyItems: "space-between"
105
- }, /*#__PURE__*/_react.default.createElement(_uiFlex.Flex.Item, {
104
+ }, /*#__PURE__*/_react.default.createElement(_quizCommon.Flex.Item, {
106
105
  shouldShrink: true,
107
106
  size: analysisError && !generationInProgress ? '40%' : void 0
108
107
  }, analysisError && !generationInProgress && /*#__PURE__*/_react.default.createElement(_uiText.Text, {
109
108
  size: "x-small",
110
109
  weight: "bold",
111
110
  color: "danger"
112
- }, analysisError)), /*#__PURE__*/_react.default.createElement(_uiFlex.Flex.Item, {
111
+ }, analysisError)), /*#__PURE__*/_react.default.createElement(_quizCommon.Flex.Item, {
113
112
  shouldShrink: !!analysisError && !generationInProgress
114
113
  }, generationInProgress ? _this.renderSpinner((0, _formatMessage.default)('Generation In Progress')) : _this.renderGenerateReportButton())));
115
114
  };
@@ -117,7 +116,7 @@ var StudentAnalysisReportCardPresenter = (_dec = (0, _quizCommon.withStyleOverri
117
116
  var studentAnalyses = _this.props.studentAnalyses;
118
117
  return /*#__PURE__*/_react.default.createElement("div", {
119
118
  style: _this.props.styles.studentAnalysesSummary
120
- }, /*#__PURE__*/_react.default.createElement(_uiFlex.Flex, {
119
+ }, /*#__PURE__*/_react.default.createElement(_quizCommon.Flex, {
121
120
  direction: "row",
122
121
  justifyItems: "space-between"
123
122
  }, /*#__PURE__*/_react.default.createElement("div", {
@@ -15,7 +15,7 @@ var _propTypes = _interopRequireDefault(require("prop-types"));
15
15
  var _formatMessage = _interopRequireDefault(require("@instructure/quiz-i18n/es/format-message"));
16
16
  var _formatTimespan = require("../../../../../common/util/formatTimespan.js");
17
17
  var _uiText = require("@instructure/ui-text");
18
- var _uiFlex = require("@instructure/ui-flex");
18
+ var _quizCommon = require("@instructure/quiz-common");
19
19
  var AnalysisUpdateDate = /*#__PURE__*/function (_Component) {
20
20
  (0, _inherits2.default)(AnalysisUpdateDate, _Component);
21
21
  var _super = (0, _createSuper2.default)(AnalysisUpdateDate);
@@ -34,7 +34,7 @@ var AnalysisUpdateDate = /*#__PURE__*/function (_Component) {
34
34
  multiline = _this$props.multiline;
35
35
  return /*#__PURE__*/_react.default.createElement(_uiText.Text, {
36
36
  size: "x-small"
37
- }, /*#__PURE__*/_react.default.createElement(_uiFlex.Flex, {
37
+ }, /*#__PURE__*/_react.default.createElement(_quizCommon.Flex, {
38
38
  direction: multiline ? 'column' : 'row',
39
39
  alignItems: "start"
40
40
  }, /*#__PURE__*/_react.default.createElement("span", null, (0, _formatMessage.default)('Data Last Updated:'), "\xA0"), /*#__PURE__*/_react.default.createElement("span", null, (0, _formatTimespan.displayDateAndTimeInTimezone)(date, timezone, locale))));
@@ -205,6 +205,10 @@ var __getResponseForSessionItem = function __getResponseForSessionItem(sessionIt
205
205
  var __remainingQuestionPositions = function __remainingQuestionPositions(sessionItems, responses) {
206
206
  return sessionItems.toList().sortBy(function (si) {
207
207
  return si.get('position');
208
+ }).filterNot(function (si) {
209
+ var item = si.get('item');
210
+ var interactionType = item.get('interactionType');
211
+ return typeof interactionType === 'undefined' || interactionType === 'no-interaction';
208
212
  }).filterNot(function (si) {
209
213
  var item = new _Item.default(si.get('item'));
210
214
  var itemUserResponse = __getResponseForSessionItem(si, responses);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/quiz-core",
3
- "version": "20.37.1",
3
+ "version": "20.38.0",
4
4
  "license": "MIT",
5
5
  "description": "The Quiz React SDK by Instructure Inc.",
6
6
  "author": "Instructure, Inc. Engineering and Product Design",
@@ -25,11 +25,11 @@
25
25
  "@instructure/emotion": "^8.56.3",
26
26
  "@instructure/grading-utils": "^1.0.0",
27
27
  "@instructure/outcomes-ui": "^3.2.2",
28
- "@instructure/quiz-common": "^20.37.1",
29
- "@instructure/quiz-i18n": "^20.37.1",
30
- "@instructure/quiz-interactions": "^20.37.1",
31
- "@instructure/quiz-number-input": "^20.37.1",
32
- "@instructure/quiz-rce": "^20.37.1",
28
+ "@instructure/quiz-common": "^20.38.0",
29
+ "@instructure/quiz-i18n": "^20.38.0",
30
+ "@instructure/quiz-interactions": "^20.38.0",
31
+ "@instructure/quiz-number-input": "^20.38.0",
32
+ "@instructure/quiz-rce": "^20.38.0",
33
33
  "@instructure/ui-a11y-content": "^8.56.3",
34
34
  "@instructure/ui-alerts": "^8.56.3",
35
35
  "@instructure/ui-avatar": "^8.56.3",
@@ -40,9 +40,7 @@
40
40
  "@instructure/ui-color-utils": "^8.56.3",
41
41
  "@instructure/ui-dialog": "^8.56.3",
42
42
  "@instructure/ui-drilldown": "^8.56.3",
43
- "@instructure/ui-flex": "^8.56.3",
44
43
  "@instructure/ui-focusable": "^8.56.3",
45
- "@instructure/ui-form-field": "^8.56.3",
46
44
  "@instructure/ui-grid": "^8.56.3",
47
45
  "@instructure/ui-heading": "^8.56.3",
48
46
  "@instructure/ui-i18n": "^7.22.1",
@@ -64,13 +62,11 @@
64
62
  "@instructure/ui-radio-input": "^8.56.3",
65
63
  "@instructure/ui-react-utils": "^8.56.3",
66
64
  "@instructure/ui-select": "^8.56.3",
67
- "@instructure/ui-simple-select": "^8.56.3",
68
65
  "@instructure/ui-spinner": "^8.56.3",
69
66
  "@instructure/ui-table": "^8.56.3",
70
67
  "@instructure/ui-tabs": "^8.56.3",
71
68
  "@instructure/ui-tag": "^8.56.3",
72
69
  "@instructure/ui-text": "^8.56.3",
73
- "@instructure/ui-text-input": "^8.56.3",
74
70
  "@instructure/ui-themes": "^8.56.3",
75
71
  "@instructure/ui-toggle-details": "^8.56.3",
76
72
  "@instructure/ui-tooltip": "^8.56.3",
@@ -93,7 +89,7 @@
93
89
  "file-saver": "~2.0.5",
94
90
  "humps": "^2.0.0",
95
91
  "immutable": "^3.8.1",
96
- "instructure-validations": "^20.37.1",
92
+ "instructure-validations": "^20.38.0",
97
93
  "ipaddr.js": "^1.5.4",
98
94
  "isomorphic-fetch": "^2.2.0",
99
95
  "isuuid": "^0.1.0",
@@ -143,7 +139,7 @@
143
139
  "jquery": "^2.2.3",
144
140
  "karma-junit-reporter": "^2.0.1",
145
141
  "most-subject": "^5.3.0",
146
- "quiz-presets": "^20.37.1",
142
+ "quiz-presets": "^20.38.0",
147
143
  "react": "^16.8.6",
148
144
  "react-addons-test-utils": "^15.6.2",
149
145
  "react-dom": "^16.8.6",