@elice/material-survey 1.231201.0 → 1.231227.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.
|
@@ -3,23 +3,23 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var en = {
|
|
6
|
-
'common.option': '
|
|
7
|
-
'common.errorMessage.range': '{min} ~ {max}
|
|
8
|
-
'content.title': '
|
|
6
|
+
'common.option': 'Option {number}',
|
|
7
|
+
'common.errorMessage.range': 'Please enter within {min} ~ {max} characters.',
|
|
8
|
+
'content.title': 'Question',
|
|
9
9
|
'content.title.errorMessage.required': 'Please fill the question.',
|
|
10
|
-
'content.title.placeholder': '
|
|
11
|
-
'content.description.title': '
|
|
12
|
-
'content.description.placeholder': '
|
|
13
|
-
'content.option.title': '
|
|
14
|
-
'content.option.tooltip.disabled':
|
|
15
|
-
'content.option.select.items.selectOne': '
|
|
16
|
-
'content.option.select.items.selectMultiple': '
|
|
17
|
-
'content.option.select.items.text': '
|
|
18
|
-
'option.common.select.errorMessage.required': '
|
|
19
|
-
'option.common.select.placeholder': '
|
|
20
|
-
'option.common.select.tooltip.minOptionInfoItem': '
|
|
21
|
-
'option.common.select.tooltip.maxOptionInfoItem': '
|
|
22
|
-
'option.common.select.addButton': '
|
|
10
|
+
'content.title.placeholder': 'Please enter question.',
|
|
11
|
+
'content.description.title': 'Detailed Contents',
|
|
12
|
+
'content.description.placeholder': 'Please enter a detailed question description or image, etc.',
|
|
13
|
+
'content.option.title': 'Answer',
|
|
14
|
+
'content.option.tooltip.disabled': "Editing is not possible if the question is public or if there are students who have submitted the question.\nYou can check the configured question in the Learner's Materials tab on the left.",
|
|
15
|
+
'content.option.select.items.selectOne': 'Single Choice',
|
|
16
|
+
'content.option.select.items.selectMultiple': 'Multiple Choice',
|
|
17
|
+
'content.option.select.items.text': 'Short Answer',
|
|
18
|
+
'option.common.select.errorMessage.required': 'Please enter options.',
|
|
19
|
+
'option.common.select.placeholder': 'Enter options',
|
|
20
|
+
'option.common.select.tooltip.minOptionInfoItem': 'You must enter at least 2 options.',
|
|
21
|
+
'option.common.select.tooltip.maxOptionInfoItem': 'You cannot enter more than 20 options.',
|
|
22
|
+
'option.common.select.addButton': 'Add Option'
|
|
23
23
|
};
|
|
24
24
|
var ko = {
|
|
25
25
|
'common.option': '옵션 {number}',
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
var en = {
|
|
2
|
-
'common.option': '
|
|
3
|
-
'common.errorMessage.range': '{min} ~ {max}
|
|
4
|
-
'content.title': '
|
|
2
|
+
'common.option': 'Option {number}',
|
|
3
|
+
'common.errorMessage.range': 'Please enter within {min} ~ {max} characters.',
|
|
4
|
+
'content.title': 'Question',
|
|
5
5
|
'content.title.errorMessage.required': 'Please fill the question.',
|
|
6
|
-
'content.title.placeholder': '
|
|
7
|
-
'content.description.title': '
|
|
8
|
-
'content.description.placeholder': '
|
|
9
|
-
'content.option.title': '
|
|
10
|
-
'content.option.tooltip.disabled':
|
|
11
|
-
'content.option.select.items.selectOne': '
|
|
12
|
-
'content.option.select.items.selectMultiple': '
|
|
13
|
-
'content.option.select.items.text': '
|
|
14
|
-
'option.common.select.errorMessage.required': '
|
|
15
|
-
'option.common.select.placeholder': '
|
|
16
|
-
'option.common.select.tooltip.minOptionInfoItem': '
|
|
17
|
-
'option.common.select.tooltip.maxOptionInfoItem': '
|
|
18
|
-
'option.common.select.addButton': '
|
|
6
|
+
'content.title.placeholder': 'Please enter question.',
|
|
7
|
+
'content.description.title': 'Detailed Contents',
|
|
8
|
+
'content.description.placeholder': 'Please enter a detailed question description or image, etc.',
|
|
9
|
+
'content.option.title': 'Answer',
|
|
10
|
+
'content.option.tooltip.disabled': "Editing is not possible if the question is public or if there are students who have submitted the question.\nYou can check the configured question in the Learner's Materials tab on the left.",
|
|
11
|
+
'content.option.select.items.selectOne': 'Single Choice',
|
|
12
|
+
'content.option.select.items.selectMultiple': 'Multiple Choice',
|
|
13
|
+
'content.option.select.items.text': 'Short Answer',
|
|
14
|
+
'option.common.select.errorMessage.required': 'Please enter options.',
|
|
15
|
+
'option.common.select.placeholder': 'Enter options',
|
|
16
|
+
'option.common.select.tooltip.minOptionInfoItem': 'You must enter at least 2 options.',
|
|
17
|
+
'option.common.select.tooltip.maxOptionInfoItem': 'You cannot enter more than 20 options.',
|
|
18
|
+
'option.common.select.addButton': 'Add Option'
|
|
19
19
|
};
|
|
20
20
|
var ko = {
|
|
21
21
|
'common.option': '옵션 {number}',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elice/material-survey",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.231227.0",
|
|
4
4
|
"description": "User view and editing components of Elice material survey",
|
|
5
5
|
"repository": "https://git.elicer.io/elice/frontend/library/elice-material",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"@elice/icons": "^1.230814.0",
|
|
52
52
|
"@elice/icons-legacy": "npm:@elice/icons@0.230814.0",
|
|
53
53
|
"@elice/markdown": "^1.220815.0",
|
|
54
|
-
"@elice/material-shared-types": "1.
|
|
55
|
-
"@elice/material-shared-utils": "1.
|
|
54
|
+
"@elice/material-shared-types": "1.231227.0",
|
|
55
|
+
"@elice/material-shared-utils": "1.231227.0",
|
|
56
56
|
"@elice/types": "^1.230815.0",
|
|
57
57
|
"@types/classnames": "^2.3.1",
|
|
58
58
|
"@types/react": "~17.0.9",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"react-use": "^17.2.4",
|
|
64
64
|
"styled-components": "^5.3.0"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "9c84854123a8e6ae3a8d734e3bc9b944bf20d924"
|
|
67
67
|
}
|