@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.
- package/cjs/components/material-quiz/material-quiz-group/MaterialQuizGroup.js +1 -0
- package/cjs/components/shared/question-radio/QuestionRadioOption.js +1 -0
- package/es/components/material-quiz/material-quiz-group/MaterialQuizGroup.js +1 -0
- package/es/components/shared/question-radio/QuestionRadioOption.js +1 -0
- package/package.json +3 -3
|
@@ -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,
|
|
@@ -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,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elice/material-quiz",
|
|
3
|
-
"version": "1.
|
|
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.
|
|
70
|
-
"@elice/material-shared-utils": "1.
|
|
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",
|