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