mario-core 2.9.398-feedback → 2.9.399-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 +265 -5
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +265 -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,29 @@ 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";
|
|
2143
2166
|
var lang_us = {
|
|
2144
2167
|
dashboard: dashboard,
|
|
2145
2168
|
user: user,
|
|
@@ -4289,7 +4312,36 @@ var lang_us = {
|
|
|
4289
4312
|
open_apply_setting: open_apply_setting,
|
|
4290
4313
|
time_open_apply_sync_hh: time_open_apply_sync_hh,
|
|
4291
4314
|
import_open_apply: import_open_apply,
|
|
4292
|
-
conversations: conversations
|
|
4315
|
+
conversations: conversations,
|
|
4316
|
+
add_new_check_in: add_new_check_in,
|
|
4317
|
+
started_at: started_at,
|
|
4318
|
+
conversation_goal: conversation_goal,
|
|
4319
|
+
target_monthly_conversation_goal_for_teachers: target_monthly_conversation_goal_for_teachers,
|
|
4320
|
+
target_monthly_conversation_goal_for_counselors: target_monthly_conversation_goal_for_counselors,
|
|
4321
|
+
target_monthly_conversation_goal_for_support_teachers: target_monthly_conversation_goal_for_support_teachers,
|
|
4322
|
+
already_happened: already_happened,
|
|
4323
|
+
happening_now: happening_now,
|
|
4324
|
+
has_this_conversation_already_taken_place_or_is_it_happening_now: has_this_conversation_already_taken_place_or_is_it_happening_now,
|
|
4325
|
+
log_1_1_conversation: log_1_1_conversation,
|
|
4326
|
+
note_log_and_scaffolding: note_log_and_scaffolding,
|
|
4327
|
+
student_review: student_review,
|
|
4328
|
+
"hey!_you_had_a_conversation_with": "Hey! You had a conversation with <b>{{teacherName}}</b>",
|
|
4329
|
+
date_of_conversation: date_of_conversation,
|
|
4330
|
+
learning_strategy_added: learning_strategy_added,
|
|
4331
|
+
created_on: created_on,
|
|
4332
|
+
"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)",
|
|
4333
|
+
"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)",
|
|
4334
|
+
"what_is_the_most_important_thing_you_learned_from_this_session?": "What is the most important thing you learned from this session?",
|
|
4335
|
+
save_review: save_review,
|
|
4336
|
+
write_your_most_important_learning_here: write_your_most_important_learning_here,
|
|
4337
|
+
"thank_you_for_your_review_!": "Thank you for your review!",
|
|
4338
|
+
"see_you_next_time_!": "See you next time!",
|
|
4339
|
+
all_set: all_set,
|
|
4340
|
+
have_you_used_any_learning_strategies: have_you_used_any_learning_strategies,
|
|
4341
|
+
select_the_learning_strategy: select_the_learning_strategy,
|
|
4342
|
+
log_a_1_1_conversation_title: log_a_1_1_conversation_title,
|
|
4343
|
+
save_1_1_log_note: save_1_1_log_note,
|
|
4344
|
+
view_1_1_note: view_1_1_note
|
|
4293
4345
|
};
|
|
4294
4346
|
|
|
4295
4347
|
var dashboard$1 = "Dashboard";
|
|
@@ -6395,6 +6447,29 @@ var open_apply_setting$1 = "Open Apply Setting";
|
|
|
6395
6447
|
var time_open_apply_sync_hh$1 = "Time Open Apply Sync (HH)";
|
|
6396
6448
|
var import_open_apply$1 = "Import Open Apply";
|
|
6397
6449
|
var conversations$1 = "Conversations";
|
|
6450
|
+
var add_new_check_in$1 = "Add new check-in";
|
|
6451
|
+
var started_at$1 = "Started at";
|
|
6452
|
+
var conversation_goal$1 = "Conversation Goal";
|
|
6453
|
+
var target_monthly_conversation_goal_for_teachers$1 = "Target Monthly Conversation Goal for Teachers";
|
|
6454
|
+
var target_monthly_conversation_goal_for_counselors$1 = "Target Monthly Conversation Goal for Counselors";
|
|
6455
|
+
var target_monthly_conversation_goal_for_support_teachers$1 = "Target Monthly Conversation Goal for Support Teachers";
|
|
6456
|
+
var already_happened$1 = "Already happened";
|
|
6457
|
+
var happening_now$1 = "Happening now";
|
|
6458
|
+
var has_this_conversation_already_taken_place_or_is_it_happening_now$1 = "Has this conversation already taken place, or is it happening now?";
|
|
6459
|
+
var log_1_1_conversation$1 = "Log 1-1 Conversation";
|
|
6460
|
+
var note_log_and_scaffolding$1 = "Note Log and<br/>Scaffolding";
|
|
6461
|
+
var student_review$1 = "Student Review";
|
|
6462
|
+
var date_of_conversation$1 = "Date of conversation";
|
|
6463
|
+
var learning_strategy_added$1 = "Learning Strategy Added";
|
|
6464
|
+
var created_on$1 = "Created on";
|
|
6465
|
+
var save_review$1 = "Save Review";
|
|
6466
|
+
var write_your_most_important_learning_here$1 = "Write your most important learning here...";
|
|
6467
|
+
var all_set$1 = "All Set";
|
|
6468
|
+
var have_you_used_any_learning_strategies$1 = "Have you used any learning strategies?";
|
|
6469
|
+
var select_the_learning_strategy$1 = "Select the learning strategy";
|
|
6470
|
+
var log_a_1_1_conversation_title$1 = "Log a 1-1 Conversation";
|
|
6471
|
+
var save_1_1_log_note$1 = "Save 1-1 log note";
|
|
6472
|
+
var view_1_1_note$1 = "View 1-1 Note";
|
|
6398
6473
|
var lang_uk = {
|
|
6399
6474
|
dashboard: dashboard$1,
|
|
6400
6475
|
user: user$1,
|
|
@@ -8544,7 +8619,36 @@ var lang_uk = {
|
|
|
8544
8619
|
open_apply_setting: open_apply_setting$1,
|
|
8545
8620
|
time_open_apply_sync_hh: time_open_apply_sync_hh$1,
|
|
8546
8621
|
import_open_apply: import_open_apply$1,
|
|
8547
|
-
conversations: conversations$1
|
|
8622
|
+
conversations: conversations$1,
|
|
8623
|
+
add_new_check_in: add_new_check_in$1,
|
|
8624
|
+
started_at: started_at$1,
|
|
8625
|
+
conversation_goal: conversation_goal$1,
|
|
8626
|
+
target_monthly_conversation_goal_for_teachers: target_monthly_conversation_goal_for_teachers$1,
|
|
8627
|
+
target_monthly_conversation_goal_for_counselors: target_monthly_conversation_goal_for_counselors$1,
|
|
8628
|
+
target_monthly_conversation_goal_for_support_teachers: target_monthly_conversation_goal_for_support_teachers$1,
|
|
8629
|
+
already_happened: already_happened$1,
|
|
8630
|
+
happening_now: happening_now$1,
|
|
8631
|
+
has_this_conversation_already_taken_place_or_is_it_happening_now: has_this_conversation_already_taken_place_or_is_it_happening_now$1,
|
|
8632
|
+
log_1_1_conversation: log_1_1_conversation$1,
|
|
8633
|
+
note_log_and_scaffolding: note_log_and_scaffolding$1,
|
|
8634
|
+
student_review: student_review$1,
|
|
8635
|
+
"hey!_you_had_a_conversation_with": "Hey! You had a conversation with <b>{{teacherName}}</b>",
|
|
8636
|
+
date_of_conversation: date_of_conversation$1,
|
|
8637
|
+
learning_strategy_added: learning_strategy_added$1,
|
|
8638
|
+
created_on: created_on$1,
|
|
8639
|
+
"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)",
|
|
8640
|
+
"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)",
|
|
8641
|
+
"what_is_the_most_important_thing_you_learned_from_this_session?": "What is the most important thing you learned from this session?",
|
|
8642
|
+
save_review: save_review$1,
|
|
8643
|
+
write_your_most_important_learning_here: write_your_most_important_learning_here$1,
|
|
8644
|
+
"thank_you_for_your_review_!": "Thank you for your review!",
|
|
8645
|
+
"see_you_next_time_!": "See you next time!",
|
|
8646
|
+
all_set: all_set$1,
|
|
8647
|
+
have_you_used_any_learning_strategies: have_you_used_any_learning_strategies$1,
|
|
8648
|
+
select_the_learning_strategy: select_the_learning_strategy$1,
|
|
8649
|
+
log_a_1_1_conversation_title: log_a_1_1_conversation_title$1,
|
|
8650
|
+
save_1_1_log_note: save_1_1_log_note$1,
|
|
8651
|
+
view_1_1_note: view_1_1_note$1
|
|
8548
8652
|
};
|
|
8549
8653
|
|
|
8550
8654
|
var dashboard$2 = "لوحة المعلومات";
|
|
@@ -10680,6 +10784,29 @@ var open_apply_setting$2 = "Open Apply Setting";
|
|
|
10680
10784
|
var time_open_apply_sync_hh$2 = "Time Open Apply Sync (HH)";
|
|
10681
10785
|
var import_open_apply$2 = "Import Open Apply";
|
|
10682
10786
|
var conversations$2 = "Conversations";
|
|
10787
|
+
var add_new_check_in$2 = "Add new check-in";
|
|
10788
|
+
var started_at$2 = "Started at";
|
|
10789
|
+
var conversation_goal$2 = "Conversation Goal";
|
|
10790
|
+
var target_monthly_conversation_goal_for_teachers$2 = "Target Monthly Conversation Goal for Teachers";
|
|
10791
|
+
var target_monthly_conversation_goal_for_counselors$2 = "Target Monthly Conversation Goal for Counselors";
|
|
10792
|
+
var target_monthly_conversation_goal_for_support_teachers$2 = "Target Monthly Conversation Goal for Support Teachers";
|
|
10793
|
+
var already_happened$2 = "Already happened";
|
|
10794
|
+
var happening_now$2 = "Happening now";
|
|
10795
|
+
var has_this_conversation_already_taken_place_or_is_it_happening_now$2 = "Has this conversation already taken place, or is it happening now?";
|
|
10796
|
+
var log_1_1_conversation$2 = "Log 1-1 Conversation";
|
|
10797
|
+
var note_log_and_scaffolding$2 = "Note Log and<br/>Scaffolding";
|
|
10798
|
+
var student_review$2 = "Student Review";
|
|
10799
|
+
var date_of_conversation$2 = "Date of conversation";
|
|
10800
|
+
var learning_strategy_added$2 = "Learning Strategy Added";
|
|
10801
|
+
var created_on$2 = "Created on";
|
|
10802
|
+
var save_review$2 = "Save Review";
|
|
10803
|
+
var write_your_most_important_learning_here$2 = "Write your most important learning here...";
|
|
10804
|
+
var all_set$2 = "All Set";
|
|
10805
|
+
var have_you_used_any_learning_strategies$2 = "Have you used any learning strategies?";
|
|
10806
|
+
var select_the_learning_strategy$2 = "Select the learning strategy";
|
|
10807
|
+
var log_a_1_1_conversation_title$2 = "Log a 1-1 Conversation";
|
|
10808
|
+
var save_1_1_log_note$2 = "Save 1-1 log note";
|
|
10809
|
+
var view_1_1_note$2 = "View 1-1 Note";
|
|
10683
10810
|
var lang_ar = {
|
|
10684
10811
|
dashboard: dashboard$2,
|
|
10685
10812
|
user: user$2,
|
|
@@ -12861,7 +12988,36 @@ var lang_ar = {
|
|
|
12861
12988
|
open_apply_setting: open_apply_setting$2,
|
|
12862
12989
|
time_open_apply_sync_hh: time_open_apply_sync_hh$2,
|
|
12863
12990
|
import_open_apply: import_open_apply$2,
|
|
12864
|
-
conversations: conversations$2
|
|
12991
|
+
conversations: conversations$2,
|
|
12992
|
+
add_new_check_in: add_new_check_in$2,
|
|
12993
|
+
started_at: started_at$2,
|
|
12994
|
+
conversation_goal: conversation_goal$2,
|
|
12995
|
+
target_monthly_conversation_goal_for_teachers: target_monthly_conversation_goal_for_teachers$2,
|
|
12996
|
+
target_monthly_conversation_goal_for_counselors: target_monthly_conversation_goal_for_counselors$2,
|
|
12997
|
+
target_monthly_conversation_goal_for_support_teachers: target_monthly_conversation_goal_for_support_teachers$2,
|
|
12998
|
+
already_happened: already_happened$2,
|
|
12999
|
+
happening_now: happening_now$2,
|
|
13000
|
+
has_this_conversation_already_taken_place_or_is_it_happening_now: has_this_conversation_already_taken_place_or_is_it_happening_now$2,
|
|
13001
|
+
log_1_1_conversation: log_1_1_conversation$2,
|
|
13002
|
+
note_log_and_scaffolding: note_log_and_scaffolding$2,
|
|
13003
|
+
student_review: student_review$2,
|
|
13004
|
+
"hey!_you_had_a_conversation_with": "Hey! You had a conversation with <b>{{teacherName}}</b>",
|
|
13005
|
+
date_of_conversation: date_of_conversation$2,
|
|
13006
|
+
learning_strategy_added: learning_strategy_added$2,
|
|
13007
|
+
created_on: created_on$2,
|
|
13008
|
+
"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)",
|
|
13009
|
+
"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)",
|
|
13010
|
+
"what_is_the_most_important_thing_you_learned_from_this_session?": "What is the most important thing you learned from this session?",
|
|
13011
|
+
save_review: save_review$2,
|
|
13012
|
+
write_your_most_important_learning_here: write_your_most_important_learning_here$2,
|
|
13013
|
+
"thank_you_for_your_review_!": "Thank you for your review!",
|
|
13014
|
+
"see_you_next_time_!": "See you next time!",
|
|
13015
|
+
all_set: all_set$2,
|
|
13016
|
+
have_you_used_any_learning_strategies: have_you_used_any_learning_strategies$2,
|
|
13017
|
+
select_the_learning_strategy: select_the_learning_strategy$2,
|
|
13018
|
+
log_a_1_1_conversation_title: log_a_1_1_conversation_title$2,
|
|
13019
|
+
save_1_1_log_note: save_1_1_log_note$2,
|
|
13020
|
+
view_1_1_note: view_1_1_note$2
|
|
12865
13021
|
};
|
|
12866
13022
|
|
|
12867
13023
|
var dashboard$3 = "Cuadro de mandos";
|
|
@@ -14997,6 +15153,29 @@ var open_apply_setting$3 = "Open Apply Setting";
|
|
|
14997
15153
|
var time_open_apply_sync_hh$3 = "Time Open Apply Sync (HH)";
|
|
14998
15154
|
var import_open_apply$3 = "Import Open Apply";
|
|
14999
15155
|
var conversations$3 = "Conversations";
|
|
15156
|
+
var add_new_check_in$3 = "Add new check-in";
|
|
15157
|
+
var started_at$3 = "Started at";
|
|
15158
|
+
var conversation_goal$3 = "Conversation Goal";
|
|
15159
|
+
var target_monthly_conversation_goal_for_teachers$3 = "Target Monthly Conversation Goal for Teachers";
|
|
15160
|
+
var target_monthly_conversation_goal_for_counselors$3 = "Target Monthly Conversation Goal for Counselors";
|
|
15161
|
+
var target_monthly_conversation_goal_for_support_teachers$3 = "Target Monthly Conversation Goal for Support Teachers";
|
|
15162
|
+
var already_happened$3 = "Already happened";
|
|
15163
|
+
var happening_now$3 = "Happening now";
|
|
15164
|
+
var has_this_conversation_already_taken_place_or_is_it_happening_now$3 = "Has this conversation already taken place, or is it happening now?";
|
|
15165
|
+
var log_1_1_conversation$3 = "Log 1-1 Conversation";
|
|
15166
|
+
var note_log_and_scaffolding$3 = "Note Log and<br/>Scaffolding";
|
|
15167
|
+
var student_review$3 = "Student Review";
|
|
15168
|
+
var date_of_conversation$3 = "Date of conversation";
|
|
15169
|
+
var learning_strategy_added$3 = "Learning Strategy Added";
|
|
15170
|
+
var created_on$3 = "Created on";
|
|
15171
|
+
var save_review$3 = "Save Review";
|
|
15172
|
+
var write_your_most_important_learning_here$3 = "Write your most important learning here...";
|
|
15173
|
+
var all_set$3 = "All Set";
|
|
15174
|
+
var have_you_used_any_learning_strategies$3 = "Have you used any learning strategies?";
|
|
15175
|
+
var select_the_learning_strategy$3 = "Select the learning strategy";
|
|
15176
|
+
var log_a_1_1_conversation_title$3 = "Log a 1-1 Conversation";
|
|
15177
|
+
var save_1_1_log_note$3 = "Save 1-1 log note";
|
|
15178
|
+
var view_1_1_note$3 = "View 1-1 Note";
|
|
15000
15179
|
var lang_es = {
|
|
15001
15180
|
dashboard: dashboard$3,
|
|
15002
15181
|
user: user$3,
|
|
@@ -17178,7 +17357,36 @@ var lang_es = {
|
|
|
17178
17357
|
open_apply_setting: open_apply_setting$3,
|
|
17179
17358
|
time_open_apply_sync_hh: time_open_apply_sync_hh$3,
|
|
17180
17359
|
import_open_apply: import_open_apply$3,
|
|
17181
|
-
conversations: conversations$3
|
|
17360
|
+
conversations: conversations$3,
|
|
17361
|
+
add_new_check_in: add_new_check_in$3,
|
|
17362
|
+
started_at: started_at$3,
|
|
17363
|
+
conversation_goal: conversation_goal$3,
|
|
17364
|
+
target_monthly_conversation_goal_for_teachers: target_monthly_conversation_goal_for_teachers$3,
|
|
17365
|
+
target_monthly_conversation_goal_for_counselors: target_monthly_conversation_goal_for_counselors$3,
|
|
17366
|
+
target_monthly_conversation_goal_for_support_teachers: target_monthly_conversation_goal_for_support_teachers$3,
|
|
17367
|
+
already_happened: already_happened$3,
|
|
17368
|
+
happening_now: happening_now$3,
|
|
17369
|
+
has_this_conversation_already_taken_place_or_is_it_happening_now: has_this_conversation_already_taken_place_or_is_it_happening_now$3,
|
|
17370
|
+
log_1_1_conversation: log_1_1_conversation$3,
|
|
17371
|
+
note_log_and_scaffolding: note_log_and_scaffolding$3,
|
|
17372
|
+
student_review: student_review$3,
|
|
17373
|
+
"hey!_you_had_a_conversation_with": "Hey! You had a conversation with <b>{{teacherName}}</b>",
|
|
17374
|
+
date_of_conversation: date_of_conversation$3,
|
|
17375
|
+
learning_strategy_added: learning_strategy_added$3,
|
|
17376
|
+
created_on: created_on$3,
|
|
17377
|
+
"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)",
|
|
17378
|
+
"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)",
|
|
17379
|
+
"what_is_the_most_important_thing_you_learned_from_this_session?": "What is the most important thing you learned from this session?",
|
|
17380
|
+
save_review: save_review$3,
|
|
17381
|
+
write_your_most_important_learning_here: write_your_most_important_learning_here$3,
|
|
17382
|
+
"thank_you_for_your_review_!": "Thank you for your review!",
|
|
17383
|
+
"see_you_next_time_!": "See you next time!",
|
|
17384
|
+
all_set: all_set$3,
|
|
17385
|
+
have_you_used_any_learning_strategies: have_you_used_any_learning_strategies$3,
|
|
17386
|
+
select_the_learning_strategy: select_the_learning_strategy$3,
|
|
17387
|
+
log_a_1_1_conversation_title: log_a_1_1_conversation_title$3,
|
|
17388
|
+
save_1_1_log_note: save_1_1_log_note$3,
|
|
17389
|
+
view_1_1_note: view_1_1_note$3
|
|
17182
17390
|
};
|
|
17183
17391
|
|
|
17184
17392
|
var dashboard$4 = "仪表板";
|
|
@@ -19314,6 +19522,29 @@ var open_apply_setting$4 = "Open Apply Setting";
|
|
|
19314
19522
|
var time_open_apply_sync_hh$4 = "Time Open Apply Sync (HH)";
|
|
19315
19523
|
var import_open_apply$4 = "Import Open Apply";
|
|
19316
19524
|
var conversations$4 = "Conversations";
|
|
19525
|
+
var add_new_check_in$4 = "Add new check-in";
|
|
19526
|
+
var started_at$4 = "Started at";
|
|
19527
|
+
var conversation_goal$4 = "Conversation Goal";
|
|
19528
|
+
var target_monthly_conversation_goal_for_teachers$4 = "Target Monthly Conversation Goal for Teachers";
|
|
19529
|
+
var target_monthly_conversation_goal_for_counselors$4 = "Target Monthly Conversation Goal for Counselors";
|
|
19530
|
+
var target_monthly_conversation_goal_for_support_teachers$4 = "Target Monthly Conversation Goal for Support Teachers";
|
|
19531
|
+
var already_happened$4 = "Already happened";
|
|
19532
|
+
var happening_now$4 = "Happening now";
|
|
19533
|
+
var has_this_conversation_already_taken_place_or_is_it_happening_now$4 = "Has this conversation already taken place, or is it happening now?";
|
|
19534
|
+
var log_1_1_conversation$4 = "Log 1-1 Conversation";
|
|
19535
|
+
var note_log_and_scaffolding$4 = "Note Log and<br/>Scaffolding";
|
|
19536
|
+
var student_review$4 = "Student Review";
|
|
19537
|
+
var date_of_conversation$4 = "Date of conversation";
|
|
19538
|
+
var learning_strategy_added$4 = "Learning Strategy Added";
|
|
19539
|
+
var created_on$4 = "Created on";
|
|
19540
|
+
var save_review$4 = "Save Review";
|
|
19541
|
+
var write_your_most_important_learning_here$4 = "Write your most important learning here...";
|
|
19542
|
+
var all_set$4 = "All Set";
|
|
19543
|
+
var have_you_used_any_learning_strategies$4 = "Have you used any learning strategies?";
|
|
19544
|
+
var select_the_learning_strategy$4 = "Select the learning strategy";
|
|
19545
|
+
var log_a_1_1_conversation_title$4 = "Log a 1-1 Conversation";
|
|
19546
|
+
var save_1_1_log_note$4 = "Save 1-1 log note";
|
|
19547
|
+
var view_1_1_note$4 = "View 1-1 Note";
|
|
19317
19548
|
var lang_zh = {
|
|
19318
19549
|
dashboard: dashboard$4,
|
|
19319
19550
|
user: user$4,
|
|
@@ -21495,7 +21726,36 @@ var lang_zh = {
|
|
|
21495
21726
|
open_apply_setting: open_apply_setting$4,
|
|
21496
21727
|
time_open_apply_sync_hh: time_open_apply_sync_hh$4,
|
|
21497
21728
|
import_open_apply: import_open_apply$4,
|
|
21498
|
-
conversations: conversations$4
|
|
21729
|
+
conversations: conversations$4,
|
|
21730
|
+
add_new_check_in: add_new_check_in$4,
|
|
21731
|
+
started_at: started_at$4,
|
|
21732
|
+
conversation_goal: conversation_goal$4,
|
|
21733
|
+
target_monthly_conversation_goal_for_teachers: target_monthly_conversation_goal_for_teachers$4,
|
|
21734
|
+
target_monthly_conversation_goal_for_counselors: target_monthly_conversation_goal_for_counselors$4,
|
|
21735
|
+
target_monthly_conversation_goal_for_support_teachers: target_monthly_conversation_goal_for_support_teachers$4,
|
|
21736
|
+
already_happened: already_happened$4,
|
|
21737
|
+
happening_now: happening_now$4,
|
|
21738
|
+
has_this_conversation_already_taken_place_or_is_it_happening_now: has_this_conversation_already_taken_place_or_is_it_happening_now$4,
|
|
21739
|
+
log_1_1_conversation: log_1_1_conversation$4,
|
|
21740
|
+
note_log_and_scaffolding: note_log_and_scaffolding$4,
|
|
21741
|
+
student_review: student_review$4,
|
|
21742
|
+
"hey!_you_had_a_conversation_with": "Hey! You had a conversation with <b>{{teacherName}}</b>",
|
|
21743
|
+
date_of_conversation: date_of_conversation$4,
|
|
21744
|
+
learning_strategy_added: learning_strategy_added$4,
|
|
21745
|
+
created_on: created_on$4,
|
|
21746
|
+
"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)",
|
|
21747
|
+
"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)",
|
|
21748
|
+
"what_is_the_most_important_thing_you_learned_from_this_session?": "What is the most important thing you learned from this session?",
|
|
21749
|
+
save_review: save_review$4,
|
|
21750
|
+
write_your_most_important_learning_here: write_your_most_important_learning_here$4,
|
|
21751
|
+
"thank_you_for_your_review_!": "Thank you for your review!",
|
|
21752
|
+
"see_you_next_time_!": "See you next time!",
|
|
21753
|
+
all_set: all_set$4,
|
|
21754
|
+
have_you_used_any_learning_strategies: have_you_used_any_learning_strategies$4,
|
|
21755
|
+
select_the_learning_strategy: select_the_learning_strategy$4,
|
|
21756
|
+
log_a_1_1_conversation_title: log_a_1_1_conversation_title$4,
|
|
21757
|
+
save_1_1_log_note: save_1_1_log_note$4,
|
|
21758
|
+
view_1_1_note: view_1_1_note$4
|
|
21499
21759
|
};
|
|
21500
21760
|
|
|
21501
21761
|
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|