mario-core 2.9.403-feedback → 2.9.404-feedback
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +123 -5
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +123 -5
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
- package/dist/services/weeklyQuestService.d.ts +0 -1
- package/dist/types/WeeklyQuest.d.ts +0 -37
package/dist/index.js
CHANGED
|
@@ -2169,6 +2169,17 @@ var start_check_in_homepage = "Start Check-in";
|
|
|
2169
2169
|
var select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins = "Select the teacher or counselor asking you to check in. If you have more than one teacher, choose any teacher in the class. All the teachers and counselors listed can view your check-ins.";
|
|
2170
2170
|
var total_check_ins = "Total Check-ins";
|
|
2171
2171
|
var check_ins = "Check Ins";
|
|
2172
|
+
var here_you_can_find_all_the_notes_and_1_1_conversations_logs_the_student_has = "Here you can find all the notes and 1-1 conversations logs the student has.";
|
|
2173
|
+
var back_to_notes_and_logs = "Back to Notes and Logs";
|
|
2174
|
+
var students_review = "Student's Review";
|
|
2175
|
+
var other_note = "Other note";
|
|
2176
|
+
var students_perceived_usefulness = "Student's Perceived<br/>Usefulness";
|
|
2177
|
+
var student_feedback = "Student Feedback";
|
|
2178
|
+
var note_category = "Note Category";
|
|
2179
|
+
var select_note_category = "Select Note Category";
|
|
2180
|
+
var save_note = "Save note";
|
|
2181
|
+
var type_the_main_focus_of_this_session = "Type the main focus of this session";
|
|
2182
|
+
var please_add_title_note = "Please add title note";
|
|
2172
2183
|
var lang_us = {
|
|
2173
2184
|
dashboard: dashboard,
|
|
2174
2185
|
user: user,
|
|
@@ -4353,7 +4364,18 @@ var lang_us = {
|
|
|
4353
4364
|
start_check_in_homepage: start_check_in_homepage,
|
|
4354
4365
|
select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins: select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins,
|
|
4355
4366
|
total_check_ins: total_check_ins,
|
|
4356
|
-
check_ins: check_ins
|
|
4367
|
+
check_ins: check_ins,
|
|
4368
|
+
here_you_can_find_all_the_notes_and_1_1_conversations_logs_the_student_has: here_you_can_find_all_the_notes_and_1_1_conversations_logs_the_student_has,
|
|
4369
|
+
back_to_notes_and_logs: back_to_notes_and_logs,
|
|
4370
|
+
students_review: students_review,
|
|
4371
|
+
other_note: other_note,
|
|
4372
|
+
students_perceived_usefulness: students_perceived_usefulness,
|
|
4373
|
+
student_feedback: student_feedback,
|
|
4374
|
+
note_category: note_category,
|
|
4375
|
+
select_note_category: select_note_category,
|
|
4376
|
+
save_note: save_note,
|
|
4377
|
+
type_the_main_focus_of_this_session: type_the_main_focus_of_this_session,
|
|
4378
|
+
please_add_title_note: please_add_title_note
|
|
4357
4379
|
};
|
|
4358
4380
|
|
|
4359
4381
|
var dashboard$1 = "Dashboard";
|
|
@@ -6486,6 +6508,18 @@ var please_enter_a_description_of_the_conversation$1 = "Please enter a descripti
|
|
|
6486
6508
|
var check_ins_tab$1 = "Check-Ins";
|
|
6487
6509
|
var start_check_in_homepage$1 = "Start Check-in";
|
|
6488
6510
|
var select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins$1 = "Select the teacher or counselor asking you to check in. If you have more than one teacher, choose any teacher in the class. All the teachers and counselors listed can view your check-ins.";
|
|
6511
|
+
var here_you_can_find_all_the_notes_and_1_1_conversations_logs_the_student_has$1 = "Here you can find all the notes and 1-1 conversations logs the student has.";
|
|
6512
|
+
var back_to_notes_and_logs$1 = "Back to Notes and Logs";
|
|
6513
|
+
var students_review$1 = "Student's Review";
|
|
6514
|
+
var other_note$1 = "Other note";
|
|
6515
|
+
var students_perceived_usefulness$1 = "Student's Perceived<br/>Usefulness";
|
|
6516
|
+
var student_feedback$1 = "Student Feedback";
|
|
6517
|
+
var note_category$1 = "Note Category";
|
|
6518
|
+
var select_note_category$1 = "Select Note Category";
|
|
6519
|
+
var save_note$1 = "Save note";
|
|
6520
|
+
var type_the_main_focus_of_this_session$1 = "Type the main focus of this session";
|
|
6521
|
+
var please_add_title_note$1 = "Please add title note";
|
|
6522
|
+
var notes_and_logs = "Notes and Logs";
|
|
6489
6523
|
var lang_uk = {
|
|
6490
6524
|
dashboard: dashboard$1,
|
|
6491
6525
|
user: user$1,
|
|
@@ -8668,7 +8702,19 @@ var lang_uk = {
|
|
|
8668
8702
|
please_enter_a_description_of_the_conversation: please_enter_a_description_of_the_conversation$1,
|
|
8669
8703
|
check_ins_tab: check_ins_tab$1,
|
|
8670
8704
|
start_check_in_homepage: start_check_in_homepage$1,
|
|
8671
|
-
select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins: select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins$1
|
|
8705
|
+
select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins: select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins$1,
|
|
8706
|
+
here_you_can_find_all_the_notes_and_1_1_conversations_logs_the_student_has: here_you_can_find_all_the_notes_and_1_1_conversations_logs_the_student_has$1,
|
|
8707
|
+
back_to_notes_and_logs: back_to_notes_and_logs$1,
|
|
8708
|
+
students_review: students_review$1,
|
|
8709
|
+
other_note: other_note$1,
|
|
8710
|
+
students_perceived_usefulness: students_perceived_usefulness$1,
|
|
8711
|
+
student_feedback: student_feedback$1,
|
|
8712
|
+
note_category: note_category$1,
|
|
8713
|
+
select_note_category: select_note_category$1,
|
|
8714
|
+
save_note: save_note$1,
|
|
8715
|
+
type_the_main_focus_of_this_session: type_the_main_focus_of_this_session$1,
|
|
8716
|
+
please_add_title_note: please_add_title_note$1,
|
|
8717
|
+
notes_and_logs: notes_and_logs
|
|
8672
8718
|
};
|
|
8673
8719
|
|
|
8674
8720
|
var dashboard$2 = "لوحة المعلومات";
|
|
@@ -10831,6 +10877,18 @@ var please_enter_a_description_of_the_conversation$2 = "Please enter a descripti
|
|
|
10831
10877
|
var check_ins_tab$2 = "Check-Ins";
|
|
10832
10878
|
var start_check_in_homepage$2 = "Start Check-in";
|
|
10833
10879
|
var select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins$2 = "Select the teacher or counselor asking you to check in. If you have more than one teacher, choose any teacher in the class. All the teachers and counselors listed can view your check-ins.";
|
|
10880
|
+
var here_you_can_find_all_the_notes_and_1_1_conversations_logs_the_student_has$2 = "Here you can find all the notes and 1-1 conversations logs the student has.";
|
|
10881
|
+
var back_to_notes_and_logs$2 = "Back to Notes and Logs";
|
|
10882
|
+
var students_review$2 = "Student's Review";
|
|
10883
|
+
var other_note$2 = "Other note";
|
|
10884
|
+
var students_perceived_usefulness$2 = "Student's Perceived<br/>Usefulness";
|
|
10885
|
+
var student_feedback$2 = "Student Feedback";
|
|
10886
|
+
var note_category$2 = "Note Category";
|
|
10887
|
+
var select_note_category$2 = "Select Note Category";
|
|
10888
|
+
var save_note$2 = "Save note";
|
|
10889
|
+
var type_the_main_focus_of_this_session$2 = "Type the main focus of this session";
|
|
10890
|
+
var please_add_title_note$2 = "Please add title note";
|
|
10891
|
+
var notes_and_logs$1 = "Notes and Logs";
|
|
10834
10892
|
var lang_ar = {
|
|
10835
10893
|
dashboard: dashboard$2,
|
|
10836
10894
|
user: user$2,
|
|
@@ -13045,7 +13103,19 @@ var lang_ar = {
|
|
|
13045
13103
|
please_enter_a_description_of_the_conversation: please_enter_a_description_of_the_conversation$2,
|
|
13046
13104
|
check_ins_tab: check_ins_tab$2,
|
|
13047
13105
|
start_check_in_homepage: start_check_in_homepage$2,
|
|
13048
|
-
select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins: select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins$2
|
|
13106
|
+
select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins: select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins$2,
|
|
13107
|
+
here_you_can_find_all_the_notes_and_1_1_conversations_logs_the_student_has: here_you_can_find_all_the_notes_and_1_1_conversations_logs_the_student_has$2,
|
|
13108
|
+
back_to_notes_and_logs: back_to_notes_and_logs$2,
|
|
13109
|
+
students_review: students_review$2,
|
|
13110
|
+
other_note: other_note$2,
|
|
13111
|
+
students_perceived_usefulness: students_perceived_usefulness$2,
|
|
13112
|
+
student_feedback: student_feedback$2,
|
|
13113
|
+
note_category: note_category$2,
|
|
13114
|
+
select_note_category: select_note_category$2,
|
|
13115
|
+
save_note: save_note$2,
|
|
13116
|
+
type_the_main_focus_of_this_session: type_the_main_focus_of_this_session$2,
|
|
13117
|
+
please_add_title_note: please_add_title_note$2,
|
|
13118
|
+
notes_and_logs: notes_and_logs$1
|
|
13049
13119
|
};
|
|
13050
13120
|
|
|
13051
13121
|
var dashboard$3 = "Cuadro de mandos";
|
|
@@ -15208,6 +15278,18 @@ var please_enter_a_description_of_the_conversation$3 = "Please enter a descripti
|
|
|
15208
15278
|
var check_ins_tab$3 = "Check-Ins";
|
|
15209
15279
|
var start_check_in_homepage$3 = "Start Check-in";
|
|
15210
15280
|
var select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins$3 = "Select the teacher or counselor asking you to check in. If you have more than one teacher, choose any teacher in the class. All the teachers and counselors listed can view your check-ins.";
|
|
15281
|
+
var here_you_can_find_all_the_notes_and_1_1_conversations_logs_the_student_has$3 = "Here you can find all the notes and 1-1 conversations logs the student has.";
|
|
15282
|
+
var back_to_notes_and_logs$3 = "Back to Notes and Logs";
|
|
15283
|
+
var students_review$3 = "Student's Review";
|
|
15284
|
+
var other_note$3 = "Other note";
|
|
15285
|
+
var students_perceived_usefulness$3 = "Student's Perceived<br/>Usefulness";
|
|
15286
|
+
var student_feedback$3 = "Student Feedback";
|
|
15287
|
+
var note_category$3 = "Note Category";
|
|
15288
|
+
var select_note_category$3 = "Select Note Category";
|
|
15289
|
+
var save_note$3 = "Save note";
|
|
15290
|
+
var type_the_main_focus_of_this_session$3 = "Type the main focus of this session";
|
|
15291
|
+
var please_add_title_note$3 = "Please add title note";
|
|
15292
|
+
var notes_and_logs$2 = "Notes and Logs";
|
|
15211
15293
|
var lang_es = {
|
|
15212
15294
|
dashboard: dashboard$3,
|
|
15213
15295
|
user: user$3,
|
|
@@ -17422,7 +17504,19 @@ var lang_es = {
|
|
|
17422
17504
|
please_enter_a_description_of_the_conversation: please_enter_a_description_of_the_conversation$3,
|
|
17423
17505
|
check_ins_tab: check_ins_tab$3,
|
|
17424
17506
|
start_check_in_homepage: start_check_in_homepage$3,
|
|
17425
|
-
select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins: select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins$3
|
|
17507
|
+
select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins: select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins$3,
|
|
17508
|
+
here_you_can_find_all_the_notes_and_1_1_conversations_logs_the_student_has: here_you_can_find_all_the_notes_and_1_1_conversations_logs_the_student_has$3,
|
|
17509
|
+
back_to_notes_and_logs: back_to_notes_and_logs$3,
|
|
17510
|
+
students_review: students_review$3,
|
|
17511
|
+
other_note: other_note$3,
|
|
17512
|
+
students_perceived_usefulness: students_perceived_usefulness$3,
|
|
17513
|
+
student_feedback: student_feedback$3,
|
|
17514
|
+
note_category: note_category$3,
|
|
17515
|
+
select_note_category: select_note_category$3,
|
|
17516
|
+
save_note: save_note$3,
|
|
17517
|
+
type_the_main_focus_of_this_session: type_the_main_focus_of_this_session$3,
|
|
17518
|
+
please_add_title_note: please_add_title_note$3,
|
|
17519
|
+
notes_and_logs: notes_and_logs$2
|
|
17426
17520
|
};
|
|
17427
17521
|
|
|
17428
17522
|
var dashboard$4 = "仪表板";
|
|
@@ -19585,6 +19679,18 @@ var please_enter_a_description_of_the_conversation$4 = "Please enter a descripti
|
|
|
19585
19679
|
var check_ins_tab$4 = "Check-Ins";
|
|
19586
19680
|
var start_check_in_homepage$4 = "Start Check-in";
|
|
19587
19681
|
var select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins$4 = "Select the teacher or counselor asking you to check in. If you have more than one teacher, choose any teacher in the class. All the teachers and counselors listed can view your check-ins.";
|
|
19682
|
+
var here_you_can_find_all_the_notes_and_1_1_conversations_logs_the_student_has$4 = "Here you can find all the notes and 1-1 conversations logs the student has.";
|
|
19683
|
+
var back_to_notes_and_logs$4 = "Back to Notes and Logs";
|
|
19684
|
+
var students_review$4 = "Student's Review";
|
|
19685
|
+
var other_note$4 = "Other note";
|
|
19686
|
+
var students_perceived_usefulness$4 = "Student's Perceived<br/>Usefulness";
|
|
19687
|
+
var student_feedback$4 = "Student Feedback";
|
|
19688
|
+
var note_category$4 = "Note Category";
|
|
19689
|
+
var select_note_category$4 = "Select Note Category";
|
|
19690
|
+
var save_note$4 = "Save note";
|
|
19691
|
+
var type_the_main_focus_of_this_session$4 = "Type the main focus of this session";
|
|
19692
|
+
var please_add_title_note$4 = "Please add title note";
|
|
19693
|
+
var notes_and_logs$3 = "Notes and Logs";
|
|
19588
19694
|
var lang_zh = {
|
|
19589
19695
|
dashboard: dashboard$4,
|
|
19590
19696
|
user: user$4,
|
|
@@ -21799,7 +21905,19 @@ var lang_zh = {
|
|
|
21799
21905
|
please_enter_a_description_of_the_conversation: please_enter_a_description_of_the_conversation$4,
|
|
21800
21906
|
check_ins_tab: check_ins_tab$4,
|
|
21801
21907
|
start_check_in_homepage: start_check_in_homepage$4,
|
|
21802
|
-
select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins: select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins$4
|
|
21908
|
+
select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins: select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins$4,
|
|
21909
|
+
here_you_can_find_all_the_notes_and_1_1_conversations_logs_the_student_has: here_you_can_find_all_the_notes_and_1_1_conversations_logs_the_student_has$4,
|
|
21910
|
+
back_to_notes_and_logs: back_to_notes_and_logs$4,
|
|
21911
|
+
students_review: students_review$4,
|
|
21912
|
+
other_note: other_note$4,
|
|
21913
|
+
students_perceived_usefulness: students_perceived_usefulness$4,
|
|
21914
|
+
student_feedback: student_feedback$4,
|
|
21915
|
+
note_category: note_category$4,
|
|
21916
|
+
select_note_category: select_note_category$4,
|
|
21917
|
+
save_note: save_note$4,
|
|
21918
|
+
type_the_main_focus_of_this_session: type_the_main_focus_of_this_session$4,
|
|
21919
|
+
please_add_title_note: please_add_title_note$4,
|
|
21920
|
+
notes_and_logs: notes_and_logs$3
|
|
21803
21921
|
};
|
|
21804
21922
|
|
|
21805
21923
|
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|