mario-core 2.9.229-layout → 2.9.231-layout
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/containers/Login/components/ButtonLogin.d.ts +3 -0
- package/dist/containers/Login/constant/authConfig.d.ts +1 -2
- package/dist/containers/Login/constant/config.d.ts +6 -0
- package/dist/hooks/useLanguages.d.ts +10 -0
- package/dist/index.d.ts +2 -1
- package/dist/index.js +3806 -68
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3800 -62
- package/dist/index.modern.js.map +1 -1
- package/dist/redux/languages/action.d.ts +1 -0
- package/dist/redux/languages/reducer.d.ts +2 -0
- package/dist/utils/getCookie.d.ts +2 -0
- package/dist/utils/getCookieValue.d.ts +2 -0
- package/package.json +101 -101
package/dist/index.modern.js
CHANGED
|
@@ -2,7 +2,6 @@ import 'bootstrap/dist/css/bootstrap.min.css';
|
|
|
2
2
|
import i18n from 'i18next';
|
|
3
3
|
import { initReactI18next, useTranslation } from 'react-i18next';
|
|
4
4
|
export { I18nextProvider, useTranslation } from 'react-i18next';
|
|
5
|
-
import moment from 'moment';
|
|
6
5
|
import React, { useState, useCallback, useEffect, forwardRef, useRef, useMemo, Suspense, memo, Fragment, useImperativeHandle } from 'react';
|
|
7
6
|
import { Input, Modal, ModalHeader, ModalBody, ModalFooter, Button, Row, Col, Form, FormGroup, Navbar, NavbarBrand, Collapse, Nav, NavItem, NavLink, Dropdown, DropdownToggle, DropdownMenu, DropdownItem, Alert, Pagination, PaginationItem, PaginationLink, Table, Label, Popover, PopoverBody, TabContent, TabPane, CardText, CustomInput, Card, CardImg, CardBody, CardTitle, CardHeader } from 'reactstrap';
|
|
8
7
|
import { useHistory, Link, useLocation, Switch, Route, Prompt, useParams } from 'react-router-dom';
|
|
@@ -12,6 +11,7 @@ import { useDispatch, useSelector } from 'react-redux';
|
|
|
12
11
|
import { createAction, createReducer, configureStore } from '@reduxjs/toolkit';
|
|
13
12
|
import axios from 'axios';
|
|
14
13
|
import amplitude from 'amplitude-js';
|
|
14
|
+
import moment from 'moment';
|
|
15
15
|
import { useGoogleReCaptcha, GoogleReCaptcha, GoogleReCaptchaProvider } from 'react-google-recaptcha-v3';
|
|
16
16
|
import GoogleLogin from 'react-google-login';
|
|
17
17
|
import Select from 'react-select';
|
|
@@ -12453,6 +12453,3658 @@ var lang_es = {
|
|
|
12453
12453
|
inactive_students: inactive_students$3
|
|
12454
12454
|
};
|
|
12455
12455
|
|
|
12456
|
+
var dashboard$4 = "仪表板";
|
|
12457
|
+
var user$4 = "用户";
|
|
12458
|
+
var question_bank$4 = "问题库";
|
|
12459
|
+
var email_template$4 = "电子邮件模板";
|
|
12460
|
+
var custom_alert$4 = "自定义提醒";
|
|
12461
|
+
var set_up$4 = "设置";
|
|
12462
|
+
var media_gallery$4 = "媒体库";
|
|
12463
|
+
var district_school_list$4 = "学区学校列表";
|
|
12464
|
+
var export_to_pdf$4 = "导出为 PDF";
|
|
12465
|
+
var the_data_is_taken_from_the_home_screen$4 = "数据取自主屏幕";
|
|
12466
|
+
var make_sure_everything_is_set_correctly_before_exporting$4 = "导出之前请确保所有设置正确。";
|
|
12467
|
+
var cancel$4 = "取消";
|
|
12468
|
+
var hey$4 = "您好";
|
|
12469
|
+
var readiness_to_learn$4 = "准备学习";
|
|
12470
|
+
var high_impact_learning_strategies$4 = "高效学习策略";
|
|
12471
|
+
var check_in$4 = "签到";
|
|
12472
|
+
var check_ins$4 = "签到";
|
|
12473
|
+
var reflection$4 = "反思";
|
|
12474
|
+
var conferences$4 = "讨论会";
|
|
12475
|
+
var safety$4 = "安全";
|
|
12476
|
+
var student_by_age$4 = "按年龄划分的学生";
|
|
12477
|
+
var students_by_designation$4 = "按姓名划分的学生";
|
|
12478
|
+
var calendar$4 = "日历";
|
|
12479
|
+
var gender$4 = "性别";
|
|
12480
|
+
var grade$4 = "年级";
|
|
12481
|
+
var current_grade$4 = "当前年级";
|
|
12482
|
+
var student_name$4 = "学生姓名";
|
|
12483
|
+
var teacher_name$4 = "教师姓名";
|
|
12484
|
+
var start_date$4 = "开始日期";
|
|
12485
|
+
var end_date$4 = "结束日期";
|
|
12486
|
+
var tooltip_content_readiness_to_learn_chart$4 = "代表了学生在测试时对自己的精力、专注力、幸福感、安全感和压力感的反应。请注意,分数以 1-100 为单位,但压力除外,其最佳压力设置为“0”,以了解高压力与低压力。";
|
|
12487
|
+
var tooltip_content_high_impact_chart$4 = "我们对个别学生报告其对约翰·哈蒂高效学习策略的使用感受进行了综合评估,并将其与老师的实际应用情况进行了总体衡量。";
|
|
12488
|
+
var tooltip_content_1_to_1_chart$4 = "调查的综合结果由学生个人完成,旨在评估他们自己对 6 个关键领域的表现的看法,随后还评估了 3 个特定的幸福感领域。";
|
|
12489
|
+
var tooltip_content_class_reflection_chart$4 = "发送给与学生有联系的任何个人(外部或内部)的调查结果,以协助衡量个人学生的:效率、幸福感、精力、专注力和压力。";
|
|
12490
|
+
var tooltip_content_conference_chart$4 = "个人总分的综合情况位于师生之间各个讨论会的底部。请注意,“不适用”的分数不予测量。";
|
|
12491
|
+
var tooltip_content_safety_chart$4 = "所有对这个问题的回答的直观表示,即要求学生对一段时间内自己对学校的安全水平的感受进行评分。";
|
|
12492
|
+
var tooltip_content_student_by_age_chart$4 = "您所在学校的学生性别和年级具体分布情况。";
|
|
12493
|
+
var tooltip_content_students_by_designation$4 = "您所在学校按年级划分的学生的综合情况,具有特定的称号。";
|
|
12494
|
+
var total_1_to_1$4 = "一对一总次数";
|
|
12495
|
+
var total_check_in$4 = "签到总次数";
|
|
12496
|
+
var total_1_to_1_time$4 = "一对一总时间";
|
|
12497
|
+
var total_conferences$4 = "讨论会总次数";
|
|
12498
|
+
var total_conferences_time$4 = "讨论会总时间";
|
|
12499
|
+
var total_class_reflection_check_ins$4 = "课堂反思签到总次数";
|
|
12500
|
+
var create_user$4 = "创建用户";
|
|
12501
|
+
var edit_user$4 = "编辑用户";
|
|
12502
|
+
var change_password$4 = "更改密码";
|
|
12503
|
+
var type_something_to_search_by_user_name$4 = "按用户名输入内容进行搜索";
|
|
12504
|
+
var total_of_users$4 = "用户总数";
|
|
12505
|
+
var name$4 = "姓名";
|
|
12506
|
+
var email$4 = "电子邮件";
|
|
12507
|
+
var age$4 = "年龄";
|
|
12508
|
+
var role$4 = "角色";
|
|
12509
|
+
var active_status$4 = "活跃状态";
|
|
12510
|
+
var action$4 = "操作";
|
|
12511
|
+
var Active$1 = "活跃";
|
|
12512
|
+
var inactive$4 = "非活跃";
|
|
12513
|
+
var create$4 = "创建";
|
|
12514
|
+
var update$4 = "更新";
|
|
12515
|
+
var first_name$4 = "名字";
|
|
12516
|
+
var date_of_birth$4 = "出生日期";
|
|
12517
|
+
var last_name$4 = "姓氏";
|
|
12518
|
+
var roles$4 = "角色";
|
|
12519
|
+
var status$4 = "状态";
|
|
12520
|
+
var send_forgot_password_link$4 = "发送忘记密码链接";
|
|
12521
|
+
var download_user_data$4 = "下载用户数据";
|
|
12522
|
+
var current_password$4 = "当前密码";
|
|
12523
|
+
var new_password$4 = "新密码";
|
|
12524
|
+
var confirm_password$4 = "确认密码";
|
|
12525
|
+
var save$4 = "保存";
|
|
12526
|
+
var type_something_to_search_question$4 = "输入内容以搜索问题";
|
|
12527
|
+
var type_something_to_search_category$4 = "输入内容以搜索类别";
|
|
12528
|
+
var total_of_questions$4 = "问题总数";
|
|
12529
|
+
var create_question$4 = "创建问题";
|
|
12530
|
+
var edit_question$4 = "编辑问题";
|
|
12531
|
+
var question_type$4 = "问题类型";
|
|
12532
|
+
var category$4 = "类别";
|
|
12533
|
+
var sub_category$4 = "子类别";
|
|
12534
|
+
var text$4 = "文本";
|
|
12535
|
+
var is_default_question_for_one_to_one$4 = "是一对一的默认问题";
|
|
12536
|
+
var default_question_for_students_or_teachers$4 = "是学生或教师的默认问题";
|
|
12537
|
+
var is_default_question_general_class$4 = "是普通班级的默认问题";
|
|
12538
|
+
var default_question_general_for_students_or_teachers$4 = "是学生或教师的普通默认问题";
|
|
12539
|
+
var before_session$4 = "会话前";
|
|
12540
|
+
var edit_custom_alert$4 = "编辑自定义提醒";
|
|
12541
|
+
var create_custom_alert$4 = "创建自定义提醒";
|
|
12542
|
+
var total_of_custom_alert$4 = "自定义提醒总数";
|
|
12543
|
+
var number_of_sessions$4 = "会话数量";
|
|
12544
|
+
var number_of_students$4 = "学生人数";
|
|
12545
|
+
var begin_date$4 = "开始日期";
|
|
12546
|
+
var duration_days$4 = "持续时间(天)";
|
|
12547
|
+
var students$4 = "学生";
|
|
12548
|
+
var create_skill$4 = "创建技能";
|
|
12549
|
+
var edit_skill$4 = "编辑技能";
|
|
12550
|
+
var total_of_skills$4 = "技能总数";
|
|
12551
|
+
var description$4 = "描述";
|
|
12552
|
+
var skill$4 = "技能";
|
|
12553
|
+
var parent_category$4 = "父类别";
|
|
12554
|
+
var edit_subject$4 = "编辑科目";
|
|
12555
|
+
var create_subject$4 = "创建科目";
|
|
12556
|
+
var total_of_subjects$4 = "科目总数";
|
|
12557
|
+
var color$4 = "颜色";
|
|
12558
|
+
var create_learning_support_category$4 = "创建学习支持类别";
|
|
12559
|
+
var edit_learning_support_category$4 = "编辑学习支持类别";
|
|
12560
|
+
var create_category$4 = "创建类别";
|
|
12561
|
+
var edit_category$4 = "编辑类别";
|
|
12562
|
+
var total_of_learning_support_categories$4 = "学习支持类别总数";
|
|
12563
|
+
var default_color$4 = "默认颜色";
|
|
12564
|
+
var edit_strategy$4 = "编辑策略";
|
|
12565
|
+
var create_strategy$4 = "创建策略";
|
|
12566
|
+
var create_learning_strategy$4 = "创建学习策略";
|
|
12567
|
+
var total_of_strategies$4 = "策略总数";
|
|
12568
|
+
var strategy_name$4 = "策略名称";
|
|
12569
|
+
var question$4 = "问题";
|
|
12570
|
+
var detail$4 = "详细信息";
|
|
12571
|
+
var strategy$4 = "策略";
|
|
12572
|
+
var best_fit$4 = "最佳匹配";
|
|
12573
|
+
var create_goal_example$4 = "创建目标示例";
|
|
12574
|
+
var edit_goal_example$2 = "编辑目标示例";
|
|
12575
|
+
var total_of_goal_examples$4 = "目标示例总数";
|
|
12576
|
+
var short_term_target_examples$4 = "短期目标示例";
|
|
12577
|
+
var goal_example$4 = "目标示例";
|
|
12578
|
+
var edit_badge$4 = "编辑徽章";
|
|
12579
|
+
var create_badge$4 = "创建徽章";
|
|
12580
|
+
var total_of_badges$4 = "徽章总数";
|
|
12581
|
+
var icon$4 = "图标";
|
|
12582
|
+
var badge$4 = "徽章";
|
|
12583
|
+
var badge_image$4 = "徽章图像";
|
|
12584
|
+
var edit_semester$4 = "编辑学期";
|
|
12585
|
+
var create_semester$4 = "创建学期";
|
|
12586
|
+
var update_school_break_month$4 = "更新学校假期月份";
|
|
12587
|
+
var total_of_semesters$4 = "学期总数";
|
|
12588
|
+
var total_of_academicyear$3 = "学年总数";
|
|
12589
|
+
var semester$4 = "学期";
|
|
12590
|
+
var breaking_month$4 = "中断月份";
|
|
12591
|
+
var change_breaking_month$4 = "更改中断月份";
|
|
12592
|
+
var school_year_break_month$4 = "学年假期月份";
|
|
12593
|
+
var edit_blank_day$4 = "编辑空白日";
|
|
12594
|
+
var create_blank_day$4 = "创建空白日";
|
|
12595
|
+
var total_of_blank_days$4 = "空白日总数";
|
|
12596
|
+
var start_time$4 = "开始时间";
|
|
12597
|
+
var end_time$4 = "结束时间";
|
|
12598
|
+
var school_blank_day$4 = "学校空白日";
|
|
12599
|
+
var edit_point$4 = "编辑点";
|
|
12600
|
+
var create_new_point$4 = "创建新点";
|
|
12601
|
+
var total_of_point$4 = "点总数";
|
|
12602
|
+
var label$4 = "标签";
|
|
12603
|
+
var value$4 = "值";
|
|
12604
|
+
var break_point$4 = "中断点";
|
|
12605
|
+
var update_break_point$4 = "更新中断点";
|
|
12606
|
+
var maximum_number_of_admins$4 = "最大数量管理员";
|
|
12607
|
+
var maximum_number_of_assistants$4 = "最大助教人数";
|
|
12608
|
+
var maximum_number_of_students$4 = "最大学生人数";
|
|
12609
|
+
var maximum_number_of_teachers$4 = "最大教师人数";
|
|
12610
|
+
var request_to_this_plan$4 = "请求此计划";
|
|
12611
|
+
var type_something_to_search_reflection_result$4 = "输入内容以搜索反思结果";
|
|
12612
|
+
var user_deleted$4 = "用户已删除";
|
|
12613
|
+
var export_user_data$4 = "导出用户数据";
|
|
12614
|
+
var alert_delete_user$4 = "此用户的所有数据将从系统中永久删除。请先导出再继续";
|
|
12615
|
+
var delete_user$2 = "删除用户";
|
|
12616
|
+
var alert_delete_teacher$4 = "删除此教师前必须先选择一位新教师。我们会先将整个班级和学生转移至新教师,然后再删除此教师的所有数据。";
|
|
12617
|
+
var list_students$4 = "列出学生";
|
|
12618
|
+
var student_email$4 = "学生电子邮件";
|
|
12619
|
+
var current_teacher_name$4 = "当前教师姓名";
|
|
12620
|
+
var current_teacher_email$4 = "当前教师电子邮件";
|
|
12621
|
+
var change_save$4 = "更改保存";
|
|
12622
|
+
var select_teacher_change$4 = "选择教师变更";
|
|
12623
|
+
var current_assistant_name$4 = "当前助理姓名";
|
|
12624
|
+
var current_assistant_email$4 = "当前助理电子邮件";
|
|
12625
|
+
var remove_assistant$4 = "删除助理";
|
|
12626
|
+
var switch_assistant$4 = "切换助理";
|
|
12627
|
+
var select_assistant_change$4 = "选择助理更改";
|
|
12628
|
+
var select_assistant$4 = "选择助理";
|
|
12629
|
+
var welcome_email_resend$4 = "重新发送欢迎电子邮件";
|
|
12630
|
+
var send_for_selected_users$4 = "发送给选定用户";
|
|
12631
|
+
var user_name$4 = "用户名";
|
|
12632
|
+
var user_email$4 = "用户电子邮件";
|
|
12633
|
+
var level$4 = "级别";
|
|
12634
|
+
var use_for$4 = "用途";
|
|
12635
|
+
var admin_training$4 = "管理员培训";
|
|
12636
|
+
var teacher_training$4 = "教师培训";
|
|
12637
|
+
var created_time$4 = "创建时间";
|
|
12638
|
+
var total_reflections$4 = "总反思";
|
|
12639
|
+
var student_training$4 = "学生培训";
|
|
12640
|
+
var create_designation$4 = "创建指定";
|
|
12641
|
+
var total_of_designation$4 = "指定总数";
|
|
12642
|
+
var designations$4 = "指定";
|
|
12643
|
+
var edit_designation$4 = "编辑指定";
|
|
12644
|
+
var confirm$5 = "确认";
|
|
12645
|
+
var hello$4 = "您好";
|
|
12646
|
+
var todays_1_1$4 = "今天的一对一";
|
|
12647
|
+
var todays_check_in$4 = "今天的签到";
|
|
12648
|
+
var todays_Conferences$4 = "今天的讨论会";
|
|
12649
|
+
var next_meeting$4 = "下次会议";
|
|
12650
|
+
var next_conference$4 = "下次讨论会";
|
|
12651
|
+
var todays_schedule$4 = "今天的日程安排";
|
|
12652
|
+
var action_points$4 = "行动要点";
|
|
12653
|
+
var upcoming$4 = "即将到来";
|
|
12654
|
+
var see_all_action_points$4 = "查看所有行动点";
|
|
12655
|
+
var add$4 = "添加";
|
|
12656
|
+
var edit_action_point$4 = "编辑行动点";
|
|
12657
|
+
var add_action_point$4 = "添加行动点";
|
|
12658
|
+
var title$4 = "标题";
|
|
12659
|
+
var type_title$4 = "键入标题";
|
|
12660
|
+
var subject$4 = "主题";
|
|
12661
|
+
var select_date$4 = "选择日期";
|
|
12662
|
+
var date$4 = "日期";
|
|
12663
|
+
var select_time$4 = "选择时间";
|
|
12664
|
+
var time$4 = "时间";
|
|
12665
|
+
var notification$4 = "通知";
|
|
12666
|
+
var no_notification$4 = "无通知";
|
|
12667
|
+
var day$4 = "天";
|
|
12668
|
+
var week$4 = "周";
|
|
12669
|
+
var mark_as_done$4 = "标记为已完成";
|
|
12670
|
+
var my_students$4 = "我的学生";
|
|
12671
|
+
var download_template$4 = "下载模板";
|
|
12672
|
+
var import_csv$4 = "导入 CSV";
|
|
12673
|
+
var add_new$4 = "添加新";
|
|
12674
|
+
var show_only_work_as_assistant$4 = "仅显示作为助理的工作";
|
|
12675
|
+
var show_only_work_as_teacher$4 = "仅显示作为教师的工作";
|
|
12676
|
+
var last_1_to_1$4 = "上次一对一";
|
|
12677
|
+
var last_check_in$4 = "上次签到";
|
|
12678
|
+
var last_conference$4 = "上次讨论会";
|
|
12679
|
+
var total_time$4 = "总时间";
|
|
12680
|
+
var assistant_name$4 = "助理姓名";
|
|
12681
|
+
var work_as_assistant$4 = "作为助理的工作";
|
|
12682
|
+
var assign_assistant$4 = "分配助理";
|
|
12683
|
+
var view$4 = "查看";
|
|
12684
|
+
var history$4 = "历史记录";
|
|
12685
|
+
var custom_recurrence$4 = "自定义重复";
|
|
12686
|
+
var repeat_every$4 = "重复间隔";
|
|
12687
|
+
var repeat_on$4 = "重复日期";
|
|
12688
|
+
var never$4 = "从不";
|
|
12689
|
+
var on$4 = "在";
|
|
12690
|
+
var after$4 = "之后";
|
|
12691
|
+
var pick_a_date$4 = "选择日期";
|
|
12692
|
+
var pick_a_time$4 = "选择时间";
|
|
12693
|
+
var change_date$4 = "更改日期";
|
|
12694
|
+
var change_time$4 = "更改时间";
|
|
12695
|
+
var apply$4 = "应用";
|
|
12696
|
+
var new_1_to_1$4 = "新一对一";
|
|
12697
|
+
var new_check_in$4 = "新签到";
|
|
12698
|
+
var do_you_want_to_talk_with_teacher$4 = "您想与教师交谈吗";
|
|
12699
|
+
var start_now$4 = "立即开始";
|
|
12700
|
+
var book_for_later$4 = "稍后预订";
|
|
12701
|
+
var select_category$4 = "选择类别";
|
|
12702
|
+
var search_question_category$4 = "搜索问题类别";
|
|
12703
|
+
var no_question$4 = "无问题";
|
|
12704
|
+
var select_question$4 = "选择问题";
|
|
12705
|
+
var select_student$4 = "选择学生";
|
|
12706
|
+
var select_staff$3 = "选择工作人员";
|
|
12707
|
+
var staff_name$3 = "工作人员姓名";
|
|
12708
|
+
var select_teacher$4 = "选择教师";
|
|
12709
|
+
var do_you_want_to_talk_with$4 = "您想与谁一起签到?";
|
|
12710
|
+
var please_select_a_student$4 = "请选择学生";
|
|
12711
|
+
var please_select_a_teacher$4 = "请选择老师";
|
|
12712
|
+
var please_provide_a_valid_student$4 = "请提供有效的学生";
|
|
12713
|
+
var please_provide_a_valid_teacher$4 = "请提供有效的老师";
|
|
12714
|
+
var select_a_student_and_launch_a_new_session_or_book_one_for_later$4 = "选择学生并启动新会话或预订稍后会话";
|
|
12715
|
+
var you_have_no_teacher$4 = "您没有老师";
|
|
12716
|
+
var search_teacher$4 = "搜索老师";
|
|
12717
|
+
var select_date_time$4 = "选择日期和时间";
|
|
12718
|
+
var book_1_to_1$4 = "预订一对一";
|
|
12719
|
+
var book_new_check_in$4 = "预订新签到";
|
|
12720
|
+
var schedule$4 = "时间表";
|
|
12721
|
+
var sessions_are_booked_as_10_minute_slots$4 = "会话预订为 10 分钟时段";
|
|
12722
|
+
var does_not_reoccur$4 = "不会重复发生";
|
|
12723
|
+
var time_must_be_between_8_am_and_6_pm$4 = "时间必须在上午 8 点至下午 6 点之间";
|
|
12724
|
+
var from$4 = "从";
|
|
12725
|
+
var to$4 = "至";
|
|
12726
|
+
var show_only_favorites$4 = "仅显示收藏夹";
|
|
12727
|
+
var show_only_conversation$4 = "仅显示一对一对话";
|
|
12728
|
+
var duration$4 = "持续时间";
|
|
12729
|
+
var favorite$4 = "收藏夹";
|
|
12730
|
+
var open$4 = "打开";
|
|
12731
|
+
var no_data$4 = "无数据";
|
|
12732
|
+
var schedule_detail$4 = "时间表详细信息";
|
|
12733
|
+
var are_you_sure_you_want_to_cancel_this_schedule$4 = "您确定要取消此时间表吗?";
|
|
12734
|
+
var completed_1_to_1$4 = "已完成一对一对话";
|
|
12735
|
+
var completed_check_in$4 = "已完成签到";
|
|
12736
|
+
var done$4 = "完成";
|
|
12737
|
+
var what_do_you_want_to_talk_about$4 = "您想谈论什么?";
|
|
12738
|
+
var session_type$4 = "会话类型";
|
|
12739
|
+
var what_is_this_session_type$4 = "这是哪种会话类型?";
|
|
12740
|
+
var how_are_you_feeling_about_each_area_right_now$4 = "您现在对每个方面感觉如何?";
|
|
12741
|
+
var sleep_nutrition_exercise_physical_health_and_mental_health$4 = "睡眠、营养、锻炼、身体健康和心理健康";
|
|
12742
|
+
var goals_activities_habits_and_strategies$4 = "目标、活动、习惯和策略";
|
|
12743
|
+
var overall_how_are_you_feeling_today$4 = "总体而言,您今天感觉如何?";
|
|
12744
|
+
var what_is_your_level_of_pride_in_yourself_today$4 = "您今天对自己的自豪程度如何?";
|
|
12745
|
+
var how_are_you_feeling_today$4 = "您今天感觉如何?";
|
|
12746
|
+
var how_much_did_you_learn_from_this_session$4 = "您从本次会话中学到了多少?";
|
|
12747
|
+
var what_is_the_most_important_thing_you_learned_from_this_session$4 = "您从本次会话中学到了最重要的东西是什么?";
|
|
12748
|
+
var your_next_meeting$4 = "您的下次会议";
|
|
12749
|
+
var today_at$4 = "今天";
|
|
12750
|
+
var choose_if_you_want_to_do_it_now_or_if_you_would_like_to_book_for_later$4 = "选择您是想立即开始签到还是与您的老师或辅导员预约时间以备日后使用。";
|
|
12751
|
+
var edit$4 = "编辑";
|
|
12752
|
+
var phone_number$4 = "电话号码";
|
|
12753
|
+
var second_phone_number$4 = "第二个电话号码";
|
|
12754
|
+
var health_note$4 = "健康备注";
|
|
12755
|
+
var address$4 = "地址";
|
|
12756
|
+
var mtss$4 = "MTSS";
|
|
12757
|
+
var note$4 = "备注";
|
|
12758
|
+
var no_schedule$4 = "无时间表";
|
|
12759
|
+
var my_notes$4 = "我的备注";
|
|
12760
|
+
var private_note$4 = "私人备注";
|
|
12761
|
+
var goal_progress$4 = "目标进度";
|
|
12762
|
+
var view_all_goals$4 = "查看所有目标";
|
|
12763
|
+
var completed$4 = "已完成";
|
|
12764
|
+
var student_information$4 = "学生信息";
|
|
12765
|
+
var top_learning_strategies$4 = "最佳学习策略";
|
|
12766
|
+
var perceived_usage$4 = "感知使用情况";
|
|
12767
|
+
var total_number_of_times_seleted$2 = "选择的总次数";
|
|
12768
|
+
var energy$4 = "精力";
|
|
12769
|
+
var focus$4 = "专注力";
|
|
12770
|
+
var happiness$4 = "幸福感";
|
|
12771
|
+
var stress$4 = "压力";
|
|
12772
|
+
var one_to_one$4 = "一对一";
|
|
12773
|
+
var class_reflection$4 = "课堂反思";
|
|
12774
|
+
var conference$4 = "讨论会";
|
|
12775
|
+
var learning_progress$4 = "学习进度";
|
|
12776
|
+
var cant_export_now_please_try_again$4 = "现在无法导出。请重试。";
|
|
12777
|
+
var view_data$4 = "查看数据";
|
|
12778
|
+
var learning_strategies$4 = "学习策略";
|
|
12779
|
+
var strategies$4 = "策略";
|
|
12780
|
+
var number_of_used$4 = "使用次数";
|
|
12781
|
+
var next$4 = "下一步";
|
|
12782
|
+
var my_conferences$4 = "我的讨论会";
|
|
12783
|
+
var select_a_student_and_launch_a_new_conference_or_book_one_for_later$4 = "选择一名学生并启动新讨论会或预约讨论会以备日后使用。";
|
|
12784
|
+
var you_have_no_student$4 = "您没有学生";
|
|
12785
|
+
var this_is_a_required_field$4 = "这是必填字段";
|
|
12786
|
+
var please_select_question_category$4 = "请选择问题类别";
|
|
12787
|
+
var book_conferences$4 = "预订讨论会";
|
|
12788
|
+
var final_score$4 = "最终得分";
|
|
12789
|
+
var new_conference$4 = "新讨论会";
|
|
12790
|
+
var search_student$4 = "搜索学生";
|
|
12791
|
+
var search_staff$3 = "搜索员工";
|
|
12792
|
+
var meeting_schedule$4 = "会议安排";
|
|
12793
|
+
var class_schedule$4 = "课程安排";
|
|
12794
|
+
var more_questions$4 = "更多问题";
|
|
12795
|
+
var conference_rubric$4 = "讨论会评分标准";
|
|
12796
|
+
var unlock$4 = "解锁";
|
|
12797
|
+
var before_clicking_submit$4 = "单击提交前";
|
|
12798
|
+
var your_session_was$4 = "您的会话为";
|
|
12799
|
+
var mins$4 = "分钟";
|
|
12800
|
+
var min$4 = "分钟";
|
|
12801
|
+
var submit$4 = "提交";
|
|
12802
|
+
var are_you_sure_to_complete$4 = "您还有几个问题尚未回答。您确定要完成吗?";
|
|
12803
|
+
var be_sure_to_check_completed_all$4 = "请务必与您的老师确认您已完成所有要求";
|
|
12804
|
+
var teacher_choice$4 = "老师选择";
|
|
12805
|
+
var student_choice$4 = "学生选择";
|
|
12806
|
+
var agreement$4 = "协议";
|
|
12807
|
+
var personal_learning_plan$4 = "个人学习计划";
|
|
12808
|
+
var personal_interests$4 = "个人兴趣";
|
|
12809
|
+
var allow_student_to_edit$4 = "允许学生编辑";
|
|
12810
|
+
var strengths_and_challenges$4 = "优势和挑战";
|
|
12811
|
+
var significant_strengths$4 = "显著优势";
|
|
12812
|
+
var strengths$4 = "优势";
|
|
12813
|
+
var challenges$4 = "挑战";
|
|
12814
|
+
var significant_challenges$4 = "显著挑战";
|
|
12815
|
+
var how_my_teachers_can_help_me_learn$4 = "我的老师如何帮助我学习";
|
|
12816
|
+
var about_my_learning$4 = "关于我的学习";
|
|
12817
|
+
var accommodations$4 = "便利设施";
|
|
12818
|
+
var goals$4 = "目标";
|
|
12819
|
+
var this_goal_is_showing_in_the_student_conference_rubric_are_you_sure_to_delete_it$4 = "此目标显示在学生的讨论会评分标准中。您确定要删除吗?";
|
|
12820
|
+
var activity_circles$4 = "活动圈";
|
|
12821
|
+
var friend_circles$4 = "朋友圈";
|
|
12822
|
+
var are_you_ready_to_learn$4 = "您准备好学习了吗?";
|
|
12823
|
+
var class_schedules$4 = "课程表";
|
|
12824
|
+
var add_class_schedule$4 = "添加课程表";
|
|
12825
|
+
var class_date$4 = "上课日期";
|
|
12826
|
+
var class_name$4 = "课程名称";
|
|
12827
|
+
var day_period$4 = "日期/时段";
|
|
12828
|
+
var teacher_email$4 = "教师电子邮件";
|
|
12829
|
+
var note_type_class$4 = "笔记类型和课程";
|
|
12830
|
+
var my_note$4 = "我的笔记";
|
|
12831
|
+
var add_new_note$4 = "添加新笔记";
|
|
12832
|
+
var all_category$4 = "所有类别";
|
|
12833
|
+
var personalized$4 = "个性化";
|
|
12834
|
+
var show_only_favorite$4 = "仅显示收藏";
|
|
12835
|
+
var search$4 = "搜索";
|
|
12836
|
+
var note_title$4 = "笔记标题";
|
|
12837
|
+
var student$4 = "学生";
|
|
12838
|
+
var note_detail$4 = "笔记详情";
|
|
12839
|
+
var mark_as_favorite$4 = "标记为收藏";
|
|
12840
|
+
var type_a_note$4 = "输入笔记";
|
|
12841
|
+
var please_select_student$4 = "请选择学生";
|
|
12842
|
+
var settings$4 = "设置";
|
|
12843
|
+
var save_changes$4 = "保存更改";
|
|
12844
|
+
var activity_notifications$4 = "活动通知";
|
|
12845
|
+
var schedule_notifications$4 = "计划通知";
|
|
12846
|
+
var preschedule_notifications$4 = "预定通知";
|
|
12847
|
+
var yes$4 = "是";
|
|
12848
|
+
var no$4 = "否";
|
|
12849
|
+
var email_notification$4 = "电子邮件通知";
|
|
12850
|
+
var send_me_email_notification$4 = "向我发送电子邮件通知";
|
|
12851
|
+
var dont_send_me_email_notification$4 = "不向我发送电子邮件通知";
|
|
12852
|
+
var type$4 = "类型";
|
|
12853
|
+
var teacher_request$4 = "教师请求";
|
|
12854
|
+
var student_request$4 = "学生请求";
|
|
12855
|
+
var overview$4 = "概述";
|
|
12856
|
+
var plp$4 = "PLP";
|
|
12857
|
+
var my_student_1_to_1$4 = "我的学生一对一";
|
|
12858
|
+
var my_student_check_in$4 = "我的学生签到";
|
|
12859
|
+
var my_student_conference$2 = "我的学生讨论会";
|
|
12860
|
+
var received_date$4 = "接收日期";
|
|
12861
|
+
var class_impact_score$4 = "班级影响分数";
|
|
12862
|
+
var impact_score$4 = "影响分数";
|
|
12863
|
+
var iep$4 = "IEP";
|
|
12864
|
+
var creator$4 = "创建者";
|
|
12865
|
+
var last_modify$4 = "上次修改";
|
|
12866
|
+
var Modify$1 = "修改";
|
|
12867
|
+
var student_reflections$4 = "学生反思";
|
|
12868
|
+
var external_reflection$4 = "外部反思";
|
|
12869
|
+
var external_class_reflection$4 = "外部班级反思";
|
|
12870
|
+
var reflections$4 = "反思";
|
|
12871
|
+
var class_reflections$4 = "班级反思";
|
|
12872
|
+
var add_reflection$4 = "添加反思";
|
|
12873
|
+
var add_class_reflection$4 = "添加班级反思";
|
|
12874
|
+
var class_type$4 = "班级类型";
|
|
12875
|
+
var teacher_image$4 = "教师图像";
|
|
12876
|
+
var send_to_teacher$4 = "发送给教师";
|
|
12877
|
+
var send_now$4 = "立即发送";
|
|
12878
|
+
var missed$4 = "错过";
|
|
12879
|
+
var pending$4 = "待处理";
|
|
12880
|
+
var sent_date$4 = "发送日期";
|
|
12881
|
+
var go_to_the_student_plp$2 = "转到学生的 PLP";
|
|
12882
|
+
var new_iep$4 = "新 IEP";
|
|
12883
|
+
var edit_iep$4 = "编辑 IEP";
|
|
12884
|
+
var type_of_iep$4 = "IEP 类型";
|
|
12885
|
+
var source_of_eligibility_forinitial$4 = "资格来源(初始)";
|
|
12886
|
+
var annual_goals$4 = "年度目标";
|
|
12887
|
+
var enter_a_date_range$4 = "输入日期范围";
|
|
12888
|
+
var add_objectives$4 = "添加目标";
|
|
12889
|
+
var add_goals$4 = "添加目标";
|
|
12890
|
+
var day_month_year$4 = "日/月/年";
|
|
12891
|
+
var special_education$4 = "特殊教育";
|
|
12892
|
+
var special_education_content$4 = "IEP 必须包含向儿童或代表儿童提供的特殊教育和相关服务以及补充援助和服务的声明。本节重点介绍第一个要素:将为儿童提供的特殊教育的说明。";
|
|
12893
|
+
var objectives_and_reporting_progress$4 = "目标和报告进度";
|
|
12894
|
+
var objectives_and_reporting_progress_content$4 = "每个儿童的 IEP 还必须描述如何衡量实现年度目标的进展情况以及何时向家长报告。";
|
|
12895
|
+
var annual_goals_content$4 = "确定儿童需求后,IEP 团队就会努力制定适当的目标来满足这些需求。年度目标描述了儿童在 12 个月内应该做或学什么。";
|
|
12896
|
+
var related_services$4 = "相关服务";
|
|
12897
|
+
var related_services_content$4 = "为了帮助残障儿童从特殊教育中受益,他或她可能还需要在某个方面获得额外帮助,例如说话或移动。这种额外的帮助称为相关服务。在此处了解这些关键服务的所有信息。";
|
|
12898
|
+
var supplementary_aids_and_services$4 = "补充援助和服务";
|
|
12899
|
+
var supplementary_aids_and_services_content$4 = "补充援助和服务旨在改善儿童在学术、课外和非学术活动和环境中的学习机会和参与度。IEP 团队必须确定儿童需要哪些补充援助和服务,并在 IEP 中具体说明。";
|
|
12900
|
+
var program_modifications_for_school_personnel$4 = "针对学校人员的计划修改";
|
|
12901
|
+
var program_modifications_for_school_personnel_content$4 = "IEP 还包含确定将为学校人员提供的计划修改或支持";
|
|
12902
|
+
var extent_of_nonparticipation$4 = "不参与程度";
|
|
12903
|
+
var extent_of_nonparticipation_content$4 = "IEP 还必须说明儿童在何种程度上不会与非残疾儿童一起参加正常班级以及其他学校环境和活动(如果有)。";
|
|
12904
|
+
var accommodations_in_assessment$4 = "评估便利";
|
|
12905
|
+
var accommodations_in_assessment_content$4 = "IDEA 要求残疾学生参加州或全区评估。IEP 团队必须决定学生是否需要测试便利或完全其他类型的评估。在 IEP 的这一部分,团队记录了学生将如何参与。";
|
|
12906
|
+
var service_delivery$4 = "服务交付";
|
|
12907
|
+
var service_delivery_content$4 = "儿童何时开始接受服务?在哪里?多久一次?“会话”持续多长时间?这些细节虽然烦人,但必须纳入 IEP!";
|
|
12908
|
+
var transition_planning$4 = "过渡计划";
|
|
12909
|
+
var transition_planning_content$4 = "不晚于学生 16 岁生日(如适用,可以更早)),IEP 必须包含与过渡相关的计划,以帮助学生为中学毕业后的生活做好准备。";
|
|
12910
|
+
var present_levels$4 = "当前水平";
|
|
12911
|
+
var present_levels_content$4 = "儿童目前在学校的表现如何?残疾如何影响他在课堂上的表现?此类信息包含在 IEP 中的“当前水平”声明中。";
|
|
12912
|
+
var signatures$4 = "签名";
|
|
12913
|
+
var iep_old_version_and_diagnostic_docs$1 = "IEP 旧版本和诊断文档";
|
|
12914
|
+
var upload_file$4 = "上传文件";
|
|
12915
|
+
var add_interest$4 = "添加兴趣";
|
|
12916
|
+
var upload_image$4 = "上传图片";
|
|
12917
|
+
var supported_image_types$4 = "支持的图片类型:PNG、JPEG、WEBPbbb";
|
|
12918
|
+
var edit_interest$4 = "编辑兴趣";
|
|
12919
|
+
var select_personal_interest_or_enter_personal_interest_here$4 = "选择个人兴趣或在此处输入个人兴趣";
|
|
12920
|
+
var add_note$4 = "添加注释";
|
|
12921
|
+
var select_best_fit$4 = "选择最佳匹配";
|
|
12922
|
+
var best_fits$4 = "最佳匹配";
|
|
12923
|
+
var select_strategies$4 = "选择策略";
|
|
12924
|
+
var selected_learning_strategies$4 = "选定的学习策略";
|
|
12925
|
+
var do_you_want_to_delete_this_strengths_and_challenges$4 = "是否要删除此优势和挑战";
|
|
12926
|
+
var add_new_item$4 = "添加新项目";
|
|
12927
|
+
var edit_item$4 = "编辑项目";
|
|
12928
|
+
var select_teaching_strategies$4 = "选择教学策略";
|
|
12929
|
+
var selected_teaching_strategies$4 = "选定的教学策略";
|
|
12930
|
+
var add_title$4 = "添加标题";
|
|
12931
|
+
var my_learning$4 = "我的学习";
|
|
12932
|
+
var do_you_want_to_delete_this_about_my_learning$4 = "是否要删除关于我的学习的信息";
|
|
12933
|
+
var edit_my_learning$4 = "编辑我的学习";
|
|
12934
|
+
var add_my_learning$4 = "添加我的学习";
|
|
12935
|
+
var select_about_learning_or_enter_about_learning_here$4 = "选择关于学习或在此处输入关于学习的信息";
|
|
12936
|
+
var accommodation$4 = "便利设施";
|
|
12937
|
+
var all_categories$4 = "所有类别";
|
|
12938
|
+
var do_you_want_to_delete_this_accommodation$4 = "您想删除此便利设施吗";
|
|
12939
|
+
var edit_accommodation$4 = "编辑便利设施";
|
|
12940
|
+
var add_accommodation$4 = "添加便利设施";
|
|
12941
|
+
var all$4 = "全部";
|
|
12942
|
+
var all_status$4 = "所有状态";
|
|
12943
|
+
var goal_type$4 = "目标类型";
|
|
12944
|
+
var add_new_goal$4 = "添加新目标";
|
|
12945
|
+
var goal_detail$4 = "目标详细信息";
|
|
12946
|
+
var select_status$4 = "选择状态";
|
|
12947
|
+
var goal_baseline$4 = "目标基线";
|
|
12948
|
+
var objective$4 = "目标";
|
|
12949
|
+
var goal_details$4 = "目标详情";
|
|
12950
|
+
var goals_type$4 = "目标类型";
|
|
12951
|
+
var edit_goal_detail$4 = "编辑目标详情";
|
|
12952
|
+
var uploaded_files$4 = "已上传文件";
|
|
12953
|
+
var optional$4 = "可选";
|
|
12954
|
+
var edit_baseline$4 = "编辑基线";
|
|
12955
|
+
var edit_friend$4 = "编辑好友";
|
|
12956
|
+
var add_friend$4 = "添加好友";
|
|
12957
|
+
var search_friend$4 = "搜索好友";
|
|
12958
|
+
var friend_type$4 = "好友类型";
|
|
12959
|
+
var edit_activity$4 = "编辑行动";
|
|
12960
|
+
var add_activity$4 = "添加行动";
|
|
12961
|
+
var search_activity$4 = "搜索行动";
|
|
12962
|
+
var activity$4 = "行动";
|
|
12963
|
+
var activity_type$4 = "活动类型";
|
|
12964
|
+
var select_or_type_an_activity$4 = "选择或键入行动";
|
|
12965
|
+
var action_needed$4 = "需要采取行动";
|
|
12966
|
+
var external$4 = "外部";
|
|
12967
|
+
var student_survey$4 = "学生调查";
|
|
12968
|
+
var view_survey$4 = "查看调查";
|
|
12969
|
+
var create_a_survey$4 = "创建调查";
|
|
12970
|
+
var review$4 = "复习";
|
|
12971
|
+
var publish_survey$4 = "发布调查";
|
|
12972
|
+
var total_surveys$4 = "总调查";
|
|
12973
|
+
var flags$4 = "标记";
|
|
12974
|
+
var scheduled_session$4 = "预定会话";
|
|
12975
|
+
var total_survey_done$4 = "完成的总调查";
|
|
12976
|
+
var total_survey_not_done$4 = "未完成的总调查";
|
|
12977
|
+
var list_survey$4 = "列出调查";
|
|
12978
|
+
var surveys$4 = "调查";
|
|
12979
|
+
var survey$4 = "调查";
|
|
12980
|
+
var create_survey$4 = "创建调查";
|
|
12981
|
+
var my_survey$4 = "我的调查";
|
|
12982
|
+
var counselor_name$4 = "辅导员姓名";
|
|
12983
|
+
var survey_title$4 = "调查标题";
|
|
12984
|
+
var deadline$4 = "截止日期";
|
|
12985
|
+
var day_left$4 = "剩余天数";
|
|
12986
|
+
var replied_date$4 = "回复日期";
|
|
12987
|
+
var session$4 = "会话";
|
|
12988
|
+
var flag$4 = "标记";
|
|
12989
|
+
var external_email$4 = "外部电子邮件";
|
|
12990
|
+
var scheduled_now$4 = "现在安排";
|
|
12991
|
+
var session_schedule$4 = "会话安排";
|
|
12992
|
+
var session_scheduled$4 = "已安排会话";
|
|
12993
|
+
var search_survey$4 = "搜索调查";
|
|
12994
|
+
var total_survey$4 = "总调查";
|
|
12995
|
+
var survey_result$4 = "调查结果";
|
|
12996
|
+
var check_in_from$4 = "签到时间";
|
|
12997
|
+
var received_today_at$4 = "今天接收于";
|
|
12998
|
+
var preview_survey$4 = "预览调查";
|
|
12999
|
+
var complete_survey$4 = "完成调查";
|
|
13000
|
+
var do_you_want_to_share_a_survey_to_teachers$4 = "您想与教师分享调查吗?";
|
|
13001
|
+
var you_can_share_this_survey_to_teachers_to_get_more_insight_about_your_student$4 = "您可以与教师分享此调查,以进一步了解您的学生。";
|
|
13002
|
+
var skip$4 = "跳过";
|
|
13003
|
+
var survey_questions$4 = "调查问题";
|
|
13004
|
+
var add_survey_question$4 = "添加调查问题";
|
|
13005
|
+
var additional_question$4 = "附加问题";
|
|
13006
|
+
var add_additional_question$4 = "添加附加问题";
|
|
13007
|
+
var save_favorite$4 = "保存收藏夹";
|
|
13008
|
+
var save_as_favorite$4 = "保存为收藏夹";
|
|
13009
|
+
var favorite_survey$4 = "收藏调查";
|
|
13010
|
+
var slider$4 = "滑块";
|
|
13011
|
+
var questions$4 = "问题";
|
|
13012
|
+
var insert_all_question$2 = "插入所有问题";
|
|
13013
|
+
var remove_all_question$2 = "删除所有问题";
|
|
13014
|
+
var insert_question$2 = "插入问题";
|
|
13015
|
+
var survey_templates$4 = "调查模板";
|
|
13016
|
+
var insert_template$4 = "插入模板";
|
|
13017
|
+
var share_survey_teacher$4 = "与教师共享调查";
|
|
13018
|
+
var suggested_teacher$4 = "建议教师";
|
|
13019
|
+
var email_contents$4 = "电子邮件内容";
|
|
13020
|
+
var send_survey$4 = "发送调查";
|
|
13021
|
+
var review_survey_detail$4 = "查看调查详情";
|
|
13022
|
+
var a_number_of_student$4 = "学生人数";
|
|
13023
|
+
var date_and_time$4 = "日期和时间";
|
|
13024
|
+
var scale$4 = "量表";
|
|
13025
|
+
var answer$4 = "答案";
|
|
13026
|
+
var add_question$4 = "添加问题";
|
|
13027
|
+
var save_question$4 = "保存问题";
|
|
13028
|
+
var external_survey$4 = "外部调查";
|
|
13029
|
+
var ib_learner_profile$4 = "IB 学习者资料";
|
|
13030
|
+
var set_deadline$4 = "设置截止日期";
|
|
13031
|
+
var duplicate_survey$4 = "重复调查";
|
|
13032
|
+
var share_survey$4 = "共享调查";
|
|
13033
|
+
var new_survey$4 = "新调查";
|
|
13034
|
+
var assign_counselor$4 = "分配辅导员";
|
|
13035
|
+
var select_counselor$4 = "选择辅导员";
|
|
13036
|
+
var select_support_teacher$4 = "选择支持教师";
|
|
13037
|
+
var assign_support_teacher$4 = "分配支持教师";
|
|
13038
|
+
var switch_support_teacher$4 = "切换支持教师";
|
|
13039
|
+
var support_teacher_name$4 = "支持教师姓名";
|
|
13040
|
+
var user_for_question$4 = "问题用户";
|
|
13041
|
+
var requested_reflection$4 = "请求反思";
|
|
13042
|
+
var request_class_reflection$4 = "请求班级反思";
|
|
13043
|
+
var share_survey_to_teacher$4 = "与教师共享调查";
|
|
13044
|
+
var select_form$2 = "选择自";
|
|
13045
|
+
var switch_counselor$4 = "切换辅导员";
|
|
13046
|
+
var remove_counselor$4 = "删除辅导员";
|
|
13047
|
+
var current_counselor_email$4 = "当前辅导员电子邮件";
|
|
13048
|
+
var current_counselor_name$4 = "当前辅导员姓名";
|
|
13049
|
+
var select_counselor_change$4 = "选择辅导员变更";
|
|
13050
|
+
var current_support_teacher_name$4 = "当前支持教师姓名";
|
|
13051
|
+
var current_support_teacher_email$4 = "当前支持教师电子邮件";
|
|
13052
|
+
var remove_support_teacher$4 = "删除支持教师";
|
|
13053
|
+
var select_support_teacher_change$4 = "选择支持教师变更";
|
|
13054
|
+
var filter_calendar$4 = "过滤器日历";
|
|
13055
|
+
var average_student_safety$4 = "平均学生安全";
|
|
13056
|
+
var is_active$4 = "活跃";
|
|
13057
|
+
var top_5_most_used_strategies$4 = "使用最多的 5 大策略";
|
|
13058
|
+
var preparedness$4 = "准备";
|
|
13059
|
+
var average_student_stress$4 = "平均学生压力";
|
|
13060
|
+
var success_indicators$4 = "成功指标";
|
|
13061
|
+
var learning_process$4 = "学习过程";
|
|
13062
|
+
var survey_dashboard$4 = "调查仪表板";
|
|
13063
|
+
var response_rate$4 = "回应率";
|
|
13064
|
+
var top_5_most_survey_used$2 = "使用最多的 5 项调查";
|
|
13065
|
+
var survey_from$4 = "调查来自";
|
|
13066
|
+
var question_intervention$4 = "问题干预";
|
|
13067
|
+
var student_pressure$4 = "学生压力";
|
|
13068
|
+
var overall_readiness_to_learn$4 = "整体学习准备";
|
|
13069
|
+
var view_calendar$4 = "查看日历";
|
|
13070
|
+
var student_wellness$4 = "学生健康";
|
|
13071
|
+
var view_data_dashboard$4 = "查看数据仪表板";
|
|
13072
|
+
var view_a_student$4 = "查看学生";
|
|
13073
|
+
var view_student$4 = "查看学生";
|
|
13074
|
+
var average_safety$4 = "平均安全";
|
|
13075
|
+
var average_stress$4 = "平均压力";
|
|
13076
|
+
var average_energy$4 = "平均精力";
|
|
13077
|
+
var average_focus$4 = "平均专注力";
|
|
13078
|
+
var average_happiness$4 = "平均幸福感";
|
|
13079
|
+
var vs_last_month$4 = "与上个月相比";
|
|
13080
|
+
var of_students_are_not_feeling_safe$4 = "的学生感觉不安全。";
|
|
13081
|
+
var students_marked_themselves_as_unsafe$4 = "学生将自己标记为不安全。";
|
|
13082
|
+
var marked_themselves_as_unsafe$4 = "将自己标记为不安全。";
|
|
13083
|
+
var of_students_are_highly_stressed$4 = "的学生压力很大。";
|
|
13084
|
+
var flagged_with_high_stress$4 = "标记为压力很大。";
|
|
13085
|
+
var select_a_student_to_see_their_profile_and_learning_plan$4 = "选择一名学生并查看其个人资料和学习计划";
|
|
13086
|
+
var select_a_student_and_start_a_conversation_with_the_check_in_results$4 = "选择一名学生并开始根据签到结果进行对话";
|
|
13087
|
+
var start$4 = "开始";
|
|
13088
|
+
var teacher_reflection$4 = "教师反思";
|
|
13089
|
+
var notes$4 = "笔记";
|
|
13090
|
+
var student_reflection$2 = "学生反思";
|
|
13091
|
+
var view_latest_check_ins$4 = "查看最新签到";
|
|
13092
|
+
var this_week_s$4 = "本周";
|
|
13093
|
+
var missing_weekly_check_in$4 = "缺少每周签到";
|
|
13094
|
+
var add_new_student$4 = "添加新学生";
|
|
13095
|
+
var start_check_in$4 = "开始签到";
|
|
13096
|
+
var no_events_today$4 = "今天没有活动";
|
|
13097
|
+
var today_schedule$3 = "今天的日程安排";
|
|
13098
|
+
var high_stressed$4 = "压力很大";
|
|
13099
|
+
var unsafe$4 = "不安全";
|
|
13100
|
+
var average$4 = "平均";
|
|
13101
|
+
var see_them$4 = "查看他们";
|
|
13102
|
+
var goal$4 = "目标";
|
|
13103
|
+
var ended_over_24_hours_ago$4 = "24 小时前结束";
|
|
13104
|
+
var start_a_1_1_conversation$4 = "开始一对一对话";
|
|
13105
|
+
var view_results$4 = "查看结果";
|
|
13106
|
+
var request_check_in$4 = "请求签到";
|
|
13107
|
+
var last$4 = "最后";
|
|
13108
|
+
var latest_check_ins$4 = "最新签到";
|
|
13109
|
+
var students_who_missing_weekly_check_in$4 = "缺少每周签到的学生";
|
|
13110
|
+
var this_student_does_nt_have_missing_check_in$4 = "此学生没有缺少签到";
|
|
13111
|
+
var no_student_missing_weekly_check_in$4 = "没有缺少每周签到的学生";
|
|
13112
|
+
var start_1_1_conversation$4 = "开始一对一对话";
|
|
13113
|
+
var select_a_teacher_and_start_a_check_in$4 = "选择老师并开始签到";
|
|
13114
|
+
var this_weeks_check_ins$4 = "本周的签到";
|
|
13115
|
+
var this_weeks_1_1s$4 = "本周的一对一";
|
|
13116
|
+
var this_student_does_nt_have_1_1_in_this_week$4 = "此学生本周没有一对一";
|
|
13117
|
+
var this_student_does_nt_have_check_in_in_this_week$4 = "此学生本周没有签到";
|
|
13118
|
+
var no_last_or_requested_check_ins$4 = "没有最后或请求的签到";
|
|
13119
|
+
var students_who_are_highly_stressed$4 = "压力很大的学生";
|
|
13120
|
+
var students_who_are_not_feeling_safe$4 = "感觉不安全的学生";
|
|
13121
|
+
var students_missing_a_weekly_check_in$4 = "缺少每周签到的学生";
|
|
13122
|
+
var student_stress_by_zone$4 = "按区域划分的学生压力";
|
|
13123
|
+
var student_distribution$4 = "学生分布";
|
|
13124
|
+
var surveys_flags$4 = "调查的标志";
|
|
13125
|
+
var yellow_flags$4 = "黄色标志";
|
|
13126
|
+
var green_flags$4 = "绿色标志";
|
|
13127
|
+
var red_flags$4 = "红色标志";
|
|
13128
|
+
var show_by$4 = "显示方式";
|
|
13129
|
+
var survey_overview$4 = "调查概述";
|
|
13130
|
+
var share_note$4 = "分享笔记";
|
|
13131
|
+
var survey_summary$4 = "调查摘要";
|
|
13132
|
+
var survey_name$4 = "调查名称";
|
|
13133
|
+
var date_created$4 = "创建日期";
|
|
13134
|
+
var cut_off_time$4 = "截止时间";
|
|
13135
|
+
var created_by$4 = "创建者";
|
|
13136
|
+
var responses_distribution$4 = "回复分布";
|
|
13137
|
+
var ratings_of_questions$3 = "问题评分";
|
|
13138
|
+
var show_results_for$4 = "显示结果";
|
|
13139
|
+
var view_list_of_students$4 = "查看学生列表";
|
|
13140
|
+
var view_list_of_responses$3 = "查看回复列表";
|
|
13141
|
+
var number_of_responses$4 = "回复数";
|
|
13142
|
+
var number_of_not_responses$4 = "未回复数";
|
|
13143
|
+
var question_rating$4 = "问题评分";
|
|
13144
|
+
var no_response_yet$4 = "尚无回复";
|
|
13145
|
+
var external_survey_is_highlight_in_the_table$4 = "表格中突出显示了外部调查";
|
|
13146
|
+
var reset_password$4 = "重置密码";
|
|
13147
|
+
var correct$4 = "正确";
|
|
13148
|
+
var incorrect$4 = "不正确";
|
|
13149
|
+
var the_correct_answer_is$4 = "正确答案是";
|
|
13150
|
+
var the_correct_answers_are$4 = "正确答案是";
|
|
13151
|
+
var action_need$4 = "需要采取行动";
|
|
13152
|
+
var view_answers$4 = "查看答案";
|
|
13153
|
+
var survey_results$4 = "调查结果";
|
|
13154
|
+
var weeks$4 = "周";
|
|
13155
|
+
var months$4 = "月";
|
|
13156
|
+
var scheduled_sessions$4 = "预定会话";
|
|
13157
|
+
var active_surveys$4 = "活动调查";
|
|
13158
|
+
var view_responses$4 = "查看回复";
|
|
13159
|
+
var download_csv$3 = "下载 .CSV";
|
|
13160
|
+
var create_new_survey$4 = "创建新调查";
|
|
13161
|
+
var go_to_individual_survey_responses$4 = "转到个人调查回复";
|
|
13162
|
+
var you_can_only_select_number_kpis_at_a_time$4 = "您一次只能选择 {{number}} 个 KPI";
|
|
13163
|
+
var you_can_only_select_number_kpis_at_a_time_To_select_a_new_one_please_switch_off_one_of_the_previous_ones$2 = "您一次只能选择 {{number}} 个 KPI。若要选择新 KPI,请关闭之前的 KPI。";
|
|
13164
|
+
var last_check__in$2 = "上次签到";
|
|
13165
|
+
var how_many_times_a_strategy_has_been_chosen$4 = "选择了多少次策略";
|
|
13166
|
+
var these_metrics_come_from_students_check_ins_filter_above_to_change_the_data_set$4 = "这些指标来自学生签到。过滤以上内容以更改数据集";
|
|
13167
|
+
var not_yet_started$4 = "尚未开始";
|
|
13168
|
+
var in_progress$4 = "进行中";
|
|
13169
|
+
var export_check_ins_to_csv$4 = "将签到导出到 CSV";
|
|
13170
|
+
var these_metrics_come_from_the_conference_rubric_only_teacher_responses_are_scored$4 = "这些指标来自会议评分标准。仅对教师的回答进行评分";
|
|
13171
|
+
var please_save_first$4 = "请先保存";
|
|
13172
|
+
var print_date$4 = "打印日期";
|
|
13173
|
+
var goal_base_line$4 = "目标基线";
|
|
13174
|
+
var print$4 = "打印";
|
|
13175
|
+
var download$4 = "下载";
|
|
13176
|
+
var my_daily_motivation$4 = "我的日常动机";
|
|
13177
|
+
var select_deadline$4 = "选择截止日期";
|
|
13178
|
+
var image_is_a_required$4 = "图像是必需的";
|
|
13179
|
+
var old_iep$4 = "旧 IEP";
|
|
13180
|
+
var create_next_years_iep$4 = "创建明年的 IEP";
|
|
13181
|
+
var write_something_optional$4 = "写些东西(可选)";
|
|
13182
|
+
var the_effectiveness_of_learning_strategies_by_students_feedback$4 = "根据学生的反馈,学习策略的有效性";
|
|
13183
|
+
var perceived_usefulness$4 = "感知有用性";
|
|
13184
|
+
var performance$5 = "表现";
|
|
13185
|
+
var not_enough_challenge_leading_to_boredom_and_lack_of_interest$4 = "挑战不够,导致无聊和缺乏兴趣。";
|
|
13186
|
+
var calm_and_relaxed_but_not_enough_motivation_to_perform_at_my_best$4 = "平静而放松,但没有足够的动力来发挥我的最佳水平。";
|
|
13187
|
+
var manageable_levels_of_stress_allowing_me_to_perform_at_my_best$4 = "可控的压力水平让我能够发挥出最佳水平。";
|
|
13188
|
+
var still_in_control_but_starting_to_feel_the_pressure$4 = "仍在控制之中,但开始感到压力。";
|
|
13189
|
+
var too_much_pressure_and_really_struggling_to_manage_my_workload$4 = "压力过大,真的很难管理我的工作量。";
|
|
13190
|
+
var import_emails_by_csv$3 = "通过 csv 导入电子邮件";
|
|
13191
|
+
var request_number$3 = "请求编号";
|
|
13192
|
+
var select_or_input_class_type$3 = "选择或输入班级类型";
|
|
13193
|
+
var send_request$3 = "发送请求";
|
|
13194
|
+
var start_reflection$3 = "开始反思";
|
|
13195
|
+
var customize_reflection$3 = "自定义反思";
|
|
13196
|
+
var include_section_you_want_to_appear$3 = "包括您想要显示的部分";
|
|
13197
|
+
var time_of_day$3 = "一天中的时间";
|
|
13198
|
+
var one_roster$3 = "OneRoster";
|
|
13199
|
+
var sandbox$3 = "沙盒";
|
|
13200
|
+
var well_being$3 = "幸福感";
|
|
13201
|
+
var self_efficacy$3 = "自我效能";
|
|
13202
|
+
var information_roster_sourced_id_full_name_email$3 = "信息名册(来源 ID/全名/电子邮件)";
|
|
13203
|
+
var sync_roster_users$3 = "同步名册用户";
|
|
13204
|
+
var export_to_csv$3 = "导出到 CSV";
|
|
13205
|
+
var user_list$3 = "用户列表";
|
|
13206
|
+
var assign_student$3 = "分配学生";
|
|
13207
|
+
var one_to_one_question$3 = "一对一问题";
|
|
13208
|
+
var class_reflection_question$3 = "班级反思问题";
|
|
13209
|
+
var conference_question$3 = "会议问题";
|
|
13210
|
+
var actions$3 = "行动";
|
|
13211
|
+
var order$3 = "顺序";
|
|
13212
|
+
var user_for$3 = "用户";
|
|
13213
|
+
var question_category$3 = "问题类别";
|
|
13214
|
+
var template_survey$3 = "模板调查";
|
|
13215
|
+
var is_intervention$2 = "是否干预";
|
|
13216
|
+
var create_template$3 = "创建模板";
|
|
13217
|
+
var number_of_question$3 = "问题数量";
|
|
13218
|
+
var mandatory$3 = "必填";
|
|
13219
|
+
var no_question_to_display$3 = "没有要显示的问题";
|
|
13220
|
+
var privacy_policy$3 = "隐私政策";
|
|
13221
|
+
var profile$3 = "个人资料";
|
|
13222
|
+
var role_change$3 = "角色更改";
|
|
13223
|
+
var log_out$3 = "注销";
|
|
13224
|
+
var data_dashboard$3 = "数据仪表板";
|
|
13225
|
+
var deep_learning_tools$3 = "深度学习工具";
|
|
13226
|
+
var my_profile$3 = "我的个人资料";
|
|
13227
|
+
var phone$3 = "电话";
|
|
13228
|
+
var calendar_id$3 = "日历 ID";
|
|
13229
|
+
var old_password$3 = "旧密码";
|
|
13230
|
+
var confirm_new_password$3 = "确认新密码";
|
|
13231
|
+
var select_a_student_and_start_a_check_in$3 = "选择一名学生并开始签到";
|
|
13232
|
+
var anything_is_possible_anything_can_be$3 = "世事皆可能。一切皆有可能。";
|
|
13233
|
+
var edit_picture$3 = "编辑图片";
|
|
13234
|
+
var create_new_student$3 = "创建新学生";
|
|
13235
|
+
var grade_level$3 = "年级";
|
|
13236
|
+
var health_notes$3 = "健康说明";
|
|
13237
|
+
var students_parent_information$3 = "学生家长信息";
|
|
13238
|
+
var parent_1$3 = "家长 1";
|
|
13239
|
+
var parent_2$3 = "家长 2";
|
|
13240
|
+
var in_app_notifications$3 = "应用内通知";
|
|
13241
|
+
var turn_on_all_notifications$3 = "打开所有通知";
|
|
13242
|
+
var notify_me_when$3 = "当...时通知我";
|
|
13243
|
+
var a_student_schedules_a_1_1$3 = "学生安排 1-1";
|
|
13244
|
+
var a_student_schedules_a_conference$3 = "学生安排讨论会";
|
|
13245
|
+
var a_student_completes_a_conference_self_assessment_rubric$3 = "学生完成会议自我评估标准";
|
|
13246
|
+
var a_student_or_teacher_completes_a_class_reflection$3 = "学生或教师完成课堂反思";
|
|
13247
|
+
var action_points_are_due_based_on_chosen_schedule$3 = "根据所选时间表到期行动点";
|
|
13248
|
+
var a_student_hasnt_logged_1_1_in_the_past_28_days$3 = "学生在过去 28 天内未记录 1-1。";
|
|
13249
|
+
var email_notifications$3 = "电子邮件通知";
|
|
13250
|
+
var turn_on_all_emails$3 = "打开所有电子邮件";
|
|
13251
|
+
var a_student_responds_to_a_1_1_readiness_to_learn_with_no$3 = "学生对 1-1 学习准备度的回复为“否”";
|
|
13252
|
+
var a_student_reported_a_low_safety_score_on_a_check_in$3 = "学生在签到时报告安全分数低";
|
|
13253
|
+
var continue_as$3 = "继续担任:";
|
|
13254
|
+
var admin$3 = "管理员";
|
|
13255
|
+
var counselor$3 = "辅导员";
|
|
13256
|
+
var support_teacher$3 = "支持老师";
|
|
13257
|
+
var teacher_assistant$3 = "老师/助理";
|
|
13258
|
+
var add_parent_1_information$3 = "添加家长 1 信息";
|
|
13259
|
+
var add_parent_2_information$3 = "添加家长 2 信息";
|
|
13260
|
+
var parent_role$3 = "家长角色";
|
|
13261
|
+
var all_activity$3 = "所有活动";
|
|
13262
|
+
var academic_year$3 = "学年";
|
|
13263
|
+
var all_of_the_students_report_manageable_stress_levels$3 = "所有学生报告压力水平可控";
|
|
13264
|
+
var growth$3 = "成长";
|
|
13265
|
+
var relationships$3 = "关系";
|
|
13266
|
+
var productivity$3 = "效率";
|
|
13267
|
+
var academics$3 = "学术";
|
|
13268
|
+
var percent$3 = "百分比";
|
|
13269
|
+
var unmotivated$3 = "无动力";
|
|
13270
|
+
var comfort$3 = "舒适";
|
|
13271
|
+
var stretch$3 = "伸展";
|
|
13272
|
+
var strain$3 = "紧张";
|
|
13273
|
+
var overwhelmed_overwhelmed$1 = "不知所措";
|
|
13274
|
+
var edit_student_profile$3 = "编辑学生资料";
|
|
13275
|
+
var teacher$3 = "老师";
|
|
13276
|
+
var created$3 = "创建";
|
|
13277
|
+
var student_phone_number$3 = "学生电话号码";
|
|
13278
|
+
var designation$3 = "名称";
|
|
13279
|
+
var e_mail$3 = "电子邮件";
|
|
13280
|
+
var general_ed_teacher$3 = "普通教育教师";
|
|
13281
|
+
var select_general_ed_teacher$3 = "选择普通教育教师";
|
|
13282
|
+
var please_select_teacher$3 = "请选择老师";
|
|
13283
|
+
var assign$3 = "分配";
|
|
13284
|
+
var be_silly_be_honest_be_kind$3 = "要傻乎乎的,要诚实的,要善良的。";
|
|
13285
|
+
var do_you_want_to_change_to_role_counselor_to_open$3 = "您是否要更改为辅导员角色以打开?";
|
|
13286
|
+
var search_assistant$3 = "搜索助手";
|
|
13287
|
+
var baseline$3 = "基线";
|
|
13288
|
+
var timeframe$3 = "时间范围";
|
|
13289
|
+
var friends$3 = "朋友";
|
|
13290
|
+
var best_friends$3 = "最好的朋友";
|
|
13291
|
+
var supportive$3 = "支持";
|
|
13292
|
+
var potential_friends$3 = "潜在朋友";
|
|
13293
|
+
var like$3 = "喜欢";
|
|
13294
|
+
var love$3 = "爱";
|
|
13295
|
+
var interested$3 = "感兴趣";
|
|
13296
|
+
var curious$3 = "好奇";
|
|
13297
|
+
var improvement_in_study_habits_grades_sports_clubs_or_personal_projects$3 = "学习习惯、成绩、运动、俱乐部或个人项目的改善";
|
|
13298
|
+
var family_friends_and_teachers$3 = "家人、朋友和老师";
|
|
13299
|
+
var accomplishing_important_tasks_and_limiting_distractions$3 = "完成重要任务并减少干扰";
|
|
13300
|
+
var homework_studying_and_grades$3 = "家庭作业、学习和成绩";
|
|
13301
|
+
var my_ability_to_be_successful$3 = "我成功的能力";
|
|
13302
|
+
var whats_on_your_mind$3 = "您在想什么?";
|
|
13303
|
+
var now_look_back_at_your_responses_from_today$3 = "现在复习一下您今天的回答";
|
|
13304
|
+
var do_you_want_to_change_to_role_student_to_open$3 = "您想切换到学生角色并打开吗?";
|
|
13305
|
+
var student_has_started_this_one_to_one_are_you_sure_to_delete$3 = "学生已经开始了一对一。您确定要删除吗?";
|
|
13306
|
+
var do_you_want_to_change_to_role_support_teacher_to_open$3 = "您想切换到支持老师角色来打开吗?";
|
|
13307
|
+
var student_has_not_started_this_conference_are_you_sure_to_delete$3 = "学生尚未开始此讨论会。您确定要删除吗?";
|
|
13308
|
+
var search_support_teacher$3 = "搜索支持老师";
|
|
13309
|
+
var search_counselor$3 = "搜索辅导员";
|
|
13310
|
+
var how_productive_i_was_in_class_today$3 = "我今天在课堂上有多高效?";
|
|
13311
|
+
var not_enough_stress$3 = "压力不够";
|
|
13312
|
+
var too_much_stress$3 = "压力过大";
|
|
13313
|
+
var organization$3 = "组织";
|
|
13314
|
+
var self_awareness$3 = "自我意识";
|
|
13315
|
+
var self_directed_learning$3 = "自我导向学习";
|
|
13316
|
+
var self_advocacy$3 = "自我倡导";
|
|
13317
|
+
var self_management$3 = "自我管理";
|
|
13318
|
+
var conceptual_change_conversation$3 = "概念变化对话";
|
|
13319
|
+
var concrete_examples$3 = "具体示例";
|
|
13320
|
+
var elaboration$3 = "详细说明";
|
|
13321
|
+
var dual_coding$3 = "双重编码";
|
|
13322
|
+
var note_type_and_class$2 = "注释类型和类别";
|
|
13323
|
+
var edit_note$3 = "编辑注释";
|
|
13324
|
+
var not_done$3 = "未完成";
|
|
13325
|
+
var red$3 = "红色";
|
|
13326
|
+
var yellow$3 = "黄色";
|
|
13327
|
+
var green$3 = "绿色";
|
|
13328
|
+
var uwcsea_sg_climate_survey$3 = "uwcsea-sg 气候调查";
|
|
13329
|
+
var connections_with_adults_and_peers$3 = "与成人和同龄人的联系";
|
|
13330
|
+
var holistic_learning_experiences$3 = "整体学习体验";
|
|
13331
|
+
var my_health_and_wellbeing$3 = "我的健康和幸福";
|
|
13332
|
+
var open_ended_questions$3 = "开放式问题";
|
|
13333
|
+
var do_you_need_some_extra_help_or_support$3 = "您需要一些额外的帮助或支持吗?";
|
|
13334
|
+
var sdq_standards_and_difficulties_questionaire$3 = "sdq(标准和困难问卷)";
|
|
13335
|
+
var sdq_strengths_and_difficulties_questionnaire_supplemental$3 = "sdq(优势和困难问卷)补充";
|
|
13336
|
+
var close$3 = "关闭";
|
|
13337
|
+
var student_responses$3 = "学生回答";
|
|
13338
|
+
var anonymous_responses$3 = "匿名回答";
|
|
13339
|
+
var teacher_perceived$3 = "教师感知";
|
|
13340
|
+
var prepared_for_class$3 = "为上课做好准备";
|
|
13341
|
+
var missing_class_assignments$3 = "缺少课堂作业";
|
|
13342
|
+
var completed_classwork$3 = "完成课堂作业";
|
|
13343
|
+
var asked_for_help_when_needed$3 = "需要时寻求帮助";
|
|
13344
|
+
var clear$3 = "清除";
|
|
13345
|
+
var missing_reflections$3 = "缺少反思";
|
|
13346
|
+
var total_students_missing_late_assignments$3 = "缺少/迟交作业的学生总数";
|
|
13347
|
+
var subject_class$3 = "科目班级";
|
|
13348
|
+
var chart_type$3 = "图表类型";
|
|
13349
|
+
var request_from$3 = "请求来自";
|
|
13350
|
+
var are_you_sure_you_want_to_delete_this_item$3 = "您确定要删除此项目吗?";
|
|
13351
|
+
var yes_delete$3 = "是,删除";
|
|
13352
|
+
var completed_conference$3 = "已完成讨论会";
|
|
13353
|
+
var my_learning_plan$3 = "我的学习计划";
|
|
13354
|
+
var my_learning_plan_beta$4 = "我的学习计划(测试版)";
|
|
13355
|
+
var winning_doesn_t_always_mean_being_first_winning_means_you_re_doing_better_than_you_ve_done_before$3 = "获胜并不总是意味着成为第一。获胜意味着您比以前做得更好。";
|
|
13356
|
+
var integrating_learningwith_previous_knowledge$3 = "将学习与先前的知识相结合";
|
|
13357
|
+
var improving_student_self_efficacy$3 = "提高学生的自我效能";
|
|
13358
|
+
var my_check_in$3 = "我的签到";
|
|
13359
|
+
var what_do_you_want_to_do_differently$3 = "您想做些什么不同的事情?";
|
|
13360
|
+
var to_do$3 = "待办事项";
|
|
13361
|
+
var my_class_reflections$3 = "我的课堂反思";
|
|
13362
|
+
var send_reflection$3 = "发送反思";
|
|
13363
|
+
var iep_template$3 = "IEP 模板";
|
|
13364
|
+
var type_2_characters_to_search$3 = "输入 2 个字符进行搜索";
|
|
13365
|
+
var create_time$2 = "创建时间";
|
|
13366
|
+
var do_you_want_to_remove_this_user$3 = "您想删除此用户吗?";
|
|
13367
|
+
var warning$3 = "警告";
|
|
13368
|
+
var do_you_want_to_impersonate_this_user$3 = "您想冒充此用户吗?";
|
|
13369
|
+
var assistant$3 = "助理";
|
|
13370
|
+
var parent$3 = "家长";
|
|
13371
|
+
var choose_file$3 = "选择文件";
|
|
13372
|
+
var do_you_want_to_remove_this_question$3 = "您想删除这个问题吗?";
|
|
13373
|
+
var select$3 = "选择";
|
|
13374
|
+
var do_you_want_to_remove_this_category$3 = "您想删除此类别吗?";
|
|
13375
|
+
var total_of_category$3 = "类别总数";
|
|
13376
|
+
var total_of_templates$3 = "模板总数";
|
|
13377
|
+
var template_name$3 = "模板名称";
|
|
13378
|
+
var category_name$3 = "类别名称";
|
|
13379
|
+
var created_date$3 = "创建日期";
|
|
13380
|
+
var do_you_want_to_remove_this_email_template$3 = "是否要删除此电子邮件模板?";
|
|
13381
|
+
var create_email_template$3 = "创建电子邮件模板";
|
|
13382
|
+
var mail_subject$3 = "邮件主题";
|
|
13383
|
+
var mail_body$3 = "邮件正文";
|
|
13384
|
+
var mail_params$3 = "邮件参数";
|
|
13385
|
+
var params$3 = "参数";
|
|
13386
|
+
var meaning$3 = "含义";
|
|
13387
|
+
var add_attachment$3 = "添加附件";
|
|
13388
|
+
var skills$3 = "技能";
|
|
13389
|
+
var subjects$3 = "主题";
|
|
13390
|
+
var learning_support_categories$3 = "学习支持类别";
|
|
13391
|
+
var goal_examples$3 = "目标示例";
|
|
13392
|
+
var student_badges$3 = "学生徽章";
|
|
13393
|
+
var blank_days$3 = "空白天数";
|
|
13394
|
+
var csv_import$3 = "CSV 导入";
|
|
13395
|
+
var band_scores$3 = "分数段";
|
|
13396
|
+
var license$3 = "许可证";
|
|
13397
|
+
var switch_teacher$3 = "切换教师";
|
|
13398
|
+
var question_scaffolding$3 = "问题支架";
|
|
13399
|
+
var training$3 = "培训";
|
|
13400
|
+
var type_something_and_press_enter_to_add_short_term_target_examples$3 = "输入内容并按 Enter 键添加短期目标示例";
|
|
13401
|
+
var import_users$3 = "导入用户";
|
|
13402
|
+
var import_class_reflection$3 = "导入课堂反思";
|
|
13403
|
+
var download_users_data$3 = "下载用户数据";
|
|
13404
|
+
var do_you_want_to_remove_this_assistant$3 = "是否要删除此助理?";
|
|
13405
|
+
var do_you_want_to_remove_this_counselor$3 = "是否要删除此辅导员?";
|
|
13406
|
+
var do_you_want_to_remove_this_support_teacher$3 = "是否要删除此支持教师?";
|
|
13407
|
+
var send$3 = "发送";
|
|
13408
|
+
var do_you_want_to_remove_this_designation$3 = "是否要删除此职位?";
|
|
13409
|
+
var new_folder$3 = "新文件夹";
|
|
13410
|
+
var upload$3 = "上传";
|
|
13411
|
+
var type_something_to_search_by_file_name$3 = "输入要按文件名搜索的内容";
|
|
13412
|
+
var systems$3 = "系统";
|
|
13413
|
+
var create_template_system$3 = "创建模板系统";
|
|
13414
|
+
var created_at$3 = "创建时间";
|
|
13415
|
+
var do_you_want_to_remove_this_template$3 = "是否要删除此模板?";
|
|
13416
|
+
var one_roster_setting$3 = "OneRoster 设置";
|
|
13417
|
+
var users$3 = "用户";
|
|
13418
|
+
var one_roster_config$3 = "OneRoster 配置";
|
|
13419
|
+
var end_point_url$3 = "端点 URL";
|
|
13420
|
+
var client_id$3 = "客户端 ID";
|
|
13421
|
+
var client_secret$3 = "客户端密钥";
|
|
13422
|
+
var import_one_roster$3 = "导入 OneRoster";
|
|
13423
|
+
var import_from_zip_file$3 = "从 Zip 文件导入";
|
|
13424
|
+
var import_from_restful_api$3 = "从 Restful api 导入";
|
|
13425
|
+
var non_existent_users$3 = "不存在的用户";
|
|
13426
|
+
var type_something_to_search_users$3 = "输入内容以搜索用户";
|
|
13427
|
+
var create_account_for_selected_users$3 = "为选定用户创建帐户";
|
|
13428
|
+
var help$3 = "帮助";
|
|
13429
|
+
var sandbox_mode$3 = "沙盒模式";
|
|
13430
|
+
var off$3 = "关闭";
|
|
13431
|
+
var restore_sandbox_database$3 = "恢复沙盒数据库";
|
|
13432
|
+
var turn_on$3 = "打开";
|
|
13433
|
+
var turn_off$3 = "关闭";
|
|
13434
|
+
var restore$3 = "恢复";
|
|
13435
|
+
var edit_profile$3 = "编辑个人资料";
|
|
13436
|
+
var on_track_going_well$3 = "按计划进行,进展顺利";
|
|
13437
|
+
var guide$3 = "指南";
|
|
13438
|
+
var make_each_day_your_masterpiece$3 = "让每一天都成为您的杰作。";
|
|
13439
|
+
var consistently$3 = "始终如一";
|
|
13440
|
+
var frequently$3 = "经常";
|
|
13441
|
+
var sometimes$3 = "有时";
|
|
13442
|
+
var rarely$3 = "很少";
|
|
13443
|
+
var not_applicable$3 = "不适用";
|
|
13444
|
+
var i_schedule_all_homework_and_studying_through_google_calendar_or_a_planner_or_organizer_as_soon_as_it_is_assigned$3 = "一旦分配了作业和学习任务,我就会通过谷歌日历或计划器或组织器安排。";
|
|
13445
|
+
var i_maintain_a_clean_and_organized_system_for_keeping_and_reviewing_physical_notes_handouts_and_packets_for_each_class$3 = "我保持一个干净、有序的系统来保存和复习每节课的实物笔记、讲义和资料包。";
|
|
13446
|
+
var i_maintain_a_clean_and_organized_system_for_storing_digital_files_as_a_result_i_can_easily_find_all_of_my_digital_files$3 = "我保持一个干净、有序的系统来存储数字文件,以便我可以轻松找到所有文件。";
|
|
13447
|
+
var i_keep_my_school_inbox_organized_and_important_emails_are_not_missed$3 = "我保持学校收件箱井然有序,不会错过任何重要的电子邮件。";
|
|
13448
|
+
var i_have_a_clear_understanding_of_my_strengths$3 = "我清楚地了解自己的优势。";
|
|
13449
|
+
var i_know_and_understand_how_teachers_can_best_help_me_in_class$3 = "我知道并了解老师如何在课堂上更好地帮助我。";
|
|
13450
|
+
var i_know_and_understand_my_accommodations$3 = "我知道并了解我的便利设施。";
|
|
13451
|
+
var i_know_and_understand_my_personalized_systems_and_strategies_for_ideal_learning_outside_of_class$3 = "我知道并了解我在课堂外实现理想学习的个性化系统和策略。";
|
|
13452
|
+
var i_know_and_understand_my_personalized_systems_and_strategies_for_ideal_learning_in_class$3 = "我知道并了解我在课堂内实现理想学习的个性化系统和策略。";
|
|
13453
|
+
var i_have_a_clear_understanding_of_my_challenges$3 = "我清楚地了解自己面临的挑战。";
|
|
13454
|
+
var i_have_an_accurate_idea_of_how_i_am_doing_in_my_classes_and_know_what_i_need_to_do_to_improve$3 = "我清楚自己在课堂上的表现,并且知道该怎么做才能进步。";
|
|
13455
|
+
var i_use_the_first_25_minutes_of_our_class_effectively_to_make_progress_on_my_goals$3 = "我有效地利用了课堂的前 25 分钟来实现我的目标。";
|
|
13456
|
+
var i_use_the_homework_study_time_effectively$3 = "我有效地利用了家庭作业/学习时间。";
|
|
13457
|
+
var achieving$3 = "正在实现";
|
|
13458
|
+
var significant_progress$3 = "重大进步";
|
|
13459
|
+
var moderate_progress$3 = "中等进步";
|
|
13460
|
+
var slight_progress$3 = "轻微进步";
|
|
13461
|
+
var no_progress$3 = "无进步";
|
|
13462
|
+
var cope_with_stressful_situations$3 = "应对压力情况";
|
|
13463
|
+
var improve_my_sleeping_habits$3 = "改善睡眠习惯";
|
|
13464
|
+
var i_promplty_address_and_deal_with_difficult_situations_instead_of_avoiding_them$3 = "我会及时处理和应对困难情况,而不是逃避。";
|
|
13465
|
+
var i_appropriately_use_technology$3 = "我会适当地使用技术。";
|
|
13466
|
+
var i_create_a_note_during_or_after_meetings$3 = "我在会议期间或会议后做笔记";
|
|
13467
|
+
var i_effectively_study_for_upcoming_assessments$3 = "我有效地为即将到来的评估做准备。";
|
|
13468
|
+
var i_turn_in_all_homework_on_time_and_complete$3 = "我按时完成并交所有作业。";
|
|
13469
|
+
var i_get_the_right_amount_of_sleep_each_night$3 = "我每晚睡眠时间充足。";
|
|
13470
|
+
var i_meet_with_my_teachers_outside_of_class_time$3 = "我在课外与老师见面。";
|
|
13471
|
+
var i_ask_questions_inside_and_or_after_class$3 = "我在课内和/或课后提问。";
|
|
13472
|
+
var when_needed_i_let_my_teachers_know_how_to_better_help_me_in_class$3 = "当需要时,我会让我的老师知道如何在课堂上更好地帮助我。";
|
|
13473
|
+
var i_advocate_for_and_use_accommodations_i_need_in_all_of_my_classes$3 = "我在所有课程中提倡并使用我所需要的便利设施。";
|
|
13474
|
+
var planning$3 = "规划";
|
|
13475
|
+
var making_connections_with_previous_learning$3 = "与以前的学习建立联系";
|
|
13476
|
+
var providing_quality_feedback$3 = "提供高质量的反馈";
|
|
13477
|
+
var working_on_learning_goals$3 = "努力实现学习目标";
|
|
13478
|
+
var setting_or_reinforcing_high_expectations$3 = "设定或强化高期望";
|
|
13479
|
+
var improving_effort$3 = "提高努力程度";
|
|
13480
|
+
var self_assessing$3 = "自我评估";
|
|
13481
|
+
var predicting$3 = "预测";
|
|
13482
|
+
var help_seeking_behaviors$3 = "寻求帮助的行为";
|
|
13483
|
+
var reflecting$3 = "反思";
|
|
13484
|
+
var low$3 = "低";
|
|
13485
|
+
var high$3 = "高";
|
|
13486
|
+
var how_much_did_you_learn_from_this_conference$3 = "您从这次讨论会中学到了多少?";
|
|
13487
|
+
var are_there_any_observations_or_feedback_you_want_to_share$3 = "您有什么想要分享的观察或反馈吗?";
|
|
13488
|
+
var what_are_you_doing_well_that_you_want_to_continue$3 = "您目前做得好并且想继续做的是什么?";
|
|
13489
|
+
var what_is_something_you_have_learned_while_working_towards_achieving_your_goals$3 = "在努力实现目标的过程中,您学到了什么?";
|
|
13490
|
+
var english_language_or_literature$3 = "英语语言或文学";
|
|
13491
|
+
var language_class$3 = "语言课";
|
|
13492
|
+
var ridge_charts$3 = "山脊图";
|
|
13493
|
+
var bar_charts$3 = "条形图";
|
|
13494
|
+
var line_charts$3 = "折线图";
|
|
13495
|
+
var start_of_day$3 = "一天的开始";
|
|
13496
|
+
var mid_morning$3 = "上午中段";
|
|
13497
|
+
var before_lunch$3 = "午餐前";
|
|
13498
|
+
var mid_afternoon$3 = "下午中段";
|
|
13499
|
+
var last_class_of_the_day$3 = "当天最后一节课";
|
|
13500
|
+
var student_only$3 = "仅限学生";
|
|
13501
|
+
var teacher_only$3 = "仅限教师";
|
|
13502
|
+
var did_the_student_have_all_needed_materials_for_this_class$3 = "学生是否已拥有这门课程所需的所有材料?";
|
|
13503
|
+
var does_the_student_have_any_missing_assignments$3 = "学生是否有遗漏任何作业?";
|
|
13504
|
+
var did_the_student_complete_today_s_classwork$3 = "学生是否完成了今天的课堂作业?";
|
|
13505
|
+
var did_the_student_ask_for_help_when_needed$3 = "学生是否会在需要时寻求帮助?";
|
|
13506
|
+
var please_rate_the_student_s_participation_in_class$3 = "请对学生的课堂参与度给予评分";
|
|
13507
|
+
var please_rate_the_student_s_peformance_in_class$3 = "请对学生的课堂表现给予评分";
|
|
13508
|
+
var how_useful_were_the_accommodations$3 = "这些便利设施有多大用处?";
|
|
13509
|
+
var do_you_have_any_concerns_or_student_success_to_share$3 = "您是否有任何可以分享的顾虑或学生成功经验?";
|
|
13510
|
+
var not_at_all$3 = "完全没有";
|
|
13511
|
+
var very_helpful$3 = "非常有帮助";
|
|
13512
|
+
var not_sent$3 = "未发送";
|
|
13513
|
+
var well_being_is_feeling_good_mentally_in_your_head_and_physically_in_your_body_do_you_have_habits_and_routines_that_help_you_look_after_yourself_some_people_boost_their_well_being_by_eating_healthily_being_active_spending_time_with_friends_and_family_doing_things_they_enjoy_or_helping_others$3 = "幸福就是在精神上(在头脑中)和身体上(在身体中)感觉良好。您有习惯和惯例来帮助您照顾自己吗?有些人通过健康饮食、积极活动、花时间与朋友和家人在一起、做自己喜欢的事情或帮助他人来增进幸福感。";
|
|
13514
|
+
var growth_is_all_about_becoming_the_best_version_of_yourself_this_is_done_through_learning_trying_new_things_working_hard_and_taking_risks_are_you_happy_with_the_progress_you_are_making_towards_your_goals_and_in_other_areas_of_your_life$3 = "成长就是成为最好的自己。这需要通过学习、尝试新事物、努力工作和承担风险来实现。您对自己在实现目标和生活其他方面取得的进展感到满意吗?";
|
|
13515
|
+
var relationships_are_connections_with_other_people_good_relationships_have_trust_respect_honesty_and_safety_how_are_you_getting_on_with_family_friends_and_teachers_do_you_have_relationships_that_bring_you_happiness_and_people_you_can_talk_to$3 = "关系是与他人的联系。良好的关系有信任、尊重、诚实和安全。您和家人、朋友和老师相处得怎么样?您有给您带来幸福的关系和可以交谈的人吗?";
|
|
13516
|
+
var productivity_is_about_getting_things_done_in_a_way_that_is_smarter_not_harder_this_means_you_know_what_needs_to_be_done_and_how_you_re_going_to_do_it_while_doing_your_work_today_were_you_able_to_help_yourself_stay_focused_and_finish_the_task$3 = "效率是指以更聪明的方式而不是更困难的方式完成任务。这意味着您知道需要做什么以及如何去做。今天做工作时,您能帮助自己集中注意力并完成任务吗?";
|
|
13517
|
+
var academics_relate_to_your_learning_through_work_you_do_at_school_and_home_are_you_doing_your_classwork_and_homework_every_day_do_your_grades_show_your_teachers_parents_and_even_yourself_how_hard_you_are_working_to_learn$3 = "学业与您的学习有关,包括在学校和家里的学习。您每天都在做课堂作业和家庭作业吗?您的成绩是否向您的老师、父母甚至您自己展示了您学习的刻苦程度?";
|
|
13518
|
+
var self_efficacy_is_when_you_believe_in_yourself_and_that_you_can_do_something_well_are_you_happy_with_something_you_have_done_well_today_do_you_think_you_can_be_successful_in_what_you_have_to_do_today$3 = "自我效能感是指您相信自己,相信自己能做好某件事。您对今天做得好的事情感到满意吗?您认为您能成功完成今天必须做的事情吗?";
|
|
13519
|
+
var focus_is_when_you_pay_attention_to_a_task_or_a_person_and_dont_get_distracted_if_you_re_trying_to_focus_on_your_teacher_then_you_are_only_thinking_about_what_the_teacher_is_saying_have_you_been_able_to_stay_on_task_today_can_you_clear_your_mind_to_do_your_work$3 = "专注是指您专注于一项任务或一个人,不分心。如果您试图集中注意力听老师讲课,您只会想着老师在说什么。您今天能专心做任务吗?您能放空大脑去做作业吗?";
|
|
13520
|
+
var happiness_is_a_good_feeling_that_can_come_from_anything_you_enjoy_or_from_generally_being_satisfied_with_the_way_your_life_is_going_while_its_not_possible_to_be_happy_all_the_time_you_can_always_find_something_to_be_happy_about_has_there_been_a_moment_that_made_you_smile_today_what_things_people_activities_bring_you_joy_and_make_you_feel_good$3 = "幸福是一种美好的感觉,它可以来自您喜欢的任何事情,也可以来自对生活现状的总体满意。虽然不可能一直快乐,但您总能找到一些让您快乐的事情。今天有没有让您微笑的时刻?什么事情/人/活动给您带来快乐并让您感觉良好?";
|
|
13521
|
+
var when_you_feel_safe_you_are_not_scared_or_in_danger_it_means_you_are_comfortable_and_happy_at_home_at_school_and_wherever_your_normal_activities_take_you_are_you_able_to_be_yourself_do_you_feel_like_people_care_about_you_and_that_your_thoughts_and_feelings_matter$3 = "当您感到安全时,您不会感到害怕或处于危险之中。这意味着您在家里、学校以及您日常活动所到之处都感到舒适和快乐。您能做自己吗?您是否觉得人们关心您,您的想法和感受受到重视?";
|
|
13522
|
+
var stress_in_the_right_amount_is_actually_a_positive_thing_too_much_stress_causes_distress_which_makes_us_feel_like_we_re_losing_control_too_little_stress_means_we_re_not_engaged_or_challenged_the_right_amount_of_stress_for_each_of_us_helps_us_reach_our_goals_and_perform_at_our_best$3 = "适量的压力是件好事。压力过大会让人感到苦恼,让我们觉得自己失去了控制。压力过小则意味着我们没有投入或挑战。每个人承受的适量压力有助于我们实现目标并发挥出最佳水平。";
|
|
13523
|
+
var after_looking_at_your_answers_today_are_you_ready_to_do_whats_asked_of_you_in_class_or_do_you_need_help_to_get_in_a_good_place_to_learn_being_ready_to_learn_means_your_mind_and_body_are_working_together_to_prepare_you_to_learn_new_things_and_deepen_your_understanding_of_the_learning_already_covered$3 = "看了今天的答案后,您准备好完成课堂上要求您完成的任务了吗?还是需要帮助才能进入良好的学习状态?做好学习准备意味着您的身心共同努力,让您做好学习新知识的准备,并加深对已学知识的理解。";
|
|
13524
|
+
var how_helpful_was_our_conversation_today$3 = "我们今天的谈话有多大帮助?";
|
|
13525
|
+
var being_proud_of_yourself_is_when_you_feel_good_about_something_you_did_or_who_you_are_as_a_person_how_satisfied_or_happy_are_you_about_your_actions_today$3 = "自豪是指您对自己做过的事情或自己感到满意。您对自己今天的行为有多满意或高兴?";
|
|
13526
|
+
var what_is_the_one_thing_you_are_going_to_keep_doing_well_or_start_doing_differently_or_what_is_one_thing_you_learned_about_yourself_others_or_the_world_around_you$3 = "您会继续做好或开始以不同方式做的一件事是什么?或者您对自己、他人或世界有什么了解?";
|
|
13527
|
+
var energy_provides_the_strength_and_power_to_do_something_this_can_be_something_physical_like_running_a_race_or_mental_like_taking_an_assessment_do_you_feel_like_you_have_enough_energy_to_get_through_the_day_how_do_you_feel_about_your_energy_levels_at_the_moment$3 = "能量提供力量和能力去做某事。这可以是身体上的,比如跑步比赛,也可以是精神上的,比如参加评估。您觉得您有足够的能量度过这一天吗?您现在对自己的能量水平感觉如何?";
|
|
13528
|
+
var student_has_not_started_this_check_in_are_you_sure_to_delete$3 = "学生尚未开始此签到。您确定要删除吗?";
|
|
13529
|
+
var struggling_i_need_support$3 = "挣扎中,需要支持";
|
|
13530
|
+
var some_well_being_issues$3 = "一些健康问题";
|
|
13531
|
+
var generally_okay$3 = "一般还好";
|
|
13532
|
+
var most_well_being_issues_are_fine$3 = "大多数健康问题都很好";
|
|
13533
|
+
var feeling_great$3 = "感觉很好";
|
|
13534
|
+
var making_no_progress$3 = "没有进步";
|
|
13535
|
+
var aware_of_my_goals_but_making_little_progress$3 = "意识到我的目标,但进展不大";
|
|
13536
|
+
var making_some_progress$3 = "取得一些进展";
|
|
13537
|
+
var good_growth_overall$3 = "总体上发展良好";
|
|
13538
|
+
var great_growth_in_all_areas$3 = "各领域均实现大幅进展";
|
|
13539
|
+
var one_or_more_key_relationships_are_very_difficult$3 = "一个或多个关键关系非常困难";
|
|
13540
|
+
var one_or_more_key_relationships_are_a_little_tricky$3 = "一个或多个关键关系有点棘手";
|
|
13541
|
+
var most_key_relationships_are_positive$3 = "大多数关键关系是积极的";
|
|
13542
|
+
var all_key_relationships_are_positive$3 = "所有关键关系都是积极的";
|
|
13543
|
+
var not_at_all_productive$3 = "一点也不高效";
|
|
13544
|
+
var procrastinating$3 = "拖延";
|
|
13545
|
+
var meeting_some_deadlines$3 = "满足一些截止日期";
|
|
13546
|
+
var meeting_most_deadlines$3 = "满足大多数截止日期";
|
|
13547
|
+
var meeting_all_deadlines_comfortably$3 = "轻松满足所有截止日期";
|
|
13548
|
+
var major_challenges$3 = "重大挑战";
|
|
13549
|
+
var difficulties_in_some_areas$3 = "某些领域有困难";
|
|
13550
|
+
var on_target_in_some_areas$3 = "在某些领域达到目标";
|
|
13551
|
+
var on_target_in_most_areas$3 = "在大多数领域达到目标";
|
|
13552
|
+
var on_target_in_all_areas$3 = "在所有领域达到目标";
|
|
13553
|
+
var very_low_confidence$3 = "非常缺乏信心";
|
|
13554
|
+
var lacking_some_self_belief$3 = "缺乏一些自信";
|
|
13555
|
+
var developing_and_improving$3 = "发展和改进";
|
|
13556
|
+
var feeling_positive$3 = "感觉积极";
|
|
13557
|
+
var super_confident$3 = "超级自信";
|
|
13558
|
+
var always_distracted$3 = "总是心不在焉";
|
|
13559
|
+
var mostly_distracted$3 = "大部分时间心不在焉";
|
|
13560
|
+
var sometimes_distracted$3 = "有时心不在焉";
|
|
13561
|
+
var generally_focused$3 = "一般专注";
|
|
13562
|
+
var laser_focused$3 = "极度专注";
|
|
13563
|
+
var exhausted$3 = "精疲力竭";
|
|
13564
|
+
var often_tired$3 = "经常疲倦";
|
|
13565
|
+
var feeling_okay$3 = "感觉还好";
|
|
13566
|
+
var good_energy$3 = "精力充沛";
|
|
13567
|
+
var unhappy_most_of_the_time$3 = "大部分时间不开心";
|
|
13568
|
+
var bursting_with_energy$3 = "精力充沛!";
|
|
13569
|
+
var unhappy_some_of_the_time$3 = "有时不开心";
|
|
13570
|
+
var more_positives_than_negatives$3 = "积极因素多于消极因素";
|
|
13571
|
+
var generally_happy$3 = "总体上快乐";
|
|
13572
|
+
var optimistic_and_positive_almost_all_of_the_time$3 = "几乎一直乐观积极";
|
|
13573
|
+
var in_danger$3 = "处于危险之中";
|
|
13574
|
+
var feeling_unsafe$3 = "感觉不安全";
|
|
13575
|
+
var some_concerns$3 = "有些担忧";
|
|
13576
|
+
var feeling_safe$3 = "感觉安全";
|
|
13577
|
+
var very_safe_and_secure$3 = "非常安全有保障";
|
|
13578
|
+
var moderate$3 = "中等";
|
|
13579
|
+
var very_high$3 = "非常高";
|
|
13580
|
+
var how_much_did_the_conceptual_change_conversation_help_your_learning_improve$3 = "概念转变对话对您的学习进步有多大帮助?";
|
|
13581
|
+
var how_much_did_discussing_ways_to_seek_help_during_this_session_help_your_learning_improve$3 = "在本会话中讨论寻求帮助的方法对您的学习进步有多大帮助?";
|
|
13582
|
+
var how_much_did_a_focus_on_setting_or_reinforcing_high_expectations_during_this_session_help_your_learning_improve$3 = "在本会话中重点专注设定或强化高期望对您的学习进步有多大帮助?";
|
|
13583
|
+
var a_little$3 = "一点";
|
|
13584
|
+
var a_lot$3 = "很多";
|
|
13585
|
+
var after_session$3 = "会话后";
|
|
13586
|
+
var high_pride$3 = "自豪感高";
|
|
13587
|
+
var low_pride$3 = "自豪感低";
|
|
13588
|
+
var what_is_on_your_mind$3 = "您在想什么?";
|
|
13589
|
+
var select_all$3 = "全选";
|
|
13590
|
+
var attitude$3 = "态度";
|
|
13591
|
+
var behavior$3 = "行为";
|
|
13592
|
+
var collaboration$3 = "协作";
|
|
13593
|
+
var confidence$3 = "信心";
|
|
13594
|
+
var creativity$3 = "创造力";
|
|
13595
|
+
var developing_ideas$3 = "开发创意";
|
|
13596
|
+
var exercise$3 = "锻炼";
|
|
13597
|
+
var finishing_tasks$3 = "完成任务";
|
|
13598
|
+
var flexibility$3 = "灵活性";
|
|
13599
|
+
var impulse_control$3 = "冲动控制";
|
|
13600
|
+
var listening$3 = "倾听";
|
|
13601
|
+
var long_term_memory$3 = "长期记忆";
|
|
13602
|
+
var math$3 = "数学";
|
|
13603
|
+
var organization_of_materials$3 = "材料组织";
|
|
13604
|
+
var processing_speed$3 = "处理速度";
|
|
13605
|
+
var reading$3 = "阅读";
|
|
13606
|
+
var setting_and_achieving_goals$3 = "设定和实现目标";
|
|
13607
|
+
var short_term_memory$3 = "短期记忆";
|
|
13608
|
+
var sleep_hygiene$3 = "睡眠卫生";
|
|
13609
|
+
var speaking$3 = "口语";
|
|
13610
|
+
var starting_tasks$3 = "开始任务";
|
|
13611
|
+
var stress_and_anxiety$3 = "压力和焦虑";
|
|
13612
|
+
var studying$3 = "学习";
|
|
13613
|
+
var time_management$3 = "时间管理";
|
|
13614
|
+
var work_ethic$3 = "职业道德";
|
|
13615
|
+
var writing$3 = "写作";
|
|
13616
|
+
var high_expectations$3 = "高期望";
|
|
13617
|
+
var i_learn_best_when_i_set_high_expectations_for_myself_that_encourage_me_to_do_more_than_the_minimum_expected$3 = "当我对自己设定高期望并鼓励我做超出最低期望的事情时,我的学习效果最好。";
|
|
13618
|
+
var i_learn_best_when_i_recognize_my_successes_and_have_an_opportunity_to_celebrate_progress_and_achievements$3 = "当我认识到自己的成功并有机会庆祝进步和成就时,我的学习效果最好。";
|
|
13619
|
+
var integrating_learning_with_previous_knowledge$3 = "将学习与先前的知识相结合";
|
|
13620
|
+
var i_learn_best_when_i_connect_new_and_important_learning_to_previous_things_i_have_learned$3 = "当我把新学到的重要知识与以前学到的知识联系起来时,我的学习效果最好。";
|
|
13621
|
+
var learners_self_assessing$3 = "学习者自我评估";
|
|
13622
|
+
var i_learn_best_when_i_self_assess_my_own_learning_with_guided_prompts_rubrics_and_or_support$3 = "当我通过指导提示、评分标准和/或支持自我评估我的学习时,我的学习效果最好。";
|
|
13623
|
+
var learning_goals$3 = "学习目标";
|
|
13624
|
+
var i_learn_best_when_i_have_short_and_long_term_goals_that_i_m_working_on_and_know_where_i_am_on_my_goal_progress_this_might_also_include_me_creating_habits_and_routines_that_assist_me_in_achieving_my_goals$3 = "当我制定了短期和长期目标,并知道自己在实现这些目标方面的进展时,我的学习效果最好。这可能还包括养成帮助我实现目标的习惯和和惯例。";
|
|
13625
|
+
var planning_and_predicting$3 = "规划和预测";
|
|
13626
|
+
var i_learn_best_when_i_plan_future_actions_and_predict_what_will_happen_as_a_result_of_these_actions$3 = "当我计划未来的行动并预测这些行动将导致什么结果时,我的学习效果最好。";
|
|
13627
|
+
var quality_feedback$3 = "质量反馈";
|
|
13628
|
+
var i_learn_best_when_i_know_what_good_work_looks_like_how_my_work_compares_to_good_work_and_what_i_need_to_do_to_improve_my_work_to_make_it_good$3 = "当我知道什么是好的工作、我的工作与好的工作相比如何以及我需要做些什么来改进我的工作以使其变得更好时,我的学习效果最好。";
|
|
13629
|
+
var i_learn_best_when_i_have_time_to_reflect_on_my_learning_and_or_when_a_teacher_emphasizes_learning_opportunities_and_provides_time_to_reflect$3 = "当我有时间反思自己的学习或老师强调学习机会并提供反思时间时,我的学习效果最好。";
|
|
13630
|
+
var i_learn_best_when_i_learn_about_myths_and_misconceptions_around_a_concept_and_why_they_are_not_true_it_s_also_helpful_when_teachers_address_misconceptions_around_my_thinking_and_or_self_assessments_that_are_not_accurate$3 = "当我了解围绕某个概念的谬论和误解以及它们为何不正确时,我的学习效果最好。当老师纠正对我的思维和/或不准确的自我评估的误解时,这也很有用。";
|
|
13631
|
+
var i_learn_best_when_i_am_encouraged_to_reach_out_for_help_whether_that_be_for_academic_support_guidance_advice_medical_assistance_social_emotional_support_etc_if_needed$3 = "当我被鼓励寻求帮助时,我的学习效果最好,无论是学术支持、指导、建议、医疗援助、社会/情感支持等。";
|
|
13632
|
+
var target$3 = "目标";
|
|
13633
|
+
var session_focus$3 = "会话重点";
|
|
13634
|
+
var what_was_the_main_focus_of_this_session$3 = "本次会话的主要重点是什么?";
|
|
13635
|
+
var academic$3 = "学术";
|
|
13636
|
+
var assessments_and_homework$3 = "评估和家庭作业";
|
|
13637
|
+
var custom$3 = "自定义";
|
|
13638
|
+
var general$3 = "一般";
|
|
13639
|
+
var habits_and_strategies$3 = "习惯和策略";
|
|
13640
|
+
var organization_and_planning$3 = "组织和规划";
|
|
13641
|
+
var school_life_balance$3 = "学校/生活平衡";
|
|
13642
|
+
var sleep_habits$3 = "睡眠习惯";
|
|
13643
|
+
var social_media_tik_tok_instagram_youtube_pinterest_etc$3 = "社交媒体(抖音、Instagram、Youtube、Pinterest 等)";
|
|
13644
|
+
var role_playing_games_d_and_d_world_of_warcraft_pathfinder_etc$3 = "角色扮演游戏(D&D、魔兽世界、探路者等)";
|
|
13645
|
+
var environment_global_warming_sustainability_etc$3 = "环境(全球变暖、可持续性等)";
|
|
13646
|
+
var anime_my_hero_academia_hunter_x_hunter_one_piece_etc$3 = "动漫(我的英雄学院、全职猎人、海贼王等)";
|
|
13647
|
+
var manga$3 = "日本漫画";
|
|
13648
|
+
var graphic_novels$3 = "图文小说";
|
|
13649
|
+
var comics$3 = "漫画";
|
|
13650
|
+
var politics$3 = "政治";
|
|
13651
|
+
var television_stranger_things_heart_stopper_glow_up_etc_and_movies_shrek_marvel_encanto_etc$3 = "电视剧(《怪奇物语》、《心跳漏一拍》、《美颜大师》等)和电影(《怪物史莱克》、漫威系列、《魔法奇缘》等)";
|
|
13652
|
+
var music$3 = "音乐";
|
|
13653
|
+
var bluey$3 = "Bluey";
|
|
13654
|
+
var stickers$3 = "贴纸";
|
|
13655
|
+
var weather$3 = "天气";
|
|
13656
|
+
var religion$3 = "宗教";
|
|
13657
|
+
var spirituality$3 = "灵性";
|
|
13658
|
+
var news_current_events$3 = "新闻/时事";
|
|
13659
|
+
var sports$3 = "体育";
|
|
13660
|
+
var cafe_culture_coffee$3 = "咖啡文化/咖啡";
|
|
13661
|
+
var fashion_design$3 = "时装设计";
|
|
13662
|
+
var futurism_engineering_design_etc$3 = "未来主义(工程、设计等)";
|
|
13663
|
+
var science_fiction$3 = "科幻小说";
|
|
13664
|
+
var wellness_meditation_mindfulness_etc$3 = "健康(冥想、正念、等)";
|
|
13665
|
+
var comedy$3 = "喜剧";
|
|
13666
|
+
var journalism$3 = "新闻";
|
|
13667
|
+
var make_up$3 = "化妆";
|
|
13668
|
+
var aesthetics_cottagecore_dark_academia_fairycore_etc$3 = "美学(Cottagecore、Dark Academia、Fairycore 等)";
|
|
13669
|
+
var automotive_culture_race_cars_motorcycles_motor_bikes_etc$3 = "汽车文化 (赛车、摩托车、摩托车等)";
|
|
13670
|
+
var poetry_slam_poetry$3 = "诗歌/即兴诗歌";
|
|
13671
|
+
var horror_and_suspense$3 = "恐怖与悬疑";
|
|
13672
|
+
var skiing_snowboarding$3 = "滑雪/单板滑雪";
|
|
13673
|
+
var horseback_riding$3 = "骑马";
|
|
13674
|
+
var magic$3 = "魔术";
|
|
13675
|
+
var science_biology_chemistry_physics_etc$3 = "科学 (生物学、化学、物理学等)";
|
|
13676
|
+
var minecraft$3 = "我的世界";
|
|
13677
|
+
var graphic_design$3 = "平面设计";
|
|
13678
|
+
var survival_prepping$3 = "生存/准备";
|
|
13679
|
+
var botany$3 = "植物学";
|
|
13680
|
+
var film_study$3 = "电影研究";
|
|
13681
|
+
var first_responder_fire_ems_emt_police_etc$3 = "急救人员 (消防、EMS/EMT、警察等)";
|
|
13682
|
+
var animals_domesticated_rescue_etc$3 = "动物 (家养、救援等)";
|
|
13683
|
+
var animals_large_wild_etc$3 = "动物 (大型、野生等)?";
|
|
13684
|
+
var marine_biology$3 = "海洋生物学";
|
|
13685
|
+
var video_game_youtubers$3 = "视频游戏 Youtubers";
|
|
13686
|
+
var hello_kitty$3 = "Hello Kitty";
|
|
13687
|
+
var memes$3 = "表情包";
|
|
13688
|
+
var cony_and_brown$3 = "可妮和布朗";
|
|
13689
|
+
var pokemon$3 = "口袋妖怪";
|
|
13690
|
+
var select_significant_strengths_or_enter_significant_strengths_here$3 = "选择重要优势或在此处输入重要优势";
|
|
13691
|
+
var i_learn_best_when_i$3 = "我学习最高效的时候是";
|
|
13692
|
+
var i_have_difficulty_learning_when_i$3 = "我学习最困难的时候是";
|
|
13693
|
+
var teachers_make_learning_easier_for_me_when_they$3 = "当老师让我的学习更容易时,他们…";
|
|
13694
|
+
var teachers_make_learning_more_difficult_for_me_when_they$3 = "当老师让我的学习更困难时,他们…";
|
|
13695
|
+
var if_you_are_a_teacher_and_see_i_m_having_trouble_learning_in_class_you_can_help_me_by$3 = "如果您是老师,并且发现我在课堂上学习困难,您可以通过以下方式帮助我…";
|
|
13696
|
+
var the_assignments_i_learn_the_most_from_are$3 = "我从中学到最多的作业是…";
|
|
13697
|
+
var the_assignments_i_sometimes_find_too_challenging_are$3 = "我有时觉得太有挑战性的作业是";
|
|
13698
|
+
var chunking_tasks$3 = "分块任务";
|
|
13699
|
+
var i_learn_best_when_my_teacher_breaks_down_large_tasks_or_projects_into_smaller_steps_and_estimates_or_helps_me_estimate_th_amount_of_time_each_step_will_require$3 = "当老师将大任务或项目分解成较小的步骤并估算(或帮助我估算)每个步骤所需的时间时,我的学习效果最好。";
|
|
13700
|
+
var time_management_starting_tasks_finishing_tasks_planning$3 = "时间管理,开始任务,完成任务,计划";
|
|
13701
|
+
var bite_size_learning$3 = "小块学习";
|
|
13702
|
+
var i_learn_best_when_my_teacher_breaks_down_new_learning_into_smaller_pieces_of_information_followed_by_opportunities_to_review_what_i_learned_and_identify_gaps_in_learning$3 = "当老师将新知识分解成更小的信息块,然后有机会复习所学知识并找出学习中的差距时,我的学习效果最好。";
|
|
13703
|
+
var short_term_memory_staying_focused_impulse_control_self_awareness_listening_processing_speed$3 = "短期记忆、保持专注、控制冲动、自我意识、倾听、处理速度";
|
|
13704
|
+
var breaks$3 = "休息";
|
|
13705
|
+
var i_learn_best_when_my_teacher_builds_in_short_breaks_into_each_class$3 = "当老师在每节课中安排短暂的休息时,我的学习效果最好。";
|
|
13706
|
+
var time_management_finishing_tasks_staying_focused_impulse_control_attitude_stress_and_anxiety_work_ethic$3 = "时间管理、完成任务、保持专注、控制冲动、态度、压力与焦虑、职业道德";
|
|
13707
|
+
var happy_notes_home$3 = "快乐笔记首页";
|
|
13708
|
+
var i_learn_best_when_my_teacher_send_positive_notes_emails_or_calls_home_to_celebrate_my_growth$3 = "当老师发来积极的便条、电子邮件或打电话回家庆祝我的成长时,我的学习效果最好。";
|
|
13709
|
+
var finishing_tasks_setting_and_achieving_goals_attitude_behavior_confidence_work_ethic$3 = "完成任务、设定和实现目标、态度、行为、信心、职业道德";
|
|
13710
|
+
var growth_focused$3 = "注重成长";
|
|
13711
|
+
var i_learn_best_when_my_teacher_focuses_on_my_growth_and_progress_rather_than_overall_achievement$3 = "当老师关注我的成长和进步而不是整体成就时,我的学习效果最好。";
|
|
13712
|
+
var confidence_setting_and_achieving_goals_stress_and_anxiety$3 = "自信、设定和实现目标、压力和焦虑";
|
|
13713
|
+
var avoid_spotlight$3 = "避免成为焦点";
|
|
13714
|
+
var i_learn_best_when_my_teacher_is_able_avoid_putting_me_in_the_spotlight_and_giving_me_space_and_time_to_prepare_when_i_do_need_to_present_also_allowing_for_recorded_presentations_rather_than_in_person_requirements_when_possible$3 = "当老师避免让我成为众人瞩目的焦点,并在我需要演讲时给我空间和时间准备时,我的学习效果最好。此外,如果可,我应该被允许进行录制演讲,而不是亲自演讲。";
|
|
13715
|
+
var stress_and_anxiety_speaking_processing_speed$3 = "压力和焦虑、演讲、处理速度";
|
|
13716
|
+
var frequent_check_ins$3 = "频繁检查";
|
|
13717
|
+
var i_learn_best_when_my_teacher_has_frequent_private_check_ins_to_ensure_i_am_on_track_this_also_helps_me_feel_safe_and_supported_in_class_ideas_for_check_ins_include_a_sticky_note_system_silent_signal_whisper_at_desk_side_but_we_can_agree_on_something_together$3 = "当老师经常私下检查我以确保我进度时,我的学习效果最好。这也有助于我在课堂上感到安全和得到支持。(检查的思路包括使用便签系统、无声信号和在桌边低语,但我们可以一起商定一些事情)。";
|
|
13718
|
+
var stress_and_anxiety_processing_speed_task_initiation_developing_ideas_planning_finishing_tasks_short_term_memory_staying_focused_self_advocacy_self_awareness$3 = "压力与焦虑、处理速度、任务启动、发展想法、规划、完成任务、短期记忆、保持专注、自我倡导、自我意识";
|
|
13719
|
+
var develop_rapport$3 = "建立融洽关系";
|
|
13720
|
+
var i_learn_best_when_my_teacher_focuses_on_relationship_building_both_with_teachers_and_peers_creating_a_community_of_care_where_i_feel_connected_and_valued$3 = "当老师注重与老师和同学建立关系时,我的学习效果最好 - 创建一个让我感到联系紧密和受到重视的关爱社区。";
|
|
13721
|
+
var stress_and_anxiety_behavior_attitude_confidence$3 = "压力与焦虑、行为、态度、信心";
|
|
13722
|
+
var explicit_prioritizations$3 = "明确的优先顺序";
|
|
13723
|
+
var i_learn_best_when_my_teacher_shares_what_activities_are_must_do_recommended_or_completely_optional$3 = "当老师分享必须做、推荐或可选的活动时,我的学习效果最好。";
|
|
13724
|
+
var planning_processing_speed_finishing_tasks_listening_reading_writing_stress_and_anxiety_work_ethic_studying$3 = "规划、处理速度、完成任务、倾听、阅读、写作、压力与焦虑、职业道德、学习";
|
|
13725
|
+
var planned_transitions$3 = "计划过渡";
|
|
13726
|
+
var i_learn_best_when_my_teacher_previews_and_prepares_me_and_other_students_for_safety_drills_activity_changes_or_other_class_transitions$3 = "当老师预演并帮助我和其他学生为安全演习、活动变化或其他课堂过渡做好准备时,我的学习效果最好。";
|
|
13727
|
+
var time_management_planning_finishing_tasks_stress_and_anxiety_behavior_flexibility$3 = "时间管理、规划、完成任务、压力与焦虑、行为、灵活性";
|
|
13728
|
+
var choices$3 = "选择";
|
|
13729
|
+
var i_learn_best_when_my_teacher_provides_as_many_choices_as_possible$3 = "当老师提供尽可能多的选择时,我的学习效果最好。";
|
|
13730
|
+
var attitude_behavior_work_ethic$3 = "态度、行为、职业道德";
|
|
13731
|
+
var movement$3 = "运动";
|
|
13732
|
+
var i_learn_best_when_my_teacher_provides_lots_of_planned_physical_movement_or_opportunities_for_movement_into_class$3 = "当老师在课堂中提供大量有计划的身体活动或运动机会时,我的学习效果最好。";
|
|
13733
|
+
var impulse_control_staying_focused$3 = "冲动控制、保持专注";
|
|
13734
|
+
var non_verbal_cues$3 = "非语言提示";
|
|
13735
|
+
var i_learn_best_when_my_teacher_redirects_me_with_non_verbal_cues_to_redirect_me_when_possible_rather_than_verbally_redirecting_me$3 = "当老师尽可能用非语言提示来引导我,而不是用语言来引导我时,我的学习效果最好。";
|
|
13736
|
+
var staying_focused_self_awareness_attitude_behavior_stress_and_anxiety_confidence$3 = "保持专注、自我意识、态度、行为、压力与焦虑、信心";
|
|
13737
|
+
var limit_direct_instruction$3 = "限制直接指导";
|
|
13738
|
+
var i_learn_best_when_my_teacher_doesnt_talk_too_long_and_gives_me_opportunities_to_learn_at_my_own_pace_using_materials_that_work_best_for_me$3 = "当老师缩短讲话时间并允许我按照自己的节奏使用最适合我的材料学习时,我的学习效果最好。";
|
|
13739
|
+
var short_term_memory_staying_focused_impulse_control_listening_behavior_processing_speed$3 = "短期记忆、保持专注、冲动控制、倾听、行为、处理速度";
|
|
13740
|
+
var routines$3 = "常规";
|
|
13741
|
+
var i_learn_best_when_my_teacher_sets_and_maintains_consistent_routines_if_we_need_to_change_routines_i_know_about_the_changes_ahead_of_time$3 = "当老师设定并保持一致的常规时,我的学习效果最好。如果我们需要改变常规,我会提前知道这些变化。";
|
|
13742
|
+
var time_management_planning_finishing_tasks_stress_and_anxiety_behavior_flexibility_starting_tasks$3 = "时间管理、规划、完成任务、压力与焦虑、行为、灵活性、开始任务";
|
|
13743
|
+
var multimodal_learning$3 = "多模式学习";
|
|
13744
|
+
var i_learn_best_when_my_teacher_helps_us_learn_through_multiple_ways_including_reading_listening_watching_and_doing_important_concepts_are_not_taught_just_using_one_way_of_learning$3 = "当老师帮助我们通过多种方式学习时,我的学习效果最好,包括阅读、聆听、观看和实践。基本概念不会只用一种方法来教授。";
|
|
13745
|
+
var staying_focused_listening_reading_writing_math_collaboration_processing_speed$3 = "保持专注、聆听、阅读、写作、数学、协作、处理速度";
|
|
13746
|
+
var flexible_assessments$3 = "灵活的评估";
|
|
13747
|
+
var i_learn_best_when_my_teacher_creates_a_variety_of_options_for_me_to_demonstrate_my_learning$3 = "当老师为我创造多种选择来展示我的学习成果时,我的学习效果最好。";
|
|
13748
|
+
var listening_reading_writing_math_speaking_stress_and_anxiety_collaboration_processing_speed_studying$3 = "聆听、阅读、写作、数学、口语、压力与焦虑、协作、处理速度、学习";
|
|
13749
|
+
var flexible_feedback$3 = "灵活的反馈";
|
|
13750
|
+
var i_learn_best_when_my_teacher_regularly_gives_me_feedback_so_that_the_i_know_how_i_m_performing_and_what_i_can_do_to_continue_improving$3 = "当老师定期给我反馈时,我的学习效果最好,这样我就能知道自己的表现如何,以及我可以做些什么来继续改进。";
|
|
13751
|
+
var planning_staying_focused_self_awareness$3 = "规划、保持专注、自我意识";
|
|
13752
|
+
var pre_learning$3 = "预学习";
|
|
13753
|
+
var i_learn_best_when_my_teacher_provides_opportunities_to_learn_new_concepts_early_such_as_early_access_to_resources$3 = "当老师提供早期学习新概念的机会(例如早期获得资源)时,我的学习效果最好。";
|
|
13754
|
+
var time_management_writing_reading_math_stress_and_anxiety_processing_speed$3 = "时间管理、写作、阅读、数学、压力与焦虑、处理速度";
|
|
13755
|
+
var understanding_checks$3 = "理解检查";
|
|
13756
|
+
var i_learn_best_when_my_teacher_frequently_checks_in_with_me_to_see_if_i_ve_understand_new_learning$3 = "当老师经常检查我是否理解了新知识时,我的学习效果最好。";
|
|
13757
|
+
var starting_tasks_short_term_memory_staying_focused_impulse_control_self_advocacy_listening_processing_speed$3 = "开始任务、短期记忆、保持专注、控制冲动、自我主张、倾听、处理速度";
|
|
13758
|
+
var rubrics$3 = "评分标准";
|
|
13759
|
+
var i_learn_best_when_my_teacher_provides_learning_rubrics_early_and_refer_to_them_often_these_rubrics_help_me_understand_what_is_needed_for_me_to_demonstrate_my_learning_at_different_levels_of_performance$3 = "当老师尽早提供学习评分标准并经常参考时,我的学习效果最好。这些评分标准帮助我了解我需要什么才能在不同的表现水平上展示我的学习成果。";
|
|
13760
|
+
var studying_work_ethic_confidence_stress_and_anxiety_self_advocacy_time_management_planning_finishing_tasks$3 = "学习、职业道德、自信、压力与焦虑、自我主张、时间管理、规划、完成任务";
|
|
13761
|
+
var graphic_organizers$3 = "图形组织器";
|
|
13762
|
+
var i_learn_best_when_my_teacher_uses_graphic_organizer_to_help_me_understand_what_we_are_learning$3 = "当老师使用图形组织器帮助我理解我们正在学习的内容时,我的学习效果最好。";
|
|
13763
|
+
var listening_reading_writing_processing_speed_short_term_memory_developing_ideas_planning$3 = "倾听、阅读、写作、处理速度、短期记忆、发展想法、规划";
|
|
13764
|
+
var visuals$3 = "视觉效果";
|
|
13765
|
+
var i_learn_best_when_my_teacher_uses_lots_of_visuals_diagrams_infographics_pictures_etc_to_help_me_understand_what_are_we_learning$3 = "当老师使用大量视觉效果(图表、信息图、图片等)帮助我理解我们正在学习的内容时,我的学习效果最好。";
|
|
13766
|
+
var short_term_memory_staying_focused_listening_reading_processing_speed$3 = "短期记忆、保持专注、倾听、阅读、处理速度";
|
|
13767
|
+
var sentence_stems$3 = "句子词干";
|
|
13768
|
+
var i_learn_best_when_my_teacher_provides_sentence_stems_and_writing_promts_for_written_assignments$3 = "当老师为书面作业提供句子词干和写作提示时,我的学习效果最好。";
|
|
13769
|
+
var developing_ideas_planning_starting_tasks_writing$3 = "发展想法、规划、开始任务、写作";
|
|
13770
|
+
var think_time$3 = "思考时间";
|
|
13771
|
+
var i_learn_best_when_i_have_plenty_of_time_to_think_before_answering_a_question$3 = "当我有充足的时间思考后再回答问题时,我的学习效果最好。";
|
|
13772
|
+
var developing_ideas_processing_speed_speaking$3 = "发展思路、处理速度、口语";
|
|
13773
|
+
var clear_instructions$3 = "清晰的指示";
|
|
13774
|
+
var i_learn_best_when_my_teacher_breaks_down_instructions_into_small_steps_using_simple_vocabulary_and_check_to_make_sure_i_ve_understood_the_directions$3 = "当老师将指令分解成小步骤、使用简单的词汇并检查以确保我理解指令时,我的学习效果最好。";
|
|
13775
|
+
var time_management_planning_starting_tasks_finishing_tasks_short_term_memory_staying_focused_listening_processing_speed$3 = "时间管理、规划、开始任务、完成任务、短期记忆、保持专注、倾听、处理速度";
|
|
13776
|
+
var sharing_vocabulary$3 = "分享词汇";
|
|
13777
|
+
var i_learn_best_when_my_teacher_provides_new_vocabulary_words_before_we_cover_new_information_and_provides_opportunities_to_learn_the_vocabulary$3 = "当老师在我们学习新信息之前提供新词汇并提供学习词汇的机会时,我的学习效果最好。";
|
|
13778
|
+
var short_term_memory_long_term_memory_listening_reading_processing_speed$3 = "短期记忆、长期记忆、倾听、阅读、处理速度";
|
|
13779
|
+
var idea_bank$3 = "创意库";
|
|
13780
|
+
var i_learn_best_when_my_teacher_provides_a_pre_prepared_list_of_ideas_for_me_to_chose_from$3 = "当老师提供一份预先准备好的想法列表供我选择时,我的学习效果最好。";
|
|
13781
|
+
var developing_ideas_starting_tasks_time_management$3 = "发展思路、开始任务、时间管理";
|
|
13782
|
+
var exemplars$3 = "范例";
|
|
13783
|
+
var i_learn_best_when_my_teacher_provides_examples_of_what_successfully_completed_work_looks_like_for_different_levels_of_performance$3 = "当老师提供不同绩效水平下成功完成的工作的示例时,我的学习效果最好。";
|
|
13784
|
+
var developing_ideas_planning_starting_tasks_studying$3 = "发展思路、规划、开始任务、学习";
|
|
13785
|
+
var organization_time$3 = "组织时间";
|
|
13786
|
+
var i_learn_best_when_my_teacher_provides_time_for_me_to_organize_materials_and_or_plan_next_steps$3 = "当老师允许我组织材料和/或计划下一步时,我的学习效果最好。";
|
|
13787
|
+
var time_management_organization_of_materials_developing_ideas_planning_starting_tasks_stress_and_anxiety$3 = "时间管理、材料组织、发展想法、规划、开始任务、压力和焦虑";
|
|
13788
|
+
var i_learn_best_when_my_teacher_schedules_regular_1_to_1_time_with_me$3 = "当老师安排定期一对一时间与我交流时,我的学习效果最好。";
|
|
13789
|
+
var multimodal_answers$3 = "多模式答案";
|
|
13790
|
+
var i_learn_best_when_i_can_show_my_understanding_in_varied_ways_like_sketching_presentation_or_a_short_video_relaying_information_etc$3 = "当我能够通过多种方式展示我的理解时,我的学习效果最好,例如素描、演示或制作一段传递信息的短视频。";
|
|
13791
|
+
var starting_tasks_finishing_tasks_self_advocacy_long_term_memory$3 = "开始任务、完成任务、自我倡导、长期记忆";
|
|
13792
|
+
var peer_teaching_group_work$3 = "同伴教学小组工作";
|
|
13793
|
+
var i_learn_best_when_i_can_peer_teach_or_practise_with_peers$3 = "当我可以与同伴一起教学或练习时,我的学习效果最好。";
|
|
13794
|
+
var studying_listening_processing_speed_long_term_memory$3 = "学习、聆听、处理速度、长期记忆";
|
|
13795
|
+
var extra_time_to_complete_assessments$3 = "额外时间完成评估";
|
|
13796
|
+
var extra_time_to_process_spoken_information_and_directions$3 = "额外时间处理口头信息和指示";
|
|
13797
|
+
var extra_breaks_as_needed$3 = "根据需要额外休息";
|
|
13798
|
+
var use_of_a_computer_without_internet_access_or_word_processor_on_assessments$3 = "使用计算机(无互联网访问)或文字处理器进行评估";
|
|
13799
|
+
var audio_versions_of_assessments$3 = "评估的音频版本";
|
|
13800
|
+
var access_to_a_reader_for_assessments$3 = "访问阅读器进行评估";
|
|
13801
|
+
var speech_to_text_software_for_assessments$3 = "语音转文本软件进行评估";
|
|
13802
|
+
var access_to_a_scribe_for_assessments$3 = "访问抄写员进行评估";
|
|
13803
|
+
var audio_recording_of_answers_for_assessments$3 = "对评估答案进行音频录制";
|
|
13804
|
+
var break_up_larger_timed_assessments_over_several_days$3 = "将较长的限时评估分为几天进行";
|
|
13805
|
+
var take_tests_in_a_quiet_room_with_few_distractions$3 = "在安静且干扰较少的房间进行测试";
|
|
13806
|
+
var take_tests_in_a_small_group_setting$3 = "在小组环境中进行测试";
|
|
13807
|
+
var assign_seating_where_the_student_is_likely_to_learn_best$3 = "分配学生最有可能学习最好的座位";
|
|
13808
|
+
var the_use_of_sensory_tools_during_class$3 = "在课堂上使用感官工具";
|
|
13809
|
+
var special_lighting$3 = "特殊照明";
|
|
13810
|
+
var use_of_a_computer_or_word_processor_to_take_notes$3 = "使用计算机或文字处理器做笔记";
|
|
13811
|
+
var use_of_a_calculator_when_normally_not_allowed_one$3 = "使用通常不允许使用的计算器";
|
|
13812
|
+
var use_of_a_spelling_dictionary_or_spellchecker$3 = "使用拼写词典或拼写检查器";
|
|
13813
|
+
var copies_of_class_notes$3 = "课堂笔记的副本";
|
|
13814
|
+
var written_copy_of_any_instructions$3 = "任何说明的书面副本";
|
|
13815
|
+
var visuals_and_graphics_to_accompany_any_new_information_delivered_verbally$3 = "用视觉和图形来配合口头传达的任何新信息";
|
|
13816
|
+
var ability_to_record_lessons$3 = "录制课程的能力";
|
|
13817
|
+
var increase_text_size_to_a_larger_format$3 = "将文本大小增加到更大的格式";
|
|
13818
|
+
var provide_alternative_formats_other_than_reading_when_learning_new_information$3 = "学习新信息时,提供除阅读之外的其他替代格式";
|
|
13819
|
+
var provide_alternative_formats_other_than_listening_when_learning_new_information$3 = "学习新信息时,提供除聆听之外的其他替代格式";
|
|
13820
|
+
var great_let_s_build_your_goal$3 = "太棒了!让我们建立您的目标。";
|
|
13821
|
+
var what_do_you_want_to_be_different_about_your_learning_select_a_category_or_type_your_own_idea$3 = "您希望自己的学习有什么不同?选择一个类别或输入您自己的想法。";
|
|
13822
|
+
var choose_my_goal_area$3 = "选择我的目标领域";
|
|
13823
|
+
var nice_choice_what_area_of_well_being_would_you_like_to_work_on$3 = "不错的选择!您想在哪个幸福领域努力?";
|
|
13824
|
+
var let_s_get_more_specific_select_an_area_or_type_your_own_idea$3 = "让我们更具体一点!选择一个领域或输入您自己的想法。";
|
|
13825
|
+
var add_more_details_to_your_goal$3 = "为您的目标添加更多细节";
|
|
13826
|
+
var remember_goals_should_be_smart$3 = "记住,目标应该是 SMART!";
|
|
13827
|
+
var specific_measurable_achievable_ambitious_relevant_and_time_based$3 = "具体、可衡量、可实现/雄心勃勃、相关和基于时间";
|
|
13828
|
+
var perfect_let_s_narrow_this_down_time_to_add_more_details_to_your_goal$3 = "完美!让我们缩小范围。是时候为您的目标添加更多细节了。";
|
|
13829
|
+
var select_a_goal_or_type_your_own$3 = "选择一个目标或输入您自己的目标。";
|
|
13830
|
+
var now_let_s_pick_your_targets$3 = "现在,让我们选择您的目标。";
|
|
13831
|
+
var how_do_you_plan_to_accomplish_this_goal$3 = "您打算如何实现这个目标?";
|
|
13832
|
+
var customize_the_options_below_or_type_your_own_these_will_become_your_short_term_targets$3 = "自定义以下选项或输入您自己的选项。这些将成为您的短期目标。";
|
|
13833
|
+
var keep_going$3 = "继续!";
|
|
13834
|
+
var add_target$3 = "添加目标";
|
|
13835
|
+
var where_are_you_now_what_does_this_look_like_for_you_at_the_moment$3 = "您现在在哪里?目前这对您来说是什么样子的?";
|
|
13836
|
+
var this_helps_you_track_your_progress$3 = "这有助于您跟踪您的进度。";
|
|
13837
|
+
var finished$3 = "完成了!";
|
|
13838
|
+
var i_will_create_a_sleep_routine$3 = "我会创建一个睡眠习惯。";
|
|
13839
|
+
var i_will_set_an_alarm_to_remind_me_to_start_my_routine$3 = "我会设置闹钟来提醒我开始日常活动。";
|
|
13840
|
+
var i_will_put_my_electronics_away_1_hour_before_it_is_time_for_me_to_sleep$3 = "我会在睡觉前 1 小时把电子设备收起来。";
|
|
13841
|
+
var i_will_set_my_phone_to_focus_or_do_not_disturb_mode_for_an_hour_before_bedtime_and_until_my_morning_alarm$3 = "我会在睡觉前 1 小时将手机设置为专注或请勿打扰模式,直到早上闹钟响起。";
|
|
13842
|
+
var i_will_choose_relaxing_activities_1_hour_before_bedtime_such_as_reading_meditating_yoga_or_listening_to_music$3 = "我会在睡觉前 1 小时选择放松的活动,例如阅读、冥想、瑜伽或听音乐。";
|
|
13843
|
+
var i_will_get_out_of_bed_at_the_same_time_each_day$3 = "我每天会在同一时间起床。";
|
|
13844
|
+
var i_will_only_press_snooze_one_time_each_morning$3 = "我每天早上只会按一次贪睡键。";
|
|
13845
|
+
var i_will_have_everything_packed_or_set_out_for_the_next_day_before_going_to_sleep$3 = "我会在睡觉前把所有东西准备好,为第二天做好准备";
|
|
13846
|
+
var i_will_go_to_bed_on_time$3 = "我会按时睡觉。";
|
|
13847
|
+
var i_will_do_this_at_least_4_out_of_5_times_this_week$3 = "这周5 次中,我会至少做 4 次。";
|
|
13848
|
+
var i_will_wake_up_on_time$3 = "我会准时起床。";
|
|
13849
|
+
var i_will_create_a_short_routine_for_the_morning_that_gets_me_excited_for_the_day$3 = "我会为早晨制定一个简短的例行程序,让我对这一天感到兴奋。";
|
|
13850
|
+
var i_will_set_an_alarm_to_remind_me_to_get_ready_for_sleep_1_hour_before_bedtime$3 = "我会设置一个闹钟,提醒我在睡觉前 1 小时准备睡觉。";
|
|
13851
|
+
var i_will_set_a_morning_alarm_that_gives_me_plenty_of_time_to_get_ready_for_school$3 = "我会设置一个早晨闹钟,让我有充足的时间准备去上学。";
|
|
13852
|
+
var i_will_read_for_20_minutes_before_bed$3 = "我会在睡觉前阅读 20 分钟。";
|
|
13853
|
+
var i_will_meditate_or_listen_to_relaxing_music_before_going_to_sleep$3 = "我会在睡觉前冥想或听轻松的音乐。";
|
|
13854
|
+
var i_will_create_a_morning_routine_to_be_ready_for_the_day$3 = "我会制定一个早晨例行程序来为新的一天做好准备。";
|
|
13855
|
+
var i_will_research_ideas_for_a_morning_routine$3 = "我会研究制定晨间日常活动的想法。";
|
|
13856
|
+
var i_will_present_my_ideas_to_my_teacher_or_other_person$3 = "我会向老师或其他人介绍我的想法。";
|
|
13857
|
+
var i_will_map_out_my_routine_on_paper_or_in_my_phone$3 = "我会在纸上或手机上规划我的日常活动。";
|
|
13858
|
+
var i_will_start_my_routine_at_the_same_time_every_morning$3 = "我会每天早上同一时间开始我的日常活动。";
|
|
13859
|
+
var i_will_create_an_evening_routine_to_get_me_ready_for_bed$3 = "我会制定一个晚间日常活动,让我准备好上床睡觉。";
|
|
13860
|
+
var i_will_research_ideas_for_an_evening_routine$3 = "我会研究制定晚间日常活动的想法。";
|
|
13861
|
+
var i_will_do_this_routine_5_out_of_5_school_nights_this_week$3 = "本周 5 个上学日中,我会有 5 个晚上会做这个日常活动。";
|
|
13862
|
+
var i_will_get_at_least_8_hours_of_sleep_each_night$3 = "我每晚至少会睡 8 个小时。";
|
|
13863
|
+
var i_will_practice_meditation$3 = "我会练习冥想。";
|
|
13864
|
+
var i_will_find_choose_a_meditation_app_or_resource_to_use$3 = "我会找到/选择一个冥想应用程序或资源来使用。";
|
|
13865
|
+
var i_will_challenge_myself_to_meditate_for_x_number_of_days_in_a_row$3 = "我会挑战自己连续冥想 x 天。";
|
|
13866
|
+
var i_will_choose_a_daily_time_to_meditate_and_set_an_alarm_to_remind_me$3 = "我会选择一个每日冥想时间并设置闹钟来提醒我。";
|
|
13867
|
+
var i_will_meditate_at_least_x_out_of_x_days_this_week$3 = "本周,我会在 x 天中至少冥想 x 天";
|
|
13868
|
+
var i_will_start_an_exercise_routine$3 = "我会开始锻炼。";
|
|
13869
|
+
var i_will_find_a_friend_to_exercise_with_each_week$3 = "我会每周找一个朋友一起锻炼。";
|
|
13870
|
+
var i_will_choose_the_type_of_exercise_to_add_to_my_routine$3 = "我会选择要添加到日常活动中的锻炼类型。";
|
|
13871
|
+
var i_will_share_my_routine_with_a_friend_or_trusted_adult$3 = "我会与朋友或值得信赖的成年人分享我的日常活动。";
|
|
13872
|
+
var i_will_add_my_exercise_times_to_my_planner_or_calendar$3 = "我会将锻炼时间添加到我的计划表或日历中。";
|
|
13873
|
+
var i_will_exercise_daily$3 = "我会每天锻炼。";
|
|
13874
|
+
var i_will_exercise_at_least_x_out_of_x_days_this_week$3 = "本周,我会至少在 x 天中锻炼 x 天";
|
|
13875
|
+
var i_will_understand_the_cause_of_my_stress$3 = "我会了解自己压力的根源。";
|
|
13876
|
+
var i_will_talk_to_my_teacher_or_counselor_about_things_that_bother_me_or_make_me_stressed$3 = "我会与我的老师或辅导员谈论困扰我或让我有压力的事情。";
|
|
13877
|
+
var i_will_identify_and_talk_with_someone_i_trust_about_how_i_am_feeling$3 = "我会找出并和我信任的人谈论我的感受";
|
|
13878
|
+
var i_will_pause_when_i_m_feeling_stressed_to_identify_what_is_causing_the_stress$3 = "当我感到压力时,我会停下来找出造成压力的原因。";
|
|
13879
|
+
var i_will_learn_what_is_and_is_not_in_my_circle_of_control$3 = "我会了解什么是我的控制范围之内,什么不是。";
|
|
13880
|
+
var i_will_acknowledge_when_i_am_approaching_a_potentially_stressful_situation$3 = "当我接近潜在的压力情况时,我会承认这一点";
|
|
13881
|
+
var i_will_learn_about_coping_skills$3 = "我会学习应对技巧。";
|
|
13882
|
+
var i_will_talk_to_my_teacher_or_counselor_about_coping_skills_they_think_will_be_helpful_for_me$3 = "我会与我的老师或辅导员讨论他们认为对我有帮助的应对技巧。";
|
|
13883
|
+
var i_will_choose_a_coping_skill_to_practice_when_i_feel_i_am_becoming_stressed$3 = "当我感到压力时,我会选择一种应对技巧来练习。";
|
|
13884
|
+
var i_will_use_a_coping_strategy_when_i_am_stressed_x_number_of_times_this_week$3 = "本周,当我感到压力时,我会使用 x 次应对策略";
|
|
13885
|
+
var i_will_start_journaling_my_thoughts_and_feelings$3 = "我会开始记录我的想法和感受。";
|
|
13886
|
+
var i_will_do_this_at_least_x_out_of_x_days_this_week$3 = "本周,我会至少在 x 天中这样做 x 天。";
|
|
13887
|
+
var i_will_get_outside_or_in_nature$3 = "我会到户外或大自然中去。";
|
|
13888
|
+
var i_will_make_time_for_something_fun$3 = "我会抽出时间做一些有趣的事情。";
|
|
13889
|
+
var i_will_make_time_for_being_still_and_quiet$3 = "我会抽出时间保持静止和安静。";
|
|
13890
|
+
var increase_my_mindfulness$3 = "提高我的正念";
|
|
13891
|
+
var i_will_take_minibreaks_throughout_the_day$3 = "我会在一天中短暂休息。";
|
|
13892
|
+
var i_will_decide_what_types_of_breaks_help_me_the_most$3 = "我会决定哪种休息对我最有帮助。";
|
|
13893
|
+
var i_will_set_alarms_to_remind_myself_to_take_a_break$3 = "我会设置闹钟提醒自己休息一下。";
|
|
13894
|
+
var i_will_take_a_break_every_hour$3 = "我会每小时休息一次。";
|
|
13895
|
+
var i_will_take_a_break_every_90_minutes$3 = "我会每 90 分钟休息一次。";
|
|
13896
|
+
var i_will_take_x_number_of_breaks_a_day$3 = "我每天会休息 X 次";
|
|
13897
|
+
var create_relaxation_opportunities$3 = "创造放松的机会";
|
|
13898
|
+
var i_will_use_visualization_to_help_me_relax$3 = "我会使用可视化来帮助我放松。";
|
|
13899
|
+
var i_will_learn_about_visualization$3 = "我会学习可视化。";
|
|
13900
|
+
var i_will_set_an_alarm_to_remind_me_to_practice_visualization$3 = "我会设置闹钟提醒我练习可视化。";
|
|
13901
|
+
var i_will_decide_what_this_practice_will_look_like_for_me$3 = "我会按照自己的意愿决定这个练习";
|
|
13902
|
+
var i_will_do_deep_breathing_exercises$3 = "我会做深呼吸练习。";
|
|
13903
|
+
var i_will_research_and_learn_breathing_exercises_to_try$3 = "我会研究和学习呼吸练习来尝试。";
|
|
13904
|
+
var i_will_set_an_alarm_to_remind_me_to_practice_my_breathing_exercises$3 = "我会设置闹钟来提醒我进行呼吸练习。";
|
|
13905
|
+
var i_will_listen_to_relaxing_music$3 = "我会听轻松的音乐。";
|
|
13906
|
+
var i_will_find_or_create_a_playlist_that_i_find_relaxing$3 = "我会找到或创建一个我觉得放松的播放列表。";
|
|
13907
|
+
var i_will_add_listening_music_to_my_evening_routine$3 = "我会将听音乐添加到我的晚间日常活动中。";
|
|
13908
|
+
var i_will_practice_yoga$3 = "我会练习瑜伽。";
|
|
13909
|
+
var i_will_find_a_class_youtube_channel_or_app_to_use$3 = "我会找到一个课程、youtube 频道或应用程序来使用。";
|
|
13910
|
+
var i_will_challenge_myself_to_practice_yoga_for_x_number_of_days_in_a_row$3 = "我会挑战自己连续 x 天练习瑜伽。";
|
|
13911
|
+
var i_will_choose_a_daily_time_to_practice_yoga_and_set_an_alarm_to_remind_me$3 = "我会每天选择一个时间练习瑜伽,并设置闹钟提醒我。";
|
|
13912
|
+
var i_will_do_an_art_project_that_is_enjoyable$3 = "我会做一个令人愉快的艺术项目。";
|
|
13913
|
+
var i_will_find_a_relaxing_art_activity_to_try$3 = "我会找一个放松的艺术活动来尝试。";
|
|
13914
|
+
var i_will_choose_a_time_to_do_my_art_each_week_and_set_reminders$3 = "我每周都会选择一个时间进行艺术创作并设置提醒。";
|
|
13915
|
+
var i_will_tell_someone_about_my_new_art_project$3 = "我会告诉别人我的新艺术项目";
|
|
13916
|
+
var keeping_fit$3 = "保持健康";
|
|
13917
|
+
var i_will_exercise_more$3 = "我会多锻炼。";
|
|
13918
|
+
var i_will_join_a_sports_team_or_club$3 = "我会加入运动队或俱乐部。";
|
|
13919
|
+
var i_will_find_out_what_is_available_at_my_school$3 = "我会了解学校有哪些活动。";
|
|
13920
|
+
var i_will_choose_one_that_interests_me$3 = "我会选择一个我感兴趣的。";
|
|
13921
|
+
var i_will_take_care_of_any_paperwork_to_join$3 = "我会处理所有加入文件。";
|
|
13922
|
+
var i_will_participate_in_the_tryout_or_application_process$3 = "我会参加试训或申请流程。";
|
|
13923
|
+
var i_will_attend_all_the_practices$3 = "我会参加所有练习。";
|
|
13924
|
+
var i_will_learn_a_new_sport_or_activity$3 = "我会学习一项新运动或活动。";
|
|
13925
|
+
var i_will_research_new_sports_or_activities_that_might_interest_me$3 = "我会研究可能让我感兴趣的新运动或活动。";
|
|
13926
|
+
var i_will_choose_a_new_sport_or_activity_to_learn$3 = "我会选择一项新的运动或活动来学习。";
|
|
13927
|
+
var i_will_see_if_anyone_i_know_would_like_to_try_this_new_activity_with_me$3 = "我会看看我认识的人是否愿意和我一起尝试这项新活动。";
|
|
13928
|
+
var i_will_gather_the_needed_gear_to_learn_this_activity$3 = "我会收集学习这项活动所需的装备。";
|
|
13929
|
+
var i_will_research_the_rules_and_methods_for_this_activity$3 = "我会研究这项活动的规则和方法。";
|
|
13930
|
+
var i_will_find_groups_who_participate_in_this_activity_to_join$3 = "我会找到参与这项活动的团体并加入";
|
|
13931
|
+
var i_will_research_potential_challenges_that_interest_me$3 = "我会研究我感兴趣的潜在挑战。";
|
|
13932
|
+
var i_will_choose_a_challenge_to_complete$3 = "我会选择一个挑战来完成。";
|
|
13933
|
+
var i_will_set_a_time_each_week_or_day_to_do_this_challenge$3 = "我会每周或每天设定一个时间来做这个挑战。";
|
|
13934
|
+
var i_will_set_an_alarm_to_remind_me_to_do_this_challenge$3 = "我会设置闹钟来提醒我完成这个挑战";
|
|
13935
|
+
var i_will_sign_up_for_a_race$3 = "我会报名参加一场比赛。";
|
|
13936
|
+
var i_will_research_different_races_and_events_happening_in_my_area_in_the_next_few_months$3 = "我会研究未来几个月在我所在地区举行的不同比赛和活动。";
|
|
13937
|
+
var i_will_choose_one_to_complete_and_talk_to_my_parents_guardians_about_participating$3 = "我会选择其中一项,并与我的父母/监护人讨论参与事宜。";
|
|
13938
|
+
var i_will_sign_up_if_i_have_permission_from_my_parents_guardians$3 = "如果得到父母/监护人的许可,我会报名。";
|
|
13939
|
+
var i_will_create_a_training_schedule_to_prepare_for_my_race$3 = "我会制定训练计划来为比赛做准备。";
|
|
13940
|
+
var i_will_set_reminders_for_my_training_schedule$3 = "我会为训练计划设置提醒";
|
|
13941
|
+
var i_will_create_an_at_home_exercise_routine$3 = "我会制定家庭锻炼计划。";
|
|
13942
|
+
var i_will_take_an_inventory_of_what_exercise_equipment_i_have_access_to_at_home$3 = "我会盘点我在家中可以使用的健身器材。";
|
|
13943
|
+
var i_will_research_what_routines_and_exercises_i_can_do_with_my_equipment_at_home$3 = "我会研究在家中可以使用哪些器材进行哪些常规锻炼和运动。";
|
|
13944
|
+
var i_will_find_a_youtube_channel_or_app_to_use_for_my_workouts$3 = "我会找到一个有关锻炼的 YouTube 频道或应用程序。";
|
|
13945
|
+
var i_will_set_a_schedule_for_my_routine$3 = "我会为日常锻炼制定时间表。";
|
|
13946
|
+
var i_will_set_reminders_for_my_routine$3 = "我会为日常锻炼设置提醒";
|
|
13947
|
+
var i_will_join_and_go_to_a_gym$3 = "我会加入并去健身房。";
|
|
13948
|
+
var i_will_research_gyms_in_my_area$3 = "我会研究我所在地区的健身房。";
|
|
13949
|
+
var i_will_choose_a_gym_that_i_can_pay_for_and_get_my_parent_guardians_permission$3 = "我会选择一家我能支付费用并获得父母/监护人许可的健身房。";
|
|
13950
|
+
var i_will_go_to_the_gym_and_get_a_membership$3 = "我会去健身房并获得会员资格。";
|
|
13951
|
+
var i_will_learn_about_the_equipment_programs_and_classes_available_at_my_gym$3 = "我会了解健身房提供的设备、项目和课程。";
|
|
13952
|
+
var i_will_decide_what_my_routine_will_be_when_i_visit_the_gym$3 = "我会决定我去健身房时的日常锻炼计划。";
|
|
13953
|
+
var i_will_schedule_times_to_go_to_the_gym_on_my_phone$3 = "我会在手机上安排去健身房的时间。";
|
|
13954
|
+
var i_will_go_to_the_gym_x_out_of_x_days_this_week$3 = "我会在本周的 x 天中去 x 天健身房";
|
|
13955
|
+
var eating_healthier$3 = "吃得更健康";
|
|
13956
|
+
var i_will_add_more_fruits_and_veggies_into_my_diet$3 = "我会在饮食中添加更多水果和蔬菜。";
|
|
13957
|
+
var i_will_swap_x_for_x_when_i_go_out_to_eat$3 = "当我外出就餐时,我会用 x 代替 x。";
|
|
13958
|
+
var i_will_limit_my_sugary_drinks$3 = "我会限制含糖饮料的摄入量。";
|
|
13959
|
+
var i_will_drink_more_water$3 = "我会多喝水。";
|
|
13960
|
+
var i_will_fill_up_my_water_bottle_x_number_of_times_each_school_day$3 = "每个上学日我会给水瓶装满 x 次水";
|
|
13961
|
+
var i_will_learn_to_cook_simple_meals$3 = "我会学会做简单的饭菜。";
|
|
13962
|
+
var i_will_go_to_the_store_to_buy_the_missing_ingredients_on_my_list$3 = "我会去商店购买清单上缺少的食材。";
|
|
13963
|
+
var i_will_follow_the_recipe_and_share_my_meal_with_a_family_member_or_friend$3 = "我会按照食谱做,并与家人或朋友分享我的饭菜。";
|
|
13964
|
+
var improve_my_timekeeping_not_late_for_school_class$3 = "提高我的守时能力(不迟到上学/上课)";
|
|
13965
|
+
var i_will_add_buffer_time_to_my_schedule_in_the_morning_to_make_sure_i_get_to_school_on_time$3 = "我会在早上的日程安排中添加缓冲时间,以确保按时到校。";
|
|
13966
|
+
var i_will_set_alarms_or_calendar_alert_on_my_phone_to_remind_me_to_go_to_my_next_class$3 = "我会在手机上设置闹钟或日历提醒,提醒我去上下一节课。";
|
|
13967
|
+
var i_will_set_an_alarm_to_tell_me_5_minutes_before_i_need_to_leave_for_school$3 = "我会设置一个闹钟,在需要去学校前 5 分钟提醒我。";
|
|
13968
|
+
var i_will_put_my_school_schedule_in_a_planner_or_on_my_phone$3 = "我会将学校日程表放在计划表或手机上。";
|
|
13969
|
+
var making_friends$3 = "交朋友";
|
|
13970
|
+
var i_will_join_a_club_or_sports_team$3 = "我会加入俱乐部或运动队。";
|
|
13971
|
+
var i_will_attend_all_the_practices_or_meetings$3 = "我会参加所有的练习或会议";
|
|
13972
|
+
var i_will_find_someone_with_a_common_interest$3 = "我会找到有共同兴趣的人。";
|
|
13973
|
+
var i_will_ask_someone_to_hang_out_outside_of_school$3 = "我会邀请某人在校外一起出去玩。";
|
|
13974
|
+
var i_will_attend_events_or_parties_i_m_invited_to$3 = "我会参加我受邀参加的活动或聚会。";
|
|
13975
|
+
var i_will_eat_lunch_with_someone_i_want_to_get_to_know_better$3 = "我会和我想进一步了解的人共进午餐。";
|
|
13976
|
+
var i_will_learn_some_good_questions_to_ask_others_to_get_to_know_them$3 = "我会学习一些适当的问题来问别人,以便更好地了解他们。";
|
|
13977
|
+
var i_will_learn_how_to_engage_in_conversation_more$3 = "我会学习如何更多地参与对话。";
|
|
13978
|
+
var i_will_think_about_what_i_want_in_a_friend$3 = "我会思考我想要什么样的朋友。";
|
|
13979
|
+
var i_will_think_about_what_it_means_to_be_a_good_friend$3 = "我会思考成为一个好朋友意味着什么。";
|
|
13980
|
+
var i_will_share_this_thoughts_with_someone$3 = "我会和别人分享这些想法。";
|
|
13981
|
+
var joining_a_club_sport$3 = "加入俱乐部/运动";
|
|
13982
|
+
var i_will_choose_a_club_to_join$3 = "我会选择一个俱乐部加入。";
|
|
13983
|
+
var i_will_attend_all_the_meetings$3 = "我会参加所有的会议";
|
|
13984
|
+
var i_will_choose_a_sport_to_try_out_for$3 = "我会选择一项运动来尝试。";
|
|
13985
|
+
var learning_a_new_activity$3 = "学习一项新活动";
|
|
13986
|
+
var i_will_choose_a_new_activity_to_learn$3 = "我会选择一项新活动来学习。";
|
|
13987
|
+
var i_will_gather_the_needed_supplies_to_learn_this_activity$3 = "我会收集学习这项活动所需的用品。";
|
|
13988
|
+
var i_will_practice_or_play_my_new_activity_at_least_x_out_of_x_times_this_week$3 = "本周我会至少练习或参加 x 次新活动。";
|
|
13989
|
+
var improve_homework$3 = "改进作业";
|
|
13990
|
+
var i_will_turn_in_my_homework_on_time$3 = "我会按时交作业。";
|
|
13991
|
+
var i_will_turn_in_high_quality_homework$3 = "我会交高质量的作业。";
|
|
13992
|
+
var work_on_longterm_assignments_planned_and_making_progress$3 = "完成长期作业(有计划且有进展)";
|
|
13993
|
+
var i_will_set_up_a_study_work_plan_for_long_term_projects$3 = "我会为长期项目制定学习/工作计划";
|
|
13994
|
+
var studying_for_tests_routines_and_effective_study_strategies$3 = "为考试而学习(常规和有效的学习策略)";
|
|
13995
|
+
var i_will_set_up_a_study_work_plan_for_tests$3 = "我会为考试制定学习/工作计划";
|
|
13996
|
+
var make_notes_in_class_high_quality_organised$3 = "在课堂上做笔记(高质量、有条理)";
|
|
13997
|
+
var i_will_take_notes_digital_paper_in_class_and_organise_them_in_a_folder_notebook_for_each_of_my_core_key_classes$3 = "我会在课堂上做笔记(数字/纸质),并将它们整理到文件夹/笔记本中,用于我的每一门核心/关键课程。";
|
|
13998
|
+
var i_will_research_note_taking_methods$3 = "我会研究做笔记的方法";
|
|
13999
|
+
var improve_grade_in_x_subject_by_x_amount$3 = "将 x 科目的成绩提高 x 倍";
|
|
14000
|
+
var i_will_review_material_from_class_an_additional_on_top_of_as_well_as_not_including_homelearning$3 = "我会额外复习课堂材料(除了/以及/不包括家庭学习)";
|
|
14001
|
+
var study_x_amount_of_time_on_x_subject_x_times_hours_a_week$3 = "每周在 x 科目上学习 x 次/小时 x 时间";
|
|
14002
|
+
var finish_work_early_and_check_against_instructions_rubric_then_edit$3 = "提前完成工作并根据说明/评分标准进行检查,然后进行编辑";
|
|
14003
|
+
var improve_the_quality_grades_of_homelearning_assignments$3 = "提高家庭学习作业的质量/成绩";
|
|
14004
|
+
var create_a_regular_study_homework_schedule$3 = "创建定期的学习/家庭作业时间表";
|
|
14005
|
+
var i_will_create_a_schedule_for_my_week_detailing_study_days_times_and_how_long_i_will_study_by_x_date$3 = "我会制定一周的计划,详细列出学习的日子、时间以及到某天要学习多长时间。";
|
|
14006
|
+
var improve_email_google_drive_calendar_or_planner_organization$3 = "改善电子邮件、Google Drive、日历或计划器组织";
|
|
14007
|
+
var i_will_check_my_inbox_unread_emails_at_least_x_times_a_week_and_reply_if_necessary$3 = "我会每周至少检查 x 次收件箱/未读电子邮件,并在必要时回复。";
|
|
14008
|
+
var i_will_create_folders_labels_and_organise_emails_into_the_correct_ones$3 = "我会创建文件夹/标签并将电子邮件组织到正确的文件夹中。";
|
|
14009
|
+
var i_will_create_folders_for_each_subject_and_organsie_docs_into_the_correct_folders$3 = "我会为每个主题创建文件夹并将文档组织到正确的文件夹中。";
|
|
14010
|
+
var create_reminders_or_calendar_events_for_important_events_deadlines_study_times$3 = "为重要事件/截止日期/学习时间创建提醒或日历活动";
|
|
14011
|
+
var i_will_create_reminders_or_calendar_events_for_my_most_important_events_deadlines_or_study_sessions_immediately_or_as_soon_as_i_can$3 = "我会立即或尽快为最重要的事件/截止日期或学习会话创建提醒或日历活动。";
|
|
14012
|
+
var create_a_longterm_assignment_planner$3 = "创建长期作业计划";
|
|
14013
|
+
var i_will_evaluate_my_progress_and_adjust_how_long_i_will_study_by_x_date$3 = "我会评估我的进度并调整在 x 日期之前学习的时间。";
|
|
14014
|
+
var improve_my_todo_list_habits$3 = "改善我的待办事项列表习惯";
|
|
14015
|
+
var i_will_add_tasks_to_my_todo_list_immidietly_or_as_soon_as_i_can_and_review_it_3_times_a_week$3 = "我会立即或尽快将任务添加到我的待办事项列表中,并每周查看 3 次";
|
|
14016
|
+
var i_will_create_a_schedule_for_longterm_assihnments_detailing_study_days_times_and_how_long_i_will_study_by_x_date$3 = "我会为长期作业制定一个时间表,详细说明学习日期、时间以及在 x 日之前要学习多长时间。";
|
|
14017
|
+
var i_will_take_notes_digital_paper_in_class_and_organise_them_in_a_folder_notebook_for_all_my_classes$3 = "我会在课堂上做笔记(电子/纸质),并将它们整理到文件夹/笔记本中,用于所有课程。";
|
|
14018
|
+
var keep_devices_off_on_silent_or_put_away_in_class$3 = "在课堂上将设备关闭、静音或收起来";
|
|
14019
|
+
var keep_devices_off_on_silent_or_put_away$3 = "将设备关闭、静音或收起来";
|
|
14020
|
+
var keep_devices_off_on_silent_or_put_away_during_study_time$3 = "在学习期间将设备关闭、静音或收起来";
|
|
14021
|
+
var i_will_create_a_routine_for_transitioning_study_time$3 = "我会创建一个过渡学习时间的例程。";
|
|
14022
|
+
var set_a_schedule_on_my_phone_on_focus_or_do_not_disturb_during_class_times$3 = "在手机上设置时间表,以便在上课期间集中注意力或不受打扰";
|
|
14023
|
+
var set_a_schedule_on_my_phone_on_focus_or_do_not_disturb_during_planned_study_times$3 = "在手机上设置时间表,以便在计划的学习时间内集中注意力或不受打扰";
|
|
14024
|
+
var reduce_or_limit_time_spent_on_social_media$3 = "减少或限制在社交媒体上花费的时间";
|
|
14025
|
+
var i_will_set_up_time_limits_on_my_apps_or_websites$3 = "我会在我的应用程序或网站上设置时间限制。";
|
|
14026
|
+
var i_will_set_a_timer_when_i_am_taking_a_break_on_social_media$3 = "当我在休息期间使用社交媒体时,我会设置一个计时器";
|
|
14027
|
+
var increase_engagement_in_class$3 = "增加课堂参与度";
|
|
14028
|
+
var avoid_distracting_websites_other_tasks_in_class$3 = "避免在课堂上浏览网站或做其他分散注意力的事情";
|
|
14029
|
+
var i_will_pay_attention_to_the_instructions_in_class$3 = "我会注意课堂上的指示。";
|
|
14030
|
+
var i_will_actively_participate_in_class_more$3 = "我会积极参与课堂活动。";
|
|
14031
|
+
var i_will_participate_more_in_class_activities$3 = "我会更多地参与课堂活动。";
|
|
14032
|
+
var i_will_ask_questions_in_class_related_to_the_topic_to_improve_my_understanding_learning$3 = "我会在课堂上提出与主题相关的问题,以提高我的理解/学习。";
|
|
14033
|
+
var i_will_volunteer_to_answer_questions_in_class_more$3 = "我会自愿在课堂上回答更多问题。";
|
|
14034
|
+
var avoid_distracting_websites$3 = "避免分散注意力的网站";
|
|
14035
|
+
var i_will_set_up_time_limits_for_distracting_website_via_a_chrome_extension$3 = "我会通过 chrome 扩展程序为分散注意力的网站设置时间限制。";
|
|
14036
|
+
var i_will_close_all_tabs_not_related_to_my_task$3 = "我会关闭所有与我的任务无关的标签。";
|
|
14037
|
+
var getting_help_when_needed$3 = "在需要时获得帮助";
|
|
14038
|
+
var i_will_meet_with_my_teacher_outside_of_class_when_i_need_help$3 = "当我需要帮助时,我会在课外与老师见面";
|
|
14039
|
+
var i_will_email_my_teacher_when_i_need_help$3 = "当我需要帮助时,我会给老师发电子邮件";
|
|
14040
|
+
var i_will_ask_questions_in_class_when_i_do_not_know_what_to_d$3 = "当我不知道该做什么时,我会在课堂上提问";
|
|
14041
|
+
var understanding_my_accommodations$3 = "了解我的便利设施";
|
|
14042
|
+
var i_will_know_and_understand_my_accommodations$3 = "我会了解并理解我的便利设施";
|
|
14043
|
+
var i_will_ask_for_my_accommodations_when_i_need_them_in_class$3 = "当我在课堂上需要便利设施时,我会要求便利设施";
|
|
14044
|
+
var i_will_tell_my_case_manager_when_i_no_longer_need_an_accommodations$3 = "当我不再需要便利设施时,我会告诉我的案例经理。";
|
|
14045
|
+
var i_will_talk_to_my_case_manager_when_i_feel_i_need_additional_or_different_accommodations$3 = "当我觉得我需要额外或不同的便利设施时,我会与我的案例经理交谈。";
|
|
14046
|
+
var procrastination$3 = "拖延";
|
|
14047
|
+
var planning_ahead$3 = "提前计划";
|
|
14048
|
+
var i_will_spend_x_amount_of_time_x_times_a_week_on_longterm_projects$3 = "我会每周花费 x 次时间在长期项目上";
|
|
14049
|
+
var i_will_plan_tasks_for_the_week_on_monday_or_the_friday_before$3 = "我会在周一或之前的周五计划本周的任务";
|
|
14050
|
+
var i_will_add_task_to_my_planner_when_assigned_in_class$3 = "当课堂上分配任务时,我会将任务添加到我的计划器中";
|
|
14051
|
+
var task_initiation$3 = "任务启动";
|
|
14052
|
+
var i_will_start_tasks_on_the_day_given_and_finish_if_time_allows$3 = "我会在给定的日期开始做任务,并在时间允许的情况下完成";
|
|
14053
|
+
var i_will_finish_tasks_early_or_before_they_are_due$3 = "我会提前或在到期前完成任务";
|
|
14054
|
+
var my_thoughts_and_feelings_are_important$3 = "我的想法和感受很重要。";
|
|
14055
|
+
var today$3 = "今天";
|
|
14056
|
+
var this_week$3 = "本周";
|
|
14057
|
+
var this_month$3 = "本月";
|
|
14058
|
+
var male$3 = "男";
|
|
14059
|
+
var female$3 = "女";
|
|
14060
|
+
var type_something_to_search_students$3 = "输入内容以搜索学生";
|
|
14061
|
+
var assign_for_selected_students$3 = "为选定的学生分配";
|
|
14062
|
+
var assistant_email$3 = "助理电子邮件";
|
|
14063
|
+
var counselor_email$3 = "辅导员电子邮件";
|
|
14064
|
+
var support_teacher_email$3 = "支持教师电子邮件";
|
|
14065
|
+
var add_new_answer$3 = "添加新答案";
|
|
14066
|
+
var edit_template$3 = "编辑模板";
|
|
14067
|
+
var add_questions$3 = "添加问题";
|
|
14068
|
+
var edit_email_template$3 = "编辑电子邮件模板";
|
|
14069
|
+
var contact_mail$3 = "联系邮件";
|
|
14070
|
+
var announcements$3 = "公告";
|
|
14071
|
+
var schedule_information$3 = "时间表信息";
|
|
14072
|
+
var welcome_new_teacher_assistant$3 = "欢迎新教师/助理";
|
|
14073
|
+
var contact_request$3 = "联系请求";
|
|
14074
|
+
var welcome_new_teacher$3 = "欢迎新教师";
|
|
14075
|
+
var welcome_new_student$3 = "欢迎新学生";
|
|
14076
|
+
var welcome_new_assistant$3 = "欢迎新助理";
|
|
14077
|
+
var welcome_new_parent$3 = "欢迎新家长";
|
|
14078
|
+
var welcome_new_edu_teacher$3 = "欢迎新 eduTeacher";
|
|
14079
|
+
var forgot_password$3 = "忘记密码";
|
|
14080
|
+
var welcome_new_counselor$3 = "欢迎新辅导员";
|
|
14081
|
+
var user_first_name$3 = "用户名字";
|
|
14082
|
+
var user_last_name$3 = "用户姓氏";
|
|
14083
|
+
var password$3 = "密码";
|
|
14084
|
+
var message$3 = "消息";
|
|
14085
|
+
var domain$3 = "域";
|
|
14086
|
+
var basic$3 = "基本版";
|
|
14087
|
+
var premium$3 = "高级版";
|
|
14088
|
+
var enterprise$3 = "企业版";
|
|
14089
|
+
var are_you_sure_to_request_to_change_to_this_plan$3 = "您确定要请求更改为此计划吗?";
|
|
14090
|
+
var images$3 = "图像";
|
|
14091
|
+
var audios$3 = "音频";
|
|
14092
|
+
var docs$3 = "文档";
|
|
14093
|
+
var videos$3 = "视频";
|
|
14094
|
+
var auto_save_after_every_1_min$3 = "每 1 分钟自动保存";
|
|
14095
|
+
var no_user_to_display$3 = "无用户显示";
|
|
14096
|
+
var on_a_scale_from_0_10_how_likely_are_you_to_recommend_us_to_a_friend_or_colleague$3 = "在 0-10 的范围内,您向朋友或同事推荐我们的可能性有多大?";
|
|
14097
|
+
var not_likely_at_all$3 = "完全不可能";
|
|
14098
|
+
var extremely_likely$3 = "极有可能";
|
|
14099
|
+
var uwcsea_sg_climate_survey_connections_with_adults_and_peers$3 = "UWCSEA-SG 气候调查:与成人和同龄人的联系";
|
|
14100
|
+
var uwcsea_sg_climate_survey_do_you_need_some_extra_help_or_support$3 = "UWCSEA-SG 气候调查:您需要一些额外的帮助或支持吗?";
|
|
14101
|
+
var uwcsea_sg_climate_survey_my_health_and_wellbeing$3 = "UWCSEA-SG 气候调查:我的健康和幸福感";
|
|
14102
|
+
var uwcsea_sg_climate_survey_open_ended_questions$3 = "UWCSEA-SG 气候调查:开放式问题";
|
|
14103
|
+
var uwcsea_sg_climate_suvey_holistic_learning_experiences$3 = "UWCSEA-SG 气候调查:整体学习体验";
|
|
14104
|
+
var import_email_by_csv$2 = "通过 csv 导入电子邮件";
|
|
14105
|
+
var single_choice$3 = "单选";
|
|
14106
|
+
var multiple_choice$3 = "多选";
|
|
14107
|
+
var text_input$3 = "文本输入";
|
|
14108
|
+
var emotional$3 = "情感";
|
|
14109
|
+
var summarize$3 = "总结";
|
|
14110
|
+
var rating$3 = "评分";
|
|
14111
|
+
var learning_strategy$3 = "学习策略";
|
|
14112
|
+
var drop_down$3 = "下拉菜单";
|
|
14113
|
+
var happiness_intervetion$3 = "幸福感_干预";
|
|
14114
|
+
var sdq_standard$3 = "SDQ 标准";
|
|
14115
|
+
var diversity_equity_inclusion_and_justice$3 = "多样性、公平、包容和正义";
|
|
14116
|
+
var climate_survey$3 = "气候调查";
|
|
14117
|
+
var intervention_safety$3 = "干预-安全";
|
|
14118
|
+
var intervention_stress$3 = "干预-压力";
|
|
14119
|
+
var safety_at_home$3 = "家庭安全";
|
|
14120
|
+
var wellbeing$3 = "幸福感";
|
|
14121
|
+
var depression_questions$3 = "抑郁问题";
|
|
14122
|
+
var level_1_learners_goal_conference$3 = "1 级学习者-目标讨论会";
|
|
14123
|
+
var level_1_learners_balanced_conference$3 = "1 级学习者-平衡讨论会";
|
|
14124
|
+
var level_1_learners_habits_and_attitudes_towards_learning_conference$3 = "1 级学习者-学习习惯及态度讨论会";
|
|
14125
|
+
var level_2_learners_digital_citizenship$3 = "2 级学习者-数字公民";
|
|
14126
|
+
var level_1_learners_digital_citizenship$3 = "1 级学习者-数字公民";
|
|
14127
|
+
var level_2_learners_communication$3 = "2 级学习者-沟通";
|
|
14128
|
+
var level_1_learners_communication$3 = "1 级学习者-沟通";
|
|
14129
|
+
var level_2_learners_collaboration$3 = "2 级学习者-协作";
|
|
14130
|
+
var level_1_learners_collaboration$3 = "1 级学习者-协作";
|
|
14131
|
+
var level_2_learners_self_directed_learning$3 = "2 级学习者-自我导向学习";
|
|
14132
|
+
var level_2_learners_self_management_skills$3 = "2 级学习者-自我管理技能";
|
|
14133
|
+
var level_1_learners_self_management_skills$3 = "1 级学习者-自我管理技能";
|
|
14134
|
+
var level_2_learners_self_advocacy$3 = "2 级学习者-自我倡导";
|
|
14135
|
+
var level_1_learners_self_advocacy$3 = "1 级学习者-自我倡导";
|
|
14136
|
+
var level_2_learners_self_awareness$3 = "2 级学习者-自我意识";
|
|
14137
|
+
var level_1_learners_self_awareness$3 = "1 级学习者-自我意识";
|
|
14138
|
+
var level_2_learners_learning_and_study_skills$3 = "2 级学习者-学习和学习技能";
|
|
14139
|
+
var level_1_learners_learning_and_study_skills_session$3 = "1 级学习者-学习和学习技能会话";
|
|
14140
|
+
var level_2_learners_organization$3 = "2 级学习者-组织";
|
|
14141
|
+
var level_1_learners_organization_session$3 = "1 级学习者-组织会话";
|
|
14142
|
+
var level_2_learners_goal_conference$3 = "2 级学习者-目标讨论会";
|
|
14143
|
+
var level_2_learners_habits_and_attitudes_towards_learning_conference$3 = "2 级学习者-习惯和学习态度讨论会";
|
|
14144
|
+
var level_2_learners_balanced_conference$3 = "2 级学习者-平衡讨论会";
|
|
14145
|
+
var level_2_learners_goal_s_session$3 = "2 级学习者- 目标会话";
|
|
14146
|
+
var level_1_learners_goal_s_session$3 = "1 级学习者- 目标会话";
|
|
14147
|
+
var level_2_learners_study_strategies_session$3 = "2 级学习者- 学习策略会话";
|
|
14148
|
+
var level_2_learners_academic_session$3 = "2 级学习者- 学术会话";
|
|
14149
|
+
var level_1_learners_academic_session$3 = "1 级学习者- 学术会话";
|
|
14150
|
+
var level_2_learners_habits_and_attitudes_towards_learning_session$3 = "2 级学习者-习惯和学习态度会话";
|
|
14151
|
+
var level_1_learners_habits_and_attitudes_towards_learning_session$3 = "1 级学习者- 习惯和学习态度会话";
|
|
14152
|
+
var level_2_learners_general_session$3 = "2 级学习者- 一般会话";
|
|
14153
|
+
var level_1_learners_general_sessio$3 = "1 级学习者- 一般会话";
|
|
14154
|
+
var social_and_emotional_learning$3 = "社交和情感学习";
|
|
14155
|
+
var end_of_class_reflection_questions$3 = "课后反思问题";
|
|
14156
|
+
var impulse_control_self_monitoring$3 = "冲动控制/自我监控";
|
|
14157
|
+
var planning_problem_solving$3 = "计划/问题解决";
|
|
14158
|
+
var teacher_sense_of_self_efficacy_tses$3 = "教师自我效能感 (TSES)";
|
|
14159
|
+
var general_strategies_for_learning_gsl$3 = "一般学习策略 (GSL)";
|
|
14160
|
+
var focusing_attention$3 = "集中注意力";
|
|
14161
|
+
var memory$3 = "记忆";
|
|
14162
|
+
var responsible_decision_making$3 = "负责任决策";
|
|
14163
|
+
var social_awareness$3 = "社交意识";
|
|
14164
|
+
var relationship_skills$3 = "人际关系技巧";
|
|
14165
|
+
var habits_and_attitudes_towards_learning_hal$3 = "习惯和学习态度 (HAL)";
|
|
14166
|
+
var end_of_conference_questions$3 = "会议结束问题";
|
|
14167
|
+
var life_skills$3 = "生活技能";
|
|
14168
|
+
var health_and_fitness$3 = "健康与健身";
|
|
14169
|
+
var executive_functions$3 = "执行功能";
|
|
14170
|
+
var study_skills$3 = "学习技巧";
|
|
14171
|
+
var metacognitive_self_regulation$3 = "元认知自我调节";
|
|
14172
|
+
var educational_satisfaction$3 = "教育满意度";
|
|
14173
|
+
var default_session_questions$3 = "默认会话问题";
|
|
14174
|
+
var test_question_category_1$3 = "测试问题类别 1";
|
|
14175
|
+
var are_you_a_boarder_or_day_student$3 = "您是寄宿生还是走读生?";
|
|
14176
|
+
var before_i_make_a_decision_i_consider_the_consequences$3 = "在做出决定之前,我会考虑后果";
|
|
14177
|
+
var do_you_have_any_of_the_following_learning_difference_eg_dyslexia_adhd_long_term_illness_health_condition_physical_visual_hearing_impairment_social_behavioural_difference_eg_asd_tourettes$3 = "您是否有以下任何一种情况:学习障碍(例如阅读障碍、注意力缺陷多动障碍)、长期疾病/健康状况、身体/视觉/听力障碍、社交/行为障碍(例如自闭症、图雷特氏综合症)。";
|
|
14178
|
+
var how_would_you_describe_your_religious_beliefs$3 = "您如何描述您的宗教信仰?";
|
|
14179
|
+
var how_would_you_describe_your_sexual_orientation$3 = "您如何描述您的性取向?";
|
|
14180
|
+
var i_actively_pursue_activities_that_align_with_my_passions_and_values$3 = "我积极追求符合我的激情和价值观的活动。";
|
|
14181
|
+
var i_always_have_someone_to_eat_lunch_with$3 = "我总是有人陪我吃午饭。";
|
|
14182
|
+
var i_am_alone_more_often_than_i_would_like$3 = "我独处的次数比我想要的要多。";
|
|
14183
|
+
var i_am_happy_with_the_marks_i_get_at_school$3 = "我对我在学校取得的成绩很满意。";
|
|
14184
|
+
var academics_homework_studying_and_grades$3 = "学业 家庭作业、学习和成绩";
|
|
14185
|
+
var growth_improvement_in_study_habits_grades_sports_clubs_or_personal_projects$3 = "成长 改善学习习惯、成绩、运动、俱乐部或个人项目";
|
|
14186
|
+
var productivity_accomplishing_important_tasks_and_limiting_distractions$3 = "生产力 完成重要任务并减少干扰";
|
|
14187
|
+
var relationships_family_friends_and_teachers$3 = "关系 家人、朋友和老师";
|
|
14188
|
+
var anything_else_you_want_to_tell_your_teacher$3 = "还有什么想告诉老师的吗?";
|
|
14189
|
+
var did_you_bring_what_you_needed_for_this_class$3 = "您带了这堂课所需的东西吗?";
|
|
14190
|
+
var did_you_complete_all_the_classwork_for_today_s_class$3 = "您完成了今天课程的所有课堂作业吗?";
|
|
14191
|
+
var did_you_have_your_materials_ready_at_the_start_of_class_time$3 = "上课时您准备好材料了吗?";
|
|
14192
|
+
var do_you_have_any_missing_assignments_for_this_class$3 = "这堂课您还有什么未完成的作业吗?";
|
|
14193
|
+
var assign_bulk$3 = "批量分配";
|
|
14194
|
+
var assign_bulk_student$3 = "批量分配学生";
|
|
14195
|
+
var instruction$3 = "说明";
|
|
14196
|
+
var name_is_required$3 = "姓名为必填项";
|
|
14197
|
+
var instruction_is_required$3 = "说明为必填项";
|
|
14198
|
+
var add_item$3 = "添加项目";
|
|
14199
|
+
var conference_rubric_items_is_empty$3 = "会议评分标准项目为空";
|
|
14200
|
+
var blank_row_or_column$3 = "空白行或列";
|
|
14201
|
+
var question_list$3 = "问题列表";
|
|
14202
|
+
var question_is_required$3 = "问题是必填项";
|
|
14203
|
+
var select_skill$3 = "选择技能";
|
|
14204
|
+
var type_and_press_enter_to_add_new_row$3 = "输入并按 Enter 添加新行";
|
|
14205
|
+
var do_you_want_to_remove_this_row$3 = "是否要删除此行?";
|
|
14206
|
+
var do_you_want_to_remove_this_custom_alert$3 = "您想删除此自定义提醒吗?";
|
|
14207
|
+
var remove_custom_alert_successfully$3 = "成功删除自定义提醒";
|
|
14208
|
+
var do_you_want_to_remove_this_skill$3 = "是否要删除此技能?";
|
|
14209
|
+
var remove_skill_successfully$3 = "成功删除技能";
|
|
14210
|
+
var do_you_want_to_remove_this_subject$3 = "是否要删除此主题?";
|
|
14211
|
+
var remove_subject_successfully$3 = "成功删除主题";
|
|
14212
|
+
var do_you_want_to_remove_this_learning_support_category$3 = "是否要删除此学习支持类别?";
|
|
14213
|
+
var remove_learning_support_category_successfully$3 = "成功删除学习支持类别";
|
|
14214
|
+
var do_you_want_to_remove_this_learning_strategy$3 = "您想删除此学习策略吗?";
|
|
14215
|
+
var remove_learning_strategy_successfully$3 = "成功删除学习策略";
|
|
14216
|
+
var cant_delete_question$3 = "无法删除问题";
|
|
14217
|
+
var do_you_want_to_remove_this_goal_example$3 = "您想删除此目标示例吗?";
|
|
14218
|
+
var remove_question_successfully$3 = "成功删除问题";
|
|
14219
|
+
var do_you_want_to_remove_this_badge$3 = "您想删除此徽章吗?";
|
|
14220
|
+
var remove_badge_successfully$3 = "成功删除徽章";
|
|
14221
|
+
var do_you_want_to_remove_this_blank_day$3 = "您想删除这个空白日吗?";
|
|
14222
|
+
var remove_blank_day_successfully$3 = "成功删除空白日";
|
|
14223
|
+
var do_you_want_to_remove_this_band_score$3 = "您想删除此分数吗?";
|
|
14224
|
+
var remove_band_score_successfully$3 = "成功删除分数";
|
|
14225
|
+
var is_used$3 = "已使用";
|
|
14226
|
+
var time_oneRoster_sync_hh$3 = "时间 OneRoster Sync (HH)";
|
|
14227
|
+
var small_text$3 = "小文本";
|
|
14228
|
+
var medium_text$3 = "中文本";
|
|
14229
|
+
var large_text$3 = "大文本";
|
|
14230
|
+
var edit_parent_1_information$3 = "编辑家长 1 信息";
|
|
14231
|
+
var edit_parent_2_information$3 = "编辑家长 2 信息";
|
|
14232
|
+
var last_1_1$3 = "最后一对一";
|
|
14233
|
+
var how_would_you_rate_your_chances_of_achieving_this_goal$3 = "您如何评价实现此目标的机会?";
|
|
14234
|
+
var add_name$3 = "添加姓名";
|
|
14235
|
+
var activity_list$3 = "活动列表";
|
|
14236
|
+
var select_academic_year$3 = "选择学年";
|
|
14237
|
+
var a_number_of_staff$3 = "一些员工";
|
|
14238
|
+
var staffs$3 = "员工";
|
|
14239
|
+
var how_are_you_today$3 = "您今天怎么样?";
|
|
14240
|
+
var what_was_the_purpose_or_focus_of_today_s_class$3 = "今天的课程的目的或重点是什么?";
|
|
14241
|
+
var header_1$3 = "标题 1";
|
|
14242
|
+
var header_2$3 = "标题 2";
|
|
14243
|
+
var header_3$3 = "标题 3";
|
|
14244
|
+
var header_4$3 = "标题 4";
|
|
14245
|
+
var header_5$3 = "标题 5";
|
|
14246
|
+
var header_6$3 = "标题 6";
|
|
14247
|
+
var staying_focused$3 = "保持专注";
|
|
14248
|
+
var text_input_question$3 = "文本输入问题";
|
|
14249
|
+
var vs_last_year$3 = "与去年相比";
|
|
14250
|
+
var leave_page$3 = "离开页面";
|
|
14251
|
+
var how_much_did_reflecting_during_this_session_help_your_learning_improve$3 = "本次会话反思对您的学习进步有多大帮助?";
|
|
14252
|
+
var last_1_1_conversation$3 = "上次一对一对话";
|
|
14253
|
+
var student_has_started_this_conference_are_you_sure_to_delete$3 = "学生已开始本次讨论会。您确定要删除吗?";
|
|
14254
|
+
var student_has_started_this_check_in_are_you_sure_to_delete$3 = "学生已开始本次签到。您确定要删除吗?";
|
|
14255
|
+
var student_has_not_started_this_one_to_one_are_you_sure_to_delete$3 = "学生尚未开始本次一对一。您确定要删除吗?";
|
|
14256
|
+
var my_accommodations$3 = "我的便利设施";
|
|
14257
|
+
var accommodation_set$3 = "便利设施设置";
|
|
14258
|
+
var add_new_accommodation$3 = "添加新便利设施";
|
|
14259
|
+
var print_my_accommodations$3 = "打印我的便利设施";
|
|
14260
|
+
var my_learning_progress$3 = "我的学习进度";
|
|
14261
|
+
var responses_and_response_rates_per_question$4 = "每个问题的答复和答复率";
|
|
14262
|
+
var responses_comparisons$4 = "回复比较";
|
|
14263
|
+
var dropdown_and_verbal_questions_responses$4 = "下拉菜单和口头问答";
|
|
14264
|
+
var mario_tools$4 = "MARIO 工具";
|
|
14265
|
+
var customize$4 = "自定义";
|
|
14266
|
+
var techical_settings$4 = "技术设置";
|
|
14267
|
+
var data_import_export$4 = "数据导入/导出";
|
|
14268
|
+
var question_text$4 = "问题文本";
|
|
14269
|
+
var weekly_quests$1 = "每周任务";
|
|
14270
|
+
var inactive_students$4 = "非活跃学生";
|
|
14271
|
+
var lang_zh = {
|
|
14272
|
+
dashboard: dashboard$4,
|
|
14273
|
+
user: user$4,
|
|
14274
|
+
question_bank: question_bank$4,
|
|
14275
|
+
email_template: email_template$4,
|
|
14276
|
+
custom_alert: custom_alert$4,
|
|
14277
|
+
set_up: set_up$4,
|
|
14278
|
+
media_gallery: media_gallery$4,
|
|
14279
|
+
district_school_list: district_school_list$4,
|
|
14280
|
+
export_to_pdf: export_to_pdf$4,
|
|
14281
|
+
the_data_is_taken_from_the_home_screen: the_data_is_taken_from_the_home_screen$4,
|
|
14282
|
+
make_sure_everything_is_set_correctly_before_exporting: make_sure_everything_is_set_correctly_before_exporting$4,
|
|
14283
|
+
cancel: cancel$4,
|
|
14284
|
+
hey: hey$4,
|
|
14285
|
+
readiness_to_learn: readiness_to_learn$4,
|
|
14286
|
+
high_impact_learning_strategies: high_impact_learning_strategies$4,
|
|
14287
|
+
"1_to_1": "一对一",
|
|
14288
|
+
check_in: check_in$4,
|
|
14289
|
+
check_ins: check_ins$4,
|
|
14290
|
+
reflection: reflection$4,
|
|
14291
|
+
conferences: conferences$4,
|
|
14292
|
+
safety: safety$4,
|
|
14293
|
+
student_by_age: student_by_age$4,
|
|
14294
|
+
students_by_designation: students_by_designation$4,
|
|
14295
|
+
calendar: calendar$4,
|
|
14296
|
+
gender: gender$4,
|
|
14297
|
+
grade: grade$4,
|
|
14298
|
+
current_grade: current_grade$4,
|
|
14299
|
+
student_name: student_name$4,
|
|
14300
|
+
teacher_name: teacher_name$4,
|
|
14301
|
+
start_date: start_date$4,
|
|
14302
|
+
end_date: end_date$4,
|
|
14303
|
+
tooltip_content_readiness_to_learn_chart: tooltip_content_readiness_to_learn_chart$4,
|
|
14304
|
+
tooltip_content_high_impact_chart: tooltip_content_high_impact_chart$4,
|
|
14305
|
+
tooltip_content_1_to_1_chart: tooltip_content_1_to_1_chart$4,
|
|
14306
|
+
tooltip_content_class_reflection_chart: tooltip_content_class_reflection_chart$4,
|
|
14307
|
+
tooltip_content_conference_chart: tooltip_content_conference_chart$4,
|
|
14308
|
+
tooltip_content_safety_chart: tooltip_content_safety_chart$4,
|
|
14309
|
+
tooltip_content_student_by_age_chart: tooltip_content_student_by_age_chart$4,
|
|
14310
|
+
tooltip_content_students_by_designation: tooltip_content_students_by_designation$4,
|
|
14311
|
+
total_1_to_1: total_1_to_1$4,
|
|
14312
|
+
total_check_in: total_check_in$4,
|
|
14313
|
+
total_1_to_1_time: total_1_to_1_time$4,
|
|
14314
|
+
total_conferences: total_conferences$4,
|
|
14315
|
+
total_conferences_time: total_conferences_time$4,
|
|
14316
|
+
total_class_reflection_check_ins: total_class_reflection_check_ins$4,
|
|
14317
|
+
create_user: create_user$4,
|
|
14318
|
+
edit_user: edit_user$4,
|
|
14319
|
+
change_password: change_password$4,
|
|
14320
|
+
type_something_to_search_by_user_name: type_something_to_search_by_user_name$4,
|
|
14321
|
+
total_of_users: total_of_users$4,
|
|
14322
|
+
name: name$4,
|
|
14323
|
+
email: email$4,
|
|
14324
|
+
age: age$4,
|
|
14325
|
+
role: role$4,
|
|
14326
|
+
active_status: active_status$4,
|
|
14327
|
+
action: action$4,
|
|
14328
|
+
Active: Active$1,
|
|
14329
|
+
inactive: inactive$4,
|
|
14330
|
+
create: create$4,
|
|
14331
|
+
update: update$4,
|
|
14332
|
+
first_name: first_name$4,
|
|
14333
|
+
date_of_birth: date_of_birth$4,
|
|
14334
|
+
last_name: last_name$4,
|
|
14335
|
+
roles: roles$4,
|
|
14336
|
+
status: status$4,
|
|
14337
|
+
send_forgot_password_link: send_forgot_password_link$4,
|
|
14338
|
+
download_user_data: download_user_data$4,
|
|
14339
|
+
current_password: current_password$4,
|
|
14340
|
+
new_password: new_password$4,
|
|
14341
|
+
confirm_password: confirm_password$4,
|
|
14342
|
+
save: save$4,
|
|
14343
|
+
type_something_to_search_question: type_something_to_search_question$4,
|
|
14344
|
+
type_something_to_search_category: type_something_to_search_category$4,
|
|
14345
|
+
total_of_questions: total_of_questions$4,
|
|
14346
|
+
create_question: create_question$4,
|
|
14347
|
+
edit_question: edit_question$4,
|
|
14348
|
+
question_type: question_type$4,
|
|
14349
|
+
category: category$4,
|
|
14350
|
+
sub_category: sub_category$4,
|
|
14351
|
+
"Question text": "问题文本",
|
|
14352
|
+
text: text$4,
|
|
14353
|
+
is_default_question_for_one_to_one: is_default_question_for_one_to_one$4,
|
|
14354
|
+
default_question_for_students_or_teachers: default_question_for_students_or_teachers$4,
|
|
14355
|
+
is_default_question_general_class: is_default_question_general_class$4,
|
|
14356
|
+
default_question_general_for_students_or_teachers: default_question_general_for_students_or_teachers$4,
|
|
14357
|
+
before_session: before_session$4,
|
|
14358
|
+
edit_custom_alert: edit_custom_alert$4,
|
|
14359
|
+
create_custom_alert: create_custom_alert$4,
|
|
14360
|
+
total_of_custom_alert: total_of_custom_alert$4,
|
|
14361
|
+
number_of_sessions: number_of_sessions$4,
|
|
14362
|
+
number_of_students: number_of_students$4,
|
|
14363
|
+
begin_date: begin_date$4,
|
|
14364
|
+
duration_days: duration_days$4,
|
|
14365
|
+
students: students$4,
|
|
14366
|
+
create_skill: create_skill$4,
|
|
14367
|
+
edit_skill: edit_skill$4,
|
|
14368
|
+
total_of_skills: total_of_skills$4,
|
|
14369
|
+
description: description$4,
|
|
14370
|
+
skill: skill$4,
|
|
14371
|
+
parent_category: parent_category$4,
|
|
14372
|
+
edit_subject: edit_subject$4,
|
|
14373
|
+
create_subject: create_subject$4,
|
|
14374
|
+
total_of_subjects: total_of_subjects$4,
|
|
14375
|
+
color: color$4,
|
|
14376
|
+
create_learning_support_category: create_learning_support_category$4,
|
|
14377
|
+
edit_learning_support_category: edit_learning_support_category$4,
|
|
14378
|
+
create_category: create_category$4,
|
|
14379
|
+
edit_category: edit_category$4,
|
|
14380
|
+
total_of_learning_support_categories: total_of_learning_support_categories$4,
|
|
14381
|
+
default_color: default_color$4,
|
|
14382
|
+
edit_strategy: edit_strategy$4,
|
|
14383
|
+
create_strategy: create_strategy$4,
|
|
14384
|
+
create_learning_strategy: create_learning_strategy$4,
|
|
14385
|
+
total_of_strategies: total_of_strategies$4,
|
|
14386
|
+
strategy_name: strategy_name$4,
|
|
14387
|
+
question: question$4,
|
|
14388
|
+
detail: detail$4,
|
|
14389
|
+
strategy: strategy$4,
|
|
14390
|
+
best_fit: best_fit$4,
|
|
14391
|
+
create_goal_example: create_goal_example$4,
|
|
14392
|
+
edit_goal_example: edit_goal_example$2,
|
|
14393
|
+
total_of_goal_examples: total_of_goal_examples$4,
|
|
14394
|
+
short_term_target_examples: short_term_target_examples$4,
|
|
14395
|
+
goal_example: goal_example$4,
|
|
14396
|
+
edit_badge: edit_badge$4,
|
|
14397
|
+
create_badge: create_badge$4,
|
|
14398
|
+
total_of_badges: total_of_badges$4,
|
|
14399
|
+
icon: icon$4,
|
|
14400
|
+
badge: badge$4,
|
|
14401
|
+
badge_image: badge_image$4,
|
|
14402
|
+
edit_semester: edit_semester$4,
|
|
14403
|
+
create_semester: create_semester$4,
|
|
14404
|
+
update_school_break_month: update_school_break_month$4,
|
|
14405
|
+
total_of_semesters: total_of_semesters$4,
|
|
14406
|
+
total_of_academicyear: total_of_academicyear$3,
|
|
14407
|
+
semester: semester$4,
|
|
14408
|
+
breaking_month: breaking_month$4,
|
|
14409
|
+
change_breaking_month: change_breaking_month$4,
|
|
14410
|
+
school_year_break_month: school_year_break_month$4,
|
|
14411
|
+
edit_blank_day: edit_blank_day$4,
|
|
14412
|
+
create_blank_day: create_blank_day$4,
|
|
14413
|
+
total_of_blank_days: total_of_blank_days$4,
|
|
14414
|
+
start_time: start_time$4,
|
|
14415
|
+
end_time: end_time$4,
|
|
14416
|
+
school_blank_day: school_blank_day$4,
|
|
14417
|
+
edit_point: edit_point$4,
|
|
14418
|
+
create_new_point: create_new_point$4,
|
|
14419
|
+
total_of_point: total_of_point$4,
|
|
14420
|
+
label: label$4,
|
|
14421
|
+
value: value$4,
|
|
14422
|
+
break_point: break_point$4,
|
|
14423
|
+
update_break_point: update_break_point$4,
|
|
14424
|
+
maximum_number_of_admins: maximum_number_of_admins$4,
|
|
14425
|
+
maximum_number_of_assistants: maximum_number_of_assistants$4,
|
|
14426
|
+
maximum_number_of_students: maximum_number_of_students$4,
|
|
14427
|
+
maximum_number_of_teachers: maximum_number_of_teachers$4,
|
|
14428
|
+
request_to_this_plan: request_to_this_plan$4,
|
|
14429
|
+
type_something_to_search_reflection_result: type_something_to_search_reflection_result$4,
|
|
14430
|
+
user_deleted: user_deleted$4,
|
|
14431
|
+
export_user_data: export_user_data$4,
|
|
14432
|
+
alert_delete_user: alert_delete_user$4,
|
|
14433
|
+
delete_user: delete_user$2,
|
|
14434
|
+
alert_delete_teacher: alert_delete_teacher$4,
|
|
14435
|
+
list_students: list_students$4,
|
|
14436
|
+
student_email: student_email$4,
|
|
14437
|
+
current_teacher_name: current_teacher_name$4,
|
|
14438
|
+
current_teacher_email: current_teacher_email$4,
|
|
14439
|
+
change_save: change_save$4,
|
|
14440
|
+
select_teacher_change: select_teacher_change$4,
|
|
14441
|
+
current_assistant_name: current_assistant_name$4,
|
|
14442
|
+
current_assistant_email: current_assistant_email$4,
|
|
14443
|
+
remove_assistant: remove_assistant$4,
|
|
14444
|
+
switch_assistant: switch_assistant$4,
|
|
14445
|
+
select_assistant_change: select_assistant_change$4,
|
|
14446
|
+
select_assistant: select_assistant$4,
|
|
14447
|
+
welcome_email_resend: welcome_email_resend$4,
|
|
14448
|
+
send_for_selected_users: send_for_selected_users$4,
|
|
14449
|
+
user_name: user_name$4,
|
|
14450
|
+
user_email: user_email$4,
|
|
14451
|
+
level: level$4,
|
|
14452
|
+
use_for: use_for$4,
|
|
14453
|
+
admin_training: admin_training$4,
|
|
14454
|
+
teacher_training: teacher_training$4,
|
|
14455
|
+
created_time: created_time$4,
|
|
14456
|
+
total_reflections: total_reflections$4,
|
|
14457
|
+
student_training: student_training$4,
|
|
14458
|
+
create_designation: create_designation$4,
|
|
14459
|
+
total_of_designation: total_of_designation$4,
|
|
14460
|
+
designations: designations$4,
|
|
14461
|
+
edit_designation: edit_designation$4,
|
|
14462
|
+
confirm: confirm$5,
|
|
14463
|
+
hello: hello$4,
|
|
14464
|
+
todays_1_1: todays_1_1$4,
|
|
14465
|
+
todays_check_in: todays_check_in$4,
|
|
14466
|
+
todays_Conferences: todays_Conferences$4,
|
|
14467
|
+
next_meeting: next_meeting$4,
|
|
14468
|
+
next_conference: next_conference$4,
|
|
14469
|
+
todays_schedule: todays_schedule$4,
|
|
14470
|
+
action_points: action_points$4,
|
|
14471
|
+
upcoming: upcoming$4,
|
|
14472
|
+
see_all_action_points: see_all_action_points$4,
|
|
14473
|
+
add: add$4,
|
|
14474
|
+
edit_action_point: edit_action_point$4,
|
|
14475
|
+
add_action_point: add_action_point$4,
|
|
14476
|
+
title: title$4,
|
|
14477
|
+
type_title: type_title$4,
|
|
14478
|
+
subject: subject$4,
|
|
14479
|
+
"class": "班级",
|
|
14480
|
+
select_date: select_date$4,
|
|
14481
|
+
date: date$4,
|
|
14482
|
+
select_time: select_time$4,
|
|
14483
|
+
time: time$4,
|
|
14484
|
+
notification: notification$4,
|
|
14485
|
+
no_notification: no_notification$4,
|
|
14486
|
+
day: day$4,
|
|
14487
|
+
week: week$4,
|
|
14488
|
+
mark_as_done: mark_as_done$4,
|
|
14489
|
+
"delete": "删除",
|
|
14490
|
+
my_students: my_students$4,
|
|
14491
|
+
download_template: download_template$4,
|
|
14492
|
+
import_csv: import_csv$4,
|
|
14493
|
+
add_new: add_new$4,
|
|
14494
|
+
show_only_work_as_assistant: show_only_work_as_assistant$4,
|
|
14495
|
+
show_only_work_as_teacher: show_only_work_as_teacher$4,
|
|
14496
|
+
last_1_to_1: last_1_to_1$4,
|
|
14497
|
+
last_check_in: last_check_in$4,
|
|
14498
|
+
last_conference: last_conference$4,
|
|
14499
|
+
total_time: total_time$4,
|
|
14500
|
+
assistant_name: assistant_name$4,
|
|
14501
|
+
work_as_assistant: work_as_assistant$4,
|
|
14502
|
+
assign_assistant: assign_assistant$4,
|
|
14503
|
+
view: view$4,
|
|
14504
|
+
history: history$4,
|
|
14505
|
+
custom_recurrence: custom_recurrence$4,
|
|
14506
|
+
repeat_every: repeat_every$4,
|
|
14507
|
+
repeat_on: repeat_on$4,
|
|
14508
|
+
never: never$4,
|
|
14509
|
+
on: on$4,
|
|
14510
|
+
after: after$4,
|
|
14511
|
+
pick_a_date: pick_a_date$4,
|
|
14512
|
+
pick_a_time: pick_a_time$4,
|
|
14513
|
+
change_date: change_date$4,
|
|
14514
|
+
change_time: change_time$4,
|
|
14515
|
+
apply: apply$4,
|
|
14516
|
+
new_1_to_1: new_1_to_1$4,
|
|
14517
|
+
new_check_in: new_check_in$4,
|
|
14518
|
+
do_you_want_to_talk_with_teacher: do_you_want_to_talk_with_teacher$4,
|
|
14519
|
+
start_now: start_now$4,
|
|
14520
|
+
book_for_later: book_for_later$4,
|
|
14521
|
+
select_category: select_category$4,
|
|
14522
|
+
search_question_category: search_question_category$4,
|
|
14523
|
+
no_question: no_question$4,
|
|
14524
|
+
select_question: select_question$4,
|
|
14525
|
+
select_student: select_student$4,
|
|
14526
|
+
select_staff: select_staff$3,
|
|
14527
|
+
staff_name: staff_name$3,
|
|
14528
|
+
select_teacher: select_teacher$4,
|
|
14529
|
+
do_you_want_to_talk_with: do_you_want_to_talk_with$4,
|
|
14530
|
+
please_select_a_student: please_select_a_student$4,
|
|
14531
|
+
please_select_a_teacher: please_select_a_teacher$4,
|
|
14532
|
+
please_provide_a_valid_student: please_provide_a_valid_student$4,
|
|
14533
|
+
please_provide_a_valid_teacher: please_provide_a_valid_teacher$4,
|
|
14534
|
+
select_a_student_and_launch_a_new_session_or_book_one_for_later: select_a_student_and_launch_a_new_session_or_book_one_for_later$4,
|
|
14535
|
+
you_have_no_teacher: you_have_no_teacher$4,
|
|
14536
|
+
search_teacher: search_teacher$4,
|
|
14537
|
+
select_date_time: select_date_time$4,
|
|
14538
|
+
book_1_to_1: book_1_to_1$4,
|
|
14539
|
+
book_new_check_in: book_new_check_in$4,
|
|
14540
|
+
schedule: schedule$4,
|
|
14541
|
+
sessions_are_booked_as_10_minute_slots: sessions_are_booked_as_10_minute_slots$4,
|
|
14542
|
+
does_not_reoccur: does_not_reoccur$4,
|
|
14543
|
+
time_must_be_between_8_am_and_6_pm: time_must_be_between_8_am_and_6_pm$4,
|
|
14544
|
+
from: from$4,
|
|
14545
|
+
to: to$4,
|
|
14546
|
+
show_only_favorites: show_only_favorites$4,
|
|
14547
|
+
show_only_conversation: show_only_conversation$4,
|
|
14548
|
+
duration: duration$4,
|
|
14549
|
+
favorite: favorite$4,
|
|
14550
|
+
open: open$4,
|
|
14551
|
+
no_data: no_data$4,
|
|
14552
|
+
schedule_detail: schedule_detail$4,
|
|
14553
|
+
are_you_sure_you_want_to_cancel_this_schedule: are_you_sure_you_want_to_cancel_this_schedule$4,
|
|
14554
|
+
completed_1_to_1: completed_1_to_1$4,
|
|
14555
|
+
completed_check_in: completed_check_in$4,
|
|
14556
|
+
done: done$4,
|
|
14557
|
+
what_do_you_want_to_talk_about: what_do_you_want_to_talk_about$4,
|
|
14558
|
+
session_type: session_type$4,
|
|
14559
|
+
what_is_this_session_type: what_is_this_session_type$4,
|
|
14560
|
+
how_are_you_feeling_about_each_area_right_now: how_are_you_feeling_about_each_area_right_now$4,
|
|
14561
|
+
sleep_nutrition_exercise_physical_health_and_mental_health: sleep_nutrition_exercise_physical_health_and_mental_health$4,
|
|
14562
|
+
goals_activities_habits_and_strategies: goals_activities_habits_and_strategies$4,
|
|
14563
|
+
overall_how_are_you_feeling_today: overall_how_are_you_feeling_today$4,
|
|
14564
|
+
what_is_your_level_of_pride_in_yourself_today: what_is_your_level_of_pride_in_yourself_today$4,
|
|
14565
|
+
how_are_you_feeling_today: how_are_you_feeling_today$4,
|
|
14566
|
+
how_much_did_you_learn_from_this_session: how_much_did_you_learn_from_this_session$4,
|
|
14567
|
+
what_is_the_most_important_thing_you_learned_from_this_session: what_is_the_most_important_thing_you_learned_from_this_session$4,
|
|
14568
|
+
your_next_meeting: your_next_meeting$4,
|
|
14569
|
+
today_at: today_at$4,
|
|
14570
|
+
choose_if_you_want_to_do_it_now_or_if_you_would_like_to_book_for_later: choose_if_you_want_to_do_it_now_or_if_you_would_like_to_book_for_later$4,
|
|
14571
|
+
edit: edit$4,
|
|
14572
|
+
phone_number: phone_number$4,
|
|
14573
|
+
second_phone_number: second_phone_number$4,
|
|
14574
|
+
health_note: health_note$4,
|
|
14575
|
+
address: address$4,
|
|
14576
|
+
mtss: mtss$4,
|
|
14577
|
+
note: note$4,
|
|
14578
|
+
no_schedule: no_schedule$4,
|
|
14579
|
+
my_notes: my_notes$4,
|
|
14580
|
+
private_note: private_note$4,
|
|
14581
|
+
goal_progress: goal_progress$4,
|
|
14582
|
+
view_all_goals: view_all_goals$4,
|
|
14583
|
+
completed: completed$4,
|
|
14584
|
+
student_information: student_information$4,
|
|
14585
|
+
top_learning_strategies: top_learning_strategies$4,
|
|
14586
|
+
perceived_usage: perceived_usage$4,
|
|
14587
|
+
total_number_of_times_seleted: total_number_of_times_seleted$2,
|
|
14588
|
+
energy: energy$4,
|
|
14589
|
+
focus: focus$4,
|
|
14590
|
+
happiness: happiness$4,
|
|
14591
|
+
stress: stress$4,
|
|
14592
|
+
one_to_one: one_to_one$4,
|
|
14593
|
+
class_reflection: class_reflection$4,
|
|
14594
|
+
conference: conference$4,
|
|
14595
|
+
learning_progress: learning_progress$4,
|
|
14596
|
+
cant_export_now_please_try_again: cant_export_now_please_try_again$4,
|
|
14597
|
+
view_data: view_data$4,
|
|
14598
|
+
learning_strategies: learning_strategies$4,
|
|
14599
|
+
strategies: strategies$4,
|
|
14600
|
+
number_of_used: number_of_used$4,
|
|
14601
|
+
next: next$4,
|
|
14602
|
+
my_conferences: my_conferences$4,
|
|
14603
|
+
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$4,
|
|
14604
|
+
you_have_no_student: you_have_no_student$4,
|
|
14605
|
+
this_is_a_required_field: this_is_a_required_field$4,
|
|
14606
|
+
please_select_question_category: please_select_question_category$4,
|
|
14607
|
+
book_conferences: book_conferences$4,
|
|
14608
|
+
final_score: final_score$4,
|
|
14609
|
+
new_conference: new_conference$4,
|
|
14610
|
+
search_student: search_student$4,
|
|
14611
|
+
search_staff: search_staff$3,
|
|
14612
|
+
"1_1_conversation": "一对一对话",
|
|
14613
|
+
meeting_schedule: meeting_schedule$4,
|
|
14614
|
+
class_schedule: class_schedule$4,
|
|
14615
|
+
more_questions: more_questions$4,
|
|
14616
|
+
conference_rubric: conference_rubric$4,
|
|
14617
|
+
unlock: unlock$4,
|
|
14618
|
+
before_clicking_submit: before_clicking_submit$4,
|
|
14619
|
+
your_session_was: your_session_was$4,
|
|
14620
|
+
mins: mins$4,
|
|
14621
|
+
min: min$4,
|
|
14622
|
+
submit: submit$4,
|
|
14623
|
+
are_you_sure_to_complete: are_you_sure_to_complete$4,
|
|
14624
|
+
be_sure_to_check_completed_all: be_sure_to_check_completed_all$4,
|
|
14625
|
+
teacher_choice: teacher_choice$4,
|
|
14626
|
+
student_choice: student_choice$4,
|
|
14627
|
+
agreement: agreement$4,
|
|
14628
|
+
personal_learning_plan: personal_learning_plan$4,
|
|
14629
|
+
personal_interests: personal_interests$4,
|
|
14630
|
+
allow_student_to_edit: allow_student_to_edit$4,
|
|
14631
|
+
strengths_and_challenges: strengths_and_challenges$4,
|
|
14632
|
+
significant_strengths: significant_strengths$4,
|
|
14633
|
+
strengths: strengths$4,
|
|
14634
|
+
challenges: challenges$4,
|
|
14635
|
+
significant_challenges: significant_challenges$4,
|
|
14636
|
+
how_my_teachers_can_help_me_learn: how_my_teachers_can_help_me_learn$4,
|
|
14637
|
+
about_my_learning: about_my_learning$4,
|
|
14638
|
+
accommodations: accommodations$4,
|
|
14639
|
+
goals: goals$4,
|
|
14640
|
+
this_goal_is_showing_in_the_student_conference_rubric_are_you_sure_to_delete_it: this_goal_is_showing_in_the_student_conference_rubric_are_you_sure_to_delete_it$4,
|
|
14641
|
+
activity_circles: activity_circles$4,
|
|
14642
|
+
friend_circles: friend_circles$4,
|
|
14643
|
+
are_you_ready_to_learn: are_you_ready_to_learn$4,
|
|
14644
|
+
class_schedules: class_schedules$4,
|
|
14645
|
+
add_class_schedule: add_class_schedule$4,
|
|
14646
|
+
class_date: class_date$4,
|
|
14647
|
+
class_name: class_name$4,
|
|
14648
|
+
day_period: day_period$4,
|
|
14649
|
+
teacher_email: teacher_email$4,
|
|
14650
|
+
note_type_class: note_type_class$4,
|
|
14651
|
+
my_note: my_note$4,
|
|
14652
|
+
add_new_note: add_new_note$4,
|
|
14653
|
+
all_category: all_category$4,
|
|
14654
|
+
personalized: personalized$4,
|
|
14655
|
+
show_only_favorite: show_only_favorite$4,
|
|
14656
|
+
search: search$4,
|
|
14657
|
+
note_title: note_title$4,
|
|
14658
|
+
student: student$4,
|
|
14659
|
+
note_detail: note_detail$4,
|
|
14660
|
+
mark_as_favorite: mark_as_favorite$4,
|
|
14661
|
+
type_a_note: type_a_note$4,
|
|
14662
|
+
please_select_student: please_select_student$4,
|
|
14663
|
+
settings: settings$4,
|
|
14664
|
+
save_changes: save_changes$4,
|
|
14665
|
+
activity_notifications: activity_notifications$4,
|
|
14666
|
+
schedule_notifications: schedule_notifications$4,
|
|
14667
|
+
preschedule_notifications: preschedule_notifications$4,
|
|
14668
|
+
yes: yes$4,
|
|
14669
|
+
no: no$4,
|
|
14670
|
+
email_notification: email_notification$4,
|
|
14671
|
+
send_me_email_notification: send_me_email_notification$4,
|
|
14672
|
+
dont_send_me_email_notification: dont_send_me_email_notification$4,
|
|
14673
|
+
type: type$4,
|
|
14674
|
+
teacher_request: teacher_request$4,
|
|
14675
|
+
student_request: student_request$4,
|
|
14676
|
+
overview: overview$4,
|
|
14677
|
+
plp: plp$4,
|
|
14678
|
+
my_student_1_to_1: my_student_1_to_1$4,
|
|
14679
|
+
my_student_check_in: my_student_check_in$4,
|
|
14680
|
+
my_student_conference: my_student_conference$2,
|
|
14681
|
+
received_date: received_date$4,
|
|
14682
|
+
class_impact_score: class_impact_score$4,
|
|
14683
|
+
impact_score: impact_score$4,
|
|
14684
|
+
iep: iep$4,
|
|
14685
|
+
"1_to_1_conversation": "一对一讨论会",
|
|
14686
|
+
creator: creator$4,
|
|
14687
|
+
last_modify: last_modify$4,
|
|
14688
|
+
Modify: Modify$1,
|
|
14689
|
+
student_reflections: student_reflections$4,
|
|
14690
|
+
external_reflection: external_reflection$4,
|
|
14691
|
+
external_class_reflection: external_class_reflection$4,
|
|
14692
|
+
reflections: reflections$4,
|
|
14693
|
+
class_reflections: class_reflections$4,
|
|
14694
|
+
add_reflection: add_reflection$4,
|
|
14695
|
+
add_class_reflection: add_class_reflection$4,
|
|
14696
|
+
class_type: class_type$4,
|
|
14697
|
+
teacher_image: teacher_image$4,
|
|
14698
|
+
send_to_teacher: send_to_teacher$4,
|
|
14699
|
+
send_now: send_now$4,
|
|
14700
|
+
missed: missed$4,
|
|
14701
|
+
pending: pending$4,
|
|
14702
|
+
sent_date: sent_date$4,
|
|
14703
|
+
go_to_the_student_plp: go_to_the_student_plp$2,
|
|
14704
|
+
new_iep: new_iep$4,
|
|
14705
|
+
edit_iep: edit_iep$4,
|
|
14706
|
+
type_of_iep: type_of_iep$4,
|
|
14707
|
+
source_of_eligibility_forinitial: source_of_eligibility_forinitial$4,
|
|
14708
|
+
annual_goals: annual_goals$4,
|
|
14709
|
+
enter_a_date_range: enter_a_date_range$4,
|
|
14710
|
+
add_objectives: add_objectives$4,
|
|
14711
|
+
add_goals: add_goals$4,
|
|
14712
|
+
day_month_year: day_month_year$4,
|
|
14713
|
+
special_education: special_education$4,
|
|
14714
|
+
special_education_content: special_education_content$4,
|
|
14715
|
+
objectives_and_reporting_progress: objectives_and_reporting_progress$4,
|
|
14716
|
+
objectives_and_reporting_progress_content: objectives_and_reporting_progress_content$4,
|
|
14717
|
+
annual_goals_content: annual_goals_content$4,
|
|
14718
|
+
related_services: related_services$4,
|
|
14719
|
+
related_services_content: related_services_content$4,
|
|
14720
|
+
supplementary_aids_and_services: supplementary_aids_and_services$4,
|
|
14721
|
+
supplementary_aids_and_services_content: supplementary_aids_and_services_content$4,
|
|
14722
|
+
program_modifications_for_school_personnel: program_modifications_for_school_personnel$4,
|
|
14723
|
+
program_modifications_for_school_personnel_content: program_modifications_for_school_personnel_content$4,
|
|
14724
|
+
extent_of_nonparticipation: extent_of_nonparticipation$4,
|
|
14725
|
+
extent_of_nonparticipation_content: extent_of_nonparticipation_content$4,
|
|
14726
|
+
accommodations_in_assessment: accommodations_in_assessment$4,
|
|
14727
|
+
accommodations_in_assessment_content: accommodations_in_assessment_content$4,
|
|
14728
|
+
service_delivery: service_delivery$4,
|
|
14729
|
+
service_delivery_content: service_delivery_content$4,
|
|
14730
|
+
transition_planning: transition_planning$4,
|
|
14731
|
+
transition_planning_content: transition_planning_content$4,
|
|
14732
|
+
present_levels: present_levels$4,
|
|
14733
|
+
present_levels_content: present_levels_content$4,
|
|
14734
|
+
signatures: signatures$4,
|
|
14735
|
+
iep_old_version_and_diagnostic_docs: iep_old_version_and_diagnostic_docs$1,
|
|
14736
|
+
upload_file: upload_file$4,
|
|
14737
|
+
add_interest: add_interest$4,
|
|
14738
|
+
upload_image: upload_image$4,
|
|
14739
|
+
supported_image_types: supported_image_types$4,
|
|
14740
|
+
edit_interest: edit_interest$4,
|
|
14741
|
+
select_personal_interest_or_enter_personal_interest_here: select_personal_interest_or_enter_personal_interest_here$4,
|
|
14742
|
+
add_note: add_note$4,
|
|
14743
|
+
select_best_fit: select_best_fit$4,
|
|
14744
|
+
best_fits: best_fits$4,
|
|
14745
|
+
select_strategies: select_strategies$4,
|
|
14746
|
+
selected_learning_strategies: selected_learning_strategies$4,
|
|
14747
|
+
do_you_want_to_delete_this_strengths_and_challenges: do_you_want_to_delete_this_strengths_and_challenges$4,
|
|
14748
|
+
add_new_item: add_new_item$4,
|
|
14749
|
+
edit_item: edit_item$4,
|
|
14750
|
+
select_teaching_strategies: select_teaching_strategies$4,
|
|
14751
|
+
selected_teaching_strategies: selected_teaching_strategies$4,
|
|
14752
|
+
add_title: add_title$4,
|
|
14753
|
+
my_learning: my_learning$4,
|
|
14754
|
+
do_you_want_to_delete_this_about_my_learning: do_you_want_to_delete_this_about_my_learning$4,
|
|
14755
|
+
edit_my_learning: edit_my_learning$4,
|
|
14756
|
+
add_my_learning: add_my_learning$4,
|
|
14757
|
+
select_about_learning_or_enter_about_learning_here: select_about_learning_or_enter_about_learning_here$4,
|
|
14758
|
+
accommodation: accommodation$4,
|
|
14759
|
+
all_categories: all_categories$4,
|
|
14760
|
+
do_you_want_to_delete_this_accommodation: do_you_want_to_delete_this_accommodation$4,
|
|
14761
|
+
edit_accommodation: edit_accommodation$4,
|
|
14762
|
+
add_accommodation: add_accommodation$4,
|
|
14763
|
+
all: all$4,
|
|
14764
|
+
all_status: all_status$4,
|
|
14765
|
+
goal_type: goal_type$4,
|
|
14766
|
+
add_new_goal: add_new_goal$4,
|
|
14767
|
+
goal_detail: goal_detail$4,
|
|
14768
|
+
select_status: select_status$4,
|
|
14769
|
+
goal_baseline: goal_baseline$4,
|
|
14770
|
+
objective: objective$4,
|
|
14771
|
+
goal_details: goal_details$4,
|
|
14772
|
+
goals_type: goals_type$4,
|
|
14773
|
+
edit_goal_detail: edit_goal_detail$4,
|
|
14774
|
+
uploaded_files: uploaded_files$4,
|
|
14775
|
+
optional: optional$4,
|
|
14776
|
+
edit_baseline: edit_baseline$4,
|
|
14777
|
+
edit_friend: edit_friend$4,
|
|
14778
|
+
add_friend: add_friend$4,
|
|
14779
|
+
search_friend: search_friend$4,
|
|
14780
|
+
friend_type: friend_type$4,
|
|
14781
|
+
edit_activity: edit_activity$4,
|
|
14782
|
+
add_activity: add_activity$4,
|
|
14783
|
+
search_activity: search_activity$4,
|
|
14784
|
+
activity: activity$4,
|
|
14785
|
+
activity_type: activity_type$4,
|
|
14786
|
+
select_or_type_an_activity: select_or_type_an_activity$4,
|
|
14787
|
+
action_needed: action_needed$4,
|
|
14788
|
+
external: external$4,
|
|
14789
|
+
student_survey: student_survey$4,
|
|
14790
|
+
view_survey: view_survey$4,
|
|
14791
|
+
create_a_survey: create_a_survey$4,
|
|
14792
|
+
review: review$4,
|
|
14793
|
+
publish_survey: publish_survey$4,
|
|
14794
|
+
total_surveys: total_surveys$4,
|
|
14795
|
+
flags: flags$4,
|
|
14796
|
+
scheduled_session: scheduled_session$4,
|
|
14797
|
+
total_survey_done: total_survey_done$4,
|
|
14798
|
+
total_survey_not_done: total_survey_not_done$4,
|
|
14799
|
+
list_survey: list_survey$4,
|
|
14800
|
+
surveys: surveys$4,
|
|
14801
|
+
survey: survey$4,
|
|
14802
|
+
create_survey: create_survey$4,
|
|
14803
|
+
my_survey: my_survey$4,
|
|
14804
|
+
counselor_name: counselor_name$4,
|
|
14805
|
+
survey_title: survey_title$4,
|
|
14806
|
+
deadline: deadline$4,
|
|
14807
|
+
day_left: day_left$4,
|
|
14808
|
+
replied_date: replied_date$4,
|
|
14809
|
+
session: session$4,
|
|
14810
|
+
flag: flag$4,
|
|
14811
|
+
external_email: external_email$4,
|
|
14812
|
+
scheduled_now: scheduled_now$4,
|
|
14813
|
+
session_schedule: session_schedule$4,
|
|
14814
|
+
session_scheduled: session_scheduled$4,
|
|
14815
|
+
search_survey: search_survey$4,
|
|
14816
|
+
total_survey: total_survey$4,
|
|
14817
|
+
survey_result: survey_result$4,
|
|
14818
|
+
check_in_from: check_in_from$4,
|
|
14819
|
+
received_today_at: received_today_at$4,
|
|
14820
|
+
preview_survey: preview_survey$4,
|
|
14821
|
+
complete_survey: complete_survey$4,
|
|
14822
|
+
"you_will_not_be_able_to_edit_this_survey_once_published_._are_you_sure_you_want_to_continue_?": "发布后您将无法编辑此调查。您确定要继续吗?",
|
|
14823
|
+
do_you_want_to_share_a_survey_to_teachers: do_you_want_to_share_a_survey_to_teachers$4,
|
|
14824
|
+
you_can_share_this_survey_to_teachers_to_get_more_insight_about_your_student: you_can_share_this_survey_to_teachers_to_get_more_insight_about_your_student$4,
|
|
14825
|
+
skip: skip$4,
|
|
14826
|
+
survey_questions: survey_questions$4,
|
|
14827
|
+
add_survey_question: add_survey_question$4,
|
|
14828
|
+
additional_question: additional_question$4,
|
|
14829
|
+
add_additional_question: add_additional_question$4,
|
|
14830
|
+
save_favorite: save_favorite$4,
|
|
14831
|
+
save_as_favorite: save_as_favorite$4,
|
|
14832
|
+
favorite_survey: favorite_survey$4,
|
|
14833
|
+
slider: slider$4,
|
|
14834
|
+
questions: questions$4,
|
|
14835
|
+
insert_all_question: insert_all_question$2,
|
|
14836
|
+
remove_all_question: remove_all_question$2,
|
|
14837
|
+
insert_question: insert_question$2,
|
|
14838
|
+
survey_templates: survey_templates$4,
|
|
14839
|
+
insert_template: insert_template$4,
|
|
14840
|
+
share_survey_teacher: share_survey_teacher$4,
|
|
14841
|
+
suggested_teacher: suggested_teacher$4,
|
|
14842
|
+
email_contents: email_contents$4,
|
|
14843
|
+
send_survey: send_survey$4,
|
|
14844
|
+
review_survey_detail: review_survey_detail$4,
|
|
14845
|
+
a_number_of_student: a_number_of_student$4,
|
|
14846
|
+
date_and_time: date_and_time$4,
|
|
14847
|
+
scale: scale$4,
|
|
14848
|
+
answer: answer$4,
|
|
14849
|
+
add_question: add_question$4,
|
|
14850
|
+
save_question: save_question$4,
|
|
14851
|
+
external_survey: external_survey$4,
|
|
14852
|
+
ib_learner_profile: ib_learner_profile$4,
|
|
14853
|
+
set_deadline: set_deadline$4,
|
|
14854
|
+
duplicate_survey: duplicate_survey$4,
|
|
14855
|
+
share_survey: share_survey$4,
|
|
14856
|
+
new_survey: new_survey$4,
|
|
14857
|
+
assign_counselor: assign_counselor$4,
|
|
14858
|
+
select_counselor: select_counselor$4,
|
|
14859
|
+
select_support_teacher: select_support_teacher$4,
|
|
14860
|
+
assign_support_teacher: assign_support_teacher$4,
|
|
14861
|
+
switch_support_teacher: switch_support_teacher$4,
|
|
14862
|
+
support_teacher_name: support_teacher_name$4,
|
|
14863
|
+
user_for_question: user_for_question$4,
|
|
14864
|
+
requested_reflection: requested_reflection$4,
|
|
14865
|
+
request_class_reflection: request_class_reflection$4,
|
|
14866
|
+
share_survey_to_teacher: share_survey_to_teacher$4,
|
|
14867
|
+
select_form: select_form$2,
|
|
14868
|
+
switch_counselor: switch_counselor$4,
|
|
14869
|
+
remove_counselor: remove_counselor$4,
|
|
14870
|
+
current_counselor_email: current_counselor_email$4,
|
|
14871
|
+
current_counselor_name: current_counselor_name$4,
|
|
14872
|
+
select_counselor_change: select_counselor_change$4,
|
|
14873
|
+
current_support_teacher_name: current_support_teacher_name$4,
|
|
14874
|
+
current_support_teacher_email: current_support_teacher_email$4,
|
|
14875
|
+
remove_support_teacher: remove_support_teacher$4,
|
|
14876
|
+
select_support_teacher_change: select_support_teacher_change$4,
|
|
14877
|
+
filter_calendar: filter_calendar$4,
|
|
14878
|
+
average_student_safety: average_student_safety$4,
|
|
14879
|
+
is_active: is_active$4,
|
|
14880
|
+
top_5_most_used_strategies: top_5_most_used_strategies$4,
|
|
14881
|
+
preparedness: preparedness$4,
|
|
14882
|
+
average_student_stress: average_student_stress$4,
|
|
14883
|
+
success_indicators: success_indicators$4,
|
|
14884
|
+
learning_process: learning_process$4,
|
|
14885
|
+
survey_dashboard: survey_dashboard$4,
|
|
14886
|
+
response_rate: response_rate$4,
|
|
14887
|
+
top_5_most_survey_used: top_5_most_survey_used$2,
|
|
14888
|
+
survey_from: survey_from$4,
|
|
14889
|
+
question_intervention: question_intervention$4,
|
|
14890
|
+
student_pressure: student_pressure$4,
|
|
14891
|
+
overall_readiness_to_learn: overall_readiness_to_learn$4,
|
|
14892
|
+
view_calendar: view_calendar$4,
|
|
14893
|
+
student_wellness: student_wellness$4,
|
|
14894
|
+
view_data_dashboard: view_data_dashboard$4,
|
|
14895
|
+
view_a_student: view_a_student$4,
|
|
14896
|
+
view_student: view_student$4,
|
|
14897
|
+
average_safety: average_safety$4,
|
|
14898
|
+
average_stress: average_stress$4,
|
|
14899
|
+
average_energy: average_energy$4,
|
|
14900
|
+
average_focus: average_focus$4,
|
|
14901
|
+
average_happiness: average_happiness$4,
|
|
14902
|
+
vs_last_month: vs_last_month$4,
|
|
14903
|
+
of_students_are_not_feeling_safe: of_students_are_not_feeling_safe$4,
|
|
14904
|
+
students_marked_themselves_as_unsafe: students_marked_themselves_as_unsafe$4,
|
|
14905
|
+
marked_themselves_as_unsafe: marked_themselves_as_unsafe$4,
|
|
14906
|
+
of_students_are_highly_stressed: of_students_are_highly_stressed$4,
|
|
14907
|
+
flagged_with_high_stress: flagged_with_high_stress$4,
|
|
14908
|
+
select_a_student_to_see_their_profile_and_learning_plan: select_a_student_to_see_their_profile_and_learning_plan$4,
|
|
14909
|
+
select_a_student_and_start_a_conversation_with_the_check_in_results: select_a_student_and_start_a_conversation_with_the_check_in_results$4,
|
|
14910
|
+
start: start$4,
|
|
14911
|
+
teacher_reflection: teacher_reflection$4,
|
|
14912
|
+
notes: notes$4,
|
|
14913
|
+
student_reflection: student_reflection$2,
|
|
14914
|
+
view_latest_check_ins: view_latest_check_ins$4,
|
|
14915
|
+
"1-1s": "一对一",
|
|
14916
|
+
"1_1": "1 月 1 日",
|
|
14917
|
+
this_week_s: this_week_s$4,
|
|
14918
|
+
missing_weekly_check_in: missing_weekly_check_in$4,
|
|
14919
|
+
add_new_student: add_new_student$4,
|
|
14920
|
+
"start_your_check-in_and_you_can_also_request_a_conversation_with_your_teacher_after": "开始签到。此后,您还可以请求与老师进行对话。",
|
|
14921
|
+
start_check_in: start_check_in$4,
|
|
14922
|
+
no_events_today: no_events_today$4,
|
|
14923
|
+
today_schedule: today_schedule$3,
|
|
14924
|
+
high_stressed: high_stressed$4,
|
|
14925
|
+
unsafe: unsafe$4,
|
|
14926
|
+
average: average$4,
|
|
14927
|
+
see_them: see_them$4,
|
|
14928
|
+
goal: goal$4,
|
|
14929
|
+
ended_over_24_hours_ago: ended_over_24_hours_ago$4,
|
|
14930
|
+
start_a_1_1_conversation: start_a_1_1_conversation$4,
|
|
14931
|
+
view_results: view_results$4,
|
|
14932
|
+
request_check_in: request_check_in$4,
|
|
14933
|
+
last: last$4,
|
|
14934
|
+
latest_check_ins: latest_check_ins$4,
|
|
14935
|
+
students_who_missing_weekly_check_in: students_who_missing_weekly_check_in$4,
|
|
14936
|
+
this_student_does_nt_have_missing_check_in: this_student_does_nt_have_missing_check_in$4,
|
|
14937
|
+
no_student_missing_weekly_check_in: no_student_missing_weekly_check_in$4,
|
|
14938
|
+
start_1_1_conversation: start_1_1_conversation$4,
|
|
14939
|
+
select_a_teacher_and_start_a_check_in: select_a_teacher_and_start_a_check_in$4,
|
|
14940
|
+
this_weeks_check_ins: this_weeks_check_ins$4,
|
|
14941
|
+
this_weeks_1_1s: this_weeks_1_1s$4,
|
|
14942
|
+
this_student_does_nt_have_1_1_in_this_week: this_student_does_nt_have_1_1_in_this_week$4,
|
|
14943
|
+
this_student_does_nt_have_check_in_in_this_week: this_student_does_nt_have_check_in_in_this_week$4,
|
|
14944
|
+
no_last_or_requested_check_ins: no_last_or_requested_check_ins$4,
|
|
14945
|
+
students_who_are_highly_stressed: students_who_are_highly_stressed$4,
|
|
14946
|
+
students_who_are_not_feeling_safe: students_who_are_not_feeling_safe$4,
|
|
14947
|
+
students_missing_a_weekly_check_in: students_missing_a_weekly_check_in$4,
|
|
14948
|
+
student_stress_by_zone: student_stress_by_zone$4,
|
|
14949
|
+
student_distribution: student_distribution$4,
|
|
14950
|
+
surveys_flags: surveys_flags$4,
|
|
14951
|
+
yellow_flags: yellow_flags$4,
|
|
14952
|
+
green_flags: green_flags$4,
|
|
14953
|
+
red_flags: red_flags$4,
|
|
14954
|
+
show_by: show_by$4,
|
|
14955
|
+
survey_overview: survey_overview$4,
|
|
14956
|
+
share_note: share_note$4,
|
|
14957
|
+
survey_summary: survey_summary$4,
|
|
14958
|
+
survey_name: survey_name$4,
|
|
14959
|
+
date_created: date_created$4,
|
|
14960
|
+
"#of_recipients": "#收件人",
|
|
14961
|
+
"#of_answers": "答案数",
|
|
14962
|
+
cut_off_time: cut_off_time$4,
|
|
14963
|
+
created_by: created_by$4,
|
|
14964
|
+
responses_distribution: responses_distribution$4,
|
|
14965
|
+
ratings_of_questions: ratings_of_questions$3,
|
|
14966
|
+
show_results_for: show_results_for$4,
|
|
14967
|
+
view_list_of_students: view_list_of_students$4,
|
|
14968
|
+
view_list_of_responses: view_list_of_responses$3,
|
|
14969
|
+
number_of_responses: number_of_responses$4,
|
|
14970
|
+
number_of_not_responses: number_of_not_responses$4,
|
|
14971
|
+
question_rating: question_rating$4,
|
|
14972
|
+
no_response_yet: no_response_yet$4,
|
|
14973
|
+
external_survey_is_highlight_in_the_table: external_survey_is_highlight_in_the_table$4,
|
|
14974
|
+
reset_password: reset_password$4,
|
|
14975
|
+
correct: correct$4,
|
|
14976
|
+
incorrect: incorrect$4,
|
|
14977
|
+
the_correct_answer_is: the_correct_answer_is$4,
|
|
14978
|
+
the_correct_answers_are: the_correct_answers_are$4,
|
|
14979
|
+
action_need: action_need$4,
|
|
14980
|
+
view_answers: view_answers$4,
|
|
14981
|
+
survey_results: survey_results$4,
|
|
14982
|
+
weeks: weeks$4,
|
|
14983
|
+
months: months$4,
|
|
14984
|
+
scheduled_sessions: scheduled_sessions$4,
|
|
14985
|
+
active_surveys: active_surveys$4,
|
|
14986
|
+
view_responses: view_responses$4,
|
|
14987
|
+
download_csv: download_csv$3,
|
|
14988
|
+
create_new_survey: create_new_survey$4,
|
|
14989
|
+
go_to_individual_survey_responses: go_to_individual_survey_responses$4,
|
|
14990
|
+
you_can_only_select_number_kpis_at_a_time: you_can_only_select_number_kpis_at_a_time$4,
|
|
14991
|
+
you_can_only_select_number_kpis_at_a_time_To_select_a_new_one_please_switch_off_one_of_the_previous_ones: you_can_only_select_number_kpis_at_a_time_To_select_a_new_one_please_switch_off_one_of_the_previous_ones$2,
|
|
14992
|
+
"download.csv": "下载.CSV",
|
|
14993
|
+
last_check__in: last_check__in$2,
|
|
14994
|
+
how_many_times_a_strategy_has_been_chosen: how_many_times_a_strategy_has_been_chosen$4,
|
|
14995
|
+
these_metrics_come_from_students_check_ins_filter_above_to_change_the_data_set: these_metrics_come_from_students_check_ins_filter_above_to_change_the_data_set$4,
|
|
14996
|
+
not_yet_started: not_yet_started$4,
|
|
14997
|
+
in_progress: in_progress$4,
|
|
14998
|
+
export_check_ins_to_csv: export_check_ins_to_csv$4,
|
|
14999
|
+
these_metrics_come_from_the_conference_rubric_only_teacher_responses_are_scored: these_metrics_come_from_the_conference_rubric_only_teacher_responses_are_scored$4,
|
|
15000
|
+
please_save_first: please_save_first$4,
|
|
15001
|
+
print_date: print_date$4,
|
|
15002
|
+
goal_base_line: goal_base_line$4,
|
|
15003
|
+
print: print$4,
|
|
15004
|
+
download: download$4,
|
|
15005
|
+
my_daily_motivation: my_daily_motivation$4,
|
|
15006
|
+
select_deadline: select_deadline$4,
|
|
15007
|
+
"export": "导出",
|
|
15008
|
+
image_is_a_required: image_is_a_required$4,
|
|
15009
|
+
old_iep: old_iep$4,
|
|
15010
|
+
create_next_years_iep: create_next_years_iep$4,
|
|
15011
|
+
write_something_optional: write_something_optional$4,
|
|
15012
|
+
the_effectiveness_of_learning_strategies_by_students_feedback: the_effectiveness_of_learning_strategies_by_students_feedback$4,
|
|
15013
|
+
perceived_usefulness: perceived_usefulness$4,
|
|
15014
|
+
performance: performance$5,
|
|
15015
|
+
not_enough_challenge_leading_to_boredom_and_lack_of_interest: not_enough_challenge_leading_to_boredom_and_lack_of_interest$4,
|
|
15016
|
+
calm_and_relaxed_but_not_enough_motivation_to_perform_at_my_best: calm_and_relaxed_but_not_enough_motivation_to_perform_at_my_best$4,
|
|
15017
|
+
manageable_levels_of_stress_allowing_me_to_perform_at_my_best: manageable_levels_of_stress_allowing_me_to_perform_at_my_best$4,
|
|
15018
|
+
still_in_control_but_starting_to_feel_the_pressure: still_in_control_but_starting_to_feel_the_pressure$4,
|
|
15019
|
+
too_much_pressure_and_really_struggling_to_manage_my_workload: too_much_pressure_and_really_struggling_to_manage_my_workload$4,
|
|
15020
|
+
import_emails_by_csv: import_emails_by_csv$3,
|
|
15021
|
+
request_number: request_number$3,
|
|
15022
|
+
select_or_input_class_type: select_or_input_class_type$3,
|
|
15023
|
+
send_request: send_request$3,
|
|
15024
|
+
start_reflection: start_reflection$3,
|
|
15025
|
+
customize_reflection: customize_reflection$3,
|
|
15026
|
+
include_section_you_want_to_appear: include_section_you_want_to_appear$3,
|
|
15027
|
+
time_of_day: time_of_day$3,
|
|
15028
|
+
one_roster: one_roster$3,
|
|
15029
|
+
sandbox: sandbox$3,
|
|
15030
|
+
well_being: well_being$3,
|
|
15031
|
+
self_efficacy: self_efficacy$3,
|
|
15032
|
+
information_roster_sourced_id_full_name_email: information_roster_sourced_id_full_name_email$3,
|
|
15033
|
+
sync_roster_users: sync_roster_users$3,
|
|
15034
|
+
export_to_csv: export_to_csv$3,
|
|
15035
|
+
user_list: user_list$3,
|
|
15036
|
+
assign_student: assign_student$3,
|
|
15037
|
+
one_to_one_question: one_to_one_question$3,
|
|
15038
|
+
class_reflection_question: class_reflection_question$3,
|
|
15039
|
+
conference_question: conference_question$3,
|
|
15040
|
+
actions: actions$3,
|
|
15041
|
+
order: order$3,
|
|
15042
|
+
user_for: user_for$3,
|
|
15043
|
+
question_category: question_category$3,
|
|
15044
|
+
template_survey: template_survey$3,
|
|
15045
|
+
is_intervention: is_intervention$2,
|
|
15046
|
+
create_template: create_template$3,
|
|
15047
|
+
number_of_question: number_of_question$3,
|
|
15048
|
+
mandatory: mandatory$3,
|
|
15049
|
+
no_question_to_display: no_question_to_display$3,
|
|
15050
|
+
privacy_policy: privacy_policy$3,
|
|
15051
|
+
profile: profile$3,
|
|
15052
|
+
role_change: role_change$3,
|
|
15053
|
+
log_out: log_out$3,
|
|
15054
|
+
data_dashboard: data_dashboard$3,
|
|
15055
|
+
deep_learning_tools: deep_learning_tools$3,
|
|
15056
|
+
my_profile: my_profile$3,
|
|
15057
|
+
phone: phone$3,
|
|
15058
|
+
calendar_id: calendar_id$3,
|
|
15059
|
+
old_password: old_password$3,
|
|
15060
|
+
confirm_new_password: confirm_new_password$3,
|
|
15061
|
+
select_a_student_and_start_a_check_in: select_a_student_and_start_a_check_in$3,
|
|
15062
|
+
anything_is_possible_anything_can_be: anything_is_possible_anything_can_be$3,
|
|
15063
|
+
edit_picture: edit_picture$3,
|
|
15064
|
+
create_new_student: create_new_student$3,
|
|
15065
|
+
grade_level: grade_level$3,
|
|
15066
|
+
health_notes: health_notes$3,
|
|
15067
|
+
students_parent_information: students_parent_information$3,
|
|
15068
|
+
parent_1: parent_1$3,
|
|
15069
|
+
parent_2: parent_2$3,
|
|
15070
|
+
in_app_notifications: in_app_notifications$3,
|
|
15071
|
+
turn_on_all_notifications: turn_on_all_notifications$3,
|
|
15072
|
+
notify_me_when: notify_me_when$3,
|
|
15073
|
+
a_student_schedules_a_1_1: a_student_schedules_a_1_1$3,
|
|
15074
|
+
a_student_schedules_a_conference: a_student_schedules_a_conference$3,
|
|
15075
|
+
a_student_completes_a_conference_self_assessment_rubric: a_student_completes_a_conference_self_assessment_rubric$3,
|
|
15076
|
+
a_student_or_teacher_completes_a_class_reflection: a_student_or_teacher_completes_a_class_reflection$3,
|
|
15077
|
+
action_points_are_due_based_on_chosen_schedule: action_points_are_due_based_on_chosen_schedule$3,
|
|
15078
|
+
a_student_hasnt_logged_1_1_in_the_past_28_days: a_student_hasnt_logged_1_1_in_the_past_28_days$3,
|
|
15079
|
+
email_notifications: email_notifications$3,
|
|
15080
|
+
turn_on_all_emails: turn_on_all_emails$3,
|
|
15081
|
+
a_student_responds_to_a_1_1_readiness_to_learn_with_no: a_student_responds_to_a_1_1_readiness_to_learn_with_no$3,
|
|
15082
|
+
a_student_reported_a_low_safety_score_on_a_check_in: a_student_reported_a_low_safety_score_on_a_check_in$3,
|
|
15083
|
+
continue_as: continue_as$3,
|
|
15084
|
+
admin: admin$3,
|
|
15085
|
+
counselor: counselor$3,
|
|
15086
|
+
support_teacher: support_teacher$3,
|
|
15087
|
+
teacher_assistant: teacher_assistant$3,
|
|
15088
|
+
add_parent_1_information: add_parent_1_information$3,
|
|
15089
|
+
add_parent_2_information: add_parent_2_information$3,
|
|
15090
|
+
parent_role: parent_role$3,
|
|
15091
|
+
all_activity: all_activity$3,
|
|
15092
|
+
academic_year: academic_year$3,
|
|
15093
|
+
all_of_the_students_report_manageable_stress_levels: all_of_the_students_report_manageable_stress_levels$3,
|
|
15094
|
+
"100_00_of_students_are_not_feeling_safe": "100.00% 的学生感觉不安全",
|
|
15095
|
+
growth: growth$3,
|
|
15096
|
+
relationships: relationships$3,
|
|
15097
|
+
productivity: productivity$3,
|
|
15098
|
+
academics: academics$3,
|
|
15099
|
+
percent: percent$3,
|
|
15100
|
+
unmotivated: unmotivated$3,
|
|
15101
|
+
comfort: comfort$3,
|
|
15102
|
+
stretch: stretch$3,
|
|
15103
|
+
strain: strain$3,
|
|
15104
|
+
overwhelmed_overwhelmed: overwhelmed_overwhelmed$1,
|
|
15105
|
+
edit_student_profile: edit_student_profile$3,
|
|
15106
|
+
teacher: teacher$3,
|
|
15107
|
+
created: created$3,
|
|
15108
|
+
student_phone_number: student_phone_number$3,
|
|
15109
|
+
designation: designation$3,
|
|
15110
|
+
e_mail: e_mail$3,
|
|
15111
|
+
general_ed_teacher: general_ed_teacher$3,
|
|
15112
|
+
select_general_ed_teacher: select_general_ed_teacher$3,
|
|
15113
|
+
please_select_teacher: please_select_teacher$3,
|
|
15114
|
+
assign: assign$3,
|
|
15115
|
+
be_silly_be_honest_be_kind: be_silly_be_honest_be_kind$3,
|
|
15116
|
+
do_you_want_to_change_to_role_counselor_to_open: do_you_want_to_change_to_role_counselor_to_open$3,
|
|
15117
|
+
search_assistant: search_assistant$3,
|
|
15118
|
+
baseline: baseline$3,
|
|
15119
|
+
timeframe: timeframe$3,
|
|
15120
|
+
friends: friends$3,
|
|
15121
|
+
best_friends: best_friends$3,
|
|
15122
|
+
supportive: supportive$3,
|
|
15123
|
+
potential_friends: potential_friends$3,
|
|
15124
|
+
like: like$3,
|
|
15125
|
+
love: love$3,
|
|
15126
|
+
interested: interested$3,
|
|
15127
|
+
curious: curious$3,
|
|
15128
|
+
improvement_in_study_habits_grades_sports_clubs_or_personal_projects: improvement_in_study_habits_grades_sports_clubs_or_personal_projects$3,
|
|
15129
|
+
family_friends_and_teachers: family_friends_and_teachers$3,
|
|
15130
|
+
accomplishing_important_tasks_and_limiting_distractions: accomplishing_important_tasks_and_limiting_distractions$3,
|
|
15131
|
+
homework_studying_and_grades: homework_studying_and_grades$3,
|
|
15132
|
+
my_ability_to_be_successful: my_ability_to_be_successful$3,
|
|
15133
|
+
whats_on_your_mind: whats_on_your_mind$3,
|
|
15134
|
+
now_look_back_at_your_responses_from_today: now_look_back_at_your_responses_from_today$3,
|
|
15135
|
+
do_you_want_to_change_to_role_student_to_open: do_you_want_to_change_to_role_student_to_open$3,
|
|
15136
|
+
student_has_started_this_one_to_one_are_you_sure_to_delete: student_has_started_this_one_to_one_are_you_sure_to_delete$3,
|
|
15137
|
+
do_you_want_to_change_to_role_support_teacher_to_open: do_you_want_to_change_to_role_support_teacher_to_open$3,
|
|
15138
|
+
student_has_not_started_this_conference_are_you_sure_to_delete: student_has_not_started_this_conference_are_you_sure_to_delete$3,
|
|
15139
|
+
search_support_teacher: search_support_teacher$3,
|
|
15140
|
+
search_counselor: search_counselor$3,
|
|
15141
|
+
how_productive_i_was_in_class_today: how_productive_i_was_in_class_today$3,
|
|
15142
|
+
not_enough_stress: not_enough_stress$3,
|
|
15143
|
+
too_much_stress: too_much_stress$3,
|
|
15144
|
+
organization: organization$3,
|
|
15145
|
+
self_awareness: self_awareness$3,
|
|
15146
|
+
self_directed_learning: self_directed_learning$3,
|
|
15147
|
+
self_advocacy: self_advocacy$3,
|
|
15148
|
+
self_management: self_management$3,
|
|
15149
|
+
conceptual_change_conversation: conceptual_change_conversation$3,
|
|
15150
|
+
concrete_examples: concrete_examples$3,
|
|
15151
|
+
elaboration: elaboration$3,
|
|
15152
|
+
dual_coding: dual_coding$3,
|
|
15153
|
+
note_type_and_class: note_type_and_class$2,
|
|
15154
|
+
edit_note: edit_note$3,
|
|
15155
|
+
not_done: not_done$3,
|
|
15156
|
+
red: red$3,
|
|
15157
|
+
yellow: yellow$3,
|
|
15158
|
+
green: green$3,
|
|
15159
|
+
uwcsea_sg_climate_survey: uwcsea_sg_climate_survey$3,
|
|
15160
|
+
connections_with_adults_and_peers: connections_with_adults_and_peers$3,
|
|
15161
|
+
holistic_learning_experiences: holistic_learning_experiences$3,
|
|
15162
|
+
my_health_and_wellbeing: my_health_and_wellbeing$3,
|
|
15163
|
+
open_ended_questions: open_ended_questions$3,
|
|
15164
|
+
do_you_need_some_extra_help_or_support: do_you_need_some_extra_help_or_support$3,
|
|
15165
|
+
sdq_standards_and_difficulties_questionaire: sdq_standards_and_difficulties_questionaire$3,
|
|
15166
|
+
sdq_strengths_and_difficulties_questionnaire_supplemental: sdq_strengths_and_difficulties_questionnaire_supplemental$3,
|
|
15167
|
+
close: close$3,
|
|
15168
|
+
student_responses: student_responses$3,
|
|
15169
|
+
anonymous_responses: anonymous_responses$3,
|
|
15170
|
+
teacher_perceived: teacher_perceived$3,
|
|
15171
|
+
prepared_for_class: prepared_for_class$3,
|
|
15172
|
+
missing_class_assignments: missing_class_assignments$3,
|
|
15173
|
+
completed_classwork: completed_classwork$3,
|
|
15174
|
+
asked_for_help_when_needed: asked_for_help_when_needed$3,
|
|
15175
|
+
clear: clear$3,
|
|
15176
|
+
missing_reflections: missing_reflections$3,
|
|
15177
|
+
total_students_missing_late_assignments: total_students_missing_late_assignments$3,
|
|
15178
|
+
subject_class: subject_class$3,
|
|
15179
|
+
chart_type: chart_type$3,
|
|
15180
|
+
request_from: request_from$3,
|
|
15181
|
+
are_you_sure_you_want_to_delete_this_item: are_you_sure_you_want_to_delete_this_item$3,
|
|
15182
|
+
yes_delete: yes_delete$3,
|
|
15183
|
+
completed_conference: completed_conference$3,
|
|
15184
|
+
my_learning_plan: my_learning_plan$3,
|
|
15185
|
+
my_learning_plan_beta: my_learning_plan_beta$4,
|
|
15186
|
+
winning_doesn_t_always_mean_being_first_winning_means_you_re_doing_better_than_you_ve_done_before: winning_doesn_t_always_mean_being_first_winning_means_you_re_doing_better_than_you_ve_done_before$3,
|
|
15187
|
+
integrating_learningwith_previous_knowledge: integrating_learningwith_previous_knowledge$3,
|
|
15188
|
+
improving_student_self_efficacy: improving_student_self_efficacy$3,
|
|
15189
|
+
my_check_in: my_check_in$3,
|
|
15190
|
+
what_do_you_want_to_do_differently: what_do_you_want_to_do_differently$3,
|
|
15191
|
+
to_do: to_do$3,
|
|
15192
|
+
my_class_reflections: my_class_reflections$3,
|
|
15193
|
+
send_reflection: send_reflection$3,
|
|
15194
|
+
iep_template: iep_template$3,
|
|
15195
|
+
type_2_characters_to_search: type_2_characters_to_search$3,
|
|
15196
|
+
create_time: create_time$2,
|
|
15197
|
+
do_you_want_to_remove_this_user: do_you_want_to_remove_this_user$3,
|
|
15198
|
+
warning: warning$3,
|
|
15199
|
+
do_you_want_to_impersonate_this_user: do_you_want_to_impersonate_this_user$3,
|
|
15200
|
+
assistant: assistant$3,
|
|
15201
|
+
parent: parent$3,
|
|
15202
|
+
choose_file: choose_file$3,
|
|
15203
|
+
do_you_want_to_remove_this_question: do_you_want_to_remove_this_question$3,
|
|
15204
|
+
select: select$3,
|
|
15205
|
+
do_you_want_to_remove_this_category: do_you_want_to_remove_this_category$3,
|
|
15206
|
+
total_of_category: total_of_category$3,
|
|
15207
|
+
total_of_templates: total_of_templates$3,
|
|
15208
|
+
template_name: template_name$3,
|
|
15209
|
+
category_name: category_name$3,
|
|
15210
|
+
created_date: created_date$3,
|
|
15211
|
+
do_you_want_to_remove_this_email_template: do_you_want_to_remove_this_email_template$3,
|
|
15212
|
+
create_email_template: create_email_template$3,
|
|
15213
|
+
mail_subject: mail_subject$3,
|
|
15214
|
+
mail_body: mail_body$3,
|
|
15215
|
+
mail_params: mail_params$3,
|
|
15216
|
+
params: params$3,
|
|
15217
|
+
meaning: meaning$3,
|
|
15218
|
+
add_attachment: add_attachment$3,
|
|
15219
|
+
skills: skills$3,
|
|
15220
|
+
subjects: subjects$3,
|
|
15221
|
+
learning_support_categories: learning_support_categories$3,
|
|
15222
|
+
goal_examples: goal_examples$3,
|
|
15223
|
+
student_badges: student_badges$3,
|
|
15224
|
+
blank_days: blank_days$3,
|
|
15225
|
+
csv_import: csv_import$3,
|
|
15226
|
+
band_scores: band_scores$3,
|
|
15227
|
+
license: license$3,
|
|
15228
|
+
switch_teacher: switch_teacher$3,
|
|
15229
|
+
question_scaffolding: question_scaffolding$3,
|
|
15230
|
+
training: training$3,
|
|
15231
|
+
type_something_and_press_enter_to_add_short_term_target_examples: type_something_and_press_enter_to_add_short_term_target_examples$3,
|
|
15232
|
+
import_users: import_users$3,
|
|
15233
|
+
import_class_reflection: import_class_reflection$3,
|
|
15234
|
+
download_users_data: download_users_data$3,
|
|
15235
|
+
do_you_want_to_remove_this_assistant: do_you_want_to_remove_this_assistant$3,
|
|
15236
|
+
do_you_want_to_remove_this_counselor: do_you_want_to_remove_this_counselor$3,
|
|
15237
|
+
do_you_want_to_remove_this_support_teacher: do_you_want_to_remove_this_support_teacher$3,
|
|
15238
|
+
send: send$3,
|
|
15239
|
+
do_you_want_to_remove_this_designation: do_you_want_to_remove_this_designation$3,
|
|
15240
|
+
new_folder: new_folder$3,
|
|
15241
|
+
upload: upload$3,
|
|
15242
|
+
type_something_to_search_by_file_name: type_something_to_search_by_file_name$3,
|
|
15243
|
+
systems: systems$3,
|
|
15244
|
+
create_template_system: create_template_system$3,
|
|
15245
|
+
created_at: created_at$3,
|
|
15246
|
+
do_you_want_to_remove_this_template: do_you_want_to_remove_this_template$3,
|
|
15247
|
+
one_roster_setting: one_roster_setting$3,
|
|
15248
|
+
users: users$3,
|
|
15249
|
+
one_roster_config: one_roster_config$3,
|
|
15250
|
+
end_point_url: end_point_url$3,
|
|
15251
|
+
client_id: client_id$3,
|
|
15252
|
+
client_secret: client_secret$3,
|
|
15253
|
+
import_one_roster: import_one_roster$3,
|
|
15254
|
+
import_from_zip_file: import_from_zip_file$3,
|
|
15255
|
+
import_from_restful_api: import_from_restful_api$3,
|
|
15256
|
+
non_existent_users: non_existent_users$3,
|
|
15257
|
+
type_something_to_search_users: type_something_to_search_users$3,
|
|
15258
|
+
create_account_for_selected_users: create_account_for_selected_users$3,
|
|
15259
|
+
help: help$3,
|
|
15260
|
+
sandbox_mode: sandbox_mode$3,
|
|
15261
|
+
off: off$3,
|
|
15262
|
+
restore_sandbox_database: restore_sandbox_database$3,
|
|
15263
|
+
turn_on: turn_on$3,
|
|
15264
|
+
turn_off: turn_off$3,
|
|
15265
|
+
restore: restore$3,
|
|
15266
|
+
edit_profile: edit_profile$3,
|
|
15267
|
+
on_track_going_well: on_track_going_well$3,
|
|
15268
|
+
guide: guide$3,
|
|
15269
|
+
make_each_day_your_masterpiece: make_each_day_your_masterpiece$3,
|
|
15270
|
+
consistently: consistently$3,
|
|
15271
|
+
frequently: frequently$3,
|
|
15272
|
+
sometimes: sometimes$3,
|
|
15273
|
+
rarely: rarely$3,
|
|
15274
|
+
not_applicable: not_applicable$3,
|
|
15275
|
+
i_schedule_all_homework_and_studying_through_google_calendar_or_a_planner_or_organizer_as_soon_as_it_is_assigned: i_schedule_all_homework_and_studying_through_google_calendar_or_a_planner_or_organizer_as_soon_as_it_is_assigned$3,
|
|
15276
|
+
i_maintain_a_clean_and_organized_system_for_keeping_and_reviewing_physical_notes_handouts_and_packets_for_each_class: i_maintain_a_clean_and_organized_system_for_keeping_and_reviewing_physical_notes_handouts_and_packets_for_each_class$3,
|
|
15277
|
+
i_maintain_a_clean_and_organized_system_for_storing_digital_files_as_a_result_i_can_easily_find_all_of_my_digital_files: i_maintain_a_clean_and_organized_system_for_storing_digital_files_as_a_result_i_can_easily_find_all_of_my_digital_files$3,
|
|
15278
|
+
i_keep_my_school_inbox_organized_and_important_emails_are_not_missed: i_keep_my_school_inbox_organized_and_important_emails_are_not_missed$3,
|
|
15279
|
+
i_have_a_clear_understanding_of_my_strengths: i_have_a_clear_understanding_of_my_strengths$3,
|
|
15280
|
+
i_know_and_understand_how_teachers_can_best_help_me_in_class: i_know_and_understand_how_teachers_can_best_help_me_in_class$3,
|
|
15281
|
+
i_know_and_understand_my_accommodations: i_know_and_understand_my_accommodations$3,
|
|
15282
|
+
i_know_and_understand_my_personalized_systems_and_strategies_for_ideal_learning_outside_of_class: i_know_and_understand_my_personalized_systems_and_strategies_for_ideal_learning_outside_of_class$3,
|
|
15283
|
+
i_know_and_understand_my_personalized_systems_and_strategies_for_ideal_learning_in_class: i_know_and_understand_my_personalized_systems_and_strategies_for_ideal_learning_in_class$3,
|
|
15284
|
+
i_have_a_clear_understanding_of_my_challenges: i_have_a_clear_understanding_of_my_challenges$3,
|
|
15285
|
+
i_have_an_accurate_idea_of_how_i_am_doing_in_my_classes_and_know_what_i_need_to_do_to_improve: i_have_an_accurate_idea_of_how_i_am_doing_in_my_classes_and_know_what_i_need_to_do_to_improve$3,
|
|
15286
|
+
i_use_the_first_25_minutes_of_our_class_effectively_to_make_progress_on_my_goals: i_use_the_first_25_minutes_of_our_class_effectively_to_make_progress_on_my_goals$3,
|
|
15287
|
+
i_use_the_homework_study_time_effectively: i_use_the_homework_study_time_effectively$3,
|
|
15288
|
+
achieving: achieving$3,
|
|
15289
|
+
significant_progress: significant_progress$3,
|
|
15290
|
+
moderate_progress: moderate_progress$3,
|
|
15291
|
+
slight_progress: slight_progress$3,
|
|
15292
|
+
no_progress: no_progress$3,
|
|
15293
|
+
cope_with_stressful_situations: cope_with_stressful_situations$3,
|
|
15294
|
+
improve_my_sleeping_habits: improve_my_sleeping_habits$3,
|
|
15295
|
+
i_promplty_address_and_deal_with_difficult_situations_instead_of_avoiding_them: i_promplty_address_and_deal_with_difficult_situations_instead_of_avoiding_them$3,
|
|
15296
|
+
i_appropriately_use_technology: i_appropriately_use_technology$3,
|
|
15297
|
+
i_create_a_note_during_or_after_meetings: i_create_a_note_during_or_after_meetings$3,
|
|
15298
|
+
i_effectively_study_for_upcoming_assessments: i_effectively_study_for_upcoming_assessments$3,
|
|
15299
|
+
i_turn_in_all_homework_on_time_and_complete: i_turn_in_all_homework_on_time_and_complete$3,
|
|
15300
|
+
i_get_the_right_amount_of_sleep_each_night: i_get_the_right_amount_of_sleep_each_night$3,
|
|
15301
|
+
i_meet_with_my_teachers_outside_of_class_time: i_meet_with_my_teachers_outside_of_class_time$3,
|
|
15302
|
+
i_ask_questions_inside_and_or_after_class: i_ask_questions_inside_and_or_after_class$3,
|
|
15303
|
+
when_needed_i_let_my_teachers_know_how_to_better_help_me_in_class: when_needed_i_let_my_teachers_know_how_to_better_help_me_in_class$3,
|
|
15304
|
+
i_advocate_for_and_use_accommodations_i_need_in_all_of_my_classes: i_advocate_for_and_use_accommodations_i_need_in_all_of_my_classes$3,
|
|
15305
|
+
planning: planning$3,
|
|
15306
|
+
making_connections_with_previous_learning: making_connections_with_previous_learning$3,
|
|
15307
|
+
providing_quality_feedback: providing_quality_feedback$3,
|
|
15308
|
+
working_on_learning_goals: working_on_learning_goals$3,
|
|
15309
|
+
setting_or_reinforcing_high_expectations: setting_or_reinforcing_high_expectations$3,
|
|
15310
|
+
improving_effort: improving_effort$3,
|
|
15311
|
+
self_assessing: self_assessing$3,
|
|
15312
|
+
predicting: predicting$3,
|
|
15313
|
+
help_seeking_behaviors: help_seeking_behaviors$3,
|
|
15314
|
+
reflecting: reflecting$3,
|
|
15315
|
+
low: low$3,
|
|
15316
|
+
high: high$3,
|
|
15317
|
+
how_much_did_you_learn_from_this_conference: how_much_did_you_learn_from_this_conference$3,
|
|
15318
|
+
are_there_any_observations_or_feedback_you_want_to_share: are_there_any_observations_or_feedback_you_want_to_share$3,
|
|
15319
|
+
what_are_you_doing_well_that_you_want_to_continue: what_are_you_doing_well_that_you_want_to_continue$3,
|
|
15320
|
+
what_is_something_you_have_learned_while_working_towards_achieving_your_goals: what_is_something_you_have_learned_while_working_towards_achieving_your_goals$3,
|
|
15321
|
+
english_language_or_literature: english_language_or_literature$3,
|
|
15322
|
+
language_class: language_class$3,
|
|
15323
|
+
ridge_charts: ridge_charts$3,
|
|
15324
|
+
bar_charts: bar_charts$3,
|
|
15325
|
+
line_charts: line_charts$3,
|
|
15326
|
+
start_of_day: start_of_day$3,
|
|
15327
|
+
mid_morning: mid_morning$3,
|
|
15328
|
+
before_lunch: before_lunch$3,
|
|
15329
|
+
mid_afternoon: mid_afternoon$3,
|
|
15330
|
+
last_class_of_the_day: last_class_of_the_day$3,
|
|
15331
|
+
student_only: student_only$3,
|
|
15332
|
+
teacher_only: teacher_only$3,
|
|
15333
|
+
did_the_student_have_all_needed_materials_for_this_class: did_the_student_have_all_needed_materials_for_this_class$3,
|
|
15334
|
+
does_the_student_have_any_missing_assignments: does_the_student_have_any_missing_assignments$3,
|
|
15335
|
+
did_the_student_complete_today_s_classwork: did_the_student_complete_today_s_classwork$3,
|
|
15336
|
+
did_the_student_ask_for_help_when_needed: did_the_student_ask_for_help_when_needed$3,
|
|
15337
|
+
please_rate_the_student_s_participation_in_class: please_rate_the_student_s_participation_in_class$3,
|
|
15338
|
+
please_rate_the_student_s_peformance_in_class: please_rate_the_student_s_peformance_in_class$3,
|
|
15339
|
+
how_useful_were_the_accommodations: how_useful_were_the_accommodations$3,
|
|
15340
|
+
do_you_have_any_concerns_or_student_success_to_share: do_you_have_any_concerns_or_student_success_to_share$3,
|
|
15341
|
+
not_at_all: not_at_all$3,
|
|
15342
|
+
very_helpful: very_helpful$3,
|
|
15343
|
+
not_sent: not_sent$3,
|
|
15344
|
+
well_being_is_feeling_good_mentally_in_your_head_and_physically_in_your_body_do_you_have_habits_and_routines_that_help_you_look_after_yourself_some_people_boost_their_well_being_by_eating_healthily_being_active_spending_time_with_friends_and_family_doing_things_they_enjoy_or_helping_others: well_being_is_feeling_good_mentally_in_your_head_and_physically_in_your_body_do_you_have_habits_and_routines_that_help_you_look_after_yourself_some_people_boost_their_well_being_by_eating_healthily_being_active_spending_time_with_friends_and_family_doing_things_they_enjoy_or_helping_others$3,
|
|
15345
|
+
growth_is_all_about_becoming_the_best_version_of_yourself_this_is_done_through_learning_trying_new_things_working_hard_and_taking_risks_are_you_happy_with_the_progress_you_are_making_towards_your_goals_and_in_other_areas_of_your_life: growth_is_all_about_becoming_the_best_version_of_yourself_this_is_done_through_learning_trying_new_things_working_hard_and_taking_risks_are_you_happy_with_the_progress_you_are_making_towards_your_goals_and_in_other_areas_of_your_life$3,
|
|
15346
|
+
relationships_are_connections_with_other_people_good_relationships_have_trust_respect_honesty_and_safety_how_are_you_getting_on_with_family_friends_and_teachers_do_you_have_relationships_that_bring_you_happiness_and_people_you_can_talk_to: relationships_are_connections_with_other_people_good_relationships_have_trust_respect_honesty_and_safety_how_are_you_getting_on_with_family_friends_and_teachers_do_you_have_relationships_that_bring_you_happiness_and_people_you_can_talk_to$3,
|
|
15347
|
+
productivity_is_about_getting_things_done_in_a_way_that_is_smarter_not_harder_this_means_you_know_what_needs_to_be_done_and_how_you_re_going_to_do_it_while_doing_your_work_today_were_you_able_to_help_yourself_stay_focused_and_finish_the_task: productivity_is_about_getting_things_done_in_a_way_that_is_smarter_not_harder_this_means_you_know_what_needs_to_be_done_and_how_you_re_going_to_do_it_while_doing_your_work_today_were_you_able_to_help_yourself_stay_focused_and_finish_the_task$3,
|
|
15348
|
+
academics_relate_to_your_learning_through_work_you_do_at_school_and_home_are_you_doing_your_classwork_and_homework_every_day_do_your_grades_show_your_teachers_parents_and_even_yourself_how_hard_you_are_working_to_learn: academics_relate_to_your_learning_through_work_you_do_at_school_and_home_are_you_doing_your_classwork_and_homework_every_day_do_your_grades_show_your_teachers_parents_and_even_yourself_how_hard_you_are_working_to_learn$3,
|
|
15349
|
+
self_efficacy_is_when_you_believe_in_yourself_and_that_you_can_do_something_well_are_you_happy_with_something_you_have_done_well_today_do_you_think_you_can_be_successful_in_what_you_have_to_do_today: self_efficacy_is_when_you_believe_in_yourself_and_that_you_can_do_something_well_are_you_happy_with_something_you_have_done_well_today_do_you_think_you_can_be_successful_in_what_you_have_to_do_today$3,
|
|
15350
|
+
focus_is_when_you_pay_attention_to_a_task_or_a_person_and_dont_get_distracted_if_you_re_trying_to_focus_on_your_teacher_then_you_are_only_thinking_about_what_the_teacher_is_saying_have_you_been_able_to_stay_on_task_today_can_you_clear_your_mind_to_do_your_work: focus_is_when_you_pay_attention_to_a_task_or_a_person_and_dont_get_distracted_if_you_re_trying_to_focus_on_your_teacher_then_you_are_only_thinking_about_what_the_teacher_is_saying_have_you_been_able_to_stay_on_task_today_can_you_clear_your_mind_to_do_your_work$3,
|
|
15351
|
+
happiness_is_a_good_feeling_that_can_come_from_anything_you_enjoy_or_from_generally_being_satisfied_with_the_way_your_life_is_going_while_its_not_possible_to_be_happy_all_the_time_you_can_always_find_something_to_be_happy_about_has_there_been_a_moment_that_made_you_smile_today_what_things_people_activities_bring_you_joy_and_make_you_feel_good: happiness_is_a_good_feeling_that_can_come_from_anything_you_enjoy_or_from_generally_being_satisfied_with_the_way_your_life_is_going_while_its_not_possible_to_be_happy_all_the_time_you_can_always_find_something_to_be_happy_about_has_there_been_a_moment_that_made_you_smile_today_what_things_people_activities_bring_you_joy_and_make_you_feel_good$3,
|
|
15352
|
+
when_you_feel_safe_you_are_not_scared_or_in_danger_it_means_you_are_comfortable_and_happy_at_home_at_school_and_wherever_your_normal_activities_take_you_are_you_able_to_be_yourself_do_you_feel_like_people_care_about_you_and_that_your_thoughts_and_feelings_matter: when_you_feel_safe_you_are_not_scared_or_in_danger_it_means_you_are_comfortable_and_happy_at_home_at_school_and_wherever_your_normal_activities_take_you_are_you_able_to_be_yourself_do_you_feel_like_people_care_about_you_and_that_your_thoughts_and_feelings_matter$3,
|
|
15353
|
+
stress_in_the_right_amount_is_actually_a_positive_thing_too_much_stress_causes_distress_which_makes_us_feel_like_we_re_losing_control_too_little_stress_means_we_re_not_engaged_or_challenged_the_right_amount_of_stress_for_each_of_us_helps_us_reach_our_goals_and_perform_at_our_best: stress_in_the_right_amount_is_actually_a_positive_thing_too_much_stress_causes_distress_which_makes_us_feel_like_we_re_losing_control_too_little_stress_means_we_re_not_engaged_or_challenged_the_right_amount_of_stress_for_each_of_us_helps_us_reach_our_goals_and_perform_at_our_best$3,
|
|
15354
|
+
after_looking_at_your_answers_today_are_you_ready_to_do_whats_asked_of_you_in_class_or_do_you_need_help_to_get_in_a_good_place_to_learn_being_ready_to_learn_means_your_mind_and_body_are_working_together_to_prepare_you_to_learn_new_things_and_deepen_your_understanding_of_the_learning_already_covered: after_looking_at_your_answers_today_are_you_ready_to_do_whats_asked_of_you_in_class_or_do_you_need_help_to_get_in_a_good_place_to_learn_being_ready_to_learn_means_your_mind_and_body_are_working_together_to_prepare_you_to_learn_new_things_and_deepen_your_understanding_of_the_learning_already_covered$3,
|
|
15355
|
+
how_helpful_was_our_conversation_today: how_helpful_was_our_conversation_today$3,
|
|
15356
|
+
being_proud_of_yourself_is_when_you_feel_good_about_something_you_did_or_who_you_are_as_a_person_how_satisfied_or_happy_are_you_about_your_actions_today: being_proud_of_yourself_is_when_you_feel_good_about_something_you_did_or_who_you_are_as_a_person_how_satisfied_or_happy_are_you_about_your_actions_today$3,
|
|
15357
|
+
what_is_the_one_thing_you_are_going_to_keep_doing_well_or_start_doing_differently_or_what_is_one_thing_you_learned_about_yourself_others_or_the_world_around_you: what_is_the_one_thing_you_are_going_to_keep_doing_well_or_start_doing_differently_or_what_is_one_thing_you_learned_about_yourself_others_or_the_world_around_you$3,
|
|
15358
|
+
energy_provides_the_strength_and_power_to_do_something_this_can_be_something_physical_like_running_a_race_or_mental_like_taking_an_assessment_do_you_feel_like_you_have_enough_energy_to_get_through_the_day_how_do_you_feel_about_your_energy_levels_at_the_moment: energy_provides_the_strength_and_power_to_do_something_this_can_be_something_physical_like_running_a_race_or_mental_like_taking_an_assessment_do_you_feel_like_you_have_enough_energy_to_get_through_the_day_how_do_you_feel_about_your_energy_levels_at_the_moment$3,
|
|
15359
|
+
student_has_not_started_this_check_in_are_you_sure_to_delete: student_has_not_started_this_check_in_are_you_sure_to_delete$3,
|
|
15360
|
+
struggling_i_need_support: struggling_i_need_support$3,
|
|
15361
|
+
some_well_being_issues: some_well_being_issues$3,
|
|
15362
|
+
generally_okay: generally_okay$3,
|
|
15363
|
+
most_well_being_issues_are_fine: most_well_being_issues_are_fine$3,
|
|
15364
|
+
feeling_great: feeling_great$3,
|
|
15365
|
+
making_no_progress: making_no_progress$3,
|
|
15366
|
+
aware_of_my_goals_but_making_little_progress: aware_of_my_goals_but_making_little_progress$3,
|
|
15367
|
+
making_some_progress: making_some_progress$3,
|
|
15368
|
+
good_growth_overall: good_growth_overall$3,
|
|
15369
|
+
great_growth_in_all_areas: great_growth_in_all_areas$3,
|
|
15370
|
+
one_or_more_key_relationships_are_very_difficult: one_or_more_key_relationships_are_very_difficult$3,
|
|
15371
|
+
one_or_more_key_relationships_are_a_little_tricky: one_or_more_key_relationships_are_a_little_tricky$3,
|
|
15372
|
+
most_key_relationships_are_positive: most_key_relationships_are_positive$3,
|
|
15373
|
+
all_key_relationships_are_positive: all_key_relationships_are_positive$3,
|
|
15374
|
+
not_at_all_productive: not_at_all_productive$3,
|
|
15375
|
+
procrastinating: procrastinating$3,
|
|
15376
|
+
meeting_some_deadlines: meeting_some_deadlines$3,
|
|
15377
|
+
meeting_most_deadlines: meeting_most_deadlines$3,
|
|
15378
|
+
meeting_all_deadlines_comfortably: meeting_all_deadlines_comfortably$3,
|
|
15379
|
+
major_challenges: major_challenges$3,
|
|
15380
|
+
difficulties_in_some_areas: difficulties_in_some_areas$3,
|
|
15381
|
+
on_target_in_some_areas: on_target_in_some_areas$3,
|
|
15382
|
+
on_target_in_most_areas: on_target_in_most_areas$3,
|
|
15383
|
+
on_target_in_all_areas: on_target_in_all_areas$3,
|
|
15384
|
+
very_low_confidence: very_low_confidence$3,
|
|
15385
|
+
lacking_some_self_belief: lacking_some_self_belief$3,
|
|
15386
|
+
developing_and_improving: developing_and_improving$3,
|
|
15387
|
+
feeling_positive: feeling_positive$3,
|
|
15388
|
+
super_confident: super_confident$3,
|
|
15389
|
+
always_distracted: always_distracted$3,
|
|
15390
|
+
mostly_distracted: mostly_distracted$3,
|
|
15391
|
+
sometimes_distracted: sometimes_distracted$3,
|
|
15392
|
+
generally_focused: generally_focused$3,
|
|
15393
|
+
laser_focused: laser_focused$3,
|
|
15394
|
+
exhausted: exhausted$3,
|
|
15395
|
+
often_tired: often_tired$3,
|
|
15396
|
+
feeling_okay: feeling_okay$3,
|
|
15397
|
+
good_energy: good_energy$3,
|
|
15398
|
+
unhappy_most_of_the_time: unhappy_most_of_the_time$3,
|
|
15399
|
+
bursting_with_energy: bursting_with_energy$3,
|
|
15400
|
+
unhappy_some_of_the_time: unhappy_some_of_the_time$3,
|
|
15401
|
+
more_positives_than_negatives: more_positives_than_negatives$3,
|
|
15402
|
+
generally_happy: generally_happy$3,
|
|
15403
|
+
optimistic_and_positive_almost_all_of_the_time: optimistic_and_positive_almost_all_of_the_time$3,
|
|
15404
|
+
in_danger: in_danger$3,
|
|
15405
|
+
feeling_unsafe: feeling_unsafe$3,
|
|
15406
|
+
some_concerns: some_concerns$3,
|
|
15407
|
+
feeling_safe: feeling_safe$3,
|
|
15408
|
+
very_safe_and_secure: very_safe_and_secure$3,
|
|
15409
|
+
moderate: moderate$3,
|
|
15410
|
+
very_high: very_high$3,
|
|
15411
|
+
how_much_did_the_conceptual_change_conversation_help_your_learning_improve: how_much_did_the_conceptual_change_conversation_help_your_learning_improve$3,
|
|
15412
|
+
how_much_did_discussing_ways_to_seek_help_during_this_session_help_your_learning_improve: how_much_did_discussing_ways_to_seek_help_during_this_session_help_your_learning_improve$3,
|
|
15413
|
+
how_much_did_a_focus_on_setting_or_reinforcing_high_expectations_during_this_session_help_your_learning_improve: how_much_did_a_focus_on_setting_or_reinforcing_high_expectations_during_this_session_help_your_learning_improve$3,
|
|
15414
|
+
a_little: a_little$3,
|
|
15415
|
+
a_lot: a_lot$3,
|
|
15416
|
+
after_session: after_session$3,
|
|
15417
|
+
high_pride: high_pride$3,
|
|
15418
|
+
low_pride: low_pride$3,
|
|
15419
|
+
what_is_on_your_mind: what_is_on_your_mind$3,
|
|
15420
|
+
select_all: select_all$3,
|
|
15421
|
+
attitude: attitude$3,
|
|
15422
|
+
behavior: behavior$3,
|
|
15423
|
+
collaboration: collaboration$3,
|
|
15424
|
+
confidence: confidence$3,
|
|
15425
|
+
creativity: creativity$3,
|
|
15426
|
+
developing_ideas: developing_ideas$3,
|
|
15427
|
+
exercise: exercise$3,
|
|
15428
|
+
finishing_tasks: finishing_tasks$3,
|
|
15429
|
+
flexibility: flexibility$3,
|
|
15430
|
+
impulse_control: impulse_control$3,
|
|
15431
|
+
listening: listening$3,
|
|
15432
|
+
long_term_memory: long_term_memory$3,
|
|
15433
|
+
math: math$3,
|
|
15434
|
+
organization_of_materials: organization_of_materials$3,
|
|
15435
|
+
processing_speed: processing_speed$3,
|
|
15436
|
+
reading: reading$3,
|
|
15437
|
+
setting_and_achieving_goals: setting_and_achieving_goals$3,
|
|
15438
|
+
short_term_memory: short_term_memory$3,
|
|
15439
|
+
sleep_hygiene: sleep_hygiene$3,
|
|
15440
|
+
speaking: speaking$3,
|
|
15441
|
+
starting_tasks: starting_tasks$3,
|
|
15442
|
+
stress_and_anxiety: stress_and_anxiety$3,
|
|
15443
|
+
studying: studying$3,
|
|
15444
|
+
time_management: time_management$3,
|
|
15445
|
+
work_ethic: work_ethic$3,
|
|
15446
|
+
writing: writing$3,
|
|
15447
|
+
high_expectations: high_expectations$3,
|
|
15448
|
+
i_learn_best_when_i_set_high_expectations_for_myself_that_encourage_me_to_do_more_than_the_minimum_expected: i_learn_best_when_i_set_high_expectations_for_myself_that_encourage_me_to_do_more_than_the_minimum_expected$3,
|
|
15449
|
+
i_learn_best_when_i_recognize_my_successes_and_have_an_opportunity_to_celebrate_progress_and_achievements: i_learn_best_when_i_recognize_my_successes_and_have_an_opportunity_to_celebrate_progress_and_achievements$3,
|
|
15450
|
+
integrating_learning_with_previous_knowledge: integrating_learning_with_previous_knowledge$3,
|
|
15451
|
+
i_learn_best_when_i_connect_new_and_important_learning_to_previous_things_i_have_learned: i_learn_best_when_i_connect_new_and_important_learning_to_previous_things_i_have_learned$3,
|
|
15452
|
+
learners_self_assessing: learners_self_assessing$3,
|
|
15453
|
+
i_learn_best_when_i_self_assess_my_own_learning_with_guided_prompts_rubrics_and_or_support: i_learn_best_when_i_self_assess_my_own_learning_with_guided_prompts_rubrics_and_or_support$3,
|
|
15454
|
+
learning_goals: learning_goals$3,
|
|
15455
|
+
i_learn_best_when_i_have_short_and_long_term_goals_that_i_m_working_on_and_know_where_i_am_on_my_goal_progress_this_might_also_include_me_creating_habits_and_routines_that_assist_me_in_achieving_my_goals: i_learn_best_when_i_have_short_and_long_term_goals_that_i_m_working_on_and_know_where_i_am_on_my_goal_progress_this_might_also_include_me_creating_habits_and_routines_that_assist_me_in_achieving_my_goals$3,
|
|
15456
|
+
planning_and_predicting: planning_and_predicting$3,
|
|
15457
|
+
i_learn_best_when_i_plan_future_actions_and_predict_what_will_happen_as_a_result_of_these_actions: i_learn_best_when_i_plan_future_actions_and_predict_what_will_happen_as_a_result_of_these_actions$3,
|
|
15458
|
+
quality_feedback: quality_feedback$3,
|
|
15459
|
+
i_learn_best_when_i_know_what_good_work_looks_like_how_my_work_compares_to_good_work_and_what_i_need_to_do_to_improve_my_work_to_make_it_good: i_learn_best_when_i_know_what_good_work_looks_like_how_my_work_compares_to_good_work_and_what_i_need_to_do_to_improve_my_work_to_make_it_good$3,
|
|
15460
|
+
i_learn_best_when_i_have_time_to_reflect_on_my_learning_and_or_when_a_teacher_emphasizes_learning_opportunities_and_provides_time_to_reflect: i_learn_best_when_i_have_time_to_reflect_on_my_learning_and_or_when_a_teacher_emphasizes_learning_opportunities_and_provides_time_to_reflect$3,
|
|
15461
|
+
i_learn_best_when_i_learn_about_myths_and_misconceptions_around_a_concept_and_why_they_are_not_true_it_s_also_helpful_when_teachers_address_misconceptions_around_my_thinking_and_or_self_assessments_that_are_not_accurate: i_learn_best_when_i_learn_about_myths_and_misconceptions_around_a_concept_and_why_they_are_not_true_it_s_also_helpful_when_teachers_address_misconceptions_around_my_thinking_and_or_self_assessments_that_are_not_accurate$3,
|
|
15462
|
+
i_learn_best_when_i_am_encouraged_to_reach_out_for_help_whether_that_be_for_academic_support_guidance_advice_medical_assistance_social_emotional_support_etc_if_needed: i_learn_best_when_i_am_encouraged_to_reach_out_for_help_whether_that_be_for_academic_support_guidance_advice_medical_assistance_social_emotional_support_etc_if_needed$3,
|
|
15463
|
+
target: target$3,
|
|
15464
|
+
session_focus: session_focus$3,
|
|
15465
|
+
what_was_the_main_focus_of_this_session: what_was_the_main_focus_of_this_session$3,
|
|
15466
|
+
academic: academic$3,
|
|
15467
|
+
assessments_and_homework: assessments_and_homework$3,
|
|
15468
|
+
custom: custom$3,
|
|
15469
|
+
general: general$3,
|
|
15470
|
+
habits_and_strategies: habits_and_strategies$3,
|
|
15471
|
+
organization_and_planning: organization_and_planning$3,
|
|
15472
|
+
school_life_balance: school_life_balance$3,
|
|
15473
|
+
sleep_habits: sleep_habits$3,
|
|
15474
|
+
social_media_tik_tok_instagram_youtube_pinterest_etc: social_media_tik_tok_instagram_youtube_pinterest_etc$3,
|
|
15475
|
+
role_playing_games_d_and_d_world_of_warcraft_pathfinder_etc: role_playing_games_d_and_d_world_of_warcraft_pathfinder_etc$3,
|
|
15476
|
+
environment_global_warming_sustainability_etc: environment_global_warming_sustainability_etc$3,
|
|
15477
|
+
anime_my_hero_academia_hunter_x_hunter_one_piece_etc: anime_my_hero_academia_hunter_x_hunter_one_piece_etc$3,
|
|
15478
|
+
manga: manga$3,
|
|
15479
|
+
graphic_novels: graphic_novels$3,
|
|
15480
|
+
comics: comics$3,
|
|
15481
|
+
politics: politics$3,
|
|
15482
|
+
television_stranger_things_heart_stopper_glow_up_etc_and_movies_shrek_marvel_encanto_etc: television_stranger_things_heart_stopper_glow_up_etc_and_movies_shrek_marvel_encanto_etc$3,
|
|
15483
|
+
music: music$3,
|
|
15484
|
+
bluey: bluey$3,
|
|
15485
|
+
stickers: stickers$3,
|
|
15486
|
+
weather: weather$3,
|
|
15487
|
+
religion: religion$3,
|
|
15488
|
+
spirituality: spirituality$3,
|
|
15489
|
+
news_current_events: news_current_events$3,
|
|
15490
|
+
sports: sports$3,
|
|
15491
|
+
cafe_culture_coffee: cafe_culture_coffee$3,
|
|
15492
|
+
fashion_design: fashion_design$3,
|
|
15493
|
+
futurism_engineering_design_etc: futurism_engineering_design_etc$3,
|
|
15494
|
+
science_fiction: science_fiction$3,
|
|
15495
|
+
wellness_meditation_mindfulness_etc: wellness_meditation_mindfulness_etc$3,
|
|
15496
|
+
comedy: comedy$3,
|
|
15497
|
+
journalism: journalism$3,
|
|
15498
|
+
make_up: make_up$3,
|
|
15499
|
+
aesthetics_cottagecore_dark_academia_fairycore_etc: aesthetics_cottagecore_dark_academia_fairycore_etc$3,
|
|
15500
|
+
automotive_culture_race_cars_motorcycles_motor_bikes_etc: automotive_culture_race_cars_motorcycles_motor_bikes_etc$3,
|
|
15501
|
+
poetry_slam_poetry: poetry_slam_poetry$3,
|
|
15502
|
+
horror_and_suspense: horror_and_suspense$3,
|
|
15503
|
+
skiing_snowboarding: skiing_snowboarding$3,
|
|
15504
|
+
horseback_riding: horseback_riding$3,
|
|
15505
|
+
magic: magic$3,
|
|
15506
|
+
science_biology_chemistry_physics_etc: science_biology_chemistry_physics_etc$3,
|
|
15507
|
+
minecraft: minecraft$3,
|
|
15508
|
+
graphic_design: graphic_design$3,
|
|
15509
|
+
survival_prepping: survival_prepping$3,
|
|
15510
|
+
botany: botany$3,
|
|
15511
|
+
film_study: film_study$3,
|
|
15512
|
+
first_responder_fire_ems_emt_police_etc: first_responder_fire_ems_emt_police_etc$3,
|
|
15513
|
+
animals_domesticated_rescue_etc: animals_domesticated_rescue_etc$3,
|
|
15514
|
+
animals_large_wild_etc: animals_large_wild_etc$3,
|
|
15515
|
+
marine_biology: marine_biology$3,
|
|
15516
|
+
video_game_youtubers: video_game_youtubers$3,
|
|
15517
|
+
hello_kitty: hello_kitty$3,
|
|
15518
|
+
memes: memes$3,
|
|
15519
|
+
cony_and_brown: cony_and_brown$3,
|
|
15520
|
+
pokemon: pokemon$3,
|
|
15521
|
+
select_significant_strengths_or_enter_significant_strengths_here: select_significant_strengths_or_enter_significant_strengths_here$3,
|
|
15522
|
+
i_learn_best_when_i: i_learn_best_when_i$3,
|
|
15523
|
+
i_have_difficulty_learning_when_i: i_have_difficulty_learning_when_i$3,
|
|
15524
|
+
teachers_make_learning_easier_for_me_when_they: teachers_make_learning_easier_for_me_when_they$3,
|
|
15525
|
+
teachers_make_learning_more_difficult_for_me_when_they: teachers_make_learning_more_difficult_for_me_when_they$3,
|
|
15526
|
+
if_you_are_a_teacher_and_see_i_m_having_trouble_learning_in_class_you_can_help_me_by: if_you_are_a_teacher_and_see_i_m_having_trouble_learning_in_class_you_can_help_me_by$3,
|
|
15527
|
+
the_assignments_i_learn_the_most_from_are: the_assignments_i_learn_the_most_from_are$3,
|
|
15528
|
+
the_assignments_i_sometimes_find_too_challenging_are: the_assignments_i_sometimes_find_too_challenging_are$3,
|
|
15529
|
+
chunking_tasks: chunking_tasks$3,
|
|
15530
|
+
i_learn_best_when_my_teacher_breaks_down_large_tasks_or_projects_into_smaller_steps_and_estimates_or_helps_me_estimate_th_amount_of_time_each_step_will_require: i_learn_best_when_my_teacher_breaks_down_large_tasks_or_projects_into_smaller_steps_and_estimates_or_helps_me_estimate_th_amount_of_time_each_step_will_require$3,
|
|
15531
|
+
time_management_starting_tasks_finishing_tasks_planning: time_management_starting_tasks_finishing_tasks_planning$3,
|
|
15532
|
+
bite_size_learning: bite_size_learning$3,
|
|
15533
|
+
i_learn_best_when_my_teacher_breaks_down_new_learning_into_smaller_pieces_of_information_followed_by_opportunities_to_review_what_i_learned_and_identify_gaps_in_learning: i_learn_best_when_my_teacher_breaks_down_new_learning_into_smaller_pieces_of_information_followed_by_opportunities_to_review_what_i_learned_and_identify_gaps_in_learning$3,
|
|
15534
|
+
short_term_memory_staying_focused_impulse_control_self_awareness_listening_processing_speed: short_term_memory_staying_focused_impulse_control_self_awareness_listening_processing_speed$3,
|
|
15535
|
+
breaks: breaks$3,
|
|
15536
|
+
i_learn_best_when_my_teacher_builds_in_short_breaks_into_each_class: i_learn_best_when_my_teacher_builds_in_short_breaks_into_each_class$3,
|
|
15537
|
+
time_management_finishing_tasks_staying_focused_impulse_control_attitude_stress_and_anxiety_work_ethic: time_management_finishing_tasks_staying_focused_impulse_control_attitude_stress_and_anxiety_work_ethic$3,
|
|
15538
|
+
happy_notes_home: happy_notes_home$3,
|
|
15539
|
+
i_learn_best_when_my_teacher_send_positive_notes_emails_or_calls_home_to_celebrate_my_growth: i_learn_best_when_my_teacher_send_positive_notes_emails_or_calls_home_to_celebrate_my_growth$3,
|
|
15540
|
+
finishing_tasks_setting_and_achieving_goals_attitude_behavior_confidence_work_ethic: finishing_tasks_setting_and_achieving_goals_attitude_behavior_confidence_work_ethic$3,
|
|
15541
|
+
growth_focused: growth_focused$3,
|
|
15542
|
+
i_learn_best_when_my_teacher_focuses_on_my_growth_and_progress_rather_than_overall_achievement: i_learn_best_when_my_teacher_focuses_on_my_growth_and_progress_rather_than_overall_achievement$3,
|
|
15543
|
+
confidence_setting_and_achieving_goals_stress_and_anxiety: confidence_setting_and_achieving_goals_stress_and_anxiety$3,
|
|
15544
|
+
avoid_spotlight: avoid_spotlight$3,
|
|
15545
|
+
i_learn_best_when_my_teacher_is_able_avoid_putting_me_in_the_spotlight_and_giving_me_space_and_time_to_prepare_when_i_do_need_to_present_also_allowing_for_recorded_presentations_rather_than_in_person_requirements_when_possible: i_learn_best_when_my_teacher_is_able_avoid_putting_me_in_the_spotlight_and_giving_me_space_and_time_to_prepare_when_i_do_need_to_present_also_allowing_for_recorded_presentations_rather_than_in_person_requirements_when_possible$3,
|
|
15546
|
+
stress_and_anxiety_speaking_processing_speed: stress_and_anxiety_speaking_processing_speed$3,
|
|
15547
|
+
frequent_check_ins: frequent_check_ins$3,
|
|
15548
|
+
i_learn_best_when_my_teacher_has_frequent_private_check_ins_to_ensure_i_am_on_track_this_also_helps_me_feel_safe_and_supported_in_class_ideas_for_check_ins_include_a_sticky_note_system_silent_signal_whisper_at_desk_side_but_we_can_agree_on_something_together: i_learn_best_when_my_teacher_has_frequent_private_check_ins_to_ensure_i_am_on_track_this_also_helps_me_feel_safe_and_supported_in_class_ideas_for_check_ins_include_a_sticky_note_system_silent_signal_whisper_at_desk_side_but_we_can_agree_on_something_together$3,
|
|
15549
|
+
stress_and_anxiety_processing_speed_task_initiation_developing_ideas_planning_finishing_tasks_short_term_memory_staying_focused_self_advocacy_self_awareness: stress_and_anxiety_processing_speed_task_initiation_developing_ideas_planning_finishing_tasks_short_term_memory_staying_focused_self_advocacy_self_awareness$3,
|
|
15550
|
+
develop_rapport: develop_rapport$3,
|
|
15551
|
+
i_learn_best_when_my_teacher_focuses_on_relationship_building_both_with_teachers_and_peers_creating_a_community_of_care_where_i_feel_connected_and_valued: i_learn_best_when_my_teacher_focuses_on_relationship_building_both_with_teachers_and_peers_creating_a_community_of_care_where_i_feel_connected_and_valued$3,
|
|
15552
|
+
stress_and_anxiety_behavior_attitude_confidence: stress_and_anxiety_behavior_attitude_confidence$3,
|
|
15553
|
+
explicit_prioritizations: explicit_prioritizations$3,
|
|
15554
|
+
i_learn_best_when_my_teacher_shares_what_activities_are_must_do_recommended_or_completely_optional: i_learn_best_when_my_teacher_shares_what_activities_are_must_do_recommended_or_completely_optional$3,
|
|
15555
|
+
planning_processing_speed_finishing_tasks_listening_reading_writing_stress_and_anxiety_work_ethic_studying: planning_processing_speed_finishing_tasks_listening_reading_writing_stress_and_anxiety_work_ethic_studying$3,
|
|
15556
|
+
planned_transitions: planned_transitions$3,
|
|
15557
|
+
i_learn_best_when_my_teacher_previews_and_prepares_me_and_other_students_for_safety_drills_activity_changes_or_other_class_transitions: i_learn_best_when_my_teacher_previews_and_prepares_me_and_other_students_for_safety_drills_activity_changes_or_other_class_transitions$3,
|
|
15558
|
+
time_management_planning_finishing_tasks_stress_and_anxiety_behavior_flexibility: time_management_planning_finishing_tasks_stress_and_anxiety_behavior_flexibility$3,
|
|
15559
|
+
choices: choices$3,
|
|
15560
|
+
i_learn_best_when_my_teacher_provides_as_many_choices_as_possible: i_learn_best_when_my_teacher_provides_as_many_choices_as_possible$3,
|
|
15561
|
+
attitude_behavior_work_ethic: attitude_behavior_work_ethic$3,
|
|
15562
|
+
movement: movement$3,
|
|
15563
|
+
i_learn_best_when_my_teacher_provides_lots_of_planned_physical_movement_or_opportunities_for_movement_into_class: i_learn_best_when_my_teacher_provides_lots_of_planned_physical_movement_or_opportunities_for_movement_into_class$3,
|
|
15564
|
+
impulse_control_staying_focused: impulse_control_staying_focused$3,
|
|
15565
|
+
non_verbal_cues: non_verbal_cues$3,
|
|
15566
|
+
i_learn_best_when_my_teacher_redirects_me_with_non_verbal_cues_to_redirect_me_when_possible_rather_than_verbally_redirecting_me: i_learn_best_when_my_teacher_redirects_me_with_non_verbal_cues_to_redirect_me_when_possible_rather_than_verbally_redirecting_me$3,
|
|
15567
|
+
staying_focused_self_awareness_attitude_behavior_stress_and_anxiety_confidence: staying_focused_self_awareness_attitude_behavior_stress_and_anxiety_confidence$3,
|
|
15568
|
+
limit_direct_instruction: limit_direct_instruction$3,
|
|
15569
|
+
i_learn_best_when_my_teacher_doesnt_talk_too_long_and_gives_me_opportunities_to_learn_at_my_own_pace_using_materials_that_work_best_for_me: i_learn_best_when_my_teacher_doesnt_talk_too_long_and_gives_me_opportunities_to_learn_at_my_own_pace_using_materials_that_work_best_for_me$3,
|
|
15570
|
+
short_term_memory_staying_focused_impulse_control_listening_behavior_processing_speed: short_term_memory_staying_focused_impulse_control_listening_behavior_processing_speed$3,
|
|
15571
|
+
routines: routines$3,
|
|
15572
|
+
i_learn_best_when_my_teacher_sets_and_maintains_consistent_routines_if_we_need_to_change_routines_i_know_about_the_changes_ahead_of_time: i_learn_best_when_my_teacher_sets_and_maintains_consistent_routines_if_we_need_to_change_routines_i_know_about_the_changes_ahead_of_time$3,
|
|
15573
|
+
time_management_planning_finishing_tasks_stress_and_anxiety_behavior_flexibility_starting_tasks: time_management_planning_finishing_tasks_stress_and_anxiety_behavior_flexibility_starting_tasks$3,
|
|
15574
|
+
multimodal_learning: multimodal_learning$3,
|
|
15575
|
+
i_learn_best_when_my_teacher_helps_us_learn_through_multiple_ways_including_reading_listening_watching_and_doing_important_concepts_are_not_taught_just_using_one_way_of_learning: i_learn_best_when_my_teacher_helps_us_learn_through_multiple_ways_including_reading_listening_watching_and_doing_important_concepts_are_not_taught_just_using_one_way_of_learning$3,
|
|
15576
|
+
staying_focused_listening_reading_writing_math_collaboration_processing_speed: staying_focused_listening_reading_writing_math_collaboration_processing_speed$3,
|
|
15577
|
+
flexible_assessments: flexible_assessments$3,
|
|
15578
|
+
i_learn_best_when_my_teacher_creates_a_variety_of_options_for_me_to_demonstrate_my_learning: i_learn_best_when_my_teacher_creates_a_variety_of_options_for_me_to_demonstrate_my_learning$3,
|
|
15579
|
+
listening_reading_writing_math_speaking_stress_and_anxiety_collaboration_processing_speed_studying: listening_reading_writing_math_speaking_stress_and_anxiety_collaboration_processing_speed_studying$3,
|
|
15580
|
+
flexible_feedback: flexible_feedback$3,
|
|
15581
|
+
i_learn_best_when_my_teacher_regularly_gives_me_feedback_so_that_the_i_know_how_i_m_performing_and_what_i_can_do_to_continue_improving: i_learn_best_when_my_teacher_regularly_gives_me_feedback_so_that_the_i_know_how_i_m_performing_and_what_i_can_do_to_continue_improving$3,
|
|
15582
|
+
planning_staying_focused_self_awareness: planning_staying_focused_self_awareness$3,
|
|
15583
|
+
pre_learning: pre_learning$3,
|
|
15584
|
+
i_learn_best_when_my_teacher_provides_opportunities_to_learn_new_concepts_early_such_as_early_access_to_resources: i_learn_best_when_my_teacher_provides_opportunities_to_learn_new_concepts_early_such_as_early_access_to_resources$3,
|
|
15585
|
+
time_management_writing_reading_math_stress_and_anxiety_processing_speed: time_management_writing_reading_math_stress_and_anxiety_processing_speed$3,
|
|
15586
|
+
understanding_checks: understanding_checks$3,
|
|
15587
|
+
i_learn_best_when_my_teacher_frequently_checks_in_with_me_to_see_if_i_ve_understand_new_learning: i_learn_best_when_my_teacher_frequently_checks_in_with_me_to_see_if_i_ve_understand_new_learning$3,
|
|
15588
|
+
starting_tasks_short_term_memory_staying_focused_impulse_control_self_advocacy_listening_processing_speed: starting_tasks_short_term_memory_staying_focused_impulse_control_self_advocacy_listening_processing_speed$3,
|
|
15589
|
+
rubrics: rubrics$3,
|
|
15590
|
+
i_learn_best_when_my_teacher_provides_learning_rubrics_early_and_refer_to_them_often_these_rubrics_help_me_understand_what_is_needed_for_me_to_demonstrate_my_learning_at_different_levels_of_performance: i_learn_best_when_my_teacher_provides_learning_rubrics_early_and_refer_to_them_often_these_rubrics_help_me_understand_what_is_needed_for_me_to_demonstrate_my_learning_at_different_levels_of_performance$3,
|
|
15591
|
+
studying_work_ethic_confidence_stress_and_anxiety_self_advocacy_time_management_planning_finishing_tasks: studying_work_ethic_confidence_stress_and_anxiety_self_advocacy_time_management_planning_finishing_tasks$3,
|
|
15592
|
+
graphic_organizers: graphic_organizers$3,
|
|
15593
|
+
i_learn_best_when_my_teacher_uses_graphic_organizer_to_help_me_understand_what_we_are_learning: i_learn_best_when_my_teacher_uses_graphic_organizer_to_help_me_understand_what_we_are_learning$3,
|
|
15594
|
+
listening_reading_writing_processing_speed_short_term_memory_developing_ideas_planning: listening_reading_writing_processing_speed_short_term_memory_developing_ideas_planning$3,
|
|
15595
|
+
visuals: visuals$3,
|
|
15596
|
+
i_learn_best_when_my_teacher_uses_lots_of_visuals_diagrams_infographics_pictures_etc_to_help_me_understand_what_are_we_learning: i_learn_best_when_my_teacher_uses_lots_of_visuals_diagrams_infographics_pictures_etc_to_help_me_understand_what_are_we_learning$3,
|
|
15597
|
+
short_term_memory_staying_focused_listening_reading_processing_speed: short_term_memory_staying_focused_listening_reading_processing_speed$3,
|
|
15598
|
+
sentence_stems: sentence_stems$3,
|
|
15599
|
+
i_learn_best_when_my_teacher_provides_sentence_stems_and_writing_promts_for_written_assignments: i_learn_best_when_my_teacher_provides_sentence_stems_and_writing_promts_for_written_assignments$3,
|
|
15600
|
+
developing_ideas_planning_starting_tasks_writing: developing_ideas_planning_starting_tasks_writing$3,
|
|
15601
|
+
think_time: think_time$3,
|
|
15602
|
+
i_learn_best_when_i_have_plenty_of_time_to_think_before_answering_a_question: i_learn_best_when_i_have_plenty_of_time_to_think_before_answering_a_question$3,
|
|
15603
|
+
developing_ideas_processing_speed_speaking: developing_ideas_processing_speed_speaking$3,
|
|
15604
|
+
clear_instructions: clear_instructions$3,
|
|
15605
|
+
i_learn_best_when_my_teacher_breaks_down_instructions_into_small_steps_using_simple_vocabulary_and_check_to_make_sure_i_ve_understood_the_directions: i_learn_best_when_my_teacher_breaks_down_instructions_into_small_steps_using_simple_vocabulary_and_check_to_make_sure_i_ve_understood_the_directions$3,
|
|
15606
|
+
time_management_planning_starting_tasks_finishing_tasks_short_term_memory_staying_focused_listening_processing_speed: time_management_planning_starting_tasks_finishing_tasks_short_term_memory_staying_focused_listening_processing_speed$3,
|
|
15607
|
+
sharing_vocabulary: sharing_vocabulary$3,
|
|
15608
|
+
i_learn_best_when_my_teacher_provides_new_vocabulary_words_before_we_cover_new_information_and_provides_opportunities_to_learn_the_vocabulary: i_learn_best_when_my_teacher_provides_new_vocabulary_words_before_we_cover_new_information_and_provides_opportunities_to_learn_the_vocabulary$3,
|
|
15609
|
+
short_term_memory_long_term_memory_listening_reading_processing_speed: short_term_memory_long_term_memory_listening_reading_processing_speed$3,
|
|
15610
|
+
idea_bank: idea_bank$3,
|
|
15611
|
+
i_learn_best_when_my_teacher_provides_a_pre_prepared_list_of_ideas_for_me_to_chose_from: i_learn_best_when_my_teacher_provides_a_pre_prepared_list_of_ideas_for_me_to_chose_from$3,
|
|
15612
|
+
developing_ideas_starting_tasks_time_management: developing_ideas_starting_tasks_time_management$3,
|
|
15613
|
+
exemplars: exemplars$3,
|
|
15614
|
+
i_learn_best_when_my_teacher_provides_examples_of_what_successfully_completed_work_looks_like_for_different_levels_of_performance: i_learn_best_when_my_teacher_provides_examples_of_what_successfully_completed_work_looks_like_for_different_levels_of_performance$3,
|
|
15615
|
+
developing_ideas_planning_starting_tasks_studying: developing_ideas_planning_starting_tasks_studying$3,
|
|
15616
|
+
organization_time: organization_time$3,
|
|
15617
|
+
i_learn_best_when_my_teacher_provides_time_for_me_to_organize_materials_and_or_plan_next_steps: i_learn_best_when_my_teacher_provides_time_for_me_to_organize_materials_and_or_plan_next_steps$3,
|
|
15618
|
+
time_management_organization_of_materials_developing_ideas_planning_starting_tasks_stress_and_anxiety: time_management_organization_of_materials_developing_ideas_planning_starting_tasks_stress_and_anxiety$3,
|
|
15619
|
+
i_learn_best_when_my_teacher_schedules_regular_1_to_1_time_with_me: i_learn_best_when_my_teacher_schedules_regular_1_to_1_time_with_me$3,
|
|
15620
|
+
multimodal_answers: multimodal_answers$3,
|
|
15621
|
+
i_learn_best_when_i_can_show_my_understanding_in_varied_ways_like_sketching_presentation_or_a_short_video_relaying_information_etc: i_learn_best_when_i_can_show_my_understanding_in_varied_ways_like_sketching_presentation_or_a_short_video_relaying_information_etc$3,
|
|
15622
|
+
starting_tasks_finishing_tasks_self_advocacy_long_term_memory: starting_tasks_finishing_tasks_self_advocacy_long_term_memory$3,
|
|
15623
|
+
peer_teaching_group_work: peer_teaching_group_work$3,
|
|
15624
|
+
i_learn_best_when_i_can_peer_teach_or_practise_with_peers: i_learn_best_when_i_can_peer_teach_or_practise_with_peers$3,
|
|
15625
|
+
studying_listening_processing_speed_long_term_memory: studying_listening_processing_speed_long_term_memory$3,
|
|
15626
|
+
extra_time_to_complete_assessments: extra_time_to_complete_assessments$3,
|
|
15627
|
+
extra_time_to_process_spoken_information_and_directions: extra_time_to_process_spoken_information_and_directions$3,
|
|
15628
|
+
extra_breaks_as_needed: extra_breaks_as_needed$3,
|
|
15629
|
+
use_of_a_computer_without_internet_access_or_word_processor_on_assessments: use_of_a_computer_without_internet_access_or_word_processor_on_assessments$3,
|
|
15630
|
+
audio_versions_of_assessments: audio_versions_of_assessments$3,
|
|
15631
|
+
access_to_a_reader_for_assessments: access_to_a_reader_for_assessments$3,
|
|
15632
|
+
speech_to_text_software_for_assessments: speech_to_text_software_for_assessments$3,
|
|
15633
|
+
access_to_a_scribe_for_assessments: access_to_a_scribe_for_assessments$3,
|
|
15634
|
+
audio_recording_of_answers_for_assessments: audio_recording_of_answers_for_assessments$3,
|
|
15635
|
+
break_up_larger_timed_assessments_over_several_days: break_up_larger_timed_assessments_over_several_days$3,
|
|
15636
|
+
take_tests_in_a_quiet_room_with_few_distractions: take_tests_in_a_quiet_room_with_few_distractions$3,
|
|
15637
|
+
take_tests_in_a_small_group_setting: take_tests_in_a_small_group_setting$3,
|
|
15638
|
+
assign_seating_where_the_student_is_likely_to_learn_best: assign_seating_where_the_student_is_likely_to_learn_best$3,
|
|
15639
|
+
the_use_of_sensory_tools_during_class: the_use_of_sensory_tools_during_class$3,
|
|
15640
|
+
special_lighting: special_lighting$3,
|
|
15641
|
+
use_of_a_computer_or_word_processor_to_take_notes: use_of_a_computer_or_word_processor_to_take_notes$3,
|
|
15642
|
+
use_of_a_calculator_when_normally_not_allowed_one: use_of_a_calculator_when_normally_not_allowed_one$3,
|
|
15643
|
+
use_of_a_spelling_dictionary_or_spellchecker: use_of_a_spelling_dictionary_or_spellchecker$3,
|
|
15644
|
+
copies_of_class_notes: copies_of_class_notes$3,
|
|
15645
|
+
written_copy_of_any_instructions: written_copy_of_any_instructions$3,
|
|
15646
|
+
visuals_and_graphics_to_accompany_any_new_information_delivered_verbally: visuals_and_graphics_to_accompany_any_new_information_delivered_verbally$3,
|
|
15647
|
+
ability_to_record_lessons: ability_to_record_lessons$3,
|
|
15648
|
+
increase_text_size_to_a_larger_format: increase_text_size_to_a_larger_format$3,
|
|
15649
|
+
provide_alternative_formats_other_than_reading_when_learning_new_information: provide_alternative_formats_other_than_reading_when_learning_new_information$3,
|
|
15650
|
+
provide_alternative_formats_other_than_listening_when_learning_new_information: provide_alternative_formats_other_than_listening_when_learning_new_information$3,
|
|
15651
|
+
great_let_s_build_your_goal: great_let_s_build_your_goal$3,
|
|
15652
|
+
what_do_you_want_to_be_different_about_your_learning_select_a_category_or_type_your_own_idea: what_do_you_want_to_be_different_about_your_learning_select_a_category_or_type_your_own_idea$3,
|
|
15653
|
+
choose_my_goal_area: choose_my_goal_area$3,
|
|
15654
|
+
nice_choice_what_area_of_well_being_would_you_like_to_work_on: nice_choice_what_area_of_well_being_would_you_like_to_work_on$3,
|
|
15655
|
+
let_s_get_more_specific_select_an_area_or_type_your_own_idea: let_s_get_more_specific_select_an_area_or_type_your_own_idea$3,
|
|
15656
|
+
add_more_details_to_your_goal: add_more_details_to_your_goal$3,
|
|
15657
|
+
remember_goals_should_be_smart: remember_goals_should_be_smart$3,
|
|
15658
|
+
specific_measurable_achievable_ambitious_relevant_and_time_based: specific_measurable_achievable_ambitious_relevant_and_time_based$3,
|
|
15659
|
+
perfect_let_s_narrow_this_down_time_to_add_more_details_to_your_goal: perfect_let_s_narrow_this_down_time_to_add_more_details_to_your_goal$3,
|
|
15660
|
+
select_a_goal_or_type_your_own: select_a_goal_or_type_your_own$3,
|
|
15661
|
+
now_let_s_pick_your_targets: now_let_s_pick_your_targets$3,
|
|
15662
|
+
how_do_you_plan_to_accomplish_this_goal: how_do_you_plan_to_accomplish_this_goal$3,
|
|
15663
|
+
customize_the_options_below_or_type_your_own_these_will_become_your_short_term_targets: customize_the_options_below_or_type_your_own_these_will_become_your_short_term_targets$3,
|
|
15664
|
+
keep_going: keep_going$3,
|
|
15665
|
+
add_target: add_target$3,
|
|
15666
|
+
where_are_you_now_what_does_this_look_like_for_you_at_the_moment: where_are_you_now_what_does_this_look_like_for_you_at_the_moment$3,
|
|
15667
|
+
this_helps_you_track_your_progress: this_helps_you_track_your_progress$3,
|
|
15668
|
+
finished: finished$3,
|
|
15669
|
+
i_will_create_a_sleep_routine: i_will_create_a_sleep_routine$3,
|
|
15670
|
+
i_will_set_an_alarm_to_remind_me_to_start_my_routine: i_will_set_an_alarm_to_remind_me_to_start_my_routine$3,
|
|
15671
|
+
i_will_put_my_electronics_away_1_hour_before_it_is_time_for_me_to_sleep: i_will_put_my_electronics_away_1_hour_before_it_is_time_for_me_to_sleep$3,
|
|
15672
|
+
i_will_set_my_phone_to_focus_or_do_not_disturb_mode_for_an_hour_before_bedtime_and_until_my_morning_alarm: i_will_set_my_phone_to_focus_or_do_not_disturb_mode_for_an_hour_before_bedtime_and_until_my_morning_alarm$3,
|
|
15673
|
+
i_will_choose_relaxing_activities_1_hour_before_bedtime_such_as_reading_meditating_yoga_or_listening_to_music: i_will_choose_relaxing_activities_1_hour_before_bedtime_such_as_reading_meditating_yoga_or_listening_to_music$3,
|
|
15674
|
+
i_will_get_out_of_bed_at_the_same_time_each_day: i_will_get_out_of_bed_at_the_same_time_each_day$3,
|
|
15675
|
+
i_will_only_press_snooze_one_time_each_morning: i_will_only_press_snooze_one_time_each_morning$3,
|
|
15676
|
+
i_will_have_everything_packed_or_set_out_for_the_next_day_before_going_to_sleep: i_will_have_everything_packed_or_set_out_for_the_next_day_before_going_to_sleep$3,
|
|
15677
|
+
i_will_go_to_bed_on_time: i_will_go_to_bed_on_time$3,
|
|
15678
|
+
i_will_do_this_at_least_4_out_of_5_times_this_week: i_will_do_this_at_least_4_out_of_5_times_this_week$3,
|
|
15679
|
+
i_will_wake_up_on_time: i_will_wake_up_on_time$3,
|
|
15680
|
+
i_will_create_a_short_routine_for_the_morning_that_gets_me_excited_for_the_day: i_will_create_a_short_routine_for_the_morning_that_gets_me_excited_for_the_day$3,
|
|
15681
|
+
i_will_set_an_alarm_to_remind_me_to_get_ready_for_sleep_1_hour_before_bedtime: i_will_set_an_alarm_to_remind_me_to_get_ready_for_sleep_1_hour_before_bedtime$3,
|
|
15682
|
+
i_will_set_a_morning_alarm_that_gives_me_plenty_of_time_to_get_ready_for_school: i_will_set_a_morning_alarm_that_gives_me_plenty_of_time_to_get_ready_for_school$3,
|
|
15683
|
+
i_will_read_for_20_minutes_before_bed: i_will_read_for_20_minutes_before_bed$3,
|
|
15684
|
+
i_will_meditate_or_listen_to_relaxing_music_before_going_to_sleep: i_will_meditate_or_listen_to_relaxing_music_before_going_to_sleep$3,
|
|
15685
|
+
i_will_create_a_morning_routine_to_be_ready_for_the_day: i_will_create_a_morning_routine_to_be_ready_for_the_day$3,
|
|
15686
|
+
i_will_research_ideas_for_a_morning_routine: i_will_research_ideas_for_a_morning_routine$3,
|
|
15687
|
+
i_will_present_my_ideas_to_my_teacher_or_other_person: i_will_present_my_ideas_to_my_teacher_or_other_person$3,
|
|
15688
|
+
i_will_map_out_my_routine_on_paper_or_in_my_phone: i_will_map_out_my_routine_on_paper_or_in_my_phone$3,
|
|
15689
|
+
i_will_start_my_routine_at_the_same_time_every_morning: i_will_start_my_routine_at_the_same_time_every_morning$3,
|
|
15690
|
+
i_will_create_an_evening_routine_to_get_me_ready_for_bed: i_will_create_an_evening_routine_to_get_me_ready_for_bed$3,
|
|
15691
|
+
i_will_research_ideas_for_an_evening_routine: i_will_research_ideas_for_an_evening_routine$3,
|
|
15692
|
+
i_will_do_this_routine_5_out_of_5_school_nights_this_week: i_will_do_this_routine_5_out_of_5_school_nights_this_week$3,
|
|
15693
|
+
i_will_get_at_least_8_hours_of_sleep_each_night: i_will_get_at_least_8_hours_of_sleep_each_night$3,
|
|
15694
|
+
i_will_practice_meditation: i_will_practice_meditation$3,
|
|
15695
|
+
i_will_find_choose_a_meditation_app_or_resource_to_use: i_will_find_choose_a_meditation_app_or_resource_to_use$3,
|
|
15696
|
+
i_will_challenge_myself_to_meditate_for_x_number_of_days_in_a_row: i_will_challenge_myself_to_meditate_for_x_number_of_days_in_a_row$3,
|
|
15697
|
+
i_will_choose_a_daily_time_to_meditate_and_set_an_alarm_to_remind_me: i_will_choose_a_daily_time_to_meditate_and_set_an_alarm_to_remind_me$3,
|
|
15698
|
+
i_will_meditate_at_least_x_out_of_x_days_this_week: i_will_meditate_at_least_x_out_of_x_days_this_week$3,
|
|
15699
|
+
i_will_start_an_exercise_routine: i_will_start_an_exercise_routine$3,
|
|
15700
|
+
i_will_find_a_friend_to_exercise_with_each_week: i_will_find_a_friend_to_exercise_with_each_week$3,
|
|
15701
|
+
i_will_choose_the_type_of_exercise_to_add_to_my_routine: i_will_choose_the_type_of_exercise_to_add_to_my_routine$3,
|
|
15702
|
+
i_will_share_my_routine_with_a_friend_or_trusted_adult: i_will_share_my_routine_with_a_friend_or_trusted_adult$3,
|
|
15703
|
+
i_will_add_my_exercise_times_to_my_planner_or_calendar: i_will_add_my_exercise_times_to_my_planner_or_calendar$3,
|
|
15704
|
+
i_will_exercise_daily: i_will_exercise_daily$3,
|
|
15705
|
+
i_will_exercise_at_least_x_out_of_x_days_this_week: i_will_exercise_at_least_x_out_of_x_days_this_week$3,
|
|
15706
|
+
i_will_understand_the_cause_of_my_stress: i_will_understand_the_cause_of_my_stress$3,
|
|
15707
|
+
i_will_talk_to_my_teacher_or_counselor_about_things_that_bother_me_or_make_me_stressed: i_will_talk_to_my_teacher_or_counselor_about_things_that_bother_me_or_make_me_stressed$3,
|
|
15708
|
+
i_will_identify_and_talk_with_someone_i_trust_about_how_i_am_feeling: i_will_identify_and_talk_with_someone_i_trust_about_how_i_am_feeling$3,
|
|
15709
|
+
i_will_pause_when_i_m_feeling_stressed_to_identify_what_is_causing_the_stress: i_will_pause_when_i_m_feeling_stressed_to_identify_what_is_causing_the_stress$3,
|
|
15710
|
+
i_will_learn_what_is_and_is_not_in_my_circle_of_control: i_will_learn_what_is_and_is_not_in_my_circle_of_control$3,
|
|
15711
|
+
i_will_acknowledge_when_i_am_approaching_a_potentially_stressful_situation: i_will_acknowledge_when_i_am_approaching_a_potentially_stressful_situation$3,
|
|
15712
|
+
i_will_learn_about_coping_skills: i_will_learn_about_coping_skills$3,
|
|
15713
|
+
i_will_talk_to_my_teacher_or_counselor_about_coping_skills_they_think_will_be_helpful_for_me: i_will_talk_to_my_teacher_or_counselor_about_coping_skills_they_think_will_be_helpful_for_me$3,
|
|
15714
|
+
i_will_choose_a_coping_skill_to_practice_when_i_feel_i_am_becoming_stressed: i_will_choose_a_coping_skill_to_practice_when_i_feel_i_am_becoming_stressed$3,
|
|
15715
|
+
i_will_use_a_coping_strategy_when_i_am_stressed_x_number_of_times_this_week: i_will_use_a_coping_strategy_when_i_am_stressed_x_number_of_times_this_week$3,
|
|
15716
|
+
i_will_start_journaling_my_thoughts_and_feelings: i_will_start_journaling_my_thoughts_and_feelings$3,
|
|
15717
|
+
i_will_do_this_at_least_x_out_of_x_days_this_week: i_will_do_this_at_least_x_out_of_x_days_this_week$3,
|
|
15718
|
+
i_will_get_outside_or_in_nature: i_will_get_outside_or_in_nature$3,
|
|
15719
|
+
i_will_make_time_for_something_fun: i_will_make_time_for_something_fun$3,
|
|
15720
|
+
i_will_make_time_for_being_still_and_quiet: i_will_make_time_for_being_still_and_quiet$3,
|
|
15721
|
+
increase_my_mindfulness: increase_my_mindfulness$3,
|
|
15722
|
+
i_will_take_minibreaks_throughout_the_day: i_will_take_minibreaks_throughout_the_day$3,
|
|
15723
|
+
i_will_decide_what_types_of_breaks_help_me_the_most: i_will_decide_what_types_of_breaks_help_me_the_most$3,
|
|
15724
|
+
i_will_set_alarms_to_remind_myself_to_take_a_break: i_will_set_alarms_to_remind_myself_to_take_a_break$3,
|
|
15725
|
+
i_will_take_a_break_every_hour: i_will_take_a_break_every_hour$3,
|
|
15726
|
+
i_will_take_a_break_every_90_minutes: i_will_take_a_break_every_90_minutes$3,
|
|
15727
|
+
i_will_take_x_number_of_breaks_a_day: i_will_take_x_number_of_breaks_a_day$3,
|
|
15728
|
+
create_relaxation_opportunities: create_relaxation_opportunities$3,
|
|
15729
|
+
i_will_use_visualization_to_help_me_relax: i_will_use_visualization_to_help_me_relax$3,
|
|
15730
|
+
i_will_learn_about_visualization: i_will_learn_about_visualization$3,
|
|
15731
|
+
i_will_set_an_alarm_to_remind_me_to_practice_visualization: i_will_set_an_alarm_to_remind_me_to_practice_visualization$3,
|
|
15732
|
+
i_will_decide_what_this_practice_will_look_like_for_me: i_will_decide_what_this_practice_will_look_like_for_me$3,
|
|
15733
|
+
i_will_do_deep_breathing_exercises: i_will_do_deep_breathing_exercises$3,
|
|
15734
|
+
i_will_research_and_learn_breathing_exercises_to_try: i_will_research_and_learn_breathing_exercises_to_try$3,
|
|
15735
|
+
i_will_set_an_alarm_to_remind_me_to_practice_my_breathing_exercises: i_will_set_an_alarm_to_remind_me_to_practice_my_breathing_exercises$3,
|
|
15736
|
+
i_will_listen_to_relaxing_music: i_will_listen_to_relaxing_music$3,
|
|
15737
|
+
i_will_find_or_create_a_playlist_that_i_find_relaxing: i_will_find_or_create_a_playlist_that_i_find_relaxing$3,
|
|
15738
|
+
i_will_add_listening_music_to_my_evening_routine: i_will_add_listening_music_to_my_evening_routine$3,
|
|
15739
|
+
i_will_practice_yoga: i_will_practice_yoga$3,
|
|
15740
|
+
i_will_find_a_class_youtube_channel_or_app_to_use: i_will_find_a_class_youtube_channel_or_app_to_use$3,
|
|
15741
|
+
i_will_challenge_myself_to_practice_yoga_for_x_number_of_days_in_a_row: i_will_challenge_myself_to_practice_yoga_for_x_number_of_days_in_a_row$3,
|
|
15742
|
+
i_will_choose_a_daily_time_to_practice_yoga_and_set_an_alarm_to_remind_me: i_will_choose_a_daily_time_to_practice_yoga_and_set_an_alarm_to_remind_me$3,
|
|
15743
|
+
i_will_do_an_art_project_that_is_enjoyable: i_will_do_an_art_project_that_is_enjoyable$3,
|
|
15744
|
+
i_will_find_a_relaxing_art_activity_to_try: i_will_find_a_relaxing_art_activity_to_try$3,
|
|
15745
|
+
i_will_choose_a_time_to_do_my_art_each_week_and_set_reminders: i_will_choose_a_time_to_do_my_art_each_week_and_set_reminders$3,
|
|
15746
|
+
i_will_tell_someone_about_my_new_art_project: i_will_tell_someone_about_my_new_art_project$3,
|
|
15747
|
+
keeping_fit: keeping_fit$3,
|
|
15748
|
+
i_will_exercise_more: i_will_exercise_more$3,
|
|
15749
|
+
i_will_join_a_sports_team_or_club: i_will_join_a_sports_team_or_club$3,
|
|
15750
|
+
i_will_find_out_what_is_available_at_my_school: i_will_find_out_what_is_available_at_my_school$3,
|
|
15751
|
+
i_will_choose_one_that_interests_me: i_will_choose_one_that_interests_me$3,
|
|
15752
|
+
i_will_take_care_of_any_paperwork_to_join: i_will_take_care_of_any_paperwork_to_join$3,
|
|
15753
|
+
i_will_participate_in_the_tryout_or_application_process: i_will_participate_in_the_tryout_or_application_process$3,
|
|
15754
|
+
i_will_attend_all_the_practices: i_will_attend_all_the_practices$3,
|
|
15755
|
+
i_will_learn_a_new_sport_or_activity: i_will_learn_a_new_sport_or_activity$3,
|
|
15756
|
+
i_will_research_new_sports_or_activities_that_might_interest_me: i_will_research_new_sports_or_activities_that_might_interest_me$3,
|
|
15757
|
+
i_will_choose_a_new_sport_or_activity_to_learn: i_will_choose_a_new_sport_or_activity_to_learn$3,
|
|
15758
|
+
i_will_see_if_anyone_i_know_would_like_to_try_this_new_activity_with_me: i_will_see_if_anyone_i_know_would_like_to_try_this_new_activity_with_me$3,
|
|
15759
|
+
i_will_gather_the_needed_gear_to_learn_this_activity: i_will_gather_the_needed_gear_to_learn_this_activity$3,
|
|
15760
|
+
i_will_research_the_rules_and_methods_for_this_activity: i_will_research_the_rules_and_methods_for_this_activity$3,
|
|
15761
|
+
i_will_find_groups_who_participate_in_this_activity_to_join: i_will_find_groups_who_participate_in_this_activity_to_join$3,
|
|
15762
|
+
i_will_research_potential_challenges_that_interest_me: i_will_research_potential_challenges_that_interest_me$3,
|
|
15763
|
+
i_will_choose_a_challenge_to_complete: i_will_choose_a_challenge_to_complete$3,
|
|
15764
|
+
i_will_set_a_time_each_week_or_day_to_do_this_challenge: i_will_set_a_time_each_week_or_day_to_do_this_challenge$3,
|
|
15765
|
+
i_will_set_an_alarm_to_remind_me_to_do_this_challenge: i_will_set_an_alarm_to_remind_me_to_do_this_challenge$3,
|
|
15766
|
+
i_will_sign_up_for_a_race: i_will_sign_up_for_a_race$3,
|
|
15767
|
+
i_will_research_different_races_and_events_happening_in_my_area_in_the_next_few_months: i_will_research_different_races_and_events_happening_in_my_area_in_the_next_few_months$3,
|
|
15768
|
+
i_will_choose_one_to_complete_and_talk_to_my_parents_guardians_about_participating: i_will_choose_one_to_complete_and_talk_to_my_parents_guardians_about_participating$3,
|
|
15769
|
+
i_will_sign_up_if_i_have_permission_from_my_parents_guardians: i_will_sign_up_if_i_have_permission_from_my_parents_guardians$3,
|
|
15770
|
+
i_will_create_a_training_schedule_to_prepare_for_my_race: i_will_create_a_training_schedule_to_prepare_for_my_race$3,
|
|
15771
|
+
i_will_set_reminders_for_my_training_schedule: i_will_set_reminders_for_my_training_schedule$3,
|
|
15772
|
+
i_will_create_an_at_home_exercise_routine: i_will_create_an_at_home_exercise_routine$3,
|
|
15773
|
+
i_will_take_an_inventory_of_what_exercise_equipment_i_have_access_to_at_home: i_will_take_an_inventory_of_what_exercise_equipment_i_have_access_to_at_home$3,
|
|
15774
|
+
i_will_research_what_routines_and_exercises_i_can_do_with_my_equipment_at_home: i_will_research_what_routines_and_exercises_i_can_do_with_my_equipment_at_home$3,
|
|
15775
|
+
i_will_find_a_youtube_channel_or_app_to_use_for_my_workouts: i_will_find_a_youtube_channel_or_app_to_use_for_my_workouts$3,
|
|
15776
|
+
i_will_set_a_schedule_for_my_routine: i_will_set_a_schedule_for_my_routine$3,
|
|
15777
|
+
i_will_set_reminders_for_my_routine: i_will_set_reminders_for_my_routine$3,
|
|
15778
|
+
i_will_join_and_go_to_a_gym: i_will_join_and_go_to_a_gym$3,
|
|
15779
|
+
i_will_research_gyms_in_my_area: i_will_research_gyms_in_my_area$3,
|
|
15780
|
+
i_will_choose_a_gym_that_i_can_pay_for_and_get_my_parent_guardians_permission: i_will_choose_a_gym_that_i_can_pay_for_and_get_my_parent_guardians_permission$3,
|
|
15781
|
+
i_will_go_to_the_gym_and_get_a_membership: i_will_go_to_the_gym_and_get_a_membership$3,
|
|
15782
|
+
i_will_learn_about_the_equipment_programs_and_classes_available_at_my_gym: i_will_learn_about_the_equipment_programs_and_classes_available_at_my_gym$3,
|
|
15783
|
+
i_will_decide_what_my_routine_will_be_when_i_visit_the_gym: i_will_decide_what_my_routine_will_be_when_i_visit_the_gym$3,
|
|
15784
|
+
i_will_schedule_times_to_go_to_the_gym_on_my_phone: i_will_schedule_times_to_go_to_the_gym_on_my_phone$3,
|
|
15785
|
+
i_will_go_to_the_gym_x_out_of_x_days_this_week: i_will_go_to_the_gym_x_out_of_x_days_this_week$3,
|
|
15786
|
+
eating_healthier: eating_healthier$3,
|
|
15787
|
+
i_will_add_more_fruits_and_veggies_into_my_diet: i_will_add_more_fruits_and_veggies_into_my_diet$3,
|
|
15788
|
+
i_will_swap_x_for_x_when_i_go_out_to_eat: i_will_swap_x_for_x_when_i_go_out_to_eat$3,
|
|
15789
|
+
i_will_limit_my_sugary_drinks: i_will_limit_my_sugary_drinks$3,
|
|
15790
|
+
i_will_drink_more_water: i_will_drink_more_water$3,
|
|
15791
|
+
i_will_fill_up_my_water_bottle_x_number_of_times_each_school_day: i_will_fill_up_my_water_bottle_x_number_of_times_each_school_day$3,
|
|
15792
|
+
i_will_learn_to_cook_simple_meals: i_will_learn_to_cook_simple_meals$3,
|
|
15793
|
+
i_will_go_to_the_store_to_buy_the_missing_ingredients_on_my_list: i_will_go_to_the_store_to_buy_the_missing_ingredients_on_my_list$3,
|
|
15794
|
+
i_will_follow_the_recipe_and_share_my_meal_with_a_family_member_or_friend: i_will_follow_the_recipe_and_share_my_meal_with_a_family_member_or_friend$3,
|
|
15795
|
+
improve_my_timekeeping_not_late_for_school_class: improve_my_timekeeping_not_late_for_school_class$3,
|
|
15796
|
+
i_will_add_buffer_time_to_my_schedule_in_the_morning_to_make_sure_i_get_to_school_on_time: i_will_add_buffer_time_to_my_schedule_in_the_morning_to_make_sure_i_get_to_school_on_time$3,
|
|
15797
|
+
i_will_set_alarms_or_calendar_alert_on_my_phone_to_remind_me_to_go_to_my_next_class: i_will_set_alarms_or_calendar_alert_on_my_phone_to_remind_me_to_go_to_my_next_class$3,
|
|
15798
|
+
i_will_set_an_alarm_to_tell_me_5_minutes_before_i_need_to_leave_for_school: i_will_set_an_alarm_to_tell_me_5_minutes_before_i_need_to_leave_for_school$3,
|
|
15799
|
+
i_will_put_my_school_schedule_in_a_planner_or_on_my_phone: i_will_put_my_school_schedule_in_a_planner_or_on_my_phone$3,
|
|
15800
|
+
making_friends: making_friends$3,
|
|
15801
|
+
i_will_join_a_club_or_sports_team: i_will_join_a_club_or_sports_team$3,
|
|
15802
|
+
i_will_attend_all_the_practices_or_meetings: i_will_attend_all_the_practices_or_meetings$3,
|
|
15803
|
+
i_will_find_someone_with_a_common_interest: i_will_find_someone_with_a_common_interest$3,
|
|
15804
|
+
i_will_ask_someone_to_hang_out_outside_of_school: i_will_ask_someone_to_hang_out_outside_of_school$3,
|
|
15805
|
+
i_will_attend_events_or_parties_i_m_invited_to: i_will_attend_events_or_parties_i_m_invited_to$3,
|
|
15806
|
+
i_will_eat_lunch_with_someone_i_want_to_get_to_know_better: i_will_eat_lunch_with_someone_i_want_to_get_to_know_better$3,
|
|
15807
|
+
i_will_learn_some_good_questions_to_ask_others_to_get_to_know_them: i_will_learn_some_good_questions_to_ask_others_to_get_to_know_them$3,
|
|
15808
|
+
i_will_learn_how_to_engage_in_conversation_more: i_will_learn_how_to_engage_in_conversation_more$3,
|
|
15809
|
+
i_will_think_about_what_i_want_in_a_friend: i_will_think_about_what_i_want_in_a_friend$3,
|
|
15810
|
+
i_will_think_about_what_it_means_to_be_a_good_friend: i_will_think_about_what_it_means_to_be_a_good_friend$3,
|
|
15811
|
+
i_will_share_this_thoughts_with_someone: i_will_share_this_thoughts_with_someone$3,
|
|
15812
|
+
joining_a_club_sport: joining_a_club_sport$3,
|
|
15813
|
+
i_will_choose_a_club_to_join: i_will_choose_a_club_to_join$3,
|
|
15814
|
+
i_will_attend_all_the_meetings: i_will_attend_all_the_meetings$3,
|
|
15815
|
+
i_will_choose_a_sport_to_try_out_for: i_will_choose_a_sport_to_try_out_for$3,
|
|
15816
|
+
learning_a_new_activity: learning_a_new_activity$3,
|
|
15817
|
+
i_will_choose_a_new_activity_to_learn: i_will_choose_a_new_activity_to_learn$3,
|
|
15818
|
+
i_will_gather_the_needed_supplies_to_learn_this_activity: i_will_gather_the_needed_supplies_to_learn_this_activity$3,
|
|
15819
|
+
i_will_practice_or_play_my_new_activity_at_least_x_out_of_x_times_this_week: i_will_practice_or_play_my_new_activity_at_least_x_out_of_x_times_this_week$3,
|
|
15820
|
+
improve_homework: improve_homework$3,
|
|
15821
|
+
i_will_turn_in_my_homework_on_time: i_will_turn_in_my_homework_on_time$3,
|
|
15822
|
+
i_will_turn_in_high_quality_homework: i_will_turn_in_high_quality_homework$3,
|
|
15823
|
+
work_on_longterm_assignments_planned_and_making_progress: work_on_longterm_assignments_planned_and_making_progress$3,
|
|
15824
|
+
i_will_set_up_a_study_work_plan_for_long_term_projects: i_will_set_up_a_study_work_plan_for_long_term_projects$3,
|
|
15825
|
+
studying_for_tests_routines_and_effective_study_strategies: studying_for_tests_routines_and_effective_study_strategies$3,
|
|
15826
|
+
i_will_set_up_a_study_work_plan_for_tests: i_will_set_up_a_study_work_plan_for_tests$3,
|
|
15827
|
+
make_notes_in_class_high_quality_organised: make_notes_in_class_high_quality_organised$3,
|
|
15828
|
+
i_will_take_notes_digital_paper_in_class_and_organise_them_in_a_folder_notebook_for_each_of_my_core_key_classes: i_will_take_notes_digital_paper_in_class_and_organise_them_in_a_folder_notebook_for_each_of_my_core_key_classes$3,
|
|
15829
|
+
i_will_research_note_taking_methods: i_will_research_note_taking_methods$3,
|
|
15830
|
+
improve_grade_in_x_subject_by_x_amount: improve_grade_in_x_subject_by_x_amount$3,
|
|
15831
|
+
i_will_review_material_from_class_an_additional_on_top_of_as_well_as_not_including_homelearning: i_will_review_material_from_class_an_additional_on_top_of_as_well_as_not_including_homelearning$3,
|
|
15832
|
+
study_x_amount_of_time_on_x_subject_x_times_hours_a_week: study_x_amount_of_time_on_x_subject_x_times_hours_a_week$3,
|
|
15833
|
+
finish_work_early_and_check_against_instructions_rubric_then_edit: finish_work_early_and_check_against_instructions_rubric_then_edit$3,
|
|
15834
|
+
improve_the_quality_grades_of_homelearning_assignments: improve_the_quality_grades_of_homelearning_assignments$3,
|
|
15835
|
+
create_a_regular_study_homework_schedule: create_a_regular_study_homework_schedule$3,
|
|
15836
|
+
i_will_create_a_schedule_for_my_week_detailing_study_days_times_and_how_long_i_will_study_by_x_date: i_will_create_a_schedule_for_my_week_detailing_study_days_times_and_how_long_i_will_study_by_x_date$3,
|
|
15837
|
+
improve_email_google_drive_calendar_or_planner_organization: improve_email_google_drive_calendar_or_planner_organization$3,
|
|
15838
|
+
i_will_check_my_inbox_unread_emails_at_least_x_times_a_week_and_reply_if_necessary: i_will_check_my_inbox_unread_emails_at_least_x_times_a_week_and_reply_if_necessary$3,
|
|
15839
|
+
i_will_create_folders_labels_and_organise_emails_into_the_correct_ones: i_will_create_folders_labels_and_organise_emails_into_the_correct_ones$3,
|
|
15840
|
+
i_will_create_folders_for_each_subject_and_organsie_docs_into_the_correct_folders: i_will_create_folders_for_each_subject_and_organsie_docs_into_the_correct_folders$3,
|
|
15841
|
+
create_reminders_or_calendar_events_for_important_events_deadlines_study_times: create_reminders_or_calendar_events_for_important_events_deadlines_study_times$3,
|
|
15842
|
+
i_will_create_reminders_or_calendar_events_for_my_most_important_events_deadlines_or_study_sessions_immediately_or_as_soon_as_i_can: i_will_create_reminders_or_calendar_events_for_my_most_important_events_deadlines_or_study_sessions_immediately_or_as_soon_as_i_can$3,
|
|
15843
|
+
create_a_longterm_assignment_planner: create_a_longterm_assignment_planner$3,
|
|
15844
|
+
i_will_evaluate_my_progress_and_adjust_how_long_i_will_study_by_x_date: i_will_evaluate_my_progress_and_adjust_how_long_i_will_study_by_x_date$3,
|
|
15845
|
+
improve_my_todo_list_habits: improve_my_todo_list_habits$3,
|
|
15846
|
+
i_will_add_tasks_to_my_todo_list_immidietly_or_as_soon_as_i_can_and_review_it_3_times_a_week: i_will_add_tasks_to_my_todo_list_immidietly_or_as_soon_as_i_can_and_review_it_3_times_a_week$3,
|
|
15847
|
+
i_will_create_a_schedule_for_longterm_assihnments_detailing_study_days_times_and_how_long_i_will_study_by_x_date: i_will_create_a_schedule_for_longterm_assihnments_detailing_study_days_times_and_how_long_i_will_study_by_x_date$3,
|
|
15848
|
+
i_will_take_notes_digital_paper_in_class_and_organise_them_in_a_folder_notebook_for_all_my_classes: i_will_take_notes_digital_paper_in_class_and_organise_them_in_a_folder_notebook_for_all_my_classes$3,
|
|
15849
|
+
keep_devices_off_on_silent_or_put_away_in_class: keep_devices_off_on_silent_or_put_away_in_class$3,
|
|
15850
|
+
keep_devices_off_on_silent_or_put_away: keep_devices_off_on_silent_or_put_away$3,
|
|
15851
|
+
keep_devices_off_on_silent_or_put_away_during_study_time: keep_devices_off_on_silent_or_put_away_during_study_time$3,
|
|
15852
|
+
i_will_create_a_routine_for_transitioning_study_time: i_will_create_a_routine_for_transitioning_study_time$3,
|
|
15853
|
+
set_a_schedule_on_my_phone_on_focus_or_do_not_disturb_during_class_times: set_a_schedule_on_my_phone_on_focus_or_do_not_disturb_during_class_times$3,
|
|
15854
|
+
set_a_schedule_on_my_phone_on_focus_or_do_not_disturb_during_planned_study_times: set_a_schedule_on_my_phone_on_focus_or_do_not_disturb_during_planned_study_times$3,
|
|
15855
|
+
reduce_or_limit_time_spent_on_social_media: reduce_or_limit_time_spent_on_social_media$3,
|
|
15856
|
+
i_will_set_up_time_limits_on_my_apps_or_websites: i_will_set_up_time_limits_on_my_apps_or_websites$3,
|
|
15857
|
+
i_will_set_a_timer_when_i_am_taking_a_break_on_social_media: i_will_set_a_timer_when_i_am_taking_a_break_on_social_media$3,
|
|
15858
|
+
increase_engagement_in_class: increase_engagement_in_class$3,
|
|
15859
|
+
avoid_distracting_websites_other_tasks_in_class: avoid_distracting_websites_other_tasks_in_class$3,
|
|
15860
|
+
i_will_pay_attention_to_the_instructions_in_class: i_will_pay_attention_to_the_instructions_in_class$3,
|
|
15861
|
+
i_will_actively_participate_in_class_more: i_will_actively_participate_in_class_more$3,
|
|
15862
|
+
i_will_participate_more_in_class_activities: i_will_participate_more_in_class_activities$3,
|
|
15863
|
+
i_will_ask_questions_in_class_related_to_the_topic_to_improve_my_understanding_learning: i_will_ask_questions_in_class_related_to_the_topic_to_improve_my_understanding_learning$3,
|
|
15864
|
+
i_will_volunteer_to_answer_questions_in_class_more: i_will_volunteer_to_answer_questions_in_class_more$3,
|
|
15865
|
+
avoid_distracting_websites: avoid_distracting_websites$3,
|
|
15866
|
+
i_will_set_up_time_limits_for_distracting_website_via_a_chrome_extension: i_will_set_up_time_limits_for_distracting_website_via_a_chrome_extension$3,
|
|
15867
|
+
i_will_close_all_tabs_not_related_to_my_task: i_will_close_all_tabs_not_related_to_my_task$3,
|
|
15868
|
+
getting_help_when_needed: getting_help_when_needed$3,
|
|
15869
|
+
i_will_meet_with_my_teacher_outside_of_class_when_i_need_help: i_will_meet_with_my_teacher_outside_of_class_when_i_need_help$3,
|
|
15870
|
+
i_will_email_my_teacher_when_i_need_help: i_will_email_my_teacher_when_i_need_help$3,
|
|
15871
|
+
i_will_ask_questions_in_class_when_i_do_not_know_what_to_d: i_will_ask_questions_in_class_when_i_do_not_know_what_to_d$3,
|
|
15872
|
+
understanding_my_accommodations: understanding_my_accommodations$3,
|
|
15873
|
+
i_will_know_and_understand_my_accommodations: i_will_know_and_understand_my_accommodations$3,
|
|
15874
|
+
i_will_ask_for_my_accommodations_when_i_need_them_in_class: i_will_ask_for_my_accommodations_when_i_need_them_in_class$3,
|
|
15875
|
+
i_will_tell_my_case_manager_when_i_no_longer_need_an_accommodations: i_will_tell_my_case_manager_when_i_no_longer_need_an_accommodations$3,
|
|
15876
|
+
i_will_talk_to_my_case_manager_when_i_feel_i_need_additional_or_different_accommodations: i_will_talk_to_my_case_manager_when_i_feel_i_need_additional_or_different_accommodations$3,
|
|
15877
|
+
procrastination: procrastination$3,
|
|
15878
|
+
planning_ahead: planning_ahead$3,
|
|
15879
|
+
i_will_spend_x_amount_of_time_x_times_a_week_on_longterm_projects: i_will_spend_x_amount_of_time_x_times_a_week_on_longterm_projects$3,
|
|
15880
|
+
i_will_plan_tasks_for_the_week_on_monday_or_the_friday_before: i_will_plan_tasks_for_the_week_on_monday_or_the_friday_before$3,
|
|
15881
|
+
i_will_add_task_to_my_planner_when_assigned_in_class: i_will_add_task_to_my_planner_when_assigned_in_class$3,
|
|
15882
|
+
task_initiation: task_initiation$3,
|
|
15883
|
+
i_will_start_tasks_on_the_day_given_and_finish_if_time_allows: i_will_start_tasks_on_the_day_given_and_finish_if_time_allows$3,
|
|
15884
|
+
i_will_finish_tasks_early_or_before_they_are_due: i_will_finish_tasks_early_or_before_they_are_due$3,
|
|
15885
|
+
my_thoughts_and_feelings_are_important: my_thoughts_and_feelings_are_important$3,
|
|
15886
|
+
today: today$3,
|
|
15887
|
+
this_week: this_week$3,
|
|
15888
|
+
this_month: this_month$3,
|
|
15889
|
+
male: male$3,
|
|
15890
|
+
female: female$3,
|
|
15891
|
+
type_something_to_search_students: type_something_to_search_students$3,
|
|
15892
|
+
assign_for_selected_students: assign_for_selected_students$3,
|
|
15893
|
+
assistant_email: assistant_email$3,
|
|
15894
|
+
counselor_email: counselor_email$3,
|
|
15895
|
+
support_teacher_email: support_teacher_email$3,
|
|
15896
|
+
add_new_answer: add_new_answer$3,
|
|
15897
|
+
edit_template: edit_template$3,
|
|
15898
|
+
add_questions: add_questions$3,
|
|
15899
|
+
edit_email_template: edit_email_template$3,
|
|
15900
|
+
contact_mail: contact_mail$3,
|
|
15901
|
+
announcements: announcements$3,
|
|
15902
|
+
schedule_information: schedule_information$3,
|
|
15903
|
+
welcome_new_teacher_assistant: welcome_new_teacher_assistant$3,
|
|
15904
|
+
contact_request: contact_request$3,
|
|
15905
|
+
welcome_new_teacher: welcome_new_teacher$3,
|
|
15906
|
+
welcome_new_student: welcome_new_student$3,
|
|
15907
|
+
welcome_new_assistant: welcome_new_assistant$3,
|
|
15908
|
+
welcome_new_parent: welcome_new_parent$3,
|
|
15909
|
+
welcome_new_edu_teacher: welcome_new_edu_teacher$3,
|
|
15910
|
+
forgot_password: forgot_password$3,
|
|
15911
|
+
welcome_new_counselor: welcome_new_counselor$3,
|
|
15912
|
+
user_first_name: user_first_name$3,
|
|
15913
|
+
user_last_name: user_last_name$3,
|
|
15914
|
+
password: password$3,
|
|
15915
|
+
message: message$3,
|
|
15916
|
+
domain: domain$3,
|
|
15917
|
+
basic: basic$3,
|
|
15918
|
+
premium: premium$3,
|
|
15919
|
+
enterprise: enterprise$3,
|
|
15920
|
+
are_you_sure_to_request_to_change_to_this_plan: are_you_sure_to_request_to_change_to_this_plan$3,
|
|
15921
|
+
images: images$3,
|
|
15922
|
+
audios: audios$3,
|
|
15923
|
+
docs: docs$3,
|
|
15924
|
+
videos: videos$3,
|
|
15925
|
+
auto_save_after_every_1_min: auto_save_after_every_1_min$3,
|
|
15926
|
+
no_user_to_display: no_user_to_display$3,
|
|
15927
|
+
on_a_scale_from_0_10_how_likely_are_you_to_recommend_us_to_a_friend_or_colleague: on_a_scale_from_0_10_how_likely_are_you_to_recommend_us_to_a_friend_or_colleague$3,
|
|
15928
|
+
not_likely_at_all: not_likely_at_all$3,
|
|
15929
|
+
extremely_likely: extremely_likely$3,
|
|
15930
|
+
uwcsea_sg_climate_survey_connections_with_adults_and_peers: uwcsea_sg_climate_survey_connections_with_adults_and_peers$3,
|
|
15931
|
+
uwcsea_sg_climate_survey_do_you_need_some_extra_help_or_support: uwcsea_sg_climate_survey_do_you_need_some_extra_help_or_support$3,
|
|
15932
|
+
uwcsea_sg_climate_survey_my_health_and_wellbeing: uwcsea_sg_climate_survey_my_health_and_wellbeing$3,
|
|
15933
|
+
uwcsea_sg_climate_survey_open_ended_questions: uwcsea_sg_climate_survey_open_ended_questions$3,
|
|
15934
|
+
uwcsea_sg_climate_suvey_holistic_learning_experiences: uwcsea_sg_climate_suvey_holistic_learning_experiences$3,
|
|
15935
|
+
import_email_by_csv: import_email_by_csv$2,
|
|
15936
|
+
single_choice: single_choice$3,
|
|
15937
|
+
multiple_choice: multiple_choice$3,
|
|
15938
|
+
text_input: text_input$3,
|
|
15939
|
+
emotional: emotional$3,
|
|
15940
|
+
summarize: summarize$3,
|
|
15941
|
+
rating: rating$3,
|
|
15942
|
+
learning_strategy: learning_strategy$3,
|
|
15943
|
+
drop_down: drop_down$3,
|
|
15944
|
+
happiness_intervetion: happiness_intervetion$3,
|
|
15945
|
+
sdq_standard: sdq_standard$3,
|
|
15946
|
+
diversity_equity_inclusion_and_justice: diversity_equity_inclusion_and_justice$3,
|
|
15947
|
+
climate_survey: climate_survey$3,
|
|
15948
|
+
intervention_safety: intervention_safety$3,
|
|
15949
|
+
intervention_stress: intervention_stress$3,
|
|
15950
|
+
safety_at_home: safety_at_home$3,
|
|
15951
|
+
wellbeing: wellbeing$3,
|
|
15952
|
+
depression_questions: depression_questions$3,
|
|
15953
|
+
level_1_learners_goal_conference: level_1_learners_goal_conference$3,
|
|
15954
|
+
level_1_learners_balanced_conference: level_1_learners_balanced_conference$3,
|
|
15955
|
+
level_1_learners_habits_and_attitudes_towards_learning_conference: level_1_learners_habits_and_attitudes_towards_learning_conference$3,
|
|
15956
|
+
level_2_learners_digital_citizenship: level_2_learners_digital_citizenship$3,
|
|
15957
|
+
level_1_learners_digital_citizenship: level_1_learners_digital_citizenship$3,
|
|
15958
|
+
level_2_learners_communication: level_2_learners_communication$3,
|
|
15959
|
+
level_1_learners_communication: level_1_learners_communication$3,
|
|
15960
|
+
level_2_learners_collaboration: level_2_learners_collaboration$3,
|
|
15961
|
+
level_1_learners_collaboration: level_1_learners_collaboration$3,
|
|
15962
|
+
level_2_learners_self_directed_learning: level_2_learners_self_directed_learning$3,
|
|
15963
|
+
level_2_learners_self_management_skills: level_2_learners_self_management_skills$3,
|
|
15964
|
+
level_1_learners_self_management_skills: level_1_learners_self_management_skills$3,
|
|
15965
|
+
level_2_learners_self_advocacy: level_2_learners_self_advocacy$3,
|
|
15966
|
+
level_1_learners_self_advocacy: level_1_learners_self_advocacy$3,
|
|
15967
|
+
level_2_learners_self_awareness: level_2_learners_self_awareness$3,
|
|
15968
|
+
level_1_learners_self_awareness: level_1_learners_self_awareness$3,
|
|
15969
|
+
level_2_learners_learning_and_study_skills: level_2_learners_learning_and_study_skills$3,
|
|
15970
|
+
level_1_learners_learning_and_study_skills_session: level_1_learners_learning_and_study_skills_session$3,
|
|
15971
|
+
level_2_learners_organization: level_2_learners_organization$3,
|
|
15972
|
+
level_1_learners_organization_session: level_1_learners_organization_session$3,
|
|
15973
|
+
level_2_learners_goal_conference: level_2_learners_goal_conference$3,
|
|
15974
|
+
level_2_learners_habits_and_attitudes_towards_learning_conference: level_2_learners_habits_and_attitudes_towards_learning_conference$3,
|
|
15975
|
+
level_2_learners_balanced_conference: level_2_learners_balanced_conference$3,
|
|
15976
|
+
level_2_learners_goal_s_session: level_2_learners_goal_s_session$3,
|
|
15977
|
+
level_1_learners_goal_s_session: level_1_learners_goal_s_session$3,
|
|
15978
|
+
level_2_learners_study_strategies_session: level_2_learners_study_strategies_session$3,
|
|
15979
|
+
level_2_learners_academic_session: level_2_learners_academic_session$3,
|
|
15980
|
+
level_1_learners_academic_session: level_1_learners_academic_session$3,
|
|
15981
|
+
level_2_learners_habits_and_attitudes_towards_learning_session: level_2_learners_habits_and_attitudes_towards_learning_session$3,
|
|
15982
|
+
level_1_learners_habits_and_attitudes_towards_learning_session: level_1_learners_habits_and_attitudes_towards_learning_session$3,
|
|
15983
|
+
level_2_learners_general_session: level_2_learners_general_session$3,
|
|
15984
|
+
level_1_learners_general_sessio: level_1_learners_general_sessio$3,
|
|
15985
|
+
social_and_emotional_learning: social_and_emotional_learning$3,
|
|
15986
|
+
end_of_class_reflection_questions: end_of_class_reflection_questions$3,
|
|
15987
|
+
impulse_control_self_monitoring: impulse_control_self_monitoring$3,
|
|
15988
|
+
planning_problem_solving: planning_problem_solving$3,
|
|
15989
|
+
teacher_sense_of_self_efficacy_tses: teacher_sense_of_self_efficacy_tses$3,
|
|
15990
|
+
general_strategies_for_learning_gsl: general_strategies_for_learning_gsl$3,
|
|
15991
|
+
focusing_attention: focusing_attention$3,
|
|
15992
|
+
memory: memory$3,
|
|
15993
|
+
responsible_decision_making: responsible_decision_making$3,
|
|
15994
|
+
social_awareness: social_awareness$3,
|
|
15995
|
+
relationship_skills: relationship_skills$3,
|
|
15996
|
+
habits_and_attitudes_towards_learning_hal: habits_and_attitudes_towards_learning_hal$3,
|
|
15997
|
+
end_of_conference_questions: end_of_conference_questions$3,
|
|
15998
|
+
life_skills: life_skills$3,
|
|
15999
|
+
health_and_fitness: health_and_fitness$3,
|
|
16000
|
+
executive_functions: executive_functions$3,
|
|
16001
|
+
study_skills: study_skills$3,
|
|
16002
|
+
metacognitive_self_regulation: metacognitive_self_regulation$3,
|
|
16003
|
+
educational_satisfaction: educational_satisfaction$3,
|
|
16004
|
+
default_session_questions: default_session_questions$3,
|
|
16005
|
+
test_question_category_1: test_question_category_1$3,
|
|
16006
|
+
are_you_a_boarder_or_day_student: are_you_a_boarder_or_day_student$3,
|
|
16007
|
+
before_i_make_a_decision_i_consider_the_consequences: before_i_make_a_decision_i_consider_the_consequences$3,
|
|
16008
|
+
do_you_have_any_of_the_following_learning_difference_eg_dyslexia_adhd_long_term_illness_health_condition_physical_visual_hearing_impairment_social_behavioural_difference_eg_asd_tourettes: do_you_have_any_of_the_following_learning_difference_eg_dyslexia_adhd_long_term_illness_health_condition_physical_visual_hearing_impairment_social_behavioural_difference_eg_asd_tourettes$3,
|
|
16009
|
+
how_would_you_describe_your_religious_beliefs: how_would_you_describe_your_religious_beliefs$3,
|
|
16010
|
+
how_would_you_describe_your_sexual_orientation: how_would_you_describe_your_sexual_orientation$3,
|
|
16011
|
+
i_actively_pursue_activities_that_align_with_my_passions_and_values: i_actively_pursue_activities_that_align_with_my_passions_and_values$3,
|
|
16012
|
+
i_always_have_someone_to_eat_lunch_with: i_always_have_someone_to_eat_lunch_with$3,
|
|
16013
|
+
i_am_alone_more_often_than_i_would_like: i_am_alone_more_often_than_i_would_like$3,
|
|
16014
|
+
i_am_happy_with_the_marks_i_get_at_school: i_am_happy_with_the_marks_i_get_at_school$3,
|
|
16015
|
+
academics_homework_studying_and_grades: academics_homework_studying_and_grades$3,
|
|
16016
|
+
growth_improvement_in_study_habits_grades_sports_clubs_or_personal_projects: growth_improvement_in_study_habits_grades_sports_clubs_or_personal_projects$3,
|
|
16017
|
+
productivity_accomplishing_important_tasks_and_limiting_distractions: productivity_accomplishing_important_tasks_and_limiting_distractions$3,
|
|
16018
|
+
relationships_family_friends_and_teachers: relationships_family_friends_and_teachers$3,
|
|
16019
|
+
anything_else_you_want_to_tell_your_teacher: anything_else_you_want_to_tell_your_teacher$3,
|
|
16020
|
+
did_you_bring_what_you_needed_for_this_class: did_you_bring_what_you_needed_for_this_class$3,
|
|
16021
|
+
did_you_complete_all_the_classwork_for_today_s_class: did_you_complete_all_the_classwork_for_today_s_class$3,
|
|
16022
|
+
did_you_have_your_materials_ready_at_the_start_of_class_time: did_you_have_your_materials_ready_at_the_start_of_class_time$3,
|
|
16023
|
+
do_you_have_any_missing_assignments_for_this_class: do_you_have_any_missing_assignments_for_this_class$3,
|
|
16024
|
+
assign_bulk: assign_bulk$3,
|
|
16025
|
+
assign_bulk_student: assign_bulk_student$3,
|
|
16026
|
+
instruction: instruction$3,
|
|
16027
|
+
name_is_required: name_is_required$3,
|
|
16028
|
+
instruction_is_required: instruction_is_required$3,
|
|
16029
|
+
add_item: add_item$3,
|
|
16030
|
+
conference_rubric_items_is_empty: conference_rubric_items_is_empty$3,
|
|
16031
|
+
blank_row_or_column: blank_row_or_column$3,
|
|
16032
|
+
question_list: question_list$3,
|
|
16033
|
+
question_is_required: question_is_required$3,
|
|
16034
|
+
select_skill: select_skill$3,
|
|
16035
|
+
type_and_press_enter_to_add_new_row: type_and_press_enter_to_add_new_row$3,
|
|
16036
|
+
do_you_want_to_remove_this_row: do_you_want_to_remove_this_row$3,
|
|
16037
|
+
do_you_want_to_remove_this_custom_alert: do_you_want_to_remove_this_custom_alert$3,
|
|
16038
|
+
remove_custom_alert_successfully: remove_custom_alert_successfully$3,
|
|
16039
|
+
do_you_want_to_remove_this_skill: do_you_want_to_remove_this_skill$3,
|
|
16040
|
+
remove_skill_successfully: remove_skill_successfully$3,
|
|
16041
|
+
do_you_want_to_remove_this_subject: do_you_want_to_remove_this_subject$3,
|
|
16042
|
+
remove_subject_successfully: remove_subject_successfully$3,
|
|
16043
|
+
do_you_want_to_remove_this_learning_support_category: do_you_want_to_remove_this_learning_support_category$3,
|
|
16044
|
+
remove_learning_support_category_successfully: remove_learning_support_category_successfully$3,
|
|
16045
|
+
do_you_want_to_remove_this_learning_strategy: do_you_want_to_remove_this_learning_strategy$3,
|
|
16046
|
+
remove_learning_strategy_successfully: remove_learning_strategy_successfully$3,
|
|
16047
|
+
cant_delete_question: cant_delete_question$3,
|
|
16048
|
+
do_you_want_to_remove_this_goal_example: do_you_want_to_remove_this_goal_example$3,
|
|
16049
|
+
remove_question_successfully: remove_question_successfully$3,
|
|
16050
|
+
do_you_want_to_remove_this_badge: do_you_want_to_remove_this_badge$3,
|
|
16051
|
+
remove_badge_successfully: remove_badge_successfully$3,
|
|
16052
|
+
do_you_want_to_remove_this_blank_day: do_you_want_to_remove_this_blank_day$3,
|
|
16053
|
+
remove_blank_day_successfully: remove_blank_day_successfully$3,
|
|
16054
|
+
do_you_want_to_remove_this_band_score: do_you_want_to_remove_this_band_score$3,
|
|
16055
|
+
remove_band_score_successfully: remove_band_score_successfully$3,
|
|
16056
|
+
is_used: is_used$3,
|
|
16057
|
+
time_oneRoster_sync_hh: time_oneRoster_sync_hh$3,
|
|
16058
|
+
small_text: small_text$3,
|
|
16059
|
+
medium_text: medium_text$3,
|
|
16060
|
+
large_text: large_text$3,
|
|
16061
|
+
edit_parent_1_information: edit_parent_1_information$3,
|
|
16062
|
+
edit_parent_2_information: edit_parent_2_information$3,
|
|
16063
|
+
last_1_1: last_1_1$3,
|
|
16064
|
+
how_would_you_rate_your_chances_of_achieving_this_goal: how_would_you_rate_your_chances_of_achieving_this_goal$3,
|
|
16065
|
+
add_name: add_name$3,
|
|
16066
|
+
activity_list: activity_list$3,
|
|
16067
|
+
select_academic_year: select_academic_year$3,
|
|
16068
|
+
a_number_of_staff: a_number_of_staff$3,
|
|
16069
|
+
staffs: staffs$3,
|
|
16070
|
+
how_are_you_today: how_are_you_today$3,
|
|
16071
|
+
what_was_the_purpose_or_focus_of_today_s_class: what_was_the_purpose_or_focus_of_today_s_class$3,
|
|
16072
|
+
header_1: header_1$3,
|
|
16073
|
+
header_2: header_2$3,
|
|
16074
|
+
header_3: header_3$3,
|
|
16075
|
+
header_4: header_4$3,
|
|
16076
|
+
header_5: header_5$3,
|
|
16077
|
+
header_6: header_6$3,
|
|
16078
|
+
staying_focused: staying_focused$3,
|
|
16079
|
+
text_input_question: text_input_question$3,
|
|
16080
|
+
vs_last_year: vs_last_year$3,
|
|
16081
|
+
leave_page: leave_page$3,
|
|
16082
|
+
how_much_did_reflecting_during_this_session_help_your_learning_improve: how_much_did_reflecting_during_this_session_help_your_learning_improve$3,
|
|
16083
|
+
last_1_1_conversation: last_1_1_conversation$3,
|
|
16084
|
+
student_has_started_this_conference_are_you_sure_to_delete: student_has_started_this_conference_are_you_sure_to_delete$3,
|
|
16085
|
+
student_has_started_this_check_in_are_you_sure_to_delete: student_has_started_this_check_in_are_you_sure_to_delete$3,
|
|
16086
|
+
student_has_not_started_this_one_to_one_are_you_sure_to_delete: student_has_not_started_this_one_to_one_are_you_sure_to_delete$3,
|
|
16087
|
+
"you_can_start_a_1-1_conversation_after_the_results_of_the_student's_check-in._If_the_check-in_is_24_hours_older,_you_can_request_the_new_check-in_or_start_the_conversation_by_viewing_the_results": "您可以在学生签到结果出来后开始一对一对话。如果签到时间已超过 24 小时,您可以请求新的签到或通过查看结果开始对话",
|
|
16088
|
+
"select_a_student_and_start_a_1-1_conversation_from_a_check-in_or_ask_the_student_to_check-in_before": "选择一名学生,从签到开始一对一对话,或要求学生在之前签到",
|
|
16089
|
+
my_accommodations: my_accommodations$3,
|
|
16090
|
+
accommodation_set: accommodation_set$3,
|
|
16091
|
+
add_new_accommodation: add_new_accommodation$3,
|
|
16092
|
+
print_my_accommodations: print_my_accommodations$3,
|
|
16093
|
+
my_learning_progress: my_learning_progress$3,
|
|
16094
|
+
"here_your_teacher_can_edit_or_add_your_accommodation_details._please_note_that_you_can_view_the_information,_but_for_any_edits_or_additions,_kindly_contact_your_teacher_directly.": "您的老师可以在此编辑或添加有关您的便利设施的详细信息。请注意,您可以查看信息,但如果有任何编辑或添加,请直接联系您的老师。",
|
|
16095
|
+
"this_is_a_brand_new_beta_version_for_your_personal_learning_journey._you_can_think_about_what_you_want_like_to_do_and_how_you_like_to_learn._we_advise_you_to_do_it_gradually_per_section_and_visit_it_once_a_month.": "这是您学习之旅的全新测试版。您可以思考自己想做什么以及如何学习。我们建议您逐步完成每个部分并每月访问一次。",
|
|
16096
|
+
responses_and_response_rates_per_question: responses_and_response_rates_per_question$4,
|
|
16097
|
+
responses_comparisons: responses_comparisons$4,
|
|
16098
|
+
dropdown_and_verbal_questions_responses: dropdown_and_verbal_questions_responses$4,
|
|
16099
|
+
mario_tools: mario_tools$4,
|
|
16100
|
+
customize: customize$4,
|
|
16101
|
+
techical_settings: techical_settings$4,
|
|
16102
|
+
data_import_export: data_import_export$4,
|
|
16103
|
+
question_text: question_text$4,
|
|
16104
|
+
weekly_quests: weekly_quests$1,
|
|
16105
|
+
inactive_students: inactive_students$4
|
|
16106
|
+
};
|
|
16107
|
+
|
|
12456
16108
|
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|
|
12457
16109
|
var GOOGLE_RECAPTCHA_KEY = "6LfNtLUaAAAAAL24lbBV11jS-gBtt1mhtxb4NXs0";
|
|
12458
16110
|
var INIT_AMPLITUDE_KEY_PROD = "860fa99c52ae79d98e904b4c862ddaac";
|
|
@@ -12605,9 +16257,7 @@ var LANGUAGES = [{
|
|
|
12605
16257
|
image: "/images/usa.png"
|
|
12606
16258
|
}];
|
|
12607
16259
|
var DEFAULT_LANGUAGE_CODE = "en-US";
|
|
12608
|
-
var SUPPORTED_LANGUAGES_CODE =
|
|
12609
|
-
return i.code;
|
|
12610
|
-
});
|
|
16260
|
+
var SUPPORTED_LANGUAGES_CODE = ["en-US", "en-GB", "ar", "es"];
|
|
12611
16261
|
|
|
12612
16262
|
var resources = {
|
|
12613
16263
|
"en-US": {
|
|
@@ -12621,6 +16271,9 @@ var resources = {
|
|
|
12621
16271
|
},
|
|
12622
16272
|
"es": {
|
|
12623
16273
|
translation: lang_es
|
|
16274
|
+
},
|
|
16275
|
+
"zh": {
|
|
16276
|
+
translation: lang_zh
|
|
12624
16277
|
}
|
|
12625
16278
|
};
|
|
12626
16279
|
i18n.use(initReactI18next).init({
|
|
@@ -32007,20 +35660,44 @@ var TheHeaderDropdown = function TheHeaderDropdown(_ref) {
|
|
|
32007
35660
|
})), t("log_out")))));
|
|
32008
35661
|
};
|
|
32009
35662
|
|
|
32010
|
-
var
|
|
32011
|
-
var
|
|
35663
|
+
var getCookieValue = function getCookieValue(name) {
|
|
35664
|
+
var _document$cookie$matc;
|
|
35665
|
+
|
|
35666
|
+
return ((_document$cookie$matc = document.cookie.match('(^|;)\\s*' + name + '\\s*=\\s*([^;]+)')) === null || _document$cookie$matc === void 0 ? void 0 : _document$cookie$matc.pop()) || '';
|
|
35667
|
+
};
|
|
35668
|
+
|
|
35669
|
+
var apiGetLanguage = function apiGetLanguage() {
|
|
35670
|
+
return api.get(BASE_URL + "/api/language");
|
|
35671
|
+
};
|
|
35672
|
+
|
|
35673
|
+
var apiUpdateLanguage = function apiUpdateLanguage(lang) {
|
|
35674
|
+
return api.put(BASE_URL + "/api/language?lang=" + lang);
|
|
35675
|
+
};
|
|
35676
|
+
|
|
35677
|
+
var LANGUAGE_SYSTEM = "LANGUAGE_SYSTEM";
|
|
35678
|
+
|
|
35679
|
+
var useLanguages = function useLanguages() {
|
|
32012
35680
|
var dispatch = useDispatch();
|
|
32013
35681
|
|
|
32014
35682
|
var _useTranslation = useTranslation(),
|
|
32015
35683
|
i18n = _useTranslation.i18n;
|
|
32016
35684
|
|
|
32017
|
-
var
|
|
32018
|
-
|
|
32019
|
-
|
|
35685
|
+
var language = useSelector(function (state) {
|
|
35686
|
+
return state.common.language;
|
|
35687
|
+
});
|
|
35688
|
+
var defaultLanguage = getCookieValue(LANGUAGE_SYSTEM) != null ? getCookieValue(LANGUAGE_SYSTEM) : DEFAULT_LANGUAGE_CODE;
|
|
32020
35689
|
|
|
32021
|
-
var
|
|
32022
|
-
|
|
32023
|
-
|
|
35690
|
+
var _useState = useState([]),
|
|
35691
|
+
languageList = _useState[0],
|
|
35692
|
+
setLanguageList = _useState[1];
|
|
35693
|
+
|
|
35694
|
+
var _useState2 = useState(false),
|
|
35695
|
+
dropdownOpen = _useState2[0],
|
|
35696
|
+
setDropdownOpen = _useState2[1];
|
|
35697
|
+
|
|
35698
|
+
var _useState3 = useState(defaultLanguage),
|
|
35699
|
+
currentLang = _useState3[0],
|
|
35700
|
+
setCurrentLang = _useState3[1];
|
|
32024
35701
|
|
|
32025
35702
|
var toggle = function toggle() {
|
|
32026
35703
|
return setDropdownOpen(function (prevState) {
|
|
@@ -32029,26 +35706,87 @@ var TheLanguageDropdown = function TheLanguageDropdown() {
|
|
|
32029
35706
|
};
|
|
32030
35707
|
|
|
32031
35708
|
var changeLanguageApp = function changeLanguageApp(lang) {
|
|
32032
|
-
|
|
32033
|
-
|
|
32034
|
-
|
|
32035
|
-
|
|
32036
|
-
|
|
35709
|
+
try {
|
|
35710
|
+
var _temp3 = function _temp3() {
|
|
35711
|
+
dispatch(setLoading(false));
|
|
35712
|
+
};
|
|
35713
|
+
|
|
35714
|
+
dispatch(setLoading(true));
|
|
35715
|
+
|
|
35716
|
+
var _temp4 = _catch(function () {
|
|
35717
|
+
return Promise.resolve(apiUpdateLanguage(lang)).then(function () {
|
|
35718
|
+
i18n.changeLanguage(lang);
|
|
35719
|
+
setCurrentLang(lang);
|
|
35720
|
+
dispatch(setLanguage(lang));
|
|
35721
|
+
});
|
|
35722
|
+
}, function (err) {
|
|
35723
|
+
var _err$response, _err$response$data;
|
|
35724
|
+
|
|
35725
|
+
dispatch(setAlert({
|
|
35726
|
+
type: "danger",
|
|
35727
|
+
message: ((_err$response = err.response) === null || _err$response === void 0 ? void 0 : (_err$response$data = _err$response.data) === null || _err$response$data === void 0 ? void 0 : _err$response$data.title) || err.message
|
|
35728
|
+
}));
|
|
35729
|
+
});
|
|
35730
|
+
|
|
35731
|
+
return Promise.resolve(_temp4 && _temp4.then ? _temp4.then(_temp3) : _temp3(_temp4));
|
|
35732
|
+
} catch (e) {
|
|
35733
|
+
return Promise.reject(e);
|
|
35734
|
+
}
|
|
35735
|
+
};
|
|
35736
|
+
|
|
35737
|
+
var getListLanguage = function getListLanguage() {
|
|
35738
|
+
try {
|
|
35739
|
+
var _temp6 = _catch(function () {
|
|
35740
|
+
return Promise.resolve(apiGetLanguage()).then(function (res) {
|
|
35741
|
+
setLanguageList(res.data);
|
|
35742
|
+
});
|
|
35743
|
+
}, function (err) {
|
|
35744
|
+
var _err$response2, _err$response2$data;
|
|
35745
|
+
|
|
35746
|
+
dispatch(setAlert({
|
|
35747
|
+
type: "danger",
|
|
35748
|
+
message: ((_err$response2 = err.response) === null || _err$response2 === void 0 ? void 0 : (_err$response2$data = _err$response2.data) === null || _err$response2$data === void 0 ? void 0 : _err$response2$data.title) || err.message
|
|
35749
|
+
}));
|
|
35750
|
+
});
|
|
35751
|
+
|
|
35752
|
+
return Promise.resolve(_temp6 && _temp6.then ? _temp6.then(function () {}) : void 0);
|
|
35753
|
+
} catch (e) {
|
|
35754
|
+
return Promise.reject(e);
|
|
35755
|
+
}
|
|
35756
|
+
};
|
|
35757
|
+
|
|
35758
|
+
useEffect(function () {
|
|
35759
|
+
defaultLanguage != language && changeLanguageApp(defaultLanguage);
|
|
35760
|
+
getListLanguage();
|
|
35761
|
+
}, []);
|
|
35762
|
+
return {
|
|
35763
|
+
languageList: languageList,
|
|
35764
|
+
toggle: toggle,
|
|
35765
|
+
dropdownOpen: dropdownOpen,
|
|
35766
|
+
currentLang: currentLang,
|
|
35767
|
+
changeLanguageApp: changeLanguageApp,
|
|
35768
|
+
setCurrentLang: setCurrentLang
|
|
32037
35769
|
};
|
|
35770
|
+
};
|
|
35771
|
+
|
|
35772
|
+
var TheLanguageDropdown = function TheLanguageDropdown() {
|
|
35773
|
+
var _useLanguages = useLanguages(),
|
|
35774
|
+
languageList = _useLanguages.languageList,
|
|
35775
|
+
toggle = _useLanguages.toggle,
|
|
35776
|
+
dropdownOpen = _useLanguages.dropdownOpen,
|
|
35777
|
+
currentLang = _useLanguages.currentLang,
|
|
35778
|
+
changeLanguageApp = _useLanguages.changeLanguageApp;
|
|
32038
35779
|
|
|
32039
35780
|
var currentLanguage = useMemo(function () {
|
|
32040
|
-
var
|
|
32041
|
-
return i.code ===
|
|
35781
|
+
var current = languageList.find(function (i) {
|
|
35782
|
+
return i.code === currentLang;
|
|
32042
35783
|
});
|
|
32043
|
-
if (!
|
|
35784
|
+
if (!current) return null;
|
|
32044
35785
|
return React.createElement(React.Fragment, null, React.createElement("img", {
|
|
32045
35786
|
className: "mr-2 " + styles['dropdown-menu-flag'],
|
|
32046
|
-
src: "" + getStaticFileUrl(
|
|
32047
|
-
}), " ",
|
|
32048
|
-
}, [
|
|
32049
|
-
useEffect(function () {
|
|
32050
|
-
changeLanguageApp(language);
|
|
32051
|
-
}, [language]);
|
|
35787
|
+
src: "" + getStaticFileUrl(current.image)
|
|
35788
|
+
}), " ", current.name);
|
|
35789
|
+
}, [currentLang, languageList]);
|
|
32052
35790
|
return React.createElement(Dropdown, {
|
|
32053
35791
|
isOpen: dropdownOpen,
|
|
32054
35792
|
toggle: toggle,
|
|
@@ -32069,15 +35807,15 @@ var TheLanguageDropdown = function TheLanguageDropdown() {
|
|
|
32069
35807
|
}
|
|
32070
35808
|
}))), React.createElement(DropdownMenu, {
|
|
32071
35809
|
className: styles["dropdown-content-language"]
|
|
32072
|
-
},
|
|
35810
|
+
}, !!languageList && languageList.length > 0 && languageList.map(function (lang, index) {
|
|
32073
35811
|
return React.createElement(DropdownItem, {
|
|
32074
35812
|
key: lang.code,
|
|
32075
|
-
className: styles["dropdown-change"] + " px-0 py-0 " + (index ===
|
|
35813
|
+
className: styles["dropdown-change"] + " px-0 py-0 " + (index === languageList.length - 1 ? "pb-2" : "pt-2"),
|
|
32076
35814
|
onClick: function onClick() {
|
|
32077
|
-
return
|
|
35815
|
+
return changeLanguageApp(lang.code);
|
|
32078
35816
|
}
|
|
32079
35817
|
}, React.createElement("div", {
|
|
32080
|
-
className: styles["dropdown-item-language"] + " " + styles["item-logout"] + " " + (
|
|
35818
|
+
className: styles["dropdown-item-language"] + " " + styles["item-logout"] + " " + (currentLang == lang.code ? styles['dropdown-item-language-active'] : "") + " d-flex align-items-center w-100"
|
|
32081
35819
|
}, React.createElement("span", {
|
|
32082
35820
|
className: "mr-2 d-flex hover-opacity"
|
|
32083
35821
|
}, React.createElement("img", {
|
|
@@ -32574,10 +36312,10 @@ var get$1 = function get(filter) {
|
|
|
32574
36312
|
var getById = function getById(id) {
|
|
32575
36313
|
return api.get(EMAIL_TEMPLATE_URL + "/" + id);
|
|
32576
36314
|
};
|
|
32577
|
-
var create$
|
|
36315
|
+
var create$5 = function create(data) {
|
|
32578
36316
|
return api.post(EMAIL_TEMPLATE_URL, data);
|
|
32579
36317
|
};
|
|
32580
|
-
var update$
|
|
36318
|
+
var update$5 = function update(data) {
|
|
32581
36319
|
return api.put(EMAIL_TEMPLATE_URL + "/" + data.id, data);
|
|
32582
36320
|
};
|
|
32583
36321
|
var remove = function remove(id) {
|
|
@@ -33094,7 +36832,7 @@ var config = {
|
|
|
33094
36832
|
paste_data_images: true
|
|
33095
36833
|
};
|
|
33096
36834
|
|
|
33097
|
-
var email$
|
|
36835
|
+
var email$5 = _extends({}, config, {
|
|
33098
36836
|
images_upload_handler: function images_upload_handler(blobInfo, success) {
|
|
33099
36837
|
try {
|
|
33100
36838
|
var imageFile = new FormData();
|
|
@@ -33114,7 +36852,7 @@ var email$4 = _extends({}, config, {
|
|
|
33114
36852
|
}
|
|
33115
36853
|
});
|
|
33116
36854
|
|
|
33117
|
-
var question$
|
|
36855
|
+
var question$5 = _extends({}, config, {
|
|
33118
36856
|
images_upload_handler: function images_upload_handler(blobInfo, success) {
|
|
33119
36857
|
try {
|
|
33120
36858
|
var imageFile = new FormData();
|
|
@@ -33134,7 +36872,7 @@ var question$4 = _extends({}, config, {
|
|
|
33134
36872
|
}
|
|
33135
36873
|
});
|
|
33136
36874
|
|
|
33137
|
-
var answer$
|
|
36875
|
+
var answer$5 = _extends({}, config, {
|
|
33138
36876
|
height: ANSWER_EDITOR_HEIGHT,
|
|
33139
36877
|
images_upload_handler: function images_upload_handler(blobInfo, success) {
|
|
33140
36878
|
try {
|
|
@@ -33202,9 +36940,9 @@ var tutorial = _extends({}, config, {
|
|
|
33202
36940
|
});
|
|
33203
36941
|
|
|
33204
36942
|
var editorConfig = {
|
|
33205
|
-
email: email$
|
|
33206
|
-
question: question$
|
|
33207
|
-
answer: answer$
|
|
36943
|
+
email: email$5,
|
|
36944
|
+
question: question$5,
|
|
36945
|
+
answer: answer$5,
|
|
33208
36946
|
tutorial: tutorial
|
|
33209
36947
|
};
|
|
33210
36948
|
|
|
@@ -33314,7 +37052,7 @@ var useEmailTemplateDetail = function useEmailTemplateDetail(id) {
|
|
|
33314
37052
|
|
|
33315
37053
|
var _temp10 = _catch(function () {
|
|
33316
37054
|
function _temp6() {
|
|
33317
|
-
var next = !!id ? update$
|
|
37055
|
+
var next = !!id ? update$5 : create$5;
|
|
33318
37056
|
return Promise.resolve(next(data)).then(function () {
|
|
33319
37057
|
dispatch(setAlert({
|
|
33320
37058
|
type: "success",
|
|
@@ -33832,10 +37570,10 @@ var get$3 = function get(filter) {
|
|
|
33832
37570
|
var getById$1 = function getById(id) {
|
|
33833
37571
|
return api.get(FAQ_URL + "/" + id);
|
|
33834
37572
|
};
|
|
33835
|
-
var create$
|
|
37573
|
+
var create$6 = function create(data) {
|
|
33836
37574
|
return api.post(FAQ_URL, data);
|
|
33837
37575
|
};
|
|
33838
|
-
var update$
|
|
37576
|
+
var update$6 = function update(data) {
|
|
33839
37577
|
return api.put(FAQ_URL + "/" + data.id, data);
|
|
33840
37578
|
};
|
|
33841
37579
|
var remove$1 = function remove(id) {
|
|
@@ -34027,7 +37765,7 @@ var useFaqDetail = function useFaqDetail() {
|
|
|
34027
37765
|
dispatch(setLoading(true));
|
|
34028
37766
|
|
|
34029
37767
|
var _temp8 = _catch(function () {
|
|
34030
|
-
var next = !!id ? update$
|
|
37768
|
+
var next = !!id ? update$6 : create$6;
|
|
34031
37769
|
return Promise.resolve(next(values)).then(function () {
|
|
34032
37770
|
dispatch(setAlert({
|
|
34033
37771
|
type: "success",
|
|
@@ -34202,10 +37940,10 @@ var get$4 = function get(filter) {
|
|
|
34202
37940
|
var getById$2 = function getById(id) {
|
|
34203
37941
|
return api.get(SKILL_URL + "/" + id);
|
|
34204
37942
|
};
|
|
34205
|
-
var create$
|
|
37943
|
+
var create$7 = function create(data) {
|
|
34206
37944
|
return api.post(SKILL_URL, data);
|
|
34207
37945
|
};
|
|
34208
|
-
var update$
|
|
37946
|
+
var update$7 = function update(data) {
|
|
34209
37947
|
return api.put(SKILL_URL + "/" + data.id, data);
|
|
34210
37948
|
};
|
|
34211
37949
|
var remove$2 = function remove(id) {
|
|
@@ -34552,7 +38290,7 @@ var useSkillDetail = function useSkillDetail() {
|
|
|
34552
38290
|
dispatch(setLoading(true));
|
|
34553
38291
|
|
|
34554
38292
|
var _temp8 = _catch(function () {
|
|
34555
|
-
var next = !!id ? update$
|
|
38293
|
+
var next = !!id ? update$7 : create$7;
|
|
34556
38294
|
return Promise.resolve(next(values)).then(function () {
|
|
34557
38295
|
dispatch(setAlert({
|
|
34558
38296
|
type: "success",
|
|
@@ -34753,10 +38491,10 @@ var getRosterUserExport = function getRosterUserExport(filter) {
|
|
|
34753
38491
|
var getById$3 = function getById(id) {
|
|
34754
38492
|
return api.get(USER_URL$1 + "/" + id);
|
|
34755
38493
|
};
|
|
34756
|
-
var create$
|
|
38494
|
+
var create$8 = function create(data) {
|
|
34757
38495
|
return api.post("" + USER_URL$1, data);
|
|
34758
38496
|
};
|
|
34759
|
-
var update$
|
|
38497
|
+
var update$8 = function update(data) {
|
|
34760
38498
|
return api.put(USER_URL$1 + "/" + data.id, data);
|
|
34761
38499
|
};
|
|
34762
38500
|
var updateStatusAll = function updateStatusAll(ids) {
|
|
@@ -37442,7 +41180,7 @@ var useUserDetail = function useUserDetail(id) {
|
|
|
37442
41180
|
|
|
37443
41181
|
var _temp12 = _catch(function () {
|
|
37444
41182
|
function _temp8() {
|
|
37445
|
-
var next = !!id ? update$
|
|
41183
|
+
var next = !!id ? update$8 : create$8;
|
|
37446
41184
|
!id && delete data.id;
|
|
37447
41185
|
return Promise.resolve(next(data)).then(function (result) {
|
|
37448
41186
|
if (!!result) {
|
|
@@ -39346,16 +43084,16 @@ var MediaType;
|
|
|
39346
43084
|
MediaType[MediaType["UNKNOW"] = 4] = "UNKNOW";
|
|
39347
43085
|
})(MediaType || (MediaType = {}));
|
|
39348
43086
|
|
|
39349
|
-
var images$
|
|
39350
|
-
var videos$
|
|
39351
|
-
var docs$
|
|
39352
|
-
var audios$
|
|
43087
|
+
var images$4 = ["png", "jpg", "jpeg", "gif"];
|
|
43088
|
+
var videos$4 = ["mp4", "mp4v"];
|
|
43089
|
+
var docs$4 = ["txt", "pdf", "doc", "docx", "xls", "csv"];
|
|
43090
|
+
var audios$4 = ["wav", "mp3"];
|
|
39353
43091
|
var getTypeByExtension = function getTypeByExtension(extension) {
|
|
39354
43092
|
if (extension) {
|
|
39355
|
-
if (images$
|
|
39356
|
-
if (videos$
|
|
39357
|
-
if (docs$
|
|
39358
|
-
if (audios$
|
|
43093
|
+
if (images$4.includes(extension)) return MediaType.IMAGE;
|
|
43094
|
+
if (videos$4.includes(extension)) return MediaType.VIDEO;
|
|
43095
|
+
if (docs$4.includes(extension)) return MediaType.DOC;
|
|
43096
|
+
if (audios$4.includes(extension)) return MediaType.AUDIO;
|
|
39359
43097
|
}
|
|
39360
43098
|
|
|
39361
43099
|
return MediaType.UNKNOW;
|
|
@@ -40031,7 +43769,7 @@ function isPlainObject(obj) {
|
|
|
40031
43769
|
* @param {String} message The warning message.
|
|
40032
43770
|
* @returns {void}
|
|
40033
43771
|
*/
|
|
40034
|
-
function warning$
|
|
43772
|
+
function warning$4(message) {
|
|
40035
43773
|
/* eslint-disable no-console */
|
|
40036
43774
|
if (typeof console !== 'undefined' && typeof console.error === 'function') {
|
|
40037
43775
|
console.error(message);
|
|
@@ -40124,7 +43862,7 @@ function combineReducers(reducers) {
|
|
|
40124
43862
|
|
|
40125
43863
|
if (process.env.NODE_ENV !== 'production') {
|
|
40126
43864
|
if (typeof reducers[key] === 'undefined') {
|
|
40127
|
-
warning$
|
|
43865
|
+
warning$4("No reducer provided for key \"" + key + "\"");
|
|
40128
43866
|
}
|
|
40129
43867
|
}
|
|
40130
43868
|
|
|
@@ -40163,7 +43901,7 @@ function combineReducers(reducers) {
|
|
|
40163
43901
|
var warningMessage = getUnexpectedStateShapeWarningMessage(state, finalReducers, action, unexpectedKeyCache);
|
|
40164
43902
|
|
|
40165
43903
|
if (warningMessage) {
|
|
40166
|
-
warning$
|
|
43904
|
+
warning$4(warningMessage);
|
|
40167
43905
|
}
|
|
40168
43906
|
}
|
|
40169
43907
|
|
|
@@ -40198,7 +43936,7 @@ function combineReducers(reducers) {
|
|
|
40198
43936
|
function isCrushed() {}
|
|
40199
43937
|
|
|
40200
43938
|
if (process.env.NODE_ENV !== 'production' && typeof isCrushed.name === 'string' && isCrushed.name !== 'isCrushed') {
|
|
40201
|
-
warning$
|
|
43939
|
+
warning$4('You are currently using minified code outside of NODE_ENV === "production". ' + 'This means that you are running a slower development build of Redux. ' + 'You can use loose-envify (https://github.com/zertosh/loose-envify) for browserify ' + 'or setting mode to production in webpack (https://webpack.js.org/concepts/mode/) ' + 'to ensure you have the correct code for your production build.');
|
|
40202
43940
|
}
|
|
40203
43941
|
|
|
40204
43942
|
var _localStorage$getItem;
|
|
@@ -40223,7 +43961,7 @@ var initialState = {
|
|
|
40223
43961
|
isEnableSurvey: false,
|
|
40224
43962
|
isConversationOneToOne: false,
|
|
40225
43963
|
isSandboxMode: false,
|
|
40226
|
-
language:
|
|
43964
|
+
language: DEFAULT_LANGUAGE_CODE,
|
|
40227
43965
|
amplitude: {
|
|
40228
43966
|
user_id: "",
|
|
40229
43967
|
status: "",
|
|
@@ -41210,5 +44948,5 @@ var generateRandomString = (function () {
|
|
|
41210
44948
|
|
|
41211
44949
|
var amplitudeClient = amplitude.getInstance();
|
|
41212
44950
|
|
|
41213
|
-
export { ACCESS_TOKEN, ANSWER_EDITOR_HEIGHT, AcademicClassSelector, AddButton, BASE_URL, CHAT_CHANNEL, CategorySelector, CommonAlert, CommonHeader, CommonModal$1 as CommonModal, CreatableSelector, CustomPagination, CustomSelector, CustomTabs as CustomTab, DATE_FORMAT, DATE_RESULT, DEFAULT_FILTER, DEFAULT_LANGUAGE_CODE, Dashboard, DeleteButtonIcon, DetailActionButtons, EMOTIONS, EditButtonIcon, EmailTemplateDetail, EmailTemplateList, EmptyDataAlert, ErrorHandler, FULL_DATE_RESULT, FaqList, InputFile as FileInput, GOOGLE_RECAPTCHA_KEY, GalleryList, INIT_AMPLITUDE_KEY_PROD, INIT_AMPLITUDE_KEY_STAGE, Images, LANGUAGES, LICENSE_AGGRID, LinkEditButton, Loading, Login, MediaList, NOTIFICATION_ALERT_KEY, NOTIFICATION_CHANNEL, NotFound, NotificationList, NotificationLogoutModal, NotificationModal, QUESTION_TYPES, QUESTION_TYPES_OPTIONS, QuestionCategorySelector, QuestionTypeSelector, QuitPrompt, ReactNotification, RequiredLabel$1 as RequiredLabel, SANDBOX_NOTIFICATION, SUPPORTED_LANGUAGES_CODE, SandboxAlert, SchoolList, ScrollToTop, SearchBox$1 as SearchBox, SearchBoxContainer, SkillList, StarRatingSelector, SuggestionCategorySelector, TAB_COLORS, TINY_MCE_API_KEY, TheContent$1 as TheContent, TheLayout, ToggleButton, UploadFileButton, UserContainer, UserDetail, UserList, addTab, amplitudeClient, answerQuestion, answerQuestionDataPlayer, api, apiUpload, canAccess as canAccessRoute, changeNote, changeTags, clearTab, closeTab, debounce, editTab, editorConfig, firstCheckToken, generateRandomString, getFileUrl, getInfo, getStaticFileUrl, getTextFromHTML, i18n, initAmplitude, isInViewport, isLocalhost, reset, setAlert, setAssessmentList, setAssignmentList, setAssistantList, setBadgeList, setBandScoreList, setCertificateList, setClassList, setConferenceRubricList, setConversationOneToOne, setCurrentStudentId, setCurrentStudentName, setCurrentStudentUserId, setCustomAlertList, setDataPlayer, setEditItemQuesion, setEnableIEP, setEnableSurvey, setFeedbackList, setFilterWidget, setGoalExampleList, setImproveMyClass, setLanguage, setLearningSupportCategoryList, setLoading, setMailCategory, setModal, setMoveItemQuestion, setMyStudent, setQuestionByCategory, setQuestionCateList, setQuestionList, setReflectionList, setReflectionResultList, setResetQuestionList, setSandboxMode, setSchoolBlankDayList, setSelectQuestion, setSemesterList, setSessionPlayer, setSessionTemplateGeneralClassList, setSessionTemplateList, setStartTime, setStrategyList, setStudentIdSelectedByTeacher, setStudentList, setSubjectList, setSuggestionList, setTurnOffPassWhenChangeMode, setTutorialScreenList, setUser, setUserList, showFontSize, showMenuBar, store, systemCertificateUpload, systemStudentBadge, uploadFile, useFilters, useGalleryList, utcToLocalTime };
|
|
44951
|
+
export { ACCESS_TOKEN, ANSWER_EDITOR_HEIGHT, AcademicClassSelector, AddButton, BASE_URL, CHAT_CHANNEL, CategorySelector, CommonAlert, CommonHeader, CommonModal$1 as CommonModal, CreatableSelector, CustomPagination, CustomSelector, CustomTabs as CustomTab, DATE_FORMAT, DATE_RESULT, DEFAULT_FILTER, DEFAULT_LANGUAGE_CODE, Dashboard, DeleteButtonIcon, DetailActionButtons, EMOTIONS, EditButtonIcon, EmailTemplateDetail, EmailTemplateList, EmptyDataAlert, ErrorHandler, FULL_DATE_RESULT, FaqList, InputFile as FileInput, GOOGLE_RECAPTCHA_KEY, GalleryList, INIT_AMPLITUDE_KEY_PROD, INIT_AMPLITUDE_KEY_STAGE, Images, LANGUAGES, LICENSE_AGGRID, LinkEditButton, Loading, Login, MediaList, NOTIFICATION_ALERT_KEY, NOTIFICATION_CHANNEL, NotFound, NotificationList, NotificationLogoutModal, NotificationModal, QUESTION_TYPES, QUESTION_TYPES_OPTIONS, QuestionCategorySelector, QuestionTypeSelector, QuitPrompt, ReactNotification, RequiredLabel$1 as RequiredLabel, SANDBOX_NOTIFICATION, SUPPORTED_LANGUAGES_CODE, SandboxAlert, SchoolList, ScrollToTop, SearchBox$1 as SearchBox, SearchBoxContainer, SkillList, StarRatingSelector, SuggestionCategorySelector, TAB_COLORS, TINY_MCE_API_KEY, TheContent$1 as TheContent, TheLayout, ToggleButton, UploadFileButton, UserContainer, UserDetail, UserList, addTab, amplitudeClient, answerQuestion, answerQuestionDataPlayer, api, apiUpload, canAccess as canAccessRoute, changeNote, changeTags, clearTab, closeTab, debounce, editTab, editorConfig, firstCheckToken, generateRandomString, getCookieValue, getFileUrl, getInfo, getStaticFileUrl, getTextFromHTML, i18n, initAmplitude, isInViewport, isLocalhost, reset, setAlert, setAssessmentList, setAssignmentList, setAssistantList, setBadgeList, setBandScoreList, setCertificateList, setClassList, setConferenceRubricList, setConversationOneToOne, setCurrentStudentId, setCurrentStudentName, setCurrentStudentUserId, setCustomAlertList, setDataPlayer, setEditItemQuesion, setEnableIEP, setEnableSurvey, setFeedbackList, setFilterWidget, setGoalExampleList, setImproveMyClass, setLanguage, setLearningSupportCategoryList, setLoading, setMailCategory, setModal, setMoveItemQuestion, setMyStudent, setQuestionByCategory, setQuestionCateList, setQuestionList, setReflectionList, setReflectionResultList, setResetQuestionList, setSandboxMode, setSchoolBlankDayList, setSelectQuestion, setSemesterList, setSessionPlayer, setSessionTemplateGeneralClassList, setSessionTemplateList, setStartTime, setStrategyList, setStudentIdSelectedByTeacher, setStudentList, setSubjectList, setSuggestionList, setTurnOffPassWhenChangeMode, setTutorialScreenList, setUser, setUserList, showFontSize, showMenuBar, store, systemCertificateUpload, systemStudentBadge, uploadFile, useFilters, useGalleryList, utcToLocalTime };
|
|
41214
44952
|
//# sourceMappingURL=index.modern.js.map
|