mario-core 2.9.402-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 CHANGED
@@ -2168,6 +2168,18 @@ var check_ins_tab = "Check-Ins";
2168
2168
  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
+ 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";
2171
2183
  var lang_us = {
2172
2184
  dashboard: dashboard,
2173
2185
  user: user,
@@ -4351,7 +4363,19 @@ var lang_us = {
4351
4363
  check_ins_tab: check_ins_tab,
4352
4364
  start_check_in_homepage: start_check_in_homepage,
4353
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,
4354
- total_check_ins: total_check_ins
4366
+ total_check_ins: total_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
4355
4379
  };
4356
4380
 
4357
4381
  var dashboard$1 = "Dashboard";
@@ -4370,7 +4394,7 @@ var hey$1 = "Hey";
4370
4394
  var readiness_to_learn$1 = "Readiness to Learn";
4371
4395
  var high_impact_learning_strategies$1 = "High Impact Learning Strategies";
4372
4396
  var check_in = "Check In";
4373
- var check_ins = "Check Ins";
4397
+ var check_ins$1 = "Check Ins";
4374
4398
  var reflection$1 = "Reflection";
4375
4399
  var conferences$1 = "Conferences";
4376
4400
  var safety$1 = "Safety";
@@ -6484,6 +6508,18 @@ var please_enter_a_description_of_the_conversation$1 = "Please enter a descripti
6484
6508
  var check_ins_tab$1 = "Check-Ins";
6485
6509
  var start_check_in_homepage$1 = "Start Check-in";
6486
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";
6487
6523
  var lang_uk = {
6488
6524
  dashboard: dashboard$1,
6489
6525
  user: user$1,
@@ -6502,7 +6538,7 @@ var lang_uk = {
6502
6538
  high_impact_learning_strategies: high_impact_learning_strategies$1,
6503
6539
  "1_to_1": "1 to 1",
6504
6540
  check_in: check_in,
6505
- check_ins: check_ins,
6541
+ check_ins: check_ins$1,
6506
6542
  reflection: reflection$1,
6507
6543
  conferences: conferences$1,
6508
6544
  safety: safety$1,
@@ -8666,7 +8702,19 @@ var lang_uk = {
8666
8702
  please_enter_a_description_of_the_conversation: please_enter_a_description_of_the_conversation$1,
8667
8703
  check_ins_tab: check_ins_tab$1,
8668
8704
  start_check_in_homepage: start_check_in_homepage$1,
8669
- 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
8670
8718
  };
8671
8719
 
8672
8720
  var dashboard$2 = "لوحة المعلومات";
@@ -8685,7 +8733,7 @@ var hey$2 = "مرحبًا";
8685
8733
  var readiness_to_learn$2 = "الاستعداد للتعلم";
8686
8734
  var high_impact_learning_strategies$2 = "استراتيجيات التعلم عالية التأثير";
8687
8735
  var check_in$1 = "تسجيل الحضور";
8688
- var check_ins$1 = "عمليات تسجيل الحضور";
8736
+ var check_ins$2 = "عمليات تسجيل الحضور";
8689
8737
  var reflection$2 = "التفكير";
8690
8738
  var conferences$2 = "اللقاءات";
8691
8739
  var safety$2 = "الأمان";
@@ -10829,6 +10877,18 @@ var please_enter_a_description_of_the_conversation$2 = "Please enter a descripti
10829
10877
  var check_ins_tab$2 = "Check-Ins";
10830
10878
  var start_check_in_homepage$2 = "Start Check-in";
10831
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";
10832
10892
  var lang_ar = {
10833
10893
  dashboard: dashboard$2,
10834
10894
  user: user$2,
@@ -10847,7 +10907,7 @@ var lang_ar = {
10847
10907
  high_impact_learning_strategies: high_impact_learning_strategies$2,
10848
10908
  "1_to_1": "1 إلى 1",
10849
10909
  check_in: check_in$1,
10850
- check_ins: check_ins$1,
10910
+ check_ins: check_ins$2,
10851
10911
  reflection: reflection$2,
10852
10912
  conferences: conferences$2,
10853
10913
  safety: safety$2,
@@ -13043,7 +13103,19 @@ var lang_ar = {
13043
13103
  please_enter_a_description_of_the_conversation: please_enter_a_description_of_the_conversation$2,
13044
13104
  check_ins_tab: check_ins_tab$2,
13045
13105
  start_check_in_homepage: start_check_in_homepage$2,
13046
- 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
13047
13119
  };
13048
13120
 
13049
13121
  var dashboard$3 = "Cuadro de mandos";
@@ -13062,7 +13134,7 @@ var hey$3 = "Hola";
13062
13134
  var readiness_to_learn$3 = "Preparación para el aprendizaje";
13063
13135
  var high_impact_learning_strategies$3 = "Estrategias de aprendizaje de alto impacto";
13064
13136
  var check_in$2 = "Registro";
13065
- var check_ins$2 = "Registro de entrada";
13137
+ var check_ins$3 = "Registro de entrada";
13066
13138
  var reflection$3 = "Reflexión";
13067
13139
  var conferences$3 = "Conferencias";
13068
13140
  var safety$3 = "Seguridad";
@@ -15206,6 +15278,18 @@ var please_enter_a_description_of_the_conversation$3 = "Please enter a descripti
15206
15278
  var check_ins_tab$3 = "Check-Ins";
15207
15279
  var start_check_in_homepage$3 = "Start Check-in";
15208
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";
15209
15293
  var lang_es = {
15210
15294
  dashboard: dashboard$3,
15211
15295
  user: user$3,
@@ -15224,7 +15308,7 @@ var lang_es = {
15224
15308
  high_impact_learning_strategies: high_impact_learning_strategies$3,
15225
15309
  "1_to_1": "1 a 1",
15226
15310
  check_in: check_in$2,
15227
- check_ins: check_ins$2,
15311
+ check_ins: check_ins$3,
15228
15312
  reflection: reflection$3,
15229
15313
  conferences: conferences$3,
15230
15314
  safety: safety$3,
@@ -17420,7 +17504,19 @@ var lang_es = {
17420
17504
  please_enter_a_description_of_the_conversation: please_enter_a_description_of_the_conversation$3,
17421
17505
  check_ins_tab: check_ins_tab$3,
17422
17506
  start_check_in_homepage: start_check_in_homepage$3,
17423
- 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
17424
17520
  };
17425
17521
 
17426
17522
  var dashboard$4 = "仪表板";
@@ -17439,7 +17535,7 @@ var hey$4 = "您好";
17439
17535
  var readiness_to_learn$4 = "准备学习";
17440
17536
  var high_impact_learning_strategies$4 = "高效学习策略";
17441
17537
  var check_in$3 = "签到";
17442
- var check_ins$3 = "签到";
17538
+ var check_ins$4 = "签到";
17443
17539
  var reflection$4 = "反思";
17444
17540
  var conferences$4 = "讨论会";
17445
17541
  var safety$4 = "安全";
@@ -19583,6 +19679,18 @@ var please_enter_a_description_of_the_conversation$4 = "Please enter a descripti
19583
19679
  var check_ins_tab$4 = "Check-Ins";
19584
19680
  var start_check_in_homepage$4 = "Start Check-in";
19585
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";
19586
19694
  var lang_zh = {
19587
19695
  dashboard: dashboard$4,
19588
19696
  user: user$4,
@@ -19601,7 +19709,7 @@ var lang_zh = {
19601
19709
  high_impact_learning_strategies: high_impact_learning_strategies$4,
19602
19710
  "1_to_1": "一对一",
19603
19711
  check_in: check_in$3,
19604
- check_ins: check_ins$3,
19712
+ check_ins: check_ins$4,
19605
19713
  reflection: reflection$4,
19606
19714
  conferences: conferences$4,
19607
19715
  safety: safety$4,
@@ -21797,7 +21905,19 @@ var lang_zh = {
21797
21905
  please_enter_a_description_of_the_conversation: please_enter_a_description_of_the_conversation$4,
21798
21906
  check_ins_tab: check_ins_tab$4,
21799
21907
  start_check_in_homepage: start_check_in_homepage$4,
21800
- 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
21801
21921
  };
21802
21922
 
21803
21923
  var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";