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.modern.js
CHANGED
|
@@ -2168,6 +2168,17 @@ var start_check_in_homepage = "Start Check-in";
|
|
|
2168
2168
|
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.";
|
|
2169
2169
|
var total_check_ins = "Total Check-ins";
|
|
2170
2170
|
var check_ins = "Check Ins";
|
|
2171
|
+
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.";
|
|
2172
|
+
var back_to_notes_and_logs = "Back to Notes and Logs";
|
|
2173
|
+
var students_review = "Student's Review";
|
|
2174
|
+
var other_note = "Other note";
|
|
2175
|
+
var students_perceived_usefulness = "Student's Perceived<br/>Usefulness";
|
|
2176
|
+
var student_feedback = "Student Feedback";
|
|
2177
|
+
var note_category = "Note Category";
|
|
2178
|
+
var select_note_category = "Select Note Category";
|
|
2179
|
+
var save_note = "Save note";
|
|
2180
|
+
var type_the_main_focus_of_this_session = "Type the main focus of this session";
|
|
2181
|
+
var please_add_title_note = "Please add title note";
|
|
2171
2182
|
var lang_us = {
|
|
2172
2183
|
dashboard: dashboard,
|
|
2173
2184
|
user: user,
|
|
@@ -4352,7 +4363,18 @@ var lang_us = {
|
|
|
4352
4363
|
start_check_in_homepage: start_check_in_homepage,
|
|
4353
4364
|
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,
|
|
4354
4365
|
total_check_ins: total_check_ins,
|
|
4355
|
-
check_ins: check_ins
|
|
4366
|
+
check_ins: check_ins,
|
|
4367
|
+
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,
|
|
4368
|
+
back_to_notes_and_logs: back_to_notes_and_logs,
|
|
4369
|
+
students_review: students_review,
|
|
4370
|
+
other_note: other_note,
|
|
4371
|
+
students_perceived_usefulness: students_perceived_usefulness,
|
|
4372
|
+
student_feedback: student_feedback,
|
|
4373
|
+
note_category: note_category,
|
|
4374
|
+
select_note_category: select_note_category,
|
|
4375
|
+
save_note: save_note,
|
|
4376
|
+
type_the_main_focus_of_this_session: type_the_main_focus_of_this_session,
|
|
4377
|
+
please_add_title_note: please_add_title_note
|
|
4356
4378
|
};
|
|
4357
4379
|
|
|
4358
4380
|
var dashboard$1 = "Dashboard";
|
|
@@ -6485,6 +6507,18 @@ var please_enter_a_description_of_the_conversation$1 = "Please enter a descripti
|
|
|
6485
6507
|
var check_ins_tab$1 = "Check-Ins";
|
|
6486
6508
|
var start_check_in_homepage$1 = "Start Check-in";
|
|
6487
6509
|
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.";
|
|
6510
|
+
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.";
|
|
6511
|
+
var back_to_notes_and_logs$1 = "Back to Notes and Logs";
|
|
6512
|
+
var students_review$1 = "Student's Review";
|
|
6513
|
+
var other_note$1 = "Other note";
|
|
6514
|
+
var students_perceived_usefulness$1 = "Student's Perceived<br/>Usefulness";
|
|
6515
|
+
var student_feedback$1 = "Student Feedback";
|
|
6516
|
+
var note_category$1 = "Note Category";
|
|
6517
|
+
var select_note_category$1 = "Select Note Category";
|
|
6518
|
+
var save_note$1 = "Save note";
|
|
6519
|
+
var type_the_main_focus_of_this_session$1 = "Type the main focus of this session";
|
|
6520
|
+
var please_add_title_note$1 = "Please add title note";
|
|
6521
|
+
var notes_and_logs = "Notes and Logs";
|
|
6488
6522
|
var lang_uk = {
|
|
6489
6523
|
dashboard: dashboard$1,
|
|
6490
6524
|
user: user$1,
|
|
@@ -8667,7 +8701,19 @@ var lang_uk = {
|
|
|
8667
8701
|
please_enter_a_description_of_the_conversation: please_enter_a_description_of_the_conversation$1,
|
|
8668
8702
|
check_ins_tab: check_ins_tab$1,
|
|
8669
8703
|
start_check_in_homepage: start_check_in_homepage$1,
|
|
8670
|
-
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
|
|
8704
|
+
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
|
+
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,
|
|
8706
|
+
back_to_notes_and_logs: back_to_notes_and_logs$1,
|
|
8707
|
+
students_review: students_review$1,
|
|
8708
|
+
other_note: other_note$1,
|
|
8709
|
+
students_perceived_usefulness: students_perceived_usefulness$1,
|
|
8710
|
+
student_feedback: student_feedback$1,
|
|
8711
|
+
note_category: note_category$1,
|
|
8712
|
+
select_note_category: select_note_category$1,
|
|
8713
|
+
save_note: save_note$1,
|
|
8714
|
+
type_the_main_focus_of_this_session: type_the_main_focus_of_this_session$1,
|
|
8715
|
+
please_add_title_note: please_add_title_note$1,
|
|
8716
|
+
notes_and_logs: notes_and_logs
|
|
8671
8717
|
};
|
|
8672
8718
|
|
|
8673
8719
|
var dashboard$2 = "لوحة المعلومات";
|
|
@@ -10830,6 +10876,18 @@ var please_enter_a_description_of_the_conversation$2 = "Please enter a descripti
|
|
|
10830
10876
|
var check_ins_tab$2 = "Check-Ins";
|
|
10831
10877
|
var start_check_in_homepage$2 = "Start Check-in";
|
|
10832
10878
|
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.";
|
|
10879
|
+
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.";
|
|
10880
|
+
var back_to_notes_and_logs$2 = "Back to Notes and Logs";
|
|
10881
|
+
var students_review$2 = "Student's Review";
|
|
10882
|
+
var other_note$2 = "Other note";
|
|
10883
|
+
var students_perceived_usefulness$2 = "Student's Perceived<br/>Usefulness";
|
|
10884
|
+
var student_feedback$2 = "Student Feedback";
|
|
10885
|
+
var note_category$2 = "Note Category";
|
|
10886
|
+
var select_note_category$2 = "Select Note Category";
|
|
10887
|
+
var save_note$2 = "Save note";
|
|
10888
|
+
var type_the_main_focus_of_this_session$2 = "Type the main focus of this session";
|
|
10889
|
+
var please_add_title_note$2 = "Please add title note";
|
|
10890
|
+
var notes_and_logs$1 = "Notes and Logs";
|
|
10833
10891
|
var lang_ar = {
|
|
10834
10892
|
dashboard: dashboard$2,
|
|
10835
10893
|
user: user$2,
|
|
@@ -13044,7 +13102,19 @@ var lang_ar = {
|
|
|
13044
13102
|
please_enter_a_description_of_the_conversation: please_enter_a_description_of_the_conversation$2,
|
|
13045
13103
|
check_ins_tab: check_ins_tab$2,
|
|
13046
13104
|
start_check_in_homepage: start_check_in_homepage$2,
|
|
13047
|
-
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
|
|
13105
|
+
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
|
+
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,
|
|
13107
|
+
back_to_notes_and_logs: back_to_notes_and_logs$2,
|
|
13108
|
+
students_review: students_review$2,
|
|
13109
|
+
other_note: other_note$2,
|
|
13110
|
+
students_perceived_usefulness: students_perceived_usefulness$2,
|
|
13111
|
+
student_feedback: student_feedback$2,
|
|
13112
|
+
note_category: note_category$2,
|
|
13113
|
+
select_note_category: select_note_category$2,
|
|
13114
|
+
save_note: save_note$2,
|
|
13115
|
+
type_the_main_focus_of_this_session: type_the_main_focus_of_this_session$2,
|
|
13116
|
+
please_add_title_note: please_add_title_note$2,
|
|
13117
|
+
notes_and_logs: notes_and_logs$1
|
|
13048
13118
|
};
|
|
13049
13119
|
|
|
13050
13120
|
var dashboard$3 = "Cuadro de mandos";
|
|
@@ -15207,6 +15277,18 @@ var please_enter_a_description_of_the_conversation$3 = "Please enter a descripti
|
|
|
15207
15277
|
var check_ins_tab$3 = "Check-Ins";
|
|
15208
15278
|
var start_check_in_homepage$3 = "Start Check-in";
|
|
15209
15279
|
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.";
|
|
15280
|
+
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.";
|
|
15281
|
+
var back_to_notes_and_logs$3 = "Back to Notes and Logs";
|
|
15282
|
+
var students_review$3 = "Student's Review";
|
|
15283
|
+
var other_note$3 = "Other note";
|
|
15284
|
+
var students_perceived_usefulness$3 = "Student's Perceived<br/>Usefulness";
|
|
15285
|
+
var student_feedback$3 = "Student Feedback";
|
|
15286
|
+
var note_category$3 = "Note Category";
|
|
15287
|
+
var select_note_category$3 = "Select Note Category";
|
|
15288
|
+
var save_note$3 = "Save note";
|
|
15289
|
+
var type_the_main_focus_of_this_session$3 = "Type the main focus of this session";
|
|
15290
|
+
var please_add_title_note$3 = "Please add title note";
|
|
15291
|
+
var notes_and_logs$2 = "Notes and Logs";
|
|
15210
15292
|
var lang_es = {
|
|
15211
15293
|
dashboard: dashboard$3,
|
|
15212
15294
|
user: user$3,
|
|
@@ -17421,7 +17503,19 @@ var lang_es = {
|
|
|
17421
17503
|
please_enter_a_description_of_the_conversation: please_enter_a_description_of_the_conversation$3,
|
|
17422
17504
|
check_ins_tab: check_ins_tab$3,
|
|
17423
17505
|
start_check_in_homepage: start_check_in_homepage$3,
|
|
17424
|
-
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
|
|
17506
|
+
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
|
+
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,
|
|
17508
|
+
back_to_notes_and_logs: back_to_notes_and_logs$3,
|
|
17509
|
+
students_review: students_review$3,
|
|
17510
|
+
other_note: other_note$3,
|
|
17511
|
+
students_perceived_usefulness: students_perceived_usefulness$3,
|
|
17512
|
+
student_feedback: student_feedback$3,
|
|
17513
|
+
note_category: note_category$3,
|
|
17514
|
+
select_note_category: select_note_category$3,
|
|
17515
|
+
save_note: save_note$3,
|
|
17516
|
+
type_the_main_focus_of_this_session: type_the_main_focus_of_this_session$3,
|
|
17517
|
+
please_add_title_note: please_add_title_note$3,
|
|
17518
|
+
notes_and_logs: notes_and_logs$2
|
|
17425
17519
|
};
|
|
17426
17520
|
|
|
17427
17521
|
var dashboard$4 = "仪表板";
|
|
@@ -19584,6 +19678,18 @@ var please_enter_a_description_of_the_conversation$4 = "Please enter a descripti
|
|
|
19584
19678
|
var check_ins_tab$4 = "Check-Ins";
|
|
19585
19679
|
var start_check_in_homepage$4 = "Start Check-in";
|
|
19586
19680
|
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.";
|
|
19681
|
+
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.";
|
|
19682
|
+
var back_to_notes_and_logs$4 = "Back to Notes and Logs";
|
|
19683
|
+
var students_review$4 = "Student's Review";
|
|
19684
|
+
var other_note$4 = "Other note";
|
|
19685
|
+
var students_perceived_usefulness$4 = "Student's Perceived<br/>Usefulness";
|
|
19686
|
+
var student_feedback$4 = "Student Feedback";
|
|
19687
|
+
var note_category$4 = "Note Category";
|
|
19688
|
+
var select_note_category$4 = "Select Note Category";
|
|
19689
|
+
var save_note$4 = "Save note";
|
|
19690
|
+
var type_the_main_focus_of_this_session$4 = "Type the main focus of this session";
|
|
19691
|
+
var please_add_title_note$4 = "Please add title note";
|
|
19692
|
+
var notes_and_logs$3 = "Notes and Logs";
|
|
19587
19693
|
var lang_zh = {
|
|
19588
19694
|
dashboard: dashboard$4,
|
|
19589
19695
|
user: user$4,
|
|
@@ -21798,7 +21904,19 @@ var lang_zh = {
|
|
|
21798
21904
|
please_enter_a_description_of_the_conversation: please_enter_a_description_of_the_conversation$4,
|
|
21799
21905
|
check_ins_tab: check_ins_tab$4,
|
|
21800
21906
|
start_check_in_homepage: start_check_in_homepage$4,
|
|
21801
|
-
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
|
|
21907
|
+
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
|
+
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,
|
|
21909
|
+
back_to_notes_and_logs: back_to_notes_and_logs$4,
|
|
21910
|
+
students_review: students_review$4,
|
|
21911
|
+
other_note: other_note$4,
|
|
21912
|
+
students_perceived_usefulness: students_perceived_usefulness$4,
|
|
21913
|
+
student_feedback: student_feedback$4,
|
|
21914
|
+
note_category: note_category$4,
|
|
21915
|
+
select_note_category: select_note_category$4,
|
|
21916
|
+
save_note: save_note$4,
|
|
21917
|
+
type_the_main_focus_of_this_session: type_the_main_focus_of_this_session$4,
|
|
21918
|
+
please_add_title_note: please_add_title_note$4,
|
|
21919
|
+
notes_and_logs: notes_and_logs$3
|
|
21802
21920
|
};
|
|
21803
21921
|
|
|
21804
21922
|
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|