@elice/material-quiz 1.231026.0 → 1.231103.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,59 +3,59 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var en = {
|
|
6
|
-
'common.option': '
|
|
7
|
-
'common.group': '
|
|
8
|
-
'common.errorMessage.range': '{min} ~ {max}
|
|
9
|
-
'content.title': '
|
|
10
|
-
'content.title.errorMessage.required': 'Please
|
|
11
|
-
'content.title.placeholder': '
|
|
12
|
-
'content.description.title': '
|
|
13
|
-
'content.description.placeholder': '
|
|
14
|
-
'content.option.title': '
|
|
15
|
-
'content.option.tooltip.disabled':
|
|
16
|
-
'content.option.select.items.selectOne': '
|
|
17
|
-
'content.option.select.items.selectMultiple': '
|
|
18
|
-
'content.option.select.items.selectMultipleOrder': '
|
|
19
|
-
'content.option.select.items.text': '
|
|
20
|
-
'content.option.select.items.group': '
|
|
21
|
-
'content.option.statusText.dragNDrop':
|
|
22
|
-
'content.option.statusText.dragNDropGroup':
|
|
23
|
-
'content.option.errorMessage.required': '
|
|
24
|
-
'content.answerHint.title': '
|
|
25
|
-
'content.answerHint.description': '
|
|
26
|
-
'content.answerHint.placeholder': '
|
|
27
|
-
'content.explanationInfo.title': '
|
|
28
|
-
'content.explanationInfo.description': '
|
|
29
|
-
'content.explanationInfo.checkbox.label': '
|
|
30
|
-
'content.explanationInfo.textarea.placeholder': '
|
|
31
|
-
'content.explanationInfo.textarea.errorMessage.required': '
|
|
32
|
-
'option.common.select.errorMessage.required': '
|
|
33
|
-
'option.common.select.placeholder': '
|
|
34
|
-
'option.common.select.tooltip.minOptionInfoItem': '
|
|
35
|
-
'option.common.select.tooltip.maxOptionInfoItem': '
|
|
36
|
-
'option.common.select.addButton': '
|
|
37
|
-
'option.text.answerInfo.errorMessage.required': '
|
|
38
|
-
'option.text.answerInfo.hintText': '
|
|
39
|
-
'option.text.isAutoGrade.checkbox.label': '
|
|
40
|
-
'group.option.title': '
|
|
41
|
-
'group.option.addButton': '
|
|
42
|
-
'group.option.errorMessage.required': '
|
|
43
|
-
'group.option.errorMessage.notChild': '
|
|
44
|
-
'group.option.tooltip.minDisabled': '
|
|
45
|
-
'group.option.tooltip.maxDisabled': '
|
|
46
|
-
'answer.option.errorMessage': '
|
|
47
|
-
'answer.option.title.text': '
|
|
48
|
-
'answer.option.title.file': '
|
|
49
|
-
'answer.option.title.group': '
|
|
50
|
-
'answer.option.addButton': '
|
|
51
|
-
'answer.option.file.label': '
|
|
52
|
-
'answer.option.file.description.imageSize': '
|
|
53
|
-
'answer.option.file.description.fileSize': '
|
|
54
|
-
'answer.option.file.description.extension': '.mp3, .mp4, .mov, .png, .jpg .svg .gif
|
|
55
|
-
'answer.option.file.errorMessage.maxSize': '
|
|
56
|
-
'answer.option.default.group': '
|
|
57
|
-
'answer.option.tooltip.minDisabled': '
|
|
58
|
-
'answer.option.tooltip.maxDisabled': '
|
|
6
|
+
'common.option': 'Option {number}',
|
|
7
|
+
'common.group': 'Group {group}',
|
|
8
|
+
'common.errorMessage.range': 'Please enter within {min} ~ {max} characters.',
|
|
9
|
+
'content.title': 'Question',
|
|
10
|
+
'content.title.errorMessage.required': 'Please enter a question.',
|
|
11
|
+
'content.title.placeholder': 'Please enter the question for the problem.',
|
|
12
|
+
'content.description.title': 'Problem Description',
|
|
13
|
+
'content.description.placeholder': 'Please enter a detailed problem description, code, or image, etc.',
|
|
14
|
+
'content.option.title': 'Answer',
|
|
15
|
+
'content.option.tooltip.disabled': "Editing is not possible if the quiz is public or if there are students who have submitted the problem.\nYou can check the configured problem in the Learner's Materials tab on the left.",
|
|
16
|
+
'content.option.select.items.selectOne': 'Multiple Choice (Single Answer)',
|
|
17
|
+
'content.option.select.items.selectMultiple': 'Multiple Choice (Multiple Answers)',
|
|
18
|
+
'content.option.select.items.selectMultipleOrder': 'Drag and Drop',
|
|
19
|
+
'content.option.select.items.text': 'Subjective',
|
|
20
|
+
'content.option.select.items.group': 'Drag and Drop (Group Type)',
|
|
21
|
+
'content.option.statusText.dragNDrop': "After entering the options, click in the order of the correct answers.\nYou can check the configured problem in the Learner's Materials tab on the left.",
|
|
22
|
+
'content.option.statusText.dragNDropGroup': "You can check the configured problem in the Learner's Materials tab on the left.",
|
|
23
|
+
'content.option.errorMessage.required': 'Please select an answer.',
|
|
24
|
+
'content.answerHint.title': 'Specify Input Field Hint Text',
|
|
25
|
+
'content.answerHint.description': 'You can specify the hint text for the input field where the answer will be entered.',
|
|
26
|
+
'content.answerHint.placeholder': 'Enter input field hint text',
|
|
27
|
+
'content.explanationInfo.title': 'Write Explanation',
|
|
28
|
+
'content.explanationInfo.description': 'This explanation will be shown after the problem is solved.',
|
|
29
|
+
'content.explanationInfo.checkbox.label': 'Use',
|
|
30
|
+
'content.explanationInfo.textarea.placeholder': 'Please enter an explanation.',
|
|
31
|
+
'content.explanationInfo.textarea.errorMessage.required': 'Please write an explanation for the problem.',
|
|
32
|
+
'option.common.select.errorMessage.required': 'Please enter options.',
|
|
33
|
+
'option.common.select.placeholder': 'Enter options',
|
|
34
|
+
'option.common.select.tooltip.minOptionInfoItem': 'You must enter at least 2 options.',
|
|
35
|
+
'option.common.select.tooltip.maxOptionInfoItem': 'You cannot enter more than 20 options.',
|
|
36
|
+
'option.common.select.addButton': 'Add Option',
|
|
37
|
+
'option.text.answerInfo.errorMessage.required': 'Please enter the correct answer.',
|
|
38
|
+
'option.text.answerInfo.hintText': 'Answers will be graded using regular expressions. If the correct answer includes meta-characters (^[]$()|*+?{}.\\), please prefix them with a backslash (\\).\nExample: If ^^ is the correct answer → \\^\\^',
|
|
39
|
+
'option.text.isAutoGrade.checkbox.label': 'Grade manually without specifying answers',
|
|
40
|
+
'group.option.title': 'Group',
|
|
41
|
+
'group.option.addButton': 'Add Group',
|
|
42
|
+
'group.option.errorMessage.required': 'Please enter a group name.',
|
|
43
|
+
'group.option.errorMessage.notChild': 'There is a group created that does not belong to any options.',
|
|
44
|
+
'group.option.tooltip.minDisabled': 'You must configure at least 2 groups.',
|
|
45
|
+
'group.option.tooltip.maxDisabled': 'You can configure up to 6 groups.',
|
|
46
|
+
'answer.option.errorMessage': 'There must be an option or a file value.',
|
|
47
|
+
'answer.option.title.text': 'Option',
|
|
48
|
+
'answer.option.title.file': 'File',
|
|
49
|
+
'answer.option.title.group': 'Group the option belongs to',
|
|
50
|
+
'answer.option.addButton': 'Add Option',
|
|
51
|
+
'answer.option.file.label': 'Upload File',
|
|
52
|
+
'answer.option.file.description.imageSize': 'The recommended aspect ratio for the file is 1:1 (185 x 185px).',
|
|
53
|
+
'answer.option.file.description.fileSize': 'You can upload files up to 3MB.',
|
|
54
|
+
'answer.option.file.description.extension': 'Supports .mp3, .mp4, .mov, .png, .jpg .svg .gif extensions.',
|
|
55
|
+
'answer.option.file.errorMessage.maxSize': 'You can upload up to {size}MB.',
|
|
56
|
+
'answer.option.default.group': 'None',
|
|
57
|
+
'answer.option.tooltip.minDisabled': 'You must configure at least 2 options.',
|
|
58
|
+
'answer.option.tooltip.maxDisabled': 'You can configure up to 20 options.'
|
|
59
59
|
};
|
|
60
60
|
var ko = {
|
|
61
61
|
'common.option': '옵션 {number}',
|
|
@@ -1,57 +1,57 @@
|
|
|
1
1
|
var en = {
|
|
2
|
-
'common.option': '
|
|
3
|
-
'common.group': '
|
|
4
|
-
'common.errorMessage.range': '{min} ~ {max}
|
|
5
|
-
'content.title': '
|
|
6
|
-
'content.title.errorMessage.required': 'Please
|
|
7
|
-
'content.title.placeholder': '
|
|
8
|
-
'content.description.title': '
|
|
9
|
-
'content.description.placeholder': '
|
|
10
|
-
'content.option.title': '
|
|
11
|
-
'content.option.tooltip.disabled':
|
|
12
|
-
'content.option.select.items.selectOne': '
|
|
13
|
-
'content.option.select.items.selectMultiple': '
|
|
14
|
-
'content.option.select.items.selectMultipleOrder': '
|
|
15
|
-
'content.option.select.items.text': '
|
|
16
|
-
'content.option.select.items.group': '
|
|
17
|
-
'content.option.statusText.dragNDrop':
|
|
18
|
-
'content.option.statusText.dragNDropGroup':
|
|
19
|
-
'content.option.errorMessage.required': '
|
|
20
|
-
'content.answerHint.title': '
|
|
21
|
-
'content.answerHint.description': '
|
|
22
|
-
'content.answerHint.placeholder': '
|
|
23
|
-
'content.explanationInfo.title': '
|
|
24
|
-
'content.explanationInfo.description': '
|
|
25
|
-
'content.explanationInfo.checkbox.label': '
|
|
26
|
-
'content.explanationInfo.textarea.placeholder': '
|
|
27
|
-
'content.explanationInfo.textarea.errorMessage.required': '
|
|
28
|
-
'option.common.select.errorMessage.required': '
|
|
29
|
-
'option.common.select.placeholder': '
|
|
30
|
-
'option.common.select.tooltip.minOptionInfoItem': '
|
|
31
|
-
'option.common.select.tooltip.maxOptionInfoItem': '
|
|
32
|
-
'option.common.select.addButton': '
|
|
33
|
-
'option.text.answerInfo.errorMessage.required': '
|
|
34
|
-
'option.text.answerInfo.hintText': '
|
|
35
|
-
'option.text.isAutoGrade.checkbox.label': '
|
|
36
|
-
'group.option.title': '
|
|
37
|
-
'group.option.addButton': '
|
|
38
|
-
'group.option.errorMessage.required': '
|
|
39
|
-
'group.option.errorMessage.notChild': '
|
|
40
|
-
'group.option.tooltip.minDisabled': '
|
|
41
|
-
'group.option.tooltip.maxDisabled': '
|
|
42
|
-
'answer.option.errorMessage': '
|
|
43
|
-
'answer.option.title.text': '
|
|
44
|
-
'answer.option.title.file': '
|
|
45
|
-
'answer.option.title.group': '
|
|
46
|
-
'answer.option.addButton': '
|
|
47
|
-
'answer.option.file.label': '
|
|
48
|
-
'answer.option.file.description.imageSize': '
|
|
49
|
-
'answer.option.file.description.fileSize': '
|
|
50
|
-
'answer.option.file.description.extension': '.mp3, .mp4, .mov, .png, .jpg .svg .gif
|
|
51
|
-
'answer.option.file.errorMessage.maxSize': '
|
|
52
|
-
'answer.option.default.group': '
|
|
53
|
-
'answer.option.tooltip.minDisabled': '
|
|
54
|
-
'answer.option.tooltip.maxDisabled': '
|
|
2
|
+
'common.option': 'Option {number}',
|
|
3
|
+
'common.group': 'Group {group}',
|
|
4
|
+
'common.errorMessage.range': 'Please enter within {min} ~ {max} characters.',
|
|
5
|
+
'content.title': 'Question',
|
|
6
|
+
'content.title.errorMessage.required': 'Please enter a question.',
|
|
7
|
+
'content.title.placeholder': 'Please enter the question for the problem.',
|
|
8
|
+
'content.description.title': 'Problem Description',
|
|
9
|
+
'content.description.placeholder': 'Please enter a detailed problem description, code, or image, etc.',
|
|
10
|
+
'content.option.title': 'Answer',
|
|
11
|
+
'content.option.tooltip.disabled': "Editing is not possible if the quiz is public or if there are students who have submitted the problem.\nYou can check the configured problem in the Learner's Materials tab on the left.",
|
|
12
|
+
'content.option.select.items.selectOne': 'Multiple Choice (Single Answer)',
|
|
13
|
+
'content.option.select.items.selectMultiple': 'Multiple Choice (Multiple Answers)',
|
|
14
|
+
'content.option.select.items.selectMultipleOrder': 'Drag and Drop',
|
|
15
|
+
'content.option.select.items.text': 'Subjective',
|
|
16
|
+
'content.option.select.items.group': 'Drag and Drop (Group Type)',
|
|
17
|
+
'content.option.statusText.dragNDrop': "After entering the options, click in the order of the correct answers.\nYou can check the configured problem in the Learner's Materials tab on the left.",
|
|
18
|
+
'content.option.statusText.dragNDropGroup': "You can check the configured problem in the Learner's Materials tab on the left.",
|
|
19
|
+
'content.option.errorMessage.required': 'Please select an answer.',
|
|
20
|
+
'content.answerHint.title': 'Specify Input Field Hint Text',
|
|
21
|
+
'content.answerHint.description': 'You can specify the hint text for the input field where the answer will be entered.',
|
|
22
|
+
'content.answerHint.placeholder': 'Enter input field hint text',
|
|
23
|
+
'content.explanationInfo.title': 'Write Explanation',
|
|
24
|
+
'content.explanationInfo.description': 'This explanation will be shown after the problem is solved.',
|
|
25
|
+
'content.explanationInfo.checkbox.label': 'Use',
|
|
26
|
+
'content.explanationInfo.textarea.placeholder': 'Please enter an explanation.',
|
|
27
|
+
'content.explanationInfo.textarea.errorMessage.required': 'Please write an explanation for the problem.',
|
|
28
|
+
'option.common.select.errorMessage.required': 'Please enter options.',
|
|
29
|
+
'option.common.select.placeholder': 'Enter options',
|
|
30
|
+
'option.common.select.tooltip.minOptionInfoItem': 'You must enter at least 2 options.',
|
|
31
|
+
'option.common.select.tooltip.maxOptionInfoItem': 'You cannot enter more than 20 options.',
|
|
32
|
+
'option.common.select.addButton': 'Add Option',
|
|
33
|
+
'option.text.answerInfo.errorMessage.required': 'Please enter the correct answer.',
|
|
34
|
+
'option.text.answerInfo.hintText': 'Answers will be graded using regular expressions. If the correct answer includes meta-characters (^[]$()|*+?{}.\\), please prefix them with a backslash (\\).\nExample: If ^^ is the correct answer → \\^\\^',
|
|
35
|
+
'option.text.isAutoGrade.checkbox.label': 'Grade manually without specifying answers',
|
|
36
|
+
'group.option.title': 'Group',
|
|
37
|
+
'group.option.addButton': 'Add Group',
|
|
38
|
+
'group.option.errorMessage.required': 'Please enter a group name.',
|
|
39
|
+
'group.option.errorMessage.notChild': 'There is a group created that does not belong to any options.',
|
|
40
|
+
'group.option.tooltip.minDisabled': 'You must configure at least 2 groups.',
|
|
41
|
+
'group.option.tooltip.maxDisabled': 'You can configure up to 6 groups.',
|
|
42
|
+
'answer.option.errorMessage': 'There must be an option or a file value.',
|
|
43
|
+
'answer.option.title.text': 'Option',
|
|
44
|
+
'answer.option.title.file': 'File',
|
|
45
|
+
'answer.option.title.group': 'Group the option belongs to',
|
|
46
|
+
'answer.option.addButton': 'Add Option',
|
|
47
|
+
'answer.option.file.label': 'Upload File',
|
|
48
|
+
'answer.option.file.description.imageSize': 'The recommended aspect ratio for the file is 1:1 (185 x 185px).',
|
|
49
|
+
'answer.option.file.description.fileSize': 'You can upload files up to 3MB.',
|
|
50
|
+
'answer.option.file.description.extension': 'Supports .mp3, .mp4, .mov, .png, .jpg .svg .gif extensions.',
|
|
51
|
+
'answer.option.file.errorMessage.maxSize': 'You can upload up to {size}MB.',
|
|
52
|
+
'answer.option.default.group': 'None',
|
|
53
|
+
'answer.option.tooltip.minDisabled': 'You must configure at least 2 options.',
|
|
54
|
+
'answer.option.tooltip.maxDisabled': 'You can configure up to 20 options.'
|
|
55
55
|
};
|
|
56
56
|
var ko = {
|
|
57
57
|
'common.option': '옵션 {number}',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elice/material-quiz",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.231103.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",
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"@elice/icons": "^1.230814.0",
|
|
55
55
|
"@elice/icons-legacy": "npm:@elice/icons@0.230814.0",
|
|
56
56
|
"@elice/markdown": "^1.220815.0",
|
|
57
|
-
"@elice/material-shared-types": "1.
|
|
58
|
-
"@elice/material-shared-utils": "1.
|
|
57
|
+
"@elice/material-shared-types": "1.231103.0",
|
|
58
|
+
"@elice/material-shared-utils": "1.231103.0",
|
|
59
59
|
"@elice/types": "^1.230815.0",
|
|
60
60
|
"@types/classnames": "^2.3.1",
|
|
61
61
|
"@types/jquery": "^3.5.13",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"react-use": "^17.2.4",
|
|
70
70
|
"styled-components": "^5.3.0"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "f617fd87ac50d26998ed038719439b76d438158b"
|
|
73
73
|
}
|