@elice/material-quiz 1.230220.2 → 1.230222.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.
|
@@ -41,8 +41,8 @@ const ko = {
|
|
|
41
41
|
'materialQuiz.submittedAnswer': '제출한 답',
|
|
42
42
|
'materialQuiz.answer': '정답',
|
|
43
43
|
'materialQuiz.next': '다음 문제로 이동 >',
|
|
44
|
-
'materialQuiz.selectOne.answer.title': '
|
|
45
|
-
'materialQuiz.selectMultiple.answer.title': '
|
|
44
|
+
'materialQuiz.selectOne.answer.title': '알맞은 답을 선택해 주세요.',
|
|
45
|
+
'materialQuiz.selectMultiple.answer.title': '알맞은 답을 선택해 주세요. (중복 선택 가능)',
|
|
46
46
|
'materialQuiz.selectMultipleOrder.answer.title': '답안을 드래그 앤 드롭하세요.',
|
|
47
47
|
'materialQuiz.text.answer.title': '답안을 작성해 주세요.',
|
|
48
48
|
'materialQuiz.empty.title': '퀴즈가 준비 중 입니다.',
|
|
@@ -37,8 +37,8 @@ const ko = {
|
|
|
37
37
|
'materialQuiz.submittedAnswer': '제출한 답',
|
|
38
38
|
'materialQuiz.answer': '정답',
|
|
39
39
|
'materialQuiz.next': '다음 문제로 이동 >',
|
|
40
|
-
'materialQuiz.selectOne.answer.title': '
|
|
41
|
-
'materialQuiz.selectMultiple.answer.title': '
|
|
40
|
+
'materialQuiz.selectOne.answer.title': '알맞은 답을 선택해 주세요.',
|
|
41
|
+
'materialQuiz.selectMultiple.answer.title': '알맞은 답을 선택해 주세요. (중복 선택 가능)',
|
|
42
42
|
'materialQuiz.selectMultipleOrder.answer.title': '답안을 드래그 앤 드롭하세요.',
|
|
43
43
|
'materialQuiz.text.answer.title': '답안을 작성해 주세요.',
|
|
44
44
|
'materialQuiz.empty.title': '퀴즈가 준비 중 입니다.',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elice/material-quiz",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.230222.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",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"@elice/icons": "^1.220803.0",
|
|
59
59
|
"@elice/icons-legacy": "npm:@elice/icons@0.220803.1",
|
|
60
60
|
"@elice/markdown": "^1.220803.0",
|
|
61
|
-
"@elice/material-shared-types": "1.
|
|
62
|
-
"@elice/material-shared-utils": "1.
|
|
61
|
+
"@elice/material-shared-types": "1.230222.0",
|
|
62
|
+
"@elice/material-shared-utils": "1.230222.0",
|
|
63
63
|
"@elice/types": "1.230215.1",
|
|
64
64
|
"@types/classnames": "^2.3.1",
|
|
65
65
|
"@types/jquery": "^3.5.13",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"react-use": "^17.2.4",
|
|
74
74
|
"styled-components": "^5.3.0"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "31176c73215066ca4d6760b8c8fde4e49fcba2ec"
|
|
77
77
|
}
|