mario-core 2.9.355-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 +239 -20
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +239 -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";
|
|
@@ -2007,6 +2007,27 @@ var educator = "Educator";
|
|
|
2007
2007
|
var the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in = "The data presented in this chart reflects the student's <b>most recent check-in</b>.";
|
|
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
|
+
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";
|
|
2010
2031
|
var lang_us = {
|
|
2011
2032
|
dashboard: dashboard,
|
|
2012
2033
|
user: user,
|
|
@@ -4011,7 +4032,28 @@ var lang_us = {
|
|
|
4011
4032
|
educator: educator,
|
|
4012
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,
|
|
4013
4034
|
free_fields_responses: free_fields_responses,
|
|
4014
|
-
please_select_a_category_to_view_data: please_select_a_category_to_view_data
|
|
4035
|
+
please_select_a_category_to_view_data: please_select_a_category_to_view_data,
|
|
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
|
|
4015
4057
|
};
|
|
4016
4058
|
|
|
4017
4059
|
var dashboard$1 = "Dashboard";
|
|
@@ -4088,7 +4130,7 @@ var confirm_password$1 = "Confirm password";
|
|
|
4088
4130
|
var save$1 = "Save";
|
|
4089
4131
|
var type_something_to_search_question$1 = "Type something to search question";
|
|
4090
4132
|
var type_something_to_search_category$1 = "Type something to search category";
|
|
4091
|
-
var total_of_questions$1 = "Total
|
|
4133
|
+
var total_of_questions$1 = "Total questions";
|
|
4092
4134
|
var create_question$1 = "Create question";
|
|
4093
4135
|
var edit_question$1 = "Edit question";
|
|
4094
4136
|
var question_type$1 = "Question Type";
|
|
@@ -4778,7 +4820,7 @@ var conference_question$1 = "Conference Question";
|
|
|
4778
4820
|
var actions$1 = "Actions";
|
|
4779
4821
|
var order$1 = "Order";
|
|
4780
4822
|
var user_for$1 = "User for";
|
|
4781
|
-
var question_category$1 = "Question
|
|
4823
|
+
var question_category$1 = "Question category";
|
|
4782
4824
|
var template_survey$1 = "Template Survey";
|
|
4783
4825
|
var total_of_category$1 = "Total of category";
|
|
4784
4826
|
var create_template$1 = "Create template";
|
|
@@ -5981,6 +6023,27 @@ var educator$1 = "Educator";
|
|
|
5981
6023
|
var the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in$1 = "The data presented in this chart reflects the student's <b>most recent check-in</b>.";
|
|
5982
6024
|
var free_fields_responses$1 = "Free fields responses";
|
|
5983
6025
|
var please_select_a_category_to_view_data$1 = "Please select a category to view data";
|
|
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";
|
|
5984
6047
|
var lang_uk = {
|
|
5985
6048
|
dashboard: dashboard$1,
|
|
5986
6049
|
user: user$1,
|
|
@@ -7985,7 +8048,28 @@ var lang_uk = {
|
|
|
7985
8048
|
educator: educator$1,
|
|
7986
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,
|
|
7987
8050
|
free_fields_responses: free_fields_responses$1,
|
|
7988
|
-
please_select_a_category_to_view_data: please_select_a_category_to_view_data$1
|
|
8051
|
+
please_select_a_category_to_view_data: please_select_a_category_to_view_data$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
|
|
7989
8073
|
};
|
|
7990
8074
|
|
|
7991
8075
|
var dashboard$2 = "لوحة المعلومات";
|
|
@@ -9988,6 +10072,26 @@ var free_fields_responses$2 = "استجابات الحقول المجانية";
|
|
|
9988
10072
|
var please_select_a_category_to_view_data$2 = "الرجاء تحديد الفئة لعرض البيانات";
|
|
9989
10073
|
var educator$2 = "مُعلّم";
|
|
9990
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 = "هل هي اجابات صحيحة";
|
|
9991
10095
|
var lang_ar = {
|
|
9992
10096
|
dashboard: dashboard$2,
|
|
9993
10097
|
user: user$2,
|
|
@@ -12027,7 +12131,27 @@ var lang_ar = {
|
|
|
12027
12131
|
free_fields_responses: free_fields_responses$2,
|
|
12028
12132
|
please_select_a_category_to_view_data: please_select_a_category_to_view_data$2,
|
|
12029
12133
|
educator: educator$2,
|
|
12030
|
-
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
|
|
12031
12155
|
};
|
|
12032
12156
|
|
|
12033
12157
|
var dashboard$3 = "Cuadro de mandos";
|
|
@@ -14030,6 +14154,26 @@ var educator$3 = "Educadora";
|
|
|
14030
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.";
|
|
14031
14155
|
var free_fields_responses$3 = "Respuestas de campos libres";
|
|
14032
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?";
|
|
14033
14177
|
var lang_es = {
|
|
14034
14178
|
dashboard: dashboard$3,
|
|
14035
14179
|
user: user$3,
|
|
@@ -16069,7 +16213,27 @@ var lang_es = {
|
|
|
16069
16213
|
educator: educator$3,
|
|
16070
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,
|
|
16071
16215
|
free_fields_responses: free_fields_responses$3,
|
|
16072
|
-
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
|
|
16073
16237
|
};
|
|
16074
16238
|
|
|
16075
16239
|
var dashboard$4 = "仪表板";
|
|
@@ -18072,6 +18236,26 @@ var educator$4 = "教育者";
|
|
|
18072
18236
|
var the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in$4 = "此图表中显示的数据反映了学生<b>最近的签到情况</b>。";
|
|
18073
18237
|
var free_fields_responses$4 = "自由场响应";
|
|
18074
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 = "是正确答案";
|
|
18075
18259
|
var lang_zh = {
|
|
18076
18260
|
dashboard: dashboard$4,
|
|
18077
18261
|
user: user$4,
|
|
@@ -20111,7 +20295,27 @@ var lang_zh = {
|
|
|
20111
20295
|
educator: educator$4,
|
|
20112
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,
|
|
20113
20297
|
free_fields_responses: free_fields_responses$4,
|
|
20114
|
-
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
|
|
20115
20319
|
};
|
|
20116
20320
|
|
|
20117
20321
|
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|
|
@@ -20268,6 +20472,7 @@ var LANGUAGES = [{
|
|
|
20268
20472
|
}];
|
|
20269
20473
|
var DEFAULT_LANGUAGE_CODE = "en-US";
|
|
20270
20474
|
var SUPPORTED_LANGUAGES_CODE = ["en-US", "en-GB", "ar", "es", "zh"];
|
|
20475
|
+
var screenWidth = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
|
|
20271
20476
|
|
|
20272
20477
|
var resources$5 = {
|
|
20273
20478
|
"en-US": {
|
|
@@ -20316,7 +20521,7 @@ function _catch(body, recover) {
|
|
|
20316
20521
|
return result;
|
|
20317
20522
|
}
|
|
20318
20523
|
|
|
20319
|
-
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"};
|
|
20320
20525
|
|
|
20321
20526
|
var style = {
|
|
20322
20527
|
fontSize: "0.85rem"
|
|
@@ -39905,12 +40110,12 @@ var TheContent = function TheContent(_ref) {
|
|
|
39905
40110
|
var location = reactRouterDom.useLocation();
|
|
39906
40111
|
var pathname = location.pathname;
|
|
39907
40112
|
var dashboard = !pathname.includes("/admin") ? "box-container" : "";
|
|
39908
|
-
var
|
|
40113
|
+
var paddingAdmin = pathname.includes("/admin") ? "pt-3" : "";
|
|
39909
40114
|
return React__default.createElement("main", {
|
|
39910
40115
|
className: "c-main " + dashboard
|
|
39911
40116
|
}, React__default.createElement(react.CContainer, {
|
|
39912
40117
|
fluid: true,
|
|
39913
|
-
className: "h-100 " +
|
|
40118
|
+
className: "h-100 " + paddingAdmin
|
|
39914
40119
|
}, React__default.createElement(React.Suspense, {
|
|
39915
40120
|
fallback: loading
|
|
39916
40121
|
}, React__default.createElement(reactRouterDom.Switch, null, routes.map(function (route, idx) {
|
|
@@ -40358,9 +40563,8 @@ var style$1 = {
|
|
|
40358
40563
|
bottom: 70,
|
|
40359
40564
|
backgroundColor: "#fff",
|
|
40360
40565
|
borderTop: "1px solid #ddd",
|
|
40361
|
-
marginLeft: "-30px",
|
|
40362
40566
|
padding: "18px 8px",
|
|
40363
|
-
zIndex:
|
|
40567
|
+
zIndex: 2
|
|
40364
40568
|
};
|
|
40365
40569
|
|
|
40366
40570
|
var DetailActionButtons = function DetailActionButtons(_ref) {
|
|
@@ -40371,11 +40575,18 @@ var DetailActionButtons = function DetailActionButtons(_ref) {
|
|
|
40371
40575
|
var _useTranslation = reactI18next.useTranslation(),
|
|
40372
40576
|
t = _useTranslation.t;
|
|
40373
40577
|
|
|
40578
|
+
var customizeStyle = screenWidth <= 767 ? Object.assign(style$1, {
|
|
40579
|
+
bottom: 0,
|
|
40580
|
+
magin: 0
|
|
40581
|
+
}) : _extends({}, style$1);
|
|
40374
40582
|
return React__default.createElement(reactstrap.Row, {
|
|
40375
40583
|
form: true,
|
|
40376
|
-
style:
|
|
40584
|
+
style: customizeStyle
|
|
40377
40585
|
}, React__default.createElement(reactstrap.Col, {
|
|
40378
|
-
md: 12
|
|
40586
|
+
md: 12,
|
|
40587
|
+
style: {
|
|
40588
|
+
textAlign: screenWidth <= 767 ? 'right' : 'left'
|
|
40589
|
+
}
|
|
40379
40590
|
}, React__default.createElement(reactstrap.Button, {
|
|
40380
40591
|
color: "primary",
|
|
40381
40592
|
size: "sm",
|
|
@@ -43504,7 +43715,7 @@ var UserList = function UserList() {
|
|
|
43504
43715
|
};
|
|
43505
43716
|
|
|
43506
43717
|
return React__default.createElement("div", {
|
|
43507
|
-
className: "fadeIn animated h-100
|
|
43718
|
+
className: "fadeIn animated h-100 " + (screenWidth <= 767 ? styles['p-0-12'] : '')
|
|
43508
43719
|
}, React__default.createElement("h5", {
|
|
43509
43720
|
className: "mb-2"
|
|
43510
43721
|
}, t("" + header$2)), React__default.createElement(reactstrap.Row, {
|
|
@@ -43548,7 +43759,11 @@ var UserList = function UserList() {
|
|
|
43548
43759
|
className: "mb-2"
|
|
43549
43760
|
}, React__default.createElement(reactstrap.Col, {
|
|
43550
43761
|
md: 12
|
|
43551
|
-
}, React__default.createElement("div",
|
|
43762
|
+
}, React__default.createElement("div", {
|
|
43763
|
+
style: {
|
|
43764
|
+
overflow: 'auto'
|
|
43765
|
+
}
|
|
43766
|
+
}, React__default.createElement(reactstrap.Table, {
|
|
43552
43767
|
bordered: true,
|
|
43553
43768
|
hover: true,
|
|
43554
43769
|
striped: true,
|
|
@@ -44676,7 +44891,11 @@ var AssignStudentList = function AssignStudentList() {
|
|
|
44676
44891
|
className: "mb-2"
|
|
44677
44892
|
}, React__default.createElement(reactstrap.Col, {
|
|
44678
44893
|
md: 12
|
|
44679
|
-
}, !!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, {
|
|
44680
44899
|
bordered: true,
|
|
44681
44900
|
hover: true,
|
|
44682
44901
|
striped: true,
|
|
@@ -45492,7 +45711,7 @@ var UserDetail = function UserDetail() {
|
|
|
45492
45711
|
setFieldValue("roles", [].concat(values.roles, [role]));
|
|
45493
45712
|
}, [values.roles]);
|
|
45494
45713
|
return React__default.createElement("div", {
|
|
45495
|
-
className: "animated fadeIn detail-buttons-padding"
|
|
45714
|
+
className: "animated fadeIn detail-buttons-padding " + (screenWidth <= 767 ? styles['p-0-12'] : '')
|
|
45496
45715
|
}, React__default.createElement(QuitPrompt, {
|
|
45497
45716
|
when: edited
|
|
45498
45717
|
}), React__default.createElement("h5", {
|