mario-core 2.9.356-release → 2.9.357-release
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 +6 -0
- package/dist/index.js +235 -20
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +235 -20
- package/dist/index.modern.js.map +1 -1
- package/dist/utils/constants.d.ts +1 -0
- package/package.json +1 -1
- package/dist/services/weeklyQuestService.d.ts +0 -1
- package/dist/types/WeeklyQuest.d.ts +0 -37
package/dist/index.css
CHANGED
|
@@ -496,6 +496,9 @@
|
|
|
496
496
|
padding: 0; }
|
|
497
497
|
._39l0X > ._1BMwK {
|
|
498
498
|
padding: 0; }
|
|
499
|
+
@media screen and (max-width: 767px) {
|
|
500
|
+
._39l0X {
|
|
501
|
+
padding: 0 10px; } }
|
|
499
502
|
|
|
500
503
|
._1XNpH {
|
|
501
504
|
padding: 4px;
|
|
@@ -889,6 +892,9 @@
|
|
|
889
892
|
._1jraB > div {
|
|
890
893
|
background-color: #d9eee4; }
|
|
891
894
|
|
|
895
|
+
._1sfzz {
|
|
896
|
+
padding: 0 12px; }
|
|
897
|
+
|
|
892
898
|
@media (max-width: 599.95px) {
|
|
893
899
|
._3Vgah {
|
|
894
900
|
padding-right: 8px;
|
package/dist/index.js
CHANGED
|
@@ -114,7 +114,7 @@ var confirm_password = "Confirm password";
|
|
|
114
114
|
var save = "Save";
|
|
115
115
|
var type_something_to_search_question = "Type something to search question";
|
|
116
116
|
var type_something_to_search_category = "Type something to search category";
|
|
117
|
-
var total_of_questions = "Total
|
|
117
|
+
var total_of_questions = "Total questions";
|
|
118
118
|
var create_question = "Create question";
|
|
119
119
|
var edit_question = "Edit question";
|
|
120
120
|
var question_type = "Question Type";
|
|
@@ -803,7 +803,7 @@ var conference_question = "Conference Question";
|
|
|
803
803
|
var actions = "Actions";
|
|
804
804
|
var order = "Order";
|
|
805
805
|
var user_for = "User for";
|
|
806
|
-
var question_category = "Question
|
|
806
|
+
var question_category = "Question category";
|
|
807
807
|
var template_survey = "Template Survey";
|
|
808
808
|
var total_of_category = "Total of category";
|
|
809
809
|
var create_template = "Create template";
|
|
@@ -2008,6 +2008,26 @@ var the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in
|
|
|
2008
2008
|
var free_fields_responses = "Free fields responses";
|
|
2009
2009
|
var please_select_a_category_to_view_data = "Please select a category to view data";
|
|
2010
2010
|
var of = "of";
|
|
2011
|
+
var survey_management = "Survey Management";
|
|
2012
|
+
var questions_inside = "Questions inside";
|
|
2013
|
+
var search_in_categories = "Search in categories";
|
|
2014
|
+
var search_in_questions = "Search in questions";
|
|
2015
|
+
var total_of_categories = "Survey Categories";
|
|
2016
|
+
var all_questions = "All Questions";
|
|
2017
|
+
var enter_category_name = "Enter category name";
|
|
2018
|
+
var select_parent_category = "Select parent category";
|
|
2019
|
+
var new_survey_template_has_been_successfully_created = "New survey template has been successfully created";
|
|
2020
|
+
var this_survey_template_has_been_successfully_updated = "This survey template has been successfully updated";
|
|
2021
|
+
var action_survey_template = "{{action}} survey template";
|
|
2022
|
+
var select_question_category = "Select question category";
|
|
2023
|
+
var enter_new_survey_name = "Enter new survey name";
|
|
2024
|
+
var select_questions = "Select questions";
|
|
2025
|
+
var is_mandatory = "is Mandatory";
|
|
2026
|
+
var update_survey = "Update survey";
|
|
2027
|
+
var enter_answer = "Enter answer";
|
|
2028
|
+
var select_flag = "Select flag";
|
|
2029
|
+
var emotion_icon = "Emotion icon";
|
|
2030
|
+
var is_correct_answers = "Is correct answers";
|
|
2011
2031
|
var lang_us = {
|
|
2012
2032
|
dashboard: dashboard,
|
|
2013
2033
|
user: user,
|
|
@@ -4013,7 +4033,27 @@ var lang_us = {
|
|
|
4013
4033
|
the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in: the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in,
|
|
4014
4034
|
free_fields_responses: free_fields_responses,
|
|
4015
4035
|
please_select_a_category_to_view_data: please_select_a_category_to_view_data,
|
|
4016
|
-
of: of
|
|
4036
|
+
of: of,
|
|
4037
|
+
survey_management: survey_management,
|
|
4038
|
+
questions_inside: questions_inside,
|
|
4039
|
+
search_in_categories: search_in_categories,
|
|
4040
|
+
search_in_questions: search_in_questions,
|
|
4041
|
+
total_of_categories: total_of_categories,
|
|
4042
|
+
all_questions: all_questions,
|
|
4043
|
+
enter_category_name: enter_category_name,
|
|
4044
|
+
select_parent_category: select_parent_category,
|
|
4045
|
+
new_survey_template_has_been_successfully_created: new_survey_template_has_been_successfully_created,
|
|
4046
|
+
this_survey_template_has_been_successfully_updated: this_survey_template_has_been_successfully_updated,
|
|
4047
|
+
action_survey_template: action_survey_template,
|
|
4048
|
+
select_question_category: select_question_category,
|
|
4049
|
+
enter_new_survey_name: enter_new_survey_name,
|
|
4050
|
+
select_questions: select_questions,
|
|
4051
|
+
is_mandatory: is_mandatory,
|
|
4052
|
+
update_survey: update_survey,
|
|
4053
|
+
enter_answer: enter_answer,
|
|
4054
|
+
select_flag: select_flag,
|
|
4055
|
+
emotion_icon: emotion_icon,
|
|
4056
|
+
is_correct_answers: is_correct_answers
|
|
4017
4057
|
};
|
|
4018
4058
|
|
|
4019
4059
|
var dashboard$1 = "Dashboard";
|
|
@@ -4090,7 +4130,7 @@ var confirm_password$1 = "Confirm password";
|
|
|
4090
4130
|
var save$1 = "Save";
|
|
4091
4131
|
var type_something_to_search_question$1 = "Type something to search question";
|
|
4092
4132
|
var type_something_to_search_category$1 = "Type something to search category";
|
|
4093
|
-
var total_of_questions$1 = "Total
|
|
4133
|
+
var total_of_questions$1 = "Total questions";
|
|
4094
4134
|
var create_question$1 = "Create question";
|
|
4095
4135
|
var edit_question$1 = "Edit question";
|
|
4096
4136
|
var question_type$1 = "Question Type";
|
|
@@ -4780,7 +4820,7 @@ var conference_question$1 = "Conference Question";
|
|
|
4780
4820
|
var actions$1 = "Actions";
|
|
4781
4821
|
var order$1 = "Order";
|
|
4782
4822
|
var user_for$1 = "User for";
|
|
4783
|
-
var question_category$1 = "Question
|
|
4823
|
+
var question_category$1 = "Question category";
|
|
4784
4824
|
var template_survey$1 = "Template Survey";
|
|
4785
4825
|
var total_of_category$1 = "Total of category";
|
|
4786
4826
|
var create_template$1 = "Create template";
|
|
@@ -5984,6 +6024,26 @@ var the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in
|
|
|
5984
6024
|
var free_fields_responses$1 = "Free fields responses";
|
|
5985
6025
|
var please_select_a_category_to_view_data$1 = "Please select a category to view data";
|
|
5986
6026
|
var of$1 = "of";
|
|
6027
|
+
var survey_management$1 = "Survey Management";
|
|
6028
|
+
var questions_inside$1 = "Questions inside";
|
|
6029
|
+
var search_in_categories$1 = "Search in categories";
|
|
6030
|
+
var search_in_questions$1 = "Search in questions";
|
|
6031
|
+
var total_of_categories$1 = "Survey Categories";
|
|
6032
|
+
var all_questions$1 = "All Questions";
|
|
6033
|
+
var enter_category_name$1 = "Enter category name";
|
|
6034
|
+
var select_parent_category$1 = "Select parent category";
|
|
6035
|
+
var new_survey_template_has_been_successfully_created$1 = "New survey template has been successfully created";
|
|
6036
|
+
var this_survey_template_has_been_successfully_updated$1 = "This survey template has been successfully updated";
|
|
6037
|
+
var action_survey_template$1 = "{{action}} survey template";
|
|
6038
|
+
var select_question_category$1 = "Select question category";
|
|
6039
|
+
var enter_new_survey_name$1 = "Enter new survey name";
|
|
6040
|
+
var select_questions$1 = "Select questions";
|
|
6041
|
+
var is_mandatory$1 = "is Mandatory";
|
|
6042
|
+
var update_survey$1 = "Update survey";
|
|
6043
|
+
var enter_answer$1 = "Enter answer";
|
|
6044
|
+
var select_flag$1 = "Select flag";
|
|
6045
|
+
var emotion_icon$1 = "Emotion icon";
|
|
6046
|
+
var is_correct_answers$1 = "Is correct answers";
|
|
5987
6047
|
var lang_uk = {
|
|
5988
6048
|
dashboard: dashboard$1,
|
|
5989
6049
|
user: user$1,
|
|
@@ -7989,7 +8049,27 @@ var lang_uk = {
|
|
|
7989
8049
|
the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in: the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in$1,
|
|
7990
8050
|
free_fields_responses: free_fields_responses$1,
|
|
7991
8051
|
please_select_a_category_to_view_data: please_select_a_category_to_view_data$1,
|
|
7992
|
-
of: of$1
|
|
8052
|
+
of: of$1,
|
|
8053
|
+
survey_management: survey_management$1,
|
|
8054
|
+
questions_inside: questions_inside$1,
|
|
8055
|
+
search_in_categories: search_in_categories$1,
|
|
8056
|
+
search_in_questions: search_in_questions$1,
|
|
8057
|
+
total_of_categories: total_of_categories$1,
|
|
8058
|
+
all_questions: all_questions$1,
|
|
8059
|
+
enter_category_name: enter_category_name$1,
|
|
8060
|
+
select_parent_category: select_parent_category$1,
|
|
8061
|
+
new_survey_template_has_been_successfully_created: new_survey_template_has_been_successfully_created$1,
|
|
8062
|
+
this_survey_template_has_been_successfully_updated: this_survey_template_has_been_successfully_updated$1,
|
|
8063
|
+
action_survey_template: action_survey_template$1,
|
|
8064
|
+
select_question_category: select_question_category$1,
|
|
8065
|
+
enter_new_survey_name: enter_new_survey_name$1,
|
|
8066
|
+
select_questions: select_questions$1,
|
|
8067
|
+
is_mandatory: is_mandatory$1,
|
|
8068
|
+
update_survey: update_survey$1,
|
|
8069
|
+
enter_answer: enter_answer$1,
|
|
8070
|
+
select_flag: select_flag$1,
|
|
8071
|
+
emotion_icon: emotion_icon$1,
|
|
8072
|
+
is_correct_answers: is_correct_answers$1
|
|
7993
8073
|
};
|
|
7994
8074
|
|
|
7995
8075
|
var dashboard$2 = "لوحة المعلومات";
|
|
@@ -9992,6 +10072,26 @@ var free_fields_responses$2 = "استجابات الحقول المجانية";
|
|
|
9992
10072
|
var please_select_a_category_to_view_data$2 = "الرجاء تحديد الفئة لعرض البيانات";
|
|
9993
10073
|
var educator$2 = "مُعلّم";
|
|
9994
10074
|
var the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in$2 = "تعكس البيانات المقدمة في هذا المخطط <b>آخر تسجيل دخول</b> للطالب.";
|
|
10075
|
+
var survey_management$2 = "إدارة المسح";
|
|
10076
|
+
var questions_inside$2 = "أسئلة بالداخل";
|
|
10077
|
+
var search_in_categories$2 = "البحث في الفئات";
|
|
10078
|
+
var search_in_questions$2 = "البحث في الأسئلة";
|
|
10079
|
+
var total_of_categories$2 = "فئات الاستطلاع";
|
|
10080
|
+
var all_questions$2 = "جميع الأسئلة";
|
|
10081
|
+
var enter_category_name$2 = "أدخل اسم الفئة";
|
|
10082
|
+
var select_parent_category$2 = "حدد الفئة الأصلية";
|
|
10083
|
+
var new_survey_template_has_been_successfully_created$2 = "تم إنشاء قالب الاستطلاع الجديد بنجاح";
|
|
10084
|
+
var this_survey_template_has_been_successfully_updated$2 = "تم تحديث قالب الاستطلاع هذا بنجاح";
|
|
10085
|
+
var action_survey_template$2 = "قالب استطلاع {{action}}";
|
|
10086
|
+
var select_question_category$2 = "حدد فئة السؤال";
|
|
10087
|
+
var enter_new_survey_name$2 = "أدخل اسم الاستطلاع الجديد";
|
|
10088
|
+
var select_questions$2 = "اختر الأسئلة";
|
|
10089
|
+
var is_mandatory$2 = "هو إلزامي";
|
|
10090
|
+
var update_survey$2 = "تحديث الاستطلاع";
|
|
10091
|
+
var enter_answer$2 = "أدخل الإجابة";
|
|
10092
|
+
var select_flag$2 = "حدد العلم";
|
|
10093
|
+
var emotion_icon$2 = "أيقونة العاطفة";
|
|
10094
|
+
var is_correct_answers$2 = "هل هي اجابات صحيحة";
|
|
9995
10095
|
var lang_ar = {
|
|
9996
10096
|
dashboard: dashboard$2,
|
|
9997
10097
|
user: user$2,
|
|
@@ -12031,7 +12131,27 @@ var lang_ar = {
|
|
|
12031
12131
|
free_fields_responses: free_fields_responses$2,
|
|
12032
12132
|
please_select_a_category_to_view_data: please_select_a_category_to_view_data$2,
|
|
12033
12133
|
educator: educator$2,
|
|
12034
|
-
the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in: the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in$2
|
|
12134
|
+
the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in: the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in$2,
|
|
12135
|
+
survey_management: survey_management$2,
|
|
12136
|
+
questions_inside: questions_inside$2,
|
|
12137
|
+
search_in_categories: search_in_categories$2,
|
|
12138
|
+
search_in_questions: search_in_questions$2,
|
|
12139
|
+
total_of_categories: total_of_categories$2,
|
|
12140
|
+
all_questions: all_questions$2,
|
|
12141
|
+
enter_category_name: enter_category_name$2,
|
|
12142
|
+
select_parent_category: select_parent_category$2,
|
|
12143
|
+
new_survey_template_has_been_successfully_created: new_survey_template_has_been_successfully_created$2,
|
|
12144
|
+
this_survey_template_has_been_successfully_updated: this_survey_template_has_been_successfully_updated$2,
|
|
12145
|
+
action_survey_template: action_survey_template$2,
|
|
12146
|
+
select_question_category: select_question_category$2,
|
|
12147
|
+
enter_new_survey_name: enter_new_survey_name$2,
|
|
12148
|
+
select_questions: select_questions$2,
|
|
12149
|
+
is_mandatory: is_mandatory$2,
|
|
12150
|
+
update_survey: update_survey$2,
|
|
12151
|
+
enter_answer: enter_answer$2,
|
|
12152
|
+
select_flag: select_flag$2,
|
|
12153
|
+
emotion_icon: emotion_icon$2,
|
|
12154
|
+
is_correct_answers: is_correct_answers$2
|
|
12035
12155
|
};
|
|
12036
12156
|
|
|
12037
12157
|
var dashboard$3 = "Cuadro de mandos";
|
|
@@ -14034,6 +14154,26 @@ var educator$3 = "Educadora";
|
|
|
14034
14154
|
var the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in$3 = "Los datos presentados en este gráfico reflejan el <b>registro más reciente</b> del estudiante.";
|
|
14035
14155
|
var free_fields_responses$3 = "Respuestas de campos libres";
|
|
14036
14156
|
var please_select_a_category_to_view_data$3 = "Seleccione una categoría para ver los datos";
|
|
14157
|
+
var survey_management$3 = "Gestión de encuestas";
|
|
14158
|
+
var questions_inside$3 = "Preguntas dentro";
|
|
14159
|
+
var search_in_categories$3 = "Buscar en categorías";
|
|
14160
|
+
var search_in_questions$3 = "Buscar en preguntas";
|
|
14161
|
+
var total_of_categories$3 = "Categorías de la encuesta";
|
|
14162
|
+
var all_questions$3 = "Todas las preguntas";
|
|
14163
|
+
var enter_category_name$3 = "Introduzca el nombre de la categoría";
|
|
14164
|
+
var select_parent_category$3 = "Seleccionar categoría principal";
|
|
14165
|
+
var new_survey_template_has_been_successfully_created$3 = "Se ha creado correctamente la nueva plantilla de encuesta";
|
|
14166
|
+
var this_survey_template_has_been_successfully_updated$3 = "Esta plantilla de encuesta se ha actualizado correctamente";
|
|
14167
|
+
var action_survey_template$3 = "Plantilla de encuesta {{action}}";
|
|
14168
|
+
var select_question_category$3 = "Seleccione la categoría de la pregunta";
|
|
14169
|
+
var enter_new_survey_name$3 = "Introduzca el nuevo nombre de la encuesta";
|
|
14170
|
+
var select_questions$3 = "Seleccione preguntas";
|
|
14171
|
+
var is_mandatory$3 = "Es obligatoria";
|
|
14172
|
+
var update_survey$3 = "Actualizar encuesta";
|
|
14173
|
+
var enter_answer$3 = "Introducir respuesta";
|
|
14174
|
+
var select_flag$3 = "Seleccionar bandera";
|
|
14175
|
+
var emotion_icon$3 = "Icono de emoción";
|
|
14176
|
+
var is_correct_answers$3 = "¿Son respuestas correctas?";
|
|
14037
14177
|
var lang_es = {
|
|
14038
14178
|
dashboard: dashboard$3,
|
|
14039
14179
|
user: user$3,
|
|
@@ -16073,7 +16213,27 @@ var lang_es = {
|
|
|
16073
16213
|
educator: educator$3,
|
|
16074
16214
|
the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in: the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in$3,
|
|
16075
16215
|
free_fields_responses: free_fields_responses$3,
|
|
16076
|
-
please_select_a_category_to_view_data: please_select_a_category_to_view_data$3
|
|
16216
|
+
please_select_a_category_to_view_data: please_select_a_category_to_view_data$3,
|
|
16217
|
+
survey_management: survey_management$3,
|
|
16218
|
+
questions_inside: questions_inside$3,
|
|
16219
|
+
search_in_categories: search_in_categories$3,
|
|
16220
|
+
search_in_questions: search_in_questions$3,
|
|
16221
|
+
total_of_categories: total_of_categories$3,
|
|
16222
|
+
all_questions: all_questions$3,
|
|
16223
|
+
enter_category_name: enter_category_name$3,
|
|
16224
|
+
select_parent_category: select_parent_category$3,
|
|
16225
|
+
new_survey_template_has_been_successfully_created: new_survey_template_has_been_successfully_created$3,
|
|
16226
|
+
this_survey_template_has_been_successfully_updated: this_survey_template_has_been_successfully_updated$3,
|
|
16227
|
+
action_survey_template: action_survey_template$3,
|
|
16228
|
+
select_question_category: select_question_category$3,
|
|
16229
|
+
enter_new_survey_name: enter_new_survey_name$3,
|
|
16230
|
+
select_questions: select_questions$3,
|
|
16231
|
+
is_mandatory: is_mandatory$3,
|
|
16232
|
+
update_survey: update_survey$3,
|
|
16233
|
+
enter_answer: enter_answer$3,
|
|
16234
|
+
select_flag: select_flag$3,
|
|
16235
|
+
emotion_icon: emotion_icon$3,
|
|
16236
|
+
is_correct_answers: is_correct_answers$3
|
|
16077
16237
|
};
|
|
16078
16238
|
|
|
16079
16239
|
var dashboard$4 = "仪表板";
|
|
@@ -18076,6 +18236,26 @@ var educator$4 = "教育者";
|
|
|
18076
18236
|
var the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in$4 = "此图表中显示的数据反映了学生<b>最近的签到情况</b>。";
|
|
18077
18237
|
var free_fields_responses$4 = "自由场响应";
|
|
18078
18238
|
var please_select_a_category_to_view_data$4 = "请选择一个类别来查看数据";
|
|
18239
|
+
var survey_management$4 = "调查管理";
|
|
18240
|
+
var questions_inside$4 = "里面有疑问";
|
|
18241
|
+
var search_in_categories$4 = "按类别搜索";
|
|
18242
|
+
var search_in_questions$4 = "在问题中搜索";
|
|
18243
|
+
var total_of_categories$4 = "调查类别";
|
|
18244
|
+
var all_questions$4 = "所有问题";
|
|
18245
|
+
var enter_category_name$4 = "输入类别名称";
|
|
18246
|
+
var select_parent_category$4 = "选择父类别";
|
|
18247
|
+
var new_survey_template_has_been_successfully_created$4 = "新的调查模板已成功创建";
|
|
18248
|
+
var this_survey_template_has_been_successfully_updated$4 = "此调查模板已成功更新";
|
|
18249
|
+
var action_survey_template$4 = "{{action}} 调查模板";
|
|
18250
|
+
var select_question_category$4 = "选择问题类别";
|
|
18251
|
+
var enter_new_survey_name$4 = "输入新调查名称";
|
|
18252
|
+
var select_questions$4 = "选择问题";
|
|
18253
|
+
var is_mandatory$4 = "是强制性的";
|
|
18254
|
+
var update_survey$4 = "更新调查";
|
|
18255
|
+
var enter_answer$4 = "输入答案";
|
|
18256
|
+
var select_flag$4 = "选择标志";
|
|
18257
|
+
var emotion_icon$4 = "情感图标";
|
|
18258
|
+
var is_correct_answers$4 = "是正确答案";
|
|
18079
18259
|
var lang_zh = {
|
|
18080
18260
|
dashboard: dashboard$4,
|
|
18081
18261
|
user: user$4,
|
|
@@ -20115,7 +20295,27 @@ var lang_zh = {
|
|
|
20115
20295
|
educator: educator$4,
|
|
20116
20296
|
the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in: the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in$4,
|
|
20117
20297
|
free_fields_responses: free_fields_responses$4,
|
|
20118
|
-
please_select_a_category_to_view_data: please_select_a_category_to_view_data$4
|
|
20298
|
+
please_select_a_category_to_view_data: please_select_a_category_to_view_data$4,
|
|
20299
|
+
survey_management: survey_management$4,
|
|
20300
|
+
questions_inside: questions_inside$4,
|
|
20301
|
+
search_in_categories: search_in_categories$4,
|
|
20302
|
+
search_in_questions: search_in_questions$4,
|
|
20303
|
+
total_of_categories: total_of_categories$4,
|
|
20304
|
+
all_questions: all_questions$4,
|
|
20305
|
+
enter_category_name: enter_category_name$4,
|
|
20306
|
+
select_parent_category: select_parent_category$4,
|
|
20307
|
+
new_survey_template_has_been_successfully_created: new_survey_template_has_been_successfully_created$4,
|
|
20308
|
+
this_survey_template_has_been_successfully_updated: this_survey_template_has_been_successfully_updated$4,
|
|
20309
|
+
action_survey_template: action_survey_template$4,
|
|
20310
|
+
select_question_category: select_question_category$4,
|
|
20311
|
+
enter_new_survey_name: enter_new_survey_name$4,
|
|
20312
|
+
select_questions: select_questions$4,
|
|
20313
|
+
is_mandatory: is_mandatory$4,
|
|
20314
|
+
update_survey: update_survey$4,
|
|
20315
|
+
enter_answer: enter_answer$4,
|
|
20316
|
+
select_flag: select_flag$4,
|
|
20317
|
+
emotion_icon: emotion_icon$4,
|
|
20318
|
+
is_correct_answers: is_correct_answers$4
|
|
20119
20319
|
};
|
|
20120
20320
|
|
|
20121
20321
|
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|
|
@@ -20272,6 +20472,7 @@ var LANGUAGES = [{
|
|
|
20272
20472
|
}];
|
|
20273
20473
|
var DEFAULT_LANGUAGE_CODE = "en-US";
|
|
20274
20474
|
var SUPPORTED_LANGUAGES_CODE = ["en-US", "en-GB", "ar", "es", "zh"];
|
|
20475
|
+
var screenWidth = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
|
|
20275
20476
|
|
|
20276
20477
|
var resources$5 = {
|
|
20277
20478
|
"en-US": {
|
|
@@ -20320,7 +20521,7 @@ function _catch(body, recover) {
|
|
|
20320
20521
|
return result;
|
|
20321
20522
|
}
|
|
20322
20523
|
|
|
20323
|
-
var styles = {"btn-login-google":"_2HqmH","notification-count":"_2sew7","text-introduction":"_3OgWF","btn-trans-border":"_r9cAh","contact":"_NszFe","learn-more":"_MDjzH","title-quote":"_1Swkw","descriptions-quote":"_gi8vj","box-login":"_38Lo1","block-verification":"_1OzGy","block-login":"_wWIyO","class-link-sso-image":"_3EZva","title-login":"_3nuns","title-forgot-password":"_21qb6","btn-close":"_NhW9l","btn-login":"_3IL10","school-icon":"_2OUwW","school-name":"_2Owso","login-description":"_fx-kA","digital-privacy-icon":"_141p1","return-to-login":"_Ce3Kg","recover-account":"_2t6d9","link-to-login":"_3bDsd","privacy-policy":"_I4SVu","remember":"_11FZt","term-and-conditions":"_3LXoI","descriptions-forgot-pass":"_PMcjT","content-icon":"_2rZY6","descriptions-icon":"_3SOdX","title-icon":"_y9lM2","nav-home":"_1TT1q","box-introduction":"_32V6L","icon":"_20YJX","checkbox-keep-login":"_1AiX0","label-keep-login":"_2uNvW","option-text":"_pqn4y","form-user-name":"_39BJD","input":"_ozRAq","checkbox-remember":"_2K9b2","btn-rounder":"_2VvIr","btn-active":"_2A0HF","block-reset-password":"_23Sua","block-forgot-pass":"_3CWP6","page-not-login":"_3Wmco","content-quote":"_13Rk0","home-page":"_o6HKW","bg-animate":"_30npl","active":"_3oAH-","show":"_16rY4","fade-in":"_26nbh","behind":"_3A7Vv","login":"_F-hjL","login-content":"_149oA","logo-home":"_24U3W","img-box":"_2v-L_","img-login":"_3ncTL","img-login-rectangle":"_2kOvJ","c-main":"_39l0X","container-fluid":"_1BMwK","input-file-label":"_1XNpH","delete-avatar-button":"_1z5h9","header-logo":"_Gewcf","box-sidebar":"_2vcmv","sidebar-logo":"_1hXpy","sidebar-nav-links":"_3vb3s","c-active":"_36jSM","sidebar-nav-links-hover":"_DNrus","box-sidebar-header":"_3NEZj","box-logout":"_1wUDG","sidebar-btn-minimized":"_1S7Px","sidebar-minimized-logo":"_3846X","sidebar-logout":"_2P85D","nav-mobile":"_1qjbW","filter-media-file":"_1I62C","div":"_3cLcM","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","logout":"_1_9tV","content-text":"_3S4f2","dropdown-content-language":"_3ajui","dropdown-item-language":"_3Y_y4","dropdown-item-language-active":"_CzNMi","popover__sort__item":"_1ocBa","popover__sort__item--active":"_18NhM","popover__search__icon":"_2bquW","popover__search__input":"_3A4G4","popover__options":"_1MsEW","button-export":"_2rTzM","button-content":"_18y0w","button-icon":"_3cZAT","hide-in-mobile":"_1INnO","hamburger-menu":"_2yRc8","box-content-home-page":"_ABUIP","collapse-box":"_WX97m","hide-in-desktop":"_2LIqK","control-input":"_2Zz97","custom-control":"_3-yp5","item-select-role":"_1KcY7","item-role-active":"_dOVso","model-switch-roles":"_3ZqxI","title":"_g-p72","btn-login-with-sso":"_DrSlA","app-alert":"_3Vgah","app-alert--success":"_1jraB"};
|
|
20524
|
+
var styles = {"btn-login-google":"_2HqmH","notification-count":"_2sew7","text-introduction":"_3OgWF","btn-trans-border":"_r9cAh","contact":"_NszFe","learn-more":"_MDjzH","title-quote":"_1Swkw","descriptions-quote":"_gi8vj","box-login":"_38Lo1","block-verification":"_1OzGy","block-login":"_wWIyO","class-link-sso-image":"_3EZva","title-login":"_3nuns","title-forgot-password":"_21qb6","btn-close":"_NhW9l","btn-login":"_3IL10","school-icon":"_2OUwW","school-name":"_2Owso","login-description":"_fx-kA","digital-privacy-icon":"_141p1","return-to-login":"_Ce3Kg","recover-account":"_2t6d9","link-to-login":"_3bDsd","privacy-policy":"_I4SVu","remember":"_11FZt","term-and-conditions":"_3LXoI","descriptions-forgot-pass":"_PMcjT","content-icon":"_2rZY6","descriptions-icon":"_3SOdX","title-icon":"_y9lM2","nav-home":"_1TT1q","box-introduction":"_32V6L","icon":"_20YJX","checkbox-keep-login":"_1AiX0","label-keep-login":"_2uNvW","option-text":"_pqn4y","form-user-name":"_39BJD","input":"_ozRAq","checkbox-remember":"_2K9b2","btn-rounder":"_2VvIr","btn-active":"_2A0HF","block-reset-password":"_23Sua","block-forgot-pass":"_3CWP6","page-not-login":"_3Wmco","content-quote":"_13Rk0","home-page":"_o6HKW","bg-animate":"_30npl","active":"_3oAH-","show":"_16rY4","fade-in":"_26nbh","behind":"_3A7Vv","login":"_F-hjL","login-content":"_149oA","logo-home":"_24U3W","img-box":"_2v-L_","img-login":"_3ncTL","img-login-rectangle":"_2kOvJ","c-main":"_39l0X","container-fluid":"_1BMwK","input-file-label":"_1XNpH","delete-avatar-button":"_1z5h9","header-logo":"_Gewcf","box-sidebar":"_2vcmv","sidebar-logo":"_1hXpy","sidebar-nav-links":"_3vb3s","c-active":"_36jSM","sidebar-nav-links-hover":"_DNrus","box-sidebar-header":"_3NEZj","box-logout":"_1wUDG","sidebar-btn-minimized":"_1S7Px","sidebar-minimized-logo":"_3846X","sidebar-logout":"_2P85D","nav-mobile":"_1qjbW","filter-media-file":"_1I62C","div":"_3cLcM","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","logout":"_1_9tV","content-text":"_3S4f2","dropdown-content-language":"_3ajui","dropdown-item-language":"_3Y_y4","dropdown-item-language-active":"_CzNMi","popover__sort__item":"_1ocBa","popover__sort__item--active":"_18NhM","popover__search__icon":"_2bquW","popover__search__input":"_3A4G4","popover__options":"_1MsEW","button-export":"_2rTzM","button-content":"_18y0w","button-icon":"_3cZAT","hide-in-mobile":"_1INnO","hamburger-menu":"_2yRc8","box-content-home-page":"_ABUIP","collapse-box":"_WX97m","hide-in-desktop":"_2LIqK","control-input":"_2Zz97","custom-control":"_3-yp5","item-select-role":"_1KcY7","item-role-active":"_dOVso","model-switch-roles":"_3ZqxI","title":"_g-p72","btn-login-with-sso":"_DrSlA","app-alert":"_3Vgah","app-alert--success":"_1jraB","p-0-12":"_1sfzz"};
|
|
20324
20525
|
|
|
20325
20526
|
var style = {
|
|
20326
20527
|
fontSize: "0.85rem"
|
|
@@ -39909,12 +40110,12 @@ var TheContent = function TheContent(_ref) {
|
|
|
39909
40110
|
var location = reactRouterDom.useLocation();
|
|
39910
40111
|
var pathname = location.pathname;
|
|
39911
40112
|
var dashboard = !pathname.includes("/admin") ? "box-container" : "";
|
|
39912
|
-
var
|
|
40113
|
+
var paddingAdmin = pathname.includes("/admin") ? "pt-3" : "";
|
|
39913
40114
|
return React__default.createElement("main", {
|
|
39914
40115
|
className: "c-main " + dashboard
|
|
39915
40116
|
}, React__default.createElement(react.CContainer, {
|
|
39916
40117
|
fluid: true,
|
|
39917
|
-
className: "h-100 " +
|
|
40118
|
+
className: "h-100 " + paddingAdmin
|
|
39918
40119
|
}, React__default.createElement(React.Suspense, {
|
|
39919
40120
|
fallback: loading
|
|
39920
40121
|
}, React__default.createElement(reactRouterDom.Switch, null, routes.map(function (route, idx) {
|
|
@@ -40362,9 +40563,8 @@ var style$1 = {
|
|
|
40362
40563
|
bottom: 70,
|
|
40363
40564
|
backgroundColor: "#fff",
|
|
40364
40565
|
borderTop: "1px solid #ddd",
|
|
40365
|
-
marginLeft: "-30px",
|
|
40366
40566
|
padding: "18px 8px",
|
|
40367
|
-
zIndex:
|
|
40567
|
+
zIndex: 2
|
|
40368
40568
|
};
|
|
40369
40569
|
|
|
40370
40570
|
var DetailActionButtons = function DetailActionButtons(_ref) {
|
|
@@ -40375,11 +40575,18 @@ var DetailActionButtons = function DetailActionButtons(_ref) {
|
|
|
40375
40575
|
var _useTranslation = reactI18next.useTranslation(),
|
|
40376
40576
|
t = _useTranslation.t;
|
|
40377
40577
|
|
|
40578
|
+
var customizeStyle = screenWidth <= 767 ? Object.assign(style$1, {
|
|
40579
|
+
bottom: 0,
|
|
40580
|
+
magin: 0
|
|
40581
|
+
}) : _extends({}, style$1);
|
|
40378
40582
|
return React__default.createElement(reactstrap.Row, {
|
|
40379
40583
|
form: true,
|
|
40380
|
-
style:
|
|
40584
|
+
style: customizeStyle
|
|
40381
40585
|
}, React__default.createElement(reactstrap.Col, {
|
|
40382
|
-
md: 12
|
|
40586
|
+
md: 12,
|
|
40587
|
+
style: {
|
|
40588
|
+
textAlign: screenWidth <= 767 ? 'right' : 'left'
|
|
40589
|
+
}
|
|
40383
40590
|
}, React__default.createElement(reactstrap.Button, {
|
|
40384
40591
|
color: "primary",
|
|
40385
40592
|
size: "sm",
|
|
@@ -43508,7 +43715,7 @@ var UserList = function UserList() {
|
|
|
43508
43715
|
};
|
|
43509
43716
|
|
|
43510
43717
|
return React__default.createElement("div", {
|
|
43511
|
-
className: "fadeIn animated h-100
|
|
43718
|
+
className: "fadeIn animated h-100 " + (screenWidth <= 767 ? styles['p-0-12'] : '')
|
|
43512
43719
|
}, React__default.createElement("h5", {
|
|
43513
43720
|
className: "mb-2"
|
|
43514
43721
|
}, t("" + header$2)), React__default.createElement(reactstrap.Row, {
|
|
@@ -43552,7 +43759,11 @@ var UserList = function UserList() {
|
|
|
43552
43759
|
className: "mb-2"
|
|
43553
43760
|
}, React__default.createElement(reactstrap.Col, {
|
|
43554
43761
|
md: 12
|
|
43555
|
-
}, React__default.createElement("div",
|
|
43762
|
+
}, React__default.createElement("div", {
|
|
43763
|
+
style: {
|
|
43764
|
+
overflow: 'auto'
|
|
43765
|
+
}
|
|
43766
|
+
}, React__default.createElement(reactstrap.Table, {
|
|
43556
43767
|
bordered: true,
|
|
43557
43768
|
hover: true,
|
|
43558
43769
|
striped: true,
|
|
@@ -44680,7 +44891,11 @@ var AssignStudentList = function AssignStudentList() {
|
|
|
44680
44891
|
className: "mb-2"
|
|
44681
44892
|
}, React__default.createElement(reactstrap.Col, {
|
|
44682
44893
|
md: 12
|
|
44683
|
-
}, !!userList && userList.length > 0 ? React__default.createElement("div",
|
|
44894
|
+
}, !!userList && userList.length > 0 ? React__default.createElement("div", {
|
|
44895
|
+
style: {
|
|
44896
|
+
overflow: 'auto'
|
|
44897
|
+
}
|
|
44898
|
+
}, React__default.createElement(reactstrap.Table, {
|
|
44684
44899
|
bordered: true,
|
|
44685
44900
|
hover: true,
|
|
44686
44901
|
striped: true,
|
|
@@ -45496,7 +45711,7 @@ var UserDetail = function UserDetail() {
|
|
|
45496
45711
|
setFieldValue("roles", [].concat(values.roles, [role]));
|
|
45497
45712
|
}, [values.roles]);
|
|
45498
45713
|
return React__default.createElement("div", {
|
|
45499
|
-
className: "animated fadeIn detail-buttons-padding"
|
|
45714
|
+
className: "animated fadeIn detail-buttons-padding " + (screenWidth <= 767 ? styles['p-0-12'] : '')
|
|
45500
45715
|
}, React__default.createElement(QuitPrompt, {
|
|
45501
45716
|
when: edited
|
|
45502
45717
|
}), React__default.createElement("h5", {
|