touchstudy-core 0.1.75 → 0.1.76
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.css +13 -13
- package/dist/index.js +64 -32
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +64 -32
- package/dist/index.modern.js.map +1 -1
- package/dist/tests/performances/do-exam-session.d.ts +1 -1
- package/dist/utilities.d.ts +1 -0
- package/dist/utils/types/tableHeaderType.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
@@ -168,7 +168,7 @@ function _taggedTemplateLiteralLoose(strings, raw) {
|
|
168
168
|
return strings;
|
169
169
|
}
|
170
170
|
|
171
|
-
var styles = {"lighter":"#F0FFF6","light":"#89F0B2","less_dark":"#3DC674","dark":"#349056","darker":"#18442A","gray_50":"#FBFBF9","gray_100":"#EAEAE5","gray_300":"#D0D0C8","gray_500":"#9A9A98","gray_700":"#5D5D5B","gray_900":"#363634","btn-login-google":"_2HqmH","block-login":"_wWIyO","box-login":"_38Lo1","btn-primary":"_rd4Uy","dropdown-menu":"_1krbH","header-avatar":"_RQaHE","dropdown-menu-flag":"_XK8oS","dropdown-content":"_3ys4W","dropdown-change":"_ToOW_","item-address":"_3sQlR","item-logout":"_3bqSM","title-address":"_1jgSI","img-avatar":"_35Ttz","item-contact":"_1wc7o","content-text":"_3S4f2","dropdown-content-language":"_3ajui","dropdown-item-language":"_3Y_y4","dropdown-item-language-active":"_CzNMi","dropdown-academy":"_3CMVp","image-academy":"_2ibYC","academy-btn":"_1JMRU","switch-icon":"_N4FNf","dropdown-content-academy":"_31Dr0","dropdown-academy-item":"_3bjcz","noGutters":"_31ZQk","custom-col-2":"_3yXyK","custom-col-3":"_1RsJQ","custom-col-5":"_L42CP","custom-col-10":"_2u6eL","custom-row":"_8x7OP","custom-col":"_1JmTh","custom-col-4":"_3HO1e","custom-col-8":"_Oy31M","custom-col-12":"_3aUKo","custom-container":"_39LRs","form-label":"__Ut-u","form-control":"_2k4dX","btn-outline-primary":"_2PWdX","sort-icons":"_mQvLF","active":"_3oAH-","form-select":"_3W3aw","truncate":"_3NJzN","headers":"_3xnI5","logo-container":"_3YG70","tabBox":"_1CQPn","routerBox":"_3hx2T","tabText":"_3UyhW","router-link-active":"_1TGKA","router-link":"_1AqMh","userImg":"_2RI6G","disabled-link":"_3aVHg","line-clamp":"_3fpky"};
|
171
|
+
var styles = {"lighter":"#F0FFF6","light":"#89F0B2","less_dark":"#3DC674","dark":"#349056","darker":"#18442A","gray_50":"#FBFBF9","gray_100":"#EAEAE5","gray_300":"#D0D0C8","gray_500":"#9A9A98","gray_700":"#5D5D5B","gray_900":"#363634","red_900":"#DB4D4D","green_support_900":"#3ACB46","yellow_900":"#FEAF06","purple_900":"#C3099A","btn-login-google":"_2HqmH","block-login":"_wWIyO","box-login":"_38Lo1","btn-primary":"_rd4Uy","dropdown-menu":"_1krbH","header-avatar":"_RQaHE","dropdown-menu-flag":"_XK8oS","dropdown-content":"_3ys4W","dropdown-change":"_ToOW_","item-address":"_3sQlR","item-logout":"_3bqSM","title-address":"_1jgSI","img-avatar":"_35Ttz","item-contact":"_1wc7o","content-text":"_3S4f2","dropdown-content-language":"_3ajui","dropdown-item-language":"_3Y_y4","dropdown-item-language-active":"_CzNMi","dropdown-academy":"_3CMVp","image-academy":"_2ibYC","academy-btn":"_1JMRU","switch-icon":"_N4FNf","dropdown-content-academy":"_31Dr0","dropdown-academy-item":"_3bjcz","noGutters":"_31ZQk","custom-col-2":"_3yXyK","custom-col-3":"_1RsJQ","custom-col-5":"_L42CP","custom-col-10":"_2u6eL","custom-row":"_8x7OP","custom-col":"_1JmTh","custom-col-4":"_3HO1e","custom-col-8":"_Oy31M","custom-col-12":"_3aUKo","custom-container":"_39LRs","form-label":"__Ut-u","form-control":"_2k4dX","btn-outline-primary":"_2PWdX","sort-icons":"_mQvLF","active":"_3oAH-","form-select":"_3W3aw","truncate":"_3NJzN","headers":"_3xnI5","logo-container":"_3YG70","tabBox":"_1CQPn","routerBox":"_3hx2T","tabText":"_3UyhW","router-link-active":"_1TGKA","router-link":"_1AqMh","userImg":"_2RI6G","disabled-link":"_3aVHg","line-clamp":"_3fpky"};
|
172
172
|
|
173
173
|
// A type of promise-like that resolves synchronously and supports only one observer
|
174
174
|
|
@@ -2205,7 +2205,7 @@ var code_header = "암호";
|
|
2205
2205
|
var duration_header = "지속";
|
2206
2206
|
var total_number_of_students_participating = "참여한 총 학생 수";
|
2207
2207
|
var create = "생성하기";
|
2208
|
-
var to_show = "
|
2208
|
+
var to_show = "진행중인 시험 보기";
|
2209
2209
|
var incomplete = "미완성";
|
2210
2210
|
var please_enter_your_phone_number = "전화번호를 입력해 주세요(-제외, 숫자만 입력).";
|
2211
2211
|
var parent_information = "회원가입 - 학부모정보";
|
@@ -2438,7 +2438,7 @@ var parent_phone_number_header = "학부모 전화번호";
|
|
2438
2438
|
var cases = "{{number}}건";
|
2439
2439
|
var my_classes = "내 수업";
|
2440
2440
|
var choose = "선택하다";
|
2441
|
-
var additional_duration = "
|
2441
|
+
var additional_duration = "진행중인 시험 시간 추가하기";
|
2442
2442
|
var enter_textbook_name_to_search = "검색할 교재명을 입력하세요";
|
2443
2443
|
var select_class_placeholder = "수업을 선택하세요...";
|
2444
2444
|
var user_name = "유저 이름";
|
@@ -2471,7 +2471,7 @@ var submit = "제출하다";
|
|
2471
2471
|
var must_select_a_teacher_first = "먼저 교사를 선택해야 합니다";
|
2472
2472
|
var student_grade_is_invalid = "학생 등급은 1에서 12 사이여야 합니다";
|
2473
2473
|
var recent_users = "최근 사용자";
|
2474
|
-
var recent_students = "
|
2474
|
+
var recent_students = "학생 관리 기록";
|
2475
2475
|
var viewed_user = "본 사용자";
|
2476
2476
|
var viewed_QNA = "조회한 질문&답변";
|
2477
2477
|
var viewed_exam_result = "시험 결과를 보았습니다";
|
@@ -2548,6 +2548,13 @@ var sent_at = "보낸 시간";
|
|
2548
2548
|
var create_data_successfully = "데이터를 성공적으로 생성했습니다";
|
2549
2549
|
var reduce_time = "시간 단축";
|
2550
2550
|
var reduce_duration = "기간 단축";
|
2551
|
+
var start_test = "시험시작";
|
2552
|
+
var edit_test = "편집";
|
2553
|
+
var view_test = "삭제";
|
2554
|
+
var view_records = "기록열람";
|
2555
|
+
var delete_action = "삭제";
|
2556
|
+
var edit_action = "수정";
|
2557
|
+
var view_action = "열람";
|
2551
2558
|
var lang_ko = {
|
2552
2559
|
problem_solving: problem_solving,
|
2553
2560
|
my_story: my_story,
|
@@ -3297,7 +3304,14 @@ var lang_ko = {
|
|
3297
3304
|
sent_at: sent_at,
|
3298
3305
|
create_data_successfully: create_data_successfully,
|
3299
3306
|
reduce_time: reduce_time,
|
3300
|
-
reduce_duration: reduce_duration
|
3307
|
+
reduce_duration: reduce_duration,
|
3308
|
+
start_test: start_test,
|
3309
|
+
edit_test: edit_test,
|
3310
|
+
view_test: view_test,
|
3311
|
+
view_records: view_records,
|
3312
|
+
delete_action: delete_action,
|
3313
|
+
edit_action: edit_action,
|
3314
|
+
view_action: view_action
|
3301
3315
|
};
|
3302
3316
|
|
3303
3317
|
var problem_solving$1 = "Problem Solving";
|
@@ -4057,6 +4071,13 @@ var sent_at$1 = "Sent at";
|
|
4057
4071
|
var create_data_successfully$1 = "Data was created successfully";
|
4058
4072
|
var reduce_time$1 = "Reduce time";
|
4059
4073
|
var reduce_duration$1 = "Reduce duration";
|
4074
|
+
var start_test$1 = "Start exam";
|
4075
|
+
var edit_test$1 = "Edit exam";
|
4076
|
+
var view_test$1 = "View exam";
|
4077
|
+
var view_records$1 = "View records";
|
4078
|
+
var delete_action$1 = "Delete";
|
4079
|
+
var edit_action$1 = "Edit";
|
4080
|
+
var view_action$1 = "View";
|
4060
4081
|
var lang_en = {
|
4061
4082
|
problem_solving: problem_solving$1,
|
4062
4083
|
my_story: my_story$1,
|
@@ -4807,7 +4828,14 @@ var lang_en = {
|
|
4807
4828
|
sent_at: sent_at$1,
|
4808
4829
|
create_data_successfully: create_data_successfully$1,
|
4809
4830
|
reduce_time: reduce_time$1,
|
4810
|
-
reduce_duration: reduce_duration$1
|
4831
|
+
reduce_duration: reduce_duration$1,
|
4832
|
+
start_test: start_test$1,
|
4833
|
+
edit_test: edit_test$1,
|
4834
|
+
view_test: view_test$1,
|
4835
|
+
view_records: view_records$1,
|
4836
|
+
delete_action: delete_action$1,
|
4837
|
+
edit_action: edit_action$1,
|
4838
|
+
view_action: view_action$1
|
4811
4839
|
};
|
4812
4840
|
|
4813
4841
|
i18n.use(initReactI18next).init({
|
@@ -6600,7 +6628,7 @@ var ChatHeader = function ChatHeader(_ref) {
|
|
6600
6628
|
}, React__default.createElement(Typography, {
|
6601
6629
|
fontWeight: 800,
|
6602
6630
|
fontSize: "20px",
|
6603
|
-
color: styles.
|
6631
|
+
color: styles.less_darker,
|
6604
6632
|
lineHeight: "23.87px"
|
6605
6633
|
}, isStudent ? t("question_and_answer") : t("q&a"))), renderHeader(), React__default.createElement(ConfirmDialog, {
|
6606
6634
|
open: openDialog,
|
@@ -8059,7 +8087,7 @@ var TEXTBOOK_HEADERS = [{
|
|
8059
8087
|
}, {
|
8060
8088
|
title: "total_chapters"
|
8061
8089
|
}, {
|
8062
|
-
title: "
|
8090
|
+
title: ["edit_action", "view_action", "delete_action"]
|
8063
8091
|
}];
|
8064
8092
|
var DEFAULT_ANSWER_COUNT = 5;
|
8065
8093
|
var DEFAULT_EXAM_REQUEST = {
|
@@ -10431,7 +10459,9 @@ var TableHeader = function TableHeader(_ref) {
|
|
10431
10459
|
} : undefined
|
10432
10460
|
}, React__default.createElement("div", {
|
10433
10461
|
className: "d-flex justify-content-between align-items-center text-nowrap"
|
10434
|
-
},
|
10462
|
+
}, Array.isArray(i.title) ? i.title.map(function (tl) {
|
10463
|
+
return t(tl);
|
10464
|
+
}).join("/") : t(i.title), !!i.sortKey && React__default.createElement(SortIcon, {
|
10435
10465
|
isAscending: filter.sortColumnName !== i.sortKey ? undefined : filter.sortColumnDirection === OrderType.ASC
|
10436
10466
|
})));
|
10437
10467
|
})));
|
@@ -10539,12 +10569,13 @@ var TextbookList = function TextbookList(props) {
|
|
10539
10569
|
direction: "row",
|
10540
10570
|
spacing: 1,
|
10541
10571
|
alignItems: "center"
|
10542
|
-
},
|
10572
|
+
}, React__default.createElement(IconButton, {
|
10543
10573
|
color: "default",
|
10544
|
-
className: "bg-warning text-white",
|
10574
|
+
className: (i.isCreatedByAdmin ? "bg-secondary" : "bg-warning") + " text-white",
|
10545
10575
|
onClick: function onClick() {
|
10546
10576
|
return handleUpdateTextbook(i.id);
|
10547
|
-
}
|
10577
|
+
},
|
10578
|
+
disabled: !!i.isCreatedByAdmin
|
10548
10579
|
}, React__default.createElement(FaPencil, {
|
10549
10580
|
size: 12
|
10550
10581
|
})), React__default.createElement(IconButton, {
|
@@ -10555,12 +10586,13 @@ var TextbookList = function TextbookList(props) {
|
|
10555
10586
|
}
|
10556
10587
|
}, React__default.createElement(FaEye, {
|
10557
10588
|
size: 12
|
10558
|
-
})),
|
10589
|
+
})), React__default.createElement(IconButton, {
|
10559
10590
|
color: "default",
|
10560
|
-
className: "bg-danger text-white",
|
10591
|
+
className: (i.isCreatedByAdmin ? "bg-secondary" : "bg-danger") + " text-white",
|
10561
10592
|
onClick: function onClick() {
|
10562
10593
|
return handleSelectDeleteTextbook(i);
|
10563
|
-
}
|
10594
|
+
},
|
10595
|
+
disabled: !!i.isCreatedByAdmin
|
10564
10596
|
}, React__default.createElement(FaTrash, {
|
10565
10597
|
size: 12
|
10566
10598
|
})))));
|
@@ -11517,6 +11549,8 @@ var createRecentUserActionListApi = function createRecentUserActionListApi(_ref)
|
|
11517
11549
|
});
|
11518
11550
|
};
|
11519
11551
|
|
11552
|
+
var styles$4 = {"lighter":"#F0FFF6","light":"#89F0B2","less_dark":"#3DC674","dark":"#349056","darker":"#18442A","gray_50":"#FBFBF9","gray_100":"#EAEAE5","gray_300":"#D0D0C8","gray_500":"#9A9A98","gray_700":"#5D5D5B","gray_900":"#363634","red_900":"#DB4D4D","green_support_900":"#3ACB46","yellow_900":"#FEAF06","purple_900":"#C3099A","titleBox":"_1dveO","title":"_mxRxf","point":"_2fD-F","buttonGroup":"_2DGl3","btnFeedback":"_xGW1x","btnTerminate":"_3mLu2","myanswer":"_eDBpS","titleMyAnswer1":"_2fMq3","titleMyAnswer2":"_3gEYh","contentMyAnswer":"_2K_sx","myAnswerItem":"_2qiLh","time":"_6TCOK","timeCol":"_hmseC","answer-response":"_3GfJt","answer-response-0":"_3ut64","answer-response-1":"_2VtpD","answer-response-2":"_58lQU","answer-response-3":"_1ucMY","answer-response-4":"_1qkxy","answerCorrect":"_2jIeT","answerIncorrect":"_to2v0","answerNograss":"_1JSte","answerEasy":"_2_uTU","answerDiscrimination":"_1DBoA","answerTrap":"_1q3tD","answerNoTime":"_3iItu","questionOrder":"_1fNkS","myTimeLabel":"_1Z_F3","myPoolTime":"_4KwG0","topTimeLabel":"_245H-","topTime":"_3tZqw","meanTimeLabel":"_PlPLY","meanTime":"_12a7R","compareChart":"_3MW16","prevChart":"_1fNkb","chart":"_3K4oY","nextChart":"_3YKBp","titleChart":"_13BVP","titleCompareGrass":"_o1txm","tableCompareGrass":"_bT5nf","thcolumn1":"_3Umg0","tdcolumn1":"_3dRMF","tdcolumn3":"_2tcBP","classification":"_1AFeb","wrapperProblem":"_oTqG7","titleProblem":"_35eIx","titleProblemClose":"_3t4HO","titleTrickyProblem":"_1-oxK","wrongQuestions":"_2dpMR","question":"_1lSOX","assignedQuestions":"_1ONUt","wrapperContent":"_nPoR0","content":"_2zmZn","contentColumn1":"_334SY","span1":"_3Lf-U","span2":"_ZpMot","contentColumn2":"_16P3l","duration":"_1kT28","topDuration":"_1fVRi","overallCorrectRate":"_3jLGe","answer":"_VsZ0K","contentVulnerable":"_QxKMy","wrappContentProblem":"_nnqpW","contentProblem":"_3Z1nV","labelProblem":"_36Xpx","name":"_3ZJQW","percent":"_2J3MK","slider":"_1MPdO","track":"_3CV_y","noData":"__g-ff","loading":"_3j485","table-responsive":"_2O6RX","form-label":"_1RYOQ","form-control":"_3VRVT","form-label-dialog":"_3oCSh","btn-cancel":"_3USKq","btn-register":"_3y_iD","pdfBtnBox":"_3xZHo","pdfBtn":"_1DtWq","form-select":"_1a_vw","loader":"_2uC7T","dot":"_Xz-Mr","bounce":"_3THgz"};
|
11553
|
+
|
11520
11554
|
var useExamResult = function useExamResult(props) {
|
11521
11555
|
var _allSeries$dataChartI;
|
11522
11556
|
var searchParams = props.searchParams,
|
@@ -11793,7 +11827,7 @@ var useExamResult = function useExamResult(props) {
|
|
11793
11827
|
}
|
11794
11828
|
}
|
11795
11829
|
}),
|
11796
|
-
colors: [
|
11830
|
+
colors: [styles$4.dark, styles$4.purple_900],
|
11797
11831
|
xaxis: _extends({}, DEFAULT_LINE_CHART_OPTIONS.xaxis, {
|
11798
11832
|
categories: ["s"].concat(Array.from({
|
11799
11833
|
length: questionLength
|
@@ -12965,8 +12999,6 @@ Object.defineProperty(exports,"__esModule",{value:!0});var _typeof="function"==t
|
|
12965
12999
|
|
12966
13000
|
var ReactApexChart = unwrapExports(reactApexcharts_min);
|
12967
13001
|
|
12968
|
-
var styles$4 = {"lighter":"#F0FFF6","light":"#89F0B2","less_dark":"#3DC674","dark":"#349056","darker":"#18442A","gray_50":"#FBFBF9","gray_100":"#EAEAE5","gray_300":"#D0D0C8","gray_500":"#9A9A98","gray_700":"#5D5D5B","gray_900":"#363634","titleBox":"_1dveO","title":"_mxRxf","point":"_2fD-F","buttonGroup":"_2DGl3","btnFeedback":"_xGW1x","btnTerminate":"_3mLu2","myanswer":"_eDBpS","titleMyAnswer1":"_2fMq3","titleMyAnswer2":"_3gEYh","contentMyAnswer":"_2K_sx","myAnswerItem":"_2qiLh","time":"_6TCOK","timeCol":"_hmseC","answer-response":"_3GfJt","answer-response-0":"_3ut64","answer-response-1":"_2VtpD","answer-response-2":"_58lQU","answer-response-3":"_1ucMY","answer-response-4":"_1qkxy","answerCorrect":"_2jIeT","answerIncorrect":"_to2v0","answerNograss":"_1JSte","answerEasy":"_2_uTU","answerDiscrimination":"_1DBoA","answerTrap":"_1q3tD","answerNoTime":"_3iItu","questionOrder":"_1fNkS","myTimeLabel":"_1Z_F3","myPoolTime":"_4KwG0","topTimeLabel":"_245H-","topTime":"_3tZqw","meanTimeLabel":"_PlPLY","meanTime":"_12a7R","compareChart":"_3MW16","prevChart":"_1fNkb","chart":"_3K4oY","nextChart":"_3YKBp","titleChart":"_13BVP","titleCompareGrass":"_o1txm","tableCompareGrass":"_bT5nf","thcolumn1":"_3Umg0","tdcolumn1":"_3dRMF","tdcolumn3":"_2tcBP","classification":"_1AFeb","wrapperProblem":"_oTqG7","titleProblem":"_35eIx","titleProblemClose":"_3t4HO","titleTrickyProblem":"_1-oxK","wrongQuestions":"_2dpMR","question":"_1lSOX","assignedQuestions":"_1ONUt","wrapperContent":"_nPoR0","content":"_2zmZn","contentColumn1":"_334SY","span1":"_3Lf-U","span2":"_ZpMot","contentColumn2":"_16P3l","duration":"_1kT28","topDuration":"_1fVRi","overallCorrectRate":"_3jLGe","answer":"_VsZ0K","contentVulnerable":"_QxKMy","wrappContentProblem":"_nnqpW","contentProblem":"_3Z1nV","labelProblem":"_36Xpx","name":"_3ZJQW","percent":"_2J3MK","slider":"_1MPdO","track":"_3CV_y","noData":"__g-ff","loading":"_3j485","table-responsive":"_2O6RX","form-label":"_1RYOQ","form-control":"_3VRVT","form-label-dialog":"_3oCSh","btn-cancel":"_3USKq","btn-register":"_3y_iD","pdfBtnBox":"_3xZHo","pdfBtn":"_1DtWq","form-select":"_1a_vw","loader":"_2uC7T","dot":"_Xz-Mr","bounce":"_3THgz"};
|
12969
|
-
|
12970
13002
|
var iconStarQuestion = function iconStarQuestion(_ref) {
|
12971
13003
|
var _ref$width = _ref.width,
|
12972
13004
|
width = _ref$width === void 0 ? "15" : _ref$width,
|
@@ -12983,7 +13015,7 @@ var iconStarQuestion = function iconStarQuestion(_ref) {
|
|
12983
13015
|
clipPath: "url(#clip0_1_2291)"
|
12984
13016
|
}, React__default.createElement("path", {
|
12985
13017
|
d: "M11.6234 13.125C11.5313 13.1253 11.4414 13.0966 11.3666 13.043L7.84993 10.4934L4.33325 13.043C4.25811 13.0975 4.1676 13.1266 4.07479 13.1263C3.98197 13.126 3.89167 13.0961 3.81694 13.0411C3.74221 12.986 3.68691 12.9087 3.65905 12.8201C3.63119 12.7316 3.63221 12.6365 3.66196 12.5486L5.03352 8.48612L1.47883 6.04843C1.40183 5.99569 1.34372 5.9197 1.31298 5.83158C1.28225 5.74346 1.28049 5.64781 1.30798 5.55863C1.33547 5.46944 1.39076 5.39138 1.46578 5.33585C1.54079 5.28032 1.6316 5.25024 1.72492 5.24999H6.11032L7.43375 1.17714C7.46226 1.08921 7.51789 1.01257 7.59266 0.958208C7.66743 0.903851 7.75749 0.874573 7.84993 0.874573C7.94236 0.874573 8.03243 0.903851 8.10719 0.958208C8.18196 1.01257 8.23759 1.08921 8.2661 1.17714L9.58953 5.25136H13.9749C14.0684 5.25131 14.1594 5.28119 14.2346 5.33661C14.3099 5.39203 14.3654 5.47008 14.393 5.55934C14.4207 5.6486 14.4191 5.74437 14.3883 5.83262C14.3576 5.92088 14.2995 5.99699 14.2224 6.0498L10.6663 8.48612L12.0371 12.5475C12.0593 12.6132 12.0655 12.6833 12.0553 12.752C12.0451 12.8206 12.0187 12.8859 11.9782 12.9423C11.9378 12.9987 11.8846 13.0447 11.8228 13.0765C11.7611 13.1082 11.6928 13.1249 11.6234 13.125Z",
|
12986
|
-
fill: "#
|
13018
|
+
fill: "#FEAF06"
|
12987
13019
|
})), React__default.createElement("defs", null, React__default.createElement("clipPath", {
|
12988
13020
|
id: "clip0_1_2291"
|
12989
13021
|
}, React__default.createElement("rect", {
|
@@ -13010,7 +13042,7 @@ var iconNoStarQuestion = function iconNoStarQuestion(_ref) {
|
|
13010
13042
|
clipPath: "url(#clip0_307_1248)"
|
13011
13043
|
}, React__default.createElement("path", {
|
13012
13044
|
d: "M10.7735 13.125C10.6814 13.1253 10.5916 13.0966 10.5168 13.043L7.00007 10.4934L3.48339 13.043C3.40826 13.0975 3.31774 13.1266 3.22493 13.1263C3.13212 13.126 3.04182 13.0961 2.96709 13.0411C2.89235 12.986 2.83706 12.9087 2.8092 12.8201C2.78134 12.7316 2.78236 12.6365 2.8121 12.5486L4.18367 8.48612L0.628977 6.04843C0.55198 5.99569 0.493868 5.9197 0.46313 5.83158C0.432392 5.74346 0.43064 5.64781 0.458129 5.55863C0.485619 5.46944 0.54091 5.39138 0.615924 5.33585C0.690937 5.28032 0.781742 5.25024 0.875071 5.24999H5.26046L6.5839 1.17714C6.61241 1.08921 6.66804 1.01257 6.74281 0.958208C6.81757 0.903851 6.90763 0.874573 7.00007 0.874573C7.09251 0.874573 7.18257 0.903851 7.25734 0.958208C7.33211 1.01257 7.38773 1.08921 7.41624 1.17714L8.73968 5.25136H13.1251C13.2185 5.25131 13.3095 5.28119 13.3848 5.33661C13.46 5.39203 13.5155 5.47008 13.5432 5.55934C13.5708 5.6486 13.5692 5.74437 13.5385 5.83262C13.5078 5.92088 13.4496 5.99699 13.3725 6.0498L9.81648 8.48612L11.1872 12.5475C11.2094 12.6132 11.2157 12.6833 11.2054 12.752C11.1952 12.8206 11.1688 12.8859 11.1284 12.9423C11.088 12.9987 11.0347 13.0447 10.973 13.0765C10.9113 13.1082 10.8429 13.1249 10.7735 13.125Z",
|
13013
|
-
fill: "#
|
13045
|
+
fill: "#FEAF06"
|
13014
13046
|
})), React__default.createElement("defs", null, React__default.createElement("clipPath", {
|
13015
13047
|
id: "clip0_307_1248"
|
13016
13048
|
}, React__default.createElement("rect", {
|
@@ -13034,7 +13066,7 @@ var iconCorrectAnswer = function iconCorrectAnswer(_ref) {
|
|
13034
13066
|
xmlns: "http://www.w3.org/2000/svg"
|
13035
13067
|
}, React__default.createElement("path", {
|
13036
13068
|
d: "M7.8501 1.3125C4.71404 1.3125 2.1626 3.86395 2.1626 7C2.1626 10.1361 4.71404 12.6875 7.8501 12.6875C10.9862 12.6875 13.5376 10.1361 13.5376 7C13.5376 3.86395 10.9862 1.3125 7.8501 1.3125ZM10.8101 5.09387L7.13506 9.46887C7.09475 9.51688 7.04458 9.55567 6.98797 9.58261C6.93136 9.60955 6.86962 9.62401 6.80693 9.625H6.79955C6.73823 9.62498 6.6776 9.61207 6.62159 9.5871C6.56558 9.56213 6.51544 9.52567 6.47443 9.48008L4.89943 7.73008C4.85943 7.68765 4.82832 7.63766 4.80792 7.58304C4.78751 7.52842 4.77824 7.47027 4.78063 7.41201C4.78302 7.35375 4.79703 7.29656 4.82184 7.24379C4.84665 7.19103 4.88176 7.14375 4.9251 7.10475C4.96844 7.06574 5.01914 7.0358 5.07423 7.01667C5.12931 6.99754 5.18765 6.98961 5.24584 6.99335C5.30403 6.9971 5.36088 7.01243 5.41306 7.03846C5.46523 7.06449 5.51168 7.10069 5.54967 7.14492L6.78807 8.52086L10.1401 4.53113C10.2153 4.4442 10.3217 4.39035 10.4363 4.38122C10.5509 4.37209 10.6644 4.40842 10.7524 4.48234C10.8404 4.55627 10.8958 4.66186 10.9066 4.77629C10.9174 4.89072 10.8827 5.0048 10.8101 5.09387Z",
|
13037
|
-
fill: "#
|
13069
|
+
fill: "#3ACB46"
|
13038
13070
|
}));
|
13039
13071
|
};
|
13040
13072
|
|
@@ -13052,7 +13084,7 @@ var iconCorrectAnswer$1 = function iconCorrectAnswer(_ref) {
|
|
13052
13084
|
xmlns: "http://www.w3.org/2000/svg"
|
13053
13085
|
}, React__default.createElement("path", {
|
13054
13086
|
d: "M7.8501 1.3125C4.71404 1.3125 2.1626 3.86395 2.1626 7C2.1626 10.1361 4.71404 12.6875 7.8501 12.6875C10.9862 12.6875 13.5376 10.1361 13.5376 7C13.5376 3.86395 10.9862 1.3125 7.8501 1.3125ZM9.90936 8.44074C9.95169 8.48096 9.98555 8.52925 10.0089 8.58277C10.0323 8.63628 10.0447 8.69393 10.0455 8.75232C10.0462 8.81071 10.0353 8.86866 10.0133 8.92275C9.99128 8.97685 9.95867 9.02599 9.91738 9.06728C9.87608 9.10857 9.82694 9.14118 9.77285 9.16318C9.71876 9.18518 9.66081 9.19613 9.60242 9.19538C9.54403 9.19464 9.48638 9.18221 9.43286 9.15883C9.37935 9.13545 9.33106 9.10159 9.29084 9.05926L7.8501 7.61879L6.40936 9.05926C6.32664 9.13784 6.2165 9.18101 6.10242 9.17954C5.98833 9.17808 5.87933 9.13211 5.79866 9.05144C5.71798 8.97076 5.67201 8.86176 5.67055 8.74768C5.66909 8.6336 5.71226 8.52346 5.79084 8.44074L7.23131 7L5.79084 5.55926C5.71226 5.47654 5.66909 5.3664 5.67055 5.25232C5.67201 5.13824 5.71798 5.02924 5.79866 4.94856C5.87933 4.86789 5.98833 4.82192 6.10242 4.82046C6.2165 4.819 6.32664 4.86216 6.40936 4.94074L7.8501 6.38121L9.29084 4.94074C9.37355 4.86216 9.4837 4.819 9.59778 4.82046C9.71186 4.82192 9.82086 4.86789 9.90154 4.94856C9.98221 5.02924 10.0282 5.13824 10.0296 5.25232C10.0311 5.3664 9.98794 5.47654 9.90936 5.55926L8.46889 7L9.90936 8.44074Z",
|
13055
|
-
fill: "#
|
13087
|
+
fill: "#DB4D4D"
|
13056
13088
|
}));
|
13057
13089
|
};
|
13058
13090
|
|
@@ -13205,7 +13237,7 @@ var iconWarning = function iconWarning(_ref) {
|
|
13205
13237
|
xmlns: "http://www.w3.org/2000/svg"
|
13206
13238
|
}, React__default.createElement("path", {
|
13207
13239
|
d: "M14.5335 12.4712L9.20754 2.58062C8.83004 1.87937 7.82441 1.87937 7.4466 2.58062L2.12097 12.4712C2.03901 12.6235 1.99792 12.7944 2.00171 12.9672C2.00549 13.1401 2.05404 13.309 2.14259 13.4575C2.23115 13.606 2.3567 13.729 2.50698 13.8145C2.65726 13.9 2.82714 13.9451 3.00004 13.9453H13.6529C13.8259 13.9453 13.996 13.9005 14.1465 13.8151C14.2969 13.7297 14.4227 13.6067 14.5115 13.4582C14.6002 13.3096 14.6489 13.1406 14.6527 12.9676C14.6566 12.7946 14.6155 12.6236 14.5335 12.4712ZM8.32722 12.4141C8.20361 12.4141 8.08277 12.3774 7.97999 12.3087C7.87721 12.2401 7.7971 12.1424 7.7498 12.0282C7.7025 11.914 7.69012 11.7884 7.71423 11.6671C7.73835 11.5459 7.79787 11.4345 7.88528 11.3471C7.97269 11.2597 8.08405 11.2002 8.20529 11.1761C8.32653 11.152 8.4522 11.1643 8.5664 11.2116C8.6806 11.2589 8.77822 11.3391 8.84689 11.4418C8.91557 11.5446 8.95222 11.6654 8.95222 11.7891C8.95222 11.8711 8.93606 11.9524 8.90465 12.0282C8.87324 12.1041 8.8272 12.173 8.76917 12.231C8.71113 12.289 8.64223 12.3351 8.5664 12.3665C8.49057 12.3979 8.4093 12.4141 8.32722 12.4141ZM9.00597 6.12813L8.8266 9.94063C8.8266 10.0732 8.77392 10.2004 8.68015 10.2942C8.58638 10.3879 8.45921 10.4406 8.3266 10.4406C8.19399 10.4406 8.06681 10.3879 7.97305 10.2942C7.87928 10.2004 7.8266 10.0732 7.8266 9.94063L7.64722 6.12969C7.64319 6.03862 7.65754 5.94768 7.6894 5.86227C7.72127 5.77687 7.77 5.69875 7.8327 5.63259C7.8954 5.56642 7.97078 5.51355 8.05434 5.47713C8.13791 5.44072 8.22795 5.4215 8.3191 5.42063H8.32566C8.41743 5.42058 8.50826 5.43912 8.59267 5.47515C8.67708 5.51117 8.75331 5.56392 8.81677 5.63021C8.88023 5.6965 8.92961 5.77497 8.96191 5.86087C8.99421 5.94676 9.00878 6.03832 9.00472 6.13L9.00597 6.12813Z",
|
13208
|
-
fill: "#
|
13240
|
+
fill: "#DB4D4D"
|
13209
13241
|
}));
|
13210
13242
|
};
|
13211
13243
|
|
@@ -13318,7 +13350,7 @@ function CreateNewQuestionDialog(_ref) {
|
|
13318
13350
|
fontWeight: 500,
|
13319
13351
|
fontSize: '10px',
|
13320
13352
|
lineHeight: '11.93px',
|
13321
|
-
color: !(errors !== null && errors !== void 0 && errors.content) ? '#97A1AF' :
|
13353
|
+
color: !(errors !== null && errors !== void 0 && errors.content) ? '#97A1AF' : styles$4.red_900
|
13322
13354
|
}, !(errors !== null && errors !== void 0 && errors.content) ? t('your_questions_will_be_sent_to_the_counselor') : t('please_enter_your_question')))), React__default.createElement(DialogActions$1, {
|
13323
13355
|
sx: {
|
13324
13356
|
display: 'flex',
|
@@ -13663,7 +13695,7 @@ var CompareGrass = function CompareGrass(_ref) {
|
|
13663
13695
|
})), React__default.createElement("td", {
|
13664
13696
|
className: styles$4["tdcolumn3"],
|
13665
13697
|
style: {
|
13666
|
-
color: item.isCorrect ?
|
13698
|
+
color: item.isCorrect ? styles$4.green_support_900 : styles$4.red_900
|
13667
13699
|
}
|
13668
13700
|
}, item.selectedAnswers ? t("number_question", {
|
13669
13701
|
number: item.selectedAnswers
|
@@ -13681,15 +13713,15 @@ var CompareGrass = function CompareGrass(_ref) {
|
|
13681
13713
|
key: index
|
13682
13714
|
}, problem === 1 && React__default.createElement("span", {
|
13683
13715
|
style: {
|
13684
|
-
border: "1px solid
|
13716
|
+
border: "1px solid " + styles$4.green_support_900
|
13685
13717
|
}
|
13686
13718
|
}, t("easy_problem")), problem === 3 && React__default.createElement("span", {
|
13687
13719
|
style: {
|
13688
|
-
border: "1px solid
|
13720
|
+
border: "1px solid " + styles$4.yellow_900
|
13689
13721
|
}
|
13690
13722
|
}, t("trick_problem")), problem === 2 && React__default.createElement("span", {
|
13691
13723
|
style: {
|
13692
|
-
border: "1px solid
|
13724
|
+
border: "1px solid " + styles$4.red_900
|
13693
13725
|
}
|
13694
13726
|
}, t("differential_problem")), problem === 0 && React__default.createElement("span", {
|
13695
13727
|
style: {
|
@@ -13697,7 +13729,7 @@ var CompareGrass = function CompareGrass(_ref) {
|
|
13697
13729
|
}
|
13698
13730
|
}, t("general_problem")), problem === 4 && React__default.createElement("span", {
|
13699
13731
|
style: {
|
13700
|
-
border: "1px solid
|
13732
|
+
border: "1px solid " + styles$4.red_900
|
13701
13733
|
}
|
13702
13734
|
}, t("difficult_problem")));
|
13703
13735
|
}))));
|
@@ -13894,7 +13926,7 @@ var ProtractedProblem = function ProtractedProblem(_ref) {
|
|
13894
13926
|
}, item.topDuration ? formatTimeSecond(item.topDuration, t) : ""), React__default.createElement("td", {
|
13895
13927
|
style: {
|
13896
13928
|
textAlign: "center",
|
13897
|
-
color: isBetter ? styles$4.dark :
|
13929
|
+
color: isBetter ? styles$4.dark : styles$4.red_900,
|
13898
13930
|
fontSize: "13px",
|
13899
13931
|
fontWeight: 600
|
13900
13932
|
}
|
@@ -14035,7 +14067,7 @@ var Vulnerable = function Vulnerable(_ref) {
|
|
14035
14067
|
}, item.overallCorrectRate.toFixed(2) ? item.overallCorrectRate.toFixed(2) + "%" : ""), React__default.createElement("td", {
|
14036
14068
|
className: styles$4["tdcolumn3"],
|
14037
14069
|
style: {
|
14038
|
-
color:
|
14070
|
+
color: styles$4.red_900,
|
14039
14071
|
fontSize: "13px",
|
14040
14072
|
fontWeight: 500
|
14041
14073
|
}
|
@@ -14438,7 +14470,7 @@ function CreateNewQuestionDialog$1(_ref) {
|
|
14438
14470
|
fontWeight: 500,
|
14439
14471
|
fontSize: '10px',
|
14440
14472
|
lineHeight: '11.93px',
|
14441
|
-
color: !(errors !== null && errors !== void 0 && errors.content) ? '#97A1AF' :
|
14473
|
+
color: !(errors !== null && errors !== void 0 && errors.content) ? '#97A1AF' : styles$4.red_900
|
14442
14474
|
}, !(errors !== null && errors !== void 0 && errors.content) ? t('your_questions_will_be_sent_to_the_counselor') : t('please_enter_your_question')), React__default.createElement(DialogActions$1, {
|
14443
14475
|
sx: {
|
14444
14476
|
display: 'flex',
|