@elice/material-quiz 1.240805.0 → 1.240808.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.
@@ -360,6 +360,7 @@ var MaterialQuizGroup = function MaterialQuizGroup() {
360
360
  handleAnswerReset: handleAnswerReset
361
361
  },
362
362
  children: jsxRuntime.jsxs(QuestionBox.default, {
363
+ titlePrefix: "Q.",
363
364
  title: materialQuiz === null || materialQuiz === void 0 ? void 0 : materialQuiz.questionTitle,
364
365
  onNext: onNext,
365
366
  isNextActive: isNextActive,
@@ -91,6 +91,7 @@ var QuestionRadioOption = React__default.default.memo(function (_ref6) {
91
91
  onSelect(value);
92
92
  },
93
93
  status: status,
94
+ "aria-checked": selectedValue === value,
94
95
  children: [jsxRuntime.jsx(StyledQuestionRadioInput, {
95
96
  id: value,
96
97
  type: "radio",
@@ -350,6 +350,7 @@ var MaterialQuizGroup = function MaterialQuizGroup() {
350
350
  handleAnswerReset: handleAnswerReset
351
351
  },
352
352
  children: jsxs(QuestionBox, {
353
+ titlePrefix: "Q.",
353
354
  title: materialQuiz === null || materialQuiz === void 0 ? void 0 : materialQuiz.questionTitle,
354
355
  onNext: onNext,
355
356
  isNextActive: isNextActive,
@@ -82,6 +82,7 @@ var QuestionRadioOption = React.memo(function (_ref6) {
82
82
  onSelect(value);
83
83
  },
84
84
  status: status,
85
+ "aria-checked": selectedValue === value,
85
86
  children: [jsx(StyledQuestionRadioInput, {
86
87
  id: value,
87
88
  type: "radio",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elice/material-quiz",
3
- "version": "1.240805.0",
3
+ "version": "1.240808.0",
4
4
  "description": "User view and editing components of Elice material quiz",
5
5
  "repository": "https://git.elicer.io/elice/frontend/library/elice-material",
6
6
  "license": "UNLICENSED",
@@ -66,8 +66,8 @@
66
66
  "@elice/icons-legacy": "npm:@elice/icons@0.230814.0",
67
67
  "@elice/intl": "0.240425.0-rc.2",
68
68
  "@elice/markdown": "^1.240124.0",
69
- "@elice/material-shared-types": "1.240805.0",
70
- "@elice/material-shared-utils": "1.240805.0",
69
+ "@elice/material-shared-types": "1.240808.0",
70
+ "@elice/material-shared-utils": "1.240808.0",
71
71
  "@elice/mui-system": "^5.240108.1",
72
72
  "@elice/types": "1.240709.0",
73
73
  "@elice/wysiwyg": "1.240716.1",