mario-core 2.9.398-feedback → 2.9.400-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 +285 -5
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +285 -5
- package/dist/index.modern.js.map +1 -1
- package/package.json +2 -2
- package/dist/services/weeklyQuestService.d.ts +0 -1
- package/dist/types/WeeklyQuest.d.ts +0 -37
package/dist/index.js
CHANGED
|
@@ -2140,6 +2140,31 @@ var open_apply_setting = "Open Apply Setting";
|
|
|
2140
2140
|
var time_open_apply_sync_hh = "Time Open Apply Sync (HH)";
|
|
2141
2141
|
var import_open_apply = "Import Open Apply";
|
|
2142
2142
|
var conversations = "Conversations";
|
|
2143
|
+
var add_new_check_in = "Add new check-in";
|
|
2144
|
+
var started_at = "Started at";
|
|
2145
|
+
var conversation_goal = "Conversation Goal";
|
|
2146
|
+
var target_monthly_conversation_goal_for_teachers = "Target Monthly Conversation Goal for Teachers";
|
|
2147
|
+
var target_monthly_conversation_goal_for_counselors = "Target Monthly Conversation Goal for Counselors";
|
|
2148
|
+
var target_monthly_conversation_goal_for_support_teachers = "Target Monthly Conversation Goal for Support Teachers";
|
|
2149
|
+
var already_happened = "Already happened";
|
|
2150
|
+
var happening_now = "Happening now";
|
|
2151
|
+
var has_this_conversation_already_taken_place_or_is_it_happening_now = "Has this conversation already taken place, or is it happening now?";
|
|
2152
|
+
var log_1_1_conversation = "Log 1-1 Conversation";
|
|
2153
|
+
var note_log_and_scaffolding = "Note Log and<br/>Scaffolding";
|
|
2154
|
+
var student_review = "Student Review";
|
|
2155
|
+
var date_of_conversation = "Date of conversation";
|
|
2156
|
+
var learning_strategy_added = "Learning Strategy Added";
|
|
2157
|
+
var created_on = "Created on";
|
|
2158
|
+
var save_review = "Save Review";
|
|
2159
|
+
var write_your_most_important_learning_here = "Write your most important learning here...";
|
|
2160
|
+
var all_set = "All Set";
|
|
2161
|
+
var have_you_used_any_learning_strategies = "Have you used any learning strategies?";
|
|
2162
|
+
var select_the_learning_strategy = "Select the learning strategy";
|
|
2163
|
+
var log_a_1_1_conversation_title = "Log a 1-1 Conversation";
|
|
2164
|
+
var save_1_1_log_note = "Save 1-1 log note";
|
|
2165
|
+
var view_1_1_note = "View 1-1 Note";
|
|
2166
|
+
var please_enter_a_description_of_the_conversation = "Please enter a description of the conversation.";
|
|
2167
|
+
var check_ins_tab = "Check-Ins";
|
|
2143
2168
|
var lang_us = {
|
|
2144
2169
|
dashboard: dashboard,
|
|
2145
2170
|
user: user,
|
|
@@ -4289,7 +4314,38 @@ var lang_us = {
|
|
|
4289
4314
|
open_apply_setting: open_apply_setting,
|
|
4290
4315
|
time_open_apply_sync_hh: time_open_apply_sync_hh,
|
|
4291
4316
|
import_open_apply: import_open_apply,
|
|
4292
|
-
conversations: conversations
|
|
4317
|
+
conversations: conversations,
|
|
4318
|
+
add_new_check_in: add_new_check_in,
|
|
4319
|
+
started_at: started_at,
|
|
4320
|
+
conversation_goal: conversation_goal,
|
|
4321
|
+
target_monthly_conversation_goal_for_teachers: target_monthly_conversation_goal_for_teachers,
|
|
4322
|
+
target_monthly_conversation_goal_for_counselors: target_monthly_conversation_goal_for_counselors,
|
|
4323
|
+
target_monthly_conversation_goal_for_support_teachers: target_monthly_conversation_goal_for_support_teachers,
|
|
4324
|
+
already_happened: already_happened,
|
|
4325
|
+
happening_now: happening_now,
|
|
4326
|
+
has_this_conversation_already_taken_place_or_is_it_happening_now: has_this_conversation_already_taken_place_or_is_it_happening_now,
|
|
4327
|
+
log_1_1_conversation: log_1_1_conversation,
|
|
4328
|
+
note_log_and_scaffolding: note_log_and_scaffolding,
|
|
4329
|
+
student_review: student_review,
|
|
4330
|
+
"hey!_you_had_a_conversation_with": "Hey! You had a conversation with <b>{{teacherName}}</b>",
|
|
4331
|
+
date_of_conversation: date_of_conversation,
|
|
4332
|
+
learning_strategy_added: learning_strategy_added,
|
|
4333
|
+
created_on: created_on,
|
|
4334
|
+
"how_much_did_discussing_ways_to_seek_help_during_this_session_help_your_learning_improve_?_(1-10)": "How much did discussing ways to seek help during this session help your learning improve? (1-10)",
|
|
4335
|
+
"how_helpful_was_this_conversation_?_1_(_not_helpful_at_all_)_10_(_very_helpful_)": "How helpful was this conversation? 1 (Not Helpful at all) - 10 (Very Helpful)",
|
|
4336
|
+
"what_is_the_most_important_thing_you_learned_from_this_session?": "What is the most important thing you learned from this session?",
|
|
4337
|
+
save_review: save_review,
|
|
4338
|
+
write_your_most_important_learning_here: write_your_most_important_learning_here,
|
|
4339
|
+
"thank_you_for_your_review_!": "Thank you for your review!",
|
|
4340
|
+
"see_you_next_time_!": "See you next time!",
|
|
4341
|
+
all_set: all_set,
|
|
4342
|
+
have_you_used_any_learning_strategies: have_you_used_any_learning_strategies,
|
|
4343
|
+
select_the_learning_strategy: select_the_learning_strategy,
|
|
4344
|
+
log_a_1_1_conversation_title: log_a_1_1_conversation_title,
|
|
4345
|
+
save_1_1_log_note: save_1_1_log_note,
|
|
4346
|
+
view_1_1_note: view_1_1_note,
|
|
4347
|
+
please_enter_a_description_of_the_conversation: please_enter_a_description_of_the_conversation,
|
|
4348
|
+
check_ins_tab: check_ins_tab
|
|
4293
4349
|
};
|
|
4294
4350
|
|
|
4295
4351
|
var dashboard$1 = "Dashboard";
|
|
@@ -6395,6 +6451,31 @@ var open_apply_setting$1 = "Open Apply Setting";
|
|
|
6395
6451
|
var time_open_apply_sync_hh$1 = "Time Open Apply Sync (HH)";
|
|
6396
6452
|
var import_open_apply$1 = "Import Open Apply";
|
|
6397
6453
|
var conversations$1 = "Conversations";
|
|
6454
|
+
var add_new_check_in$1 = "Add new check-in";
|
|
6455
|
+
var started_at$1 = "Started at";
|
|
6456
|
+
var conversation_goal$1 = "Conversation Goal";
|
|
6457
|
+
var target_monthly_conversation_goal_for_teachers$1 = "Target Monthly Conversation Goal for Teachers";
|
|
6458
|
+
var target_monthly_conversation_goal_for_counselors$1 = "Target Monthly Conversation Goal for Counselors";
|
|
6459
|
+
var target_monthly_conversation_goal_for_support_teachers$1 = "Target Monthly Conversation Goal for Support Teachers";
|
|
6460
|
+
var already_happened$1 = "Already happened";
|
|
6461
|
+
var happening_now$1 = "Happening now";
|
|
6462
|
+
var has_this_conversation_already_taken_place_or_is_it_happening_now$1 = "Has this conversation already taken place, or is it happening now?";
|
|
6463
|
+
var log_1_1_conversation$1 = "Log 1-1 Conversation";
|
|
6464
|
+
var note_log_and_scaffolding$1 = "Note Log and<br/>Scaffolding";
|
|
6465
|
+
var student_review$1 = "Student Review";
|
|
6466
|
+
var date_of_conversation$1 = "Date of conversation";
|
|
6467
|
+
var learning_strategy_added$1 = "Learning Strategy Added";
|
|
6468
|
+
var created_on$1 = "Created on";
|
|
6469
|
+
var save_review$1 = "Save Review";
|
|
6470
|
+
var write_your_most_important_learning_here$1 = "Write your most important learning here...";
|
|
6471
|
+
var all_set$1 = "All Set";
|
|
6472
|
+
var have_you_used_any_learning_strategies$1 = "Have you used any learning strategies?";
|
|
6473
|
+
var select_the_learning_strategy$1 = "Select the learning strategy";
|
|
6474
|
+
var log_a_1_1_conversation_title$1 = "Log a 1-1 Conversation";
|
|
6475
|
+
var save_1_1_log_note$1 = "Save 1-1 log note";
|
|
6476
|
+
var view_1_1_note$1 = "View 1-1 Note";
|
|
6477
|
+
var please_enter_a_description_of_the_conversation$1 = "Please enter a description of the conversation.";
|
|
6478
|
+
var check_ins_tab$1 = "Check-Ins";
|
|
6398
6479
|
var lang_uk = {
|
|
6399
6480
|
dashboard: dashboard$1,
|
|
6400
6481
|
user: user$1,
|
|
@@ -8544,7 +8625,38 @@ var lang_uk = {
|
|
|
8544
8625
|
open_apply_setting: open_apply_setting$1,
|
|
8545
8626
|
time_open_apply_sync_hh: time_open_apply_sync_hh$1,
|
|
8546
8627
|
import_open_apply: import_open_apply$1,
|
|
8547
|
-
conversations: conversations$1
|
|
8628
|
+
conversations: conversations$1,
|
|
8629
|
+
add_new_check_in: add_new_check_in$1,
|
|
8630
|
+
started_at: started_at$1,
|
|
8631
|
+
conversation_goal: conversation_goal$1,
|
|
8632
|
+
target_monthly_conversation_goal_for_teachers: target_monthly_conversation_goal_for_teachers$1,
|
|
8633
|
+
target_monthly_conversation_goal_for_counselors: target_monthly_conversation_goal_for_counselors$1,
|
|
8634
|
+
target_monthly_conversation_goal_for_support_teachers: target_monthly_conversation_goal_for_support_teachers$1,
|
|
8635
|
+
already_happened: already_happened$1,
|
|
8636
|
+
happening_now: happening_now$1,
|
|
8637
|
+
has_this_conversation_already_taken_place_or_is_it_happening_now: has_this_conversation_already_taken_place_or_is_it_happening_now$1,
|
|
8638
|
+
log_1_1_conversation: log_1_1_conversation$1,
|
|
8639
|
+
note_log_and_scaffolding: note_log_and_scaffolding$1,
|
|
8640
|
+
student_review: student_review$1,
|
|
8641
|
+
"hey!_you_had_a_conversation_with": "Hey! You had a conversation with <b>{{teacherName}}</b>",
|
|
8642
|
+
date_of_conversation: date_of_conversation$1,
|
|
8643
|
+
learning_strategy_added: learning_strategy_added$1,
|
|
8644
|
+
created_on: created_on$1,
|
|
8645
|
+
"how_much_did_discussing_ways_to_seek_help_during_this_session_help_your_learning_improve_?_(1-10)": "How much did discussing ways to seek help during this session help your learning improve? (1-10)",
|
|
8646
|
+
"how_helpful_was_this_conversation_?_1_(_not_helpful_at_all_)_10_(_very_helpful_)": "How helpful was this conversation? 1 (Not Helpful at all) - 10 (Very Helpful)",
|
|
8647
|
+
"what_is_the_most_important_thing_you_learned_from_this_session?": "What is the most important thing you learned from this session?",
|
|
8648
|
+
save_review: save_review$1,
|
|
8649
|
+
write_your_most_important_learning_here: write_your_most_important_learning_here$1,
|
|
8650
|
+
"thank_you_for_your_review_!": "Thank you for your review!",
|
|
8651
|
+
"see_you_next_time_!": "See you next time!",
|
|
8652
|
+
all_set: all_set$1,
|
|
8653
|
+
have_you_used_any_learning_strategies: have_you_used_any_learning_strategies$1,
|
|
8654
|
+
select_the_learning_strategy: select_the_learning_strategy$1,
|
|
8655
|
+
log_a_1_1_conversation_title: log_a_1_1_conversation_title$1,
|
|
8656
|
+
save_1_1_log_note: save_1_1_log_note$1,
|
|
8657
|
+
view_1_1_note: view_1_1_note$1,
|
|
8658
|
+
please_enter_a_description_of_the_conversation: please_enter_a_description_of_the_conversation$1,
|
|
8659
|
+
check_ins_tab: check_ins_tab$1
|
|
8548
8660
|
};
|
|
8549
8661
|
|
|
8550
8662
|
var dashboard$2 = "لوحة المعلومات";
|
|
@@ -10680,6 +10792,31 @@ var open_apply_setting$2 = "Open Apply Setting";
|
|
|
10680
10792
|
var time_open_apply_sync_hh$2 = "Time Open Apply Sync (HH)";
|
|
10681
10793
|
var import_open_apply$2 = "Import Open Apply";
|
|
10682
10794
|
var conversations$2 = "Conversations";
|
|
10795
|
+
var add_new_check_in$2 = "Add new check-in";
|
|
10796
|
+
var started_at$2 = "Started at";
|
|
10797
|
+
var conversation_goal$2 = "Conversation Goal";
|
|
10798
|
+
var target_monthly_conversation_goal_for_teachers$2 = "Target Monthly Conversation Goal for Teachers";
|
|
10799
|
+
var target_monthly_conversation_goal_for_counselors$2 = "Target Monthly Conversation Goal for Counselors";
|
|
10800
|
+
var target_monthly_conversation_goal_for_support_teachers$2 = "Target Monthly Conversation Goal for Support Teachers";
|
|
10801
|
+
var already_happened$2 = "Already happened";
|
|
10802
|
+
var happening_now$2 = "Happening now";
|
|
10803
|
+
var has_this_conversation_already_taken_place_or_is_it_happening_now$2 = "Has this conversation already taken place, or is it happening now?";
|
|
10804
|
+
var log_1_1_conversation$2 = "Log 1-1 Conversation";
|
|
10805
|
+
var note_log_and_scaffolding$2 = "Note Log and<br/>Scaffolding";
|
|
10806
|
+
var student_review$2 = "Student Review";
|
|
10807
|
+
var date_of_conversation$2 = "Date of conversation";
|
|
10808
|
+
var learning_strategy_added$2 = "Learning Strategy Added";
|
|
10809
|
+
var created_on$2 = "Created on";
|
|
10810
|
+
var save_review$2 = "Save Review";
|
|
10811
|
+
var write_your_most_important_learning_here$2 = "Write your most important learning here...";
|
|
10812
|
+
var all_set$2 = "All Set";
|
|
10813
|
+
var have_you_used_any_learning_strategies$2 = "Have you used any learning strategies?";
|
|
10814
|
+
var select_the_learning_strategy$2 = "Select the learning strategy";
|
|
10815
|
+
var log_a_1_1_conversation_title$2 = "Log a 1-1 Conversation";
|
|
10816
|
+
var save_1_1_log_note$2 = "Save 1-1 log note";
|
|
10817
|
+
var view_1_1_note$2 = "View 1-1 Note";
|
|
10818
|
+
var please_enter_a_description_of_the_conversation$2 = "Please enter a description of the conversation.";
|
|
10819
|
+
var check_ins_tab$2 = "Check-Ins";
|
|
10683
10820
|
var lang_ar = {
|
|
10684
10821
|
dashboard: dashboard$2,
|
|
10685
10822
|
user: user$2,
|
|
@@ -12861,7 +12998,38 @@ var lang_ar = {
|
|
|
12861
12998
|
open_apply_setting: open_apply_setting$2,
|
|
12862
12999
|
time_open_apply_sync_hh: time_open_apply_sync_hh$2,
|
|
12863
13000
|
import_open_apply: import_open_apply$2,
|
|
12864
|
-
conversations: conversations$2
|
|
13001
|
+
conversations: conversations$2,
|
|
13002
|
+
add_new_check_in: add_new_check_in$2,
|
|
13003
|
+
started_at: started_at$2,
|
|
13004
|
+
conversation_goal: conversation_goal$2,
|
|
13005
|
+
target_monthly_conversation_goal_for_teachers: target_monthly_conversation_goal_for_teachers$2,
|
|
13006
|
+
target_monthly_conversation_goal_for_counselors: target_monthly_conversation_goal_for_counselors$2,
|
|
13007
|
+
target_monthly_conversation_goal_for_support_teachers: target_monthly_conversation_goal_for_support_teachers$2,
|
|
13008
|
+
already_happened: already_happened$2,
|
|
13009
|
+
happening_now: happening_now$2,
|
|
13010
|
+
has_this_conversation_already_taken_place_or_is_it_happening_now: has_this_conversation_already_taken_place_or_is_it_happening_now$2,
|
|
13011
|
+
log_1_1_conversation: log_1_1_conversation$2,
|
|
13012
|
+
note_log_and_scaffolding: note_log_and_scaffolding$2,
|
|
13013
|
+
student_review: student_review$2,
|
|
13014
|
+
"hey!_you_had_a_conversation_with": "Hey! You had a conversation with <b>{{teacherName}}</b>",
|
|
13015
|
+
date_of_conversation: date_of_conversation$2,
|
|
13016
|
+
learning_strategy_added: learning_strategy_added$2,
|
|
13017
|
+
created_on: created_on$2,
|
|
13018
|
+
"how_much_did_discussing_ways_to_seek_help_during_this_session_help_your_learning_improve_?_(1-10)": "How much did discussing ways to seek help during this session help your learning improve? (1-10)",
|
|
13019
|
+
"how_helpful_was_this_conversation_?_1_(_not_helpful_at_all_)_10_(_very_helpful_)": "How helpful was this conversation? 1 (Not Helpful at all) - 10 (Very Helpful)",
|
|
13020
|
+
"what_is_the_most_important_thing_you_learned_from_this_session?": "What is the most important thing you learned from this session?",
|
|
13021
|
+
save_review: save_review$2,
|
|
13022
|
+
write_your_most_important_learning_here: write_your_most_important_learning_here$2,
|
|
13023
|
+
"thank_you_for_your_review_!": "Thank you for your review!",
|
|
13024
|
+
"see_you_next_time_!": "See you next time!",
|
|
13025
|
+
all_set: all_set$2,
|
|
13026
|
+
have_you_used_any_learning_strategies: have_you_used_any_learning_strategies$2,
|
|
13027
|
+
select_the_learning_strategy: select_the_learning_strategy$2,
|
|
13028
|
+
log_a_1_1_conversation_title: log_a_1_1_conversation_title$2,
|
|
13029
|
+
save_1_1_log_note: save_1_1_log_note$2,
|
|
13030
|
+
view_1_1_note: view_1_1_note$2,
|
|
13031
|
+
please_enter_a_description_of_the_conversation: please_enter_a_description_of_the_conversation$2,
|
|
13032
|
+
check_ins_tab: check_ins_tab$2
|
|
12865
13033
|
};
|
|
12866
13034
|
|
|
12867
13035
|
var dashboard$3 = "Cuadro de mandos";
|
|
@@ -14997,6 +15165,31 @@ var open_apply_setting$3 = "Open Apply Setting";
|
|
|
14997
15165
|
var time_open_apply_sync_hh$3 = "Time Open Apply Sync (HH)";
|
|
14998
15166
|
var import_open_apply$3 = "Import Open Apply";
|
|
14999
15167
|
var conversations$3 = "Conversations";
|
|
15168
|
+
var add_new_check_in$3 = "Add new check-in";
|
|
15169
|
+
var started_at$3 = "Started at";
|
|
15170
|
+
var conversation_goal$3 = "Conversation Goal";
|
|
15171
|
+
var target_monthly_conversation_goal_for_teachers$3 = "Target Monthly Conversation Goal for Teachers";
|
|
15172
|
+
var target_monthly_conversation_goal_for_counselors$3 = "Target Monthly Conversation Goal for Counselors";
|
|
15173
|
+
var target_monthly_conversation_goal_for_support_teachers$3 = "Target Monthly Conversation Goal for Support Teachers";
|
|
15174
|
+
var already_happened$3 = "Already happened";
|
|
15175
|
+
var happening_now$3 = "Happening now";
|
|
15176
|
+
var has_this_conversation_already_taken_place_or_is_it_happening_now$3 = "Has this conversation already taken place, or is it happening now?";
|
|
15177
|
+
var log_1_1_conversation$3 = "Log 1-1 Conversation";
|
|
15178
|
+
var note_log_and_scaffolding$3 = "Note Log and<br/>Scaffolding";
|
|
15179
|
+
var student_review$3 = "Student Review";
|
|
15180
|
+
var date_of_conversation$3 = "Date of conversation";
|
|
15181
|
+
var learning_strategy_added$3 = "Learning Strategy Added";
|
|
15182
|
+
var created_on$3 = "Created on";
|
|
15183
|
+
var save_review$3 = "Save Review";
|
|
15184
|
+
var write_your_most_important_learning_here$3 = "Write your most important learning here...";
|
|
15185
|
+
var all_set$3 = "All Set";
|
|
15186
|
+
var have_you_used_any_learning_strategies$3 = "Have you used any learning strategies?";
|
|
15187
|
+
var select_the_learning_strategy$3 = "Select the learning strategy";
|
|
15188
|
+
var log_a_1_1_conversation_title$3 = "Log a 1-1 Conversation";
|
|
15189
|
+
var save_1_1_log_note$3 = "Save 1-1 log note";
|
|
15190
|
+
var view_1_1_note$3 = "View 1-1 Note";
|
|
15191
|
+
var please_enter_a_description_of_the_conversation$3 = "Please enter a description of the conversation.";
|
|
15192
|
+
var check_ins_tab$3 = "Check-Ins";
|
|
15000
15193
|
var lang_es = {
|
|
15001
15194
|
dashboard: dashboard$3,
|
|
15002
15195
|
user: user$3,
|
|
@@ -17178,7 +17371,38 @@ var lang_es = {
|
|
|
17178
17371
|
open_apply_setting: open_apply_setting$3,
|
|
17179
17372
|
time_open_apply_sync_hh: time_open_apply_sync_hh$3,
|
|
17180
17373
|
import_open_apply: import_open_apply$3,
|
|
17181
|
-
conversations: conversations$3
|
|
17374
|
+
conversations: conversations$3,
|
|
17375
|
+
add_new_check_in: add_new_check_in$3,
|
|
17376
|
+
started_at: started_at$3,
|
|
17377
|
+
conversation_goal: conversation_goal$3,
|
|
17378
|
+
target_monthly_conversation_goal_for_teachers: target_monthly_conversation_goal_for_teachers$3,
|
|
17379
|
+
target_monthly_conversation_goal_for_counselors: target_monthly_conversation_goal_for_counselors$3,
|
|
17380
|
+
target_monthly_conversation_goal_for_support_teachers: target_monthly_conversation_goal_for_support_teachers$3,
|
|
17381
|
+
already_happened: already_happened$3,
|
|
17382
|
+
happening_now: happening_now$3,
|
|
17383
|
+
has_this_conversation_already_taken_place_or_is_it_happening_now: has_this_conversation_already_taken_place_or_is_it_happening_now$3,
|
|
17384
|
+
log_1_1_conversation: log_1_1_conversation$3,
|
|
17385
|
+
note_log_and_scaffolding: note_log_and_scaffolding$3,
|
|
17386
|
+
student_review: student_review$3,
|
|
17387
|
+
"hey!_you_had_a_conversation_with": "Hey! You had a conversation with <b>{{teacherName}}</b>",
|
|
17388
|
+
date_of_conversation: date_of_conversation$3,
|
|
17389
|
+
learning_strategy_added: learning_strategy_added$3,
|
|
17390
|
+
created_on: created_on$3,
|
|
17391
|
+
"how_much_did_discussing_ways_to_seek_help_during_this_session_help_your_learning_improve_?_(1-10)": "How much did discussing ways to seek help during this session help your learning improve? (1-10)",
|
|
17392
|
+
"how_helpful_was_this_conversation_?_1_(_not_helpful_at_all_)_10_(_very_helpful_)": "How helpful was this conversation? 1 (Not Helpful at all) - 10 (Very Helpful)",
|
|
17393
|
+
"what_is_the_most_important_thing_you_learned_from_this_session?": "What is the most important thing you learned from this session?",
|
|
17394
|
+
save_review: save_review$3,
|
|
17395
|
+
write_your_most_important_learning_here: write_your_most_important_learning_here$3,
|
|
17396
|
+
"thank_you_for_your_review_!": "Thank you for your review!",
|
|
17397
|
+
"see_you_next_time_!": "See you next time!",
|
|
17398
|
+
all_set: all_set$3,
|
|
17399
|
+
have_you_used_any_learning_strategies: have_you_used_any_learning_strategies$3,
|
|
17400
|
+
select_the_learning_strategy: select_the_learning_strategy$3,
|
|
17401
|
+
log_a_1_1_conversation_title: log_a_1_1_conversation_title$3,
|
|
17402
|
+
save_1_1_log_note: save_1_1_log_note$3,
|
|
17403
|
+
view_1_1_note: view_1_1_note$3,
|
|
17404
|
+
please_enter_a_description_of_the_conversation: please_enter_a_description_of_the_conversation$3,
|
|
17405
|
+
check_ins_tab: check_ins_tab$3
|
|
17182
17406
|
};
|
|
17183
17407
|
|
|
17184
17408
|
var dashboard$4 = "仪表板";
|
|
@@ -19314,6 +19538,31 @@ var open_apply_setting$4 = "Open Apply Setting";
|
|
|
19314
19538
|
var time_open_apply_sync_hh$4 = "Time Open Apply Sync (HH)";
|
|
19315
19539
|
var import_open_apply$4 = "Import Open Apply";
|
|
19316
19540
|
var conversations$4 = "Conversations";
|
|
19541
|
+
var add_new_check_in$4 = "Add new check-in";
|
|
19542
|
+
var started_at$4 = "Started at";
|
|
19543
|
+
var conversation_goal$4 = "Conversation Goal";
|
|
19544
|
+
var target_monthly_conversation_goal_for_teachers$4 = "Target Monthly Conversation Goal for Teachers";
|
|
19545
|
+
var target_monthly_conversation_goal_for_counselors$4 = "Target Monthly Conversation Goal for Counselors";
|
|
19546
|
+
var target_monthly_conversation_goal_for_support_teachers$4 = "Target Monthly Conversation Goal for Support Teachers";
|
|
19547
|
+
var already_happened$4 = "Already happened";
|
|
19548
|
+
var happening_now$4 = "Happening now";
|
|
19549
|
+
var has_this_conversation_already_taken_place_or_is_it_happening_now$4 = "Has this conversation already taken place, or is it happening now?";
|
|
19550
|
+
var log_1_1_conversation$4 = "Log 1-1 Conversation";
|
|
19551
|
+
var note_log_and_scaffolding$4 = "Note Log and<br/>Scaffolding";
|
|
19552
|
+
var student_review$4 = "Student Review";
|
|
19553
|
+
var date_of_conversation$4 = "Date of conversation";
|
|
19554
|
+
var learning_strategy_added$4 = "Learning Strategy Added";
|
|
19555
|
+
var created_on$4 = "Created on";
|
|
19556
|
+
var save_review$4 = "Save Review";
|
|
19557
|
+
var write_your_most_important_learning_here$4 = "Write your most important learning here...";
|
|
19558
|
+
var all_set$4 = "All Set";
|
|
19559
|
+
var have_you_used_any_learning_strategies$4 = "Have you used any learning strategies?";
|
|
19560
|
+
var select_the_learning_strategy$4 = "Select the learning strategy";
|
|
19561
|
+
var log_a_1_1_conversation_title$4 = "Log a 1-1 Conversation";
|
|
19562
|
+
var save_1_1_log_note$4 = "Save 1-1 log note";
|
|
19563
|
+
var view_1_1_note$4 = "View 1-1 Note";
|
|
19564
|
+
var please_enter_a_description_of_the_conversation$4 = "Please enter a description of the conversation.";
|
|
19565
|
+
var check_ins_tab$4 = "Check-Ins";
|
|
19317
19566
|
var lang_zh = {
|
|
19318
19567
|
dashboard: dashboard$4,
|
|
19319
19568
|
user: user$4,
|
|
@@ -21495,7 +21744,38 @@ var lang_zh = {
|
|
|
21495
21744
|
open_apply_setting: open_apply_setting$4,
|
|
21496
21745
|
time_open_apply_sync_hh: time_open_apply_sync_hh$4,
|
|
21497
21746
|
import_open_apply: import_open_apply$4,
|
|
21498
|
-
conversations: conversations$4
|
|
21747
|
+
conversations: conversations$4,
|
|
21748
|
+
add_new_check_in: add_new_check_in$4,
|
|
21749
|
+
started_at: started_at$4,
|
|
21750
|
+
conversation_goal: conversation_goal$4,
|
|
21751
|
+
target_monthly_conversation_goal_for_teachers: target_monthly_conversation_goal_for_teachers$4,
|
|
21752
|
+
target_monthly_conversation_goal_for_counselors: target_monthly_conversation_goal_for_counselors$4,
|
|
21753
|
+
target_monthly_conversation_goal_for_support_teachers: target_monthly_conversation_goal_for_support_teachers$4,
|
|
21754
|
+
already_happened: already_happened$4,
|
|
21755
|
+
happening_now: happening_now$4,
|
|
21756
|
+
has_this_conversation_already_taken_place_or_is_it_happening_now: has_this_conversation_already_taken_place_or_is_it_happening_now$4,
|
|
21757
|
+
log_1_1_conversation: log_1_1_conversation$4,
|
|
21758
|
+
note_log_and_scaffolding: note_log_and_scaffolding$4,
|
|
21759
|
+
student_review: student_review$4,
|
|
21760
|
+
"hey!_you_had_a_conversation_with": "Hey! You had a conversation with <b>{{teacherName}}</b>",
|
|
21761
|
+
date_of_conversation: date_of_conversation$4,
|
|
21762
|
+
learning_strategy_added: learning_strategy_added$4,
|
|
21763
|
+
created_on: created_on$4,
|
|
21764
|
+
"how_much_did_discussing_ways_to_seek_help_during_this_session_help_your_learning_improve_?_(1-10)": "How much did discussing ways to seek help during this session help your learning improve? (1-10)",
|
|
21765
|
+
"how_helpful_was_this_conversation_?_1_(_not_helpful_at_all_)_10_(_very_helpful_)": "How helpful was this conversation? 1 (Not Helpful at all) - 10 (Very Helpful)",
|
|
21766
|
+
"what_is_the_most_important_thing_you_learned_from_this_session?": "What is the most important thing you learned from this session?",
|
|
21767
|
+
save_review: save_review$4,
|
|
21768
|
+
write_your_most_important_learning_here: write_your_most_important_learning_here$4,
|
|
21769
|
+
"thank_you_for_your_review_!": "Thank you for your review!",
|
|
21770
|
+
"see_you_next_time_!": "See you next time!",
|
|
21771
|
+
all_set: all_set$4,
|
|
21772
|
+
have_you_used_any_learning_strategies: have_you_used_any_learning_strategies$4,
|
|
21773
|
+
select_the_learning_strategy: select_the_learning_strategy$4,
|
|
21774
|
+
log_a_1_1_conversation_title: log_a_1_1_conversation_title$4,
|
|
21775
|
+
save_1_1_log_note: save_1_1_log_note$4,
|
|
21776
|
+
view_1_1_note: view_1_1_note$4,
|
|
21777
|
+
please_enter_a_description_of_the_conversation: please_enter_a_description_of_the_conversation$4,
|
|
21778
|
+
check_ins_tab: check_ins_tab$4
|
|
21499
21779
|
};
|
|
21500
21780
|
|
|
21501
21781
|
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|