touchstudy-core 0.1.13 → 0.1.14
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/dist/index.js +43 -3
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +43 -3
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -1054,6 +1054,16 @@ var saturday = "토요일";
|
|
1054
1054
|
var total_lessons = "총 수업";
|
1055
1055
|
var weekly_days_required = "평일 필수";
|
1056
1056
|
var main_teacher = "주 교사";
|
1057
|
+
var the_first = "첫번째";
|
1058
|
+
var the_second = "두번째";
|
1059
|
+
var the_third = "세번째";
|
1060
|
+
var the_fourth = "네번째";
|
1061
|
+
var the_fifth = "다섯번째";
|
1062
|
+
var the_sixth = "여섯번째";
|
1063
|
+
var the_seventh = "일곱번째";
|
1064
|
+
var the_eighth = "여덟번째";
|
1065
|
+
var the_ninth = "아홉번째";
|
1066
|
+
var the_tenth = "열번째";
|
1057
1067
|
var lang_ko = {
|
1058
1068
|
problem_solving: problem_solving,
|
1059
1069
|
my_story: my_story,
|
@@ -1155,7 +1165,17 @@ var lang_ko = {
|
|
1155
1165
|
saturday: saturday,
|
1156
1166
|
total_lessons: total_lessons,
|
1157
1167
|
weekly_days_required: weekly_days_required,
|
1158
|
-
main_teacher: main_teacher
|
1168
|
+
main_teacher: main_teacher,
|
1169
|
+
the_first: the_first,
|
1170
|
+
the_second: the_second,
|
1171
|
+
the_third: the_third,
|
1172
|
+
the_fourth: the_fourth,
|
1173
|
+
the_fifth: the_fifth,
|
1174
|
+
the_sixth: the_sixth,
|
1175
|
+
the_seventh: the_seventh,
|
1176
|
+
the_eighth: the_eighth,
|
1177
|
+
the_ninth: the_ninth,
|
1178
|
+
the_tenth: the_tenth
|
1159
1179
|
};
|
1160
1180
|
|
1161
1181
|
var problem_solving$1 = "Problem Solving";
|
@@ -1295,6 +1315,16 @@ var weekly_days_required$1 = "Weekly days are required";
|
|
1295
1315
|
var main_teacher$1 = "Main teacher";
|
1296
1316
|
var main_teacher_required = "Main teacher is required";
|
1297
1317
|
var teacher = "Teacher";
|
1318
|
+
var the_first$1 = "The first";
|
1319
|
+
var the_second$1 = "The second";
|
1320
|
+
var the_third$1 = "The third";
|
1321
|
+
var the_fourth$1 = "The fourth";
|
1322
|
+
var the_fifth$1 = "The fifth";
|
1323
|
+
var the_sixth$1 = "The sixth";
|
1324
|
+
var the_seventh$1 = "The seventh";
|
1325
|
+
var the_eighth$1 = "The eighth";
|
1326
|
+
var the_ninth$1 = "The ninth";
|
1327
|
+
var the_tenth$1 = "The tenth";
|
1298
1328
|
var lang_en = {
|
1299
1329
|
problem_solving: problem_solving$1,
|
1300
1330
|
my_story: my_story$1,
|
@@ -1432,7 +1462,17 @@ var lang_en = {
|
|
1432
1462
|
weekly_days_required: weekly_days_required$1,
|
1433
1463
|
main_teacher: main_teacher$1,
|
1434
1464
|
main_teacher_required: main_teacher_required,
|
1435
|
-
teacher: teacher
|
1465
|
+
teacher: teacher,
|
1466
|
+
the_first: the_first$1,
|
1467
|
+
the_second: the_second$1,
|
1468
|
+
the_third: the_third$1,
|
1469
|
+
the_fourth: the_fourth$1,
|
1470
|
+
the_fifth: the_fifth$1,
|
1471
|
+
the_sixth: the_sixth$1,
|
1472
|
+
the_seventh: the_seventh$1,
|
1473
|
+
the_eighth: the_eighth$1,
|
1474
|
+
the_ninth: the_ninth$1,
|
1475
|
+
the_tenth: the_tenth$1
|
1436
1476
|
};
|
1437
1477
|
|
1438
1478
|
i18n.use(reactI18next.initReactI18next).init({
|
@@ -3091,7 +3131,7 @@ var SCORE_OPTIONS = Array.from({
|
|
3091
3131
|
return i + 1;
|
3092
3132
|
});
|
3093
3133
|
var QUESTION_OPTIONS = Array.from({
|
3094
|
-
length:
|
3134
|
+
length: 10
|
3095
3135
|
}, function (_, i) {
|
3096
3136
|
return i + 1;
|
3097
3137
|
});
|