mario-core 2.9.247-multi → 2.9.250-multi
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 +9 -4
- package/dist/index.js +24 -5
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +24 -5
- package/dist/index.modern.js.map +1 -1
- package/package.json +2 -2
package/dist/index.modern.js
CHANGED
|
@@ -367,6 +367,7 @@ var number_of_used = "Number of used";
|
|
|
367
367
|
var next = "Next";
|
|
368
368
|
var my_conferences = "My Conferences";
|
|
369
369
|
var select_a_student_and_launch_a_new_conference_or_book_one_for_later = "Select a student and launch a new conference or book one for later.";
|
|
370
|
+
var select_a_teacher_and_launch_a_new_conference_or_book_one_for_later = "Select a teacher and launch a new conference or book one for later.";
|
|
370
371
|
var you_have_no_student = "You have no student";
|
|
371
372
|
var this_is_a_required_field = "This is a required field";
|
|
372
373
|
var please_select_question_category = "Please select question category";
|
|
@@ -1987,6 +1988,7 @@ var tutorial_screen = "tutorial screen";
|
|
|
1987
1988
|
var reflection_forms = "reflection forms";
|
|
1988
1989
|
var select_question_to_add = "Select question to add";
|
|
1989
1990
|
var all_of_the_students_marked_as_feeling_safe = "All of the students marked as feeling safe";
|
|
1991
|
+
var integrations = "Integrations";
|
|
1990
1992
|
var lang_us = {
|
|
1991
1993
|
dashboard: dashboard,
|
|
1992
1994
|
user: user,
|
|
@@ -2320,6 +2322,7 @@ var lang_us = {
|
|
|
2320
2322
|
next: next,
|
|
2321
2323
|
my_conferences: my_conferences,
|
|
2322
2324
|
select_a_student_and_launch_a_new_conference_or_book_one_for_later: select_a_student_and_launch_a_new_conference_or_book_one_for_later,
|
|
2325
|
+
select_a_teacher_and_launch_a_new_conference_or_book_one_for_later: select_a_teacher_and_launch_a_new_conference_or_book_one_for_later,
|
|
2323
2326
|
you_have_no_student: you_have_no_student,
|
|
2324
2327
|
this_is_a_required_field: this_is_a_required_field,
|
|
2325
2328
|
please_select_question_category: please_select_question_category,
|
|
@@ -3972,7 +3975,9 @@ var lang_us = {
|
|
|
3972
3975
|
tutorial_screen: tutorial_screen,
|
|
3973
3976
|
reflection_forms: reflection_forms,
|
|
3974
3977
|
select_question_to_add: select_question_to_add,
|
|
3975
|
-
all_of_the_students_marked_as_feeling_safe: all_of_the_students_marked_as_feeling_safe
|
|
3978
|
+
all_of_the_students_marked_as_feeling_safe: all_of_the_students_marked_as_feeling_safe,
|
|
3979
|
+
integrations: integrations,
|
|
3980
|
+
"this_check_in_will_be_deleted_from_all_databases._are_you_sure_you_want_to_continue?": "This Check-in will be deleted from all databases. Are you sure you want to continue?"
|
|
3976
3981
|
};
|
|
3977
3982
|
|
|
3978
3983
|
var dashboard$1 = "Dashboard";
|
|
@@ -4304,6 +4309,7 @@ var number_of_used$1 = "Number of used";
|
|
|
4304
4309
|
var next$1 = "Next";
|
|
4305
4310
|
var my_conferences$1 = "My Conferences";
|
|
4306
4311
|
var select_a_student_and_launch_a_new_conference_or_book_one_for_later$1 = "Select a student and launch a new conference or book one for later.";
|
|
4312
|
+
var select_a_teacher_and_launch_a_new_conference_or_book_one_for_later$1 = "Select a teacher and launch a new conference or book one for later.";
|
|
4307
4313
|
var you_have_no_student$1 = "You have no student";
|
|
4308
4314
|
var this_is_a_required_field$1 = "This is a required field";
|
|
4309
4315
|
var please_select_question_category$1 = "Please select question category";
|
|
@@ -5924,6 +5930,7 @@ var tutorial_screen$1 = "tutorial screen";
|
|
|
5924
5930
|
var reflection_forms$1 = "reflection forms";
|
|
5925
5931
|
var select_question_to_add$1 = "Select question to add";
|
|
5926
5932
|
var all_of_the_students_marked_as_feeling_safe$1 = "All of the students marked as feeling safe";
|
|
5933
|
+
var integrations$1 = "Integrations";
|
|
5927
5934
|
var lang_uk = {
|
|
5928
5935
|
dashboard: dashboard$1,
|
|
5929
5936
|
user: user$1,
|
|
@@ -6257,6 +6264,7 @@ var lang_uk = {
|
|
|
6257
6264
|
next: next$1,
|
|
6258
6265
|
my_conferences: my_conferences$1,
|
|
6259
6266
|
select_a_student_and_launch_a_new_conference_or_book_one_for_later: select_a_student_and_launch_a_new_conference_or_book_one_for_later$1,
|
|
6267
|
+
select_a_teacher_and_launch_a_new_conference_or_book_one_for_later: select_a_teacher_and_launch_a_new_conference_or_book_one_for_later$1,
|
|
6260
6268
|
you_have_no_student: you_have_no_student$1,
|
|
6261
6269
|
this_is_a_required_field: this_is_a_required_field$1,
|
|
6262
6270
|
please_select_question_category: please_select_question_category$1,
|
|
@@ -7909,7 +7917,9 @@ var lang_uk = {
|
|
|
7909
7917
|
tutorial_screen: tutorial_screen$1,
|
|
7910
7918
|
reflection_forms: reflection_forms$1,
|
|
7911
7919
|
select_question_to_add: select_question_to_add$1,
|
|
7912
|
-
all_of_the_students_marked_as_feeling_safe: all_of_the_students_marked_as_feeling_safe$1
|
|
7920
|
+
all_of_the_students_marked_as_feeling_safe: all_of_the_students_marked_as_feeling_safe$1,
|
|
7921
|
+
integrations: integrations$1,
|
|
7922
|
+
"this_check_in_will_be_deleted_from_all_databases._are_you_sure_you_want_to_continue?": "This Check-in will be deleted from all databases. Are you sure you want to continue?"
|
|
7913
7923
|
};
|
|
7914
7924
|
|
|
7915
7925
|
var dashboard$2 = "لوحة المعلومات";
|
|
@@ -9849,6 +9859,7 @@ var assignment_result$2 = "نتيجة الاحالة";
|
|
|
9849
9859
|
var learning_support_category$2 = "فئة دعم التعلم";
|
|
9850
9860
|
var feedback$2 = "تعليق";
|
|
9851
9861
|
var reflection_forms$2 = "أشكال الانعكاس";
|
|
9862
|
+
var integrations$2 = "Integrations";
|
|
9852
9863
|
var lang_ar = {
|
|
9853
9864
|
dashboard: dashboard$2,
|
|
9854
9865
|
user: user$2,
|
|
@@ -11819,7 +11830,9 @@ var lang_ar = {
|
|
|
11819
11830
|
assignment_result: assignment_result$2,
|
|
11820
11831
|
learning_support_category: learning_support_category$2,
|
|
11821
11832
|
feedback: feedback$2,
|
|
11822
|
-
reflection_forms: reflection_forms$2
|
|
11833
|
+
reflection_forms: reflection_forms$2,
|
|
11834
|
+
integrations: integrations$2,
|
|
11835
|
+
"this_check_in_will_be_deleted_from_all_databases._are_you_sure_you_want_to_continue?": "This Check-in will be deleted from all databases. Are you sure you want to continue?"
|
|
11823
11836
|
};
|
|
11824
11837
|
|
|
11825
11838
|
var dashboard$3 = "Panel de Control";
|
|
@@ -13739,6 +13752,7 @@ var assignment_result$3 = "resultado de la tarea";
|
|
|
13739
13752
|
var learning_support_category$3 = "Categoría de apoyo al aprendizaje";
|
|
13740
13753
|
var feedback$3 = "comentario";
|
|
13741
13754
|
var reflection_forms$3 = "formas de reflexión";
|
|
13755
|
+
var integrations$3 = "Integrations";
|
|
13742
13756
|
var lang_es = {
|
|
13743
13757
|
dashboard: dashboard$3,
|
|
13744
13758
|
user: user$3,
|
|
@@ -15692,7 +15706,9 @@ var lang_es = {
|
|
|
15692
15706
|
assignment_result: assignment_result$3,
|
|
15693
15707
|
learning_support_category: learning_support_category$3,
|
|
15694
15708
|
feedback: feedback$3,
|
|
15695
|
-
reflection_forms: reflection_forms$3
|
|
15709
|
+
reflection_forms: reflection_forms$3,
|
|
15710
|
+
integrations: integrations$3,
|
|
15711
|
+
"this_check_in_will_be_deleted_from_all_databases._are_you_sure_you_want_to_continue?": "This Check-in will be deleted from all databases. Are you sure you want to continue?"
|
|
15696
15712
|
};
|
|
15697
15713
|
|
|
15698
15714
|
var dashboard$4 = "仪表板";
|
|
@@ -17641,6 +17657,7 @@ var assignment_result$4 = "作業結果";
|
|
|
17641
17657
|
var learning_support_category$4 = "學習支援類";
|
|
17642
17658
|
var feedback$4 = "回饋";
|
|
17643
17659
|
var reflection_forms$4 = "反射形式";
|
|
17660
|
+
var integrations$4 = "Integrations";
|
|
17644
17661
|
var lang_zh = {
|
|
17645
17662
|
dashboard: dashboard$4,
|
|
17646
17663
|
user: user$4,
|
|
@@ -19622,7 +19639,9 @@ var lang_zh = {
|
|
|
19622
19639
|
assignment_result: assignment_result$4,
|
|
19623
19640
|
learning_support_category: learning_support_category$4,
|
|
19624
19641
|
feedback: feedback$4,
|
|
19625
|
-
reflection_forms: reflection_forms$4
|
|
19642
|
+
reflection_forms: reflection_forms$4,
|
|
19643
|
+
integrations: integrations$4,
|
|
19644
|
+
"this_check_in_will_be_deleted_from_all_databases._are_you_sure_you_want_to_continue?": "This Check-in will be deleted from all databases. Are you sure you want to continue?"
|
|
19626
19645
|
};
|
|
19627
19646
|
|
|
19628
19647
|
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|