mario-core 3.0.8-admin → 3.0.8-es

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.
Files changed (291) hide show
  1. package/dist/Dashboard-DiUm-pc-.js +186 -0
  2. package/dist/Dashboard-HV1eiElu.cjs +1 -0
  3. package/dist/EmailTemplateDetail-D0D3bpWO.cjs +1 -0
  4. package/dist/EmailTemplateDetail-KvZuTCLF.js +411 -0
  5. package/dist/EmailTemplateList-B3YqSFaY.js +172 -0
  6. package/dist/EmailTemplateList-BAejgUUG.cjs +1 -0
  7. package/dist/FaqList-D5XugT5h.js +320 -0
  8. package/dist/FaqList-DpUzQ2vq.cjs +1 -0
  9. package/dist/GalleryList-B5QA3Rol.cjs +1 -0
  10. package/dist/GalleryList-CTo33BcT.js +53 -0
  11. package/dist/Login-CHAmP5ek.js +897 -0
  12. package/dist/Login-Cxbto5eM.cjs +1 -0
  13. package/dist/NotificationList-2Mf_NsOP.js +3631 -0
  14. package/dist/NotificationList-D1jMOBwH.cjs +8 -0
  15. package/dist/SchoolList-CClJ_UPT.cjs +1 -0
  16. package/dist/SchoolList-JmrmL2zE.js +5 -0
  17. package/dist/SkillList-BMyhRY78.js +406 -0
  18. package/dist/SkillList-DlMx_Evw.cjs +1 -0
  19. package/dist/TeacherSelector-B4zvSVhk.js +71 -0
  20. package/dist/TeacherSelector-DORi8RIb.cjs +1 -0
  21. package/dist/TheContent-BHmlooLu.cjs +1 -0
  22. package/dist/TheContent-V2T-Pqz8.js +38 -0
  23. package/dist/UserContainer-B-4oVOEp.cjs +1 -0
  24. package/dist/UserContainer-BaHMryYI.js +2337 -0
  25. package/dist/UserDetail-B-Mq_itT.cjs +1 -0
  26. package/dist/UserDetail-BBRiU97G.js +665 -0
  27. package/dist/assets/Images.d.ts +14 -14
  28. package/dist/components/Alerts/CommonAlert.d.ts +3 -3
  29. package/dist/components/Alerts/EmptyDataAlert.d.ts +8 -8
  30. package/dist/components/Alerts/ErrorHandler.d.ts +6 -6
  31. package/dist/components/Buttons/AddButton.d.ts +8 -7
  32. package/dist/components/Buttons/AddButtonIcon.d.ts +6 -6
  33. package/dist/components/Buttons/CloseButton.d.ts +8 -8
  34. package/dist/components/Buttons/DeleteButtonIcon.d.ts +6 -6
  35. package/dist/components/Buttons/DetailActionButtons.d.ts +9 -8
  36. package/dist/components/Buttons/EditButtonIcon.d.ts +6 -6
  37. package/dist/components/Buttons/LinkEditButton.d.ts +8 -7
  38. package/dist/components/Buttons/LoginNavButton.d.ts +8 -8
  39. package/dist/components/Buttons/ToggleButton.d.ts +10 -10
  40. package/dist/components/Buttons/UploadFileButton.d.ts +13 -13
  41. package/dist/components/Headers/CommonHeader.d.ts +7 -7
  42. package/dist/components/Image/UploadImage.d.ts +2 -3
  43. package/dist/components/Inputs/FileInput.d.ts +8 -8
  44. package/dist/components/Inputs/PasswordInput.d.ts +8 -8
  45. package/dist/components/Inputs/SearchBox.d.ts +10 -10
  46. package/dist/components/Inputs/SearchBoxContainer.d.ts +9 -10
  47. package/dist/components/Labels/RequiredLabel.d.ts +6 -6
  48. package/dist/components/Loading/Loading.d.ts +3 -3
  49. package/dist/components/Modals/CommonModal.d.ts +2 -3
  50. package/dist/components/Modals/NotificationLogoutModal.d.ts +2 -0
  51. package/dist/components/Modals/NotificationModal.d.ts +2 -3
  52. package/dist/components/Others/QuitPrompt.d.ts +5 -2
  53. package/dist/components/Pagination/CustomPagination.d.ts +2 -3
  54. package/dist/components/Scroll/ScrollToTop.d.ts +3 -3
  55. package/dist/components/Selectors/AcademicClassSelector.d.ts +2 -3
  56. package/dist/components/Selectors/CreatableSelector.d.ts +2 -3
  57. package/dist/components/Selectors/CustomSelector.d.ts +2 -3
  58. package/dist/components/Selectors/MailCategorySelectors.d.ts +2 -3
  59. package/dist/components/Selectors/QuestionCategorySelector.d.ts +2 -3
  60. package/dist/components/Selectors/QuestionTypeSelector.d.ts +2 -3
  61. package/dist/components/Selectors/StarRatingSelector.d.ts +2 -3
  62. package/dist/components/Selectors/SuggestionCategorySelector.d.ts +2 -3
  63. package/dist/components/Tabs/CustomTab.d.ts +2 -3
  64. package/dist/components/Tabs/TabsWithComponent.d.ts +10 -0
  65. package/dist/configs/editorConfig.d.ts +7 -7
  66. package/dist/containers/Commons/NotFound.d.ts +3 -3
  67. package/dist/containers/DistrictSchools/views/SchoolList.d.ts +3 -3
  68. package/dist/containers/EmailTemplate/components/AttachmentFile.d.ts +8 -7
  69. package/dist/containers/EmailTemplate/components/MailParam.d.ts +8 -7
  70. package/dist/containers/EmailTemplate/configs/emailTemplateSchema.d.ts +13 -13
  71. package/dist/containers/EmailTemplate/hooks/useEmailTemplateDetail.d.ts +27 -28
  72. package/dist/containers/EmailTemplate/hooks/useEmailTemplateList.d.ts +11 -11
  73. package/dist/containers/EmailTemplate/views/EmailTemplateDetail.d.ts +3 -3
  74. package/dist/containers/EmailTemplate/views/EmailTemplateList.d.ts +3 -3
  75. package/dist/containers/Faq/components/FaqDetailModal.d.ts +2 -3
  76. package/dist/containers/Faq/hooks/useFaqDetail.d.ts +17 -18
  77. package/dist/containers/Faq/hooks/useFaqList.d.ts +9 -9
  78. package/dist/containers/Faq/views/FaqList.d.ts +3 -3
  79. package/dist/containers/Gallery/components/ActionModal.d.ts +2 -3
  80. package/dist/containers/Gallery/components/Filter.d.ts +9 -8
  81. package/dist/containers/Gallery/components/Media.d.ts +9 -8
  82. package/dist/containers/Gallery/components/MediaDetail.d.ts +7 -7
  83. package/dist/containers/Gallery/components/MediaList.d.ts +7 -7
  84. package/dist/containers/Gallery/components/MediaNav.d.ts +19 -18
  85. package/dist/containers/Gallery/constants/gallery.types.d.ts +21 -21
  86. package/dist/containers/Gallery/extensions/helpers.d.ts +4 -4
  87. package/dist/containers/Gallery/hooks/useGalleryList.d.ts +30 -31
  88. package/dist/containers/Gallery/views/GalleryList.d.ts +6 -6
  89. package/dist/containers/Login/components/GoogleLoginButton.d.ts +10 -0
  90. package/dist/containers/Login/constant/authConfig.d.ts +38 -0
  91. package/dist/containers/Login/constant/types.d.ts +27 -0
  92. package/dist/containers/Login/hooks/useForgotPassword.d.ts +20 -21
  93. package/dist/containers/Login/hooks/useLogin.d.ts +26 -23
  94. package/dist/containers/Login/hooks/useLoginTwoFactor.d.ts +4 -4
  95. package/dist/containers/Login/views/Dashboard.d.ts +3 -3
  96. package/dist/containers/Login/views/Login.d.ts +8 -9
  97. package/dist/containers/Login/views/block/BlockBackground.d.ts +7 -0
  98. package/dist/containers/Login/views/block/BlockForgetPassword.d.ts +6 -3
  99. package/dist/containers/Login/views/block/BlockLogin.d.ts +9 -7
  100. package/dist/containers/Login/views/block/BlockResetPassword.d.ts +2 -3
  101. package/dist/containers/Login/views/block/BlockSelectTeacher.d.ts +11 -12
  102. package/dist/containers/Login/views/block/BlockTwoFactorLogin.d.ts +2 -3
  103. package/dist/containers/Login/views/block/CloseBlock.d.ts +6 -6
  104. package/dist/containers/Login/views/block/ContentHomePage.d.ts +5 -5
  105. package/dist/containers/Login/views/block/IconContent.d.ts +7 -7
  106. package/dist/containers/Login/views/block/QuoteContent.d.ts +2 -3
  107. package/dist/containers/Notifications/components/NotificationButton.d.ts +5 -5
  108. package/dist/containers/Notifications/components/NotificationStatusSelector.d.ts +6 -7
  109. package/dist/containers/Notifications/hooks/useNotificationList.d.ts +17 -17
  110. package/dist/containers/Notifications/hooks/useUnreadNotification.d.ts +4 -4
  111. package/dist/containers/Notifications/views/NotificationList.d.ts +2 -3
  112. package/dist/containers/Skill/components/SkillDetailModal.d.ts +2 -3
  113. package/dist/containers/Skill/components/SkillSelector.d.ts +2 -3
  114. package/dist/containers/Skill/hooks/useSkillDetail.d.ts +19 -20
  115. package/dist/containers/Skill/hooks/useSkillList.d.ts +10 -9
  116. package/dist/containers/Skill/views/SkillList.d.ts +3 -3
  117. package/dist/containers/User/components/AssignStudentModal.d.ts +19 -0
  118. package/dist/containers/User/components/DeleteBulkModel.d.ts +3 -0
  119. package/dist/containers/User/components/FilterPopover.d.ts +21 -0
  120. package/dist/containers/User/components/HeaderCell.d.ts +19 -0
  121. package/dist/containers/User/components/RemoveAssistant.d.ts +3 -0
  122. package/dist/containers/User/components/RemoveCounselor.d.ts +3 -0
  123. package/dist/containers/User/components/RemoveTeacher.d.ts +3 -0
  124. package/dist/containers/User/components/TableHeader.d.ts +14 -0
  125. package/dist/containers/User/components/TeacherSelector.d.ts +2 -0
  126. package/dist/containers/User/configs/changePasswordSchema.d.ts +11 -10
  127. package/dist/containers/User/configs/constants.d.ts +62 -0
  128. package/dist/containers/User/configs/type.d.ts +210 -0
  129. package/dist/containers/User/configs/userSchema.d.ts +15 -15
  130. package/dist/containers/User/hooks/useAssignStudent.d.ts +33 -0
  131. package/dist/containers/User/hooks/useAssignStudentList.d.ts +33 -0
  132. package/dist/containers/User/hooks/useAssistantList.d.ts +9 -0
  133. package/dist/containers/User/hooks/useClickOutside.d.ts +2 -0
  134. package/dist/containers/User/hooks/useCounselorList.d.ts +9 -0
  135. package/dist/containers/User/hooks/useFilterPopover.d.ts +36 -0
  136. package/dist/containers/User/hooks/useTableHeader.d.ts +19 -0
  137. package/dist/containers/User/hooks/useTeacherList.d.ts +9 -0
  138. package/dist/containers/User/hooks/useUserDetail.d.ts +31 -24
  139. package/dist/containers/User/hooks/useUserList.d.ts +14 -11
  140. package/dist/containers/User/hooks/userFilters.d.ts +7 -0
  141. package/dist/containers/User/views/AssignStudentList.d.ts +2 -0
  142. package/dist/containers/User/views/UserContainer.d.ts +2 -0
  143. package/dist/containers/User/views/UserDetail.d.ts +2 -3
  144. package/dist/containers/User/views/UserList.d.ts +2 -3
  145. package/dist/hooks/useClassFontSize.d.ts +4 -0
  146. package/dist/hooks/useFilters.d.ts +7 -8
  147. package/dist/i18n.d.ts +2 -2
  148. package/dist/index-C95SWLrn.js +18163 -0
  149. package/dist/index-DixwqZ17.cjs +29 -0
  150. package/dist/index.d.ts +111 -110
  151. package/dist/index.esm-BckW25l9.cjs +1 -0
  152. package/dist/index.esm-hqKUWCW0.js +15 -0
  153. package/dist/index.js +1 -10373
  154. package/dist/index.modern.js +159 -10213
  155. package/dist/layouts/TheContent.d.ts +3 -3
  156. package/dist/mailCategoryService-BqDtPJRc.js +10 -0
  157. package/dist/mailCategoryService-DBMJOyls.cjs +1 -0
  158. package/dist/mario-core.css +5 -0
  159. package/dist/redux/assessments/action.d.ts +1 -1
  160. package/dist/redux/assessments/reducer.d.ts +10 -5
  161. package/dist/redux/assignment/action.d.ts +1 -1
  162. package/dist/redux/assignment/reducer.d.ts +4 -2
  163. package/dist/redux/assistants/action.d.ts +1 -1
  164. package/dist/redux/assistants/reducer.d.ts +4 -2
  165. package/dist/redux/badges/action.d.ts +1 -1
  166. package/dist/redux/badges/reducer.d.ts +4 -2
  167. package/dist/redux/bandScores/action.d.ts +1 -1
  168. package/dist/redux/bandScores/reducer.d.ts +4 -2
  169. package/dist/redux/certificate/action.d.ts +1 -1
  170. package/dist/redux/certificate/reducer.d.ts +4 -2
  171. package/dist/redux/classes/action.d.ts +1 -1
  172. package/dist/redux/classes/reducer.d.ts +4 -2
  173. package/dist/redux/commons/action.d.ts +18 -18
  174. package/dist/redux/commons/reducer.d.ts +4 -2
  175. package/dist/redux/conferenceRubrics/action.d.ts +1 -1
  176. package/dist/redux/conferenceRubrics/reducer.d.ts +4 -2
  177. package/dist/redux/customAlert/action.d.ts +1 -1
  178. package/dist/redux/customAlert/reducer.d.ts +4 -2
  179. package/dist/redux/dashboard/action.d.ts +5 -5
  180. package/dist/redux/dashboard/reducer.d.ts +4 -2
  181. package/dist/redux/dataPlayer/action.d.ts +2 -2
  182. package/dist/redux/dataPlayer/reducer.d.ts +4 -2
  183. package/dist/redux/emailTemplates/action.d.ts +1 -1
  184. package/dist/redux/emailTemplates/reducer.d.ts +4 -2
  185. package/dist/redux/faqs/action.d.ts +1 -1
  186. package/dist/redux/faqs/reducer.d.ts +4 -2
  187. package/dist/redux/feedback/action.d.ts +1 -1
  188. package/dist/redux/feedback/reducer.d.ts +4 -2
  189. package/dist/redux/gallery/action.d.ts +2 -2
  190. package/dist/redux/gallery/reducer.d.ts +4 -2
  191. package/dist/redux/goalExamples/action.d.ts +1 -1
  192. package/dist/redux/goalExamples/reducer.d.ts +4 -2
  193. package/dist/redux/improveMyClass/action.d.ts +1 -1
  194. package/dist/redux/improveMyClass/reducer.d.ts +4 -2
  195. package/dist/redux/learningStrategies/action.d.ts +1 -1
  196. package/dist/redux/learningStrategies/reducer.d.ts +4 -2
  197. package/dist/redux/learningSupportCategories/action.d.ts +1 -1
  198. package/dist/redux/learningSupportCategories/reducer.d.ts +4 -2
  199. package/dist/redux/mailCategories/action.d.ts +1 -1
  200. package/dist/redux/mailCategories/reducer.d.ts +4 -2
  201. package/dist/redux/navMobile/action.d.ts +1 -1
  202. package/dist/redux/navMobile/reducer.d.ts +4 -2
  203. package/dist/redux/notifications/action.d.ts +3 -3
  204. package/dist/redux/notifications/reducer.d.ts +4 -2
  205. package/dist/redux/questionBanks/action.d.ts +1 -1
  206. package/dist/redux/questionBanks/reducer.d.ts +4 -2
  207. package/dist/redux/questionByCategory/action.d.ts +8 -8
  208. package/dist/redux/questionByCategory/reducer.d.ts +4 -2
  209. package/dist/redux/questionCategory/action.d.ts +1 -1
  210. package/dist/redux/questionCategory/reducer.d.ts +4 -2
  211. package/dist/redux/reflectionForms/action.d.ts +1 -1
  212. package/dist/redux/reflectionForms/reducer.d.ts +4 -2
  213. package/dist/redux/reflectionResults/action.d.ts +1 -1
  214. package/dist/redux/reflectionResults/reducer.d.ts +4 -2
  215. package/dist/redux/schoolBlankDays/action.d.ts +1 -1
  216. package/dist/redux/schoolBlankDays/reducer.d.ts +4 -2
  217. package/dist/redux/semester/action.d.ts +1 -1
  218. package/dist/redux/semester/reducer.d.ts +4 -2
  219. package/dist/redux/sessionPlayers/action.d.ts +5 -5
  220. package/dist/redux/sessionPlayers/reducer.d.ts +4 -2
  221. package/dist/redux/sessionTemplateGeneralClasses/action.d.ts +1 -1
  222. package/dist/redux/sessionTemplateGeneralClasses/reducer.d.ts +4 -2
  223. package/dist/redux/sessionTemplates/action.d.ts +1 -1
  224. package/dist/redux/sessionTemplates/reducer.d.ts +4 -2
  225. package/dist/redux/skills/action.d.ts +1 -1
  226. package/dist/redux/skills/reducer.d.ts +4 -2
  227. package/dist/redux/subjects/action.d.ts +1 -1
  228. package/dist/redux/subjects/reducer.d.ts +4 -2
  229. package/dist/redux/suggestionBanks/action.d.ts +1 -1
  230. package/dist/redux/suggestionBanks/reducer.d.ts +4 -2
  231. package/dist/redux/teacher/myStudent/action.d.ts +1 -1
  232. package/dist/redux/teacher/myStudent/reducer.d.ts +4 -2
  233. package/dist/redux/tutorialScreen/action.d.ts +1 -1
  234. package/dist/redux/tutorialScreen/reducer.d.ts +10 -5
  235. package/dist/redux/users/action.d.ts +2 -2
  236. package/dist/redux/users/reducer.d.ts +4 -2
  237. package/dist/redux/widget/action.d.ts +1 -1
  238. package/dist/redux/widget/reducer.d.ts +4 -2
  239. package/dist/rootReducer.d.ts +96 -49
  240. package/dist/services/accountService.d.ts +13 -12
  241. package/dist/services/api.d.ts +3 -3
  242. package/dist/services/classService.d.ts +1 -1
  243. package/dist/services/emailTemplateService.d.ts +6 -6
  244. package/dist/services/faqService.d.ts +6 -6
  245. package/dist/services/fileServices.d.ts +13 -13
  246. package/dist/services/galleryService.d.ts +2 -2
  247. package/dist/services/languageService.d.ts +1 -0
  248. package/dist/services/mailCategoryService.d.ts +1 -1
  249. package/dist/services/notificationService.d.ts +7 -7
  250. package/dist/services/questionCategoryService.d.ts +1 -1
  251. package/dist/services/schoolService.d.ts +1 -0
  252. package/dist/services/skillService.d.ts +6 -6
  253. package/dist/services/suggestionCategoryService.d.ts +1 -1
  254. package/dist/services/userService.d.ts +21 -9
  255. package/dist/store.d.ts +3 -3
  256. package/dist/types/Conversation.d.ts +8 -8
  257. package/dist/types/ConversationMember.d.ts +5 -5
  258. package/dist/types/Dashboard.d.ts +5 -5
  259. package/dist/types/Filter.d.ts +10 -10
  260. package/dist/types/Language.d.ts +8 -0
  261. package/dist/types/Message.d.ts +13 -13
  262. package/dist/types/Notification.d.ts +8 -8
  263. package/dist/utils/canAccessRoute.d.ts +2 -2
  264. package/dist/utils/constants.d.ts +77 -67
  265. package/dist/utils/debounce.d.ts +2 -2
  266. package/dist/utils/domHelpers.d.ts +2 -2
  267. package/dist/utils/encodeParams.d.ts +2 -2
  268. package/dist/utils/firstCheckToken.d.ts +2 -2
  269. package/dist/utils/generateRandomString.d.ts +2 -2
  270. package/dist/utils/getAccessToken.d.ts +2 -2
  271. package/dist/utils/getCookieValue.d.ts +2 -0
  272. package/dist/utils/getFileUrl.d.ts +2 -2
  273. package/dist/utils/getStaticFileUrl.d.ts +2 -0
  274. package/dist/utils/getTextFromHTML.d.ts +2 -2
  275. package/dist/utils/utcToLocalTime.d.ts +2 -2
  276. package/package.json +68 -77
  277. package/dist/components/Alerts/ReactNotification.d.ts +0 -4
  278. package/dist/containers/Login/constant/type.d.ts +0 -5
  279. package/dist/containers/Login/views/ModelSelectRole.d.ts +0 -4
  280. package/dist/index.css +0 -658
  281. package/dist/index.js.map +0 -1
  282. package/dist/index.modern.js.map +0 -1
  283. package/dist/index.test.d.ts +0 -1
  284. package/dist/layouts/TheFooter.d.ts +0 -3
  285. package/dist/layouts/TheHeader.d.ts +0 -3
  286. package/dist/layouts/TheHeaderDropdown.d.ts +0 -3
  287. package/dist/layouts/TheLanguageDropdown.d.ts +0 -3
  288. package/dist/layouts/TheLayout.d.ts +0 -4
  289. package/dist/layouts/TheSidebar.d.ts +0 -3
  290. package/dist/types/Payload.d.ts +0 -15
  291. package/dist/utils/amplitude.d.ts +0 -1
@@ -0,0 +1,29 @@
1
+ "use strict";const Vs=require("i18next"),Le=require("react-i18next"),w=require("react"),u=require("react/jsx-runtime"),te=require("react-redux"),Ue=require("react-router-dom"),C=require("reactstrap"),$=require("@reduxjs/toolkit"),je=require("react-select"),ga=require("react-dom"),Hs=require("axios"),pa=require("formik"),ya=require("yup"),d_=require("date-fns");function Ws(_){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(_){for(const t in _)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(_,t);Object.defineProperty(e,t,n.get?n:{enumerable:!0,get:()=>_[t]})}}return e.default=_,Object.freeze(e)}const R=Ws(w),pt=Ws(ya),fa="Dashboard",wa="User",va="Question Bank",$a="Email Template",ba="Flag Alerts",ka="Set up",Ia="Media Gallery",xa="District school list",Ca="Export to PDF",Sa="The data is taken from the home screen",Aa="Make sure everything is set correctly before exporting.",Ea="Cancel",qa="Hey",Ta="Readiness to Learn",Pa="High Impact Learning Strategies",Ra="Check-in",La="Check-ins",ja="Reflection",Na="Conferences",Ma="Safety",Ga="Student by Age",za="Students by Designation",Da="Calendar",Fa="Gender",Ba="Grade",Oa="Grades",Va="Current Grade",Ha="Student name",Wa="Teacher name",Xa="Start Date",Ya="End Date",Za="The represenation of individual student responses to their own feelings of Energy, Focus, Happiness, Safety, and Stress at the time administered. Note that scores are set on a 1-100 scale with the exception of Stress which optimum stress is set at '0' to get a sense of High Stress vs Low Stress.",Ua="Both the composite of individual students reporting their perceived use of John Hattie's High Impact Learning Strategies measured against the actual application with a teacher in total.",Ja="The composite results of the survey completed by individual students assessing their own perception of performance in the 6 key areas followed by 3 specific areas of well being over time.",Qa="The result of surveys sent to any individual (external or internal) that connects with the student to assist in measuring the individual student's: Productivity, Happiness, Energy, Focus, and Stress over time.",Ka="The composite representation of individual aggregate scores located at the bottom of individual Conferences conducted between Teachers and Students over time. Note that scores of 'Not Applicable' do not get measured.",ei="The visual represenation of all the responses from the question asking students to rate their perceived level of safety for themselves at your school over time.",_i="The specific representation of students by gender and grade level at your school.",ti="The composite representation of students by individual grades in your school with specific designations.",si="Total 1-to-1",ni="Total Check In",oi="Total Check Ins",ai="Total 1-to-1 Time",ii="Total Conferences",ri="Total Conferences Time",ci="Total Class Reflection Check Ins",li="Create user",di="Edit user",ui="Change password",mi="Type something to search by user name",hi="Total of users",gi="Name",pi="Email",yi="Age",fi="Role",wi="Active status",vi="Action",$i="Active",bi="Inactive",ki="Create",Ii="Update",xi="First name",Ci="Date of birth",Si="Last name",Ai="Roles",Ei="Status",qi="Send forgot password link",Ti="Download user data",Pi="Current password",Ri="New password",Li="Confirm password",ji="Save",Ni="Type something to search for a question",Mi="Type something to search category",Gi="Total questions",zi="Create question",Di="Edit question",Fi="Question Type",Bi="Category",Oi="Sub Category",Vi="Question Text",Hi="Text",Wi="Is default question for one-to-one",Xi="Default question for students or teachers",Yi="Is default question general class",Zi="Default question general for students or teachers",Ui="Before session",Ji="Edit custom alert",Qi="Create custom alert",Ki="Total Custom Alerts",er="Number Of Sessions",_r="Number Of Students",tr="Begin Date",sr="Duration (Days)",nr="Students",or="Create skill",ar="Edit skill",ir="Total of skills",rr="Description",cr="skill",lr="Parent category",dr="Edit subject",ur="Create subject",mr="Total of subjects",hr="Color",gr="Create learning support category",pr="Edit learning support category",yr="Create category",fr="Edit category",wr="Total of learning support categories",vr="Default Color",$r="Edit strategy",br="Create strategy",kr="Create learning strategy",Ir="Total of strategies",xr="Strategy name",Cr="Question",Sr="Detail",Ar="strategy",Er="Best fit",qr="Create goal example",Tr="Edit goal example",Pr="Total of goal examples",Rr="Short term target examples",Lr="goal example",jr="Edit badge",Nr="Create badge",Mr="Total of badges",Gr="Icon",zr="badge",Dr="Badge image",Fr="Edit semester",Br="Create semester",Or="Update school break month",Vr="Total of semesters",Hr="Total of academic years",Wr="Semester",Xr="Breaking month",Yr="Change breaking month",Zr="School year break month",Ur="Edit blank day",Jr="Create blank day",Qr="Total of blank days",Kr="Start time",ec="End time",_c="school blank day",tc="Edit point",sc="Create new point",nc="Total of point",oc="Label",ac="Value",ic="Break point",rc="Update break point",cc="Maximum number of admins",lc="Maximum number of assistants",dc="Maximum number of students",uc="Maximum number of teachers",mc="Request to this plan",hc="Type something to search reflection result",gc="User deleted",pc="Export user data",yc="All data of this user will be permanently deleted from the system. Please export before continuing",fc="Delete user",wc="A teacher must be selected before deleting this teacher. We will transfer the entire class and students to this teacher before deleting all of this teacher's data.",vc="List Students",$c="Student Email",bc="Current Teacher Name",kc="Current Teacher Email",Ic="Change Save",xc="Select teacher change",Cc="Current Assistant Name",Sc="Current Assistant Email",Ac="Remove Assistant",Ec="Switch Assistant",qc="Select Assistant change",Tc="Select Assistant",Pc="Welcome Email Re-send",Rc="Send for selected users",Lc="User Name",jc="User Email",Nc="Level",Mc="Use for",Gc="Admin training",zc="Teacher training",Dc="Create time",Fc="Total Reflections",Bc="Student training",Oc="Create Designation",Vc="Total of Designation",Hc="Designations",Wc="Edit Designation",Xc="Confirm",Yc="Hello",Zc="Today’s 1-1",Uc="Today’s Check In",Jc="Today’s Conferences",Qc="Next Meeting",Kc="Next Conference",el="Today’s Schedule",_l="Action Points",tl="Upcoming",sl="See all action points",nl="Add",ol="Edit Action Point",al="Add Action Point",il="Title",rl="Type title",cl="Subject",ll="Select date",dl="Date",ul="Select time",ml="Time",hl="Notification",gl="No notification",pl="Day",yl="Week",fl="Mark as done",wl="My Students",vl="Download Template",$l="Import CSV",bl="Add New",kl="Show only work as assistant",Il="Show only work as teacher",xl="Last 1-to-1",Cl="Last Check-in",Sl="Last conference",Al="Total time",El="Assistant Name",ql="Work as assistant",Tl="Assign Assistant",Pl="View",Rl="History",Ll="Custom recurrence",jl="Repeat every",Nl="Repeat on",Ml="Never",Gl="On",zl="After",Dl="Pick a date",Fl="Pick a time",Bl="Change date",Ol="Change time",Vl="Apply",Hl="New Check-in Session",Wl="New Check In",Xl="Do you want to talk with teacher",Yl="Start now",Zl="Book later",Ul="Select category",Jl="Search question category",Ql="No question",Kl="Select question",ed="Select student",_d="Select staff",td="Staff name",sd="Select teacher",nd="Who would you like to check-in with?",od="Please select a student",ad="Please select a teacher",id="Please provide a valid student",rd="Please provide a valid teacher",cd="Select a student and launch a new session or book one for later",ld="You have no teacher",dd="Search teacher",ud="Select Date & Time",md="Book 1-to-1",hd="Book new Check In",gd="Schedule",pd="Sessions are booked as 10 minute slots",yd="Does not reoccur",fd="Time must be between 8 AM and 6 PM",wd="From",vd="To",$d="Show only favorites",bd="Show 1-1 conversation only",kd="Duration",Id="Favorite",xd="Open",Cd="No Data",Sd="Schedule Detail",Ad="Are you sure you want to Cancel this schedule?",Ed="Completed 1-1 Conversation",qd="Completed Check-in session",Td="Done",Pd="What do you want to talk about?",Rd="Session Type",Ld="What is this session type?",jd="How are you feeling about each area right now?",Nd="Sleep, nutrition, exercise, physical health, and mental health",Md="Goals, activities, habits, and strategies",Gd="Overall, how are you feeling today?",zd="What is your level of pride in yourself today?",Dd="How are you feeling today?",Fd="How much did you learn from this session?",Bd="What is the most important thing you learned from this session?",Od="Your next meeting",Vd="Today at",Hd="Choose if you want to start the check-in now or book a time with your teacher or counselor for later.",Wd="Edit",Xd="Phone number",Yd="Second phone number",Zd="Health Note",Ud="Address",Jd="MTSS",Qd="Note",Kd="No Schedule",eu="My Notes",_u="Private Note",tu="Goal Progress",su="View all goals",nu="Completed",ou="Not completed",au="Student Information",iu="Top Learning Strategies",ru="Perceived Usage",cu="Total Number of Times Seleted",lu="Energy",du="Focus",uu="Happiness",mu="Stress",hu="One To One",gu="Class Reflection",pu="Conference",yu="Learning Progress",fu="Can't export now. Please try again.",wu="View data",vu="Learning strategies",$u="Strategies",bu="Number of used",ku="Next",Iu="Previous",xu="My Conferences",Cu="Select a student and launch a new conference or book one for later.",Su="Select a teacher and launch a new conference or book one for later.",Au="You have no student",Eu="This is a required field",qu="Please select question category",Tu="Book conferences",Pu="Final score",Ru="New Conference",Lu="Search student",ju="Search staff",Nu="Meeting schedule",Mu="Class schedule",Gu="More Questions",zu="Conference Rubric",Du="Unlock",Fu="Before clicking submit",Bu="Your session was",Ou="mins",Vu="min",Hu="Submit",Wu="There are several questions you have not answered yet. Are you sure to complete?",Xu="Be sure to check with your teacher that you have completed all that is required",Yu="Teacher choice",Zu="Student choice",Uu="Agreement",Ju="Personal Learning Plan",Qu="My Personal Learning Plan",Ku="Personal Interests",em="Allow student to edit",_m="Strengths and Challenges",tm="Significant Strengths",sm="Strengths",nm="Challenges",om="Significant Challenges",am="How my teachers can help me learn",im="About my learning",rm="About my environment",cm="Accommodations",lm="Goals",dm="This goal is showing in the student's conference rubric. Are you sure to delete it?",um="Activity Circles",mm="Friend Circles",hm="Are you ready to learn?",gm="Class Schedules",pm="Add Class Schedule",ym="Class Date",fm="Class Name",wm="Day/Period",vm="Teacher Email",$m="Note Type & Class",bm="My Note",km="Add New Note",Im="All Category",xm="Personalized",Cm="Show only favorite",Sm="Search",Am="Note title",Em="Student",qm="Note Detail",Tm="Mark as favorite",Pm="Type a note",Rm="Please select student",Lm="Settings",jm="Save changes",Nm="Activity Notifications",Mm="Schedule Notifications",Gm="Preschedule Notifications",zm="Yes",Dm="No",Fm="Email Notification",Bm="Send me email notification",Om="Don’t send me email notification",Vm="Type",Hm="Teacher Request",Wm="Student Request",Xm="Overview",Ym="PLP",Zm="My Student 1-to-1",Um="My Student Check In",Jm="My Student Conference",Qm="Received Date",Km="Class Impact Score",eh="Impact Score",_h="IEP",th="IEPs",sh="Creator",nh="Last Modify",oh="Modify",ah="Student Reflections",ih="External Reflection",rh="External Class Reflection",ch="Reflections",lh="Class Reflections",dh="Add Reflection",uh="Add Class Reflection",mh="Class Type",hh="Teacher Image",gh="Send to Teacher",ph="Send Now",yh="Missed",fh="Pending",wh="Sent Date",vh="Go to the student's PLP",$h="New IEP",bh="Edit IEP",kh="Type of IEP",Ih="Source of Eligibility (forinitial)",xh="Annual Goals",Ch="Enter a date range",Sh="Add Objectives",Ah="Add Goals",Eh="day/month/year",qh="Special Education",Th="The IEP must contain a statement of the special education and related services and supplementary aids and services to be provided to the child, or on behalf of the child. This section focuses on the first element: a statement of the special education that will be provided for the child.",Ph="Objectives and Reporting Progress",Rh="Each child's IEP must also contain a description of how his or her progress toward meeting the annual goals will be measured and when it will be reported to parents.",Lh="Once a child's needs are identified, the IEP team works to develop appropriate goals to address those needs. Annual goals describe what the child is expected to do or learn within a 12-month period.",jh="Related Services",Nh="To help a child with a disability benefit from special education, he or she may also need extra help in one area or another, such as speaking or moving. This additional help is called related services. Find out all about these critical services here.",Mh="Supplementary Aids and Services",Gh="Supplementary aids and services are intended to improve children’s access to learning and their participation across the spectrum of academic, extracurricular, and nonacademic activities and settings. The IEP team must determine what supplementary aids and services a child will need and specify them in the IEP.",zh="Program Modifications for School Personnel",Dh="Also part of the IEP is identifying the program modifications or supports for school personnel that will be provided",Fh="Extent of Nonparticipation",Bh="The IEP must also include an explanation of the extent, if any, to which the child will not participate with nondisabled children in the regular class and in other school settings and activities.",Oh="Accommodations in Assessment",Vh="IDEA requires that students with disabilities take part in state or districtwide assessments. The IEP team must decide if the student needs accommodations in testing or another type of assessment entirely. In this component of the IEP, the team documents how the student will participate.",Hh="Service Delivery",Wh="When will the child begin to receive services? Where? How often? How long will a “session” last? Pesky details, but important to include in the IEP!",Xh="Transition Planning",Yh="Beginning no later than a student’s 16th birthday (and younger, if appropriate), the IEP must contain transition-related plans designed to help the student prepare for life after secondary school.",Zh="Present Levels",Uh="How is the child currently doing in school? How does the disability affect his or her performance in class? This type of information is captured in the “present levels” statement in the IEP.",Jh="Signatures",Qh="IEP old version and diagnostic docs",Kh="Upload File",eg="Add Interest",_g="Upload Image",tg="Supported image types: PNG, JPEG, WEBPbbb",sg="Edit Interest",ng="Select personal interest or enter personal interest here",og="Add note",ag="Select Best Fit",ig="Best fits",rg="Select Strategies",cg="Selected Learning Strategies",lg="Do you want to delete this strengths and challenges",dg="Add New Item",ug="Edit Item",mg="Select Teaching Strategies",hg="Selected Teaching Strategies",gg="Add title",pg="My Learning",yg="Do you want to delete this about my learning",fg="Edit My Learning",wg="Add My Learning",vg="Select about learning or enter about learning here",$g="Accommodation",bg="All categories",kg="Do you want to delete this accommodation",Ig="Edit Accommodation",xg="Add Accommodation",Cg="All",Sg="All status",Ag="Goal Type",Eg="Add New Goal",qg="Goal Detail",Tg="Select status",Pg="Goal Baseline",Rg="Objective",Lg="Goal Details",jg="Goals Type",Ng="Edit Goal Detail",Mg="Uploaded Files",Gg="Optional",zg="Edit Baseline",Dg="Edit friend",Fg="Add friend",Bg="Search friend",Og="Friend type",Vg="Edit activity",Hg="Add activity",Wg="Search activity",Xg="Activity",Yg="Activity type",Zg="Select or type an activity",Ug="ACTION NEEDED",Jg="EXTERNAL",Qg="Student Survey",Kg="VIEW SURVEY",ep="Create a survey",_p="Survey from",tp="Review",sp="Publish survey",np="Total Surveys",op="Flags",ap="Scheduled Session",ip="Total survey done",rp="Total survey not done",cp="LIST SURVEY",lp="Surveys",dp="Survey",up="Create survey",mp="My Survey",hp="Counselor Name",gp="Survey title",pp="Deadline",yp="Day Left",fp="Replied date",wp="Session",vp="Flag",$p="External email",bp="Scheduled Now",kp="Session schedule",Ip="Session scheduled",xp="Search survey",Cp="Total Survey",Sp="Survey Result",Ap="Check In from",Ep="Received today at",qp="Preview Survey",Tp="Complete survey",Pp="Do you want to share a survey to Teachers?",Rp="You can share this survey to teachers to get more insight about your student.",Lp="skip",jp="Survey questions",Np="Add Survey Question",Mp="Additional Question",Gp="Add additional question",zp="Save Favorite",Dp="Save as favorite",Fp="Favorite survey",Bp="Slider",Op="questions",Vp="Insert All questions",Hp="Remove All questions",Wp="Insert questions",Xp="Survey Templates",Yp="Insert template",Zp="Share Survey to Teachers",Up="Suggested Teacher",Jp="Email Contents",Qp="Send survey",Kp="Review Survey Detail",ey="A number of student",_y="Date and Time",ty="Scale",sy="Answer",ny="Add question",oy="Save question",ay="External survey",iy="IB Learner Profile",ry="Set deadline",cy="Duplicate Survey",ly="Share Survey",dy="New Survey",uy="Assign Counselor",my="Select Counselor",hy="Select Support Teacher",gy="Assign Support Teacher",py="Switch Support Teacher",yy="Support Teacher Name",fy="User For Question",wy="Requested Reflection",vy="Request Class Reflection",$y="Share Survey To Teacher",by="Select from",ky="Switch counselor",Iy="Remove counselor",xy="Current Counselor Email",Cy="Current Counselor Name",Sy="Select Counselor Change",Ay="Current Support Teacher Name",Ey="Current Support Teacher Email",qy="Remove Support Teacher",Ty="Select Support Teacher Change",Py="Filter calendar",Ry="Average Safety",Ly="Is Active",jy="Top 5 Most Used Strategies",Ny="Preparedness",My="Average Student Stress",Gy="Success Indicators",zy="Learning Process",Dy="Survey Dashboard",Fy="Response Rate",By="Top 5 Survey's Used",Oy="Question Intervention",Vy="Student Pressure",Hy="Overall Readiness to Learn",Wy=" View Calendar",Xy="Student Wellness",Yy="View Data Dashboard",Zy="View a student",Uy="View student",Jy="Average Safety",Qy="Average Stress",Ky="Average Energy",ef="Average Focus",_f="Average Happiness",tf="vs last month",sf="of students are not feeling safe",nf="students marked themselves as unsafe.",of="marked themselves as unsafe.",af="are not feeling safe.",rf="of students are highly stressed.",cf="flagged with high stress.",lf="are feeling highly stressed.",df="Select a student to see their profile and learning plan",uf="Select a student and start a conversation with the check In results",mf="start",hf="Teacher Reflection",gf="Notes",pf="Student Reflections",yf="View Latest Check Ins",ff="This Week's",wf="missing weekly check in",vf="Add new student",$f="Start Check-In",bf="No events today",kf="Today's Schedule",If="high stressed",xf="unsafe",Cf="Average",Sf="see them",Af="goal",Ef="ended over 24 hours ago",qf="Start a 1-1 Conversation",Tf="View results",Pf="Request Check In",Rf="Last",Lf="Latest Check Ins",jf="Students who missing weekly check in",Nf="This student doesn’t have missing check in",Mf="No student missing weekly check in",Gf="Start 1-1 Conversation",zf="Select a teacher and start a check in",Df="This week's check Ins",Ff="This week's 1-1s",Bf="This student doesn’t have 1-1 in this week",Of="This student doesn’t have check in in this week",Vf="No last or requested Check Ins",Hf="Students who are highly stressed",Wf="Students who are not feeling safe",Xf="Students missing a weekly check in",Yf="Student Stress by Zone",Zf="Student Distribution",Uf="Survey's flags",Jf="Yellow flags",Qf="Green flags",Kf="Red flags",ew="Show by",_w="Survey Overview",tw="Share Note",sw="Survey Summary",nw="Survey name",ow="Date created",aw="Cut off time",iw="Created by",rw="Responses Distribution",cw="Ratings of Questions",lw="Show results for",dw="Responses and Response Rates Per Question",uw="View List of Students",mw="View List of Response",hw="Number of Responses",gw="Number of Not Responses",pw="Question Rating",yw="No response yet",fw="External Survey is highlighted in the table",ww="Reset Password",vw="Correct",$w="Incorrect",bw="The correct answer is",kw="The correct answers are",Iw="Action Need",xw="View answers",Cw="Survey Results",Sw="Weeks",Aw="Months",Ew="Scheduled Sessions",qw="Active Surveys",Tw="View Responses",Pw="Download .CSV",Rw="Create new survey",Lw="Go to Individual Survey Responses",jw="You can only select {{number}} KPIs at a time",Nw="You can only select {{number}} KPIs at a time. To select a new one, please switch off one of the previous ones.",Mw="Last Check in",Gw="How many times a strategy has been chosen",zw="These metrics come from students' check ins. Filter above to change the data set",Dw="Not yet started",Fw="In progress",Bw="Export Check Ins to CSV",Ow="These metrics come from the conference rubric. Only teacher responses are scored",Vw="Please save first",Hw="Print date",Ww="Goal base line",Xw="print",Yw="DOWNLOAD",Zw="My daily motivation",Uw="Select deadline",Jw="Image is a required",Qw="Old IEP",Kw="Create Next Year's IEP",ev="Write something (Optional)",_v="The Effectiveness of Learning Strategies by Student's feedback",tv="Perceived Usefulness",sv="Performance",nv="Not enough challenge, leading to boredom and lack of interest.",ov="Calm and relaxed but not enough motivation to perform at my best.",av="Manageable levels of stress allowing me to perform at my best.",iv="Still in control but starting to feel the pressure.",rv="Too much pressure and really struggling to manage my workload.",cv="Import email by csv",lv="Request number",dv="Select or input class type",uv="Send Request",mv="Start Reflection",hv="Customize Reflection",gv="Include section you want to appear",pv="Time of Day",yv="IEP Template",fv="OneRoster",wv="Sandbox",vv="Information Roster (Sourced Id / Full name / Email)",$v="Sync Roster users",bv="Export to CSV",kv="User List",Iv="Assign Student",xv="OneToOne Question",Cv="Class Reflection Question",Sv="Conference Question",Av="Actions",Ev="Order",qv="User for",Tv="Question category",Pv="Template Survey",Rv="Total of category",Lv="Create template",jv="Number of question",Nv="Mandatory",Mv="well-being",Gv="self-efficacy",zv="No question to display",Dv="Privacy Policy",Fv="Profile",Bv="Role change",Ov="Log out",Vv="Data Dashboard",Hv="Deep Learning Tools",Wv="My Profile",Xv="Phone",Yv="Calendar ID",Zv="Old password",Uv="Confirm new password",Jv="Select a student and start a check-in",Qv="Anything is possible. Anything can be.",Kv="Edit Picture",e$="Create new student",_$="Grade Level",t$="Health Notes",s$="Student's Parent Information",n$="Parent 1",o$="Parent 2",a$="In-App Notifications",i$="Turn on all notifications",r$="Notify me when...",c$="A student schedules a 1-1",l$="A student schedules a conference",d$="A student completes a conference self-assessment rubric",u$="A student or teacher completes a class reflection",m$="Action points are due based on chosen schedule",h$="A student hasn't logged 1-1 in the past 28 days.",g$="Email Notifications",p$="Turn on all emails",y$="A student responds to a 1-1 Readiness to Learn with “NO”",f$="A student reported a low safety score on a check-in",w$="Continue as:",v$="Admin",$$="Counselor",b$="SupportTeacher",k$="Teacher/Assistant",I$="Add Parent 1 Information",x$="Add Parent 2 Information",C$="Parent Role",S$="All Activity",A$="Academic year",E$="All of the students report manageable stress levels",q$="growth",T$="relationships",P$="Productivity",R$="academics",L$="percent",j$="Unmotivated",N$="Comfort",M$="Stretch",G$="Strain",z$="OVERWHELMED",D$="Edit student profile",F$="teacher",B$="created",O$="Student phone number",V$="Designation",H$="E-mail",W$="General ED teacher",X$="Select general ED teacher",Y$="Please select teacher",Z$="assign",U$="Be silly, be honest, be kind.",J$="Do you want to change to role Counselor to open?",Q$="Search Assistant",K$="Baseline",eb="Timeframe",_b="Friends",tb="Best Friends",sb="Supportive",nb="Potential Friends",ob="Like",ab="Love",ib="Interested",rb="Curious",cb="Improvement in study habits, grades, sports, clubs, or personal projects",lb="Family, friends, and teachers",db="Accomplishing important tasks and limiting distractions",ub="Homework, studying, and grades",mb="My ability to be successful",hb="What's on your mind?",gb="Now look back at your responses from today",pb="Do you want to change to role Student to open?",yb="Student has started this One to One. Are you sure to delete ?",fb="Do you want to change to role Support Teacher to open?",wb="Student has not started this conference. Are you sure to delete ?",vb="Search support teacher",$b="Search Counselor",bb="How productive I was in class today?",kb="Not Enough Stress",Ib="Too Much Stress",xb="Organization",Cb="Self-Awareness",Sb="Self-Directed Learning",Ab="self-advocacy",Eb="Self-Management",qb="Conceptual Change Conversation",Tb="Concrete Examples",Pb="Elaboration",Rb="Dual Coding",Lb="Note Type & Class",jb="Edit Note",Nb="NOT DONE",Mb="red",Gb="yellow",zb="green",Db="uwcsea-sg climate survey",Fb="connections with adults & peers",Bb="holistic learning experiences",Ob="my health and wellbeing",Vb="open ended questions",Hb="Do you need some extra help or support?",Wb="sdq (standards and difficulties questionaire)",Xb="sdq (strengths and difficulties questionnaire) supplemental",Yb="Close",Zb="Student responses",Ub="Anonymous responses",Jb="Teacher Perceived",Qb="Prepared for class",Kb="Missing class assignments",e1="Completed classwork",_1="Asked for help when needed",t1="Clear ",s1="Missing Reflections",n1="Total students missing/late assignments",o1="Subject class",a1="Chart type",i1="Request from",r1="Are you sure you want to delete this item?",c1="Yes, delete",l1="Completed Conference",d1="My Learning Plan",u1="My Learning Plan (Beta)",m1="Winning doesn’t always mean being first. Winning means you’re doing better than you’ve done before.",h1="Integrating Learningwith PreviousKnowledge",g1="Improving Student Self-Efficacy",p1="My Check In",y1="What do you want to do differently?",f1="To do",w1="My Class Reflections",v1="Send reflection",$1="Type 2 characters to search",b1="Create time",k1="Do you want to remove this user?",I1="Warning",x1="Do you want to impersonate this user?",C1="Assistant",S1="Parent",A1="Choose file",E1="Do you want to remove this question?",q1="Select",T1="Do you want to remove this category?",P1="Total templates",R1="Template name",L1="Category name",j1="Created date",N1="Do you want to remove this email template?",M1="Create Email Template",G1="Email Subject",z1="Mail subject",D1="Email Body",F1="Email Params",B1="Params",O1="Meaning",V1="Add attachment",H1="Skills",W1="Subjects",X1="Learning support categories",Y1="Goal examples",Z1="Student badges",U1="Blank days",J1="CSV Import",Q1="Band scores",K1="License",ek="Switch teacher",_k="Question Scaffolding",tk="Training",sk="Type something and press Enter to add short term target examples",nk="Import users",ok="Import class reflection",ak="Download user's data",ik="Do you want to remove this Assistant?",rk="Do you want to remove this Counselor?",ck="Do you want to remove this support teacher?",lk="Send",dk="Do you want to remove this Designation?",uk="New folder",mk="Upload",hk="Type something to search by file name",gk="Systems",pk="Create Template System",yk="Created At",fk="Do you want to remove this template?",wk="OneRoster Setting",vk="Users",$k="OneRoster Config",bk="End Point URL",kk="Client Id",Ik="Client Secret",xk="Import OneRoster",Ck="Import from Zip file",Sk="Import from Restful api",Ak="Non-existent Users",Ek="Type something to search users",qk="Create Account for Selected Users",Tk="Help",Pk="Sandbox mode",Rk="Off",Lk="Restore Sandbox Database",jk="Turn on",Nk="Turn off",Mk="Restore",Gk="Edit profile",zk="On track, Going well",Dk="Guide",Fk="Make each day your masterpiece.",Bk="Consistently",Ok="Frequently",Vk="Sometimes",Hk="Rarely",Wk="Not Applicable",Xk="I schedule all homework and studying through google calendar or a planner or organizer as soon as it is assigned.",Yk="I maintain a clean and organized system for keeping and reviewing physical notes, handouts, and packets for each class.",Zk="I maintain a clean and organized system for storing digital files. As a result, I can easily find all of my digital files.",Uk="I keep my school inbox organized and important emails are not missed.",Jk="I have a clear understanding of my strengths.",Qk="I know and understand how teachers can best help me in class.",Kk="I know and understand my accommodations.",e2="I know and understand my personalized systems and strategies for ideal learning outside of class.",_2="I know and understand my personalized systems and strategies for ideal learning in class.",t2="I have a clear understanding of my challenges.",s2="I have an accurate idea of how I am doing in my classes and know what I need to do to improve.",n2="I use the first 25 minutes of our class effectively to make progress on my Goals.",o2="I use the homework/study time effectively.",a2="Achieving",i2="Significant Progress",r2="Moderate Progress",c2="Slight Progress",l2="No Progress",d2="Cope with stressful situations",u2="Improve my sleeping habits",m2="I promplty address and deal with difficult situations instead of avoiding them.",h2="I appropriately use technology.",g2="I create a note during or after meetings",p2="I effectively study for upcoming assessments.",y2="I turn in all homework on-time and complete.",f2="I get the right amount of sleep each night.",w2="I meet with my teachers outside of class time.",v2="I ask questions inside and/or after class.",$2="When needed, I let my teachers know how to better help me in class.",b2="I advocate for and use accommodations I need in all of my classes.",k2="Planning",I2="Making Connections with Previous Learning",x2="Providing Quality Feedback",C2="Working on Learning Goals",S2="Setting or Reinforcing High Expectations",A2="Improving Effort",E2="Self-Assessing",q2="Predicting",T2="Help-Seeking Behaviors",P2="Reflecting",R2="Low",L2="Medium Low",j2="Medium",N2="Medium High",M2="High",G2="How much did you learn from this conference?",z2="Are there any observations or feedback you want to share?",D2="What are you doing well that you want to continue?",F2="What is something you have learned while working towards achieving your goals?",B2="English Language or Literature",O2="Language Class",V2="Ridge charts",H2="Bar charts",W2="Line charts",X2="Start of day",Y2="Mid-morning",Z2="Before lunch",U2="Mid-afternoon",J2="Last class of the day",Q2="Student only",K2="Teacher only",e4="Did the student have all needed materials for this class?",_4="Does the student have any missing assignments?",t4="Did the student complete today’s classwork?",s4="Did the student ask for help when needed?",n4="Please rate the student’s participation in class",o4="Please rate the student’s peformance in class",a4="How useful were the accommodations?",i4="Do you have any concerns or student success to share?",r4="Not at all",c4="Very Helpful",l4="Not Sent",d4="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.",u4="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?",m4="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?",h4="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?",g4="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?",p4="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?",y4="Focus is when you pay attention to a task or a person and don't 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?",f4="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 it's 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?",w4="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?",v4="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.",$4="After looking at your answers today, are you ready to do what's 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.",b4="How helpful was our conversation today?",k4="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?",I4="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?",x4="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?",C4="Student has not started this Check-in. Are you sure to delete ?",S4="Struggling, I need support",A4="Some well-being issues",E4="Generally okay",q4="Most well-being issues are fine",T4="Feeling great",P4="Making no progress",R4="Aware of my goals but making little progress",L4="Making some progress",j4="Good growth overall",N4="Great growth in all areas",M4="One or more key relationships are very difficult",G4="One or more key relationships are a little tricky",z4="Most key relationships are positive",D4="All key relationships are positive",F4="Not at all productive",B4="Procrastinating",O4="Meeting some deadlines",V4="Meeting most deadlines",H4="Meeting all deadlines comfortably",W4="Major challenges",X4="Difficulties in some areas",Y4="On target in some areas",Z4="On target in most areas",U4="On target in all areas",J4="Very low confidence",Q4="Lacking some self-belief",K4="Developing and improving",eI="Feeling positive",_I="Super confident",tI="Always distracted",sI="Mostly distracted",nI="Sometimes distracted",oI="Generally focused",aI="Laser-focused",iI="Exhausted",rI="Often tired",cI="Feeling okay",lI="Good energy",dI="Unhappy most of the time",uI="Bursting with energy!",mI="Unhappy some of the time",hI="More positives than negatives",gI="Generally happy",pI="Optimistic and positive almost all of the time",yI="In danger",fI="Feeling unsafe",wI="Some concerns",vI="Feeling safe",$I="Very safe and secure",bI="Moderate",kI="Very High",II="How much did the conceptual change conversation help your learning improve?",xI="How much did discussing ways to seek help during this session help your learning improve?",CI="How much did a focus on setting or reinforcing high expectations during this session help your learning improve?",SI="A little",AI="A lot",EI="After session",qI="High Pride",TI="Low Pride",PI="What is on your mind?",RI="Select All",LI="Attitude",jI="Behavior",NI="Collaboration",MI="Confidence",GI="Creativity",zI="Developing Ideas",DI="Exercise",FI="Finishing Tasks",BI="Flexibility",OI="Impulse Control",VI="Listening",HI="Long-term Memory",WI="Math",XI="Organization of Materials",YI="Processing Speed",ZI="Reading",UI="Setting & Achieving Goals",JI="Short-term Memory",QI="Sleep Hygiene",KI="Speaking",ex="Starting Tasks",_x="Stress & Anxiety",tx="Studying",sx="Time Management",nx="Work Ethic",ox="Writing",ax="High Expectations",ix="I learn best when I set high expectations for myself that encourage me to do more than the minimum expected.",rx="I learn best when I recognize my successes and have an opportunity to celebrate progress and achievements.",cx="Integrating Learning with Previous Knowledge",lx="I learn best when I connect new and important learning to previous things I have learned.",dx="Learners Self-Assessing",ux="I learn best when I self-assess my own learning with guided prompts, rubrics, and/or support.",mx="Learning Goals",hx="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.",gx="Planning & Predicting",px="I learn best when I plan future actions and predict what will happen as a result of these actions.",yx="Quality Feedback",fx="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.",wx="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.",vx="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.",$x="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.",bx="Target",kx="Session Focus",Ix="What was the main focus of this session?",xx="Academic",Cx="Assessments and homework",Sx="Custom",Ax="General",Ex="Habits And Strategies",qx="Organization and planning",Tx="School/life balance",Px="Sleep habits",Rx="Social Media (Tik Tok, Instagram, Youtube, Pinterest, etc)",Lx="Role Playing Games (D&D, World of Warcraft, Pathfinder, etc)",jx="Environment (Global Warming, Sustainability, etc)",Nx="Anime (My Hero Academia, Hunter x Hunter, One Piece, etc)",Mx="Manga",Gx="Graphic Novels",zx="Comics",Dx="Politics",Fx="Television (Stranger Things, Heart Stopper, Glow Up, etc) & Movies (Shrek, Marvel, Encanto, etc)",Bx="Music",Ox="Bluey",Vx="Stickers",Hx="Weather",Wx="Religion",Xx="Spirituality",Yx="News / Current Events",Zx="Sports",Ux="Cafe Culture / Coffee",Jx="Fashion Design",Qx="Futurism (engineering, design, etc)",Kx="Science Fiction",e3="Wellness (meditation, mindfulness, etc)",_3="Comedy",t3="Journalism",s3="Make-up",n3="Aesthetics (Cottagecore, Dark Academia, Fairycore, etc)",o3="Automotive Culture (race cars, motorcycles, motor bikes, etc)",a3="Poetry / Slam Poetry",i3="Horror & Suspense",r3="Skiing / Snowboarding",c3="Horseback Riding",l3="Magic",d3="Science (biology, chemistry, physics, etc)",u3="Minecraft",m3="Graphic design",h3="Survival / Prepping",g3="Botany",p3="Film Study",y3="First Responder (fire, EMS/EMT, police, etc)",f3="Animals (domesticated, rescue, etc)",w3="Animals (large, wild, etc)?",v3="Marine biology",$3="Video Game Youtubers",b3="Hello Kitty",k3="Memes",I3="Cony & Brown",x3="Pokemon",C3="Select significant strengths or enter significant strengths here",S3="I learn best when I…",A3="I have difficulty learning when I…",E3="Teachers make learning easier for me when they…",q3="Teachers make learning more difficult for me when they…",T3="If you are a teacher and see I’m having trouble learning in class, you can help me by…",P3="The assignments I learn the most from are…",R3="The assignments I sometimes find too challenging are",L3="Chunking Tasks",j3="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.",N3="Time Management, Starting Tasks, Finishing Tasks, Planning",M3="Bite-size Learning",G3="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.",z3="Short-term Memory, Staying Focused, Impulse Control, Self-Awareness, Listening, Processing Speed",D3="Breaks",F3="I learn best when my teacher builds in short breaks into each class.",B3="Time Management, Finishing Tasks, Staying Focused, Impulse Control, Attitude, Stress & Anxiety, Work Ethic",O3="Happy Notes Home",V3="I learn best when my teacher send positive notes, emails, or calls home to celebrate my growth.",H3="Finishing Tasks, Setting & Achieving Goals, Attitude, Behavior, Confidence, Work Ethic",W3="Growth Focused",X3="I learn best when my teacher focuses on my growth and progress rather than overall achievement.",Y3="Confidence, Setting & Achieving Goals, Stress & Anxiety",Z3="Avoid Spotlight",U3="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.",J3="Stress & Anxiety, Speaking, Processing Speed",Q3="Frequent Check-ins",K3="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).",eC="Stress & Anxiety, Processing Speed, Task Initiation, Developing Ideas, Planning, Finishing Tasks, Short-term Memory, Staying Focused, Self-Advocacy, Self-Awareness",_C="Develop Rapport",tC="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.",sC="Stress & Anxiety, Behavior, Attitude, Confidence",nC="Explicit Prioritizations",oC="I learn best when my teacher shares what activities are must-do, recommended, or completely optional.",aC="Planning, Processing Speed, Finishing Tasks, Listening, Reading, Writing, Stress & Anxiety, Work Ethic, Studying",iC="Planned Transitions",rC="I learn best when my teacher previews and prepares me and other students for safety drills, activity changes, or other class transitions.",cC="Time Management, Planning, Finishing Tasks, Stress & Anxiety, Behavior, Flexibility",lC="Choices",dC="I learn best when my teacher provides as many choices as possible.",uC="Attitude, Behavior, Work Ethic",mC="Movement",hC="I learn best when my teacher provides lots of planned physical movement or opportunities for movement into class.",gC="Impulse Control, Staying Focused",pC="Non-verbal Cues",yC="I learn best when my teacher redirects me with non-verbal cues to redirect me when possible, rather than verbally redirecting me.",fC="Staying Focused, Self-Awareness, Attitude, Behavior, Stress & Anxiety, Confidence",wC="Limit Direct Instruction",vC="I learn best when my teacher doesn't talk too long and gives me opportunities to learn at my own pace using materials that work best for me.",$C="Short-term Memory, Staying Focused, Impulse Control, Listening, Behavior, Processing Speed",bC="Routines",kC="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.",IC="Time Management, Planning, Finishing Tasks, Stress & Anxiety, Behavior, Flexibility, Starting Tasks",xC="Multimodal Learning",CC="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.",SC="Staying Focused, Listening, Reading, Writing, Math, Collaboration, Processing Speed",AC="Flexible Assessments",EC="I learn best when my teacher creates a variety of options for me to demonstrate my learning.",qC="Listening, Reading, Writing, Math, Speaking, Stress & Anxiety, Collaboration, Processing Speed, Studying",TC="Flexible Feedback",PC="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.",RC="Planning, Staying Focused, Self-Awareness",LC="Pre-learning",jC="I learn best when my teacher provides opportunities to learn new concepts early, such as early access to resources.",NC="Time Management, Writing, Reading, Math, Stress & Anxiety, Processing Speed",MC="Understanding Checks",GC="I learn best when my teacher frequently checks in with me to see if I've understand new learning.",zC="Starting Tasks, Short-term Memory, Staying Focused, Impulse Control, Self-Advocacy, Listening, Processing Speed",DC="Rubrics",FC="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.",BC="Studying, Work Ethic, Confidence, Stress & Anxiety, Self-Advocacy, Time Management, Planning, Finishing Tasks",OC="Graphic Organizers",VC="I learn best when my teacher uses graphic organizer to help me understand what we are learning.",HC="Listening, Reading, Writing, Processing Speed, Short-term Memory, Developing Ideas, Planning",WC="Visuals",XC="I learn best when my teacher uses lots of visuals (diagrams, infographics, pictures, etc.) to help me understand what are we learning.",YC="Short-term Memory, Staying Focused, Listening, Reading, Processing Speed",ZC="Sentence Stems",UC="I learn best when my teacher provides sentence stems and writing promts for written assignments.",JC="Developing Ideas, Planning, Starting Tasks, Writing",QC="Think Time",KC="I learn best when i have plenty of time to think before answering a question.",eS="Developing Ideas, Processing Speed, Speaking",_S="Clear Instructions",tS="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.",sS="Time Management, Planning, Starting Tasks, Finishing Tasks, Short-term Memory, Staying Focused, Listening, Processing Speed",nS="Sharing Vocabulary",oS="I learn best when my teacher provides new vocabulary words before we cover new information and provides opportunities to learn the vocabulary.",aS="Short-term Memory, Long Term Memory, Listening, Reading, Processing Speed",iS="Idea Bank",rS="I learn best when my teacher provides a pre-prepared list of ideas for me to chose from.",cS="Developing Ideas, Starting Tasks, Time Management",lS="Exemplars",dS="I learn best when my teacher provides examples of what successfully completed work looks like for different levels of performance.",uS="Developing Ideas, Planning, Starting Tasks, Studying",mS="Organization Time",hS="I learn best when my teacher provides time for me to organize materials and/or plan next steps.",gS="Time Management, Organization of Materials, Developing Ideas, Planning, Starting Tasks, Stress & Anxiety",pS="I learn best when my teacher schedules regular 1-to-1 time with me.",yS="Multimodal Answers",fS="I learn best when I can show my understanding in varied ways like sketching, presentation or a short video relaying information etc.",wS="Starting Tasks, Finishing Tasks, Self-Advocacy, Long Term Memory",vS="Peer Teaching-group Work",$S="I learn best when I can peer teach or practise with peers.",bS="Studying, Listening, Processing Speed, Long Term Memory",kS="Extra time to complete assessments",IS="Extra time to process spoken information and directions",xS="Extra breaks as needed",CS="Use of a computer (without internet access) or word processor on assessments",SS="Audio versions of assessments",AS="Access to a reader for assessments",ES="Speech to text software for assessments",qS="Access to a scribe for assessments",TS="Audio recording of answers for assessments",PS="Break up larger timed assessments over several days",RS="Take tests in a quiet room with few distractions",LS="Take tests in a small group setting",jS="Assign seating where the student is likely to learn best",NS="The use of sensory tools during class",MS="Special lighting",GS="Use of a computer or word processor to take notes",zS="Use of a calculator when normally not allowed one",DS="Use of a spelling dictionary or spellchecker",FS="Copies of class notes",BS="Written copy of any instructions",OS="Visuals and graphics to accompany any new information delivered verbally",VS="Ability to record lessons",HS="Increase text size to a larger format",WS="Provide alternative formats other than reading when learning new information",XS="Provide alternative formats other than listening when learning new information",YS="Great! Let’s build your goal.",ZS="What do you want to be different about your learning? Select a category or type your own idea.",US="Choose my goal area",JS="Nice choice! What area of Well-being would you like to work on?",QS="Let’s get more specific! Select an area or type your own idea.",KS="Add more details to your goal",eA="Remember, goals should be SMART!",_A="Specific, Measurable, Achievable/Ambitious, Relevant, and Time-based",tA="Perfect! Let’s narrow this down. Time to add more details to your goal.",sA="Select a goal or type your own.",nA="Now, let’s pick your targets.",oA="How do you plan to accomplish this goal?",aA="Customize the options below or type your own. These will become your short term targets.",iA="Keep going!",rA="Add target",cA="Where are you now? What does this look like for you at the moment?",lA="This helps you track your progress.",dA="Finished!",uA="I will create a sleep routine.",mA="I will set an alarm to remind me to start my routine.",hA="I will put my electronics away 1 hour before it is time for me to sleep.",gA="I will set my phone to focus or do not disturb mode for an hour before bedtime and until my morning alarm.",pA="I will choose relaxing activities 1 hour before bedtime such as reading, meditating, yoga, or listening to music.",yA="I will get out of bed at the same time each day.",fA="I will only press snooze one time each morning.",wA="I will have everything packed or set out for the next day before going to sleep",vA="I will go to bed on time.",$A="I will do this at least 4 out of 5 times this week.",bA="I will wake up on time.",kA="I will create a short routine for the morning that gets me excited for the day.",IA="I will set an alarm to remind me to get ready for sleep 1 hour before bedtime.",xA="I will set a morning alarm that gives me plenty of time to get ready for school.",CA="I will read for 20 minutes before bed.",SA="I will meditate or listen to relaxing music before going to sleep.",AA="I will create a morning routine to be ready for the day.",EA="I will research ideas for a morning routine.",qA="I will present my ideas to my teacher or other person.",TA="I will map out my routine on paper or in my phone.",PA="I will start my routine at the same time every morning.",RA="I will create an evening routine to get me ready for bed.",LA="I will research ideas for an evening routine.",jA="I will do this routine 5 out of 5 school nights this week.",NA="I will get at least 8 hours of sleep each night.",MA="I will practice meditation.",GA="I will find/choose a meditation app or resource to use.",zA="I will challenge myself to meditate for x number of days in a row.",DA="I will choose a daily time to meditate and set an alarm to remind me.",FA="I will meditate at least x out of x days this week",BA="I will start an exercise routine.",OA="I will find a friend to exercise with each week.",VA="I will choose the type of exercise to add to my routine.",HA="I will share my routine with a friend or trusted adult.",WA="I will add my exercise times to my planner or calendar.",XA="I will exercise daily.",YA="I will exercise at least x out of x days this week",ZA="I will understand the cause of my stress.",UA="I will talk to my teacher or counselor about things that bother me or make me stressed.",JA="I will identify and talk with someone I trust about how I am feeling",QA="I will pause when I'm feeling stressed to identify what is causing the stress.",KA="I will learn what is and is not in my circle of control.",e0="I will acknowledge when I am approaching a potentially stressful situation",_0="I will learn about coping skills.",t0="I will talk to my teacher or counselor about coping skills they think will be helpful for me.",s0="I will choose a coping skill to practice when I feel I am becoming stressed.",n0="I will use a coping strategy when I am stressed x number of times this week",o0="I will start journaling my thoughts and feelings.",a0="I will do this at least x out of x days this week.",i0="I will get outside or in nature.",r0="I will make time for something fun.",c0="I will make time for being still and quiet.",l0="Increase my mindfulness",d0="I will take minibreaks throughout the day.",u0="I will decide what types of breaks help me the most.",m0="I will set alarms to remind myself to take a break.",h0="I will take a break every hour.",g0="I will take a break every 90 minutes.",p0="I will take X number of breaks a day",y0="Create relaxation opportunities",f0="I will use visualization to help me relax.",w0="I will learn about visualization.",v0="I will set an alarm to remind me to practice visualization.",$0="I will decide what this practice will look like for me.",b0="I will do deep breathing exercises.",k0="I will research and learn breathing exercises to try.",I0="I will set an alarm to remind me to practice my breathing exercises.",x0="I will listen to relaxing music.",C0="I will find or create a playlist that I find relaxing.",S0="I will add listening music to my evening routine.",A0="I will practice yoga.",E0="I will find a class, youtube channel, or app to use.",q0="I will challenge myself to practice yoga for x number of days in a row.",T0="I will choose a daily time to practice yoga and set an alarm to remind me.",P0="I will do an art project that is enjoyable.",R0="I will find a relaxing art activity to try.",L0="I will choose a time to do my art each week and set reminders.",j0="I will tell someone about my new art project",N0="Keeping fit",M0="I will exercise more.",G0="I will join a sports team or club.",z0="I will find out what is available at my school.",D0="I will choose one that interests me.",F0="I will take care of any paperwork to join.",B0="I will participate in the tryout or application process.",O0="I will attend all the practices.",V0="I will learn a new sport or activity.",H0="I will research new sports or activities that might interest me.",W0="I will choose a new sport or activity to learn.",X0="I will see if anyone I know would like to try this new activity with me.",Y0="I will gather the needed gear to learn this activity.",Z0="I will research the rules and methods for this activity.",U0="I will find groups who participate in this activity to join",J0="I will research potential challenges that interest me.",Q0="I will choose a challenge to complete.",K0="I will set a time each week or day to do this challenge.",eE="I will set an alarm to remind me to do this challenge",_E="I will sign up for a race.",tE="I will research different races and events happening in my area in the next few months.",sE="I will choose one to complete and talk to my parents/guardians about participating.",nE="I will sign up if I have permission from my parents/guardians.",oE="I will create a training schedule to prepare for my race.",aE="I will set reminders for my training schedule",iE="I will create an at-home exercise routine.",rE="I will take an inventory of what exercise equipment I have access to at home.",cE="I will research what routines and exercises I can do with my equipment at home.",lE="I will find a youtube channel or app to use for my workouts.",dE="I will set a schedule for my routine.",uE="I will set reminders for my routine",mE="I will join and go to a gym.",hE="I will research gyms in my area.",gE="I will choose a gym that I can pay for and get my parent/guardians permission.",pE="I will go to the gym and get a membership.",yE="I will learn about the equipment, programs, and classes available at my gym.",fE="I will decide what my routine will be when I visit the gym.",wE="I will schedule times to go to the gym on my phone.",vE="I will go to the gym x out of x days this week",$E="Eating healthier",bE="I will add more fruits and veggies into my diet.",kE="I will swap x for x when I go out to eat.",IE="I will limit my sugary drinks.",xE="I will drink more water.",CE="I will fill up my water bottle x number of times each school day.",SE="I will learn to cook simple meals.",AE="I will go to the store to buy the missing ingredients on my list.",EE="I will follow the recipe and share my meal with a family member or friend.",qE="Improve my timekeeping (not late for school/class)",TE="I will add buffer time to my schedule in the morning to make sure I get to school on time.",PE="I will set alarms or calendar alert on my phone to remind me to go to my next class.",RE="I will set an alarm to tell me 5 minutes before I need to leave for school.",LE="I will put my school schedule in a planner or on my phone.",jE="Making friends",NE="I will join a club or sports team.",ME="I will attend all the practices or meetings",GE="I will find someone with a common interest.",zE="I will ask someone to hang out outside of school.",DE="I will attend events or parties I'm invited to.",FE="I will eat lunch with someone I want to get to know better.",BE="I will learn some good questions to ask others to get to know them.",OE="I will learn how to engage in conversation more.",VE="I will think about what I want in a friend.",HE="I will think about what it means to be a good friend.",WE="I will share this thoughts with someone.",XE="Joining a club/sport",YE="I will choose a club to join.",ZE="I will attend all the meetings",UE="I will choose a sport to try out for.",JE="Learning a new activity",QE="I will choose a new activity to learn.",KE="I will gather the needed supplies to learn this activity.",eq="I will practice or play my new activity at least x out of x times this week.",_q="Improve homework",tq="I will turn in my homework on-time.",sq="I will turn in high-quality homework.",nq="Work on longterm assignments (planned and making progress)",oq="I will set up a study/work plan for long term projects",aq="Studying for tests (routines and effective study strategies)",iq="I will set up a study/work plan for tests",rq="Make notes in class (high quality, organised)",cq="I will take notes (digital/paper)in class and organise them in a folder/notebook for each of my core/key classes.",lq="I will research note-taking methods",dq="Improve grade in x subject by x amount",uq="I will review material from class an additional (on top of/as well as/ not including homelearning)",mq="Study x amount of time on x subject x times/hours a week",hq="Finish work early and check against instructions/rubric then edit",gq="Improve the quality/grades of homelearning assignments",pq="Create a regular study/homework schedule",yq="I will create a schedule for my week detailing study days, times and how long I will study by x date.",fq="Improve email, Google drive, calendar, or planner organization",wq="I will check my inbox/unread emails at least x times a week and reply if necessary.",vq="I will create folders/labels and organise emails into the correct ones.",$q="I will create folders for each subject and organsie docs into the correct folders.",bq="Create reminders or calendar events for important events/deadlines/study times",kq="I will create reminders or calendar events for my most important events/deadlines or study sessions immediately or as soon as I can.",Iq="Create a longterm assignment planner",xq="I will evaluate my progress and adjust how long I will study by x date.",Cq="Improve my todo list habits",Sq="I will add tasks to my todo list immidietly or as soon as I can and review it 3 times a week",Aq="I will create a schedule for longterm assihnments detailing study days, times and how long I will study by x date.",Eq="I will take notes (digital/paper)in class and organise them in a folder/notebook for all my classes.",qq="Keep devices off, on silent, or put away in class",Tq="Keep devices off, on silent, or put away",Pq="Keep devices off, on silent, or put away during study time",Rq="I will create a routine for transitioning study time.",Lq="Set a schedule on my phone on focus or do not disturb during class times",jq="Set a schedule on my phone on focus or do not disturb during planned study times",Nq="Reduce or limit time spent on social media",Mq="I will set up time limits on my apps or websites.",Gq="I will set a timer when I am taking a break on social media",zq="Increase engagement in class",Dq="Avoid distracting websites/other tasks in class",Fq="I will pay attention to the instructions in class.",Bq="I will actively participate in class more.",Oq="I will participate more in class activities.",Vq="I will ask questions in class related to the topic to improve my understanding/learning.",Hq="I will volunteer to answer questions in class more.",Wq="Avoid distracting websites",Xq="I will set up time limits for distracting website via a chrome extension.",Yq="I will close all tabs not related to my task.",Zq="Getting help when needed",Uq="I will meet with my teacher outside of class when I need help",Jq="I will email my teacher when I need help",Qq="I will ask questions in class when I do not know what to d",Kq="Understanding my accommodations",eT="I will know and understand my accommodations",_T="I will ask for my accommodations when I need them in class",tT="I will tell my case manager when I no longer need an accommodations.",sT="I will talk to my case manager when I feel I need additional or different accommodations.",nT="Procrastination",oT="Planning ahead",aT="I will spend x amount of time x times a week on longterm projects",iT="I will plan tasks for the week on Monday or the Friday before",rT="I will add task to my planner when assigned in class",cT="Task initiation",lT="I will start tasks on the day given and finish if time allows",dT="I will finish tasks early or before they are due",uT="My thoughts and feelings are important.",mT="Today",hT="This week",gT="This month",pT="Male",yT="Female",fT="Type something to search students",wT="Assign for selected students",vT="Assistant Email",$T="Counselor Email",bT="Support Teacher Email",kT="Add new answer",IT="Edit template",xT="Add questions",CT="Edit email template",ST="Contact mail",AT="Announcements",ET="Schedule information",qT="Welcome new teacher/assistant",TT="Contact request",PT="Welcome new teacher",RT="Welcome new student",LT="Welcome new assistant",jT="Welcome new parent",NT="Welcome new eduTeacher",MT="Forgot password",GT="Welcome new counselor",zT="User first name",DT="User last name",FT="Password",BT="Message",OT="Domain",VT="Basic",HT="Premium",WT="Enterprise",XT="Are you sure to request to change to this plan?",YT="Images",ZT="Audios",UT="Docs",JT="Videos",QT="Auto save after every 1 min",KT="No user to display",eP="On a scale from 0-10, how likely are you to recommend us to a friend or colleague?",_P="Not likely at all",tP="Extremely likely",sP="UWCSEA-SG Climate Survey: Connections with Adults & Peers",nP="UWCSEA-SG Climate Survey: Do you need some extra help or support?",oP="UWCSEA-SG Climate Survey: My Health and Wellbeing",aP="UWCSEA-SG Climate Survey: Open Ended Questions",iP="UWCSEA-SG Climate Suvey: Holistic Learning Experiences",rP="Import email by csv",cP="Single choice",lP="Multiple choice",dP="Text input",uP="Emotional",mP="Summarize",hP="Rating",gP="Learning strategy",pP="DropDown",yP="Happiness_Intervetion",fP="SDQ Standard",wP="Diversity, Equity, Inclusion & Justice",vP="Climate Survey",$P="Intervention-Safety",bP="Intervention-Stress",kP="Safety at home",IP="Wellbeing",xP="Depression Questions",CP="Level 1 Learners-Goal Conference",SP="Level 1 Learners-Balanced Conference",AP="Level 1 Learners-Habits & Attitudes Towards Learning Conference",EP="Level 2 Learners-Digital Citizenship",qP="Level 1 Learners-Digital Citizenship",TP="Level 2 Learners-Communication",PP="Level 1 Learners-Communication",RP="Level 2 Learners-Collaboration",LP="Level 1 Learners-Collaboration",jP="Level 2 Learners-Self Directed Learning",NP="Level 2 Learners-Self Management Skills",MP="Level 1 Learners-Self Management Skills",GP="Level 2 Learners-Self Advocacy",zP="Level 1 Learners-Self Advocacy",DP="Level 2 Learners-Self Awareness",FP="Level 1 Learners-Self Awareness",BP="Level 2 Learners-Learning & Study Skills",OP="Level 1 Learners-Learning and Study Skills Session",VP="Level 2 Learners-Organization",HP="Level 1 Learners-Organization Session",WP="Level 2 Learners-Goal Conference",XP="Level 2 Learners-Habits & Attitudes Towards Learning Conference",YP="Level 2 Learners-Balanced Conference",ZP="Level 2 Learners-Goal(s) Session",UP="Level 1 Learners-Goal(s) Session",JP="Level 2 Learners-Study Strategies Session",QP="Level 2 Learners-Academic Session",KP="Level 1 Learners-Academic Session",eR="Level 2 Learners-Habits & Attitudes Towards Learning Session",_R="Level 1 Learners-Habits & Attitudes Towards Learning Session",tR="Level 2 Learners-General Session",sR="Level 1 Learners-General Sessio",nR="Social & Emotional Learning",oR="End of Class Reflection Questions",aR="Impulse Control/Self-Monitoring",iR="Planning/Problem Solving",rR="Teacher Sense of Self-Efficacy (TSES)",cR="General Strategies for Learning (GSL)",lR="Focusing Attention",dR="Memory",uR="Responsible Decision-Making",mR="Social Awareness",hR="Relationship Skills",gR="Habits & Attitudes Towards Learning (HAL)",pR="End of Conference Questions",yR="Life Skills",fR="Health & Fitness",wR="Executive Functions",vR="Study Skills",$R="Metacognitive self-regulation",bR="Educational satisfaction",kR="Default Session Questions",IR="TEST Question category 1",xR="Are you a boarder or day student?",CR="Before I make a decision, I consider the consequences",SR="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).",AR="How would you describe your religious beliefs?",ER="How would you describe your sexual orientation?",qR="I actively pursue activities that align with my passions and values.",TR="I always have someone to eat lunch with.",PR="I am alone more often than I would like.",RR="I am happy with the marks I get at school.",LR="Academics Homework, studying, and grades",jR="Growth Improvement in study habits, grades, sports, clubs, or personal projects",NR="Productivity Accomplishing important tasks and limiting distractions",MR="Relationships Family, friends, and teachers",GR="Anything else you want to tell your teacher?",zR="Did you bring what you needed for this class?",DR="Did you complete all the classwork for today’s class?",FR="Did you have your materials ready at the start of class time?",BR="Do you have any missing assignments for this class?",OR="Assign Bulk",VR="Assign Bulk Student",HR="Instruction",WR="Name is required",XR="Instruction is required",YR="Add item",ZR="Conference rubric items is empty",UR="Blank row or column",JR="Question list",QR="Question List",KR="Question is required",eL="Select skill",_L="Type and press Enter to add new row",tL="Do you want to remove this row?",sL="Do you want to remove this custom alert?",nL="Remove custom alert successfully",oL="Do you want to remove this skill?",aL="Remove skill successfully",iL="Do you want to remove this subject?",rL="Remove subject successfully",cL="Do you want to remove this Learning Support Category?",lL="Remove Learning Support Category successfully",dL="Do you want to remove this learning strategy?",uL="Remove learning strategy successfully",mL="Can't delete question",hL="Do you want to remove this goal example?",gL="Remove question successfully",pL="Do you want to remove this badge?",yL="Remove badge successfully",fL="Do you want to remove this blank day?",wL="Removef blank day successfully",vL="Do you want to remove this band score?",$L="Remove band score successfully",bL="Is used",kL="Time OneRoster Sync (HH)",IL="Small text",xL="Medium text",CL="Large text",SL="Edit Parent 1 Information",AL="Edit Parent 2 Information",EL="Last 1-1",qL="How would you rate your chances of achieving this goal?",TL="Add name",PL="Activity List",RL="Select academic year",LL="A number of staff",jL="Staffs",NL="How are you today?",ML="What was the purpose or focus of today’s class?",GL="Header 1",zL="Header 2",DL="Header 3",FL="Header 4",BL="Header 5",OL="Header 6",VL="Staying Focused",HL="Text input question",WL="vs last year",XL="Leave page",YL="How much did reflecting during this session help your learning improve?",ZL="Last 1-1 conversation",UL="Student has started this conference. Are you sure to delete ?",JL="Student has started this Check-in. Are you sure to delete ?",QL="Student has not started this One to One. Are you sure to delete ?",KL="My Accommodations",ej="Accommodation Set",_j="Add new accommodation",tj="Print my accommodations",sj="My Learning Progress",nj="Weekly quests",oj="Responses Comparisons",aj="Dropdown and Verbal Questions Responses",ij="MARIO Tools",rj="Customize",cj="Technical Settings",lj="Data Import/Export",dj="Inactive Students",uj="Admin General Tips",mj="School Usage",hj="Total Conversations Time",gj="Total Class Reflections",pj="Grade Usage",yj="Total Conversations",fj="Impersonate",wj="Hi",vj="Transition Plan",$j="Updated on",bj="Print My Learning Plan",kj="Print Student Learning Plan",Ij="Print My Transition Plan",xj="About me",Cj="Name your interest",Sj="Add more detail to your interest",Aj="Create Interest",Ej="View PLP",qj="View Current PLP",Tj="My Learning Strategies",Pj="Add New Interest",Rj="Add New Challenge",Lj="Add New Strength",jj="Add New Idea",Nj="Add New People",Mj="Add New Tool",Gj="Add New Strategy",zj="Add New Dream",Dj="My Support Network",Fj="Add Person",Bj="Closer Family",Oj="Family",Vj="Mentors",Hj="Tutors",Wj="My Timeline",Xj="Add Milestone",Yj="Add Test",Zj="Colleges",Uj="Add Colleges",Jj="My Transition Plan",Qj="Academic milestones",Kj="Tests",eN="Academic and Career Interests",_N="You haven't added any interests yet",tN="Add A Plan",sN="Extra Curricular Activities",nN="Add New Activity",oN="Courses",aN="Add New Courses",iN="Add New College",rN="References",cN="Resources for My Future",lN="Add New Resources",dN="My Essays",uN="Add essay",mN="Learning Portfolios",hN="Add Portfolio",gN="Financial Planning",pN="Add New Plan",yN="Rows per page",fN="Anonymous Link",wN="Select Ratings of Questions",vN="Select Responses Distribution",$N="You can only select one question per time",bN="Number of Answers",kN="My Interests",IN="I'd like to know more about",xN="My strengths",CN="My challenges",SN="I can help myself by",AN="My teacher can help me by",EN="Other people who can help me are",qN="Tools/things that can help me are",TN="My Goals",PN="My goals and targets",RN="My hopes and dreams",LN="Missing grade",jN="Grade must be equal or greater than grade level 1",NN="You haven't added any challenges yet",MN="You haven't added any strengths yet",GN="You haven't added any ideas yet",zN="You haven't added any people yet",DN="You haven't added any tools yet",FN="You haven't added any strategies yet",BN="You haven't added any goals and targets yet",ON="You haven't added any hopes and dreams yet",VN="Ways I learn best",HN="your",WN="interest",XN="strength",YN="challenge",ZN="idea",UN="people",JN="tool",QN="dream",KN="person",eM="more detail to",_M="My Support",tM="Network",sM="My current PLP",nM="View PLP",oM="Current accommodation",aM="Goal Date",iM="You haven't added any {{item}} yet",rM="Passing Date",cM="College",lM="Visit",dM="Application",uM="a plan",mM="interests",hM="activities",gM="test/exam",pM="course",yM="resources",fM="essay",wM="essays",vM="plans",$M="Total of",bM="diagnostic survey",kM="Selected Questions",IM="Available questions",xM="Are you sure you want to inactive {{number}} students?",CM="Data for the last month",SM="Number of questions",AM="No {{item}} to display",EM="template",qM="assessment",TM="assignment result",PM="certificate",RM="Learning support category",LM="feedback",jM="suggestion",NM="tutorial screen",MM="reflection forms",GM="Select question to add",zM="All of the students marked as feeling safe",DM="Integrations",FM="Default question one to one list",BM="Is default question",OM="Is class reflection question",VM="Yes/No question",HM="Number of stars",WM="Emotion icon",XM="Add new sub question",YM="Sub questions",ZM="Are you sure to delete ?",UM="edit 1-1",JM="Wellness",QM="environment safety",KM="sleeping",eG="eating",_G="learning",tG="getting help",sG="exercising",nG="being calm",oG="home",aG="school",iG="online",rG="learning in class",cG="home learning",lG="Destinations",dG="destinations",uG="Select CSV",mG="Import class reflections",hG="Type question",gG="Edit destination",pG="Create destination",yG="Total destinations",fG="General info",wG="File extension",vG="Today's",$G="Add To do",bG="Edit To do",kG="Description (optional)",IG="Do you want delete this goal?",xG="My To do",CG="Set your To do",SG="Your daily motivation",AG="My 1-1",EG="Student Learning Plans",qG="Sign Out",TG="Topic",PG="Comment",RG="Willingness to do your best learning",LG="Not done yet",jG="Not chosen yet",NG="Loading",MG="I organize myself for success by",GG="I know I am doing my best because",zG="I know I feel ready to learn when",DG="Go to PLP",FG="Go to personal learning plan",BG="Create QR code",OG="This e-mail has already existed with a parent name {{name}}. Do you want add this parent for this student?",VG="Filter by students",HG="Search for students",WG="Sort by",XG="Recently",YG="Most Positive",ZG="Least Positive",UG="Back to",JG="This session can be edit by {{user}}",QG="Type your answer here",KG="Take notes and get suggestions from our MARIO Support Bot",ez="Scaffolding is on",_z="Scaffolding is off",tz="See all suggestions",sz="Scaffolding",nz="Session finished",oz="Do you want to start now or book later?",az="New 1-1s",iz="Book 1-1s",rz="Select session type",cz="New conferences",lz="My personal interests",dz="I find it difficult when...",uz="Take the quiz",mz="Collapse",hz="Expand",gz="Created on",pz="Updated",yz="Notifications",fz="Mark all as read",wz="Filter",vz="Read",$z="Unread",bz="Is read",kz="Go to session",Iz="Go",xz="meetings",Cz="Student profile",Sz="Booked Times",Az="Session are booked as 10 minute slots",Ez="Conference Finished",qz="Back to conferences",Tz="Unfinished",Pz="Back",Rz="Select your status",Lz="My Safety",jz="Working on it",Nz="Not started",Mz="Total of rubrics",Gz="Select question category",zz="Default question conference list",Dz="Create rubric",Fz="Type something to search rubric",Bz="Prev",Oz="Select the grade",Vz="Class QR codes",Hz="Title is required",Wz="The data presented in this chart reflects the student's <b>most recent check-in</b>.",Xz="This conference will be deleted from all databases. Are you sure you want to continue?",Yz="Check-in and 1-1s",Zz="My Check-in and 1-1s",Uz="Book for later",Jz="Check-ins",Qz="Start your check-in and you can also request a conversation with your teacher after",Kz="Set Your Goals",eD="Show Pending Conversations",_D="Check-in Sessions",tD="This initial step activates your 1-on-1 conversation, setting the stage for personal dialogue.",sD="Check-in",nD="Check-in Complete",oD="LOG 1-1 CONVERSATION",aD="Log Conversation Data",iD="Add 1-1 Conversation notes",rD="Save data",cD="Please select date 1-1 conversation!",lD="Please write something to this 1-1 conversation!",dD="Data 1-1 conversation cannot exceed 1000 characters!",uD="Check-in Session",mD="I have nothing to add.",hD="Check-in Session Finished",gD="Is question for grade 1",pD='Type your answer here, e.g., "I met my friend"',yD=`Type your answer here, e.g., "My best friend didn't come to school"`,fD="Save 1-1 log Note",wD="No need for it",vD="Conversation saved!",$D="Yes, view student goals",bD="What did you and the student choose as an action step?<br/>Would you like to add it as a Goal?",kD="Here you can find all the notes and 1-1 conversations logs the student has.",ID="Back to Notes and Logs",xD="Student's Review",CD="Other note",SD="Student's Perceived<br/>Usefulness",AD="Student Feedback",ED="Note Category",qD="Select Note Category",TD="Save note",PD="Type the main focus of this session",RD="Please add note title",LD="Notes and Logs",jD="Other notes from the conversation (optional)",ND="Share your thoughts...",MD="Make this a private note",GD="Environment-Specific Safety",zD="Students' Reported Feelings",DD="Well Being Indicators",FD="Readiness Trends",BD="Open Field Questions",OD="Number of students with at least one very low metric",VD="This flags if the student is not ready to learn or has at least one success, or readiness to learn metrics under 40%",HD="of students have concerned metrics",WD="have metrics <40%",XD="All students have good metrics",YD="Students with at least One Concerned metric ({{number}})",ZD="Concerned metric(s)",UD="Concern metrics",JD="Conversation Goal",QD="Target Monthly Conversation Goal for Teachers",KD="Target Monthly Conversation Goal for Counselors",eF="Conversations",_F="are not ready to learn",tF="Check-in date",sF="Educator",nF="Location",oF="Edit My Profile",aF="Save new password",iF="Conversation Duration",rF="Please set time 1-1 conversation",cF="Negative emotions",lF="Please select add teacher for selected student first",dF="Choose Profile Picture",uF="Choose a profile picture from our gallery or upload your own.",mF="Select a picture",hF="Delete Check-in",gF="Delete Conference",pF="Are you sure to delete this check-in?",yF="Are you sure to delete this conference?",fF="Yes, I'm sure",wF="Teachers list",vF="This Month's Average vs. Last Month",$F="Manage your active students and their progress",bF="Staff assigning",kF="Save Staff",IF="Add Student",xF="Class QR Code",CF="Edit Staff",SF="Search students by name or email...",AF="All Grades",EF="All Flags",qF="No students found",TF="Why are you not ready to learn",PF="Delete 1-1",RF="Are you sure to delete this one to one?",LF="Please add email",jF="Select creator",NF="Type an email to share",MF="Invalid email format",GF="Share",zF="Personal Learning Plans",DF="Metrics that flagged",FF="Teacher emails",BF="Counselor emails",OF="Remove Bulk",VF="A single place to view and navigate all student PLPs",HF="Last Updated",WF="Transition Plans",XF="A single place to view and navigate all student transitions",YF={dashboard:fa,user:wa,question_bank:va,email_template:$a,custom_alert:ba,set_up:ka,media_gallery:Ia,district_school_list:xa,export_to_pdf:Ca,the_data_is_taken_from_the_home_screen:Sa,make_sure_everything_is_set_correctly_before_exporting:Aa,cancel:Ea,hey:qa,readiness_to_learn:Ta,high_impact_learning_strategies:Pa,"1_to_1":"1 to 1",check_in:Ra,check_ins:La,reflection:ja,conferences:Na,safety:Ma,student_by_age:Ga,students_by_designation:za,calendar:Da,gender:Fa,grade:Ba,grades:Oa,current_grade:Va,student_name:Ha,teacher_name:Wa,start_date:Xa,end_date:Ya,tooltip_content_readiness_to_learn_chart:Za,tooltip_content_high_impact_chart:Ua,tooltip_content_1_to_1_chart:Ja,tooltip_content_class_reflection_chart:Qa,tooltip_content_conference_chart:Ka,tooltip_content_safety_chart:ei,tooltip_content_student_by_age_chart:_i,tooltip_content_students_by_designation:ti,total_1_to_1:si,total_check_in:ni,total_check_ins:oi,total_1_to_1_time:ai,total_conferences:ii,total_conferences_time:ri,total_class_reflection_check_ins:ci,create_user:li,edit_user:di,change_password:ui,type_something_to_search_by_user_name:mi,total_of_users:hi,name:gi,email:pi,age:yi,role:fi,active_status:wi,action:vi,active:$i,inactive:bi,create:ki,update:Ii,first_name:xi,date_of_birth:Ci,last_name:Si,roles:Ai,status:Ei,send_forgot_password_link:qi,download_user_data:Ti,current_password:Pi,new_password:Ri,confirm_password:Li,save:ji,type_something_to_search_question:Ni,type_something_to_search_category:Mi,total_of_questions:Gi,create_question:zi,edit_question:Di,question_type:Fi,category:Bi,sub_category:Oi,question_text:Vi,text:Hi,is_default_question_for_one_to_one:Wi,default_question_for_students_or_teachers:Xi,is_default_question_general_class:Yi,default_question_general_for_students_or_teachers:Zi,before_session:Ui,edit_custom_alert:Ji,create_custom_alert:Qi,total_of_custom_alert:Ki,number_of_sessions:er,number_of_students:_r,begin_date:tr,duration_days:sr,students:nr,create_skill:or,edit_skill:ar,total_of_skills:ir,description:rr,skill:cr,parent_category:lr,edit_subject:dr,create_subject:ur,total_of_subjects:mr,color:hr,create_learning_support_category:gr,edit_learning_support_category:pr,create_category:yr,edit_category:fr,total_of_learning_support_categories:wr,default_color:vr,edit_strategy:$r,create_strategy:br,create_learning_strategy:kr,total_of_strategies:Ir,strategy_name:xr,question:Cr,detail:Sr,strategy:Ar,best_fit:Er,create_goal_example:qr,edit_goal_example:Tr,total_of_goal_examples:Pr,short_term_target_examples:Rr,goal_example:Lr,edit_badge:jr,create_badge:Nr,total_of_badges:Mr,icon:Gr,badge:zr,badge_image:Dr,edit_semester:Fr,create_semester:Br,update_school_break_month:Or,total_of_semesters:Vr,total_of_academicyear:Hr,semester:Wr,breaking_month:Xr,change_breaking_month:Yr,school_year_break_month:Zr,edit_blank_day:Ur,create_blank_day:Jr,total_of_blank_days:Qr,start_time:Kr,end_time:ec,school_blank_day:_c,edit_point:tc,create_new_point:sc,total_of_point:nc,label:oc,value:ac,break_point:ic,update_break_point:rc,maximum_number_of_admins:cc,maximum_number_of_assistants:lc,maximum_number_of_students:dc,maximum_number_of_teachers:uc,request_to_this_plan:mc,type_something_to_search_reflection_result:hc,user_deleted:gc,export_user_data:pc,alert_delete_user:yc,delete_user:fc,alert_delete_teacher:wc,list_students:vc,student_email:$c,current_teacher_name:bc,current_teacher_email:kc,change_save:Ic,select_teacher_change:xc,current_assistant_name:Cc,current_assistant_email:Sc,remove_assistant:Ac,switch_assistant:Ec,select_assistant_change:qc,select_assistant:Tc,welcome_email_resend:Pc,send_for_selected_users:Rc,user_name:Lc,user_email:jc,level:Nc,use_for:Mc,admin_training:Gc,teacher_training:zc,created_time:Dc,total_reflections:Fc,student_training:Bc,create_designation:Oc,total_of_designation:Vc,designations:Hc,edit_designation:Wc,confirm:Xc,hello:Yc,todays_1_1:Zc,todays_check_in:Uc,todays_Conferences:Jc,next_meeting:Qc,next_conference:Kc,todays_schedule:el,action_points:_l,upcoming:tl,see_all_action_points:sl,add:nl,edit_action_point:ol,add_action_point:al,title:il,type_title:rl,subject:cl,class:"Class",select_date:ll,date:dl,select_time:ul,time:ml,notification:hl,no_notification:gl,day:pl,week:yl,mark_as_done:fl,delete:"Delete",my_students:wl,download_template:vl,import_csv:$l,add_new:bl,show_only_work_as_assistant:kl,show_only_work_as_teacher:Il,last_1_to_1:xl,last_check_in:Cl,last_conference:Sl,total_time:Al,assistant_name:El,work_as_assistant:ql,assign_assistant:Tl,view:Pl,history:Rl,custom_recurrence:Ll,repeat_every:jl,repeat_on:Nl,never:Ml,on:Gl,after:zl,pick_a_date:Dl,pick_a_time:Fl,change_date:Bl,change_time:Ol,apply:Vl,new_1_to_1:Hl,new_check_in:Wl,do_you_want_to_talk_with_teacher:Xl,start_now:Yl,book_later:Zl,select_category:Ul,search_question_category:Jl,no_question:Ql,select_question:Kl,select_student:ed,select_staff:_d,staff_name:td,select_teacher:sd,do_you_want_to_talk_with:nd,please_select_a_student:od,please_select_a_teacher:ad,please_provide_a_valid_student:id,please_provide_a_valid_teacher:rd,select_a_student_and_launch_a_new_session_or_book_one_for_later:cd,you_have_no_teacher:ld,search_teacher:dd,select_date_time:ud,book_1_to_1:md,book_new_check_in:hd,schedule:gd,sessions_are_booked_as_10_minute_slots:pd,does_not_reoccur:yd,time_must_be_between_8_am_and_6_pm:fd,from:wd,to:vd,show_only_favorites:$d,show_only_conversation:bd,duration:kd,favorite:Id,open:xd,no_data:Cd,schedule_detail:Sd,are_you_sure_you_want_to_cancel_this_schedule:Ad,completed_1_to_1:Ed,completed_check_in:qd,done:Td,what_do_you_want_to_talk_about:Pd,session_type:Rd,what_is_this_session_type:Ld,how_are_you_feeling_about_each_area_right_now:jd,sleep_nutrition_exercise_physical_health_and_mental_health:Nd,goals_activities_habits_and_strategies:Md,overall_how_are_you_feeling_today:Gd,what_is_your_level_of_pride_in_yourself_today:zd,how_are_you_feeling_today:Dd,how_much_did_you_learn_from_this_session:Fd,what_is_the_most_important_thing_you_learned_from_this_session:Bd,your_next_meeting:Od,today_at:Vd,choose_if_you_want_to_do_it_now_or_if_you_would_like_to_book_for_later:Hd,edit:Wd,phone_number:Xd,second_phone_number:Yd,health_note:Zd,address:Ud,mtss:Jd,note:Qd,no_schedule:Kd,my_notes:eu,private_note:_u,goal_progress:tu,view_all_goals:su,completed:nu,not_completed:ou,student_information:au,top_learning_strategies:iu,perceived_usage:ru,total_number_of_times_seleted:cu,energy:lu,focus:du,happiness:uu,stress:mu,one_to_one:hu,class_reflection:gu,conference:pu,learning_progress:yu,cant_export_now_please_try_again:fu,view_data:wu,learning_strategies:vu,strategies:$u,number_of_used:bu,next:ku,previous:Iu,my_conferences:xu,select_a_student_and_launch_a_new_conference_or_book_one_for_later:Cu,select_a_teacher_and_launch_a_new_conference_or_book_one_for_later:Su,you_have_no_student:Au,this_is_a_required_field:Eu,please_select_question_category:qu,book_conferences:Tu,final_score:Pu,new_conference:Ru,search_student:Lu,search_staff:ju,"1_1_conversation":"1-1 Conversation",meeting_schedule:Nu,class_schedule:Mu,more_questions:Gu,conference_rubric:zu,unlock:Du,before_clicking_submit:Fu,your_session_was:Bu,mins:Ou,min:Vu,submit:Hu,are_you_sure_to_complete:Wu,be_sure_to_check_completed_all:Xu,teacher_choice:Yu,student_choice:Zu,agreement:Uu,personal_learning_plan:Ju,my_personal_learning_plan:Qu,personal_interests:Ku,allow_student_to_edit:em,strengths_and_challenges:_m,significant_strengths:tm,strengths:sm,challenges:nm,significant_challenges:om,how_my_teachers_can_help_me_learn:am,about_my_learning:im,about_my_environment:rm,accommodations:cm,goals:lm,this_goal_is_showing_in_the_student_conference_rubric_are_you_sure_to_delete_it:dm,activity_circles:um,friend_circles:mm,are_you_ready_to_learn:hm,class_schedules:gm,add_class_schedule:pm,class_date:ym,class_name:fm,day_period:wm,teacher_email:vm,note_type_class:$m,my_note:bm,add_new_note:km,all_category:Im,personalized:xm,show_only_favorite:Cm,search:Sm,note_title:Am,student:Em,note_detail:qm,mark_as_favorite:Tm,type_a_note:Pm,please_select_student:Rm,settings:Lm,save_changes:jm,activity_notifications:Nm,schedule_notifications:Mm,preschedule_notifications:Gm,yes:zm,no:Dm,email_notification:Fm,send_me_email_notification:Bm,dont_send_me_email_notification:Om,type:Vm,teacher_request:Hm,student_request:Wm,overview:Xm,plp:Ym,my_student_1_to_1:Zm,my_student_check_in:Um,my_student_conference:Jm,received_date:Qm,class_impact_score:Km,impact_score:eh,iep:_h,ieps:th,"1_to_1_conversation":"1-to-1 Conversation",creator:sh,last_modify:nh,modify:oh,student_reflections:ah,external_reflection:ih,external_class_reflection:rh,reflections:ch,class_reflections:lh,add_reflection:dh,add_class_reflection:uh,class_type:mh,teacher_image:hh,send_to_teacher:gh,send_now:ph,missed:yh,pending:fh,sent_date:wh,go_to_the_student_plp:vh,new_iep:$h,edit_iep:bh,type_of_iep:kh,source_of_eligibility_forinitial:Ih,annual_goals:xh,enter_a_date_range:Ch,add_objectives:Sh,add_goals:Ah,day_month_year:Eh,special_education:qh,special_education_content:Th,objectives_and_reporting_progress:Ph,objectives_and_reporting_progress_content:Rh,annual_goals_content:Lh,related_services:jh,related_services_content:Nh,supplementary_aids_and_services:Mh,supplementary_aids_and_services_content:Gh,program_modifications_for_school_personnel:zh,program_modifications_for_school_personnel_content:Dh,extent_of_nonparticipation:Fh,extent_of_nonparticipation_content:Bh,accommodations_in_assessment:Oh,accommodations_in_assessment_content:Vh,service_delivery:Hh,service_delivery_content:Wh,transition_planning:Xh,transition_planning_content:Yh,present_levels:Zh,present_levels_content:Uh,signatures:Jh,iep_old_versionf_and_diagnostic_docs:Qh,upload_file:Kh,add_interest:eg,upload_image:_g,supported_image_types:tg,edit_interest:sg,select_personal_interest_or_enter_personal_interest_here:ng,add_note:og,select_best_fit:ag,best_fits:ig,select_strategies:rg,selected_learning_strategies:cg,do_you_want_to_delete_this_strengths_and_challenges:lg,add_new_item:dg,edit_item:ug,select_teaching_strategies:mg,selected_teaching_strategies:hg,add_title:gg,my_learning:pg,do_you_want_to_delete_this_about_my_learning:yg,edit_my_learning:fg,add_my_learning:wg,select_about_learning_or_enter_about_learning_here:vg,accommodation:$g,all_categories:bg,do_you_want_to_delete_this_accommodation:kg,edit_accommodation:Ig,add_accommodation:xg,all:Cg,all_status:Sg,goal_type:Ag,add_new_goal:Eg,goal_detail:qg,select_status:Tg,goal_baseline:Pg,objective:Rg,goal_details:Lg,goals_type:jg,edit_goal_detail:Ng,uploaded_files:Mg,optional:Gg,edit_baseline:zg,edit_friend:Dg,add_friend:Fg,search_friend:Bg,friend_type:Og,edit_activity:Vg,add_activity:Hg,search_activity:Wg,activity:Xg,activity_type:Yg,select_or_type_an_activity:Zg,action_needed:Ug,external:Jg,student_survey:Qg,view_survey:Kg,create_a_survey:ep,survey_from:_p,review:tp,publish_survey:sp,total_surveys:np,flags:op,scheduled_session:ap,total_survey_done:ip,total_survey_not_done:rp,list_survey:cp,surveys:lp,survey:dp,create_survey:up,my_survey:mp,counselor_name:hp,survey_title:gp,deadline:pp,day_left:yp,replied_date:fp,session:wp,flag:vp,external_email:$p,scheduled_now:bp,session_schedule:kp,session_scheduled:Ip,search_survey:xp,total_survey:Cp,survey_result:Sp,check_in_from:Ap,received_today_at:Ep,preview_survey:qp,complete_survey:Tp,"you_will_not_be_able_to_edit_this_survey_once_published_._are_you_sure_you_want_to_continue_?":"You will not be able to edit this survey once published. Are you sure you want to continue?",do_you_want_to_share_a_survey_to_teachers:Pp,you_can_share_this_survey_to_teachers_to_get_more_insight_about_your_student:Rp,skip:Lp,survey_questions:jp,add_survey_question:Np,additional_question:Mp,add_additional_question:Gp,save_favorite:zp,save_as_favorite:Dp,favorite_survey:Fp,slider:Bp,questions:Op,insert_all_question:Vp,remove_all_question:Hp,insert_question:Wp,survey_templates:Xp,insert_template:Yp,share_survey_teacher:Zp,suggested_teacher:Up,email_contents:Jp,send_survey:Qp,review_survey_detail:Kp,a_number_of_student:ey,date_and_time:_y,scale:ty,answer:sy,add_question:ny,save_question:oy,external_survey:ay,ib_learner_profile:iy,set_deadline:ry,duplicate_survey:cy,share_survey:ly,new_survey:dy,assign_counselor:uy,select_counselor:my,select_support_teacher:hy,assign_support_teacher:gy,switch_support_teacher:py,support_teacher_name:yy,user_for_question:fy,requested_reflection:wy,request_class_reflection:vy,share_survey_to_teacher:$y,select_form:by,switch_counselor:ky,remove_counselor:Iy,current_counselor_email:xy,current_counselor_name:Cy,select_counselor_change:Sy,current_support_teacher_name:Ay,current_support_teacher_email:Ey,remove_support_teacher:qy,select_support_teacher_change:Ty,filter_calendar:Py,average_student_safety:Ry,is_active:Ly,top_5_most_used_strategies:jy,preparedness:Ny,average_student_stress:My,success_indicators:Gy,learning_process:zy,survey_dashboard:Dy,response_rate:Fy,top_5_most_survey_used:By,question_intervention:Oy,student_pressure:Vy,overall_readiness_to_learn:Hy,view_calendar:Wy,student_wellness:Xy,view_data_dashboard:Yy,view_a_student:Zy,view_student:Uy,average_safety:Jy,average_stress:Qy,average_energy:Ky,average_focus:ef,average_happiness:_f,vs_last_month:tf,of_students_are_not_feeling_safe:sf,students_marked_themselves_as_unsafe:nf,marked_themselves_as_unsafe:of,are_not_feeling_safe:af,of_students_are_highly_stressed:rf,flagged_with_high_stress:cf,are_feeling_highly_stressed:lf,select_a_student_to_see_their_profile_and_learning_plan:df,select_a_student_and_start_a_conversation_with_the_check_in_results:uf,start:mf,teacher_reflection:hf,notes:gf,student_reflection:pf,view_latest_check_ins:yf,"1-1s":"1-1s","1_1":"1-1",this_week_s:ff,missing_weekly_check_in:wf,add_new_student:vf,"start_your_check-in_and_you_can_also_request_a_conversation_with_your_teacher_after":"Start your Check In. You can also request a conversation with your teacher after this.",start_check_in:$f,no_events_today:bf,today_schedule:kf,high_stressed:If,unsafe:xf,average:Cf,see_them:Sf,goal:Af,ended_over_24_hours_ago:Ef,start_a_1_1_conversation:qf,view_results:Tf,request_check_in:Pf,last:Rf,latest_check_ins:Lf,students_who_missing_weekly_check_in:jf,this_student_does_nt_have_missing_check_in:Nf,no_student_missing_weekly_check_in:Mf,start_1_1_conversation:Gf,select_a_teacher_and_start_a_check_in:zf,this_weeks_check_ins:Df,this_weeks_1_1s:Ff,this_student_does_nt_have_1_1_in_this_week:Bf,this_student_does_nt_have_check_in_in_this_week:Of,no_last_or_requested_check_ins:Vf,students_who_are_highly_stressed:Hf,students_who_are_not_feeling_safe:Wf,students_missing_a_weekly_check_in:Xf,student_stress_by_zone:Yf,student_distribution:Zf,surveys_flags:Uf,yellow_flags:Jf,green_flags:Qf,red_flags:Kf,show_by:ew,survey_overview:_w,share_note:tw,survey_summary:sw,survey_name:nw,date_created:ow,"#of_recipients":"# of Recipients","#of_answers":"# of Answers",cut_off_time:aw,created_by:iw,responses_distribution:rw,ratings_of_questions:cw,show_results_for:lw,responses_and_response_rates_per_question:dw,view_list_of_students:uw,view_list_of_responses:mw,number_of_responses:hw,number_of_not_responses:gw,question_rating:pw,no_response_yet:yw,external_survey_is_highlight_in_the_table:fw,reset_password:ww,correct:vw,incorrect:$w,the_correct_answer_is:bw,the_correct_answers_are:kw,action_need:Iw,view_answers:xw,survey_results:Cw,weeks:Sw,months:Aw,scheduled_sessions:Ew,active_surveys:qw,view_responses:Tw,download_csv:Pw,create_new_survey:Rw,go_to_individual_survey_responses:Lw,you_can_only_select_number_kpis_at_a_time:jw,you_can_only_select_number_kpis_at_a_time_To_select_a_new_one_please_switch_off_one_of_the_previous_ones:Nw,"download.csv":"Download.CSV",last_check__in:Mw,how_many_times_a_strategy_has_been_chosen:Gw,these_metrics_come_from_students_check_ins_filter_above_to_change_the_data_set:zw,not_yet_started:Dw,in_progress:Fw,export_check_ins_to_csv:Bw,these_metrics_come_from_the_conference_rubric_only_teacher_responses_are_scored:Ow,please_save_first:Vw,print_date:Hw,goal_base_line:Ww,print:Xw,download:Yw,my_daily_motivation:Zw,select_deadline:Uw,export:"Export",image_is_a_required:Jw,old_iep:Qw,create_next_years_iep:Kw,write_something_optional:ev,the_effectiveness_of_learning_strategies_by_students_feedback:_v,perceived_usefulness:tv,performance:sv,not_enough_challenge_leading_to_boredom_and_lack_of_interest:nv,calm_and_relaxed_but_not_enough_motivation_to_perform_at_my_best:ov,manageable_levels_of_stress_allowing_me_to_perform_at_my_best:av,still_in_control_but_starting_to_feel_the_pressure:iv,too_much_pressure_and_really_struggling_to_manage_my_workload:rv,import_emails_by_csv:cv,request_number:lv,select_or_input_class_type:dv,send_request:uv,start_reflection:mv,customize_reflection:hv,include_section_you_want_to_appear:gv,time_of_day:pv,iep_template:yv,one_roster:fv,sandbox:wv,"well-being":"Well-being","self-efficacy":"Self-Efficacy",information_roster_sourced_id_full_name_email:vv,sync_roster_users:$v,export_to_csv:bv,user_list:kv,assign_student:Iv,one_to_one_question:xv,class_reflection_question:Cv,conference_question:Sv,actions:Av,order:Ev,user_for:qv,question_category:Tv,template_survey:Pv,total_of_category:Rv,create_template:Lv,number_of_question:jv,mandatory:Nv,well_being:Mv,self_efficacy:Gv,no_question_to_display:zv,privacy_policy:Dv,profile:Fv,role_change:Bv,log_out:Ov,data_dashboard:Vv,deep_learning_tools:Hv,my_profile:Wv,phone:Xv,calendar_id:Yv,old_password:Zv,confirm_new_password:Uv,select_a_student_and_start_a_check_in:Jv,anything_is_possible_anything_can_be:Qv,edit_picture:Kv,create_new_student:e$,grade_level:_$,health_notes:t$,students_parent_information:s$,parent_1:n$,parent_2:o$,in_app_notifications:a$,turn_on_all_notifications:i$,notify_me_when:r$,a_student_schedules_a_1_1:c$,a_student_schedules_a_conference:l$,a_student_completes_a_conference_self_assessment_rubric:d$,a_student_or_teacher_completes_a_class_reflection:u$,action_points_are_due_based_on_chosen_schedule:m$,a_student_hasnt_logged_1_1_in_the_past_28_days:h$,email_notifications:g$,turn_on_all_emails:p$,a_student_responds_to_a_1_1_readiness_to_learn_with_no:y$,a_student_reported_a_low_safety_score_on_a_check_in:f$,continue_as:w$,admin:v$,counselor:$$,support_teacher:b$,teacher_assistant:k$,add_parent_1_information:I$,add_parent_2_information:x$,parent_role:C$,all_activity:S$,academic_year:A$,all_of_the_students_report_manageable_stress_levels:E$,"100_00_of_students_are_not_feeling_safe":"100.00% of students are not feeling safe",growth:q$,relationships:T$,productivity:P$,academics:R$,percent:L$,unmotivated:j$,comfort:N$,stretch:M$,strain:G$,overwhelmed:z$,edit_student_profile:D$,teacher:F$,created:B$,student_phone_number:O$,designation:V$,e_mail:H$,general_ed_teacher:W$,select_general_ed_teacher:X$,please_select_teacher:Y$,assign:Z$,be_silly_be_honest_be_kind:U$,do_you_want_to_change_to_role_counselor_to_open:J$,search_assistant:Q$,baseline:K$,timeframe:eb,friends:_b,best_friends:tb,supportive:sb,potential_friends:nb,like:ob,love:ab,interested:ib,curious:rb,improvement_in_study_habits_grades_sports_clubs_or_personal_projects:cb,family_friends_and_teachers:lb,accomplishing_important_tasks_and_limiting_distractions:db,homework_studying_and_grades:ub,my_ability_to_be_successful:mb,whats_on_your_mind:hb,now_look_back_at_your_responses_from_today:gb,do_you_want_to_change_to_role_student_to_open:pb,student_has_started_this_one_to_one_are_you_sure_to_delete:yb,do_you_want_to_change_to_role_support_teacher_to_open:fb,student_has_not_started_this_conference_are_you_sure_to_delete:wb,search_support_teacher:vb,search_counselor:$b,how_productive_i_was_in_class_today:bb,not_enough_stress:kb,too_much_stress:Ib,organization:xb,self_awareness:Cb,self_directed_learning:Sb,self_advocacy:Ab,self_management:Eb,conceptual_change_conversation:qb,concrete_examples:Tb,elaboration:Pb,dual_coding:Rb,note_type_and_class:Lb,edit_note:jb,not_done:Nb,red:Mb,yellow:Gb,green:zb,uwcsea_sg_climate_survey:Db,connections_with_adults_and_peers:Fb,holistic_learning_experiences:Bb,my_health_and_wellbeing:Ob,open_ended_questions:Vb,do_you_need_some_extra_help_or_support:Hb,sdq_standards_and_difficulties_questionaire:Wb,sdq_strengths_and_difficulties_questionnaire_supplemental:Xb,close:Yb,student_responses:Zb,anonymous_responses:Ub,teacher_perceived:Jb,prepared_for_class:Qb,missing_class_assignments:Kb,completed_classwork:e1,asked_for_help_when_needed:_1,clear:t1,missing_reflections:s1,total_students_missing_late_assignments:n1,subject_class:o1,chart_type:a1,request_from:i1,are_you_sure_you_want_to_delete_this_item:r1,yes_delete:c1,completed_conference:l1,my_learning_plan:d1,my_learning_plan_beta:u1,winning_doesn_t_always_mean_being_first_winning_means_you_re_doing_better_than_you_ve_done_before:m1,integrating_learningwith_previous_knowledge:h1,improving_student_self_efficacy:g1,my_check_in:p1,what_do_you_want_to_do_differently:y1,to_do:f1,my_class_reflections:w1,send_reflection:v1,type_2_characters_to_search:$1,create_time:b1,do_you_want_to_remove_this_user:k1,warning:I1,do_you_want_to_impersonate_this_user:x1,assistant:C1,parent:S1,choose_file:A1,do_you_want_to_remove_this_question:E1,select:q1,do_you_want_to_remove_this_category:T1,total_of_templates:P1,template_name:R1,category_name:L1,created_date:j1,do_you_want_to_remove_this_email_template:N1,create_email_template:M1,mail_subject:G1,mail_subject_nm:z1,mail_body:D1,mail_params:F1,params:B1,meaning:O1,add_attachment:V1,skills:H1,subjects:W1,learning_support_categories:X1,goal_examples:Y1,student_badges:Z1,blank_days:U1,csv_import:J1,band_scores:Q1,license:K1,switch_teacher:ek,question_scaffolding:_k,training:tk,type_something_and_press_enter_to_add_short_term_target_examples:sk,import_users:nk,import_class_reflection:ok,download_users_data:ak,do_you_want_to_remove_this_assistant:ik,do_you_want_to_remove_this_counselor:rk,do_you_want_to_remove_this_support_teacher:ck,send:lk,do_you_want_to_remove_this_designation:dk,new_folder:uk,upload:mk,type_something_to_search_by_file_name:hk,systems:gk,create_template_system:pk,created_at:yk,do_you_want_to_remove_this_template:fk,one_roster_setting:wk,users:vk,one_roster_config:$k,end_point_url:bk,client_id:kk,client_secret:Ik,import_one_roster:xk,import_from_zip_file:Ck,import_from_restful_api:Sk,non_existent_users:Ak,type_something_to_search_users:Ek,create_account_for_selected_users:qk,help:Tk,sandbox_mode:Pk,off:Rk,restore_sandbox_database:Lk,turn_on:jk,turn_off:Nk,restore:Mk,edit_profile:Gk,on_track_going_well:zk,guide:Dk,make_each_day_your_masterpiece:Fk,consistently:Bk,frequently:Ok,sometimes:Vk,rarely:Hk,not_applicable:Wk,i_schedule_all_homework_and_studying_through_google_calendar_or_a_planner_or_organizer_as_soon_as_it_is_assigned:Xk,i_maintain_a_clean_and_organized_system_for_keeping_and_reviewing_physical_notes_handouts_and_packets_for_each_class:Yk,i_maintain_a_clean_and_organized_system_for_storing_digital_files_as_a_result_i_can_easily_find_all_of_my_digital_files:Zk,i_keep_my_school_inbox_organized_and_important_emails_are_not_missed:Uk,i_have_a_clear_understanding_of_my_strengths:Jk,i_know_and_understand_how_teachers_can_best_help_me_in_class:Qk,i_know_and_understand_my_accommodations:Kk,i_know_and_understand_my_personalized_systems_and_strategies_for_ideal_learning_outside_of_class:e2,i_know_and_understand_my_personalized_systems_and_strategies_for_ideal_learning_in_class:_2,i_have_a_clear_understanding_of_my_challenges:t2,i_have_an_accurate_idea_of_how_i_am_doing_in_my_classes_and_know_what_i_need_to_do_to_improve:s2,i_use_the_first_25_minutes_of_our_class_effectively_to_make_progress_on_my_goals:n2,i_use_the_homework_study_time_effectively:o2,achieving:a2,significant_progress:i2,moderate_progress:r2,slight_progress:c2,no_progress:l2,cope_with_stressful_situations:d2,improve_my_sleeping_habits:u2,i_promplty_address_and_deal_with_difficult_situations_instead_of_avoiding_them:m2,i_appropriately_use_technology:h2,i_create_a_note_during_or_after_meetings:g2,i_effectively_study_for_upcoming_assessments:p2,i_turn_in_all_homework_on_time_and_complete:y2,i_get_the_right_amount_of_sleep_each_night:f2,i_meet_with_my_teachers_outside_of_class_time:w2,i_ask_questions_inside_and_or_after_class:v2,when_needed_i_let_my_teachers_know_how_to_better_help_me_in_class:$2,i_advocate_for_and_use_accommodations_i_need_in_all_of_my_classes:b2,planning:k2,making_connections_with_previous_learning:I2,providing_quality_feedback:x2,working_on_learning_goals:C2,setting_or_reinforcing_high_expectations:S2,improving_effort:A2,self_assessing:E2,predicting:q2,help_seeking_behaviors:T2,reflecting:P2,low:R2,medium_low:L2,medium:j2,medium_high:N2,high:M2,how_much_did_you_learn_from_this_conference:G2,are_there_any_observations_or_feedback_you_want_to_share:z2,what_are_you_doing_well_that_you_want_to_continue:D2,what_is_something_you_have_learned_while_working_towards_achieving_your_goals:F2,english_language_or_literature:B2,language_class:O2,ridge_charts:V2,bar_charts:H2,line_charts:W2,start_of_day:X2,mid_morning:Y2,before_lunch:Z2,mid_afternoon:U2,last_class_of_the_day:J2,student_only:Q2,teacher_only:K2,did_the_student_have_all_needed_materials_for_this_class:e4,does_the_student_have_any_missing_assignments:_4,did_the_student_complete_today_s_classwork:t4,did_the_student_ask_for_help_when_needed:s4,please_rate_the_student_s_participation_in_class:n4,please_rate_the_student_s_peformance_in_class:o4,how_useful_were_the_accommodations:a4,do_you_have_any_concerns_or_student_success_to_share:i4,not_at_all:r4,very_helpful:c4,not_sent:l4,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:d4,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:u4,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:m4,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:h4,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:g4,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:p4,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:y4,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:f4,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:w4,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:v4,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:$4,how_helpful_was_our_conversation_today:b4,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:k4,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:I4,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:x4,student_has_not_started_this_check_in_are_you_sure_to_delete:C4,struggling_i_need_support:S4,some_well_being_issues:A4,generally_okay:E4,most_well_being_issues_are_fine:q4,feeling_great:T4,making_no_progress:P4,aware_of_my_goals_but_making_little_progress:R4,making_some_progress:L4,good_growth_overall:j4,great_growth_in_all_areas:N4,one_or_more_key_relationships_are_very_difficult:M4,one_or_more_key_relationships_are_a_little_tricky:G4,most_key_relationships_are_positive:z4,all_key_relationships_are_positive:D4,not_at_all_productive:F4,procrastinating:B4,meeting_some_deadlines:O4,meeting_most_deadlines:V4,meeting_all_deadlines_comfortably:H4,major_challenges:W4,difficulties_in_some_areas:X4,on_target_in_some_areas:Y4,on_target_in_most_areas:Z4,on_target_in_all_areas:U4,very_low_confidence:J4,lacking_some_self_belief:Q4,developing_and_improving:K4,feeling_positive:eI,super_confident:_I,always_distracted:tI,mostly_distracted:sI,sometimes_distracted:nI,generally_focused:oI,laser_focused:aI,exhausted:iI,often_tired:rI,feeling_okay:cI,good_energy:lI,unhappy_most_of_the_time:dI,bursting_with_energy:uI,unhappy_some_of_the_time:mI,more_positives_than_negatives:hI,generally_happy:gI,optimistic_and_positive_almost_all_of_the_time:pI,in_danger:yI,feeling_unsafe:fI,some_concerns:wI,feeling_safe:vI,very_safe_and_secure:$I,moderate:bI,very_high:kI,how_much_did_the_conceptual_change_conversation_help_your_learning_improve:II,how_much_did_discussing_ways_to_seek_help_during_this_session_help_your_learning_improve:xI,how_much_did_a_focus_on_setting_or_reinforcing_high_expectations_during_this_session_help_your_learning_improve:CI,a_little:SI,a_lot:AI,after_session:EI,high_pride:qI,low_pride:TI,what_is_on_your_mind:PI,select_all:RI,attitude:LI,behavior:jI,collaboration:NI,confidence:MI,creativity:GI,developing_ideas:zI,exercise:DI,finishing_tasks:FI,flexibility:BI,impulse_control:OI,listening:VI,long_term_memory:HI,math:WI,organization_of_materials:XI,processing_speed:YI,reading:ZI,setting_and_achieving_goals:UI,short_term_memory:JI,sleep_hygiene:QI,speaking:KI,starting_tasks:ex,stress_and_anxiety:_x,studying:tx,time_management:sx,work_ethic:nx,writing:ox,high_expectations:ax,i_learn_best_when_i_set_high_expectations_for_myself_that_encourage_me_to_do_more_than_the_minimum_expected:ix,i_learn_best_when_i_recognize_my_successes_and_have_an_opportunity_to_celebrate_progress_and_achievements:rx,integrating_learning_with_previous_knowledge:cx,i_learn_best_when_i_connect_new_and_important_learning_to_previous_things_i_have_learned:lx,learners_self_assessing:dx,i_learn_best_when_i_self_assess_my_own_learning_with_guided_prompts_rubrics_and_or_support:ux,learning_goals:mx,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:hx,planning_and_predicting:gx,i_learn_best_when_i_plan_future_actions_and_predict_what_will_happen_as_a_result_of_these_actions:px,quality_feedback:yx,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:fx,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:wx,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:vx,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:$x,target:bx,session_focus:kx,what_was_the_main_focus_of_this_session:Ix,academic:xx,assessments_and_homework:Cx,custom:Sx,general:Ax,habits_and_strategies:Ex,organization_and_planning:qx,school_life_balance:Tx,sleep_habits:Px,social_media_tik_tok_instagram_youtube_pinterest_etc:Rx,role_playing_games_d_and_d_world_of_warcraft_pathfinder_etc:Lx,environment_global_warming_sustainability_etc:jx,anime_my_hero_academia_hunter_x_hunter_one_piece_etc:Nx,manga:Mx,graphic_novels:Gx,comics:zx,politics:Dx,television_stranger_things_heart_stopper_glow_up_etc_and_movies_shrek_marvel_encanto_etc:Fx,music:Bx,bluey:Ox,stickers:Vx,weather:Hx,religion:Wx,spirituality:Xx,news_current_events:Yx,sports:Zx,cafe_culture_coffee:Ux,fashion_design:Jx,futurism_engineering_design_etc:Qx,science_fiction:Kx,wellness_meditation_mindfulness_etc:e3,comedy:_3,journalism:t3,make_up:s3,aesthetics_cottagecore_dark_academia_fairycore_etc:n3,automotive_culture_race_cars_motorcycles_motor_bikes_etc:o3,poetry_slam_poetry:a3,horror_and_suspense:i3,skiing_snowboarding:r3,horseback_riding:c3,magic:l3,science_biology_chemistry_physics_etc:d3,minecraft:u3,graphic_design:m3,survival_prepping:h3,botany:g3,film_study:p3,first_responder_fire_ems_emt_police_etc:y3,animals_domesticated_rescue_etc:f3,animals_large_wild_etc:w3,marine_biology:v3,video_game_youtubers:$3,hello_kitty:b3,memes:k3,cony_and_brown:I3,pokemon:x3,select_significant_strengths_or_enter_significant_strengths_here:C3,i_learn_best_when_i:S3,i_have_difficulty_learning_when_i:A3,teachers_make_learning_easier_for_me_when_they:E3,teachers_make_learning_more_difficult_for_me_when_they:q3,if_you_are_a_teacher_and_see_i_m_having_trouble_learning_in_class_you_can_help_me_by:T3,the_assignments_i_learn_the_most_from_are:P3,the_assignments_i_sometimes_find_too_challenging_are:R3,chunking_tasks:L3,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:j3,time_management_starting_tasks_finishing_tasks_planning:N3,bite_size_learning:M3,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:G3,short_term_memory_staying_focused_impulse_control_self_awareness_listening_processing_speed:z3,breaks:D3,i_learn_best_when_my_teacher_builds_in_short_breaks_into_each_class:F3,time_management_finishing_tasks_staying_focused_impulse_control_attitude_stress_and_anxiety_work_ethic:B3,happy_notes_home:O3,i_learn_best_when_my_teacher_send_positive_notes_emails_or_calls_home_to_celebrate_my_growth:V3,finishing_tasks_setting_and_achieving_goals_attitude_behavior_confidence_work_ethic:H3,growth_focused:W3,i_learn_best_when_my_teacher_focuses_on_my_growth_and_progress_rather_than_overall_achievement:X3,confidence_setting_and_achieving_goals_stress_and_anxiety:Y3,avoid_spotlight:Z3,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:U3,stress_and_anxiety_speaking_processing_speed:J3,frequent_check_ins:Q3,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:K3,stress_and_anxiety_processing_speed_task_initiation_developing_ideas_planning_finishing_tasks_short_term_memory_staying_focused_self_advocacy_self_awareness:eC,develop_rapport:_C,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:tC,stress_and_anxiety_behavior_attitude_confidence:sC,explicit_prioritizations:nC,i_learn_best_when_my_teacher_shares_what_activities_are_must_do_recommended_or_completely_optional:oC,planning_processing_speed_finishing_tasks_listening_reading_writing_stress_and_anxiety_work_ethic_studying:aC,planned_transitions:iC,i_learn_best_when_my_teacher_previews_and_prepares_me_and_other_students_for_safety_drills_activity_changes_or_other_class_transitions:rC,time_management_planning_finishing_tasks_stress_and_anxiety_behavior_flexibility:cC,choices:lC,i_learn_best_when_my_teacher_provides_as_many_choices_as_possible:dC,attitude_behavior_work_ethic:uC,movement:mC,i_learn_best_when_my_teacher_provides_lots_of_planned_physical_movement_or_opportunities_for_movement_into_class:hC,impulse_control_staying_focused:gC,non_verbal_cues:pC,i_learn_best_when_my_teacher_redirects_me_with_non_verbal_cues_to_redirect_me_when_possible_rather_than_verbally_redirecting_me:yC,staying_focused_self_awareness_attitude_behavior_stress_and_anxiety_confidence:fC,limit_direct_instruction:wC,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:vC,short_term_memory_staying_focused_impulse_control_listening_behavior_processing_speed:$C,routines:bC,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:kC,time_management_planning_finishing_tasks_stress_and_anxiety_behavior_flexibility_starting_tasks:IC,multimodal_learning:xC,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:CC,staying_focused_listening_reading_writing_math_collaboration_processing_speed:SC,flexible_assessments:AC,i_learn_best_when_my_teacher_creates_a_variety_of_options_for_me_to_demonstrate_my_learning:EC,listening_reading_writing_math_speaking_stress_and_anxiety_collaboration_processing_speed_studying:qC,flexible_feedback:TC,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:PC,planning_staying_focused_self_awareness:RC,pre_learning:LC,i_learn_best_when_my_teacher_provides_opportunities_to_learn_new_concepts_early_such_as_early_access_to_resources:jC,time_management_writing_reading_math_stress_and_anxiety_processing_speed:NC,understanding_checks:MC,i_learn_best_when_my_teacher_frequently_checks_in_with_me_to_see_if_i_ve_understand_new_learning:GC,starting_tasks_short_term_memory_staying_focused_impulse_control_self_advocacy_listening_processing_speed:zC,rubrics:DC,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:FC,studying_work_ethic_confidence_stress_and_anxiety_self_advocacy_time_management_planning_finishing_tasks:BC,graphic_organizers:OC,i_learn_best_when_my_teacher_uses_graphic_organizer_to_help_me_understand_what_we_are_learning:VC,listening_reading_writing_processing_speed_short_term_memory_developing_ideas_planning:HC,visuals:WC,i_learn_best_when_my_teacher_uses_lots_of_visuals_diagrams_infographics_pictures_etc_to_help_me_understand_what_are_we_learning:XC,short_term_memory_staying_focused_listening_reading_processing_speed:YC,sentence_stems:ZC,i_learn_best_when_my_teacher_provides_sentence_stems_and_writing_promts_for_written_assignments:UC,developing_ideas_planning_starting_tasks_writing:JC,think_time:QC,i_learn_best_when_i_have_plenty_of_time_to_think_before_answering_a_question:KC,developing_ideas_processing_speed_speaking:eS,clear_instructions:_S,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:tS,time_management_planning_starting_tasks_finishing_tasks_short_term_memory_staying_focused_listening_processing_speed:sS,sharing_vocabulary:nS,i_learn_best_when_my_teacher_provides_new_vocabulary_words_before_we_cover_new_information_and_provides_opportunities_to_learn_the_vocabulary:oS,short_term_memory_long_term_memory_listening_reading_processing_speed:aS,idea_bank:iS,i_learn_best_when_my_teacher_provides_a_pre_prepared_list_of_ideas_for_me_to_chose_from:rS,developing_ideas_starting_tasks_time_management:cS,exemplars:lS,i_learn_best_when_my_teacher_provides_examples_of_what_successfully_completed_work_looks_like_for_different_levels_of_performance:dS,developing_ideas_planning_starting_tasks_studying:uS,organization_time:mS,i_learn_best_when_my_teacher_provides_time_for_me_to_organize_materials_and_or_plan_next_steps:hS,time_management_organization_of_materials_developing_ideas_planning_starting_tasks_stress_and_anxiety:gS,i_learn_best_when_my_teacher_schedules_regular_1_to_1_time_with_me:pS,multimodal_answers:yS,i_learn_best_when_i_can_show_my_understanding_in_varied_ways_like_sketching_presentation_or_a_short_video_relaying_information_etc:fS,starting_tasks_finishing_tasks_self_advocacy_long_term_memory:wS,peer_teaching_group_work:vS,i_learn_best_when_i_can_peer_teach_or_practise_with_peers:$S,studying_listening_processing_speed_long_term_memory:bS,extra_time_to_complete_assessments:kS,extra_time_to_process_spoken_information_and_directions:IS,extra_breaks_as_needed:xS,use_of_a_computer_without_internet_access_or_word_processor_on_assessments:CS,audio_versions_of_assessments:SS,access_to_a_reader_for_assessments:AS,speech_to_text_software_for_assessments:ES,access_to_a_scribe_for_assessments:qS,audio_recording_of_answers_for_assessments:TS,break_up_larger_timed_assessments_over_several_days:PS,take_tests_in_a_quiet_room_with_few_distractions:RS,take_tests_in_a_small_group_setting:LS,assign_seating_where_the_student_is_likely_to_learn_best:jS,the_use_of_sensory_tools_during_class:NS,special_lighting:MS,use_of_a_computer_or_word_processor_to_take_notes:GS,use_of_a_calculator_when_normally_not_allowed_one:zS,use_of_a_spelling_dictionary_or_spellchecker:DS,copies_of_class_notes:FS,written_copy_of_any_instructions:BS,visuals_and_graphics_to_accompany_any_new_information_delivered_verbally:OS,ability_to_record_lessons:VS,increase_text_size_to_a_larger_format:HS,provide_alternative_formats_other_than_reading_when_learning_new_information:WS,provide_alternative_formats_other_than_listening_when_learning_new_information:XS,great_let_s_build_your_goal:YS,what_do_you_want_to_be_different_about_your_learning_select_a_category_or_type_your_own_idea:ZS,choose_my_goal_area:US,nice_choice_what_area_of_well_being_would_you_like_to_work_on:JS,let_s_get_more_specific_select_an_area_or_type_your_own_idea:QS,add_more_details_to_your_goal:KS,remember_goals_should_be_smart:eA,specific_measurable_achievable_ambitious_relevant_and_time_based:_A,perfect_let_s_narrow_this_down_time_to_add_more_details_to_your_goal:tA,select_a_goal_or_type_your_own:sA,now_let_s_pick_your_targets:nA,how_do_you_plan_to_accomplish_this_goal:oA,customize_the_options_below_or_type_your_own_these_will_become_your_short_term_targets:aA,keep_going:iA,add_target:rA,where_are_you_now_what_does_this_look_like_for_you_at_the_moment:cA,this_helps_you_track_your_progress:lA,finished:dA,i_will_create_a_sleep_routine:uA,i_will_set_an_alarm_to_remind_me_to_start_my_routine:mA,i_will_put_my_electronics_away_1_hour_before_it_is_time_for_me_to_sleep:hA,i_will_set_my_phone_to_focus_or_do_not_disturb_mode_for_an_hour_before_bedtime_and_until_my_morning_alarm:gA,i_will_choose_relaxing_activities_1_hour_before_bedtime_such_as_reading_meditating_yoga_or_listening_to_music:pA,i_will_get_out_of_bed_at_the_same_time_each_day:yA,i_will_only_press_snooze_one_time_each_morning:fA,i_will_have_everything_packed_or_set_out_for_the_next_day_before_going_to_sleep:wA,i_will_go_to_bed_on_time:vA,i_will_do_this_at_least_4_out_of_5_times_this_week:$A,i_will_wake_up_on_time:bA,i_will_create_a_short_routine_for_the_morning_that_gets_me_excited_for_the_day:kA,i_will_set_an_alarm_to_remind_me_to_get_ready_for_sleep_1_hour_before_bedtime:IA,i_will_set_a_morning_alarm_that_gives_me_plenty_of_time_to_get_ready_for_school:xA,i_will_read_for_20_minutes_before_bed:CA,i_will_meditate_or_listen_to_relaxing_music_before_going_to_sleep:SA,i_will_create_a_morning_routine_to_be_ready_for_the_day:AA,i_will_research_ideas_for_a_morning_routine:EA,i_will_present_my_ideas_to_my_teacher_or_other_person:qA,i_will_map_out_my_routine_on_paper_or_in_my_phone:TA,i_will_start_my_routine_at_the_same_time_every_morning:PA,i_will_create_an_evening_routine_to_get_me_ready_for_bed:RA,i_will_research_ideas_for_an_evening_routine:LA,i_will_do_this_routine_5_out_of_5_school_nights_this_week:jA,i_will_get_at_least_8_hours_of_sleep_each_night:NA,i_will_practice_meditation:MA,i_will_find_choose_a_meditation_app_or_resource_to_use:GA,i_will_challenge_myself_to_meditate_for_x_number_of_days_in_a_row:zA,i_will_choose_a_daily_time_to_meditate_and_set_an_alarm_to_remind_me:DA,i_will_meditate_at_least_x_out_of_x_days_this_week:FA,i_will_start_an_exercise_routine:BA,i_will_find_a_friend_to_exercise_with_each_week:OA,i_will_choose_the_type_of_exercise_to_add_to_my_routine:VA,i_will_share_my_routine_with_a_friend_or_trusted_adult:HA,i_will_add_my_exercise_times_to_my_planner_or_calendar:WA,i_will_exercise_daily:XA,i_will_exercise_at_least_x_out_of_x_days_this_week:YA,i_will_understand_the_cause_of_my_stress:ZA,i_will_talk_to_my_teacher_or_counselor_about_things_that_bother_me_or_make_me_stressed:UA,i_will_identify_and_talk_with_someone_i_trust_about_how_i_am_feeling:JA,i_will_pause_when_i_m_feeling_stressed_to_identify_what_is_causing_the_stress:QA,i_will_learn_what_is_and_is_not_in_my_circle_of_control:KA,i_will_acknowledge_when_i_am_approaching_a_potentially_stressful_situation:e0,i_will_learn_about_coping_skills:_0,i_will_talk_to_my_teacher_or_counselor_about_coping_skills_they_think_will_be_helpful_for_me:t0,i_will_choose_a_coping_skill_to_practice_when_i_feel_i_am_becoming_stressed:s0,i_will_use_a_coping_strategy_when_i_am_stressed_x_number_of_times_this_week:n0,i_will_start_journaling_my_thoughts_and_feelings:o0,i_will_do_this_at_least_x_out_of_x_days_this_week:a0,i_will_get_outside_or_in_nature:i0,i_will_make_time_for_something_fun:r0,i_will_make_time_for_being_still_and_quiet:c0,increase_my_mindfulness:l0,i_will_take_minibreaks_throughout_the_day:d0,i_will_decide_what_types_of_breaks_help_me_the_most:u0,i_will_set_alarms_to_remind_myself_to_take_a_break:m0,i_will_take_a_break_every_hour:h0,i_will_take_a_break_every_90_minutes:g0,i_will_take_x_number_of_breaks_a_day:p0,create_relaxation_opportunities:y0,i_will_use_visualization_to_help_me_relax:f0,i_will_learn_about_visualization:w0,i_will_set_an_alarm_to_remind_me_to_practice_visualization:v0,i_will_decide_what_this_practice_will_look_like_for_me:$0,i_will_do_deep_breathing_exercises:b0,i_will_research_and_learn_breathing_exercises_to_try:k0,i_will_set_an_alarm_to_remind_me_to_practice_my_breathing_exercises:I0,i_will_listen_to_relaxing_music:x0,i_will_find_or_create_a_playlist_that_i_find_relaxing:C0,i_will_add_listening_music_to_my_evening_routine:S0,i_will_practice_yoga:A0,i_will_find_a_class_youtube_channel_or_app_to_use:E0,i_will_challenge_myself_to_practice_yoga_for_x_number_of_days_in_a_row:q0,i_will_choose_a_daily_time_to_practice_yoga_and_set_an_alarm_to_remind_me:T0,i_will_do_an_art_project_that_is_enjoyable:P0,i_will_find_a_relaxing_art_activity_to_try:R0,i_will_choose_a_time_to_do_my_art_each_week_and_set_reminders:L0,i_will_tell_someone_about_my_new_art_project:j0,keeping_fit:N0,i_will_exercise_more:M0,i_will_join_a_sports_team_or_club:G0,i_will_find_out_what_is_available_at_my_school:z0,i_will_choose_one_that_interests_me:D0,i_will_take_care_of_any_paperwork_to_join:F0,i_will_participate_in_the_tryout_or_application_process:B0,i_will_attend_all_the_practices:O0,i_will_learn_a_new_sport_or_activity:V0,i_will_research_new_sports_or_activities_that_might_interest_me:H0,i_will_choose_a_new_sport_or_activity_to_learn:W0,i_will_see_if_anyone_i_know_would_like_to_try_this_new_activity_with_me:X0,i_will_gather_the_needed_gear_to_learn_this_activity:Y0,i_will_research_the_rules_and_methods_for_this_activity:Z0,i_will_find_groups_who_participate_in_this_activity_to_join:U0,i_will_research_potential_challenges_that_interest_me:J0,i_will_choose_a_challenge_to_complete:Q0,i_will_set_a_time_each_week_or_day_to_do_this_challenge:K0,i_will_set_an_alarm_to_remind_me_to_do_this_challenge:eE,i_will_sign_up_for_a_race:_E,i_will_research_different_races_and_events_happening_in_my_area_in_the_next_few_months:tE,i_will_choose_one_to_complete_and_talk_to_my_parents_guardians_about_participating:sE,i_will_sign_up_if_i_have_permission_from_my_parents_guardians:nE,i_will_create_a_training_schedule_to_prepare_for_my_race:oE,i_will_set_reminders_for_my_training_schedule:aE,i_will_create_an_at_home_exercise_routine:iE,i_will_take_an_inventory_of_what_exercise_equipment_i_have_access_to_at_home:rE,i_will_research_what_routines_and_exercises_i_can_do_with_my_equipment_at_home:cE,i_will_find_a_youtube_channel_or_app_to_use_for_my_workouts:lE,i_will_set_a_schedule_for_my_routine:dE,i_will_set_reminders_for_my_routine:uE,i_will_join_and_go_to_a_gym:mE,i_will_research_gyms_in_my_area:hE,i_will_choose_a_gym_that_i_can_pay_for_and_get_my_parent_guardians_permission:gE,i_will_go_to_the_gym_and_get_a_membership:pE,i_will_learn_about_the_equipment_programs_and_classes_available_at_my_gym:yE,i_will_decide_what_my_routine_will_be_when_i_visit_the_gym:fE,i_will_schedule_times_to_go_to_the_gym_on_my_phone:wE,i_will_go_to_the_gym_x_out_of_x_days_this_week:vE,eating_healthier:$E,i_will_add_more_fruits_and_veggies_into_my_diet:bE,i_will_swap_x_for_x_when_i_go_out_to_eat:kE,i_will_limit_my_sugary_drinks:IE,i_will_drink_more_water:xE,i_will_fill_up_my_water_bottle_x_number_of_times_each_school_day:CE,i_will_learn_to_cook_simple_meals:SE,i_will_go_to_the_store_to_buy_the_missing_ingredients_on_my_list:AE,i_will_follow_the_recipe_and_share_my_meal_with_a_family_member_or_friend:EE,improve_my_timekeeping_not_late_for_school_class:qE,i_will_add_buffer_time_to_my_schedule_in_the_morning_to_make_sure_i_get_to_school_on_time:TE,i_will_set_alarms_or_calendar_alert_on_my_phone_to_remind_me_to_go_to_my_next_class:PE,i_will_set_an_alarm_to_tell_me_5_minutes_before_i_need_to_leave_for_school:RE,i_will_put_my_school_schedule_in_a_planner_or_on_my_phone:LE,making_friends:jE,i_will_join_a_club_or_sports_team:NE,i_will_attend_all_the_practices_or_meetings:ME,i_will_find_someone_with_a_common_interest:GE,i_will_ask_someone_to_hang_out_outside_of_school:zE,i_will_attend_events_or_parties_i_m_invited_to:DE,i_will_eat_lunch_with_someone_i_want_to_get_to_know_better:FE,i_will_learn_some_good_questions_to_ask_others_to_get_to_know_them:BE,i_will_learn_how_to_engage_in_conversation_more:OE,i_will_think_about_what_i_want_in_a_friend:VE,i_will_think_about_what_it_means_to_be_a_good_friend:HE,i_will_share_this_thoughts_with_someone:WE,joining_a_club_sport:XE,i_will_choose_a_club_to_join:YE,i_will_attend_all_the_meetings:ZE,i_will_choose_a_sport_to_try_out_for:UE,learning_a_new_activity:JE,i_will_choose_a_new_activity_to_learn:QE,i_will_gather_the_needed_supplies_to_learn_this_activity:KE,i_will_practice_or_play_my_new_activity_at_least_x_out_of_x_times_this_week:eq,improve_homework:_q,i_will_turn_in_my_homework_on_time:tq,i_will_turn_in_high_quality_homework:sq,work_on_longterm_assignments_planned_and_making_progress:nq,i_will_set_up_a_study_work_plan_for_long_term_projects:oq,studying_for_tests_routines_and_effective_study_strategies:aq,i_will_set_up_a_study_work_plan_for_tests:iq,make_notes_in_class_high_quality_organised:rq,i_will_take_notes_digital_paper_in_class_and_organise_them_in_a_folder_notebook_for_each_of_my_core_key_classes:cq,i_will_research_note_taking_methods:lq,improve_grade_in_x_subject_by_x_amount:dq,i_will_review_material_from_class_an_additional_on_top_of_as_well_as_not_including_homelearning:uq,study_x_amount_of_time_on_x_subject_x_times_hours_a_week:mq,finish_work_early_and_check_against_instructions_rubric_then_edit:hq,improve_the_quality_grades_of_homelearning_assignments:gq,create_a_regular_study_homework_schedule:pq,i_will_create_a_schedule_for_my_week_detailing_study_days_times_and_how_long_i_will_study_by_x_date:yq,improve_email_google_drive_calendar_or_planner_organization:fq,i_will_check_my_inbox_unread_emails_at_least_x_times_a_week_and_reply_if_necessary:wq,i_will_create_folders_labels_and_organise_emails_into_the_correct_ones:vq,i_will_create_folders_for_each_subject_and_organsie_docs_into_the_correct_folders:$q,create_reminders_or_calendar_events_for_important_events_deadlines_study_times:bq,i_will_create_reminders_or_calendar_events_for_my_most_important_events_deadlines_or_study_sessions_immediately_or_as_soon_as_i_can:kq,create_a_longterm_assignment_planner:Iq,i_will_evaluate_my_progress_and_adjust_how_long_i_will_study_by_x_date:xq,improve_my_todo_list_habits:Cq,i_will_add_tasks_to_my_todo_list_immidietly_or_as_soon_as_i_can_and_review_it_3_times_a_week:Sq,i_will_create_a_schedule_for_longterm_assihnments_detailing_study_days_times_and_how_long_i_will_study_by_x_date:Aq,i_will_take_notes_digital_paper_in_class_and_organise_them_in_a_folder_notebook_for_all_my_classes:Eq,keep_devices_off_on_silent_or_put_away_in_class:qq,keep_devices_off_on_silent_or_put_away:Tq,keep_devices_off_on_silent_or_put_away_during_study_time:Pq,i_will_create_a_routine_for_transitioning_study_time:Rq,set_a_schedule_on_my_phone_on_focus_or_do_not_disturb_during_class_times:Lq,set_a_schedule_on_my_phone_on_focus_or_do_not_disturb_during_planned_study_times:jq,reduce_or_limit_time_spent_on_social_media:Nq,i_will_set_up_time_limits_on_my_apps_or_websites:Mq,i_will_set_a_timer_when_i_am_taking_a_break_on_social_media:Gq,increase_engagement_in_class:zq,avoid_distracting_websites_other_tasks_in_class:Dq,i_will_pay_attention_to_the_instructions_in_class:Fq,i_will_actively_participate_in_class_more:Bq,i_will_participate_more_in_class_activities:Oq,i_will_ask_questions_in_class_related_to_the_topic_to_improve_my_understanding_learning:Vq,i_will_volunteer_to_answer_questions_in_class_more:Hq,avoid_distracting_websites:Wq,i_will_set_up_time_limits_for_distracting_website_via_a_chrome_extension:Xq,i_will_close_all_tabs_not_related_to_my_task:Yq,getting_help_when_needed:Zq,i_will_meet_with_my_teacher_outside_of_class_when_i_need_help:Uq,i_will_email_my_teacher_when_i_need_help:Jq,i_will_ask_questions_in_class_when_i_do_not_know_what_to_d:Qq,understanding_my_accommodations:Kq,i_will_know_and_understand_my_accommodations:eT,i_will_ask_for_my_accommodations_when_i_need_them_in_class:_T,i_will_tell_my_case_manager_when_i_no_longer_need_an_accommodations:tT,i_will_talk_to_my_case_manager_when_i_feel_i_need_additional_or_different_accommodations:sT,procrastination:nT,planning_ahead:oT,i_will_spend_x_amount_of_time_x_times_a_week_on_longterm_projects:aT,i_will_plan_tasks_for_the_week_on_monday_or_the_friday_before:iT,i_will_add_task_to_my_planner_when_assigned_in_class:rT,task_initiation:cT,i_will_start_tasks_on_the_day_given_and_finish_if_time_allows:lT,i_will_finish_tasks_early_or_before_they_are_due:dT,my_thoughts_and_feelings_are_important:uT,today:mT,this_week:hT,this_month:gT,male:pT,female:yT,type_something_to_search_students:fT,assign_for_selected_students:wT,assistant_email:vT,counselor_email:$T,support_teacher_email:bT,add_new_answer:kT,edit_template:IT,add_questions:xT,edit_email_template:CT,contact_mail:ST,announcements:AT,schedule_information:ET,welcome_new_teacher_assistant:qT,contact_request:TT,welcome_new_teacher:PT,welcome_new_student:RT,welcome_new_assistant:LT,welcome_new_parent:jT,welcome_new_edu_teacher:NT,forgot_password:MT,welcome_new_counselor:GT,user_first_name:zT,user_last_name:DT,password:FT,message:BT,domain:OT,basic:VT,premium:HT,enterprise:WT,are_you_sure_to_request_to_change_to_this_plan:XT,images:YT,audios:ZT,docs:UT,videos:JT,auto_save_after_every_1_min:QT,no_user_to_display:KT,on_a_scale_from_0_10_how_likely_are_you_to_recommend_us_to_a_friend_or_colleague:eP,not_likely_at_all:_P,extremely_likely:tP,uwcsea_sg_climate_survey_connections_with_adults_and_peers:sP,uwcsea_sg_climate_survey_do_you_need_some_extra_help_or_support:nP,uwcsea_sg_climate_survey_my_health_and_wellbeing:oP,uwcsea_sg_climate_survey_open_ended_questions:aP,uwcsea_sg_climate_suvey_holistic_learning_experiences:iP,import_email_by_csv:rP,single_choice:cP,multiple_choice:lP,text_input:dP,emotional:uP,summarize:mP,rating:hP,learning_strategy:gP,drop_down:pP,happiness_intervetion:yP,sdq_standard:fP,diversity_equity_inclusion_and_justice:wP,climate_survey:vP,intervention_safety:$P,intervention_stress:bP,safety_at_home:kP,wellbeing:IP,depression_questions:xP,level_1_learners_goal_conference:CP,level_1_learners_balanced_conference:SP,level_1_learners_habits_and_attitudes_towards_learning_conference:AP,level_2_learners_digital_citizenship:EP,level_1_learners_digital_citizenship:qP,level_2_learners_communication:TP,level_1_learners_communication:PP,level_2_learners_collaboration:RP,level_1_learners_collaboration:LP,level_2_learners_self_directed_learning:jP,level_2_learners_self_management_skills:NP,level_1_learners_self_management_skills:MP,level_2_learners_self_advocacy:GP,level_1_learners_self_advocacy:zP,level_2_learners_self_awareness:DP,level_1_learners_self_awareness:FP,level_2_learners_learning_and_study_skills:BP,level_1_learners_learning_and_study_skills_session:OP,level_2_learners_organization:VP,level_1_learners_organization_session:HP,level_2_learners_goal_conference:WP,level_2_learners_habits_and_attitudes_towards_learning_conference:XP,level_2_learners_balanced_conference:YP,level_2_learners_goal_s_session:ZP,level_1_learners_goal_s_session:UP,level_2_learners_study_strategies_session:JP,level_2_learners_academic_session:QP,level_1_learners_academic_session:KP,level_2_learners_habits_and_attitudes_towards_learning_session:eR,level_1_learners_habits_and_attitudes_towards_learning_session:_R,level_2_learners_general_session:tR,level_1_learners_general_sessio:sR,social_and_emotional_learning:nR,end_of_class_reflection_questions:oR,impulse_control_self_monitoring:aR,planning_problem_solving:iR,teacher_sense_of_self_efficacy_tses:rR,general_strategies_for_learning_gsl:cR,focusing_attention:lR,memory:dR,responsible_decision_making:uR,social_awareness:mR,relationship_skills:hR,habits_and_attitudes_towards_learning_hal:gR,end_of_conference_questions:pR,life_skills:yR,health_and_fitness:fR,executive_functions:wR,study_skills:vR,metacognitive_self_regulation:$R,educational_satisfaction:bR,default_session_questions:kR,test_question_category_1:IR,are_you_a_boarder_or_day_student:xR,before_i_make_a_decision_i_consider_the_consequences:CR,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:SR,how_would_you_describe_your_religious_beliefs:AR,how_would_you_describe_your_sexual_orientation:ER,i_actively_pursue_activities_that_align_with_my_passions_and_values:qR,i_always_have_someone_to_eat_lunch_with:TR,i_am_alone_more_often_than_i_would_like:PR,i_am_happy_with_the_marks_i_get_at_school:RR,academics_homework_studying_and_grades:LR,growth_improvement_in_study_habits_grades_sports_clubs_or_personal_projects:jR,productivity_accomplishing_important_tasks_and_limiting_distractions:NR,relationships_family_friends_and_teachers:MR,anything_else_you_want_to_tell_your_teacher:GR,did_you_bring_what_you_needed_for_this_class:zR,did_you_complete_all_the_classwork_for_today_s_class:DR,did_you_have_your_materials_ready_at_the_start_of_class_time:FR,do_you_have_any_missing_assignments_for_this_class:BR,assign_bulk:OR,assign_bulk_student:VR,instruction:HR,name_is_required:WR,instruction_is_required:XR,add_item:YR,conference_rubric_items_is_empty:ZR,blank_row_or_column:UR,question_list:JR,question_list_cpt:QR,question_is_required:KR,select_skill:eL,type_and_press_enter_to_add_new_row:_L,do_you_want_to_remove_this_row:tL,do_you_want_to_remove_this_custom_alert:sL,remove_custom_alert_successfully:nL,do_you_want_to_remove_this_skill:oL,remove_skill_successfully:aL,do_you_want_to_remove_this_subject:iL,remove_subject_successfully:rL,do_you_want_to_remove_this_learning_support_category:cL,remove_learning_support_category_successfully:lL,do_you_want_to_remove_this_learning_strategy:dL,remove_learning_strategy_successfully:uL,cant_delete_question:mL,do_you_want_to_remove_this_goal_example:hL,remove_question_successfully:gL,do_you_want_to_remove_this_badge:pL,remove_badge_successfully:yL,do_you_want_to_remove_this_blank_day:fL,remove_blank_day_successfully:wL,do_you_want_to_remove_this_band_score:vL,remove_band_score_successfully:$L,is_used:bL,time_oneRoster_sync_hh:kL,small_text:IL,medium_text:xL,large_text:CL,edit_parent_1_information:SL,edit_parent_2_information:AL,last_1_1:EL,how_would_you_rate_your_chances_of_achieving_this_goal:qL,add_name:TL,activity_list:PL,select_academic_year:RL,a_number_of_staff:LL,staffs:jL,how_are_you_today:NL,what_was_the_purpose_or_focus_of_today_s_class:ML,header_1:GL,header_2:zL,header_3:DL,header_4:FL,header_5:BL,header_6:OL,staying_focused:VL,text_input_question:HL,vs_last_year:WL,leave_page:XL,how_much_did_reflecting_during_this_session_help_your_learning_improve:YL,last_1_1_conversation:ZL,student_has_started_this_conference_are_you_sure_to_delete:UL,student_has_started_this_check_in_are_you_sure_to_delete:JL,student_has_not_started_this_one_to_one_are_you_sure_to_delete:QL,"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":"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","select_a_student_and_start_a_1-1_conversation_from_a_check-in_or_ask_the_student_to_check-in_before":"Select a student and start a 1-1 conversation from a check-in or ask the student to check-in before",my_accommodations:KL,accommodation_set:ej,add_new_accommodation:_j,print_my_accommodations:tj,my_learning_progress:sj,"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.":"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.","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.":"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.",weekly_quests:nj,responses_comparisons:oj,dropdown_and_verbal_questions_responses:aj,mario_tools:ij,customize:rj,techical_settings:cj,data_import_export:lj,inactive_students:dj,admin_general_tips:uj,school_usage:mj,total_conversations_time:hj,total_class_reflections:gj,grade_usage:pj,total_conversations:yj,impersonate:fj,hi:wj,transition_plan:vj,updated_on:$j,print_my_learning_plan:bj,print_student_learning_plan:kj,print_my_transition_plan:Ij,about_me:xj,name_your_interest:Cj,add_more_detail_to_your_interest:Sj,create_interest:Aj,"your_interest_has_been_successfully_created_!":"Your interest has been successfully created!",view_plp:Ej,my_current_plp:qj,my_learning_strategies:Tj,add_new_interest:Pj,add_new_challenge:Rj,add_new_strength:Lj,add_new_idea:jj,add_new_people:Nj,add_new_tool:Mj,add_new_strategy:Gj,add_new_dream:zj,my_support_network:Dj,add_person:Fj,closer_family:Bj,family:Oj,mentors:Vj,tutors:Hj,my_timeline:Wj,add_milestone:Xj,add_test:Yj,"you_haven't_added_any academic_milestones_yet":"You haven't added any academic milestones yet","you_haven't_added_any_tests_yet":"You haven't added any tests yet",colleges:Zj,"you_haven't_added_any_colleges_yet":"You haven't added any colleges yet",add_colleges:Uj,my_transition_plan:Jj,academic_milestones:Qj,tests:Kj,academic_and_career_interests:eN,you_havent_added_any_interests_yet:_N,add_a_plan:tN,extra_curricular_activities:sN,"you_haven't_added_any_activities_yet":"You haven't added any activities yet",add_new_activity:nN,courses:oN,"you_haven't_added_any_courses_yet":"You haven't added any courses yet",add_new_courses:aN,"standardized_tests_/_exams":"Standardized Tests/Exams","potential_career_training_courese_/_colleges":"Potential Career Training Courses/Colleges","you_haven't_added_any_courses_/_colleges_yet":"You haven't added any courses/colleges yet","add_new_courese_/_college":"Add New Courses/College",add_new_college:iN,"you_haven't_added_any_references_yet":"You haven't added any references yet",references:rN,resources_for_my_future:cN,"you_haven't_added_any_resources_yet":"You haven't added any resources yet",add_new_resources:lN,my_essays:dN,"you_haven't_added_any_essays_yet":"You haven't added any essays yet",add_essay:uN,learning_portfolios:mN,"you_haven't_added_any_learning_portfolios_yet":"You haven't added any learning portfolios yet",add_portfolio:hN,financial_planning:gN,"you_haven't_added_any_plans_yet":"You haven't added any plans yet",add_new_plan:pN,"students_shaded_red_have_an_incomplete_check-_in":"Students shaded red have an incomplete check- in",rows_per_page:yN,anonymous_link:fN,select_ratings_of_questions:wN,select_responses_distribution:vN,you_can_only_select_one_question_per_time:$N,number_of_answers:bN,my_interests:kN,i_like_to_know_more_about:IN,my_strengths:xN,my_challenges:CN,i_can_help_myself_by:SN,my_teacher_can_help_me_by:AN,other_people_who_can_help_me_are:EN,tools_things_that_can_help_me_are:qN,my_goals:TN,my_goals_and_targets:PN,my_hopes_and_dreams:RN,missing_grade:LN,grade_must_be_equal_or_greater_than_grade_level_1:jN,you_havent_added_any_challenges_yet:NN,you_havent_added_any_strengths_yet:MN,you_havent_added_any_idea_yet:GN,you_havent_added_any_people_yet:zN,you_havent_added_any_tools_yet:DN,you_havent_added_any_strategies_yet:FN,you_havent_added_any_goals_and_targets_yet:BN,you_havent_added_any_hopes_and_dreams_yet:ON,ways_I_learn_best:VN,your:HN,interest:WN,strength:XN,challenge:YN,idea:ZN,people:UN,tool:JN,dream:QN,person:KN,more_detail_to:eM,my_support:_M,network:tM,my_current_PLP:sM,view_PLP:nM,current_accommodation:oM,goal_date:aM,you_havent_added_any_item_yet:iM,passing_date:rM,college:cM,visit:lM,application:dM,a_plan:uM,interests:mM,activities:hM,test_exam:gM,course:pM,resources:yM,essay:fM,essays:wM,plans:vM,total_of:$M,diagnostic_survey:bM,selected_questions:kM,available_questions:IM,are_you_sure_you_want_to_inactive_students:xM,data_for_the_last_month:CM,number_of_questions:SM,no_item_to_display:AM,template:EM,assessment:qM,assignment_result:TM,certificate:PM,learning_support_category:RM,feedback:LM,suggestion:jM,tutorial_screen:NM,reflection_forms:MM,select_question_to_add:GM,all_of_the_students_marked_as_feeling_safe:zM,integrations:DM,"this_check_in_will_be_deleted_from_all_databases._are_you_sure_you_want_to_continue?":"This check-in will be deleted from all databases. Are you sure you want to continue?","total_1-1_conversations":"Total 1-1 conversations",default_question_one_to_one_list:FM,is_default_question:BM,is_class_reflection_question:OM,yes_no_question:VM,number_of_stars:HM,emotion_icon:WM,add_new_sub_question:XM,sub_questions:YM,are_you_sure_to_delete:ZM,edit_1_1:UM,wellness:JM,environment_safety:QM,sleeping:KM,eating:eG,learning:_G,getting_help:tG,exercising:sG,being_calm:nG,home:oG,school:aG,online:iG,learning_in_class:rG,home_learning:cG,destinations:lG,destinations_lc:dG,select_csv:uG,import_class_reflections:mG,type_question:hG,edit_destination:gG,create_destination:pG,total_of_destination:yG,general_info:fG,file_extension:wG,todays:vG,add_to_do:$G,edit_to_do:bG,description_optional:kG,do_you_want_delete_this_goal:IG,my_to_do:xG,set_your_to_do:CG,your_daily_motivation:SG,my_1_1:AG,student_learning_plans:EG,sign_out:qG,topic:TG,comment:PG,willingness_to_do_your_best_learning:RG,not_done_yet:LG,not_chosen_yet:jG,loading:NG,i_organize_myself_for_success_by:MG,i_know_i_am_doing_my_best_because:GG,i_know_i_feel_ready_to_learn_when:zG,go_to_plp:DG,go_to_personal_learning_plan:FG,create_qr_code:BG,warning_email:OG,"1_1_sessions":"1-1 Sessions",filter_by_students:VG,search_for_students:HG,sort_by:WG,recently:XG,most_positive:YG,least_positive:ZG,back_to:UG,this_session_can_be_edit_by_user_change_session:JG,type_your_answer_here:QG,take_notes_and_get_suggestions_from_our_MARIO_support_bot:KG,scaffolding_is_on:ez,scaffolding_is_off:_z,see_all_suggestions:tz,scaffolding:sz,session_finished:nz,do_you_want_to_start_now_or_book_later:oz,new_1_1s:az,book_1_1s:iz,select_session_type:rz,new_conferences:cz,my_personal_interests:lz,i_find_it_difficult_when:dz,take_the_quiz:uz,collapse:mz,expand:hz,created_on:gz,updated:pz,notifications:yz,mark_all_as_read:fz,filter:wz,read:vz,unread:$z,is_read:bz,go_to_session:kz,go:Iz,meetings:xz,student_profile:Cz,booked_times:Sz,session_are_booked_as_10_minute_slots:Az,conference_finished:Ez,back_to_conferences:qz,unfinished:Tz,back:Pz,select_your_status:Rz,my_safety:Lz,working_on_it:jz,not_started:Nz,total_of_rubrics:Mz,select_question_category:Gz,default_question_conference_list:zz,create_rubric:Dz,type_something_to_search_rubric:Fz,prev:Bz,select_the_grade:Oz,class_qr_codes:Vz,title_is_required:Hz,the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in:Wz,this_conference_will_be_deleted_from_all_databases_are_you_sure_you_want_to_continue:Xz,check_in_and_1_1s:Yz,my_check_in_and_1_1s:Zz,book_for_later:Uz,check_ins_home:Jz,start_your_check_in_and_you_can_also_request_a_conversation_with_your_teacher_after:Qz,set_your_goals:Kz,show_pending_conversations:eD,check_in_sessions:_D,this_initial_step_activates_your_1_on_1_conversation_setting_the_stage_for_personal_dialogue:tD,check_in_session:sD,"1_1_conversation_complete":"1-1 Conversation Complete",check_in_complete:nD,log_1_1_conversation:oD,log_conversation_data:aD,add_1_1_conversation_notes:iD,save_data:rD,please_select_date_1_1_conversation:cD,please_write_something_to_this_1_1_conversation:lD,data_1_1_conversation_cannot_exceed_300_characters:dD,check_in_session_title:uD,i_have_nothing_to_add:mD,check_in_session_finished:hD,is_question_for_grade_1_2:gD,"1_1_session":"1-1 Session",type_your_answer_here_e_g_i_met_my_friend:pD,type_your_answer_here_e_g_my_best_friend_didnt_come_to_school:yD,save_1_1_log_note:fD,no_need_for_it:wD,conversation_saved:vD,yes_view_student_goals:$D,what_did_you_and_the_student_choose_as_an_action_step_would_you_like_to_add_it_as_a_goal:bD,here_you_can_find_all_the_notes_and_1_1_conversations_logs_the_student_has:kD,back_to_notes_and_logs:ID,students_review:xD,other_note:CD,students_perceived_usefulness:SD,student_feedback:AD,note_category:ED,select_note_category:qD,save_note:TD,type_the_main_focus_of_this_session:PD,please_add_title_note:RD,notes_and_logs:LD,other_notes_from_the_conversation:jD,share_your_thoughts:ND,make_this_a_private_note:MD,environment_specific_safety:GD,students_reported_feelings:zD,well_being_indicators:DD,readiness_trends:FD,open_field_questions:BD,number_of_students_with_at_least_one_very_low_metric:OD,this_flags_if_the_student_is_not_ready_to_learn_or_has_at_least_one_success_or_readiness_to_learn_metrics_under_40:VD,of_students_have_concerned_metrics:HD,have_metrics_40:WD,all_students_have_good_metrics:XD,students_with_at_least_one_concerned_metric:YD,concerned_metrics:ZD,concern_metrics:UD,conversation_goal:JD,target_monthly_conversation_goal_for_teachers:QD,target_monthly_conversation_goal_for_counselors:KD,conversations:eF,are_not_ready_to_learn:_F,check_in_date:tF,educator:sF,location:nF,edit_my_profile:oF,save_new_password:aF,conversation_duration:iF,please_set_time_1_1_conversation:rF,negative_emotions:cF,please_select_add_teacher_for_selected_student_first:lF,choose_profile_picture:dF,choose_a_profile_picture_from_our_gallery_or_upload_your_own:uF,select_a_picture:mF,delete_checkin:hF,delete_conference:gF,are_you_sure_to_delete_this_check_in:pF,are_you_sure_to_delete_this_conference:yF,yes_im_sure:fF,teachers_list:wF,this_months_average_vs_last_month:vF,manage_your_active_students_and_their_progress:$F,staff_assigning:bF,save_staff:kF,add_student:IF,class_qr_code:xF,edit_staff:CF,search_students_by_name_or_email:SF,all_grades:AF,all_flags:EF,no_students_found:qF,why_are_you_not_ready_to_learn:TF,delete_1_1:PF,are_you_sure_to_delete_this_one_to_one:RF,please_add_email:LF,select_creator:jF,type_an_email_to_share:NF,invalid_email_format:MF,share:GF,personal_learning_plans:zF,metrics_that_flagged:DF,teacher_emails:FF,counselor_emails:BF,remove_bulk:OF,personal_learning_plans_description:VF,last_updated:HF,transition_plans:WF,transition_plans_description:XF},ZF="Dashboard",UF="User",JF="Question Bank",QF="Email Template",KF="Flag Alerts",eB="Set up",_B="Media Gallery",tB="District school list",sB="Export to PDF",nB="The data is taken from the home screen",oB="Make sure everything is set correctly before exporting.",aB="Cancel",iB="Hey",rB="Readiness to Learn",cB="High Impact Learning Strategies",lB="Check-in",dB="Check-ins",uB="Reflection",mB="Conferences",hB="Safety",gB="Student by Age",pB="Students by Designation",yB="Calendar",fB="Gender",wB="Grade",vB="Grades",$B="Current Grade",bB="Student name",kB="Teacher name",IB="Start Date",xB="End Date",CB="The represenation of individual student responses to their own feelings of Energy, Focus, Happiness, Safety, and Stress at the time administered. Note that scores are set on a 1-100 scale with the exception of Stress which optimum stress is set at '0' to get a sense of High Stress vs Low Stress.",SB="Both the composite of individual students reporting their perceived use of John Hattie's High Impact Learning Strategies measured against the actual application with a teacher in total.",AB="The composite results of the survey completed by individual students assessing their own perception of performance in the 6 key areas followed by 3 specific areas of well being over time.",EB="The result of surveys sent to any individual (external or internal) that connects with the student to assist in measuring the individual student's: Productivity, Happiness, Energy, Focus, and Stress over time.",qB="The composite representation of individual aggregate scores located at the bottom of individual Conferences conducted between Teachers and Students over time. Note that scores of 'Not Applicable' do not get measured.",TB="The visual represenation of all the responses from the question asking students to rate their perceived level of safety for themselves at your school over time.",PB="The specific representation of students by gender and grade level at your school.",RB="The composite representation of students by individual grades in your school with specific designations.",LB="Total 1-to-1",jB="Total Check In",NB="Total Check Ins",MB="Total 1-to-1 Time",GB="Total Conferences",zB="Total Conferences Time",DB="Total Class Reflection Check Ins",FB="Create user",BB="Edit user",OB="Change password",VB="Type something to search by user name",HB="Total of users",WB="Name",XB="Email",YB="Age",ZB="Role",UB="Active status",JB="Action",QB="Active",KB="Inactive",e5="Create",_5="Update",t5="First name",s5="Date of birth",n5="Last name",o5="Roles",a5="Status",i5="Send forgot password link",r5="Download user data",c5="Current password",l5="New password",d5="Confirm password",u5="Save",m5="Type something to search for a question",h5="Type something to search category",g5="Total questions",p5="Create question",y5="Edit question",f5="Question Type",w5="Category",v5="Sub Category",$5="Question Text",b5="Text",k5="Is default question for one-to-one",I5="Default question for students or teachers",x5="Is default question general class",C5="Default question general for students or teachers",S5="Before session",A5="Edit custom alert",E5="Create custom alert",q5="Total Custom Alerts",T5="Number Of Sessions",P5="Number Of Students",R5="Begin Date",L5="Duration (Days)",j5="Students",N5="Create skill",M5="Edit skill",G5="Total of skills",z5="Description",D5="skill",F5="Parent category",B5="Edit subject",O5="Create subject",V5="Total of subjects",H5="Color",W5="Create learning support category",X5="Edit learning support category",Y5="Create category",Z5="Edit category",U5="Total of learning support categories",J5="Default Color",Q5="Edit strategy",K5="Create strategy",eO="Create learning strategy",_O="Total of strategies",tO="Strategy name",sO="Question",nO="Detail",oO="strategy",aO="Best fit",iO="Create goal example",rO="Edit goal example",cO="Total of goal examples",lO="Short term target examples",dO="goal example",uO="Edit badge",mO="Create badge",hO="Total of badges",gO="Icon",pO="badge",yO="Badge image",fO="Edit semester",wO="Create semester",vO="Update school break month",$O="Total of semesters",bO="Total of academic years",kO="Semester",IO="Breaking month",xO="Change breaking month",CO="School year break month",SO="Edit blank day",AO="Create blank day",EO="Total of blank days",qO="Start time",TO="End time",PO="school blank day",RO="Edit point",LO="Create new point",jO="Total of point",NO="Label",MO="Value",GO="Break point",zO="Update break point",DO="Maximum number of admins",FO="Maximum number of assistants",BO="Maximum number of students",OO="Maximum number of teachers",VO="Request to this plan",HO="Type something to search reflection result",WO="User deleted",XO="Export user data",YO="All data of this user will be permanently deleted from the system. Please export before continuing",ZO="Delete user",UO="A teacher must be selected before deleting this teacher. We will transfer the entire class and students to this teacher before deleting all of this teacher's data.",JO="List Students",QO="Student Email",KO="Current Teacher Name",e9="Current Teacher Email",_9="Change Save",t9="Select teacher change",s9="Current Assistant Name",n9="Current Assistant Email",o9="Remove Assistant",a9="Switch Assistant",i9="Select Assistant change",r9="Select Assistant",c9="Welcome Email Re-send",l9="Send for selected users",d9="User Name",u9="User Email",m9="Level",h9="Use for",g9="Admin training",p9="Teacher training",y9="Create time",f9="Total Reflections",w9="Student training",v9="Create Designation",$9="Total of Designation",b9="Designations",k9="Edit Designation",I9="Confirm",x9="Hello",C9="Today’s 1-1",S9="Today’s Check In",A9="Today’s Conferences",E9="Next Meeting",q9="Next Conference",T9="Today’s Schedule",P9="Action Points",R9="Upcoming",L9="See all action points",j9="Add",N9="Edit Action Point",M9="Add Action Point",G9="Title",z9="Type title",D9="Subject",F9="Select date",B9="Date",O9="Select time",V9="Time",H9="Notification",W9="No notification",X9="Day",Y9="Week",Z9="Mark as done",U9="My Students",J9="Download Template",Q9="Import CSV",K9="Add New",eV="Show only work as assistant",_V="Show only work as teacher",tV="Last 1-to-1",sV="Last Check-in",nV="Last conference",oV="Total time",aV="Assistant Name",iV="Work as assistant",rV="Assign Assistant",cV="View",lV="History",dV="Custom recurrence",uV="Repeat every",mV="Repeat on",hV="Never",gV="On",pV="After",yV="Pick a date",fV="Pick a time",wV="Change date",vV="Change time",$V="Apply",bV="New Check-in Session",kV="New Check In",IV="Do you want to talk with teacher",xV="Start now",CV="Book later",SV="Select category",AV="Search question category",EV="No question",qV="Select question",TV="Select student",PV="Select staff",RV="Staff name",LV="Select teacher",jV="Who would you like to check-in with?",NV="Please select a student",MV="Please select a teacher",GV="Please provide a valid student",zV="Please provide a valid teacher",DV="Select a student and launch a new session or book one for later",FV="You have no teacher",BV="Search teacher",OV="Select Date & Time",VV="Book 1-to-1",HV="Book new Check In",WV="Schedule",XV="Sessions are booked as 10 minute slots",YV="Does not reoccur",ZV="Time must be between 8 AM and 6 PM",UV="From",JV="To",QV="Show only favorites",KV="Show 1-1 conversation only",eH="Duration",_H="Favorite",tH="Open",sH="No Data",nH="Schedule Detail",oH="Are you sure you want to Cancel this schedule?",aH="Completed 1-1 Conversation",iH="Completed Check-in session",rH="Done",cH="What do you want to talk about?",lH="Session Type",dH="What is this session type?",uH="How are you feeling about each area right now?",mH="Sleep, nutrition, exercise, physical health, and mental health",hH="Goals, activities, habits, and strategies",gH="Overall, how are you feeling today?",pH="What is your level of pride in yourself today?",yH="How are you feeling today?",fH="How much did you learn from this session?",wH="What is the most important thing you learned from this session?",vH="Your next meeting",$H="Today at",bH="Choose if you want to start the check-in now or book a time with your teacher or counselor for later.",kH="Edit",IH="Phone number",xH="Second phone number",CH="Health Note",SH="Address",AH="MTSS",EH="Note",qH="No Schedule",TH="My Notes",PH="Private Note",RH="Goal Progress",LH="View all goals",jH="Completed",NH="Not completed",MH="Student Information",GH="Top Learning Strategies",zH="Perceived Usage",DH="Total Number of Times Seleted",FH="Energy",BH="Focus",OH="Happiness",VH="Stress",HH="One To One",WH="Class Reflection",XH="Conference",YH="Learning Progress",ZH="Can't export now. Please try again.",UH="View data",JH="Learning strategies",QH="Strategies",KH="Number of used",eW="Next",_W="Previous",tW="My Conferences",sW="Select a student and launch a new conference or book one for later.",nW="Select a teacher and launch a new conference or book one for later.",oW="You have no student",aW="This is a required field",iW="Please select question category",rW="Book conferences",cW="Final score",lW="New Conference",dW="Search student",uW="Search staff",mW="Meeting schedule",hW="Class schedule",gW="More Questions",pW="Conference Rubric",yW="Unlock",fW="Before clicking submit",wW="Your session was",vW="mins",$W="min",bW="Submit",kW="There are several questions you have not answered yet. Are you sure to complete?",IW="Be sure to check with your teacher that you have completed all that is required",xW="Teacher choice",CW="Student choice",SW="Agreement",AW="Personal Learning Plan",EW="My Personal Learning Plan",qW="Personal Interests",TW="Allow student to edit",PW="Strengths and Challenges",RW="Significant Strengths",LW="Strengths",jW="Challenges",NW="Significant Challenges",MW="How my teachers can help me learn",GW="About my learning",zW="About my environment",DW="Accommodations",FW="Goals",BW="This goal is showing in the student's conference rubric. Are you sure to delete it?",OW="Activity Circles",VW="Friend Circles",HW="Are you ready to learn?",WW="Class Schedules",XW="Add Class Schedule",YW="Class Date",ZW="Class Name",UW="Day/Period",JW="Teacher Email",QW="Note Type & Class",KW="My Note",e6="Add New Note",_6="All Category",t6="Personalized",s6="Show only favorite",n6="Search",o6="Note title",a6="Student",i6="Note Detail",r6="Mark as favorite",c6="Type a note",l6="Please select student",d6="Settings",u6="Save changes",m6="Activity Notifications",h6="Schedule Notifications",g6="Preschedule Notifications",p6="Yes",y6="No",f6="Email Notification",w6="Send me email notification",v6="Don’t send me email notification",$6="Type",b6="Teacher Request",k6="Student Request",I6="Overview",x6="PLP",C6="My Student 1-to-1",S6="My Student Check In",A6="My Student Conference",E6="Received Date",q6="Class Impact Score",T6="Impact Score",P6="IEP",R6="IEPs",L6="Creator",j6="Last Modify",N6="Modify",M6="Student Reflections",G6="External Reflection",z6="External Class Reflection",D6="Reflections",F6="Class Reflections",B6="Add Reflection",O6="Add Class Reflection",V6="Class Type",H6="Teacher Image",W6="Send to Teacher",X6="Send Now",Y6="Missed",Z6="Pending",U6="Sent Date",J6="Go to the student's PLP",Q6="New IEP",K6="Edit IEP",eX="Type of IEP",_X="Source of Eligibility (forinitial)",tX="Annual Goals",sX="Enter a date range",nX="Add Objectives",oX="Add Goals",aX="day/month/year",iX="Special Education",rX="The IEP must contain a statement of the special education and related services and supplementary aids and services to be provided to the child, or on behalf of the child. This section focuses on the first element: a statement of the special education that will be provided for the child.",cX="Objectives and Reporting Progress",lX="Each child's IEP must also contain a description of how his or her progress toward meeting the annual goals will be measured and when it will be reported to parents.",dX="Once a child's needs are identified, the IEP team works to develop appropriate goals to address those needs. Annual goals describe what the child is expected to do or learn within a 12-month period.",uX="Related Services",mX="To help a child with a disability benefit from special education, he or she may also need extra help in one area or another, such as speaking or moving. This additional help is called related services. Find out all about these critical services here.",hX="Supplementary Aids and Services",gX="Supplementary aids and services are intended to improve children’s access to learning and their participation across the spectrum of academic, extracurricular, and nonacademic activities and settings. The IEP team must determine what supplementary aids and services a child will need and specify them in the IEP.",pX="Program Modifications for School Personnel",yX="Also part of the IEP is identifying the program modifications or supports for school personnel that will be provided",fX="Extent of Nonparticipation",wX="The IEP must also include an explanation of the extent, if any, to which the child will not participate with nondisabled children in the regular class and in other school settings and activities.",vX="Accommodations in Assessment",$X="IDEA requires that students with disabilities take part in state or districtwide assessments. The IEP team must decide if the student needs accommodations in testing or another type of assessment entirely. In this component of the IEP, the team documents how the student will participate.",bX="Service Delivery",kX="When will the child begin to receive services? Where? How often? How long will a “session” last? Pesky details, but important to include in the IEP!",IX="Transition Planning",xX="Beginning no later than a student’s 16th birthday (and younger, if appropriate), the IEP must contain transition-related plans designed to help the student prepare for life after secondary school.",CX="Present Levels",SX="How is the child currently doing in school? How does the disability affect his or her performance in class? This type of information is captured in the “present levels” statement in the IEP.",AX="Signatures",EX="IEP old version and diagnostic docs",qX="Upload File",TX="Add Interest",PX="Upload Image",RX="Supported image types: PNG, JPEG, WEBPbbb",LX="Edit Interest",jX="Select personal interest or enter personal interest here",NX="Add note",MX="Select Best Fit",GX="Best fits",zX="Select Strategies",DX="Selected Learning Strategies",FX="Do you want to delete this strengths and challenges",BX="Add New Item",OX="Edit Item",VX="Select Teaching Strategies",HX="Selected Teaching Strategies",WX="Add title",XX="My Learning",YX="Do you want to delete this about my learning",ZX="Edit My Learning",UX="Add My Learning",JX="Select about learning or enter about learning here",QX="Accommodation",KX="All categories",eY="Do you want to delete this accommodation",_Y="Edit Accommodation",tY="Add Accommodation",sY="All",nY="All status",oY="Goal Type",aY="Add New Goal",iY="Goal Detail",rY="Select status",cY="Goal Baseline",lY="Objective",dY="Goal Details",uY="Goals Type",mY="Edit Goal Detail",hY="Uploaded Files",gY="Optional",pY="Edit Baseline",yY="Edit friend",fY="Add friend",wY="Search friend",vY="Friend type",$Y="Edit activity",bY="Add activity",kY="Search activity",IY="Activity",xY="Activity type",CY="Select or type an activity",SY="ACTION NEEDED",AY="EXTERNAL",EY="Student Survey",qY="VIEW SURVEY",TY="Create a survey",PY="Survey from",RY="Review",LY="Publish survey",jY="Total Surveys",NY="Flags",MY="Scheduled Session",GY="Total survey done",zY="Total survey not done",DY="LIST SURVEY",FY="Surveys",BY="Survey",OY="Create survey",VY="My Survey",HY="Counselor Name",WY="Survey title",XY="Deadline",YY="Day Left",ZY="Replied date",UY="Session",JY="Flag",QY="External email",KY="Scheduled Now",eZ="Session schedule",_Z="Session scheduled",tZ="Search survey",sZ="Total Survey",nZ="Survey Result",oZ="Check In from",aZ="Received today at",iZ="Preview Survey",rZ="Complete survey",cZ="Do you want to share a survey to Teachers?",lZ="You can share this survey to teachers to get more insight about your student.",dZ="skip",uZ="Survey questions",mZ="Weekly quests",hZ="Add Survey Question",gZ="Additional Question",pZ="Add additional question",yZ="Save Favorite",fZ="Save as favorite",wZ="Favorite survey",vZ="Slider",$Z="questions",bZ="Insert All questions",kZ="Remove All questions",IZ="Insert questions",xZ="Survey Templates",CZ="Insert template",SZ="Share Survey to Teachers",AZ="Suggested Teacher",EZ="Email Contents",qZ="Send survey",TZ="Review Survey Detail",PZ="A number of student",RZ="Date and Time",LZ="Scale",jZ="Answer",NZ="Add question",MZ="Save question",GZ="External survey",zZ="IB Learner Profile",DZ="Set deadline",FZ="Duplicate Survey",BZ="Share Survey",OZ="New Survey",VZ="Assign Counselor",HZ="Select Counselor",WZ="Select Support Teacher",XZ="Assign Support Teacher",YZ="Switch Support Teacher",ZZ="Support Teacher Name",UZ="User For Question",JZ="Requested Reflection",QZ="Request Class Reflection",KZ="Share Survey To Teacher",e8="Select from",_8="Switch counselor",t8="Remove counselor",s8="Current Counselor Email",n8="Current Counselor Name",o8="Select Counselor Change",a8="Current Support Teacher Name",i8="Current Support Teacher Email",r8="Remove Support Teacher",c8="Select Support Teacher Change",l8="Filter calendar",d8="Average Safety",u8="Is Active",m8="Top 5 Most Used Strategies",h8="Preparedness",g8="Average Student Stress",p8="Success Indicators",y8="Learning Process",f8="Survey Dashboard",w8="Response Rate",v8="Top 5 Survey's Used",$8="Question Intervention",b8="Student Pressure",k8="Overall Readiness to Learn",I8=" View Calendar",x8="Student Wellness",C8="View Data Dashboard",S8="View a student",A8="View student",E8="Average Safety",q8="Average Stress",T8="Average Energy",P8="Average Focus",R8="Average Happiness",L8="vs last month",j8="of students are not feeling safe",N8="students marked themselves as unsafe.",M8="marked themselves as unsafe.",G8="are not feeling safe.",z8="of students are highly stressed.",D8="flagged with high stress.",F8="are feeling highly stressed.",B8="Select a student to see their profile and learning plan",O8="Select a student and start a conversation with the check-in results",V8="start",H8="Teacher Reflection",W8="Notes",X8="Student Reflections",Y8="View Latest Check Ins",Z8="This Week's",U8="missing weekly check in",J8="Add new student",Q8="Start Check-In",K8="No events today",eU="Today's Schedule",_U="high stressed",tU="unsafe",sU="Average",nU="see them",oU="goal",aU="ended over 24 hours ago",iU="Start a 1-1 Conversation",rU="View results",cU="Request Check In",lU="Last",dU="Latest Check Ins",uU="Students who missing weekly check in",mU="This student doesn’t have missing check in",hU="No student missing weekly check in",gU="Start 1-1 Conversation",pU="Select a teacher and start a check in",yU="This week's check Ins",fU="This week's 1-1s",wU="This student doesn’t have 1-1 in this week",vU="This student doesn’t have check in in this week",$U="No last or requested Check Ins",bU="Students who are highly stressed",kU="Students who are not feeling safe",IU="Students missing a weekly check in",xU="Student Stress by Zone",CU="Student Distribution",SU="Survey's flags",AU="Yellow flags",EU="Green flags",qU="Red flags",TU="Show by",PU="Survey Overview",RU="Share Note",LU="Survey Summary",jU="Survey name",NU="Date created",MU="Cut off time",GU="Created by",zU="Responses Distribution",DU="Ratings of Questions",FU="Show results for",BU="Responses and Response Rates Per Question",OU="View List of Students",VU="View List of Response",HU="Number of Responses",WU="Number of Not Responses",XU="Question Rating",YU="No response yet",ZU="External Survey is highlighted in the table",UU="Reset Password",JU="Correct",QU="Incorrect",KU="The correct answer is",e7="The correct answers are",_7="Action Need",t7="View answers",s7="Survey Results",n7="Weeks",o7="Months",a7="Scheduled Sessions",i7="Active Surveys",r7="View Responses",c7="Download .CSV",l7="Create new survey",d7="Go to Individual Survey Responses",u7="You can only select {{number}} KPIs at a time",m7="You can only select {{number}} KPIs at a time. To select a new one, please switch off one of the previous ones.",h7="Last Check in",g7="How many times a strategy has been chosen",p7="These metrics come from students' check ins. Filter above to change the data set",y7="Not yet started",f7="In progress",w7="Export Check Ins to CSV",v7="These metrics come from the conference rubric. Only teacher responses are scored",$7="Please save first",b7="Print date",k7="Goal base line",I7="print",x7="DOWNLOAD",C7="My daily motivation",S7="Select deadline",A7="Image is a required",E7="Old IEP",q7="Create Next Year's IEP",T7="Write something (Optional)",P7="The Effectiveness of Learning Strategies by Student's feedback",R7="Perceived Usefulness",L7="Performance",j7="Not enough challenge, leading to boredom and lack of interest.",N7="Calm and relaxed but not enough motivation to perform at my best.",M7="Manageable levels of stress allowing me to perform at my best.",G7="Still in control but starting to feel the pressure.",z7="Too much pressure and really struggling to manage my workload.",D7="Import email by csv",F7="Request number",B7="Select or input class type",O7="Send Request",V7="Start Reflection",H7="Customize Reflection",W7="Include section you want to appear",X7="Time of Day",Y7="IEP Template",Z7="OneRoster",U7="Sandbox",J7="Information Roster (Sourced Id / Full name / Email)",Q7="Sync Roster users",K7="Export to CSV",eJ="User List",_J="Assign Student",tJ="OneToOne Question",sJ="Class Reflection Question",nJ="Conference Question",oJ="Actions",aJ="Order",iJ="User for",rJ="Question category",cJ="Template Survey",lJ="Total of category",dJ="Create template",uJ="Number of question",mJ="Mandatory",hJ="well-being",gJ="self-efficacy",pJ="No question to display",yJ="Privacy Policy",fJ="Profile",wJ="Role change",vJ="Log out",$J="Data Dashboard",bJ="Deep Learning Tools",kJ="My Profile",IJ="Phone",xJ="Calendar ID",CJ="Old password",SJ="Confirm new password",AJ="Select a student and start a check-in",EJ="Anything is possible. Anything can be.",qJ="Edit Picture",TJ="Create new student",PJ="Grade Level",RJ="Health Notes",LJ="Student's Parent Information",jJ="Parent 1",NJ="Parent 2",MJ="In-App Notifications",GJ="Turn on all notifications",zJ="Notify me when...",DJ="A student schedules a 1-1",FJ="A student schedules a conference",BJ="A student completes a conference self-assessment rubric",OJ="A student or teacher completes a class reflection",VJ="Action points are due based on chosen schedule",HJ="A student hasn't logged 1-1 in the past 28 days.",WJ="Email Notifications",XJ="Turn on all emails",YJ="A student responds to a 1-1 Readiness to Learn with “NO”",ZJ="A student reported a low safety score on a check-in",UJ="Continue as:",JJ="Admin",QJ="Counselor",KJ="SupportTeacher",eQ="Teacher/Assistant",_Q="Add Parent 1 Information",tQ="Add Parent 2 Information",sQ="Parent Role",nQ="All Activity",oQ="Academic year",aQ="All of the students report manageable stress levels",iQ="growth",rQ="relationships",cQ="Productivity",lQ="academics",dQ="percent",uQ="Unmotivated",mQ="Comfort",hQ="Stretch",gQ="Strain",pQ="OVERWHELMED",yQ="Edit student profile",fQ="teacher",wQ="created",vQ="Student phone number",$Q="Designation",bQ="E-mail",kQ="General ED teacher",IQ="Select general ED teacher",xQ="Please select teacher",CQ="assign",SQ="Be silly, be honest, be kind.",AQ="Do you want to change to role Counselor to open?",EQ="Search Assistant",qQ="Baseline",TQ="Timeframe",PQ="Friends",RQ="Best Friends",LQ="Supportive",jQ="Potential Friends",NQ="Like",MQ="Love",GQ="Interested",zQ="Curious",DQ="Improvement in study habits, grades, sports, clubs, or personal projects",FQ="Family, friends, and teachers",BQ="Accomplishing important tasks and limiting distractions",OQ="Homework, studying, and grades",VQ="My ability to be successful",HQ="What's on your mind?",WQ="Now look back at your responses from today",XQ="Do you want to change to role Student to open?",YQ="Student has started this One to One. Are you sure to delete ?",ZQ="Do you want to change to role Support Teacher to open?",UQ="Student has not started this conference. Are you sure to delete ?",JQ="Search support teacher",QQ="Search Counselor",KQ="How productive I was in class today?",eK="Not Enough Stress",_K="Too Much Stress",tK="Organization",sK="Self-Awareness",nK="Self-Directed Learning",oK="self-advocacy",aK="Self-Management",iK="Conceptual Change Conversation",rK="Concrete Examples",cK="Elaboration",lK="Dual Coding",dK="Note Type & Class",uK="Edit Note",mK="NOT DONE",hK="red",gK="yellow",pK="green",yK="uwcsea-sg climate survey",fK="connections with adults & peers",wK="holistic learning experiences",vK="my health and wellbeing",$K="open ended questions",bK="Do you need some extra help or support?",kK="sdq (standards and difficulties questionaire)",IK="sdq (strengths and difficulties questionnaire) supplemental",xK="Close",CK="Student responses",SK="Anonymous responses",AK="Teacher Perceived",EK="Prepared for class",qK="Missing class assignments",TK="Completed classwork",PK="Asked for help when needed",RK="Clear ",LK="Missing Reflections",jK="Total students missing/late assignments",NK="Subject class",MK="Chart type",GK="Request from",zK="Are you sure you want to delete this item?",DK="Yes, delete",FK="Completed Conference",BK="My Learning Plan",OK="My Learning Plan (Beta)",VK="Winning doesn’t always mean being first. Winning means you’re doing better than you’ve done before.",HK="Integrating Learningwith PreviousKnowledge",WK="Improving Student Self-Efficacy",XK="My Check In",YK="What do you want to do differently?",ZK="To do",UK="My Class Reflections",JK="Send reflection",QK="Type 2 characters to search",KK="Create time",eee="Do you want to remove this user?",_ee="Warning",tee="Do you want to impersonate this user?",see="Assistant",nee="Parent",oee="Choose file",aee="Do you want to remove this question?",iee="Select",ree="Do you want to remove this category?",cee="Total templates",lee="Template name",dee="Category name",uee="Created date",mee="Do you want to remove this email template?",hee="Create Email Template",gee="Email Subject",pee="Mail subject",yee="Email Body",fee="Email Params",wee="Params",vee="Meaning",$ee="Add attachment",bee="Skills",kee="Subjects",Iee="Learning support categories",xee="Goal examples",Cee="Student badges",See="Blank days",Aee="CSV Import",Eee="Band scores",qee="License",Tee="Switch teacher",Pee="Question Scaffolding",Ree="Training",Lee="Type something and press Enter to add short term target examples",jee="Import users",Nee="Import class reflection",Mee="Download user's data",Gee="Do you want to remove this Assistant?",zee="Do you want to remove this Counselor?",Dee="Do you want to remove this support teacher?",Fee="Send",Bee="Do you want to remove this Designation?",Oee="New folder",Vee="Upload",Hee="Type something to search by file name",Wee="Systems",Xee="Create Template System",Yee="Created At",Zee="Do you want to remove this template?",Uee="OneRoster Setting",Jee="Users",Qee="OneRoster Config",Kee="End Point URL",e_e="Client Id",__e="Client Secret",t_e="Import OneRoster",s_e="Import from Zip file",n_e="Import from Restful api",o_e="Non-existent Users",a_e="Type something to search users",i_e="Create Account for Selected Users",r_e="Help",c_e="Sandbox mode",l_e="Off",d_e="Restore Sandbox Database",u_e="Turn on",m_e="Turn off",h_e="Restore",g_e="Edit profile",p_e="On track, Going well",y_e="Guide",f_e="Make each day your masterpiece.",w_e="Consistently",v_e="Frequently",$_e="Sometimes",b_e="Rarely",k_e="Not Applicable",I_e="I schedule all homework and studying through google calendar or a planner or organizer as soon as it is assigned.",x_e="I maintain a clean and organized system for keeping and reviewing physical notes, handouts, and packets for each class.",C_e="I maintain a clean and organized system for storing digital files. As a result, I can easily find all of my digital files.",S_e="I keep my school inbox organized and important emails are not missed.",A_e="I have a clear understanding of my strengths.",E_e="I know and understand how teachers can best help me in class.",q_e="I know and understand my accommodations.",T_e="I know and understand my personalized systems and strategies for ideal learning outside of class.",P_e="I know and understand my personalized systems and strategies for ideal learning in class.",R_e="I have a clear understanding of my challenges.",L_e="I have an accurate idea of how I am doing in my classes and know what I need to do to improve.",j_e="I use the first 25 minutes of our class effectively to make progress on my Goals.",N_e="I use the homework/study time effectively.",M_e="Achieving",G_e="Significant Progress",z_e="Moderate Progress",D_e="Slight Progress",F_e="No Progress",B_e="Cope with stressful situations",O_e="Improve my sleeping habits",V_e="I promplty address and deal with difficult situations instead of avoiding them.",H_e="I appropriately use technology.",W_e="I create a note during or after meetings",X_e="I effectively study for upcoming assessments.",Y_e="I turn in all homework on-time and complete.",Z_e="I get the right amount of sleep each night.",U_e="I meet with my teachers outside of class time.",J_e="I ask questions inside and/or after class.",Q_e="When needed, I let my teachers know how to better help me in class.",K_e="I advocate for and use accommodations I need in all of my classes.",ete="Planning",_te="Making Connections with Previous Learning",tte="Providing Quality Feedback",ste="Working on Learning Goals",nte="Setting or Reinforcing High Expectations",ote="Improving Effort",ate="Self-Assessing",ite="Predicting",rte="Help-Seeking Behaviors",cte="Reflecting",lte="Low",dte="Medium Low",ute="Medium",mte="Medium High",hte="High",gte="How much did you learn from this conference?",pte="Are there any observations or feedback you want to share?",yte="What are you doing well that you want to continue?",fte="What is something you have learned while working towards achieving your goals?",wte="English Language or Literature",vte="Language Class",$te="Ridge charts",bte="Bar charts",kte="Line charts",Ite="Start of day",xte="Mid-morning",Cte="Before lunch",Ste="Mid-afternoon",Ate="Last class of the day",Ete="Student only",qte="Teacher only",Tte="Did the student have all needed materials for this class?",Pte="Does the student have any missing assignments?",Rte="Did the student complete today’s classwork?",Lte="Did the student ask for help when needed?",jte="Please rate the student’s participation in class",Nte="Please rate the student’s peformance in class",Mte="How useful were the accommodations?",Gte="Do you have any concerns or student success to share?",zte="Not at all",Dte="Very Helpful",Fte="Not Sent",Bte="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.",Ote="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?",Vte="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?",Hte="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?",Wte="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?",Xte="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?",Yte="Focus is when you pay attention to a task or a person and don't 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?",Zte="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 it's 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?",Ute="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?",Jte="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.",Qte="After looking at your answers today, are you ready to do what's 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.",Kte="How helpful was our conversation today?",ese="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?",_se="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?",tse="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?",sse="Student has not started this Check-in. Are you sure to delete ?",nse="Struggling, I need support",ose="Some well-being issues",ase="Generally okay",ise="Most well-being issues are fine",rse="Feeling great",cse="Making no progress",lse="Aware of my goals but making little progress",dse="Making some progress",use="Good growth overall",mse="Great growth in all areas",hse="One or more key relationships are very difficult",gse="One or more key relationships are a little tricky",pse="Most key relationships are positive",yse="All key relationships are positive",fse="Not at all productive",wse="Procrastinating",vse="Meeting some deadlines",$se="Meeting most deadlines",bse="Meeting all deadlines comfortably",kse="Major challenges",Ise="Difficulties in some areas",xse="On target in some areas",Cse="On target in most areas",Sse="On target in all areas",Ase="Very low confidence",Ese="Lacking some self-belief",qse="Developing and improving",Tse="Feeling positive",Pse="Super confident",Rse="Always distracted",Lse="Mostly distracted",jse="Sometimes distracted",Nse="Generally focused",Mse="Laser-focused",Gse="Exhausted",zse="Often tired",Dse="Feeling okay",Fse="Good energy",Bse="Unhappy most of the time",Ose="Bursting with energy!",Vse="Unhappy some of the time",Hse="More positives than negatives",Wse="Generally happy",Xse="Optimistic and positive almost all of the time",Yse="In danger",Zse="Feeling unsafe",Use="Some concerns",Jse="Feeling safe",Qse="Very safe and secure",Kse="Moderate",ene="Very High",_ne="How much did the conceptual change conversation help your learning improve?",tne="How much did discussing ways to seek help during this session help your learning improve?",sne="How much did a focus on setting or reinforcing high expectations during this session help your learning improve?",nne="A little",one="A lot",ane="After session",ine="High Pride",rne="Low Pride",cne="What is on your mind?",lne="Select All",dne="Attitude",une="Behavior",mne="Collaboration",hne="Confidence",gne="Creativity",pne="Developing Ideas",yne="Exercise",fne="Finishing Tasks",wne="Flexibility",vne="Impulse Control",$ne="Listening",bne="Long-term Memory",kne="Math",Ine="Organization of Materials",xne="Processing Speed",Cne="Reading",Sne="Setting & Achieving Goals",Ane="Short-term Memory",Ene="Sleep Hygiene",qne="Speaking",Tne="Starting Tasks",Pne="Stress & Anxiety",Rne="Studying",Lne="Time Management",jne="Work Ethic",Nne="Writing",Mne="High Expectations",Gne="I learn best when I set high expectations for myself that encourage me to do more than the minimum expected.",zne="I learn best when I recognize my successes and have an opportunity to celebrate progress and achievements.",Dne="Integrating Learning with Previous Knowledge",Fne="I learn best when I connect new and important learning to previous things I have learned.",Bne="Learners Self-Assessing",One="I learn best when I self-assess my own learning with guided prompts, rubrics, and/or support.",Vne="Learning Goals",Hne="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.",Wne="Planning & Predicting",Xne="I learn best when I plan future actions and predict what will happen as a result of these actions.",Yne="Quality Feedback",Zne="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.",Une="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.",Jne="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.",Qne="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.",Kne="Target",eoe="Session Focus",_oe="What was the main focus of this session?",toe="Academic",soe="Assessments and homework",noe="Custom",ooe="General",aoe="Habits And Strategies",ioe="Organization and planning",roe="School/life balance",coe="Sleep habits",loe="Social Media (Tik Tok, Instagram, Youtube, Pinterest, etc)",doe="Role Playing Games (D&D, World of Warcraft, Pathfinder, etc)",uoe="Environment (Global Warming, Sustainability, etc)",moe="Anime (My Hero Academia, Hunter x Hunter, One Piece, etc)",hoe="Manga",goe="Graphic Novels",poe="Comics",yoe="Politics",foe="Television (Stranger Things, Heart Stopper, Glow Up, etc) & Movies (Shrek, Marvel, Encanto, etc)",woe="Music",voe="Bluey",$oe="Stickers",boe="Weather",koe="Religion",Ioe="Spirituality",xoe="News / Current Events",Coe="Sports",Soe="Cafe Culture / Coffee",Aoe="Fashion Design",Eoe="Futurism (engineering, design, etc)",qoe="Science Fiction",Toe="Wellness (meditation, mindfulness, etc)",Poe="Comedy",Roe="Journalism",Loe="Make-up",joe="Aesthetics (Cottagecore, Dark Academia, Fairycore, etc)",Noe="Automotive Culture (race cars, motorcycles, motor bikes, etc)",Moe="Poetry / Slam Poetry",Goe="Horror & Suspense",zoe="Skiing / Snowboarding",Doe="Horseback Riding",Foe="Magic",Boe="Science (biology, chemistry, physics, etc)",Ooe="Minecraft",Voe="Graphic design",Hoe="Survival / Prepping",Woe="Botany",Xoe="Film Study",Yoe="First Responder (fire, EMS/EMT, police, etc)",Zoe="Animals (domesticated, rescue, etc)",Uoe="Animals (large, wild, etc)?",Joe="Marine biology",Qoe="Video Game Youtubers",Koe="Hello Kitty",eae="Memes",_ae="Cony & Brown",tae="Pokemon",sae="Select significant strengths or enter significant strengths here",nae="I learn best when I…",oae="I have difficulty learning when I…",aae="Teachers make learning easier for me when they…",iae="Teachers make learning more difficult for me when they…",rae="If you are a teacher and see I’m having trouble learning in class, you can help me by…",cae="The assignments I learn the most from are…",lae="The assignments I sometimes find too challenging are",dae="Chunking Tasks",uae="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.",mae="Time Management, Starting Tasks, Finishing Tasks, Planning",hae="Bite-size Learning",gae="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.",pae="Short-term Memory, Staying Focused, Impulse Control, Self-Awareness, Listening, Processing Speed",yae="Breaks",fae="I learn best when my teacher builds in short breaks into each class.",wae="Time Management, Finishing Tasks, Staying Focused, Impulse Control, Attitude, Stress & Anxiety, Work Ethic",vae="Happy Notes Home",$ae="I learn best when my teacher send positive notes, emails, or calls home to celebrate my growth.",bae="Finishing Tasks, Setting & Achieving Goals, Attitude, Behavior, Confidence, Work Ethic",kae="Growth Focused",Iae="I learn best when my teacher focuses on my growth and progress rather than overall achievement.",xae="Confidence, Setting & Achieving Goals, Stress & Anxiety",Cae="Avoid Spotlight",Sae="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.",Aae="Stress & Anxiety, Speaking, Processing Speed",Eae="Frequent Check-ins",qae="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).",Tae="Stress & Anxiety, Processing Speed, Task Initiation, Developing Ideas, Planning, Finishing Tasks, Short-term Memory, Staying Focused, Self-Advocacy, Self-Awareness",Pae="Develop Rapport",Rae="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.",Lae="Stress & Anxiety, Behavior, Attitude, Confidence",jae="Explicit Prioritizations",Nae="I learn best when my teacher shares what activities are must-do, recommended, or completely optional.",Mae="Planning, Processing Speed, Finishing Tasks, Listening, Reading, Writing, Stress & Anxiety, Work Ethic, Studying",Gae="Planned Transitions",zae="I learn best when my teacher previews and prepares me and other students for safety drills, activity changes, or other class transitions.",Dae="Time Management, Planning, Finishing Tasks, Stress & Anxiety, Behavior, Flexibility",Fae="Choices",Bae="I learn best when my teacher provides as many choices as possible.",Oae="Attitude, Behavior, Work Ethic",Vae="Movement",Hae="I learn best when my teacher provides lots of planned physical movement or opportunities for movement into class.",Wae="Impulse Control, Staying Focused",Xae="Non-verbal Cues",Yae="I learn best when my teacher redirects me with non-verbal cues to redirect me when possible, rather than verbally redirecting me.",Zae="Staying Focused, Self-Awareness, Attitude, Behavior, Stress & Anxiety, Confidence",Uae="Limit Direct Instruction",Jae="I learn best when my teacher doesn't talk too long and gives me opportunities to learn at my own pace using materials that work best for me.",Qae="Short-term Memory, Staying Focused, Impulse Control, Listening, Behavior, Processing Speed",Kae="Routines",eie="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.",_ie="Time Management, Planning, Finishing Tasks, Stress & Anxiety, Behavior, Flexibility, Starting Tasks",tie="Multimodal Learning",sie="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.",nie="Staying Focused, Listening, Reading, Writing, Math, Collaboration, Processing Speed",oie="Flexible Assessments",aie="I learn best when my teacher creates a variety of options for me to demonstrate my learning.",iie="Listening, Reading, Writing, Math, Speaking, Stress & Anxiety, Collaboration, Processing Speed, Studying",rie="Flexible Feedback",cie="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.",lie="Planning, Staying Focused, Self-Awareness",die="Pre-learning",uie="I learn best when my teacher provides opportunities to learn new concepts early, such as early access to resources.",mie="Time Management, Writing, Reading, Math, Stress & Anxiety, Processing Speed",hie="Understanding Checks",gie="I learn best when my teacher frequently checks in with me to see if I've understand new learning.",pie="Starting Tasks, Short-term Memory, Staying Focused, Impulse Control, Self-Advocacy, Listening, Processing Speed",yie="Rubrics",fie="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.",wie="Studying, Work Ethic, Confidence, Stress & Anxiety, Self-Advocacy, Time Management, Planning, Finishing Tasks",vie="Graphic Organizers",$ie="I learn best when my teacher uses graphic organizer to help me understand what we are learning.",bie="Listening, Reading, Writing, Processing Speed, Short-term Memory, Developing Ideas, Planning",kie="Visuals",Iie="I learn best when my teacher uses lots of visuals (diagrams, infographics, pictures, etc.) to help me understand what are we learning.",xie="Short-term Memory, Staying Focused, Listening, Reading, Processing Speed",Cie="Sentence Stems",Sie="I learn best when my teacher provides sentence stems and writing promts for written assignments.",Aie="Developing Ideas, Planning, Starting Tasks, Writing",Eie="Think Time",qie="I learn best when i have plenty of time to think before answering a question.",Tie="Developing Ideas, Processing Speed, Speaking",Pie="Clear Instructions",Rie="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.",Lie="Time Management, Planning, Starting Tasks, Finishing Tasks, Short-term Memory, Staying Focused, Listening, Processing Speed",jie="Sharing Vocabulary",Nie="I learn best when my teacher provides new vocabulary words before we cover new information and provides opportunities to learn the vocabulary.",Mie="Short-term Memory, Long Term Memory, Listening, Reading, Processing Speed",Gie="Idea Bank",zie="I learn best when my teacher provides a pre-prepared list of ideas for me to chose from.",Die="Developing Ideas, Starting Tasks, Time Management",Fie="Exemplars",Bie="I learn best when my teacher provides examples of what successfully completed work looks like for different levels of performance.",Oie="Developing Ideas, Planning, Starting Tasks, Studying",Vie="Organization Time",Hie="I learn best when my teacher provides time for me to organize materials and/or plan next steps.",Wie="Time Management, Organization of Materials, Developing Ideas, Planning, Starting Tasks, Stress & Anxiety",Xie="I learn best when my teacher schedules regular 1-to-1 time with me.",Yie="Multimodal Answers",Zie="I learn best when I can show my understanding in varied ways like sketching, presentation or a short video relaying information etc.",Uie="Starting Tasks, Finishing Tasks, Self-Advocacy, Long Term Memory",Jie="Peer Teaching-group Work",Qie="I learn best when I can peer teach or practise with peers.",Kie="Studying, Listening, Processing Speed, Long Term Memory",ere="Extra time to complete assessments",_re="Extra time to process spoken information and directions",tre="Extra breaks as needed",sre="Use of a computer (without internet access) or word processor on assessments",nre="Audio versions of assessments",ore="Access to a reader for assessments",are="Speech to text software for assessments",ire="Access to a scribe for assessments",rre="Audio recording of answers for assessments",cre="Break up larger timed assessments over several days",lre="Take tests in a quiet room with few distractions",dre="Take tests in a small group setting",ure="Assign seating where the student is likely to learn best",mre="The use of sensory tools during class",hre="Special lighting",gre="Use of a computer or word processor to take notes",pre="Use of a calculator when normally not allowed one",yre="Use of a spelling dictionary or spellchecker",fre="Copies of class notes",wre="Written copy of any instructions",vre="Visuals and graphics to accompany any new information delivered verbally",$re="Ability to record lessons",bre="Increase text size to a larger format",kre="Provide alternative formats other than reading when learning new information",Ire="Provide alternative formats other than listening when learning new information",xre="Great! Let’s build your goal.",Cre="What do you want to be different about your learning? Select a category or type your own idea.",Sre="Choose my goal area",Are="Nice choice! What area of Well-being would you like to work on?",Ere="Let’s get more specific! Select an area or type your own idea.",qre="Add more details to your goal",Tre="Remember, goals should be SMART!",Pre="Specific, Measurable, Achievable/Ambitious, Relevant, and Time-based",Rre="Perfect! Let’s narrow this down. Time to add more details to your goal.",Lre="Select a goal or type your own.",jre="Now, let’s pick your targets.",Nre="How do you plan to accomplish this goal?",Mre="Customize the options below or type your own. These will become your short term targets.",Gre="Keep going!",zre="Add target",Dre="Where are you now? What does this look like for you at the moment?",Fre="This helps you track your progress.",Bre="Finished!",Ore="I will create a sleep routine.",Vre="I will set an alarm to remind me to start my routine.",Hre="I will put my electronics away 1 hour before it is time for me to sleep.",Wre="I will set my phone to focus or do not disturb mode for an hour before bedtime and until my morning alarm.",Xre="I will choose relaxing activities 1 hour before bedtime such as reading, meditating, yoga, or listening to music.",Yre="I will get out of bed at the same time each day.",Zre="I will only press snooze one time each morning.",Ure="I will have everything packed or set out for the next day before going to sleep",Jre="I will go to bed on time.",Qre="I will do this at least 4 out of 5 times this week.",Kre="I will wake up on time.",ece="I will create a short routine for the morning that gets me excited for the day.",_ce="I will set an alarm to remind me to get ready for sleep 1 hour before bedtime.",tce="I will set a morning alarm that gives me plenty of time to get ready for school.",sce="I will read for 20 minutes before bed.",nce="I will meditate or listen to relaxing music before going to sleep.",oce="I will create a morning routine to be ready for the day.",ace="I will research ideas for a morning routine.",ice="I will present my ideas to my teacher or other person.",rce="I will map out my routine on paper or in my phone.",cce="I will start my routine at the same time every morning.",lce="I will create an evening routine to get me ready for bed.",dce="I will research ideas for an evening routine.",uce="I will do this routine 5 out of 5 school nights this week.",mce="I will get at least 8 hours of sleep each night.",hce="I will practice meditation.",gce="I will find/choose a meditation app or resource to use.",pce="I will challenge myself to meditate for x number of days in a row.",yce="I will choose a daily time to meditate and set an alarm to remind me.",fce="I will meditate at least x out of x days this week",wce="I will start an exercise routine.",vce="I will find a friend to exercise with each week.",$ce="I will choose the type of exercise to add to my routine.",bce="I will share my routine with a friend or trusted adult.",kce="I will add my exercise times to my planner or calendar.",Ice="I will exercise daily.",xce="I will exercise at least x out of x days this week",Cce="I will understand the cause of my stress.",Sce="I will talk to my teacher or counselor about things that bother me or make me stressed.",Ace="I will identify and talk with someone I trust about how I am feeling",Ece="I will pause when I'm feeling stressed to identify what is causing the stress.",qce="I will learn what is and is not in my circle of control.",Tce="I will acknowledge when I am approaching a potentially stressful situation",Pce="I will learn about coping skills.",Rce="I will talk to my teacher or counselor about coping skills they think will be helpful for me.",Lce="I will choose a coping skill to practice when I feel I am becoming stressed.",jce="I will use a coping strategy when I am stressed x number of times this week",Nce="I will start journaling my thoughts and feelings.",Mce="I will do this at least x out of x days this week.",Gce="I will get outside or in nature.",zce="I will make time for something fun.",Dce="I will make time for being still and quiet.",Fce="Increase my mindfulness",Bce="I will take minibreaks throughout the day.",Oce="I will decide what types of breaks help me the most.",Vce="I will set alarms to remind myself to take a break.",Hce="I will take a break every hour.",Wce="I will take a break every 90 minutes.",Xce="I will take X number of breaks a day",Yce="Create relaxation opportunities",Zce="I will use visualization to help me relax.",Uce="I will learn about visualization.",Jce="I will set an alarm to remind me to practice visualization.",Qce="I will decide what this practice will look like for me.",Kce="I will do deep breathing exercises.",ele="I will research and learn breathing exercises to try.",_le="I will set an alarm to remind me to practice my breathing exercises.",tle="I will listen to relaxing music.",sle="I will find or create a playlist that I find relaxing.",nle="I will add listening music to my evening routine.",ole="I will practice yoga.",ale="I will find a class, youtube channel, or app to use.",ile="I will challenge myself to practice yoga for x number of days in a row.",rle="I will choose a daily time to practice yoga and set an alarm to remind me.",cle="I will do an art project that is enjoyable.",lle="I will find a relaxing art activity to try.",dle="I will choose a time to do my art each week and set reminders.",ule="I will tell someone about my new art project",mle="Keeping fit",hle="I will exercise more.",gle="I will join a sports team or club.",ple="I will find out what is available at my school.",yle="I will choose one that interests me.",fle="I will take care of any paperwork to join.",wle="I will participate in the tryout or application process.",vle="I will attend all the practices.",$le="I will learn a new sport or activity.",ble="I will research new sports or activities that might interest me.",kle="I will choose a new sport or activity to learn.",Ile="I will see if anyone I know would like to try this new activity with me.",xle="I will gather the needed gear to learn this activity.",Cle="I will research the rules and methods for this activity.",Sle="I will find groups who participate in this activity to join",Ale="I will research potential challenges that interest me.",Ele="I will choose a challenge to complete.",qle="I will set a time each week or day to do this challenge.",Tle="I will set an alarm to remind me to do this challenge",Ple="I will sign up for a race.",Rle="I will research different races and events happening in my area in the next few months.",Lle="I will choose one to complete and talk to my parents/guardians about participating.",jle="I will sign up if I have permission from my parents/guardians.",Nle="I will create a training schedule to prepare for my race.",Mle="I will set reminders for my training schedule",Gle="I will create an at-home exercise routine.",zle="I will take an inventory of what exercise equipment I have access to at home.",Dle="I will research what routines and exercises I can do with my equipment at home.",Fle="I will find a youtube channel or app to use for my workouts.",Ble="I will set a schedule for my routine.",Ole="I will set reminders for my routine",Vle="I will join and go to a gym.",Hle="I will research gyms in my area.",Wle="I will choose a gym that I can pay for and get my parent/guardians permission.",Xle="I will go to the gym and get a membership.",Yle="I will learn about the equipment, programs, and classes available at my gym.",Zle="I will decide what my routine will be when I visit the gym.",Ule="I will schedule times to go to the gym on my phone.",Jle="I will go to the gym x out of x days this week",Qle="Eating healthier",Kle="I will add more fruits and veggies into my diet.",ede="I will swap x for x when I go out to eat.",_de="I will limit my sugary drinks.",tde="I will drink more water.",sde="I will fill up my water bottle x number of times each school day.",nde="I will learn to cook simple meals.",ode="I will go to the store to buy the missing ingredients on my list.",ade="I will follow the recipe and share my meal with a family member or friend.",ide="Improve my timekeeping (not late for school/class)",rde="I will add buffer time to my schedule in the morning to make sure I get to school on time.",cde="I will set alarms or calendar alert on my phone to remind me to go to my next class.",lde="I will set an alarm to tell me 5 minutes before I need to leave for school.",dde="I will put my school schedule in a planner or on my phone.",ude="Making friends",mde="I will join a club or sports team.",hde="I will attend all the practices or meetings",gde="I will find someone with a common interest.",pde="I will ask someone to hang out outside of school.",yde="I will attend events or parties I'm invited to.",fde="I will eat lunch with someone I want to get to know better.",wde="I will learn some good questions to ask others to get to know them.",vde="I will learn how to engage in conversation more.",$de="I will think about what I want in a friend.",bde="I will think about what it means to be a good friend.",kde="I will share this thoughts with someone.",Ide="Joining a club/sport",xde="I will choose a club to join.",Cde="I will attend all the meetings",Sde="I will choose a sport to try out for.",Ade="Learning a new activity",Ede="I will choose a new activity to learn.",qde="I will gather the needed supplies to learn this activity.",Tde="I will practice or play my new activity at least x out of x times this week.",Pde="Improve homework",Rde="I will turn in my homework on-time.",Lde="I will turn in high-quality homework.",jde="Work on longterm assignments (planned and making progress)",Nde="I will set up a study/work plan for long term projects",Mde="Studying for tests (routines and effective study strategies)",Gde="I will set up a study/work plan for tests",zde="Make notes in class (high quality, organised)",Dde="I will take notes (digital/paper)in class and organise them in a folder/notebook for each of my core/key classes.",Fde="I will research note-taking methods",Bde="Improve grade in x subject by x amount",Ode="I will review material from class an additional (on top of/as well as/ not including homelearning)",Vde="Study x amount of time on x subject x times/hours a week",Hde="Finish work early and check against instructions/rubric then edit",Wde="Improve the quality/grades of homelearning assignments",Xde="Create a regular study/homework schedule",Yde="I will create a schedule for my week detailing study days, times and how long I will study by x date.",Zde="Improve email, Google drive, calendar, or planner organization",Ude="I will check my inbox/unread emails at least x times a week and reply if necessary.",Jde="I will create folders/labels and organise emails into the correct ones.",Qde="I will create folders for each subject and organsie docs into the correct folders.",Kde="Create reminders or calendar events for important events/deadlines/study times",eue="I will create reminders or calendar events for my most important events/deadlines or study sessions immediately or as soon as I can.",_ue="Create a longterm assignment planner",tue="I will evaluate my progress and adjust how long I will study by x date.",sue="Improve my todo list habits",nue="I will add tasks to my todo list immidietly or as soon as I can and review it 3 times a week",oue="I will create a schedule for longterm assihnments detailing study days, times and how long I will study by x date.",aue="I will take notes (digital/paper)in class and organise them in a folder/notebook for all my classes.",iue="Keep devices off, on silent, or put away in class",rue="Keep devices off, on silent, or put away",cue="Keep devices off, on silent, or put away during study time",lue="I will create a routine for transitioning study time.",due="Set a schedule on my phone on focus or do not disturb during class times",uue="Set a schedule on my phone on focus or do not disturb during planned study times",mue="Reduce or limit time spent on social media",hue="I will set up time limits on my apps or websites.",gue="I will set a timer when I am taking a break on social media",pue="Increase engagement in class",yue="Avoid distracting websites/other tasks in class",fue="I will pay attention to the instructions in class.",wue="I will actively participate in class more.",vue="I will participate more in class activities.",$ue="I will ask questions in class related to the topic to improve my understanding/learning.",bue="I will volunteer to answer questions in class more.",kue="Avoid distracting websites",Iue="I will set up time limits for distracting website via a chrome extension.",xue="I will close all tabs not related to my task.",Cue="Getting help when needed",Sue="I will meet with my teacher outside of class when I need help",Aue="I will email my teacher when I need help",Eue="I will ask questions in class when I do not know what to d",que="Understanding my accommodations",Tue="I will know and understand my accommodations",Pue="I will ask for my accommodations when I need them in class",Rue="I will tell my case manager when I no longer need an accommodations.",Lue="I will talk to my case manager when I feel I need additional or different accommodations.",jue="Procrastination",Nue="Planning ahead",Mue="I will spend x amount of time x times a week on longterm projects",Gue="I will plan tasks for the week on Monday or the Friday before",zue="I will add task to my planner when assigned in class",Due="Task initiation",Fue="I will start tasks on the day given and finish if time allows",Bue="I will finish tasks early or before they are due",Oue="My thoughts and feelings are important.",Vue="Today",Hue="This week",Wue="This month",Xue="Male",Yue="Female",Zue="Type something to search students",Uue="Assign for selected students",Jue="Assistant Email",Que="Counselor Email",Kue="Support Teacher Email",eme="Add new answer",_me="Edit template",tme="Add questions",sme="Edit email template",nme="Contact mail",ome="Announcements",ame="Schedule information",ime="Welcome new teacher/assistant",rme="Contact request",cme="Welcome new teacher",lme="Welcome new student",dme="Welcome new assistant",ume="Welcome new parent",mme="Welcome new eduTeacher",hme="Forgot password",gme="Welcome new counselor",pme="User first name",yme="User last name",fme="Password",wme="Message",vme="Domain",$me="Basic",bme="Premium",kme="Enterprise",Ime="Are you sure to request to change to this plan?",xme="Images",Cme="Audios",Sme="Docs",Ame="Videos",Eme="Auto save after every 1 min",qme="No user to display",Tme="On a scale from 0-10, how likely are you to recommend us to a friend or colleague?",Pme="Not likely at all",Rme="Extremely likely",Lme="UWCSEA-SG Climate Survey: Connections with Adults & Peers",jme="UWCSEA-SG Climate Survey: Do you need some extra help or support?",Nme="UWCSEA-SG Climate Survey: My Health and Wellbeing",Mme="UWCSEA-SG Climate Survey: Open Ended Questions",Gme="UWCSEA-SG Climate Suvey: Holistic Learning Experiences",zme="Import email by csv",Dme="Single choice",Fme="Multiple choice",Bme="Text input",Ome="Emotional",Vme="Summarize",Hme="Rating",Wme="Learning strategy",Xme="DropDown",Yme="Happiness_Intervetion",Zme="SDQ Standard",Ume="Diversity, Equity, Inclusion & Justice",Jme="Climate Survey",Qme="Intervention-Safety",Kme="Intervention-Stress",ehe="Safety at home",_he="Wellbeing",the="Depression Questions",she="Level 1 Learners-Goal Conference",nhe="Level 1 Learners-Balanced Conference",ohe="Level 1 Learners-Habits & Attitudes Towards Learning Conference",ahe="Level 2 Learners-Digital Citizenship",ihe="Level 1 Learners-Digital Citizenship",rhe="Level 2 Learners-Communication",che="Level 1 Learners-Communication",lhe="Level 2 Learners-Collaboration",dhe="Level 1 Learners-Collaboration",uhe="Level 2 Learners-Self Directed Learning",mhe="Level 2 Learners-Self Management Skills",hhe="Level 1 Learners-Self Management Skills",ghe="Level 2 Learners-Self Advocacy",phe="Level 1 Learners-Self Advocacy",yhe="Level 2 Learners-Self Awareness",fhe="Level 1 Learners-Self Awareness",whe="Level 2 Learners-Learning & Study Skills",vhe="Level 1 Learners-Learning and Study Skills Session",$he="Level 2 Learners-Organization",bhe="Level 1 Learners-Organization Session",khe="Level 2 Learners-Goal Conference",Ihe="Level 2 Learners-Habits & Attitudes Towards Learning Conference",xhe="Level 2 Learners-Balanced Conference",Che="Level 2 Learners-Goal(s) Session",She="Level 1 Learners-Goal(s) Session",Ahe="Level 2 Learners-Study Strategies Session",Ehe="Level 2 Learners-Academic Session",qhe="Level 1 Learners-Academic Session",The="Level 2 Learners-Habits & Attitudes Towards Learning Session",Phe="Level 1 Learners-Habits & Attitudes Towards Learning Session",Rhe="Level 2 Learners-General Session",Lhe="Level 1 Learners-General Sessio",jhe="Social & Emotional Learning",Nhe="End of Class Reflection Questions",Mhe="Impulse Control/Self-Monitoring",Ghe="Planning/Problem Solving",zhe="Teacher Sense of Self-Efficacy (TSES)",Dhe="General Strategies for Learning (GSL)",Fhe="Focusing Attention",Bhe="Memory",Ohe="Responsible Decision-Making",Vhe="Social Awareness",Hhe="Relationship Skills",Whe="Habits & Attitudes Towards Learning (HAL)",Xhe="End of Conference Questions",Yhe="Life Skills",Zhe="Health & Fitness",Uhe="Executive Functions",Jhe="Study Skills",Qhe="Metacognitive self-regulation",Khe="Educational satisfaction",ege="Default Session Questions",_ge="TEST Question category 1",tge="Are you a boarder or day student?",sge="Before I make a decision, I consider the consequences",nge="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).",oge="How would you describe your religious beliefs?",age="How would you describe your sexual orientation?",ige="I actively pursue activities that align with my passions and values.",rge="I always have someone to eat lunch with.",cge="I am alone more often than I would like.",lge="I am happy with the marks I get at school.",dge="Academics Homework, studying, and grades",uge="Growth Improvement in study habits, grades, sports, clubs, or personal projects",mge="Productivity Accomplishing important tasks and limiting distractions",hge="Relationships Family, friends, and teachers",gge="Anything else you want to tell your teacher?",pge="Did you bring what you needed for this class?",yge="Did you complete all the classwork for today’s class?",fge="Did you have your materials ready at the start of class time?",wge="Do you have any missing assignments for this class?",vge="Assign Bulk",$ge="Assign Bulk Student",bge="Instruction",kge="Name is required",Ige="Instruction is required",xge="Add item",Cge="Conference rubric items is empty",Sge="Blank row or column",Age="Question list",Ege="Question List",qge="Question is required",Tge="Select skill",Pge="Type and press Enter to add new row",Rge="Do you want to remove this row?",Lge="Do you want to remove this custom alert?",jge="Remove custom alert successfully",Nge="Do you want to remove this skill?",Mge="Remove skill successfully",Gge="Do you want to remove this subject?",zge="Remove subject successfully",Dge="Do you want to remove this Learning Support Category?",Fge="Remove Learning Support Category successfully",Bge="Do you want to remove this learning strategy?",Oge="Remove learning strategy successfully",Vge="Can't delete question",Hge="Do you want to remove this goal example?",Wge="Remove question successfully",Xge="Do you want to remove this badge?",Yge="Remove badge successfully",Zge="Do you want to remove this blank day?",Uge="Removef blank day successfully",Jge="Do you want to remove this band score?",Qge="Remove band score successfully",Kge="Is used",epe="Time OneRoster Sync (HH)",_pe="Small text",tpe="Medium text",spe="Large text",npe="Edit Parent 1 Information",ope="Edit Parent 2 Information",ape="Last 1-1",ipe="How would you rate your chances of achieving this goal?",rpe="Add name",cpe="Activity List",lpe="Select academic year",dpe="A number of staff",upe="Staffs",mpe="How are you today?",hpe="What was the purpose or focus of today’s class?",gpe="Header 1",ppe="Header 2",ype="Header 3",fpe="Header 4",wpe="Header 5",vpe="Header 6",$pe="Staying Focused",bpe="Text input question",kpe="vs last year",Ipe="Leave page",xpe="How much did reflecting during this session help your learning improve?",Cpe="Last 1-1 conversation",Spe="Student has started this conference. Are you sure to delete ?",Ape="Student has started this Check-in. Are you sure to delete ?",Epe="Student has not started this One to One. Are you sure to delete ?",qpe="My Accommodations",Tpe="Accommodation Set",Ppe="Add new accommodation",Rpe="Print my accommodations",Lpe="My Learning Progress",jpe="Responses Comparisons",Npe="Dropdown and Verbal Questions Responses",Mpe="MARIO Tools",Gpe="Customize",zpe="Technical Settings",Dpe="Data Import/Export",Fpe="Inactive Students",Bpe="Admin General Tips",Ope="School Usage",Vpe="Total Conversations Time",Hpe="Total Class Reflections",Wpe="Grade Usage",Xpe="Total Conversations",Ype="Impersonate",Zpe="Hi",Upe="Transition Plan",Jpe="Updated on",Qpe="Print My Learning Plan",Kpe="Print Student Learning Plan",eye="Print My Transition Plan",_ye="About me",tye="Name your interest",sye="Add more detail to your interest",nye="Create Interest",oye="View PLP",aye="View Current PLP",iye="My Learning Strategies",rye="Add New Interest",cye="Add New Challenge",lye="Add New Strength",dye="Add New Idea",uye="Add New People",mye="Add New Tool",hye="Add New Strategy",gye="Add New Dream",pye="My Support Network",yye="Add Person",fye="Closer Family",wye="Family",vye="Mentors",$ye="Tutors",bye="My Timeline",kye="Add Milestone",Iye="Add Test",xye="Colleges",Cye="Add Colleges",Sye="My Transition Plan",Aye="Academic milestones",Eye="Tests",qye="Academic and Career Interests",Tye="You haven't added any interests yet",Pye="Add A Plan",Rye="Extra Curricular Activities",Lye="Add New Activity",jye="Courses",Nye="Add New Courses",Mye="Add New College",Gye="References",zye="Resources for My Future",Dye="Add New Resources",Fye="My Essays",Bye="Add essay",Oye="Learning Portfolios",Vye="Add Portfolio",Hye="Financial Planning",Wye="Add New Plan",Xye="Rows per page",Yye="Anonymous Link",Zye="Select Ratings of Questions",Uye="Select Responses Distribution",Jye="You can only select one question per time",Qye="Number of Answers",Kye="My Interests",efe="I'd like to know more about",_fe="My strengths",tfe="My challenges",sfe="I can help myself by",nfe="My teacher can help me by",ofe="Other people who can help me are",afe="Tools/things that can help me are",ife="My Goals",rfe="My goals and targets",cfe="My hopes and dreams",lfe="Missing grade",dfe="Grade must be equal or greater than grade level 1",ufe="You haven't added any challenges yet",mfe="You haven't added any strengths yet",hfe="You haven't added any ideas yet",gfe="You haven't added any people yet",pfe="You haven't added any tools yet",yfe="You haven't added any strategies yet",ffe="You haven't added any goals and targets yet",wfe="You haven't added any hopes and dreams yet",vfe="Ways I learn best",$fe="your",bfe="interest",kfe="strength",Ife="challenge",xfe="idea",Cfe="people",Sfe="tool",Afe="dream",Efe="person",qfe="more detail to",Tfe="My Support",Pfe="Network",Rfe="My current PLP",Lfe="View PLP",jfe="Current accommodation",Nfe="Goal Date",Mfe="You haven't added any {{item}} yet",Gfe="Passing Date",zfe="College",Dfe="Visit",Ffe="Application",Bfe="a plan",Ofe="interests",Vfe="activities",Hfe="test/exam",Wfe="course",Xfe="resources",Yfe="essay",Zfe="essays",Ufe="plans",Jfe="Total of",Qfe="diagnostic survey",Kfe="Selected Questions",ewe="Available questions",_we="Are you sure you want to inactive {{number}} students?",twe="Data for the last month",swe="Number of questions",nwe="No {{item}} to display",owe="template",awe="assessment",iwe="assignment result",rwe="certificate",cwe="Learning support category",lwe="feedback",dwe="suggestion",uwe="tutorial screen",mwe="reflection forms",hwe="Select question to add",gwe="All of the students marked as feeling safe",pwe="Integrations",ywe="Default question one to one list",fwe="Is default question",wwe="Is class reflection question",vwe="Yes/No question",$we="Number of stars",bwe="Emotion icon",kwe="Add new sub question",Iwe="Sub questions",xwe="Are you sure to delete ?",Cwe="edit 1-1",Swe="Wellness",Awe="environment safety",Ewe="sleeping",qwe="eating",Twe="learning",Pwe="getting help",Rwe="exercising",Lwe="being calm",jwe="home",Nwe="school",Mwe="online",Gwe="learning in class",zwe="home learning",Dwe="Destinations",Fwe="destinations",Bwe="Select CSV",Owe="Import class reflections",Vwe="Type question",Hwe="Edit destination",Wwe="Create destination",Xwe="Total destinations",Ywe="General",Zwe="File extension",Uwe="Today's",Jwe="Add To do",Qwe="Edit To do",Kwe="Description (optional)",eve="Do you want delete this goal?",_ve="My To do",tve="Set your To do",sve="Your daily motivation",nve="My 1-1",ove="Student Learning Plans",ave="Sign Out",ive="Topic",rve="Comment",cve="Willingness to do your best learning",lve="Not done yet",dve="Not chosen yet",uve="Loading",mve="I organize myself for success by",hve="I know I am doing my best because",gve="I know I feel ready to learn when",pve="Go to PLP",yve="Go to personal learning plan",fve="Create QR code",wve="This e-mail has already existed with a parent name {{name}}. Do you want add this parent for this student?",vve="Filter by students",$ve="Search for students",bve="Sort by",kve="Recently",Ive="Most Positive",xve="Least Positive",Cve="Back to",Sve="This session can be edit by {{user}}",Ave="Type your answer here",Eve="Take notes and get suggestions from our MARIO Support Bot",qve="Scaffolding is on",Tve="Scaffolding is off",Pve="See all suggestions",Rve="Scaffolding",Lve="Session finished",jve="Do you want to start now or book later?",Nve="New 1-1s",Mve="Book 1-1s",Gve="Select session type",zve="New conferences",Dve="My personal interests",Fve="I find it difficult when...",Bve="Take the quiz",Ove="Collapse",Vve="Expand",Hve="Created on",Wve="Updated",Xve="Notifications",Yve="Mark all as read",Zve="Filter",Uve="Read",Jve="Unread",Qve="Is read",Kve="Go to session",e$e="Go",_$e="meetings",t$e="Student profile",s$e="Booked Times",n$e="Session are booked as 10 minute slots",o$e="Conference Finished",a$e="Back to conferences",i$e="Unfinished",r$e="Back",c$e="Select your status",l$e="My Safety",d$e="Working on it",u$e="Not started",m$e="Total of rubrics",h$e="Select question category",g$e="Default question conference list",p$e="Create rubric",y$e="Type something to search rubric",f$e="Prev",w$e="Select the grade",v$e="Class QR codes",$$e="Title is required",b$e="The data presented in this chart reflects the student's <b>most recent check-in</b>.",k$e="This conference will be deleted from all databases. Are you sure you want to continue?",I$e="Check-in and 1-1s",x$e="My Check-in and 1-1s",C$e="Book for later",S$e="Check-ins",A$e="Start your check-in and you can also request a conversation with your teacher after",E$e="Set Your Goals",q$e="Show Pending Conversations",T$e="Check-in Sessions",P$e="This initial step activates your 1-on-1 conversation, setting the stage for personal dialogue.",R$e="Check-in",L$e="Check-in Complete",j$e="LOG 1-1 CONVERSATION",N$e="Log Conversation Data",M$e="Add 1-1 Conversation notes",G$e="Save data",z$e="Please select date 1-1 conversation!",D$e="Please write something to this 1-1 conversation!",F$e="Data 1-1 conversation cannot exceed 1000 characters!",B$e="Check-in Session",O$e="I have nothing to add.",V$e="Check-in Session Finished",H$e="Is question for grade 1",W$e='Type your answer here, e.g., "I met my friend"',X$e=`Type your answer here, e.g., "My best friend didn't come to school"`,Y$e="Save 1-1 log Note",Z$e="No need for it",U$e="Conversation saved!",J$e="Yes, view student goals",Q$e="What did you and the student choose as an action step?<br/>Would you like to add it as a Goal?",K$e="Here you can find all the notes and 1-1 conversations logs the student has.",ebe="Back to Notes and Logs",_be="Student's Review",tbe="Other note",sbe="Student's Perceived<br/>Usefulness",nbe="Student Feedback",obe="Note Category",abe="Select Note Category",ibe="Save note",rbe="Type the main focus of this session",cbe="Please add note title",lbe="Notes and Logs",dbe="Other notes from the conversation (optional)",ube="Share your thoughts...",mbe="Make this a private note",hbe="Environment-Specific Safety",gbe="Students' Reported Feelings",pbe="Well Being Indicators",ybe="Readiness Trends",fbe="Open Field Questions",wbe="Number of students with at least one very low metric",vbe="This flags if the student is not ready to learn or has at least one success, or readiness to learn metrics under 40%",$be="of students have concerned metrics",bbe="have metrics <40%",kbe="All students have good metrics",Ibe="Students with at least One Concerned metric ({{number}})",xbe="Concerned metric(s)",Cbe="Concern metrics",Sbe="Conversation Goal",Abe="Target Monthly Conversation Goal for Teachers",Ebe="Target Monthly Conversation Goal for Counselors",qbe="Conversations",Tbe="are not ready to learn",Pbe="Check-in date",Rbe="Educator",Lbe="Location",jbe="Edit My Profile",Nbe="Save new password",Mbe="Conversation Duration",Gbe="Please set time 1-1 conversation",zbe="Negative emotions",Dbe="Please select add teacher for selected student first",Fbe="Choose Profile Picture",Bbe="Choose a profile picture from our gallery or upload your own.",Obe="Select a picture",Vbe="Delete Check-in",Hbe="Delete Conference",Wbe="Are you sure to delete this check-in?",Xbe="Are you sure to delete this conference?",Ybe="Yes, I'm sure",Zbe="Teachers list",Ube="This Month's Average vs. Last Month",Jbe="Manage your active students and their progress",Qbe="Staff assigning",Kbe="Save Staff",e1e="Add Student",_1e="Class QR Code",t1e="Edit Staff",s1e="Search students by name or email...",n1e="All Grades",o1e="All Flags",a1e="No students found",i1e="Why are you not ready to learn",r1e="Delete 1-1",c1e="Are you sure to delete this one to one?",l1e="Please add email",d1e="Select creator",u1e="Type an email to share",m1e="Invalid email format",h1e="Share",g1e="Personal Learning Plans",p1e="Metrics that flagged",y1e="Teacher emails",f1e="Counselor emails",w1e="Remove Bulk",v1e="A single place to view and navigate all student PLPs",$1e="Last Updated",b1e="Transition Plans",k1e="A single place to view and navigate all student transitions",I1e={dashboard:ZF,user:UF,question_bank:JF,email_template:QF,custom_alert:KF,set_up:eB,media_gallery:_B,district_school_list:tB,export_to_pdf:sB,the_data_is_taken_from_the_home_screen:nB,make_sure_everything_is_set_correctly_before_exporting:oB,cancel:aB,hey:iB,readiness_to_learn:rB,high_impact_learning_strategies:cB,"1_to_1":"1 to 1",check_in:lB,check_ins:dB,reflection:uB,conferences:mB,safety:hB,student_by_age:gB,students_by_designation:pB,calendar:yB,gender:fB,grade:wB,grades:vB,current_grade:$B,student_name:bB,teacher_name:kB,start_date:IB,end_date:xB,tooltip_content_readiness_to_learn_chart:CB,tooltip_content_high_impact_chart:SB,tooltip_content_1_to_1_chart:AB,tooltip_content_class_reflection_chart:EB,tooltip_content_conference_chart:qB,tooltip_content_safety_chart:TB,tooltip_content_student_by_age_chart:PB,tooltip_content_students_by_designation:RB,total_1_to_1:LB,total_check_in:jB,total_check_ins:NB,total_1_to_1_time:MB,total_conferences:GB,total_conferences_time:zB,total_class_reflection_check_ins:DB,create_user:FB,edit_user:BB,change_password:OB,type_something_to_search_by_user_name:VB,total_of_users:HB,name:WB,email:XB,age:YB,role:ZB,active_status:UB,action:JB,active:QB,inactive:KB,create:e5,update:_5,first_name:t5,date_of_birth:s5,last_name:n5,roles:o5,status:a5,send_forgot_password_link:i5,download_user_data:r5,current_password:c5,new_password:l5,confirm_password:d5,save:u5,type_something_to_search_question:m5,type_something_to_search_category:h5,total_of_questions:g5,create_question:p5,edit_question:y5,question_type:f5,category:w5,sub_category:v5,question_text:$5,text:b5,is_default_question_for_one_to_one:k5,default_question_for_students_or_teachers:I5,is_default_question_general_class:x5,default_question_general_for_students_or_teachers:C5,before_session:S5,edit_custom_alert:A5,create_custom_alert:E5,total_of_custom_alert:q5,number_of_sessions:T5,number_of_students:P5,begin_date:R5,duration_days:L5,students:j5,create_skill:N5,edit_skill:M5,total_of_skills:G5,description:z5,skill:D5,parent_category:F5,edit_subject:B5,create_subject:O5,total_of_subjects:V5,color:H5,create_learning_support_category:W5,edit_learning_support_category:X5,create_category:Y5,edit_category:Z5,total_of_learning_support_categories:U5,default_color:J5,edit_strategy:Q5,create_strategy:K5,create_learning_strategy:eO,total_of_strategies:_O,strategy_name:tO,question:sO,detail:nO,strategy:oO,best_fit:aO,create_goal_example:iO,edit_goal_example:rO,total_of_goal_examples:cO,short_term_target_examples:lO,goal_example:dO,edit_badge:uO,create_badge:mO,total_of_badges:hO,icon:gO,badge:pO,badge_image:yO,edit_semester:fO,create_semester:wO,update_school_break_month:vO,total_of_semesters:$O,total_of_academicyear:bO,semester:kO,breaking_month:IO,change_breaking_month:xO,school_year_break_month:CO,edit_blank_day:SO,create_blank_day:AO,total_of_blank_days:EO,start_time:qO,end_time:TO,school_blank_day:PO,edit_point:RO,create_new_point:LO,total_of_point:jO,label:NO,value:MO,break_point:GO,update_break_point:zO,maximum_number_of_admins:DO,maximum_number_of_assistants:FO,maximum_number_of_students:BO,maximum_number_of_teachers:OO,request_to_this_plan:VO,type_something_to_search_reflection_result:HO,user_deleted:WO,export_user_data:XO,alert_delete_user:YO,delete_user:ZO,alert_delete_teacher:UO,list_students:JO,student_email:QO,current_teacher_name:KO,current_teacher_email:e9,change_save:_9,select_teacher_change:t9,current_assistant_name:s9,current_assistant_email:n9,remove_assistant:o9,switch_assistant:a9,select_assistant_change:i9,select_assistant:r9,welcome_email_resend:c9,send_for_selected_users:l9,user_name:d9,user_email:u9,level:m9,use_for:h9,admin_training:g9,teacher_training:p9,created_time:y9,total_reflections:f9,student_training:w9,create_designation:v9,total_of_designation:$9,designations:b9,edit_designation:k9,confirm:I9,hello:x9,todays_1_1:C9,todays_check_in:S9,todays_Conferences:A9,next_meeting:E9,next_conference:q9,todays_schedule:T9,action_points:P9,upcoming:R9,see_all_action_points:L9,add:j9,edit_action_point:N9,add_action_point:M9,title:G9,type_title:z9,subject:D9,class:"Class",select_date:F9,date:B9,select_time:O9,time:V9,notification:H9,no_notification:W9,day:X9,week:Y9,mark_as_done:Z9,delete:"Delete",my_students:U9,download_template:J9,import_csv:Q9,add_new:K9,show_only_work_as_assistant:eV,show_only_work_as_teacher:_V,last_1_to_1:tV,last_check_in:sV,last_conference:nV,total_time:oV,assistant_name:aV,work_as_assistant:iV,assign_assistant:rV,view:cV,history:lV,custom_recurrence:dV,repeat_every:uV,repeat_on:mV,never:hV,on:gV,after:pV,pick_a_date:yV,pick_a_time:fV,change_date:wV,change_time:vV,apply:$V,new_1_to_1:bV,new_check_in:kV,do_you_want_to_talk_with_teacher:IV,start_now:xV,book_later:CV,select_category:SV,search_question_category:AV,no_question:EV,select_question:qV,select_student:TV,select_staff:PV,staff_name:RV,select_teacher:LV,do_you_want_to_talk_with:jV,please_select_a_student:NV,please_select_a_teacher:MV,please_provide_a_valid_student:GV,please_provide_a_valid_teacher:zV,select_a_student_and_launch_a_new_session_or_book_one_for_later:DV,you_have_no_teacher:FV,search_teacher:BV,select_date_time:OV,book_1_to_1:VV,book_new_check_in:HV,schedule:WV,sessions_are_booked_as_10_minute_slots:XV,does_not_reoccur:YV,time_must_be_between_8_am_and_6_pm:ZV,from:UV,to:JV,show_only_favorites:QV,show_only_conversation:KV,duration:eH,favorite:_H,open:tH,no_data:sH,schedule_detail:nH,are_you_sure_you_want_to_cancel_this_schedule:oH,completed_1_to_1:aH,completed_check_in:iH,done:rH,what_do_you_want_to_talk_about:cH,session_type:lH,what_is_this_session_type:dH,how_are_you_feeling_about_each_area_right_now:uH,sleep_nutrition_exercise_physical_health_and_mental_health:mH,goals_activities_habits_and_strategies:hH,overall_how_are_you_feeling_today:gH,what_is_your_level_of_pride_in_yourself_today:pH,how_are_you_feeling_today:yH,how_much_did_you_learn_from_this_session:fH,what_is_the_most_important_thing_you_learned_from_this_session:wH,your_next_meeting:vH,today_at:$H,choose_if_you_want_to_do_it_now_or_if_you_would_like_to_book_for_later:bH,edit:kH,phone_number:IH,second_phone_number:xH,health_note:CH,address:SH,mtss:AH,note:EH,no_schedule:qH,my_notes:TH,private_note:PH,goal_progress:RH,view_all_goals:LH,completed:jH,not_completed:NH,student_information:MH,top_learning_strategies:GH,perceived_usage:zH,total_number_of_times_seleted:DH,energy:FH,focus:BH,happiness:OH,stress:VH,one_to_one:HH,class_reflection:WH,conference:XH,learning_progress:YH,cant_export_now_please_try_again:ZH,view_data:UH,learning_strategies:JH,strategies:QH,number_of_used:KH,next:eW,previous:_W,my_conferences:tW,select_a_student_and_launch_a_new_conference_or_book_one_for_later:sW,select_a_teacher_and_launch_a_new_conference_or_book_one_for_later:nW,you_have_no_student:oW,this_is_a_required_field:aW,please_select_question_category:iW,book_conferences:rW,final_score:cW,new_conference:lW,search_student:dW,search_staff:uW,"1_1_conversation":"1-1 Conversation",meeting_schedule:mW,class_schedule:hW,more_questions:gW,conference_rubric:pW,unlock:yW,before_clicking_submit:fW,your_session_was:wW,mins:vW,min:$W,submit:bW,are_you_sure_to_complete:kW,be_sure_to_check_completed_all:IW,teacher_choice:xW,student_choice:CW,agreement:SW,personal_learning_plan:AW,my_personal_learning_plan:EW,personal_interests:qW,allow_student_to_edit:TW,strengths_and_challenges:PW,significant_strengths:RW,strengths:LW,challenges:jW,significant_challenges:NW,how_my_teachers_can_help_me_learn:MW,about_my_learning:GW,about_my_environment:zW,accommodations:DW,goals:FW,this_goal_is_showing_in_the_student_conference_rubric_are_you_sure_to_delete_it:BW,activity_circles:OW,friend_circles:VW,are_you_ready_to_learn:HW,class_schedules:WW,add_class_schedule:XW,class_date:YW,class_name:ZW,day_period:UW,teacher_email:JW,note_type_class:QW,my_note:KW,add_new_note:e6,all_category:_6,personalized:t6,show_only_favorite:s6,search:n6,note_title:o6,student:a6,note_detail:i6,mark_as_favorite:r6,type_a_note:c6,please_select_student:l6,settings:d6,save_changes:u6,activity_notifications:m6,schedule_notifications:h6,preschedule_notifications:g6,yes:p6,no:y6,email_notification:f6,send_me_email_notification:w6,dont_send_me_email_notification:v6,type:$6,teacher_request:b6,student_request:k6,overview:I6,plp:x6,my_student_1_to_1:C6,my_student_check_in:S6,my_student_conference:A6,received_date:E6,class_impact_score:q6,impact_score:T6,iep:P6,ieps:R6,"1_to_1_conversation":"1-to-1 Conversation",creator:L6,last_modify:j6,modify:N6,student_reflections:M6,external_reflection:G6,external_class_reflection:z6,reflections:D6,class_reflections:F6,add_reflection:B6,add_class_reflection:O6,class_type:V6,teacher_image:H6,send_to_teacher:W6,send_now:X6,missed:Y6,pending:Z6,sent_date:U6,go_to_the_student_plp:J6,new_iep:Q6,edit_iep:K6,type_of_iep:eX,source_of_eligibility_forinitial:_X,annual_goals:tX,enter_a_date_range:sX,add_objectives:nX,add_goals:oX,day_month_year:aX,special_education:iX,special_education_content:rX,objectives_and_reporting_progress:cX,objectives_and_reporting_progress_content:lX,annual_goals_content:dX,related_services:uX,related_services_content:mX,supplementary_aids_and_services:hX,supplementary_aids_and_services_content:gX,program_modifications_for_school_personnel:pX,program_modifications_for_school_personnel_content:yX,extent_of_nonparticipation:fX,extent_of_nonparticipation_content:wX,accommodations_in_assessment:vX,accommodations_in_assessment_content:$X,service_delivery:bX,service_delivery_content:kX,transition_planning:IX,transition_planning_content:xX,present_levels:CX,present_levels_content:SX,signatures:AX,iep_old_versionf_and_diagnostic_docs:EX,upload_file:qX,add_interest:TX,upload_image:PX,supported_image_types:RX,edit_interest:LX,select_personal_interest_or_enter_personal_interest_here:jX,add_note:NX,select_best_fit:MX,best_fits:GX,select_strategies:zX,selected_learning_strategies:DX,do_you_want_to_delete_this_strengths_and_challenges:FX,add_new_item:BX,edit_item:OX,select_teaching_strategies:VX,selected_teaching_strategies:HX,add_title:WX,my_learning:XX,do_you_want_to_delete_this_about_my_learning:YX,edit_my_learning:ZX,add_my_learning:UX,select_about_learning_or_enter_about_learning_here:JX,accommodation:QX,all_categories:KX,do_you_want_to_delete_this_accommodation:eY,edit_accommodation:_Y,add_accommodation:tY,all:sY,all_status:nY,goal_type:oY,add_new_goal:aY,goal_detail:iY,select_status:rY,goal_baseline:cY,objective:lY,goal_details:dY,goals_type:uY,edit_goal_detail:mY,uploaded_files:hY,optional:gY,edit_baseline:pY,edit_friend:yY,add_friend:fY,search_friend:wY,friend_type:vY,edit_activity:$Y,add_activity:bY,search_activity:kY,activity:IY,activity_type:xY,select_or_type_an_activity:CY,action_needed:SY,external:AY,student_survey:EY,view_survey:qY,create_a_survey:TY,survey_from:PY,review:RY,publish_survey:LY,total_surveys:jY,flags:NY,scheduled_session:MY,total_survey_done:GY,total_survey_not_done:zY,list_survey:DY,surveys:FY,survey:BY,create_survey:OY,my_survey:VY,counselor_name:HY,survey_title:WY,deadline:XY,day_left:YY,replied_date:ZY,session:UY,flag:JY,external_email:QY,scheduled_now:KY,session_schedule:eZ,session_scheduled:_Z,search_survey:tZ,total_survey:sZ,survey_result:nZ,check_in_from:oZ,received_today_at:aZ,preview_survey:iZ,complete_survey:rZ,"you_will_not_be_able_to_edit_this_survey_once_published_._are_you_sure_you_want_to_continue_?":"You will not be able to edit this survey once published. Are you sure you want to continue?",do_you_want_to_share_a_survey_to_teachers:cZ,you_can_share_this_survey_to_teachers_to_get_more_insight_about_your_student:lZ,skip:dZ,survey_questions:uZ,weekly_quests:mZ,add_survey_question:hZ,additional_question:gZ,add_additional_question:pZ,save_favorite:yZ,save_as_favorite:fZ,favorite_survey:wZ,slider:vZ,questions:$Z,insert_all_question:bZ,remove_all_question:kZ,insert_question:IZ,survey_templates:xZ,insert_template:CZ,share_survey_teacher:SZ,suggested_teacher:AZ,email_contents:EZ,send_survey:qZ,review_survey_detail:TZ,a_number_of_student:PZ,date_and_time:RZ,scale:LZ,answer:jZ,add_question:NZ,save_question:MZ,external_survey:GZ,ib_learner_profile:zZ,set_deadline:DZ,duplicate_survey:FZ,share_survey:BZ,new_survey:OZ,assign_counselor:VZ,select_counselor:HZ,select_support_teacher:WZ,assign_support_teacher:XZ,switch_support_teacher:YZ,support_teacher_name:ZZ,user_for_question:UZ,requested_reflection:JZ,request_class_reflection:QZ,share_survey_to_teacher:KZ,select_form:e8,switch_counselor:_8,remove_counselor:t8,current_counselor_email:s8,current_counselor_name:n8,select_counselor_change:o8,current_support_teacher_name:a8,current_support_teacher_email:i8,remove_support_teacher:r8,select_support_teacher_change:c8,filter_calendar:l8,average_student_safety:d8,is_active:u8,top_5_most_used_strategies:m8,preparedness:h8,average_student_stress:g8,success_indicators:p8,learning_process:y8,survey_dashboard:f8,response_rate:w8,top_5_most_survey_used:v8,question_intervention:$8,student_pressure:b8,overall_readiness_to_learn:k8,view_calendar:I8,student_wellness:x8,view_data_dashboard:C8,view_a_student:S8,view_student:A8,average_safety:E8,average_stress:q8,average_energy:T8,average_focus:P8,average_happiness:R8,vs_last_month:L8,of_students_are_not_feeling_safe:j8,students_marked_themselves_as_unsafe:N8,marked_themselves_as_unsafe:M8,are_not_feeling_safe:G8,of_students_are_highly_stressed:z8,flagged_with_high_stress:D8,are_feeling_highly_stressed:F8,select_a_student_to_see_their_profile_and_learning_plan:B8,select_a_student_and_start_a_conversation_with_the_check_in_results:O8,start:V8,teacher_reflection:H8,notes:W8,student_reflection:X8,view_latest_check_ins:Y8,"1-1s":"1-1s","1_1":"1-1",this_week_s:Z8,missing_weekly_check_in:U8,add_new_student:J8,"start_your_check-in_and_you_can_also_request_a_conversation_with_your_teacher_after":"Start your Check In. You can also request a conversation with your teacher after this.",start_check_in:Q8,no_events_today:K8,today_schedule:eU,high_stressed:_U,unsafe:tU,average:sU,see_them:nU,goal:oU,ended_over_24_hours_ago:aU,start_a_1_1_conversation:iU,view_results:rU,request_check_in:cU,last:lU,latest_check_ins:dU,students_who_missing_weekly_check_in:uU,this_student_does_nt_have_missing_check_in:mU,no_student_missing_weekly_check_in:hU,start_1_1_conversation:gU,select_a_teacher_and_start_a_check_in:pU,this_weeks_check_ins:yU,this_weeks_1_1s:fU,this_student_does_nt_have_1_1_in_this_week:wU,this_student_does_nt_have_check_in_in_this_week:vU,no_last_or_requested_check_ins:$U,students_who_are_highly_stressed:bU,students_who_are_not_feeling_safe:kU,students_missing_a_weekly_check_in:IU,student_stress_by_zone:xU,student_distribution:CU,surveys_flags:SU,yellow_flags:AU,green_flags:EU,red_flags:qU,show_by:TU,survey_overview:PU,share_note:RU,survey_summary:LU,survey_name:jU,date_created:NU,"#of_recipients":"# of Recipients","#of_answers":"# of Answers",cut_off_time:MU,created_by:GU,responses_distribution:zU,ratings_of_questions:DU,show_results_for:FU,responses_and_response_rates_per_question:BU,view_list_of_students:OU,view_list_of_responses:VU,number_of_responses:HU,number_of_not_responses:WU,question_rating:XU,no_response_yet:YU,external_survey_is_highlight_in_the_table:ZU,reset_password:UU,correct:JU,incorrect:QU,the_correct_answer_is:KU,the_correct_answers_are:e7,action_need:_7,view_answers:t7,survey_results:s7,weeks:n7,months:o7,scheduled_sessions:a7,active_surveys:i7,view_responses:r7,download_csv:c7,create_new_survey:l7,go_to_individual_survey_responses:d7,you_can_only_select_number_kpis_at_a_time:u7,you_can_only_select_number_kpis_at_a_time_To_select_a_new_one_please_switch_off_one_of_the_previous_ones:m7,"download.csv":"Download.CSV",last_check__in:h7,how_many_times_a_strategy_has_been_chosen:g7,these_metrics_come_from_students_check_ins_filter_above_to_change_the_data_set:p7,not_yet_started:y7,in_progress:f7,export_check_ins_to_csv:w7,these_metrics_come_from_the_conference_rubric_only_teacher_responses_are_scored:v7,please_save_first:$7,print_date:b7,goal_base_line:k7,print:I7,download:x7,my_daily_motivation:C7,select_deadline:S7,export:"Export",image_is_a_required:A7,old_iep:E7,create_next_years_iep:q7,write_something_optional:T7,the_effectiveness_of_learning_strategies_by_students_feedback:P7,perceived_usefulness:R7,performance:L7,not_enough_challenge_leading_to_boredom_and_lack_of_interest:j7,calm_and_relaxed_but_not_enough_motivation_to_perform_at_my_best:N7,manageable_levels_of_stress_allowing_me_to_perform_at_my_best:M7,still_in_control_but_starting_to_feel_the_pressure:G7,too_much_pressure_and_really_struggling_to_manage_my_workload:z7,import_emails_by_csv:D7,request_number:F7,select_or_input_class_type:B7,send_request:O7,start_reflection:V7,customize_reflection:H7,include_section_you_want_to_appear:W7,time_of_day:X7,iep_template:Y7,one_roster:Z7,sandbox:U7,"well-being":"Well-being","self-efficacy":"Self-Efficacy",information_roster_sourced_id_full_name_email:J7,sync_roster_users:Q7,export_to_csv:K7,user_list:eJ,assign_student:_J,one_to_one_question:tJ,class_reflection_question:sJ,conference_question:nJ,actions:oJ,order:aJ,user_for:iJ,question_category:rJ,template_survey:cJ,total_of_category:lJ,create_template:dJ,number_of_question:uJ,mandatory:mJ,well_being:hJ,self_efficacy:gJ,no_question_to_display:pJ,privacy_policy:yJ,profile:fJ,role_change:wJ,log_out:vJ,data_dashboard:$J,deep_learning_tools:bJ,my_profile:kJ,phone:IJ,calendar_id:xJ,old_password:CJ,confirm_new_password:SJ,select_a_student_and_start_a_check_in:AJ,anything_is_possible_anything_can_be:EJ,edit_picture:qJ,create_new_student:TJ,grade_level:PJ,health_notes:RJ,students_parent_information:LJ,parent_1:jJ,parent_2:NJ,in_app_notifications:MJ,turn_on_all_notifications:GJ,notify_me_when:zJ,a_student_schedules_a_1_1:DJ,a_student_schedules_a_conference:FJ,a_student_completes_a_conference_self_assessment_rubric:BJ,a_student_or_teacher_completes_a_class_reflection:OJ,action_points_are_due_based_on_chosen_schedule:VJ,a_student_hasnt_logged_1_1_in_the_past_28_days:HJ,email_notifications:WJ,turn_on_all_emails:XJ,a_student_responds_to_a_1_1_readiness_to_learn_with_no:YJ,a_student_reported_a_low_safety_score_on_a_check_in:ZJ,continue_as:UJ,admin:JJ,counselor:QJ,support_teacher:KJ,teacher_assistant:eQ,add_parent_1_information:_Q,add_parent_2_information:tQ,parent_role:sQ,all_activity:nQ,academic_year:oQ,all_of_the_students_report_manageable_stress_levels:aQ,"100_00_of_students_are_not_feeling_safe":"100.00% of students are not feeling safe",growth:iQ,relationships:rQ,productivity:cQ,academics:lQ,percent:dQ,unmotivated:uQ,comfort:mQ,stretch:hQ,strain:gQ,overwhelmed:pQ,edit_student_profile:yQ,teacher:fQ,created:wQ,student_phone_number:vQ,designation:$Q,e_mail:bQ,general_ed_teacher:kQ,select_general_ed_teacher:IQ,please_select_teacher:xQ,assign:CQ,be_silly_be_honest_be_kind:SQ,do_you_want_to_change_to_role_counselor_to_open:AQ,search_assistant:EQ,baseline:qQ,timeframe:TQ,friends:PQ,best_friends:RQ,supportive:LQ,potential_friends:jQ,like:NQ,love:MQ,interested:GQ,curious:zQ,improvement_in_study_habits_grades_sports_clubs_or_personal_projects:DQ,family_friends_and_teachers:FQ,accomplishing_important_tasks_and_limiting_distractions:BQ,homework_studying_and_grades:OQ,my_ability_to_be_successful:VQ,whats_on_your_mind:HQ,now_look_back_at_your_responses_from_today:WQ,do_you_want_to_change_to_role_student_to_open:XQ,student_has_started_this_one_to_one_are_you_sure_to_delete:YQ,do_you_want_to_change_to_role_support_teacher_to_open:ZQ,student_has_not_started_this_conference_are_you_sure_to_delete:UQ,search_support_teacher:JQ,search_counselor:QQ,how_productive_i_was_in_class_today:KQ,not_enough_stress:eK,too_much_stress:_K,organization:tK,self_awareness:sK,self_directed_learning:nK,self_advocacy:oK,self_management:aK,conceptual_change_conversation:iK,concrete_examples:rK,elaboration:cK,dual_coding:lK,note_type_and_class:dK,edit_note:uK,not_done:mK,red:hK,yellow:gK,green:pK,uwcsea_sg_climate_survey:yK,connections_with_adults_and_peers:fK,holistic_learning_experiences:wK,my_health_and_wellbeing:vK,open_ended_questions:$K,do_you_need_some_extra_help_or_support:bK,sdq_standards_and_difficulties_questionaire:kK,sdq_strengths_and_difficulties_questionnaire_supplemental:IK,close:xK,student_responses:CK,anonymous_responses:SK,teacher_perceived:AK,prepared_for_class:EK,missing_class_assignments:qK,completed_classwork:TK,asked_for_help_when_needed:PK,clear:RK,missing_reflections:LK,total_students_missing_late_assignments:jK,subject_class:NK,chart_type:MK,request_from:GK,are_you_sure_you_want_to_delete_this_item:zK,yes_delete:DK,completed_conference:FK,my_learning_plan:BK,my_learning_plan_beta:OK,winning_doesn_t_always_mean_being_first_winning_means_you_re_doing_better_than_you_ve_done_before:VK,integrating_learningwith_previous_knowledge:HK,improving_student_self_efficacy:WK,my_check_in:XK,what_do_you_want_to_do_differently:YK,to_do:ZK,my_class_reflections:UK,send_reflection:JK,type_2_characters_to_search:QK,create_time:KK,do_you_want_to_remove_this_user:eee,warning:_ee,do_you_want_to_impersonate_this_user:tee,assistant:see,parent:nee,choose_file:oee,do_you_want_to_remove_this_question:aee,select:iee,do_you_want_to_remove_this_category:ree,total_of_templates:cee,template_name:lee,category_name:dee,created_date:uee,do_you_want_to_remove_this_email_template:mee,create_email_template:hee,mail_subject:gee,mail_subject_nm:pee,mail_body:yee,mail_params:fee,params:wee,meaning:vee,add_attachment:$ee,skills:bee,subjects:kee,learning_support_categories:Iee,goal_examples:xee,student_badges:Cee,blank_days:See,csv_import:Aee,band_scores:Eee,license:qee,switch_teacher:Tee,question_scaffolding:Pee,training:Ree,type_something_and_press_enter_to_add_short_term_target_examples:Lee,import_users:jee,import_class_reflection:Nee,download_users_data:Mee,do_you_want_to_remove_this_assistant:Gee,do_you_want_to_remove_this_counselor:zee,do_you_want_to_remove_this_support_teacher:Dee,send:Fee,do_you_want_to_remove_this_designation:Bee,new_folder:Oee,upload:Vee,type_something_to_search_by_file_name:Hee,systems:Wee,create_template_system:Xee,created_at:Yee,do_you_want_to_remove_this_template:Zee,one_roster_setting:Uee,users:Jee,one_roster_config:Qee,end_point_url:Kee,client_id:e_e,client_secret:__e,import_one_roster:t_e,import_from_zip_file:s_e,import_from_restful_api:n_e,non_existent_users:o_e,type_something_to_search_users:a_e,create_account_for_selected_users:i_e,help:r_e,sandbox_mode:c_e,off:l_e,restore_sandbox_database:d_e,turn_on:u_e,turn_off:m_e,restore:h_e,edit_profile:g_e,on_track_going_well:p_e,guide:y_e,make_each_day_your_masterpiece:f_e,consistently:w_e,frequently:v_e,sometimes:$_e,rarely:b_e,not_applicable:k_e,i_schedule_all_homework_and_studying_through_google_calendar_or_a_planner_or_organizer_as_soon_as_it_is_assigned:I_e,i_maintain_a_clean_and_organized_system_for_keeping_and_reviewing_physical_notes_handouts_and_packets_for_each_class:x_e,i_maintain_a_clean_and_organized_system_for_storing_digital_files_as_a_result_i_can_easily_find_all_of_my_digital_files:C_e,i_keep_my_school_inbox_organized_and_important_emails_are_not_missed:S_e,i_have_a_clear_understanding_of_my_strengths:A_e,i_know_and_understand_how_teachers_can_best_help_me_in_class:E_e,i_know_and_understand_my_accommodations:q_e,i_know_and_understand_my_personalized_systems_and_strategies_for_ideal_learning_outside_of_class:T_e,i_know_and_understand_my_personalized_systems_and_strategies_for_ideal_learning_in_class:P_e,i_have_a_clear_understanding_of_my_challenges:R_e,i_have_an_accurate_idea_of_how_i_am_doing_in_my_classes_and_know_what_i_need_to_do_to_improve:L_e,i_use_the_first_25_minutes_of_our_class_effectively_to_make_progress_on_my_goals:j_e,i_use_the_homework_study_time_effectively:N_e,achieving:M_e,significant_progress:G_e,moderate_progress:z_e,slight_progress:D_e,no_progress:F_e,cope_with_stressful_situations:B_e,improve_my_sleeping_habits:O_e,i_promplty_address_and_deal_with_difficult_situations_instead_of_avoiding_them:V_e,i_appropriately_use_technology:H_e,i_create_a_note_during_or_after_meetings:W_e,i_effectively_study_for_upcoming_assessments:X_e,i_turn_in_all_homework_on_time_and_complete:Y_e,i_get_the_right_amount_of_sleep_each_night:Z_e,i_meet_with_my_teachers_outside_of_class_time:U_e,i_ask_questions_inside_and_or_after_class:J_e,when_needed_i_let_my_teachers_know_how_to_better_help_me_in_class:Q_e,i_advocate_for_and_use_accommodations_i_need_in_all_of_my_classes:K_e,planning:ete,making_connections_with_previous_learning:_te,providing_quality_feedback:tte,working_on_learning_goals:ste,setting_or_reinforcing_high_expectations:nte,improving_effort:ote,self_assessing:ate,predicting:ite,help_seeking_behaviors:rte,reflecting:cte,low:lte,medium_low:dte,medium:ute,medium_high:mte,high:hte,how_much_did_you_learn_from_this_conference:gte,are_there_any_observations_or_feedback_you_want_to_share:pte,what_are_you_doing_well_that_you_want_to_continue:yte,what_is_something_you_have_learned_while_working_towards_achieving_your_goals:fte,english_language_or_literature:wte,language_class:vte,ridge_charts:$te,bar_charts:bte,line_charts:kte,start_of_day:Ite,mid_morning:xte,before_lunch:Cte,mid_afternoon:Ste,last_class_of_the_day:Ate,student_only:Ete,teacher_only:qte,did_the_student_have_all_needed_materials_for_this_class:Tte,does_the_student_have_any_missing_assignments:Pte,did_the_student_complete_today_s_classwork:Rte,did_the_student_ask_for_help_when_needed:Lte,please_rate_the_student_s_participation_in_class:jte,please_rate_the_student_s_peformance_in_class:Nte,how_useful_were_the_accommodations:Mte,do_you_have_any_concerns_or_student_success_to_share:Gte,not_at_all:zte,very_helpful:Dte,not_sent:Fte,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:Bte,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:Ote,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:Vte,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:Hte,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:Wte,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:Xte,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:Yte,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:Zte,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:Ute,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:Jte,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:Qte,how_helpful_was_our_conversation_today:Kte,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:ese,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:_se,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:tse,student_has_not_started_this_check_in_are_you_sure_to_delete:sse,struggling_i_need_support:nse,some_well_being_issues:ose,generally_okay:ase,most_well_being_issues_are_fine:ise,feeling_great:rse,making_no_progress:cse,aware_of_my_goals_but_making_little_progress:lse,making_some_progress:dse,good_growth_overall:use,great_growth_in_all_areas:mse,one_or_more_key_relationships_are_very_difficult:hse,one_or_more_key_relationships_are_a_little_tricky:gse,most_key_relationships_are_positive:pse,all_key_relationships_are_positive:yse,not_at_all_productive:fse,procrastinating:wse,meeting_some_deadlines:vse,meeting_most_deadlines:$se,meeting_all_deadlines_comfortably:bse,major_challenges:kse,difficulties_in_some_areas:Ise,on_target_in_some_areas:xse,on_target_in_most_areas:Cse,on_target_in_all_areas:Sse,very_low_confidence:Ase,lacking_some_self_belief:Ese,developing_and_improving:qse,feeling_positive:Tse,super_confident:Pse,always_distracted:Rse,mostly_distracted:Lse,sometimes_distracted:jse,generally_focused:Nse,laser_focused:Mse,exhausted:Gse,often_tired:zse,feeling_okay:Dse,good_energy:Fse,unhappy_most_of_the_time:Bse,bursting_with_energy:Ose,unhappy_some_of_the_time:Vse,more_positives_than_negatives:Hse,generally_happy:Wse,optimistic_and_positive_almost_all_of_the_time:Xse,in_danger:Yse,feeling_unsafe:Zse,some_concerns:Use,feeling_safe:Jse,very_safe_and_secure:Qse,moderate:Kse,very_high:ene,how_much_did_the_conceptual_change_conversation_help_your_learning_improve:_ne,how_much_did_discussing_ways_to_seek_help_during_this_session_help_your_learning_improve:tne,how_much_did_a_focus_on_setting_or_reinforcing_high_expectations_during_this_session_help_your_learning_improve:sne,a_little:nne,a_lot:one,after_session:ane,high_pride:ine,low_pride:rne,what_is_on_your_mind:cne,select_all:lne,attitude:dne,behavior:une,collaboration:mne,confidence:hne,creativity:gne,developing_ideas:pne,exercise:yne,finishing_tasks:fne,flexibility:wne,impulse_control:vne,listening:$ne,long_term_memory:bne,math:kne,organization_of_materials:Ine,processing_speed:xne,reading:Cne,setting_and_achieving_goals:Sne,short_term_memory:Ane,sleep_hygiene:Ene,speaking:qne,starting_tasks:Tne,stress_and_anxiety:Pne,studying:Rne,time_management:Lne,work_ethic:jne,writing:Nne,high_expectations:Mne,i_learn_best_when_i_set_high_expectations_for_myself_that_encourage_me_to_do_more_than_the_minimum_expected:Gne,i_learn_best_when_i_recognize_my_successes_and_have_an_opportunity_to_celebrate_progress_and_achievements:zne,integrating_learning_with_previous_knowledge:Dne,i_learn_best_when_i_connect_new_and_important_learning_to_previous_things_i_have_learned:Fne,learners_self_assessing:Bne,i_learn_best_when_i_self_assess_my_own_learning_with_guided_prompts_rubrics_and_or_support:One,learning_goals:Vne,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:Hne,planning_and_predicting:Wne,i_learn_best_when_i_plan_future_actions_and_predict_what_will_happen_as_a_result_of_these_actions:Xne,quality_feedback:Yne,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:Zne,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:Une,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:Jne,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:Qne,target:Kne,session_focus:eoe,what_was_the_main_focus_of_this_session:_oe,academic:toe,assessments_and_homework:soe,custom:noe,general:ooe,habits_and_strategies:aoe,organization_and_planning:ioe,school_life_balance:roe,sleep_habits:coe,social_media_tik_tok_instagram_youtube_pinterest_etc:loe,role_playing_games_d_and_d_world_of_warcraft_pathfinder_etc:doe,environment_global_warming_sustainability_etc:uoe,anime_my_hero_academia_hunter_x_hunter_one_piece_etc:moe,manga:hoe,graphic_novels:goe,comics:poe,politics:yoe,television_stranger_things_heart_stopper_glow_up_etc_and_movies_shrek_marvel_encanto_etc:foe,music:woe,bluey:voe,stickers:$oe,weather:boe,religion:koe,spirituality:Ioe,news_current_events:xoe,sports:Coe,cafe_culture_coffee:Soe,fashion_design:Aoe,futurism_engineering_design_etc:Eoe,science_fiction:qoe,wellness_meditation_mindfulness_etc:Toe,comedy:Poe,journalism:Roe,make_up:Loe,aesthetics_cottagecore_dark_academia_fairycore_etc:joe,automotive_culture_race_cars_motorcycles_motor_bikes_etc:Noe,poetry_slam_poetry:Moe,horror_and_suspense:Goe,skiing_snowboarding:zoe,horseback_riding:Doe,magic:Foe,science_biology_chemistry_physics_etc:Boe,minecraft:Ooe,graphic_design:Voe,survival_prepping:Hoe,botany:Woe,film_study:Xoe,first_responder_fire_ems_emt_police_etc:Yoe,animals_domesticated_rescue_etc:Zoe,animals_large_wild_etc:Uoe,marine_biology:Joe,video_game_youtubers:Qoe,hello_kitty:Koe,memes:eae,cony_and_brown:_ae,pokemon:tae,select_significant_strengths_or_enter_significant_strengths_here:sae,i_learn_best_when_i:nae,i_have_difficulty_learning_when_i:oae,teachers_make_learning_easier_for_me_when_they:aae,teachers_make_learning_more_difficult_for_me_when_they:iae,if_you_are_a_teacher_and_see_i_m_having_trouble_learning_in_class_you_can_help_me_by:rae,the_assignments_i_learn_the_most_from_are:cae,the_assignments_i_sometimes_find_too_challenging_are:lae,chunking_tasks:dae,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:uae,time_management_starting_tasks_finishing_tasks_planning:mae,bite_size_learning:hae,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:gae,short_term_memory_staying_focused_impulse_control_self_awareness_listening_processing_speed:pae,breaks:yae,i_learn_best_when_my_teacher_builds_in_short_breaks_into_each_class:fae,time_management_finishing_tasks_staying_focused_impulse_control_attitude_stress_and_anxiety_work_ethic:wae,happy_notes_home:vae,i_learn_best_when_my_teacher_send_positive_notes_emails_or_calls_home_to_celebrate_my_growth:$ae,finishing_tasks_setting_and_achieving_goals_attitude_behavior_confidence_work_ethic:bae,growth_focused:kae,i_learn_best_when_my_teacher_focuses_on_my_growth_and_progress_rather_than_overall_achievement:Iae,confidence_setting_and_achieving_goals_stress_and_anxiety:xae,avoid_spotlight:Cae,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:Sae,stress_and_anxiety_speaking_processing_speed:Aae,frequent_check_ins:Eae,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:qae,stress_and_anxiety_processing_speed_task_initiation_developing_ideas_planning_finishing_tasks_short_term_memory_staying_focused_self_advocacy_self_awareness:Tae,develop_rapport:Pae,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:Rae,stress_and_anxiety_behavior_attitude_confidence:Lae,explicit_prioritizations:jae,i_learn_best_when_my_teacher_shares_what_activities_are_must_do_recommended_or_completely_optional:Nae,planning_processing_speed_finishing_tasks_listening_reading_writing_stress_and_anxiety_work_ethic_studying:Mae,planned_transitions:Gae,i_learn_best_when_my_teacher_previews_and_prepares_me_and_other_students_for_safety_drills_activity_changes_or_other_class_transitions:zae,time_management_planning_finishing_tasks_stress_and_anxiety_behavior_flexibility:Dae,choices:Fae,i_learn_best_when_my_teacher_provides_as_many_choices_as_possible:Bae,attitude_behavior_work_ethic:Oae,movement:Vae,i_learn_best_when_my_teacher_provides_lots_of_planned_physical_movement_or_opportunities_for_movement_into_class:Hae,impulse_control_staying_focused:Wae,non_verbal_cues:Xae,i_learn_best_when_my_teacher_redirects_me_with_non_verbal_cues_to_redirect_me_when_possible_rather_than_verbally_redirecting_me:Yae,staying_focused_self_awareness_attitude_behavior_stress_and_anxiety_confidence:Zae,limit_direct_instruction:Uae,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:Jae,short_term_memory_staying_focused_impulse_control_listening_behavior_processing_speed:Qae,routines:Kae,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:eie,time_management_planning_finishing_tasks_stress_and_anxiety_behavior_flexibility_starting_tasks:_ie,multimodal_learning:tie,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:sie,staying_focused_listening_reading_writing_math_collaboration_processing_speed:nie,flexible_assessments:oie,i_learn_best_when_my_teacher_creates_a_variety_of_options_for_me_to_demonstrate_my_learning:aie,listening_reading_writing_math_speaking_stress_and_anxiety_collaboration_processing_speed_studying:iie,flexible_feedback:rie,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:cie,planning_staying_focused_self_awareness:lie,pre_learning:die,i_learn_best_when_my_teacher_provides_opportunities_to_learn_new_concepts_early_such_as_early_access_to_resources:uie,time_management_writing_reading_math_stress_and_anxiety_processing_speed:mie,understanding_checks:hie,i_learn_best_when_my_teacher_frequently_checks_in_with_me_to_see_if_i_ve_understand_new_learning:gie,starting_tasks_short_term_memory_staying_focused_impulse_control_self_advocacy_listening_processing_speed:pie,rubrics:yie,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:fie,studying_work_ethic_confidence_stress_and_anxiety_self_advocacy_time_management_planning_finishing_tasks:wie,graphic_organizers:vie,i_learn_best_when_my_teacher_uses_graphic_organizer_to_help_me_understand_what_we_are_learning:$ie,listening_reading_writing_processing_speed_short_term_memory_developing_ideas_planning:bie,visuals:kie,i_learn_best_when_my_teacher_uses_lots_of_visuals_diagrams_infographics_pictures_etc_to_help_me_understand_what_are_we_learning:Iie,short_term_memory_staying_focused_listening_reading_processing_speed:xie,sentence_stems:Cie,i_learn_best_when_my_teacher_provides_sentence_stems_and_writing_promts_for_written_assignments:Sie,developing_ideas_planning_starting_tasks_writing:Aie,think_time:Eie,i_learn_best_when_i_have_plenty_of_time_to_think_before_answering_a_question:qie,developing_ideas_processing_speed_speaking:Tie,clear_instructions:Pie,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:Rie,time_management_planning_starting_tasks_finishing_tasks_short_term_memory_staying_focused_listening_processing_speed:Lie,sharing_vocabulary:jie,i_learn_best_when_my_teacher_provides_new_vocabulary_words_before_we_cover_new_information_and_provides_opportunities_to_learn_the_vocabulary:Nie,short_term_memory_long_term_memory_listening_reading_processing_speed:Mie,idea_bank:Gie,i_learn_best_when_my_teacher_provides_a_pre_prepared_list_of_ideas_for_me_to_chose_from:zie,developing_ideas_starting_tasks_time_management:Die,exemplars:Fie,i_learn_best_when_my_teacher_provides_examples_of_what_successfully_completed_work_looks_like_for_different_levels_of_performance:Bie,developing_ideas_planning_starting_tasks_studying:Oie,organization_time:Vie,i_learn_best_when_my_teacher_provides_time_for_me_to_organize_materials_and_or_plan_next_steps:Hie,time_management_organization_of_materials_developing_ideas_planning_starting_tasks_stress_and_anxiety:Wie,i_learn_best_when_my_teacher_schedules_regular_1_to_1_time_with_me:Xie,multimodal_answers:Yie,i_learn_best_when_i_can_show_my_understanding_in_varied_ways_like_sketching_presentation_or_a_short_video_relaying_information_etc:Zie,starting_tasks_finishing_tasks_self_advocacy_long_term_memory:Uie,peer_teaching_group_work:Jie,i_learn_best_when_i_can_peer_teach_or_practise_with_peers:Qie,studying_listening_processing_speed_long_term_memory:Kie,extra_time_to_complete_assessments:ere,extra_time_to_process_spoken_information_and_directions:_re,extra_breaks_as_needed:tre,use_of_a_computer_without_internet_access_or_word_processor_on_assessments:sre,audio_versions_of_assessments:nre,access_to_a_reader_for_assessments:ore,speech_to_text_software_for_assessments:are,access_to_a_scribe_for_assessments:ire,audio_recording_of_answers_for_assessments:rre,break_up_larger_timed_assessments_over_several_days:cre,take_tests_in_a_quiet_room_with_few_distractions:lre,take_tests_in_a_small_group_setting:dre,assign_seating_where_the_student_is_likely_to_learn_best:ure,the_use_of_sensory_tools_during_class:mre,special_lighting:hre,use_of_a_computer_or_word_processor_to_take_notes:gre,use_of_a_calculator_when_normally_not_allowed_one:pre,use_of_a_spelling_dictionary_or_spellchecker:yre,copies_of_class_notes:fre,written_copy_of_any_instructions:wre,visuals_and_graphics_to_accompany_any_new_information_delivered_verbally:vre,ability_to_record_lessons:$re,increase_text_size_to_a_larger_format:bre,provide_alternative_formats_other_than_reading_when_learning_new_information:kre,provide_alternative_formats_other_than_listening_when_learning_new_information:Ire,great_let_s_build_your_goal:xre,what_do_you_want_to_be_different_about_your_learning_select_a_category_or_type_your_own_idea:Cre,choose_my_goal_area:Sre,nice_choice_what_area_of_well_being_would_you_like_to_work_on:Are,let_s_get_more_specific_select_an_area_or_type_your_own_idea:Ere,add_more_details_to_your_goal:qre,remember_goals_should_be_smart:Tre,specific_measurable_achievable_ambitious_relevant_and_time_based:Pre,perfect_let_s_narrow_this_down_time_to_add_more_details_to_your_goal:Rre,select_a_goal_or_type_your_own:Lre,now_let_s_pick_your_targets:jre,how_do_you_plan_to_accomplish_this_goal:Nre,customize_the_options_below_or_type_your_own_these_will_become_your_short_term_targets:Mre,keep_going:Gre,add_target:zre,where_are_you_now_what_does_this_look_like_for_you_at_the_moment:Dre,this_helps_you_track_your_progress:Fre,finished:Bre,i_will_create_a_sleep_routine:Ore,i_will_set_an_alarm_to_remind_me_to_start_my_routine:Vre,i_will_put_my_electronics_away_1_hour_before_it_is_time_for_me_to_sleep:Hre,i_will_set_my_phone_to_focus_or_do_not_disturb_mode_for_an_hour_before_bedtime_and_until_my_morning_alarm:Wre,i_will_choose_relaxing_activities_1_hour_before_bedtime_such_as_reading_meditating_yoga_or_listening_to_music:Xre,i_will_get_out_of_bed_at_the_same_time_each_day:Yre,i_will_only_press_snooze_one_time_each_morning:Zre,i_will_have_everything_packed_or_set_out_for_the_next_day_before_going_to_sleep:Ure,i_will_go_to_bed_on_time:Jre,i_will_do_this_at_least_4_out_of_5_times_this_week:Qre,i_will_wake_up_on_time:Kre,i_will_create_a_short_routine_for_the_morning_that_gets_me_excited_for_the_day:ece,i_will_set_an_alarm_to_remind_me_to_get_ready_for_sleep_1_hour_before_bedtime:_ce,i_will_set_a_morning_alarm_that_gives_me_plenty_of_time_to_get_ready_for_school:tce,i_will_read_for_20_minutes_before_bed:sce,i_will_meditate_or_listen_to_relaxing_music_before_going_to_sleep:nce,i_will_create_a_morning_routine_to_be_ready_for_the_day:oce,i_will_research_ideas_for_a_morning_routine:ace,i_will_present_my_ideas_to_my_teacher_or_other_person:ice,i_will_map_out_my_routine_on_paper_or_in_my_phone:rce,i_will_start_my_routine_at_the_same_time_every_morning:cce,i_will_create_an_evening_routine_to_get_me_ready_for_bed:lce,i_will_research_ideas_for_an_evening_routine:dce,i_will_do_this_routine_5_out_of_5_school_nights_this_week:uce,i_will_get_at_least_8_hours_of_sleep_each_night:mce,i_will_practice_meditation:hce,i_will_find_choose_a_meditation_app_or_resource_to_use:gce,i_will_challenge_myself_to_meditate_for_x_number_of_days_in_a_row:pce,i_will_choose_a_daily_time_to_meditate_and_set_an_alarm_to_remind_me:yce,i_will_meditate_at_least_x_out_of_x_days_this_week:fce,i_will_start_an_exercise_routine:wce,i_will_find_a_friend_to_exercise_with_each_week:vce,i_will_choose_the_type_of_exercise_to_add_to_my_routine:$ce,i_will_share_my_routine_with_a_friend_or_trusted_adult:bce,i_will_add_my_exercise_times_to_my_planner_or_calendar:kce,i_will_exercise_daily:Ice,i_will_exercise_at_least_x_out_of_x_days_this_week:xce,i_will_understand_the_cause_of_my_stress:Cce,i_will_talk_to_my_teacher_or_counselor_about_things_that_bother_me_or_make_me_stressed:Sce,i_will_identify_and_talk_with_someone_i_trust_about_how_i_am_feeling:Ace,i_will_pause_when_i_m_feeling_stressed_to_identify_what_is_causing_the_stress:Ece,i_will_learn_what_is_and_is_not_in_my_circle_of_control:qce,i_will_acknowledge_when_i_am_approaching_a_potentially_stressful_situation:Tce,i_will_learn_about_coping_skills:Pce,i_will_talk_to_my_teacher_or_counselor_about_coping_skills_they_think_will_be_helpful_for_me:Rce,i_will_choose_a_coping_skill_to_practice_when_i_feel_i_am_becoming_stressed:Lce,i_will_use_a_coping_strategy_when_i_am_stressed_x_number_of_times_this_week:jce,i_will_start_journaling_my_thoughts_and_feelings:Nce,i_will_do_this_at_least_x_out_of_x_days_this_week:Mce,i_will_get_outside_or_in_nature:Gce,i_will_make_time_for_something_fun:zce,i_will_make_time_for_being_still_and_quiet:Dce,increase_my_mindfulness:Fce,i_will_take_minibreaks_throughout_the_day:Bce,i_will_decide_what_types_of_breaks_help_me_the_most:Oce,i_will_set_alarms_to_remind_myself_to_take_a_break:Vce,i_will_take_a_break_every_hour:Hce,i_will_take_a_break_every_90_minutes:Wce,i_will_take_x_number_of_breaks_a_day:Xce,create_relaxation_opportunities:Yce,i_will_use_visualization_to_help_me_relax:Zce,i_will_learn_about_visualization:Uce,i_will_set_an_alarm_to_remind_me_to_practice_visualization:Jce,i_will_decide_what_this_practice_will_look_like_for_me:Qce,i_will_do_deep_breathing_exercises:Kce,i_will_research_and_learn_breathing_exercises_to_try:ele,i_will_set_an_alarm_to_remind_me_to_practice_my_breathing_exercises:_le,i_will_listen_to_relaxing_music:tle,i_will_find_or_create_a_playlist_that_i_find_relaxing:sle,i_will_add_listening_music_to_my_evening_routine:nle,i_will_practice_yoga:ole,i_will_find_a_class_youtube_channel_or_app_to_use:ale,i_will_challenge_myself_to_practice_yoga_for_x_number_of_days_in_a_row:ile,i_will_choose_a_daily_time_to_practice_yoga_and_set_an_alarm_to_remind_me:rle,i_will_do_an_art_project_that_is_enjoyable:cle,i_will_find_a_relaxing_art_activity_to_try:lle,i_will_choose_a_time_to_do_my_art_each_week_and_set_reminders:dle,i_will_tell_someone_about_my_new_art_project:ule,keeping_fit:mle,i_will_exercise_more:hle,i_will_join_a_sports_team_or_club:gle,i_will_find_out_what_is_available_at_my_school:ple,i_will_choose_one_that_interests_me:yle,i_will_take_care_of_any_paperwork_to_join:fle,i_will_participate_in_the_tryout_or_application_process:wle,i_will_attend_all_the_practices:vle,i_will_learn_a_new_sport_or_activity:$le,i_will_research_new_sports_or_activities_that_might_interest_me:ble,i_will_choose_a_new_sport_or_activity_to_learn:kle,i_will_see_if_anyone_i_know_would_like_to_try_this_new_activity_with_me:Ile,i_will_gather_the_needed_gear_to_learn_this_activity:xle,i_will_research_the_rules_and_methods_for_this_activity:Cle,i_will_find_groups_who_participate_in_this_activity_to_join:Sle,i_will_research_potential_challenges_that_interest_me:Ale,i_will_choose_a_challenge_to_complete:Ele,i_will_set_a_time_each_week_or_day_to_do_this_challenge:qle,i_will_set_an_alarm_to_remind_me_to_do_this_challenge:Tle,i_will_sign_up_for_a_race:Ple,i_will_research_different_races_and_events_happening_in_my_area_in_the_next_few_months:Rle,i_will_choose_one_to_complete_and_talk_to_my_parents_guardians_about_participating:Lle,i_will_sign_up_if_i_have_permission_from_my_parents_guardians:jle,i_will_create_a_training_schedule_to_prepare_for_my_race:Nle,i_will_set_reminders_for_my_training_schedule:Mle,i_will_create_an_at_home_exercise_routine:Gle,i_will_take_an_inventory_of_what_exercise_equipment_i_have_access_to_at_home:zle,i_will_research_what_routines_and_exercises_i_can_do_with_my_equipment_at_home:Dle,i_will_find_a_youtube_channel_or_app_to_use_for_my_workouts:Fle,i_will_set_a_schedule_for_my_routine:Ble,i_will_set_reminders_for_my_routine:Ole,i_will_join_and_go_to_a_gym:Vle,i_will_research_gyms_in_my_area:Hle,i_will_choose_a_gym_that_i_can_pay_for_and_get_my_parent_guardians_permission:Wle,i_will_go_to_the_gym_and_get_a_membership:Xle,i_will_learn_about_the_equipment_programs_and_classes_available_at_my_gym:Yle,i_will_decide_what_my_routine_will_be_when_i_visit_the_gym:Zle,i_will_schedule_times_to_go_to_the_gym_on_my_phone:Ule,i_will_go_to_the_gym_x_out_of_x_days_this_week:Jle,eating_healthier:Qle,i_will_add_more_fruits_and_veggies_into_my_diet:Kle,i_will_swap_x_for_x_when_i_go_out_to_eat:ede,i_will_limit_my_sugary_drinks:_de,i_will_drink_more_water:tde,i_will_fill_up_my_water_bottle_x_number_of_times_each_school_day:sde,i_will_learn_to_cook_simple_meals:nde,i_will_go_to_the_store_to_buy_the_missing_ingredients_on_my_list:ode,i_will_follow_the_recipe_and_share_my_meal_with_a_family_member_or_friend:ade,improve_my_timekeeping_not_late_for_school_class:ide,i_will_add_buffer_time_to_my_schedule_in_the_morning_to_make_sure_i_get_to_school_on_time:rde,i_will_set_alarms_or_calendar_alert_on_my_phone_to_remind_me_to_go_to_my_next_class:cde,i_will_set_an_alarm_to_tell_me_5_minutes_before_i_need_to_leave_for_school:lde,i_will_put_my_school_schedule_in_a_planner_or_on_my_phone:dde,making_friends:ude,i_will_join_a_club_or_sports_team:mde,i_will_attend_all_the_practices_or_meetings:hde,i_will_find_someone_with_a_common_interest:gde,i_will_ask_someone_to_hang_out_outside_of_school:pde,i_will_attend_events_or_parties_i_m_invited_to:yde,i_will_eat_lunch_with_someone_i_want_to_get_to_know_better:fde,i_will_learn_some_good_questions_to_ask_others_to_get_to_know_them:wde,i_will_learn_how_to_engage_in_conversation_more:vde,i_will_think_about_what_i_want_in_a_friend:$de,i_will_think_about_what_it_means_to_be_a_good_friend:bde,i_will_share_this_thoughts_with_someone:kde,joining_a_club_sport:Ide,i_will_choose_a_club_to_join:xde,i_will_attend_all_the_meetings:Cde,i_will_choose_a_sport_to_try_out_for:Sde,learning_a_new_activity:Ade,i_will_choose_a_new_activity_to_learn:Ede,i_will_gather_the_needed_supplies_to_learn_this_activity:qde,i_will_practice_or_play_my_new_activity_at_least_x_out_of_x_times_this_week:Tde,improve_homework:Pde,i_will_turn_in_my_homework_on_time:Rde,i_will_turn_in_high_quality_homework:Lde,work_on_longterm_assignments_planned_and_making_progress:jde,i_will_set_up_a_study_work_plan_for_long_term_projects:Nde,studying_for_tests_routines_and_effective_study_strategies:Mde,i_will_set_up_a_study_work_plan_for_tests:Gde,make_notes_in_class_high_quality_organised:zde,i_will_take_notes_digital_paper_in_class_and_organise_them_in_a_folder_notebook_for_each_of_my_core_key_classes:Dde,i_will_research_note_taking_methods:Fde,improve_grade_in_x_subject_by_x_amount:Bde,i_will_review_material_from_class_an_additional_on_top_of_as_well_as_not_including_homelearning:Ode,study_x_amount_of_time_on_x_subject_x_times_hours_a_week:Vde,finish_work_early_and_check_against_instructions_rubric_then_edit:Hde,improve_the_quality_grades_of_homelearning_assignments:Wde,create_a_regular_study_homework_schedule:Xde,i_will_create_a_schedule_for_my_week_detailing_study_days_times_and_how_long_i_will_study_by_x_date:Yde,improve_email_google_drive_calendar_or_planner_organization:Zde,i_will_check_my_inbox_unread_emails_at_least_x_times_a_week_and_reply_if_necessary:Ude,i_will_create_folders_labels_and_organise_emails_into_the_correct_ones:Jde,i_will_create_folders_for_each_subject_and_organsie_docs_into_the_correct_folders:Qde,create_reminders_or_calendar_events_for_important_events_deadlines_study_times:Kde,i_will_create_reminders_or_calendar_events_for_my_most_important_events_deadlines_or_study_sessions_immediately_or_as_soon_as_i_can:eue,create_a_longterm_assignment_planner:_ue,i_will_evaluate_my_progress_and_adjust_how_long_i_will_study_by_x_date:tue,improve_my_todo_list_habits:sue,i_will_add_tasks_to_my_todo_list_immidietly_or_as_soon_as_i_can_and_review_it_3_times_a_week:nue,i_will_create_a_schedule_for_longterm_assihnments_detailing_study_days_times_and_how_long_i_will_study_by_x_date:oue,i_will_take_notes_digital_paper_in_class_and_organise_them_in_a_folder_notebook_for_all_my_classes:aue,keep_devices_off_on_silent_or_put_away_in_class:iue,keep_devices_off_on_silent_or_put_away:rue,keep_devices_off_on_silent_or_put_away_during_study_time:cue,i_will_create_a_routine_for_transitioning_study_time:lue,set_a_schedule_on_my_phone_on_focus_or_do_not_disturb_during_class_times:due,set_a_schedule_on_my_phone_on_focus_or_do_not_disturb_during_planned_study_times:uue,reduce_or_limit_time_spent_on_social_media:mue,i_will_set_up_time_limits_on_my_apps_or_websites:hue,i_will_set_a_timer_when_i_am_taking_a_break_on_social_media:gue,increase_engagement_in_class:pue,avoid_distracting_websites_other_tasks_in_class:yue,i_will_pay_attention_to_the_instructions_in_class:fue,i_will_actively_participate_in_class_more:wue,i_will_participate_more_in_class_activities:vue,i_will_ask_questions_in_class_related_to_the_topic_to_improve_my_understanding_learning:$ue,i_will_volunteer_to_answer_questions_in_class_more:bue,avoid_distracting_websites:kue,i_will_set_up_time_limits_for_distracting_website_via_a_chrome_extension:Iue,i_will_close_all_tabs_not_related_to_my_task:xue,getting_help_when_needed:Cue,i_will_meet_with_my_teacher_outside_of_class_when_i_need_help:Sue,i_will_email_my_teacher_when_i_need_help:Aue,i_will_ask_questions_in_class_when_i_do_not_know_what_to_d:Eue,understanding_my_accommodations:que,i_will_know_and_understand_my_accommodations:Tue,i_will_ask_for_my_accommodations_when_i_need_them_in_class:Pue,i_will_tell_my_case_manager_when_i_no_longer_need_an_accommodations:Rue,i_will_talk_to_my_case_manager_when_i_feel_i_need_additional_or_different_accommodations:Lue,procrastination:jue,planning_ahead:Nue,i_will_spend_x_amount_of_time_x_times_a_week_on_longterm_projects:Mue,i_will_plan_tasks_for_the_week_on_monday_or_the_friday_before:Gue,i_will_add_task_to_my_planner_when_assigned_in_class:zue,task_initiation:Due,i_will_start_tasks_on_the_day_given_and_finish_if_time_allows:Fue,i_will_finish_tasks_early_or_before_they_are_due:Bue,my_thoughts_and_feelings_are_important:Oue,today:Vue,this_week:Hue,this_month:Wue,male:Xue,female:Yue,type_something_to_search_students:Zue,assign_for_selected_students:Uue,assistant_email:Jue,counselor_email:Que,support_teacher_email:Kue,add_new_answer:eme,edit_template:_me,add_questions:tme,edit_email_template:sme,contact_mail:nme,announcements:ome,schedule_information:ame,welcome_new_teacher_assistant:ime,contact_request:rme,welcome_new_teacher:cme,welcome_new_student:lme,welcome_new_assistant:dme,welcome_new_parent:ume,welcome_new_edu_teacher:mme,forgot_password:hme,welcome_new_counselor:gme,user_first_name:pme,user_last_name:yme,password:fme,message:wme,domain:vme,basic:$me,premium:bme,enterprise:kme,are_you_sure_to_request_to_change_to_this_plan:Ime,images:xme,audios:Cme,docs:Sme,videos:Ame,auto_save_after_every_1_min:Eme,no_user_to_display:qme,on_a_scale_from_0_10_how_likely_are_you_to_recommend_us_to_a_friend_or_colleague:Tme,not_likely_at_all:Pme,extremely_likely:Rme,uwcsea_sg_climate_survey_connections_with_adults_and_peers:Lme,uwcsea_sg_climate_survey_do_you_need_some_extra_help_or_support:jme,uwcsea_sg_climate_survey_my_health_and_wellbeing:Nme,uwcsea_sg_climate_survey_open_ended_questions:Mme,uwcsea_sg_climate_suvey_holistic_learning_experiences:Gme,import_email_by_csv:zme,single_choice:Dme,multiple_choice:Fme,text_input:Bme,emotional:Ome,summarize:Vme,rating:Hme,learning_strategy:Wme,drop_down:Xme,happiness_intervetion:Yme,sdq_standard:Zme,diversity_equity_inclusion_and_justice:Ume,climate_survey:Jme,intervention_safety:Qme,intervention_stress:Kme,safety_at_home:ehe,wellbeing:_he,depression_questions:the,level_1_learners_goal_conference:she,level_1_learners_balanced_conference:nhe,level_1_learners_habits_and_attitudes_towards_learning_conference:ohe,level_2_learners_digital_citizenship:ahe,level_1_learners_digital_citizenship:ihe,level_2_learners_communication:rhe,level_1_learners_communication:che,level_2_learners_collaboration:lhe,level_1_learners_collaboration:dhe,level_2_learners_self_directed_learning:uhe,level_2_learners_self_management_skills:mhe,level_1_learners_self_management_skills:hhe,level_2_learners_self_advocacy:ghe,level_1_learners_self_advocacy:phe,level_2_learners_self_awareness:yhe,level_1_learners_self_awareness:fhe,level_2_learners_learning_and_study_skills:whe,level_1_learners_learning_and_study_skills_session:vhe,level_2_learners_organization:$he,level_1_learners_organization_session:bhe,level_2_learners_goal_conference:khe,level_2_learners_habits_and_attitudes_towards_learning_conference:Ihe,level_2_learners_balanced_conference:xhe,level_2_learners_goal_s_session:Che,level_1_learners_goal_s_session:She,level_2_learners_study_strategies_session:Ahe,level_2_learners_academic_session:Ehe,level_1_learners_academic_session:qhe,level_2_learners_habits_and_attitudes_towards_learning_session:The,level_1_learners_habits_and_attitudes_towards_learning_session:Phe,level_2_learners_general_session:Rhe,level_1_learners_general_sessio:Lhe,social_and_emotional_learning:jhe,end_of_class_reflection_questions:Nhe,impulse_control_self_monitoring:Mhe,planning_problem_solving:Ghe,teacher_sense_of_self_efficacy_tses:zhe,general_strategies_for_learning_gsl:Dhe,focusing_attention:Fhe,memory:Bhe,responsible_decision_making:Ohe,social_awareness:Vhe,relationship_skills:Hhe,habits_and_attitudes_towards_learning_hal:Whe,end_of_conference_questions:Xhe,life_skills:Yhe,health_and_fitness:Zhe,executive_functions:Uhe,study_skills:Jhe,metacognitive_self_regulation:Qhe,educational_satisfaction:Khe,default_session_questions:ege,test_question_category_1:_ge,are_you_a_boarder_or_day_student:tge,before_i_make_a_decision_i_consider_the_consequences:sge,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:nge,how_would_you_describe_your_religious_beliefs:oge,how_would_you_describe_your_sexual_orientation:age,i_actively_pursue_activities_that_align_with_my_passions_and_values:ige,i_always_have_someone_to_eat_lunch_with:rge,i_am_alone_more_often_than_i_would_like:cge,i_am_happy_with_the_marks_i_get_at_school:lge,academics_homework_studying_and_grades:dge,growth_improvement_in_study_habits_grades_sports_clubs_or_personal_projects:uge,productivity_accomplishing_important_tasks_and_limiting_distractions:mge,relationships_family_friends_and_teachers:hge,anything_else_you_want_to_tell_your_teacher:gge,did_you_bring_what_you_needed_for_this_class:pge,did_you_complete_all_the_classwork_for_today_s_class:yge,did_you_have_your_materials_ready_at_the_start_of_class_time:fge,do_you_have_any_missing_assignments_for_this_class:wge,assign_bulk:vge,assign_bulk_student:$ge,instruction:bge,name_is_required:kge,instruction_is_required:Ige,add_item:xge,conference_rubric_items_is_empty:Cge,blank_row_or_column:Sge,question_list:Age,question_list_cpt:Ege,question_is_required:qge,select_skill:Tge,type_and_press_enter_to_add_new_row:Pge,do_you_want_to_remove_this_row:Rge,do_you_want_to_remove_this_custom_alert:Lge,remove_custom_alert_successfully:jge,do_you_want_to_remove_this_skill:Nge,remove_skill_successfully:Mge,do_you_want_to_remove_this_subject:Gge,remove_subject_successfully:zge,do_you_want_to_remove_this_learning_support_category:Dge,remove_learning_support_category_successfully:Fge,do_you_want_to_remove_this_learning_strategy:Bge,remove_learning_strategy_successfully:Oge,cant_delete_question:Vge,do_you_want_to_remove_this_goal_example:Hge,remove_question_successfully:Wge,do_you_want_to_remove_this_badge:Xge,remove_badge_successfully:Yge,do_you_want_to_remove_this_blank_day:Zge,remove_blank_day_successfully:Uge,do_you_want_to_remove_this_band_score:Jge,remove_band_score_successfully:Qge,is_used:Kge,time_oneRoster_sync_hh:epe,small_text:_pe,medium_text:tpe,large_text:spe,edit_parent_1_information:npe,edit_parent_2_information:ope,last_1_1:ape,how_would_you_rate_your_chances_of_achieving_this_goal:ipe,add_name:rpe,activity_list:cpe,select_academic_year:lpe,a_number_of_staff:dpe,staffs:upe,how_are_you_today:mpe,what_was_the_purpose_or_focus_of_today_s_class:hpe,header_1:gpe,header_2:ppe,header_3:ype,header_4:fpe,header_5:wpe,header_6:vpe,staying_focused:$pe,text_input_question:bpe,vs_last_year:kpe,leave_page:Ipe,how_much_did_reflecting_during_this_session_help_your_learning_improve:xpe,last_1_1_conversation:Cpe,student_has_started_this_conference_are_you_sure_to_delete:Spe,student_has_started_this_check_in_are_you_sure_to_delete:Ape,student_has_not_started_this_one_to_one_are_you_sure_to_delete:Epe,"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":"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","select_a_student_and_start_a_1-1_conversation_from_a_check-in_or_ask_the_student_to_check-in_before":"Select a student and start a 1-1 conversation from a check-in or ask the student to check-in before",my_accommodations:qpe,accommodation_set:Tpe,add_new_accommodation:Ppe,print_my_accommodations:Rpe,my_learning_progress:Lpe,"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.":"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.","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.":"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.",responses_comparisons:jpe,dropdown_and_verbal_questions_responses:Npe,mario_tools:Mpe,customize:Gpe,techical_settings:zpe,data_import_export:Dpe,inactive_students:Fpe,admin_general_tips:Bpe,school_usage:Ope,total_conversations_time:Vpe,total_class_reflections:Hpe,grade_usage:Wpe,total_conversations:Xpe,impersonate:Ype,hi:Zpe,transition_plan:Upe,updated_on:Jpe,print_my_learning_plan:Qpe,print_student_learning_plan:Kpe,print_my_transition_plan:eye,about_me:_ye,name_your_interest:tye,add_more_detail_to_your_interest:sye,create_interest:nye,"your_interest_has_been_successfully_created_!":"Your interest has been successfully created!",view_plp:oye,my_current_plp:aye,my_learning_strategies:iye,add_new_interest:rye,add_new_challenge:cye,add_new_strength:lye,add_new_idea:dye,add_new_people:uye,add_new_tool:mye,add_new_strategy:hye,add_new_dream:gye,my_support_network:pye,add_person:yye,closer_family:fye,family:wye,mentors:vye,tutors:$ye,my_timeline:bye,add_milestone:kye,add_test:Iye,"you_haven't_added_any academic_milestones_yet":"You haven't added any academic milestones yet","you_haven't_added_any_tests_yet":"You haven't added any tests yet",colleges:xye,"you_haven't_added_any_colleges_yet":"You haven't added any colleges yet",add_colleges:Cye,my_transition_plan:Sye,academic_milestones:Aye,tests:Eye,academic_and_career_interests:qye,you_havent_added_any_interests_yet:Tye,add_a_plan:Pye,extra_curricular_activities:Rye,"you_haven't_added_any_activities_yet":"You haven't added any activities yet",add_new_activity:Lye,courses:jye,"you_haven't_added_any_courses_yet":"You haven't added any courses yet",add_new_courses:Nye,"standardized_tests_/_exams":"Standardized Tests/Exams","potential_career_training_courese_/_colleges":"Potential Career Training Courses/Colleges","you_haven't_added_any_courses_/_colleges_yet":"You haven't added any courses/colleges yet","add_new_courese_/_college":"Add New Courses/College",add_new_college:Mye,"you_haven't_added_any_references_yet":"You haven't added any references yet",references:Gye,resources_for_my_future:zye,"you_haven't_added_any_resources_yet":"You haven't added any resources yet",add_new_resources:Dye,my_essays:Fye,"you_haven't_added_any_essays_yet":"You haven't added any essays yet",add_essay:Bye,learning_portfolios:Oye,"you_haven't_added_any_learning_portfolios_yet":"You haven't added any learning portfolios yet",add_portfolio:Vye,financial_planning:Hye,"you_haven't_added_any_plans_yet":"You haven't added any plans yet",add_new_plan:Wye,"students_shaded_red_have_an_incomplete_check-_in":"Students shaded red have an incomplete check- in",rows_per_page:Xye,anonymous_link:Yye,select_ratings_of_questions:Zye,select_responses_distribution:Uye,you_can_only_select_one_question_per_time:Jye,number_of_answers:Qye,my_interests:Kye,i_like_to_know_more_about:efe,my_strengths:_fe,my_challenges:tfe,i_can_help_myself_by:sfe,my_teacher_can_help_me_by:nfe,other_people_who_can_help_me_are:ofe,tools_things_that_can_help_me_are:afe,my_goals:ife,my_goals_and_targets:rfe,my_hopes_and_dreams:cfe,missing_grade:lfe,grade_must_be_equal_or_greater_than_grade_level_1:dfe,you_havent_added_any_challenges_yet:ufe,you_havent_added_any_strengths_yet:mfe,you_havent_added_any_idea_yet:hfe,you_havent_added_any_people_yet:gfe,you_havent_added_any_tools_yet:pfe,you_havent_added_any_strategies_yet:yfe,you_havent_added_any_goals_and_targets_yet:ffe,you_havent_added_any_hopes_and_dreams_yet:wfe,ways_I_learn_best:vfe,your:$fe,interest:bfe,strength:kfe,challenge:Ife,idea:xfe,people:Cfe,tool:Sfe,dream:Afe,person:Efe,more_detail_to:qfe,my_support:Tfe,network:Pfe,my_current_PLP:Rfe,view_PLP:Lfe,current_accommodation:jfe,goal_date:Nfe,you_havent_added_any_item_yet:Mfe,passing_date:Gfe,college:zfe,visit:Dfe,application:Ffe,a_plan:Bfe,interests:Ofe,activities:Vfe,test_exam:Hfe,course:Wfe,resources:Xfe,essay:Yfe,essays:Zfe,plans:Ufe,total_of:Jfe,diagnostic_survey:Qfe,selected_questions:Kfe,available_questions:ewe,are_you_sure_you_want_to_inactive_students:_we,data_for_the_last_month:twe,number_of_questions:swe,no_item_to_display:nwe,template:owe,assessment:awe,assignment_result:iwe,certificate:rwe,learning_support_category:cwe,feedback:lwe,suggestion:dwe,tutorial_screen:uwe,reflection_forms:mwe,select_question_to_add:hwe,all_of_the_students_marked_as_feeling_safe:gwe,integrations:pwe,"this_check_in_will_be_deleted_from_all_databases._are_you_sure_you_want_to_continue?":"This check-in will be deleted from all databases. Are you sure you want to continue?","total_1-1_conversations":"Total 1-1 conversations",default_question_one_to_one_list:ywe,is_default_question:fwe,is_class_reflection_question:wwe,yes_no_question:vwe,number_of_stars:$we,emotion_icon:bwe,add_new_sub_question:kwe,sub_questions:Iwe,are_you_sure_to_delete:xwe,edit_1_1:Cwe,wellness:Swe,environment_safety:Awe,sleeping:Ewe,eating:qwe,learning:Twe,getting_help:Pwe,exercising:Rwe,being_calm:Lwe,home:jwe,school:Nwe,online:Mwe,learning_in_class:Gwe,home_learning:zwe,destinations:Dwe,destinations_lc:Fwe,select_csv:Bwe,import_class_reflections:Owe,type_question:Vwe,edit_destination:Hwe,create_destination:Wwe,total_of_destination:Xwe,general_info:Ywe,file_extension:Zwe,todays:Uwe,add_to_do:Jwe,edit_to_do:Qwe,description_optional:Kwe,do_you_want_delete_this_goal:eve,my_to_do:_ve,set_your_to_do:tve,your_daily_motivation:sve,my_1_1:nve,student_learning_plans:ove,sign_out:ave,topic:ive,comment:rve,willingness_to_do_your_best_learning:cve,not_done_yet:lve,not_chosen_yet:dve,loading:uve,i_organize_myself_for_success_by:mve,i_know_i_am_doing_my_best_because:hve,i_know_i_feel_ready_to_learn_when:gve,go_to_plp:pve,go_to_personal_learning_plan:yve,create_qr_code:fve,warning_email:wve,"1_1_sessions":"1-1 Sessions",filter_by_students:vve,search_for_students:$ve,sort_by:bve,recently:kve,most_positive:Ive,least_positive:xve,back_to:Cve,this_session_can_be_edit_by_user_change_session:Sve,type_your_answer_here:Ave,take_notes_and_get_suggestions_from_our_MARIO_support_bot:Eve,scaffolding_is_on:qve,scaffolding_is_off:Tve,see_all_suggestions:Pve,scaffolding:Rve,session_finished:Lve,do_you_want_to_start_now_or_book_later:jve,new_1_1s:Nve,book_1_1s:Mve,select_session_type:Gve,new_conferences:zve,my_personal_interests:Dve,i_find_it_difficult_when:Fve,take_the_quiz:Bve,collapse:Ove,expand:Vve,created_on:Hve,updated:Wve,notifications:Xve,mark_all_as_read:Yve,filter:Zve,read:Uve,unread:Jve,is_read:Qve,go_to_session:Kve,go:e$e,meetings:_$e,student_profile:t$e,booked_times:s$e,session_are_booked_as_10_minute_slots:n$e,conference_finished:o$e,back_to_conferences:a$e,unfinished:i$e,back:r$e,select_your_status:c$e,my_safety:l$e,working_on_it:d$e,not_started:u$e,total_of_rubrics:m$e,select_question_category:h$e,default_question_conference_list:g$e,create_rubric:p$e,type_something_to_search_rubric:y$e,prev:f$e,select_the_grade:w$e,class_qr_codes:v$e,title_is_required:$$e,the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in:b$e,this_conference_will_be_deleted_from_all_databases_are_you_sure_you_want_to_continue:k$e,check_in_and_1_1s:I$e,my_check_in_and_1_1s:x$e,book_for_later:C$e,check_ins_home:S$e,start_your_check_in_and_you_can_also_request_a_conversation_with_your_teacher_after:A$e,set_your_goals:E$e,show_pending_conversations:q$e,check_in_sessions:T$e,this_initial_step_activates_your_1_on_1_conversation_setting_the_stage_for_personal_dialogue:P$e,check_in_session:R$e,"1_1_conversation_complete":"1-1 Conversation Complete",check_in_complete:L$e,log_1_1_conversation:j$e,log_conversation_data:N$e,add_1_1_conversation_notes:M$e,save_data:G$e,please_select_date_1_1_conversation:z$e,please_write_something_to_this_1_1_conversation:D$e,data_1_1_conversation_cannot_exceed_300_characters:F$e,check_in_session_title:B$e,i_have_nothing_to_add:O$e,check_in_session_finished:V$e,is_question_for_grade_1_2:H$e,"1_1_session":"1-1 Session",type_your_answer_here_e_g_i_met_my_friend:W$e,type_your_answer_here_e_g_my_best_friend_didnt_come_to_school:X$e,save_1_1_log_note:Y$e,no_need_for_it:Z$e,conversation_saved:U$e,yes_view_student_goals:J$e,what_did_you_and_the_student_choose_as_an_action_step_would_you_like_to_add_it_as_a_goal:Q$e,here_you_can_find_all_the_notes_and_1_1_conversations_logs_the_student_has:K$e,back_to_notes_and_logs:ebe,students_review:_be,other_note:tbe,students_perceived_usefulness:sbe,student_feedback:nbe,note_category:obe,select_note_category:abe,save_note:ibe,type_the_main_focus_of_this_session:rbe,please_add_title_note:cbe,notes_and_logs:lbe,other_notes_from_the_conversation:dbe,share_your_thoughts:ube,make_this_a_private_note:mbe,environment_specific_safety:hbe,students_reported_feelings:gbe,well_being_indicators:pbe,readiness_trends:ybe,open_field_questions:fbe,number_of_students_with_at_least_one_very_low_metric:wbe,this_flags_if_the_student_is_not_ready_to_learn_or_has_at_least_one_success_or_readiness_to_learn_metrics_under_40:vbe,of_students_have_concerned_metrics:$be,have_metrics_40:bbe,all_students_have_good_metrics:kbe,students_with_at_least_one_concerned_metric:Ibe,concerned_metrics:xbe,concern_metrics:Cbe,conversation_goal:Sbe,target_monthly_conversation_goal_for_teachers:Abe,target_monthly_conversation_goal_for_counselors:Ebe,conversations:qbe,are_not_ready_to_learn:Tbe,check_in_date:Pbe,educator:Rbe,location:Lbe,edit_my_profile:jbe,save_new_password:Nbe,conversation_duration:Mbe,please_set_time_1_1_conversation:Gbe,negative_emotions:zbe,please_select_add_teacher_for_selected_student_first:Dbe,choose_profile_picture:Fbe,choose_a_profile_picture_from_our_gallery_or_upload_your_own:Bbe,select_a_picture:Obe,delete_checkin:Vbe,delete_conference:Hbe,are_you_sure_to_delete_this_check_in:Wbe,are_you_sure_to_delete_this_conference:Xbe,yes_im_sure:Ybe,teachers_list:Zbe,this_months_average_vs_last_month:Ube,manage_your_active_students_and_their_progress:Jbe,staff_assigning:Qbe,save_staff:Kbe,add_student:e1e,class_qr_code:_1e,edit_staff:t1e,search_students_by_name_or_email:s1e,all_grades:n1e,all_flags:o1e,no_students_found:a1e,why_are_you_not_ready_to_learn:i1e,delete_1_1:r1e,are_you_sure_to_delete_this_one_to_one:c1e,please_add_email:l1e,select_creator:d1e,type_an_email_to_share:u1e,invalid_email_format:m1e,share:h1e,personal_learning_plans:g1e,metrics_that_flagged:p1e,teacher_emails:y1e,counselor_emails:f1e,remove_bulk:w1e,personal_learning_plans_description:v1e,last_updated:$1e,transition_plans:b1e,transition_plans_description:k1e},x1e="لوحة المعلومات",C1e="المستخدم",S1e="بنك الأسئلة",A1e="قالب البريد الإلكتروني",E1e="تنبيه مخصص",q1e="إعداد",T1e="معرض الوسائط",P1e="قائمة مدارس المنطقة",R1e="تصدير إلى PDF",L1e="يتم أخذ البيانات من الشاشة الرئيسية",j1e="تأكد من ضبط كل شيء بشكل صحيح قبل التصدير.",N1e="إلغاء",M1e="مرحبًا",G1e="الاستعداد للتعلم",z1e="استراتيجيات التعلم عالية التأثير",D1e="تسجيل الحضور",F1e="عمليات تسجيل الحضور",B1e="التفكير",O1e="اللقاءات",V1e="الأمان",H1e="الطالب حسب العمر",W1e="الطلبة حسب التصنيف",X1e="التقويم",Y1e="الجنس",Z1e="الصف",U1e="الدرجات",J1e="الصف الحالي",Q1e="اسم الطالب",K1e="اسم المعلم",eke="تاريخ البدء",_ke="تاريخ الانتهاء",tke='تصوير ردود كل طالب فيما يتعلق بمشاعره الخاصة من الطاقة والتركيز والسعادة والأمان والتوتر في وقت إجراء الاستطلاع. يُرجى ملاحظة أن الدرجات تتراوح من 1 إلى 100، باستثناء التوتر. بالنسبة للتوتر، فقد تم تعيين الدرجة المثالية على "0" للتمييز بين مستويات التوتر العالية والمنخفضة.',ske="تتم المقارنة بين التقييم الذاتي للطلبة لاستخدامهم لاستراتيجيات التعلم عالية التأثير لجون هاتي والتطبيق الشامل لهذه الاستراتيجيات من قبل معلمهم في الصف الدراسي.",nke="تجمع نتائج الاستطلاع التقييمات الذاتية للطلبة الفرديين لأدائهم في المجالات الرئيسية الستة متبوعة بتقييم لسلامتهم في ثلاثة مجالات محددة، ويتم قياس ذلك على مدى فترة من الزمن.",oke="نتيجة الاستطلاعات المرسلة إلى أي فرد (خارجي أو داخلي) يتواصل مع الطالب للمساعدة في قياس مستوى الطالب الفردي من حيث: الإنتاجية والسعادة والطاقة والتركيز والتوتر على مدى فترة من الزمن.",ake='العرض المركب للدرجات المجمعة من كل لقاء بين الطلبة والمعلمين موجود في نهاية هذه اللقاءات على مدى فترة من الزمن. يُرجى ملاحظة أنه لا يتم قياس الدرجات التي تحمل قيمة "لا ينطبق".',ike="العرض المرئي لجميع الردود من السؤال الذي يَطلب من الطلبة تقييم مستوى الأمان المتصور لأنفسهم في مدرستك على مدى فترة من الزمن.",rke="العرض المحدد للطلبة حسب الجنس ومستوى الصف في مدرستك.",cke="العرض المركب للطلبة، مصنفين حسب مستويات درجاتهم الفردية في مدرستك ويتم تحديدهم بواسطة تصنيفات محددة.",lke="إجمالي المحادثات الفردية 1 إلى 1",dke="إجمالي عمليات تسجيل الحضور",uke="إجمالي عمليات تسجيل الحضور",mke="إجمالي وقت المحادثات الفردية 1 إلى 1",hke="إجمالي اللقاءات",gke="إجمالي وقت اللقاءات",pke="إجمالي عمليات تسجيل الحضور للتفكير الصفي",yke="إنشاء مستخدم",fke="تعديل المستخدم",wke="تغيير كلمة المرور",vke="اكتب شيئًا للبحث عنه حسب اسم المستخدم",$ke="إجمالي المستخدمين",bke="الاسم",kke="البريد الإلكتروني",Ike="العمر",xke="الدور",Cke="الحالة الفعالة",Ske="إجراء",Ake="فعال",Eke="غير فعال",qke="إنشاء",Tke="تحديث",Pke="الاسم الأول",Rke="تاريخ الميلاد",Lke="الاسم الأخير",jke="الأدوار",Nke="الحالة",Mke="إرسال رابط نسيت كلمة المرور",Gke="تنزيل بيانات المستخدم",zke="كلمة المرور الحالية",Dke="كلمة المرور الجديدة",Fke="تأكيد كلمة المرور",Bke="حفظ",Oke="اكتب شيئًا للبحث عن سؤال",Vke="اكتب شيئًا للبحث عن فئة",Hke="إجمالي الأسئلة",Wke="إنشاء سؤال",Xke="تعديل السؤال",Yke="نوع السؤال",Zke="الفئة",Uke="الفئة الفرعية",Jke="نص السؤال",Qke="النص",Kke="سؤال افتراضي لمحادثة فردية 1 إلى 1",e2e="سؤال افتراضي للطلبة أو المعلمين",_2e="سؤال افتراضي للصف العام",t2e="سؤال افتراضي عام للطلبة أو المعلمين",s2e="قبل الجلسة",n2e="تعديل التنبيه المخصص",o2e="إنشاء تنبيه مخصص",a2e="إجمالي التنبيهات المخصصة",i2e="عدد الجلسات",r2e="عدد الطلبة",c2e="تاريخ البدء",l2e="المدة (أيام)",d2e="الطلبة",u2e="إنشاء مهارة",m2e="تعديل المهارة",h2e="إجمالي المهارات",g2e="الوصف",p2e="المهارة",y2e="الفئة الرئيسية",f2e="تعديل الموضوع",w2e="إنشاء موضوع",v2e="إجمالي المواضيع",$2e="اللون",b2e="إنشاء فئة دعم التعلم",k2e="تعديل فئة دعم التعلم",I2e="إنشاء فئة",x2e="تعديل الفئة",C2e="إجمالي فئات دعم التعلم",S2e="اللون الافتراضي",A2e="تعديل الاستراتيجية",E2e="إنشاء استراتيجية",q2e="إنشاء استراتيجية تعلم",T2e="إجمالي الاستراتيجيات",P2e="اسم الاستراتيجية",R2e="السؤال",L2e="التفاصيل",j2e="الاستراتيجية",N2e="الأنسب",M2e="إنشاء مثال على الهدف",G2e="تعديل المثال على الهدف",z2e="إجمالي الأمثلة على الأهداف",D2e="أمثلة على الأهداف قصيرة المدى",F2e="مثال على الهدف",B2e="تعديل الشارة",O2e="إنشاء شارة",V2e="إجمالي الشارات",H2e="الأيقونة",W2e="الشارة",X2e="صورة الشارة",Y2e="تعديل الفصل الدراسي",Z2e="إنشاء فصل دراسي",U2e="تحديث شهر العطلة المدرسية",J2e="إجمالي الفصول الدراسية",Q2e="إجمالي السنوات الدراسية",K2e="الفصل الدراسي",e4e="شهر العطلة",_4e="تغيير شهر العطلة",t4e="شهر عطلة العام الدراسي",s4e="تعديل يوم الفراغ",n4e="إنشاء يوم فراغ",o4e="إجمالي أيام الفراغ",a4e="وقت البدء",i4e="وقت الانتهاء",r4e="يوم فراغ مدرسي",c4e="تعديل النقطة",l4e="إنشاء نقطة جديدة",d4e="إجمالي النقاط",u4e="التسمية",m4e="القيمة",h4e="نقطة الاستراحة",g4e="تحديث نقطة الاستراحة",p4e="الحد الأقصى لعدد المدراء",y4e="الحد الأقصى لعدد المساعدين",f4e="الحد الأقصى لعدد الطلبة",w4e="الحد الأقصى لعدد المعلمين",v4e="الطلب لهذه الخطة",$4e="اكتب شيئًا للبحث عن نتيجة التفكير",b4e="تم حذف المستخدم",k4e="تصدير بيانات المستخدم",I4e="سيتم حذف جميع بيانات هذا المستخدم نهائيًا من النظام. يرجى التصدير قبل المتابعة",x4e="حذف المستخدم",C4e="يجب اختيار المعلم قبل حذف هذا المعلم. سنقوم بنقل الفصل بأكمله والطلبة إلى هذا المعلم قبل حذف جميع بيانات هذا المعلم.",S4e="إدراج الطلبة",A4e="البريد الإلكتروني للطالب",E4e="اسم المعلم الحالي",q4e="البريد الإلكتروني للمعلم الحالي",T4e="حفظ التغيير",P4e="تغيير المعلم المحدد",R4e="اسم المساعد الحالي",L4e="البريد الإلكتروني للمساعد الحالي",j4e="إزالة المساعد",N4e="تبديل المساعد",M4e="تغيير المساعد المحدد",G4e="تحديد المساعد",z4e="إعادة إرسال رسالة الترحيب المرسلة عبر البريد الإلكتروني",D4e="الإرسال للمستخدمين المحددين",F4e="اسم المستخدم",B4e="البريد الإلكتروني للمستخدم",O4e="المستوى",V4e="للاستخدام من أجل",H4e="تدريب المدراء",W4e="تدريب المعلمين",X4e="تخصيص الوقت",Y4e="إجمالي الأفكار",Z4e="تدريب الطلبة",U4e="إنشاء تصنيف",J4e="إجمالي التصنيفات",Q4e="التصنيفات",K4e="تعديل التصنيف",eIe="تأكيد",_Ie="مرحبًا",tIe="المحادثات الفردية لليوم",sIe="عمليات تسجيل الحضور لليوم",nIe="لقاءات اليوم",oIe="الاجتماع القادم",aIe="اللقاء القادم",iIe="جدول اليوم",rIe="نقاط العمل",cIe="القادم",lIe="الاطلاع على جميع نقاط العمل",dIe="إضافة",uIe="تعديل نقطة العمل",mIe="إضافة نقطة عمل",hIe="العنوان",gIe="اكتب العنوان",pIe="الموضوع",yIe="تحديد التاريخ",fIe="التاريخ",wIe="تحديد الوقت",vIe="الوقت",$Ie="الإشعار",bIe="لا يوجد إشعارات",kIe="اليوم",IIe="الأسبوع",xIe="تحديد على أنه مكتمل",CIe="طلبتي",SIe="تنزيل القالب",AIe="استيراد ملف CSV",EIe="إضافة جديد",qIe="عرض العمل كمساعد فقط",TIe="عرض العمل كمعلم فقط",PIe="آخر محادثة فردية",RIe="آخر تسجيل حضور",LIe="آخر لقاء",jIe="إجمالي الوقت",NIe="اسم المساعد",MIe="العمل كمساعد",GIe="تعيين مساعد",zIe="عرض",DIe="السجل",FIe="تكرار مخصص",BIe="تكرار كل",OIe="تكرار في",VIe="أبدًا",HIe="في",WIe="بعد",XIe="اختر التاريخ",YIe="اختر الوقت",ZIe="تغيير التاريخ",UIe="تغيير الوقت",JIe="تطبيق",QIe="جلسة تسجيل وصول جديدة",KIe="تسجيل حضور جديد",exe="هل تريد التحدث مع المعلم",_xe="ابدأ الآن",txe="احجز لاحقا",sxe="حدد الفئة",nxe="البحث عن فئة السؤال",oxe="لا يوجد سؤال",axe="حدد السؤال",ixe="حدد الطالب",rxe="حدد الموظفين",cxe="اسم الموظفين",lxe="حدد المعلم",dxe="مع من تريد تسجيل الحضور؟",uxe="الرجاء تحديد الطالب",mxe="الرجاء تحديد المعلم",hxe="يرجى تقديم طالب صالح",gxe="يرجى تقديم معلم صالح",pxe="حدد الطالب وابدأ جلسة جديدة أو احجز جلسة لوقت لاحق",yxe="ليس لديك معلم",fxe="البحث عن معلم",wxe="حدد التاريخ والوقت",vxe="حجز محادثة فردية",$xe="حجز تسجيل حضور جديد",bxe="الجدول الزمني",kxe="يتم حجز الجلسات في فترات مدتها 10 دقائق",Ixe="لا يتكرر",xxe="يجب أن يكون الوقت بين الساعة 8 صباحًا و6 مساءً",Cxe="من",Sxe="إلى",Axe="عرض المفضلة فقط",Exe="عرض المحادثات الفردية فقط",qxe="المدة",Txe="مفضل",Pxe="فتح",Rxe="لايوجد بيانات",Lxe="تفاصيل الجدول الزمني",jxe="هل أنت متأكد من رغبتك بإلغاء هذا الجدول الزمني؟",Nxe="محادثة فردية مكتملة",Mxe="تسجيل حضور مكتمل",Gxe="مكتمل",zxe="ما الذي ترغب بالتحدث عنه؟",Dxe="نوع الجلسة",Fxe="ما نوع هذه الجلسة؟",Bxe="ما هو شعورك تجاه كل مجال الآن؟",Oxe="النوم والتغذية وممارسة الرياضة والصحة البدنية والصحة العقلية",Vxe="الأهداف والأنشطة والعادات والاستراتيجيات",Hxe="بشكل عام، كيف تشعر اليوم؟",Wxe="ما هو مستوى اعتزازك بنفسك اليوم؟",Xxe="كيف تشعر اليوم؟",Yxe="كم تعلمت من هذه الجلسة؟",Zxe="ما هو أهم شيء تعلمته من هذه الجلسة؟",Uxe="اجتماعك القادم",Jxe="اليوم في",Qxe="اختر ما إذا كنت تريد أن تبدأ تسجيل الحضور الآن أو تحجز موعدًا مع معلمك أو مستشارك في وقت لاحق.",Kxe="تعديل",e3e="رقم الهاتف",_3e="رقم الهاتف الثاني",t3e="الملاحظات الصحية",s3e="العنوان",n3e="نظام الدعم متعدد المستويات",o3e="ملاحظة",a3e="لا يوجد جدول زمني",i3e="ملاحظاتي",r3e="ملاحظة خاصة",c3e="مستوى التقدم نحو الهدف",l3e="عرض جميع الأهداف",d3e="مكتمل",u3e="غير مكتمل",m3e="بيانات الطالب",h3e="أهم استراتيجيات التعلم",g3e="الاستخدام المتصور",p3e="إجمالي عدد المرات المختارة",y3e="الطاقة",f3e="التركيز",w3e="السعادة",v3e="التوتر",$3e="محادثة فردية",b3e="التفكير الصفي",k3e="اللقاء",I3e="مستوى التقدم في التعلم",x3e="لا يمكن التصدير الآن. حاول مرة اخرى.",C3e="عرض البيانات",S3e="استراتيجيات التعلم",A3e="الاستراتيجيات",E3e="عدد المستخدمة",q3e="التالي",T3e="سابق",P3e="لقاءاتي",R3e="حدد الطالب وابدأ لقاءً جديدًا أو احجز لقاء لوقت لاحق.",L3e="ليس لديك أي طالب",j3e="هذا الحقل مطلوب",N3e="الرجاء تحديد فئة السؤال",M3e="حجز لقاءات",G3e="النتيجة النهائية",z3e="لقاء جديد",D3e="البحث عن طالب",F3e="البحث عن موظف",B3e="جدول الاجتماعات",O3e="جدول الحصص",V3e="المزيد من الأسئلة",H3e="نموذج تقييم اللقاء",W3e="فتح",X3e="قبل الضغط على إرسال",Y3e="جلستك كانت",Z3e="دقائق",U3e="دقيقة",J3e="إرسال",Q3e="هناك عدة أسئلة لم تجب عليها بعد. هل أنت متأكد من الإكمال؟",K3e="تأكد من مراجعة معلمك أنك قد أكملت كل ما هو مطلوب",eCe="اختيار المعلم",_Ce="اختيار الطالب",tCe="الاتفاقية",sCe="خطة التعلم الشخصية",nCe="خطتي التعليمية الشخصية",oCe="الاهتمامات الشخصية",aCe="السماح للطالب بالتعديل",iCe="نقاط القوة والتحديات",rCe="نقاط القوة البارزة",cCe="نقاط القوة",lCe="التحديات",dCe="التحديات البارزة",uCe="كيف يمكن أن يساعدني أساتذتي في التعلم",mCe="معلومات حول تعلُّمي",hCe="التسهيلات",gCe="الأهداف",pCe="يظهر هذا الهدف في نموذج تقييم لقاء الطالب. هل أنت متأكد من رغبتك بحذفه؟",yCe="حلقات الأنشطة",fCe="حلقات الأصدقاء",wCe="هل أنت مستعد للتعلم؟",vCe="جداول الحصص",$Ce="إضافة جدول حصص",bCe="تاريخ الحصة",kCe="اسم الحصة",ICe="اليوم/الفترة",xCe="البريد الإلكتروني للمعلم",CCe="نوع الملاحظة والفئة",SCe="ملاحظتي",ACe="إضافة ملاحظة جديدة",ECe="جميع الفئات",qCe="شخصي",TCe="عرض المفضلة فقط",PCe="بحث",RCe="عنوان الملاحظة",LCe="الطالب",jCe="تفاصيل الملاحظة",NCe="التحديد كمفضلة",MCe="اكتب ملاحظة",GCe="الرجاء تحديد الطالب",zCe="الإعدادات",DCe="حفظ التغييرات",FCe="إشعارات الأنشطة",BCe="إشعارات الجداول الزمنية",OCe="إشعارات الجدولة المسبقة",VCe="نعم",HCe="لا",WCe="إشعارات البريد الإلكتروني",XCe="أرسل لي إشعارًا عبر البريد الإلكتروني",YCe="لا ترسل لي إشعارًا عبر البريد الإلكتروني",ZCe="اكتب",UCe="طلب المعلم",JCe="طلب الطالب",QCe="نظرة عامة",KCe="خطة التعلم الشخصية",eSe="المحادثات الفردية لطالبي",_Se="عمليات تسجيل الحضور لطالبي",tSe="لقاءات طالبي",sSe="تاريخ الاستلام",nSe="درجة التأثير الصفي",oSe="درجة التأثير",aSe="البرنامج التعليمي الفردي",iSe="خطط التعليم الفردية",rSe="تم الإنشاء بواسطة",cSe="التعديل الأخير",lSe="تعديل",dSe="جلسات تفكير الطالب",uSe="تفكير خارجي",mSe="تفكير صفي خارجي",hSe="جلسات التفكير",gSe="جلسات التفكير الصفي",pSe="إضافة جلسة تفكير",ySe="إضافة تفكير صفي",fSe="نوع الحصة",wSe="صورة المعلم",vSe="إرسال إلى المعلم",$Se="الإرسال الآن",bSe="فائت",kSe="قيد الانتظار",ISe="تاريخ الإرسال",xSe="الانتقال إلى خطة التعلم الشخصية للطالب",CSe="برنامج تعليمي فردي جديد",SSe="تعديل البرنامج التعليمي الفردي",ASe="نوع البرنامج التعليمي الفردي",ESe="مصدر الأهلية (الأولي)",qSe="الأهداف السنوية",TSe="أدخل النطاق الزمني",PSe="أضف الأهداف",RSe="أضف الأهداف",LSe="يوم/شهر/سنة",jSe="التعليم الخاص",NSe="يجب أن يحتوي البرنامج التعليمي الفردي على بيان عن التعليم الخاص والخدمات ذات الصلة والمساعدات والخدمات التكميلية التي سيتم تقديمها للطفل، أو نيابة عن الطفل. يركز هذا القسم على العنصر الأول: بيان التعليم الخاص الذي سيتم توفيره للطفل.",MSe="الأهداف والإبلاغ بمستوى التقدم",GSe="يجب أن يحتوي البرنامج التعليمي الفردي الخاص بكل طفل أيضًا على وصف لكيفية قياس تقدمه نحو تحقيق الأهداف السنوية ومتى سيتم إبلاغ الوالدين بذلك.",zSe="بمجرد تحديد احتياجات الطفل، يعمل فريق البرنامج التعليمي الفردي على تطوير الأهداف المناسبة لتلبية تلك الاحتياجات. تصف الأهداف السنوية ما يُتوقع من الطفل أن يفعله أو يتعلمه خلال فترة تبلغ 12 شهرًا.",DSe="الخدمات ذات الصلة",FSe="لمساعدة طفل من ذوي الاحتياجات الخاصة على الاستفادة من التعليم الخاص، قد يحتاج أيضًا إلى مساعدة إضافية في مجال أو آخر، مثل التحدث أو الحركة. تسمى هذه المساعدة الإضافية بالخدمات ذات الصلة. اكتشف كل ما يتعلق بهذه الخدمات المهمة هنا.",BSe="المساعدات والخدمات التكميلية",OSe="تهدف المساعدات والخدمات التكميلية إلى تحسين وصول الأطفال إلى التعلم ومشاركتهم عبر مجموعة من الأنشطة والإعدادات الأكاديمية وغير المنهجية وغير الأكاديمية. يجب على فريق البرنامج التعليمي الفردي توضيح المساعدات والخدمات التكميلية التي سيحتاجها الطفل وتحديدها في البرنامج التعليمي الفردي.",VSe="تعديلات البرنامج لموظفي المدرسة",HSe="يُعد تحديد تعديلات البرنامج أو وسائل الدعم التي سيتم توفيرها لموظفي المدرسة جزءًا من البرنامج التعليمي الفردي أيضًا.",WSe="مدى عدم المشاركة",XSe="يجب أن يتضمن البرنامج التعليمي الفردي أيضًا شرحًا لمدى عدم مشاركة الطفل مع الأطفال من غير ذوي الاحتياجات الخاصة في الفصل العادي وفي البيئات والأنشطة المدرسية الأخرى، إن وجد.",YSe="التسهيلات الخاصة في التقييمات",ZSe="يتطلب قانون تعليم الأفراد ذوي الاحتياجات الخاصة أن يشارك الطلبة من ذوي الاحتياجات الخاصة في التقييمات الموحدة المستخدمة لقياس التقدم التعليمي على مستوى الولاية أو المنطقة. يجب أن يقرر فريق البرنامج التعليمي الفردي ما إذا كان الطالب يحتاج إلى تسهيلات خاصة للمشاركة في التقييمات الموحدة أو ما إذا كان هناك حاجة إلى نوع مختلف تمامًا من التقييمات لتقييم قدراته بشكل صحيح. في هذا الجزء من البرنامج التعليمي الفردي، يقوم الفريق بتوثيق كيفية مشاركة الطالب.",USe="توصيل الخدمة",JSe='متى سيبدأ الطفل في تلقي الخدمات؟ أين؟ كم مرة؟ إلى متى ستستمر "الجلسة"؟ تفاصيل مزعجة، ولكن من المهم تضمينها في البرنامج التعليمي الفردي!',QSe="التخطيط للانتقال",KSe="بدءًا من موعد لا يتجاوز عيد ميلاد الطالب السادس عشر (وأصغر، إذا كان ذلك مناسبًا)، يجب أن يحتوي البرنامج التعليمي الفردي على خطط متعلقة بالانتقال مصممة لمساعدة الطالب على الاستعداد للحياة بعد التخرج من المدرسة الثانوية.",eAe="المستويات الحالية",_Ae='كيف حال الطفل حاليًا في المدرسة؟ كيف تؤثر الإعاقة على أدائه في الفصل؟ يتم أخذ هذا النوع من المعلومات في بيان "المستويات الحالية" في البرنامج التعليمي الفردي.',tAe="التوقيعات",sAe="الإصدار القديم من البرنامج التعليمي الفردي والمستندات التشخيصية",nAe="تحميل ملف",oAe="إضافة مجال اهتمام",aAe="تحميل صورة",iAe="أنواع الصور المدعومة: PNG, JPEG, WEBPbbb",rAe="تعديل مجال الاهتمام",cAe="حدد مجال الاهتمام الشخصي أو أدخل مجال الاهتمام الشخصي هنا",lAe="إضافة ملاحظة",dAe="حدد الأنسب",uAe="الأنسب",mAe="حدد الاستراتيجيات",hAe="استراتيجيات التعلم المحددة",gAe="هل تريد حذف نقاط القوة والتحديات هذه",pAe="إضافة عنصر جديد",yAe="تعديل العنصر",fAe="حدد استراتيجيات التدريس",wAe="استراتيجيات التدريس المحددة",vAe="إضافة عنوان",$Ae="تعلُّمي",bAe='هل تريد حذف هذا من "معلومات حول تعلمي"',kAe="تعديل تعلُّمي",IAe="الإضافة إلىى تعلُّمي",xAe='حدد "معلومات حول تعلمي" أو أدخل "معلومات حول تعلمي" جديدة',CAe="التسهيلات",SAe="جميع الفئات",AAe="هل تريد حذف هذا العنصر من التسهيلات",EAe="تعديل التسهيلات",qAe="إضافة تسهيلات",TAe="الكل",PAe="كل الحالات",RAe="نوع الهدف",LAe="إضافة هدف جديد",jAe="تفاصيل الهدف",NAe="حدد الحالة",MAe="أساس الهدف",GAe="الهدف",zAe="تفاصيل الهدف",DAe="نوع الأهداف",FAe="تعديل تفاصيل الهدف",BAe="الملفات التي تم تحميلها",OAe="اختياري",VAe="تعديل الأساس",HAe="تعديل الصديق",WAe="إضافة صديق",XAe="البحث عن صديق",YAe="نوع الصديق",ZAe="تعديل النشاط",UAe="إضافة نشاط",JAe="البحث عن نشاط",QAe="النشاط",KAe="نوع النشاط",e0e="حدد أو اكتب نشاطًا",_0e="الإجراءات اللازمة",t0e="خارجي",s0e="استطلاع الطالب",n0e="عرض الاستطلاع",o0e="إنشاء استطلاع",a0e="الاستطلاع من",i0e="مراجعة",r0e="نشر الاستطلاع",c0e="إجمالي الاستطلاعات",l0e="الإشارات",d0e="الجلسة المُجَدْوَلة",u0e="إجمالي الاستطلاعات المكتملة",m0e="إجمالي الاستطلاعات غير المكتملة",h0e="إدراج استطلاع",g0e="الاستطلاعات",p0e="الاستطلاع",y0e="إنشاء استطلاع",f0e="استطلاعي",w0e="اسم المستشار",v0e="عنوان الاستطلاع",$0e="موعد التسليم",b0e="يوم متبقي",k0e="تاريخ الرد",I0e="الجلسة",x0e="الإشارة",C0e="البريد الإلكتروني الخارجي",S0e="مُجَدْوَل الآن",A0e="جدولة جلسة",E0e="تمت جدولة الجلسة",q0e="البحث عن استطلاع",T0e="إجمالي الاستطلاعات",P0e="نتيجة الاستطلاع",R0e="تسجيل الحضور من",L0e="تم الاستلام اليوم في",j0e="معاينة الاستطلاع",N0e="إكمال الاستطلاع",M0e="هل تريد مشاركة الاستطلاع مع المعلمين؟",G0e="يمكنك مشاركة هذا الاستطلاع مع المعلمين للحصول على مزيد من المعلومات حول طالبك.",z0e="تخطي",D0e="أسئلة الاستطلاع",F0e="إضافة سؤال في الاستطلاع",B0e="سؤال إضافي",O0e="إضافة سؤال إضافي",V0e="حفظ المفضلة",H0e="حفظ كمفضلة",W0e="الاستطلاع المفضل",X0e="شريط التمرير",Y0e="الأسئلة",Z0e="أدخل كافة الأسئلة",U0e="إزالة كافة الأسئلة",J0e="أدخل الأسئلة",Q0e="قوالب الاستطلاع",K0e="إدراج قالب",eEe="مشاركة الاستطلاع مع المعلمين",_Ee="المعلم المقترح",tEe="محتويات البريد الإلكتروني",sEe="إرسال الاستطلاع",nEe="مراجعة تفاصيل الاستطلاع",oEe="عدد من الطلبة",aEe="التاريخ و الوقت",iEe="المقياس",rEe="الإجابة",cEe="إضافة سؤال",lEe="حفظ السؤال",dEe="استطلاع خارجي",uEe="الملف الشخصي لمتعلم البكالوريا الدولية",mEe="تحديد الموعد النهائي",hEe="استطلاع مكرر",gEe="مشاركة الاستطلاع",pEe="استطلاع جديد",yEe="تعيين مستشار",fEe="تحديد المستشار",wEe="تحديد معلم الدعم",vEe="تعيين معلم الدعم",$Ee="تبديل معلم الدعم",bEe="اسم معلم الدعم",kEe="المستخدم للسؤال",IEe="التفكير المطلوب",xEe="طلب تفكير صفي",CEe="مشاركة الاستطلاع مع المعلم",SEe="الاختيار من",AEe="تبديل المستشار",EEe="إزالة المستشار",qEe="البريد الإلكتروني للمستشار الحالي",TEe="اسم المستشار الحالي",PEe="تغيير المستشار المحدد",REe="اسم معلم الدعم الحالي",LEe="البريد الإلكتروني لمعلم الدعم الحالي",jEe="إزالة معلم الدعم",NEe="تغيير معلم الدعم المحدد",MEe="تصفية التقويم",GEe="متوسط",zEe="فعال",DEe="الاستراتيجيات الـ 5 الأكثر استخدامًا",FEe="الاستعداد",BEe="متوسط توتر الطلبة",OEe="مؤشرات النجاح",VEe="عملية التعلم",HEe="لوحة معلومات الاستطلاع",WEe="معدل الاستجابة",XEe="الاستطلاعات الـ 5 الأكثر استخدامًا",YEe="التدخل بالأسئلة",ZEe="الضغط على الطالب",UEe="الاستعداد العام للتعلم",JEe="عرض التقويم",QEe="الصحة الشاملة للطالب",KEe="عرض لوحة البيانات",eqe="عرض أحد الطلبة",_qe="عرض الطالب",tqe="متوسط",sqe="متوسط التوتر",nqe="متوسط",oqe="متوسط",aqe="متوسط",iqe="مقابل الشهر الماضي",rqe="من الطلبة لا يشعرون بالأمان.",cqe="من الطلبة أشاروا إلى أنفسهم بأنهم لا يشعرون بالأمان.",lqe="أشاروا إلى أنفسهم بأنهم لا يشعرون بالأمان.",dqe="لا يشعرون بالأمان.",uqe="من الطلبة يعانون من التوتر الشديد.",mqe="أُشير إليهم بأنهم يعانون من التوتر الشديد.",hqe="are feeling highly stressed.",gqe="حدد الطالب للاطلاع على ملفه الشخصي وخطة التعلم الخاصة به",pqe="حدد الطالب وابدأ محادثة مع نتائج تسجيل الحضور",yqe="ابدأ",fqe="تفكير المعلم",wqe="ملاحظات",vqe="جلسات تفكير الطالب",$qe="عرض آخر عمليات تسجيل الحضور",bqe="لهذا الأسبوع",kqe="تسجيل الحضور الأسبوعي فائت",Iqe="إضافة طالب جديد",xqe="ابدأ تسجيل الحضور",Cqe="لا توجد أحداث اليوم",Sqe="جدول اليوم",Aqe="توتر مرتفع",Eqe="الشعور بعدم الأمان",qqe="متوسط",Tqe="الاطلاع عليهم",Pqe="الهدف",Rqe="انتهت منذ 24 ساعة",Lqe="ابدأ محادثة فردية",jqe="عرض النتائج",Nqe="طلب تسجيل الحضور",Mqe="آخر",Gqe="آخر عمليات تسجيل الحضور",zqe="الطلبة الذين فوّتوا تسجيل الحضور الأسبوعي",Dqe="هذا الطالب ليس لديه أي تسجيل حضور فائت",Fqe="لا يوجد أي طالب لديه تسجيل حضور أسبوعي فائت",Bqe="ابدأ محادثة فردية",Oqe="حدد المعلم وابدأ تسجيل الحضور",Vqe="عمليات تسجيل الحضور لهذا الأسبوع",Hqe="المحادثات الفردية لهذا الأسبوع",Wqe="هذا الطالب ليس لديه أي محادثة فردية هذا الأسبوع",Xqe="هذا الطالب ليس لديه أي تسجيل حضور هذا الأسبوع",Yqe="لا يوجد تسجيل حضور أخير أو مطلوب",Zqe="الطلبة الذين يعانون من التوتر الشديد",Uqe="الطلبة الذين لا يشعرون بالأمان",Jqe="الطلبة الذين فوّتوا تسجيل حضور أسبوعي",Qqe="توتر الطالب حسب المنطقة",Kqe="توزيع الطلبة",eTe="إشارات الاستطلاع",_Te="إشارات صفراء",tTe="إشارات خضراء",sTe="إشارات حمراء",nTe="العرض حسب",oTe="نظرة عامة على الاستطلاع",aTe="مشاركة الملاحظة",iTe="ملخص الاستطلاع",rTe="اسم الاستطلاع",cTe="تاريخ الإنشاء",lTe="وقت الإيقاف",dTe="تم الإنشاء بواسطة",uTe="توزيع الردود",mTe="تصنيفات الأسئلة",hTe="عرض النتائج لـ",gTe="الردود ومعدلات الاستجابة لكل سؤال",pTe="عرض قائمة الطلبة",yTe="عرض قائمة الردود",fTe="عدد الردود",wTe="عدد الردود المفقودة",vTe="تقييم السؤال",$Te="لا إجابة بعد",bTe="تم تظليل الاستطلاع الخارجي في الجدول",kTe="إعادة تعيين كلمة المرور",ITe="صحيح",xTe="غير صحيح",CTe="الإجابة الصحيحة هي",STe="الإجابات الصحيحة هي",ATe="الإجراءات اللازمة",ETe="عرض الإجابات",qTe="نتائج الاستطلاع",TTe="أسابيع",PTe="شهور",RTe="الجلسات المُجَدْوَلة",LTe="الاستطلاعات الفعالة",jTe="عرض الردود",NTe="تنزيل .CSV",MTe="إنشاء استطلاع جديد",GTe="الانتقال إلى ردود الاستطلاع الفردية",zTe="يمكنك فقط تحديد {{number}} من مؤشرات الأداء الرئيسية في المرة الواحدة",DTe="يمكنك فقط تحديد {{number}} من مؤشرات الأداء الرئيسية في المرة الواحدة. لتحديد خيار جديد، يرجى إيقاف تشغيل أحد الخيارات السابقة.",FTe="آخر تسجيل حضور",BTe="كم مرة تم اختيار الاستراتيجية",OTe="تأتي هذه المقاييس من عمليات تسجيل حضور الطلبة. قم بالتصفية أعلاه لتغيير مجموعة البيانات",VTe="لم يبدأ بعد",HTe="قيد التقدم",WTe="تصدير جلسات الحضور إلى ملف CSV",XTe="تأتي هذه المقاييس من نموذج تقييم اللقاء. يتم تسجيل ردود المعلم فقط",YTe="يرجى الحفظ أولًا",ZTe="تاريخ الطباعة",UTe="أساس الهدف",JTe="طباعة",QTe="تنزيل",KTe="دافعي اليومي",ePe="حدد الموعد النهائي",_Pe="الصورة مطلوبة",tPe="البرنامج التعليمي الفردي القديم",sPe="إنشاء البرنامج التعليمي الفردي للعام المقبل",nPe="اكتب شيئًا (اختياري)",oPe="فعالية استراتيجيات التعلم من خلال ملاحظات الطلبة",aPe="الفائدة المدركة",iPe="الأداء",rPe="لا يوجد تحدٍ كاف، مما يؤدي إلى الملل وعدم الاهتمام",cPe="شعور بالهدوء والاسترخاء لكن مع فقدان الدافع الكافي لأداء أفضل ما لدي.",lPe="مستويات يمكن التحكم فيها من التوتر تسمح لي بتحقيق أفضل ما لدي.",dPe="لا تزال الأمور تحت السيطرة ولكن بدأت أشعر بالضغط.",uPe="أشعر بكثير من الضغط وأعاني حقًا من إدارة عبء العمل الخاص بي.",mPe="استيراد البريد الإلكتروني عبر ملف CSV",hPe="رقم الطلب",gPe="حدد أو أدخل نوع الحصة",pPe="إرسال طلب",yPe="بدء التفكير",fPe="تخصيص التفكير",wPe="تضمين القسم الذي تريد ظهوره",vPe="الوقت من اليوم",$Pe="قالب البرنامج التعليمي الفردي",bPe="OneRoster",kPe="Sandbox",IPe="قائمة المعلومات (معرف المصدر / الاسم الكامل / البريد الإلكتروني)",xPe="مزامنة مستخدمي القائمة",CPe="تصدير إلى CSV",SPe="قائمة المستخدمين",APe="تعيين الطالب",EPe="سؤال لمحادثة فردية",qPe="سؤال للتفكير الصفي",TPe="سؤال لقاء",PPe="الإجراءات",RPe="الترتيب",LPe="مستخدم لـ",jPe="فئة السؤال",NPe="قالب استطلاع الرأي",MPe="إجمالي الفئات",GPe="إنشاء قالب",zPe="عدد الأسئلة",DPe="إلزامي",FPe="السلامة",BPe="الكفاءة الذاتية",OPe="لا يوجد سؤال للعرض",VPe="سياسة الخصوصية",HPe="الملف الشخصي",WPe="تغيير الدور",XPe="تسجيل الخروج",YPe="لوحة البيانات",ZPe="أدوات التعلم المتعمّق",UPe="ملفي الشخصي",JPe="الهاتف",QPe="معرف التقويم",KPe="كلمة المرور القديمة",eRe="تأكيد كلمة المرور الجديدة",_Re="حدد الطالب وابدأ تسجيل بيانات حضوره",tRe="كل شيء ممكن. أي شيء قابل للتحقق.",sRe="تعديل الصورة",nRe="إنشاء طالب جديد",oRe="مستوى الصف",aRe="الملاحظات الصحية",iRe="معلومات ولي أمر الطالب",rRe="ولي الأمر 1",cRe="ولي الأمر 2",lRe="الإشعارات داخل التطبيق",dRe="تشغيل جميع الإشعارات",uRe="أعلمني عندما...",mRe="يحدد الطالب موعدًا لمحادثة فردية",hRe="يحدد الطالب موعدًا للقاء",gRe="يكمل طالب نموذج تقييم ذاتي للقاء",pRe="يكمل الطالب أو المعلم جلسة تفكير صفي",yRe="يتم تسليم نقاط العمل وفقًا للجدول الزمني الذ تم اختياره",fRe="لم يسجل الطالب لمحادثة فردية خلال الـ 28 يومًا الماضية.",wRe="إشعارات البريد الإلكتروني",vRe="تشغيل جميع عناوين البريد الإلكتروني",$Re='استجابة طالب للاستعداد للتعلم في المحادثة الفردية بـ "لا"',bRe="إبلاغ طالب عن انخفاض درجة السلامة عند تسجيل حضوره",kRe="الاستمرار كـ:",IRe="المدير",xRe="المستشار",CRe="معلِّم الدعم",SRe="المعلم / المساعد",ARe="إضافة معلومات ولي الأمر 1",ERe="إضافة معلومات ولي الأمر 2",qRe="دور ولي الأمر",TRe="جميع الأنشطة",PRe="العام الدراسي",RRe="يبلغ جميع الطلبة عن مستويات توتر يمكن التحكم فيها",LRe="النمو",jRe="العلاقات",NRe="الإنتاجية",MRe="الشؤون الأكاديمية",GRe="في المائة",zRe="غير متحفز",DRe="يشعر بالارتياح",FRe="يشعر بالاسترخاء",BRe="مُجهَد",ORe="مُثقَل",VRe="تعديل الملف الشخصي للطالب",HRe="المعلم",WRe="تم إنشاؤه",XRe="رقم هاتف الطالب",YRe="التصنيف",ZRe="البريد الإلكتروني",URe="معلِّم التعليم العام",JRe="حدد معلِّم التعليم العام",QRe="يرجى تحديد المعلم",KRe="تعيين",eLe="كن فكاهيًا، كن صادقًا، كن لطيفًا.",_Le="هل تريد التغيير إلى دور «مستشار» للفتح؟",tLe="مساعد البحث",sLe="الأساس",nLe="الإطار الزمني",oLe="الأصدقاء",aLe="أعز الأصدقاء",iLe="الداعم",rLe="الأصدقاء المحتملون",cLe="معجب",lLe="محب",dLe="مهتم",uLe="فضولي",mLe="تحسين عادات الدراسة أو الدرجات أو الرياضة أو النوادي أو المشاريع الشخصية",hLe="العائلة والأصدقاء والمعلمون",gLe="إنجاز المهام المهمة والحد من عوامل التشتيت",pLe="الواجبات المنزلية والدراسة والدرجات",yLe="قدرتي على النجاح",fLe="ما الذي يدور في ذهنك؟",wLe="انظر الآن إلى ردودك من اليوم",vLe="هل تريد التغيير إلى دور «طالب» للفتح؟",$Le="بدأ الطالب هذه المحادثة الفردية. هل أنت متأكد من الحذف؟",bLe="هل تريد التغيير إلى دور «معلم الدعم» للفتح؟",kLe="لم يبدأ الطالب هذا اللقاء. هل أنت متأكد من الحذف؟",ILe="البحث عن معلم الدعم",xLe="البحث عن مستشار",CLe="كم كنت منتجًا في الصف اليوم؟",SLe="توتر ضئيل",ALe="توتر كبير",ELe="التنظيم",qLe="الوعي الذاتي",TLe="التعلم الموجه ذاتيًا",PLe="المناصرة الذاتية",RLe="الإدارة الذاتية",LLe="محادثة التغيير المفاهيمي",jLe="أمثلة ملموسة",NLe="التوضيح",MLe="الترميز المزدوج",GLe="نوع الملاحظة والفئة",zLe="تعديل الملاحظة",DLe="غير مكتمل",FLe="أحمر",BLe="أصفر",OLe="أخضر",VLe="استطلاع المناخ لمدرسة العالم المتحد في جنوب شرق آسيا - سنغافورة",HLe="التواصل مع البالغين والأقران",WLe="تجارب تعليمية شاملة",XLe="صحتي وسلامتي",YLe="أسئلة مفتوحة",ZLe="هل تحتاج إلى بعض المساعدة أو الدعم الإضافي؟",ULe="استبيان مواطن القوة والصعوبة",JLe="استبيان مواطن القوة والصعوبة التكميلي",QLe="إغلاق",KLe="ردود الطلبة",eje="ردود مجهولة المصدر",_je="تصورات المعلم",tje="مستعد للحصة",sje="المهام الصفية التي لم يتم تسليمها",nje="المهام الصفية المكتملة",oje="طلب المساعدة عند الحاجة",aje="واضح",ije="جلسات التفكير المفقودة",rje="إجمالي مهام الطلبة المفقودة/المتأخرة",cje="موضوع الحصة",lje="نوع المخطط",dje="طلب من",uje="هل أنت متأكد من رغبتك بحذف هذا العنصر؟",mje="نعم، حذف",hje="لقاء مكتمل",gje="خطة التعلم الخاصة بي",pje="خطة التعلم الخاصة بي (تجريبية)",yje="الفوز لا يعني دائمًا أن تكون الأول. الفوز يعني أنك تقوم بعمل أفضل مما كنت تفعله من قبل.",fje="دمج التعلم مع المعرفة المسبقة",wje="تحسين الكفاءة الذاتية للطالب",vje="تسجيل حضوري",$je="ماذا تريد أن تفعل بشكل مختلف؟",bje="المهام",kje="جلسات التفكير الصفي الخاص بي",Ije="إرسال التفكير",xje="اكتب حرفين للبحث",Cje="تخصيص الوقت",Sje="هل تريد إزالة هذا المستخدم؟",Aje="تحذير",Eje="هل تريد انتحال شخصية هذا المستخدم؟",qje="المساعد",Tje="ولي الأمر",Pje="اختر الملف",Rje="هل تريد إزالة هذا السؤال؟",Lje="اختيار",jje="هل تريد إزالة هذه الفئة؟",Nje="إجمالي القوالب",Mje="اسم القالب",Gje="اسم الفئة",zje="تاريخ الإنشاء",Dje="هل تريد إزالة قالب البريد الإلكتروني هذا؟",Fje="إنشاء قالب للبريد الإلكتروني",Bje="موضوع البريد",Oje="نص البريد",Vje="معلمات البريد",Hje="المعلمات",Wje="المعنى",Xje="إضافة مرفق",Yje="المهارات",Zje="المواضيع",Uje="فئات دعم التعلم",Jje="أمثلة على الأهداف",Qje="شارات الطلبة",Kje="أيام فراغ",eNe="استيراد CSV",_Ne="الدرجات",tNe="الشهادة",sNe="تبديل المعلم",nNe="دعائم السؤال",oNe="التدريب",aNe='اكتب شيئًا ما واضغط على زر الإدخال "Enter" لإضافة أمثلة على الأهداف قصيرة المدى',iNe="استيراد مستخدمين",rNe="استيراد التفكير الصفي",cNe="تنزيل بيانات المستخدم",lNe="هل تريد إزالة هذا المساعد؟",dNe="هل تريد إزالة هذا المستشار؟",uNe="هل تريد إزالة معلم الدعم هذا؟",mNe="إرسال",hNe="هل تريد إزالة هذا التصنيف؟",gNe="مجلد جديد",pNe="تحميل",yNe="اكتب شيئًا للبحث عنه حسب اسم الملف",fNe="النظم",wNe="إنشاء قالب النظام",vNe="تم إنشاؤه في",$Ne="هل تريد إزالة هذا القالب؟",bNe="إعداد OneRoster",kNe="المستخدمون",INe="ضبط OneRoster",xNe="عنوان URL لنقطة النهاية",CNe="معرف العميل",SNe="سر العميل",ANe="استيراد OneRoster",ENe="استيراد من ملف مضغوط",qNe="استيراد من واجهة RESTful API",TNe="المستخدمون غير الموجودين",PNe="اكتب شيئًا للبحث عن مستخدمين",RNe="إنشاء حساب للمستخدمين المحددين",LNe="مساعدة",jNe="وضع Sandbox",NNe="إيقاف",MNe="استعادة قاعدة بيانات Sandbox",GNe="تشغيل",zNe="إيقاف",DNe="استعادة",FNe="تعديل الملف الشخصي",BNe="كل شيء على ما يرام",ONe="إرشاد",VNe="اجعل كل يوم لوحةً فنية تحمل بصمة إبداعك.",HNe="باستمرار",WNe="بشكل متكرر",XNe="أحيانًا",YNe="نادرًا",ZNe="لا ينطبق",UNe="أعمل على جدولة جميع الواجبات المنزلية والدراسة من خلال تقويم Google أو مخطط أو منظم بمجرد تعيينها.",JNe="أحافظ على نظام واضح ومنظم لحفظ ومراجعة الملاحظات الورقية والأوراق التعليمية والملفات لكل حصة.",QNe="أحافظ على نظام نظيف ومنظم لتخزين الملفات الرقمية. نتيجة لذلك، يمكنني بسهولة العثور على جميع ملفاتي الرقمية.",KNe="أحافظ على صندوق الوارد الخاص بمدرستي منظمًا ولا أفوّت رسائل البريد الإلكتروني المهمة.",eMe="لدي فهم واضح لنقاط قوتي.",_Me="أعرف وأُدرك كيف يمكن للمعلمين مساعدتي بشكل أفضل في الصف.",tMe="أعرف وأُدرك تسهيلاتي الخاصة.",sMe="أعرف وأفهم أنظمتي واستراتيجياتي الشخصية للتعلم المثالي خارج الصف.",nMe="أعرف وأفهم أنظمتي واستراتيجياتي الشخصية للتعلم المثالي في الصف.",oMe="لدي فهم واضح لصعوباتي.",aMe="لدي فكرة دقيقة عن أدائي في حصصي وأعرف ما أحتاج إلى القيام به للتحسين.",iMe="أستخدم أول 25 دقيقة من حصتنا بشكل فعال لإحراز تقدم في أهدافي.",rMe="أستخدم الواجب المنزلي / وقت الدراسة بشكل فعال.",cMe="قيد التحقيق",lMe="تقدم كبير",dMe="تقدم متوسط",uMe="تقدم بسيط",mMe="لا تقدم",hMe="التعامل مع المواقف العصيبة",gMe="تحسين عادات نومي",pMe="أتعامل مع المواقف الصعبة بدلاً من تجنبها.",yMe="أستخدم التكنولوجيا بشكل مناسب.",fMe="أدون الملاحظات أثناء الاجتماعات أو بعدها",wMe="أدرس بشكل فعال للتقييمات القادمة.",vMe="أقوم بتسليم جميع الواجبات المنزلية في الوقت المحدد وبشكل كامل.",$Me="أحصل على القدر المناسب من النوم كل ليلة.",bMe="ألتقي بأساتذتي خارج وقت الحصة.",kMe="أطرح أسئلة داخل و/ أو بعد الحصة.",IMe="عند الحاجة، أخبر أساتذتي بكيفية مساعدتي بشكل أفضل في الصف.",xMe="أدعو إلى واستخدم التسهيلات التي أحتاجها في جميع حصصي.",CMe="قيد التخطيط",SMe="إنشاء روابط مع التعلم المسبق",AMe="تقديم ملاحظات الجودة",EMe="العمل على أهداف التعلم",qMe="وضع أو تعزيز التوقعات العالية",TMe="تعزيز الجهود",PMe="التقييم الذاتي",RMe="التنبؤ",LMe="سلوكيات طلب المساعدة",jMe="التفكير",NMe="منخفض",MMe="متوسط ​​منخفض",GMe="واسطة",zMe="متوسط ​​الارتفاع",DMe="مرتفع",FMe="كم تعلمت من هذا اللقاء؟",BMe="هل هناك أي ملاحظات أو تعليقات تريد مشاركتها؟",OMe="ما الذي تفعله بشكل جيد وتريد الاستمرار به؟",VMe="ما هو الشيء الذي تعلمته أثناء العمل على تحقيق أهدافك؟",HMe="اللغة الإنجليزية أو آدابها",WMe="حصة اللغة",XMe="مخططات على شكل سلسلة",YMe="مخططات شريطية",ZMe="مخططات خطية",UMe="بداية اليوم",JMe="منتصف الصباح",QMe="قبل الغداء",KMe="منتصف بعد الظهر",eGe="آخر حصة لليوم",_Ge="للطلبة فقط",tGe="للمعلم فقط",sGe="هل كان لدى الطالب جميع المواد اللازمة لهذا الصف؟",nGe="هل لدى الطالب أي واجبات غير مُسلّمة؟",oGe="هل أكمل الطالب المهام الصفية اليوم؟",aGe="هل طلب الطالب المساعدة عند الحاجة؟",iGe="يرجى تقييم مشاركة الطالب في الصف",rGe="يرجى تقييم أداء الطالب في الصف",cGe="ما مدى فائدة التسهيلات؟",lGe="هل لديك مخاوف أو قصص نجاح للطالب توّد مشاركتها؟",dGe="أبدًا",uGe="مفيد جدًا",mGe="لم يتم الإرسال",hGe="السلامة هي الشعور بالرضا عقليًا (في رأسك) وجسديًا (في جسمك). هل لديك عادات وأعمال روتينية تساعدك على الاعتناء بنفسك؟ يعزز بعض الأشخاص سلامتهم من خلال تناول الطعام الصحي أو ممارسة الأنشطة أو قضاء الوقت مع الأصدقاء والعائلة أو القيام بأشياء يستمتعون بها أو مساعدة الآخرين.",gGe="النمو الشخصي هو أن تصبح أفضل نسخة من نفسك. يتم ذلك من خلال التعلم وتجربة أشياء جديدة والعمل الجاد والمخاطرة. هل أنت سعيد بالتقدم الذي تحرزه نحو أهدافك وفي مجالات أخرى من حياتك؟",pGe="العلاقات هي عبارة عن روابط مع أشخاص آخرين. العلاقات الجيدة تتسم بالثقة والاحترام والصدق والأمان. كيف تتواصل مع العائلة والأصدقاء والمعلمين؟ هل لديك علاقات تجلب لك السعادة وأشخاصًا يمكنك التحدث إليهم؟",yGe="تتعلق الإنتاجية بإنجاز الأمور بطريقة أكثر ذكاءً وليس أصعب. هذا يعني أنك تعرف ما يجب القيام به والطريقة المناسبة لذلك. أثناء قيامك بعملك اليوم، هل تمكنت من مساعدة نفسك على الاستمرار في التركيز وإنهاء الواجب المطلوب؟",fGe="ترتبط شؤونك الأكاديمية بتعلمك، من خلال العمل الذي تقوم به في المدرسة والمنزل. هل تقوم بأداء مهامك الصفية وواجباتك المنزلية كل يوم؟ هل تُظهر درجاتك لمعلميك وأولياء أمورك وحتى نفسك مدى العمل الجاد الذي تبذله من أجل التعلم؟",wGe="الكفاءة الذاتية هي عندما تؤمن بنفسك وأنه يمكنك القيام بشيء على الوجه المطلوب. هل أنت سعيد بشيء قمت به بشكل جيد اليوم؟ هل تعتقد أنه يمكنك أن تكون ناجحًا في ما عليك القيام به اليوم؟",vGe="التركيز هو عندما تصب تركيزك إلى مهمة أو شخص ما دون أن يتشتت انتباهك. إذا كنت تحاول التركيز على معلمك، فأنت تفكر فقط فيما يقوله. هل تمكنت من التركيز على المهمة اليوم؟ هل يمكنك تصفية ذهنك للقيام بعملك؟",$Ge="السعادة هي شعور مريح يمكن أن يأتي من أي شيء تستمتع به أو من الرضا العام عن الطريقة التي تسير بها حياتك. في حين أنه من غير الممكن أن تدوم السعادة طوال الوقت، يمكنك دائمًا العثور على شيء يجعلك سعيدًا. هل كانت هناك لحظة جعلتك تبتسم اليوم؟ ما هي الأشياء أو الأشخاص أو الأنشطة التي تجلب لك السعادة وتجعلك تشعر بالرضا؟",bGe="عندما تشعر بالأمان، فهذا يعني أنك لست خائفًا أو في خطر. بل يعني أنك في راحة وسعادة في المنزل والمدرسة وأينما تأخذك أنشطتك الاعتيادية. هل أنت قادر على أن تكون على طبيعتك؟ هل تشعر أن الناس يهتمون بك وأن أفكارك ومشاعرك تحظى بتقدير من قبلهم؟",kGe="التعرض للضغط والتوتر - بالقدر المناسب - هو في الواقع شيء إيجابي. لكن يسبب كثرته حالة من الضيق، مما يجعلنا نشعر وكأننا نفقد السيطرة. وتعني قلة التعرض للضغط والتوتر عدم انخراطنا في التحديات. القدر المناسب من الضغط والتوتر يساعد كل واحد منا في الوصول إلى أهدافنا وتحقيق أفضل أداء لنا.",IGe="بعد النظر في إجاباتك اليوم، هل أنت مستعد للقيام بما يُطلب منك في الصف أم أنك بحاجة إلى مساعدة للوصول إلى مكان جيد للتعلم؟ أن تكون مستعدًا للتعلم يعني أن عقلك وجسمك يعملان معًا لإعدادك لتعلم أشياء جديدة وتعميق فهمك للتعلم الذي تمت تغطيته بالفعل.",xGe="ما مدى فائدة محادثتنا اليوم؟",CGe="أن تكون فخورًا بنفسك هو عندما تشعر بالرضا عن شيء فعلته أو عن نفسك كشخص. ما مدى رضاك أو سعادتك عن أفعالك اليوم؟",SGe="ما هو الشيء الوحيد الذي ستستمر في القيام به بشكل جيد أو تبدأ في القيام به بشكل مختلف؟ أو ما هو الشيء الذي تعلمته عن نفسك أو الآخرين أو العالم من حولك؟",AGe="توفر الطاقة القوة للقيام بشيء ما. يمكن أن يكون هذا شيئًا جسديًا مثل الجري في سباق، أو عقليًا مثل إجراء تقييم. هل تشعر أن لديك ما يكفي من الطاقة اليوم؟ كيف تشعر حيال مستويات الطاقة لديك في الوقت الحالي؟",EGe="لم يبدأ الطالب عملية تسجيل الحضور هذه. هل أنت متأكد من الحذف؟",qGe="أعاني وأحتاج إلى الدعم",TGe="بعض المسائل المتعلقة بالسلامة",PGe="بخير عمومًا",RGe="معظم المسائل المتعلقة بالسلامة جيدة",LGe="أشعر بشعور رائع",jGe="لا أشعر بأي تقدم",NGe="أُدرك أهدافي ولكن أحرز تقدمًا ضئيلاً",MGe="أحرز بعض التقدم",GGe="نمو جيد بشكل عام",zGe="نمو كبير في جميع المجالات",DGe="واحدة أو أكثر من العلاقات الرئيسية صعبة للغاية",FGe="واحدة أو أكثر من العلاقات الرئيسية صعبة بعض الشيء",BGe="معظم العلاقات الرئيسية إيجابية",OGe="جميع العلاقات الرئيسية إيجابية",VGe="لست منتجًا على الإطلاق",HGe="أُماطل",WGe="أوفي ببعض مواعيد التسليم النهائية",XGe="أوفي بمعظم مواعيد التسليم النهائية",YGe="أوفي بجميع مواعيد التسليم النهائية",ZGe="تحديات بارزة",UGe="صعوبات في بعض المجالات",JGe="أُصيب الهدف في بعض المجالات",QGe="أُصيب الهدف في معظم المجالات",KGe="أُصيب الهدف في جميع المجالات",eze="ثقة محدودة جدًا",_ze="أفتقر إلى بعض الإيمان بالنفس",tze="قيد التطوير والتحسين",sze="أشعر بالإيجابية",nze="ثقة عالية",oze="مشتت دائمًا",aze="مشتت في أغلب الأحيان",ize="مشتت بعض الأحيان",rze="محافظ على تركيزي بشكل عام",cze="محافظ على تركيزي للغاية",lze="مرهق",dze="متعب في الغالب",uze="أشعر بخير",mze="لدي طاقة جيدة",hze="غير سعيد معظم الوقت",gze="مليء بالطاقة!",pze="غير سعيد بعض الأحيان",yze="إيجابيات أكثر من سلبيات",fze="سعيد بشكل عام",wze="متفائل وإيجابي طوال الوقت تقريبًا",vze="في خطر",$ze="أشعر بعدم الأمان",bze="لدي بعض المخاوف",kze="أشعر بالأمان",Ize="لدي شعور كبير بالأمان",xze="معتدل",Cze="مرتفع جدًا",Sze="إلى أي مدى ساعدت محادثة التغيير المفاهيمي في تحسين تعلمك؟",Aze="إلى أي مدى ساعدت مناقشة طرق طلب المساعدة خلال هذه الجلسة على تحسين تعلمك؟",Eze="إلى أي مدى ساعد التركيز على سياق أو تعزيز التوقعات العالية خلال هذه الجلسة على تحسين تعلمك؟",qze="قليلًا",Tze="كثيرًا",Pze="بعد الجلسة",Rze="شعور كبير بالفخر",Lze="شعور منخفض بالفخر",jze="ما الذي يدور في ذهنك؟",Nze="تحديد الكل",Mze="التصرف",Gze="السلوك",zze="التعاون",Dze="الثقة",Fze="الإبداع",Bze="تطوير الأفكار",Oze="التمرين",Vze="إنهاء المهام",Hze="المرونة",Wze="التحكم في الاندفاعات",Xze="الاستماع",Yze="الذاكرة طويلة المدى",Zze="الرياضيات",Uze="تنظيم المواد",Jze="سرعة المعالجة",Qze="القراءة",Kze="تحديد الأهداف وتحقيقها",eDe="الذاكرة قصيرة المدى",_De="صحة النوم",tDe="التحدث",sDe="بدء المهام",nDe="التوتر والقلق",oDe="الدراسة",aDe="إدارة الوقت",iDe="أخلاقيات العمل",rDe="الكتابة",cDe="توقعات عالية",lDe="أتعلم بشكل أفضل عندما أضع توقعات عالية لنفسي تشجعني على القيام بأكثر من الحد الأدنى المتوقع.",dDe="أتعلم بشكل أفضل عندما أدرك نجاحاتي وتتاح لي الفرصة للاحتفال بالتقدم والإنجازات.",uDe="دمج التعلم مع المعرفة المسبقة",mDe="أتعلم بشكل أفضل عندما أربط التعلم الجديد والمهم بالأشياء السابقة التي تعلمتها.",hDe="التقييم الذاتي لدى المتعلمين",gDe="أتعلم بشكل أفضل عندما أقوم بتقييم تعلمي ذاتيًا من خلال التعليمات الموجهة و/أو نماذج التقييم و/أو الدعم.",pDe="أهداف التعلم",yDe="أتعلم بشكل أفضل عندما يكون لدي أهداف قصيرة وطويلة المدى أعمل عليها وأعرف مسار تقدمي نحو هدفي. قد يشمل ذلك أيضًا وضع عادات وأعمال روتينية تساعدني في تحقيق أهدافي.",fDe="التخطيط والتنبؤ",wDe="أتعلم بشكل أفضل عندما أخطط للإجراءات المستقبلية وأتنبأ بما سيحدث نتيجة لهذه الإجراءات.",vDe="ملاحظات الجودة",$De="أتعلم بشكل أفضل عندما أعرف كيف يبدو العمل الجيد، وكيف يقارن عملي بالعمل الجيد، وما أحتاج إلى القيام به لتحسين عملي لجعله جيدًا.",bDe="أتعلم بشكل أفضل عندما يكون لدي الوقت للتفكير في تعلمي و/أو عندما يؤكد المعلم على فرص التعلم ويوفر الوقت للتفكير.",kDe="أتعلم بشكل أفضل عندما أتعلم عن الخرافات والمفاهيم الخاطئة حول مفهوم ما ولماذا هي غير صحيحة. من المفيد أيضًا أن يتناول المعلمون المفاهيم الخاطئة حول تفكيري و/أو التقييمات الذاتية غير الدقيقة.",IDe="أتعلم بشكل أفضل عندما يتم تشجيعي على طلب المساعدة، سواء كان ذلك للدعم الأكاديمي أو التوجيه أو المشورة أو المساعدة الطبية أو الدعم الاجتماعي / العاطفي، وما إلى ذلك إذا لزم الأمر.",xDe="الهدف",CDe="محور تركيز الجلسة",SDe="ما هو محور التركيز الرئيسي لهذه الجلسة؟",ADe="أكاديمي",EDe="التقييمات والواجبات المنزلية",qDe="مخصص",TDe="عام",PDe="العادات والاستراتيجيات",RDe="التنظيم والتخطيط",LDe="التوازن بين المدرسة والحياة",jDe="عادات النوم",NDe="وسائل التواصل الاجتماعي (تيك توك، انستغرام، يوتيوب، بينتيريست، إلخ)",MDe="ألعاب لعب الأدوار (D &D ، World of Warcraft ، Pathfinder ، إلخ)",GDe="البيئة (الاحتباس الحراري، الاستدامة، إلخ)",zDe="أنيمي (My Hero Academia، Hunter x Hunter، One Piece، إلخ)",DDe="مانغا",FDe="روايات مصورة",BDe="كاريكاتير",ODe="سياسة",VDe="المسلسلات التلفزيونية (Stranger Things ، Heart Stopper ، Glow Up ، إلخ) والأفلام (Shrek ، Marvel ، Encanto ، إلخ)",HDe="موسيقى",WDe="Bluey",XDe="ملصقات",YDe="الطقس",ZDe="الدين",UDe="الروحانية",JDe="الأخبار / الأحداث الجارية",QDe="الرياضة",KDe="ثقافة المقهى / القهوة",eFe="تصميم الأزياء",_Fe="المستقبلية (الهندسة، التصميم، إلخ)",tFe="الخيال العلمي",sFe="الصحة الشاملة (التأمل، الوعي الذهني، إلخ)",nFe="الكوميديا",oFe="الصحافة",aFe="المكياج",iFe="الجماليات (Cottagecore ، Dark Academia ، Fairycore ، إلخ)",rFe="ثقافة السيارات (سيارات السباق، الدراجات النارية، إلخ)",cFe="الشعر / شعر الصلام",lFe="الرعب والتشويق",dFe="التزلج على الثلج",uFe="ركوب الخيل",mFe="السحر",hFe="العلوم (لأحياء، الكيمياء، الفيزياء، إلخ)",gFe="ماين كرافت",pFe="التصميم الجرافيكي",yFe="ألعاب البقاء/ الاستعداد",fFe="علم النباتات",wFe="الدراسات السينمائية",vFe="المستجيب الأول (الإطفاء، الخدمات الطبية الطارئة / فني الطوارئ الطبية، الشرطة، إلخ)",$Fe="الحيوانات (المستأنسة، الإنقاذ، إلخ)",bFe="الحيوانات (الكبيرة، البرية، إلخ)",kFe="علم الأحياء البحرية",IFe="يوتيوبرز ألعاب الفيديو",xFe="هالو كيتي",CFe="الميمات",SFe="كوني وبراون",AFe="بوكيمون",EFe="حدد نقاط قوة بارزة أو أدخل نقاط قوة بارزة هنا",qFe="أنا أتعلم بشكل أفضل عندما...",TFe="أجد صعوبة في التعلم عندما...",PFe="يُسّهل المعلمون التعلم عندما...",RFe="يُصعّب المعلمون التعلم عندما...",LFe="إذا كنت معلمًا ورأيت أنني أواجه مشكلة في التعلم في الفصل، فيمكنك مساعدتي من خلال...",jFe="الواجبات التي أتعلم منها أكثر من غيرها هي...",NFe="الواجبات التي أجدها أحيانًا صعبة للغاية هي",MFe="تقسيم المهام",GFe="أتعلم بشكل أفضل عندما يقسم معلمي المهام أو المشاريع الكبيرة إلى خطوات أصغر ويقدر (أو يساعدني في تقدير) مقدار الوقت الذي تتطلبه كل خطوة.",zFe="إدارة الوقت، بدء المهام، إنهاء المهام، التخطيط",DFe="التعلم المصغر",FFe="أتعلم بشكل أفضل عندما يقسم معلمي التعلم الذي يحتوي معلومات جديدة إلى أجزاء أصغر من المعلومات تليها فرص لمراجعة ما تعلمته وتحديد الفجوات في التعلم.",BFe="الذاكرة قصيرة المدى، الحفاظ على التركيز، التحكم في الاندفاعات، الوعي الذاتي، الاستماع، سرعة المعالجة",OFe="الاستراحات",VFe="أتعلم بشكل أفضل عندما يبني معلمي فترات راحة قصيرة في كل حصة.",HFe="إدارة الوقت، إنهاء المهام، الحفاظ على التركيز، التحكم في الاندفاعات، التصرف، التوتر والقلق، أخلاقيات العمل",WFe="إبلاغ أولياء الأمور بالملاحظات الإيجابية",XFe="أتعلم بشكل أفضل عندما يتواصل معلمي مع أولياء أمري سواء عبر البريد الإلكتروني أو المكالمات الهاتفية لإبلاغهم بالملاحظات الإيجابية والاحتفال بنموي الشخصي.",YFe="إنهاء المهام، تحديد الأهداف وتحقيقها، التصرف، السلوك، الثقة، أخلاقيات العمل",ZFe="التركيز على النمو",UFe="أتعلم بشكل أفضل عندما يركز معلمي على نموي وتقدمي بدلاً من الإنجاز العام.",JFe="الثقة، تحديد الأهداف وتحقيقها، التوتر والقلق",QFe="تجنب الأضواء",KFe="أتعلم بشكل أفضل عندما يكون معلمي قادرًا على تجنب وضعي في دائرة الضوء وإعطائي مجالاً ووقتًا للتحضير عندما أحتاج إلى التقديم. بالإضافة إلى السماح بالعروض التقديمية المسجلة بدلاً من المتطلبات الشخصية عندما يكون ذلك ممكنًا.",eBe="التوتر والقلق، التحدث، سرعة المعالجة",_Be="عمليات تسجيل الحضور المتكررة",tBe="أتعلم بشكل أفضل عندما يكون لدى معلمي سجلات حضور خاصة متكررة للتأكد من أنني على المسار الصحيح. هذا يساعدني أيضًا على الشعور بالأمان والدعم في الصف. (تتضمن أفكار تسجيل الحضور نظام ملاحظات لاصقة، وإشارة صامتة، وهمس عند جانب المكتب، ولكن يمكننا الاتفاق على شيء معًا).",sBe="التوتر والقلق، سرعة المعالجة، بدء المهام، تطوير الأفكار، التخطيط، إنهاء المهام، الذاكرة قصيرة المدى، الحفاظ على التركيز، المناصرة الذاتية، الوعي الذاتي",nBe="تطوير العلاقات",oBe="أتعلم بشكل أفضل عندما يركز معلمي على بناء العلاقات مع كل من المعلمين والأقران، إذ أن هذا يخلق مجتمعًا يتسم بالرعاية المتبادلة حيث أشعر فيه بالارتباط والتقدير.",aBe="التوتر والقلق، السلوك، التصرف، الثقة",iBe="تحديد الأولويات بشكل واضح",rBe="أتعلم بشكل أفضل عندما يُعلِمني معلمي بالأنشطة التي يجب القيام بها أو الموصى بها أو الاختيارية تمامًا.",cBe="التخطيط، سرعة المعالجة، إنهاء المهام، الاستماع، القراءة، الكتابة، التوتر والقلق، أخلاقيات العمل، الدراسة",lBe="الانتقالات المخطط لها",dBe="أتعلم بشكل أفضل عندما يقوم معلمي بمعاينتي وإعدادي أنا والطلبة الآخرين لتدريبات السلامة أو تغييرات الأنشطة أو الانتقالات الصفية الأخرى.",uBe="إدارة الوقت، التخطيط، إنهاء المهام، التوتر والقلق، السلوك، المرونة",mBe="الخيارات",hBe="أتعلم بشكل أفضل عندما يوفر معلمي أكبر عدد ممكن من الخيارات.",gBe="التصرف، السلوك، أخلاقيات العمل",pBe="الحركة",yBe="أتعلم بشكل أفضل عندما يوفر معلمي الكثير من الحركة البدنية المدروسة أو فرصًا للحركة في الفصل.",fBe="التحكم في الاندفاعات، الحفاظ على التركيز",wBe="الإشارات غير اللفظية",vBe="أتعلم بشكل أفضل عندما يعيد معلمي توجيهي بإشارات غير لفظية لإعادة توجيهي عندما يكون ذلك ممكنًا، بدلاً من إعادة توجيهي لفظيًا.",$Be="الحفاظ على التركيز، الوعي الذاتي، التصرف، السلوك، التوتر والقلق، الثقة",bBe="الحد من التعليمات المباشرة",kBe="أتعلم بشكل أفضل عندما لا يتحدث معلمي طويلاً ويمنحني فرصًا للتعلم بالسرعة التي تناسبني باستخدام المواد التي تناسبني بشكل أفضل.",IBe="الذاكرة قصيرة المدى، الحفاظ على التركيز، التحكم في الاندفاعات، الاستماع، السلوك، سرعة المعالجة",xBe="الأعمال الروتينية",CBe="أتعلم بشكل أفضل عندما يضع معلمي روتينًا ثابتًا ويحافظ عليه. إذا احتجنا إلى تغيير الروتين، أُدرك التغييرات في وقت مبكر.",SBe="إدارة الوقت، التخطيط، إنهاء المهام، التوتر والقلق، السلوك، المرونة، بدء المهام",ABe="التعلم متعدد الوسائط",EBe="أتعلم بشكل أفضل عندما يساعدنا معلمي على التعلم من خلال طرق متعددة، بما في ذلك القراءة والاستماع والمشاهدة والفعل. لا يتم تدريس المفاهيم المهمة فقط باستخدام طريقة واحدة للتعلم.",qBe="الحفاظ على التركيز، الاستماع، القراءة، الكتابة، الرياضيات، التعاون، سرعة المعالجة",TBe="التقييمات المرنة",PBe="أتعلم بشكل أفضل عندما ينشئ معلمي مجموعة متنوعة من الخيارات لي لتوضيح تعلمي.",RBe="الاستماع، القراءة، الكتابة، الرياضيات، التحدث، التوتر والقلق، التعاون، سرعة المعالجة، الدراسة",LBe="الملاحظات المرنة",jBe="أتعلم بشكل أفضل عندما يُقدم لي معلمي ملاحظات بشكل مستمر حتى أعرف مستوى أدائي وما يمكنني فعله لمواصلة التحسن.",NBe="التخطيط، الحفاظ على التركيز، الوعي الذاتي",MBe="ما قبل التعلم",GBe="أتعلم بشكل أفضل عندما يوفر معلمي فرصًا لتعلم مفاهيم جديدة مبكرًا، مثل الوصول المبكر إلى الموارد.",zBe="إدارة الوقت، الكتابة، القراءة، الرياضيات، التوتر والقلق، سرعة المعالجة",DBe="التحقق المستمر من الفهم",FBe="أتعلم بشكل أفضل عندما يقوم معلمي بالتحقق المستمر معي لمعرفة ما إذا كنت قد فهمت المعلومات الجديدة.",BBe="بدء المهام، الذاكرة قصيرة المدى، الحفاظ على التركيز، التحكم في الاندفاعات، المناصرة الذاتية، الاستماع، سرعة المعالجة",OBe="نماذج التقييم",VBe="أتعلم بشكل أفضل عندما يقدم معلمي نماذج تقييم التعلم مبكرًا ويشير إليها كثيرًا. تساعدني نماذج التقييم على فهم ما هو مطلوب مني لإظهار تعلمي على مستويات مختلفة من الأداء.",HBe="الدراسة، أخلاقيات العمل، الثقة، التوتر والقلق، المناصرة الذاتية، إدارة الوقت، التخطيط، إنهاء المهام",WBe="أدوات تنظيم الرسوم البيانية",XBe="أتعلم بشكل أفضل عندما يستخدم معلمي منظم الرسوم البيانية للمساعدة على فهم ما نتعلمه.",YBe="الاستماع، القراءة، الكتابة، سرعة المعالجة، الذاكرة قصيرة المدى، تطوير الأفكار، التخطيط",ZBe="الوسائط البصرية",UBe="أتعلم بشكل أفضل عندما يستخدم معلمي الكثير من الوسائط البصرية (الرسوم البيانية، المخططات، الصور، إلخ) للمساعدة في فهم ما نتعلمه.",JBe="الذاكرة قصيرة المدى، الحفاظ على التركيز، الاستماع، القراءة، سرعة المعالجة",QBe="الكلمات الأساسية في الجُمل",KBe="أتعلم بشكل أفضل عندما يقدم معلمي الكلمات الأساسية في الجُمل ومحفزات الكتابة للواجبات الكتابية.",e5e="تطوير الأفكار، التخطيط، بدء المهام، الكتابة",_5e="منح متسع من الوقت للتفكير",t5e="أتعلم بشكل أفضل عندما يكون لدي متسع من الوقت للتفكير قبل الإجابة على سؤال.",s5e="تطوير الأفكار، سرعة المعالجة، التحدث",n5e="تعليمات واضحة",o5e="أتعلم بشكل أفضل عندما يقسم معلمي التعليمات إلى خطوات صغيرة باستخدام مفردات بسيطة ويتأكد من فهمي للتوجيهات.",a5e="إدارة الوقت، التخطيط، بدء المهام، إنهاء المهام، الذاكرة قصيرة المدى، الحفاظ على التركيز، الاستماع، سرعة المعالجة",i5e="مشاركة المفردات",r5e="أتعلم بشكل أفضل عندما يطرح معلمي مفردات جديدة قبل أن نغطي معلومات جديدة ويوفر فرصًا لتعلم المفردات.",c5e="الذاكرة قصيرة المدى، الذاكرة طويلة المدى، الاستماع، القراءة، سرعة المعالجة",l5e="بنك الأفكار",d5e="أتعلم بشكل أفضل عندما يقدم معلمي قائمة معدة مسبقًا من الأفكار لأختار من بينها.",u5e="تطوير الأفكار، بدء المهام، إدارة الوقت",m5e="النماذج",h5e="أتعلم بشكل أفضل عندما يقدم معلمي أمثلة لما يبدو عليه العمل المكتمل بنجاح لمستويات مختلفة من الأداء.",g5e="تطوير الأفكار، التخطيط، بدء المهام، الدراسة",p5e="تنظيم الوقت",y5e="أتعلم بشكل أفضل عندما يوفر لي معلمي الوقت لتنظيم المواد و/أو التخطيط للخطوات التالية.",f5e="إدارة الوقت، تنظيم المواد، تطوير الأفكار، التخطيط، بدء المهام، التوتر والقلق",w5e="أتعلم بشكل أفضل عندما يُجَدْوِل معلمي محادثة فردية في موعد محدد معي.",v5e="إجابات متعددة الوسائط",$5e="أتعلم بشكل أفضل عندما أتمكن من إظهار فهمي بطرق متنوعة مثل الرسم أو العرض التقديمي أو مقطع فيديو قصير ينقل المعلومات وما إلى ذلك.",b5e="بدء المهام، إنهاء المهام، المناصرة الذاتية، الذاكرة طويلة المدى",k5e="تدريس الزملاء بشكل جماعي",I5e="أتعلم بشكل أفضل عندما أتمكن من تدريس المواد لزملائي في الفصل أو ممارستها معهم.",x5e="الدراسة، الاستماع، سرعة المعالجة، الذاكرة طويلة المدى",C5e="وقت إضافي لإكمال التقييمات",S5e="وقت إضافي لمعالجة المعلومات المنطوقة والتوجيهات",A5e="فترات راحة إضافية حسب الحاجة",E5e="استخدام الكمبيوتر (بدون الوصول إلى الإنترنت) أو معالج النصوص في التقييمات",q5e="الإصدارات الصوتية للتقييمات",T5e="الوصول إلى قارئ للتقييمات",P5e="برنامج تحويل الكلام إلى نص للتقييمات",R5e="الوصول إلى كاتب للتقييمات",L5e="تسجيل صوتي للإجابات على التقييمات",j5e="تقسيم التقييمات الكبيرة ذات المدة المحددة على عدة أيام",N5e="إجراء الاختبارات في غرفة هادئة مع القليل من عوامل التشتيت",M5e="إجراء الاختبارات في مجموعة صغيرة",G5e="ترتيب مقاعد الفصل الدراسي بحيث يتم وضع الطالب في مكان يزيد من قدرته على التركيز والفهم والاحتفاظ بالمعلومات.",z5e="استخدام الأدوات الحسية أثناء الحصة",D5e="إضاءة خاصة",F5e="استخدام الكمبيوتر أو معالج النصوص لتدوين الملاحظات",B5e="استخدام الآلة الحاسبة عندما لا يُسمح بها عادة",O5e="استخدام قاموس إملائي أو مدقق إملائي",V5e="نُسَخ من الملاحظات الصفية",H5e="نسخة مكتوبة من أي تعليمات",W5e="وسائط بصرية ورسومات مرافقة لأي معلومات جديدة يتم تقديمها شفهيًا",X5e="القدرة على تسجيل الدروس",Y5e="زيادة حجم النص إلى تنسيق أكبر",Z5e="توفير تنسيقات بديلة بخلاف القراءة عند تعلم معلومات جديدة",U5e="توفير تنسيقات بديلة بخلاف الاستماع عند تعلم معلومات جديدة",J5e="ممتاز! دعنا نبني هدفك.",Q5e="ما الذي توّد تغييره فيما يتعلق بتعلمك؟ حدد مجالاً أو اكتب فكرتك الخاصة.",K5e="حدد مجال هدفي",eOe="اختيار جيد! ما هو مجال الراحة الذي ترغب في العمل عليه؟",_Oe="لنكن أكثر تحديدًا! حدد مجالاً أو اكتب فكرتك الخاصة.",tOe="أضف المزيد من التفاصيل لهدفك",sOe="تذكر أن الأهداف يجب أن تكون ذكية!",nOe="محددة وقابلة للقياس وقابلة للتحقيق وطموحة وواقعية وقائمة على الوقت",oOe="ممتاز! دعنا نحدد هذا أكثر. حان الوقت لإضافة المزيد من التفاصيل لهدفك.",aOe="حدد هدفًا أو اكتب هدفك الخاص.",iOe="الآن، دعنا نختار أهدافك.",rOe="كيف تخطط لتحقيق هذا الهدف؟",cOe="قم بتخصيص الخيارات أدناه أو اكتب الخيارات الخاصة بك. ستصبح هذه أهدافك على المدى القصير.",lOe="استمر!",dOe="إضافة هدف",uOe="أين أنت الآن؟ كيف يبدو هذا بالنسبة لك في الوقت الحالي؟",mOe="هذا يساعدك على تتبع تقدمك.",hOe="تم!",gOe="سأضع روتينًا للنوم.",pOe="سأضبط المنبه لتذكيري ببدء روتيني.",yOe="سأتوقف عن استخدام الإلكترونيات الخاصة بي قبل ساعة من وقت النوم.",fOe="سأضبط هاتفي على وضع التركيز أو عدم الإزعاج لمدة ساعة قبل النوم وحتى المنبه الصباحي.",wOe="سأختار أنشطة الاسترخاء قبل ساعة من وقت النوم مثل القراءة أو التأمل أو اليوغا أو الاستماع إلى الموسيقى.",vOe="سأنهض من السرير في الوقت ذاته كل يوم.",$Oe="سأضغط على خاصية الغفوة مرة واحدة فقط كل صباح.",bOe="سأقوم بتعبئة أو تجهيز كل شيء لليوم التالي قبل النوم",kOe="سأذهب إلى الفراش في الوقت المحدد.",IOe="سأفعل هذا على الأقل 4 من أصل 5 مرات هذا الأسبوع.",xOe="سأستيقظ في الوقت المحدد.",COe="سأضع روتينًا صباحيًا قصيرًا يجعلني متحمسًا لهذا اليوم.",SOe="سأقوم بضبط المنبه لتذكيري بالاستعداد للنوم قبل ساعة من وقت النوم.",AOe="سأضبط منبهًا صباحيًا يمنحني متسعًا من الوقت للاستعداد للمدرسة.",EOe="سأقرأ لمدة 20 دقيقة قبل النوم.",qOe="سأتأمل أو أستمع إلى الموسيقى الهادئة قبل النوم.",TOe="سأضع روتينًا صباحيًا لأكون جاهزًا لهذا اليوم.",POe="سأبحث عن أفكار للروتين الصباحي.",ROe="سأقدم أفكاري إلى معلمي أو أي شخص آخر.",LOe="سأرسم روتيني على الورق أو في هاتفي.",jOe="سأبدأ روتيني في الوقت ذاته كل صباح.",NOe="سأقوم بوضع روتين مسائي لإعدادي للنوم.",MOe="سأبحث عن أفكار للروتين المسائي.",GOe="سأتبع هذا الروتين لـ 5 من أصل 5 ليال مدرسية هذا الأسبوع.",zOe="سأحصل على 8 ساعات على الأقل من النوم كل ليلة.",DOe="سأمارس التأمل.",FOe="سأجد / أختار تطبيق أو مورد للتأمل لاستخدامه.",BOe="سأتحدى نفسي للتأمل لمدة x من الأيام على التوالي.",OOe="سأختار وقتًا يوميًا للتأمل وأضبط المنبه لتذكيري.",VOe="سوف أتأمل على الأقل x من x أيام هذا الأسبوع",HOe="سأبدأ روتين التمرين.",WOe="سأجد صديقًا لممارسة الرياضة معه كل أسبوع.",XOe="سأختار نوع التمرين لأضيفه إلى روتيني.",YOe="سأشارك روتيني مع صديق أو شخص بالغ موثوق به.",ZOe="سأضيف أوقات التمرين الخاصة بي إلى المخطط أو التقويم الخاص بي.",UOe="سأمارس الرياضة يوميًا.",JOe="سوف أمارس الرياضة على الأقل x من x أيام هذا الأسبوع",QOe="سوف أفهم سبب توتري.",KOe="سأتحدث إلى معلمي أو مستشاري حول الأشياء التي تزعجني أو تجعلني متوترًا.",e9e="سوف أتعرف وأتحدث مع شخص أثق به حول ما أشعر به",_9e="سأتوقف عندما أشعر بالتوتر لتحديد سبب التوتر.",t9e="سأتعلم ما إذا كانت الأمور داخل نطاق سيطرتي أم لا.",s9e="سأعترف عندما أقترب من موقف يحتمل أن يكون مرهقًا",n9e="سأتعلم عن مهارات التأقلم.",o9e="سأتحدث إلى معلمي أو مستشاري حول مهارات التأقلم التي يعتقدون أنها ستكون مفيدة لي.",a9e="سأختار مهارة التأقلم لأمارسها عندما أشعر بالتوتر.",i9e="سأستخدم استراتيجية التأقلم عندما أكون متوترًا x مرات هذا الأسبوع",r9e="سأبدأ في تدوين أفكاري ومشاعري.",c9e="سوف أفعل ذلك على الأقل x من x أيام هذا الأسبوع.",l9e="سأخرج إلى قضاء وقت في الخارج أو في أحضان الطبيعة.",d9e="سأخصص وقتًا لشيء ممتع.",u9e="سأخصص وقتًا للهدوء والسكون.",m9e="زيادة الوعي الذهني",h9e="سآخذ فترات راحة قصيرة خلال اليوم.",g9e="سأقرر أنواع فترات الراحة التي تساعدني أكثر.",p9e="سأضبط المنبهات لتذكيري بأخذ قسط من الراحة.",y9e="سآخذ استراحة كل ساعة.",f9e="سآخذ استراحة كل 90 دقيقة.",w9e="سآخذ X مرات من الراحة في اليوم",v9e="خلق فرص الاسترخاء",$9e="سأستخدم التصور لمساعدتي على الاسترخاء.",b9e="سوف أتعلم عن التصور.",k9e="سأضبط المنبه لتذكيري بممارسة التصور.",I9e="سأقرر كيف ستبدو هذه الممارسة بالنسبة لي.",x9e="سأقوم بتمارين التنفس العميق.",C9e="سأبحث وأتعلم تمارين التنفس لتجربتها.",S9e="سأضبط المنبه لتذكيري بممارسة تمارين التنفس.",A9e="سوف أستمع إلى الموسيقى المريحة.",E9e="سأجد أو أنشئ قائمة تشغيل أجدها مريحة.",q9e="سأضيف الاستماع إلى الموسيقى إلى روتيني المسائي.",T9e="سأمارس اليوغا.",P9e="سأبحث عن حصة أو قناة يوتيوب أو تطبيق للجوء إليه.",R9e="سأتحدى نفسي لممارسة اليوغا لمدة x من الأيام على التوالي.",L9e="سأختار وقتًا يوميًا لممارسة اليوغا وأضبط المنبه لتذكيري.",j9e="سأقوم بمشروع فني ممتع.",N9e="سأبحث عن نشاط فني مريح لتجربته.",M9e="سأخصص وقتًا للقيام بعملي الفني كل أسبوع وأضع تذكيرات.",G9e="سأخبر أحدًا عن مشروعي الفني الجديد",z9e="الحفاظ على اللياقة",D9e="سأمارس الرياضة أكثر.",F9e="سوف أنضم إلى فريق أو نادٍ رياضي.",B9e="سأكتشف ما هو متاح في مدرستي.",O9e="سأختار واحدة تهمني.",V9e="سأحرص على أي مستندات ضرورية للانضمام.",H9e="سأشارك في عملية التجربة أو التقديم.",W9e="سوف أحضر جميع التدريبات",X9e="سوف أتعلم رياضة أو نشاطًا جديدًا.",Y9e="سأبحث عن رياضات أو أنشطة جديدة قد تهمني.",Z9e="سأختار رياضة أو نشاطًا جديدًا لأتعلمه.",U9e="سأرى ما إذا كان أي شخص أعرفه يرغب في تجربة هذا النشاط الجديد معي.",J9e="سأجمع المعدات اللازمة لتعلم هذا النشاط.",Q9e="سأبحث في قواعد وطرق تنفيذ هذا النشاط.",K9e="سأجد مجموعات تشارك في هذا النشاط للانضمام إليها",eVe="سأبحث عن التحديات المحتملة التي تهمني.",_Ve="سأختار تحديًا لإكماله.",tVe="سأخصص وقتًا كل أسبوع أو يوم للقيام بهذا التحدي.",sVe="سأضبط المنبه لتذكيري ببدء روتيني.",nVe="سوف أشترك في سباق.",oVe="سأبحث في السباقات والأحداث المختلفة التي تُقام في منطقتي في الأشهر القليلة المقبلة.",aVe="سأختار واحدًا لإكماله والتحدث إلى والدي أو أولياء الأمور حول المشاركة.",iVe="سأقوم بالتسجيل إذا مُنحت إذن من والدي أو أولياء الأمور.",rVe="سأقوم بإنشاء جدول تدريبي للتحضير لسباقي.",cVe="سأقوم بوضع تذكيرات لجدولي التدريبي",lVe="سأقوم بوضع روتين تمرين منزلي.",dVe="سأقوم بجرد معدات التمرين التي يمكنني الوصول إليها في المنزل.",uVe="سأبحث عن أنماط الروتين والتمارين التي يمكنني القيام بها باستخدام معداتي في المنزل.",mVe="سأبحث عن قناة يوتيوب أو تطبيق للجوء إليه.",hVe="سأضع جدولاً لروتيني.",gVe="سأضع تذكيرات لروتيني",pVe="سوف أنضم وأذهب إلى صالة الألعاب الرياضية.",yVe="سأبحث عن صالات رياضية في منطقتي.",fVe="سأختار صالة ألعاب رياضية يمكنني دفع ثمنها والحصول على إذن من والدي أو أولياء أموري.",wVe="سأذهب إلى صالة الألعاب الرياضية وأحصل على عضوية.",vVe="سوف أتعرف على المعدات والبرامج والحصص المتاحة في صالة الألعاب الرياضية الخاصة بي.",$Ve="سأقرر ما سيكون روتيني عندما أزور صالة الألعاب الرياضية.",bVe="سأحدد أوقاتًا للذهاب إلى صالة الألعاب الرياضية على هاتفي.",kVe="سأذهب إلى صالة الألعاب الرياضية لـ x من أصل x أيام هذا الأسبوع",IVe="تناول طعام صحي",xVe="سأضيف المزيد من الفواكه والخضروات إلى نظامي الغذائي.",CVe="سأقوم بتبديل x بـ x عندما أخرج لتناول الطعام.",SVe="سأقلل من مشروباتي السكرية.",AVe="سوف أشرب المزيد من الماء.",EVe="سوف أملأ زجاجة الماء الخاصة بـ × مرات كل يوم دراسي.",qVe="سوف أتعلم طهي وجبات بسيطة.",TVe="سأذهب إلى المتجر لشراء المكونات المفقودة في قائمتي.",PVe="سأتبع الوصفة وأشارك وجبتي مع أحد أفراد العائلة أو الأصدقاء.",RVe="تحسين ضبط الوقت (لتجنب التأخر عن المدرسة / الحصة)",LVe="سأضيف وقتًا إضافيًا إلى جدولي الصباحي للتأكد من وصولي إلى المدرسة في الوقت المحدد.",jVe="سأضبط المنبهات أو أُفعل إشعارات التقويم على هاتفي لتذكيري بالذهاب إلى حصتي التالية.",NVe="سأقوم بضبط منبه ينبهني قبل 5 دقائق من موعد مغادرتي إلى المدرسة.",MVe="سأضع جدول مدرستي في مخطط أو على هاتفي.",GVe="تكوين صداقات",zVe="سوف أنضم إلى فريق أو نادٍ رياضي.",DVe="سوف أحضر جميع التدريبات أو الاجتماعات",FVe="سأبحث عن شخص لديه اهتمام مشترك.",BVe="سأطلب من شخص ما قضاء وقت خارج المدرسة.",OVe="سأحضر الفعاليات أو الحفلات التي تمت دعوتي إليها.",VVe="سأتناول الغداء مع شخص أريد التعرف عليه بشكل أفضل.",HVe="سوف أتعلم بعض الأسئلة الجيدة لأطرحها على الآخرين للتعرف عليهم.",WVe="سوف أتعلم كيفية الانخراط في المحادثة أكثر.",XVe="سأفكر فيما أريده في الصديق.",YVe="سأفكر فيما يعنيه أن تكون صديقًا جيدًا.",ZVe="سوف أشارك هذه الأفكار مع شخص ما.",UVe="الانضمام إلى نادٍ رياضي",JVe="سأختار ناديًا للانضمام إليه.",QVe="سوف أحضر جميع الاجتماعات",KVe="سأختار رياضة لتجربتها.",eHe="تعلم نشاط جديد",_He="سأختار نشاطًا جديدًا لأتعلمه.",tHe="سأجمع المعدات اللازمة لتعلم هذا النشاط.",sHe="سأتدرب أو ألعب نشاطي الجديد على الأقل لـ x من x مرات هذا الأسبوع.",nHe="تحسين الواجبات المنزلية",oHe="سأقوم بتسليم واجبي المنزلي في الوقت المحدد.",aHe="سأقوم بتسليم واجبي المنزلي بجودة عالية.",iHe="العمل في واجبات طويلة الأجل (مخطط لها ويتم إحراز تقدم)",rHe="سأقوم بإعداد خطة دراسية / عملية للمشاريع طويلة الأجل",cHe="الدراسة للاختبارات (الروتين واستراتيجيات الدراسة الفعالة)",lHe="سأقوم بإعداد خطة دراسية / عملية للاختبارات",dHe="تدوين الملاحظات في الصف (بجودة عالية وتنظيم)",uHe="سأقوم بتدوين الملاحظات (الرقمية أو الورقية) في الصف وتنظيمها في مجلد أو دفتر ملاحظات لكل حصة من حصصي الرئيسية.",mHe="سأبحث عن طرق تدوين الملاحظات",hHe="تحسين الصف في موضوع x بمقدار x",gHe="سأراجع المواد من الصفوف الإضافية (كما أنها لا تشمل التعلم المنزلي)",pHe="دراسة x مقدار الوقت على x الموضوع x مرات / ساعات في الأسبوع",yHe="قم بإنهاء العمل مبكرًا وتحقق من التعليمات / نموذج التقييم ثم قم بتعديله",fHe="تحسين جودة / درجات واجبات التعلم المنزلي",wHe="وضع جدول منتظم للدراسة / الواجبات المنزلية",vHe="سأقوم بإنشاء جدول زمني لأسبوعي يوضح بالتفصيل أيام الدراسة والأوقات والمدة التي سأدرسها بحلول تاريخ x.",$He="تحسين البريد الإلكتروني أو Google Drive أو التقويم أو تنظيم المخطط",bHe="سوف أتحقق من الصندوق الوارد / رسائل البريد الإلكتروني غير المقروءة على الأقل x مرات في الأسبوع والرد إذا لزم الأمر.",kHe="سأقوم بإنشاء مجلدات / تسميات وتنظيم رسائل البريد الإلكتروني في المجلدات الصحيحة.",IHe="سأقوم بإنشاء مجلدات لكل موضوع وتنظيم المستندات في المجلدات الصحيحة.",xHe="وضع تذكيرات أو إشعارات تقويم للأحداث المهمة والمواعيد النهائية وأوقات الدراسة",CHe="سأقوم بوضع تذكيرات أو إشعارات تقويم لأهم الأحداث أو المواعيد النهائية أو جلسات الدراسة على الفور أو في أقرب وقت ممكن.",SHe="إنشاء مخطط واجبات طويل الأجل",AHe="سأقيم تقدمي وأعدل المدة التي سأدرسها بحلول تاريخ x.",EHe="تحسين عادات قائمة المهام الخاصة بي",qHe="سأضيف المهام إلى قائمة المهام الخاصة بي بشكل فوري أو في أقرب وقت ممكن ومراجعتها 3 مرات في الأسبوع",THe="سأقوم بإعداد جدول للواجبات طويلة الأجل، حيث سأحدد أيام الدراسة والأوقات ومدة الدراسة المخصصة بحيث أتمكن من الانتهاء بحد أقصى بحلول تاريخ x.",PHe="سأقوم بتدوين الملاحظات (الرقمية أو الورقية) في الصف وتنظيمها في مجلد أو دفتر ملاحظات لكل حصة من حصصي.",RHe="إبقاء الأجهزة مغلقة أو في وضع صامت أو عدم استخدامها خلال الحصة",LHe="إبقاء الأجهزة مغلقة أو في وضع صامت أو عدم استخدامها",jHe="إبقاء الأجهزة مغلقة أو في وضع صامت أو عدم استخدامها خلال وقت الدراسة",NHe="سأقوم بوضع روتين لتسهيل الانتقال إلى وقت الدراسة.",MHe="وضع جدول على هاتفي لتفعيل وضع التركيز أو عدم الإزعاج خلال أوقات الحصة.",GHe="وضع جدول على هاتفي لتفعيل وضع التركيز أو عدم الإزعاج خلال أوقات الدراسة.",zHe="تقليل أو الحد من الوقت الذي أقضيه على وسائل التواصل الاجتماعي",DHe="سأضع حدود زمنية على تطبيقاتي أو مواقع الويب التي استخدمها.",FHe="سأضبط مؤقتًا عندما آخذ استراحة من وسائل التواصل الاجتماعي",BHe="زيادة المشاركة في الصف",OHe="تجنب مواقع الويب / المهام الأخرى التي تشتت في الصف",VHe="سأتبع التعليمات الصفية.",HHe="سأشارك باستمرار في الصف أكثر.",WHe="سأشارك أكثر في الأنشطة الصفية.",XHe="سأطرح أسئلة في الصف تتعلق بالموضوع لتعزيز فهمي / تعلمي.",YHe="سأشارك في الإجابة على الأسئلة في الصف أكثر.",ZHe="تجنب مواقع الويب التي تعمل على تشتيت الانتباه",UHe="سأقوم بإعداد حدود زمنية لموقع الويب الملهية عبر إضافات المتصفح.",JHe="سأغلق جميع علامات التبويب غير المتعلقة بواجبي.",QHe="طلب المساعدة عند الحاجة",KHe="سألتقي بمعلمي خارج الصف عندما أحتاج إلى مساعدة",eWe="سأرسل بريدًا إلكترونيًا إلى معلمي عندما أحتاج إلى مساعدة",_We="سأطرح أسئلة في الصف عندما لا أعرف ما الذي يتوجب علي فعله",tWe="فهم تسهيلاتي الخاصة",sWe="سأعرف وأُدرك تسهيلاتي الخاصة",nWe="سأطلب تسهيلاتي الخاصة عندما أحتاجها في الصف",oWe="سأخبر مدير الحالة الخاص بي عندما لم أعد بحاجة لهذه التسهيلات.",aWe="سأتحدث إلى مدير الحالة الخاص بي عندما أشعر أنني بحاجة إلى تسهيلات إضافية أو مختلفة.",iWe="المماطلة",rWe="التخطيط للمستقبل",cWe="سأقضي x مقدار الوقت × مرات في الأسبوع في مشاريع طويلة الأجل",lWe="سأخطط للواجبات الأسبوعية يوم الاثنين أو الجمعة السابقة",dWe="سأضيف الواجب إلى مخططي عند تعييني في الصف",uWe="بدء المهمة",mWe="سأبدأ المهام في اليوم المحدد وأنهيها إذا سمح الوقت",hWe="سأنهي المهام مبكرًا أو قبل موعد التسليم النهائي",gWe="أفكاري ومشاعري مهمة.",pWe="اليوم",yWe="هذا الأسبوع",fWe="هذا الشهر",wWe="ذكر",vWe="أنثى",$We="اكتب شيئًا للبحث عن طلبة",bWe="تعيين للطلبة المختارين",kWe="البريد الإلكتروني للمساعد",IWe="البريد الإلكتروني للمستشار",xWe="البريد الإلكتروني لمعلم الدعم",CWe="إضافة إجابة جديدة",SWe="تعديل القالب",AWe="إضافة أسئلة",EWe="تعديل قالب البريد الإلكتروني",qWe="بريد التواصل",TWe="الإعلانات",PWe="معلومات الجدول الزمني",RWe="الترحيب بالمعلم / المساعد الجديد",LWe="طلب التواصل",jWe="الترحيب بالمعلم الجديد",NWe="الترحيب بالطالب الجديد",MWe="الترحيب بالمساعد الجديد",GWe="الترحيب بولي الأمر الجديد",zWe="الترحيب بالمعلم الجديد",DWe="نسيت كلمة المرور",FWe="الترحيب بالمستشار الجديد",BWe="الاسم الأول للمستخدم",OWe="الاسم الأخير للمستخدم",VWe="كلمة المرور",HWe="الرسالة",WWe="المجال",XWe="أساسي",YWe="مميز",ZWe="مؤسسي",UWe="هل أنت متأكد من طلب التغيير إلى هذه الخطة؟",JWe="الصور",QWe="الصوتيات",KWe="المستندات",e6e="الفيديوهات",_6e="حفظ تلقائي بعد كل دقيقة",t6e="لا يوجد مستخدم للعرض",s6e="ما مدى احتمالية أن توصي بنا لصديق أو زميل من 0 إلى 10؟",n6e="ليس من المحتمل على الإطلاق",o6e="من المحتمل للغاية",a6e="استطلاع المناخ لمدرسة العالم المتحد في جنوب شرق آسيا - سنغافورة: التواصل مع البالغين والأقران",i6e="استطلاع المناخ لمدرسة العالم المتحد في جنوب شرق آسيا - سنغافورة: هل تحتاج إلى بعض المساعدة أو الدعم الإضافي؟",r6e="استطلاع المناخ لمدرسة العالم المتحد في جنوب شرق آسيا - سنغافورة: صحتي وسلامتي",c6e="استطلاع المناخ لمدرسة العالم المتحد في جنوب شرق آسيا - سنغافورة: أسئلة مفتوحة",l6e="استطلاع المناخ لمدرسة العالم المتحد في جنوب شرق آسيا - سنغافورة: تجارب تعليمية شاملة",d6e="استيراد البريد الإلكتروني عبر ملف CSV",u6e="اختيار واحد",m6e="اختيار من متعدد",h6e="إدخال النص",g6e="عاطفي",p6e="تلخيص",y6e="تقييم",f6e="استراتيجية التعلم",w6e="القائمة المنسدلة",v6e="إدخال عوامل السعادة",$6e="معيار مواطن القوة والصعوبة",b6e="التنوع والإنصاف والشمول والعدالة",k6e="الاستطلاع المناخي",I6e="التدخل والسلامة",x6e="التدخل والتوتر",C6e="السلامة المنزلية",S6e="السلامة الشاملة",A6e="أسئلة عن الاكتئاب",E6e="متعلمو المستوى 1 - لقاء الهدف",q6e="متعلمو المستوى 1 - لقاء متوازن",T6e="متعلمو المستوى 1 - لقاء العادات والتصرفات تجاه التعليم",P6e="متعلمو المستوى 2 - المواطنة الرقمية",R6e="متعلمو المستوى 1 - المواطنة الرقمية",L6e="متعلمو المستوى 2 - التواصل",j6e="متعلمو المستوى 1 - التواصل",N6e="متعلمو المستوى 2 - التعاون",M6e="متعلمو المستوى 1 - التعاون",G6e="متعلمو المستوى 2 - التعليم الموجه ذاتيًا",z6e="متعلمو المستوى 2 - مهارات الإدارة الذاتية",D6e="متعلمو المستوى 1 - مهارات الإدارة الذاتية",F6e="متعلمو المستوى 2 - المناصرة الذاتية",B6e="متعلمو المستوى 1 - المناصرة الذاتية",O6e="متعلمو المستوى 2 - الوعي الذاتي",V6e="متعلمو المستوى 1 - الوعي الذاتي",H6e="متعلمو المستوى 2 - المهارات التعليمية والدراسية",W6e="متعلمو المستوى 1 - المهارات التعليمية والدراسية",X6e="متعلمو المستوى 2 - التنظيم",Y6e="متعلمو المستوى 1 - جلسة التنظيم",Z6e="متعلمو المستوى 2 - لقاء الهدف",U6e="متعلمو المستوى 2 - لقاء العادات والتصرفات تجاه التعليم",J6e="متعلمو المستوى 2 - لقاء متوازن",Q6e="متعلمو المستوى 2 - جلسة الهدف/الأهداف",K6e="متعلمو المستوى 1 - جلسة الهدف/الأهداف",eXe="متعلمو المستوى 2 - جلسة دراسة الاستراتيجيات",_Xe="متعلمو المستوى 2 - الجلسة الأكاديمية",tXe="متعلمو المستوى 1 - الجلسة الأكاديمية",sXe="متعلمو المستوى 2 - جلسة العادات والتصرفات تجاه التعليم",nXe="متعلمو المستوى 1 - جلسة العادات والتصرفات تجاه التعليم",oXe="متعلمو المستوى 2 - الجلسة العامة",aXe="متعلمو المستوى 1 - الجلسة العامة",iXe="التعلم الاجتماعي والعاطفي",rXe="أسئلة التفكير لنهاية الحصة",cXe="التحكم في الاندفاعات/المراقبة الذاتية",lXe="التخطيط/حل المشكلات",dXe="إحساس المعلم بالكفاءة الذاتية",uXe="الاستراتيجيات العامة للتعلم",mXe="تركيز الانتباه",hXe="الذاكرة",gXe="اتخاذ القرارات المسؤولة",pXe="الوعي الاجتماعي",yXe="مهارات العلاقات",fXe="العادات والتصرفات تجاه التعلم",wXe="أسئلة نهاية اللقاء",vXe="المهارات الحياتية",$Xe="الصحة واللياقة البدنية",bXe="الوظائف التنفيذية",kXe="المهارات الدراسية",IXe="التنظيم الذاتي ما وراء المعرفي",xXe="الرضا التربوي",CXe="أسئلة الجلسة الافتراضية",SXe="فئة سؤال الاختبار 1",AXe="هل أنت طالب في مدرسة داخلية أو نهارية؟",EXe="قبل أن أتخذ قرارًا، أضع في عين الاعتبار العواقب المحتملة",qXe="هل لديك أي مما يلي: اختلافات في التعلم (مثل عسر القراءة أو اضطراب فرط الحركة ونقص الانتباه)، مرض / حالة صحية على المدى الطويل، ضعف جسدي / بصري / سمعي، اضطراب اجتماعي / سلوكي (مثل طيف التوحد أو متلازمة توريت).",TXe="كيف تصف معتقداتك الدينية؟",PXe="كيف تصف توجهاتك الجنسية؟",RXe="أُتابع باستمرار الأنشطة التي تتوافق مع شغفي وقيمي.",LXe="لدي دائمًا شخص أتناول الغداء معه.",jXe="أنا وحيد في كثير من الأحيان أكثر مما أرغب.",NXe="أنا سعيد بالعلامات التي أحصل عليها في المدرسة.",MXe="الواجبات المدرسية والدراسة والدرجات",GXe="تحسين عادات الدراسة أو الدرجات أو الرياضة أو النوادي أو المشاريع الشخصية",zXe="إنجاز المهام المهمة بإنتاجية والحد من عوامل التشتيت",DXe="العلاقات مع العائلة والأصدقاء والمعلمون",FXe="هل هناك أي شيء توّد أن تخبر به معلمك؟",BXe="هل أحضرت ما تحتاجه لهذه الحصة؟",OXe="هل أكملت جميع المهام الصفية لليوم؟",VXe="هل كانت لوازمك الصفية جاهزة قبل بداية موعد الحصة؟",HXe="هل لديك أي مهام لم تقم بتسليمها لهذه الحصة؟",WXe="تعيين بالجملة",XXe="تعيين الطلبة بالجملة",YXe="تعليمات",ZXe="الاسم مطلوب",UXe="التعليمات مطلوبة",JXe="إضافة عنصر",QXe="عناصر نموذج تقييم اللقاء فارغة",KXe="صف أو عمود فارغ",eYe="قائمة الأسئلة",_Ye="السؤال مطلوب",tYe="حدد المهارة",sYe='اكتب واضغط على زر الإدخال "Enter" لإضافة صف جديد',nYe="هل تريد إزالة هذا الصف؟",oYe="هل تريد إزالة هذا التنبيه المخصص؟",aYe="تمت إزالة التنبيه المخصص بنجاح",iYe="هل تريد إزالة هذه المهارة؟",rYe="تمت إزالة المهارة بنجاح",cYe="هل تريد إزالة هذا الموضوع؟",lYe="تمت إزالة الموضوع بنجاح",dYe="هل تريد إزالة فئة دعم التعلم هذه؟",uYe="تمت إزالة فئة دعم التعلم بنجاح",mYe="هل تريد إزالة استراتيجية التعلم هذه؟",hYe="تمت إزالة استراتيجية التعلم بنجاح",gYe="لا يمكن حذف السؤال",pYe="هل تريد إزالة هذا المثال على الهدف؟",yYe="تمت إزالة السؤال بنجاح",fYe="هل تريد إزالة هذه الشارة؟",wYe="تمت إزالة الشارة بنجاح",vYe="هل تريد إزالة يوم الفراغ هذا؟",$Ye="تمت إزالة يوم الفراغ بنجاح",bYe="هل تريد إزالة هذه الدرجة؟",kYe="تمت إزالة الدرجة بنجاح",IYe="مُستخدَم",xYe="مزامنة الوقت OneRoster (HH)",CYe="نص صغير",SYe="نص متوسط",AYe="نص كبير",EYe="تعديل معلومات ولي الأمر 1",qYe="تعديل معلومات ولي الأمر 2",TYe="آخر محادثة فردية",PYe="كيف تقيم فرصك في تحقيق هذا الهدف؟",RYe="إضافة اسم",LYe="قائمة الأنشطة",jYe="حدد العام الدراسي",NYe="عدد من الموظفين",MYe="الموظفين",GYe="كيف حالك اليوم؟",zYe="ما هو هدف أو محور تركيز حصة اليوم؟",DYe="العنوان الرأسي 1",FYe="العنوان الرأسي 2",BYe="العنوان الرأسي 3",OYe="العنوان الرأسي 4",VYe="العنوان الرأسي 5",HYe="العنوان الرأسي 6",WYe="الحفاظ على التركيز",XYe="إدخال نص السؤال",YYe="مقابل العام الماضي",ZYe="مغادرة الصفحة",UYe="إلى أي مدى ساعد التفكير خلال هذه الجلسة على تحسين تعلمك؟",JYe="آخر محادثة فردية",QYe="بدأ الطالب هذا اللقاء. هل أنت متأكد من الحذف؟",KYe="بدأ الطالب عملية تسجيل الحضور هذه. هل أنت متأكد من الحذف؟",eZe="لم يبدأ الطالب هذه المحادثة الفردية. هل أنت متأكد من الحذف؟",_Ze="تسهيلاتي الخاصة",tZe="مجموعة التسهيلات",sZe="إضافة تسهيلات جديدة",nZe="طباعة تسهيلاتي الخاصة",oZe="مستوى تقدمي في التعلم",aZe="المقارنات بين الردود",iZe="الردود على أسئلة القائمة المنسدلة أو الأسئلة اللفظية",rZe="أدوات ماريو",cZe="تخصيص",lZe="الإعدادات الفنية",dZe="استيراد/تصدير البيانات",uZe="الطلبة غير الفعالين",mZe="المهام الأسبوعية",hZe="نصائح عامة للمدير",gZe="استخدام المدرسة",pZe="إجمالي وقت المحادثات",yZe="إجمالي جلسات التفكير الصفي",fZe="استخدام الصف",wZe="إجمالي المحادثات",vZe="انتحال شخصية",$Ze="أهلاً",bZe="الخطة الانتقالية",kZe="تم التحديث في",IZe="طباعة خطة التعلم الخاصة بي",xZe="طباعة خطة التعلم للطالب",CZe="طباعة خطتي الانتقالية",SZe="نبذة عني",AZe="قم بتسمية مجال اهتمامك",EZe="أضف المزيد من التفاصيل لمجال اهتمامك",qZe="إنشاء مجال اهتمام",TZe="عرض خطة التعلم الشخصية",PZe="عرض خطة التعلم الشخصية الحالية",RZe="استراتيجيات التعلم الخاصة بي",LZe="إضافة مجال اهتمام جديد",jZe="إضافة تحدي جديد",NZe="إضافة موطن قوة جديد",MZe="إضافة فكرة جديدة",GZe="إضافة شخص جديد",zZe="إضافة أداة جديدة",DZe="إضافة استراتيجية جديدة",FZe="أضف حلم جديد",BZe="شبكة الدعم الخاصة بي",OZe="إضافة شخص",VZe="العائلة الأقرب",HZe="العائلة",WZe="الموجهون",XZe="المدرسون",YZe="جدولي الزمني",ZZe="إضافة إنجاز",UZe="إضافة اختبار",JZe="الكليات",QZe="إضافة كليات",KZe="خطتي الانتقالية",e8e="الإنجازات الأكاديمية",_8e="الاختبارات",t8e="الاهتمامات الأكاديمية والمهنية",s8e="لم تقم بإضافة أي اهتمامات بعد",n8e="إضافة خطة",o8e="الأنشطة اللامنهجية الإضافية",a8e="إضافة نشاط جديد",i8e="الدورات",r8e="إضافة دورات جديدة",c8e="إضافة كلية جديدة",l8e="الموارد",d8e="موارد لمستقبلي",u8e="إضافة موارد جديدة",m8e="مقالاتي",h8e="إضافة مقال",g8e="الحافظات التعليمية",p8e="إضافة حافظة",y8e="التخطيط المالي",f8e="إضافة خطة جديدة",w8e="الصفوف لكل صفحة",v8e="رابط مجهول المصدر",$8e="حدد تقييمات الأسئلة",b8e="حدد توزيع الردود",k8e="يمكنك اختيار سؤال واحد فقط في كل مرة",I8e="عدد الإجابات",x8e="اهتماماتي",C8e="أود أن أعرف المزيد عن",S8e="نقاط قوتي",A8e="تحدياتي",E8e="أستطيع أن أساعد نفسي من خلال",q8e="يُمكن لمعلمي أن يساعدني من خلال",T8e="الأشخاص الآخرون الذين يمكنهم مساعدتي هم",P8e="الأدوات/الأشياء التي يمكن أن تساعدني هي",R8e="أهدافي",L8e="أهدافي وغاياتي",j8e="آمالي وأحلامي",N8e="الصف مفقود",M8e="يجب أن يكون الصف مساويًا أو أكبر من مستوى الصف 1",G8e="لم تقم بإضافة أي تحديات بعد",z8e="لم تقم بإضافة أي نقاط قوة بعد",D8e="لم تقم بإضافة أي أفكار بعد",F8e="لم تقم بإضافة أي أشخاص بعد",B8e="لم تقم بإضافة أي أدوات بعد",O8e="لم تقم بإضافة أي استراتيجيات بعد",V8e="لم تقم بإضافة أي أهداف وغايات بعد",H8e="لم تقم بإضافة أي آمال وأحلام بعد",W8e="أفضل الطرق التي أتعلم بها",X8e="الخاص بك",Y8e="الاهتمام",Z8e="القوة",U8e="التحدي",J8e="الفكرة",Q8e="الأشخاص",K8e="الأداة",eUe="الحلم",_Ue="الشخص",tUe="مزيد من التفاصيل لـ",sUe="دعمي",nUe="الشبكة",oUe="خطة التعلم الشخصية الخاصة بي",aUe="عرض خطة التعلم الشخصية",iUe="التسهيلات الحالية",rUe="تاريخ الهدف",cUe="لم تقم بإضافة أي {{item}} بعد",lUe="تاريخ الاجتياز",dUe="الكلية",uUe="الزيارة",mUe="الطلب",hUe="خطة",gUe="الاهتمامات",pUe="الأنشطة",yUe="الاختبار/الامتحان",fUe="الدورة",wUe="الموارد",vUe="المقال",$Ue="المقالات",bUe="الخطط",kUe="إجمالي",IUe="الاستطلاع التشخيصي",xUe="الأسئلة المحددة",CUe="الأسئلة المتاحة",SUe="هل أنت متأكد أنك تريد إلغاء تفعيل {{number}} من الطلبة؟",AUe="بيانات الشهر الماضي",EUe="عدد الأسئلة",qUe="لا يوجد {{item}} للعرض",TUe="القالب",PUe="التقييم",RUe="نتيجة الواجب",LUe="الشهادة",jUe="فئة دعم التعلم",NUe="الملاحظات",MUe="الاقتراح",GUe="الشاشة التعليمية",zUe="نماذج التفكير",DUe="حدد سؤالاً لإضافته",FUe="لم يتم العثور على درجة الطالب",BUe="قم بتسمية الشخص",OUe="اكتب الشخص",VUe="إنشاء شخص",HUe="يناير",WUe="فبراير",XUe="مارس",YUe="أبريل",ZUe="مايو",UUe="يونيو",JUe="يوليو",QUe="أغسطس",KUe="سبتمبر",e7e="أكتوبر",_7e="نوفمبر",t7e="ديسمبر",s7e="مكتمل",n7e="حدد المستخدم",o7e="انتهت في أقل من ساعة واحدة",a7e="My sandbox",i7e="{number} من الطلبة غير متحفزين",r7e="{number} من الطلبة يشعرون بالارتياح",c7e="{number} من الطلبة يشعرون بالاسترخاء",l7e="{number} من الطلبة مُجهَدين",d7e="{number} طلبة مُثقَلين",u7e="تسجيل الحضور مع {teacher name}",m7e="تمت الإشارة إلى جميع الطلبة بأنهم يشعرون بالأمان.",h7e="ناعم",g7e="تصاعدي",p7e="تنازلي",y7e="فارغ",f7e="لقد أكملت جميع المهام الأسبوعية!",w7e="أحسنت!",v7e='إذا قمت بالرد على جميع الأسئلة، فاضغط على الزر "مكتمل" لإكمال تسجيل الحضور',$7e="تم الانتهاء من تسجيل الحضور",b7e="هل أنت مستعد للإرسال؟",k7e='لقد قمت بملء "تسجيل الحضور" في قسم تسجيل الحضور',I7e='أحسنت! لقد قمت بملء "شبكة الدعم" في قسم "شبكة الدعم الخاصة بي".',x7e='أحسنت! لقد قمت بملء "استراتيجيات التعلم" في قسم استراتيجيات التعلم الخاصة بي.',C7e="قائمة الأسئلة الافتراضية من واحد إلى واحد",S7e="هل السؤال افتراضي؟",A7e="هل سؤال التأمل في الفصل",E7e="سؤال نعم/لا",q7e="عدد النجوم",T7e="أيقونة العاطفة",P7e="أضف سؤالا فرعيا جديدا",R7e="الأسئلة الفرعية",L7e="هل انت متأكد من الحذف؟",j7e="تعديل 1-1",N7e="صحة",M7e="سلامة البيئة",G7e="نائم",z7e="طعام",D7e="تعلم",F7e="الحصول على مساعدة",B7e="ممارسة الرياضة",O7e="الهدوء",V7e="منزل",H7e="مدرسة",W7e="متصل",X7e="التعلم في الفصل",Y7e="التعلم في المنزل",Z7e="الأماكن",U7e="حدد CSV",J7e="استيراد انعكاسات الفئة",Q7e="نوع السؤال",K7e="تعديل الوجهة",eJe="إنشاء وجهة",_Je="مجموع الوجهات",tJe="معلومات عامة",sJe="امتداد الملف",nJe="اليوم",oJe="أضف إلى المهام",aJe="تعديل للقيام به",iJe="وصف (اختياري)",rJe="هل تريد حذف هذا الهدف؟",cJe="ما يجب أن أفعله",lJe="حدد المهام التي يجب عليك القيام بها",dJe="دافعك اليومي",uJe="1-1 الخاص بي",mJe="خطط التعلم للطلاب",hJe="خروج",gJe="عنوان",pJe="تعليق",yJe="الرغبة في بذل قصارى جهدك في التعلم",fJe="لم انتهي بعد",wJe="لم يتم اختياره بعد",vJe="تحميل",$Je="أنا أنظم نفسي للنجاح من خلال",bJe="أعلم أنني أبذل قصارى جهدي لأن",kJe="أعلم أنني أشعر بالاستعداد للتعلم عندما",IJe="انتقل إلى PLP",xJe="انتقل إلى خطة التعلم الشخصية",CJe="إنشاء رمز الاستجابة السريعة",SJe="هذا البريد الإلكتروني موجود بالفعل باسم أحد الوالدين {{name}}. هل تريد إضافة هذا الوالد لهذا الطالب؟",AJe="تصفية حسب الطلاب",EJe="البحث عن الطلاب",qJe="فرز حسب",TJe="حديثاً",PJe="الأكثر إيجابية",RJe="الأقل إيجابية",LJe="العودة الى",jJe="يمكن تعديل هذه الجلسة بواسطة {{user}}",NJe="اكتب إجابتك هنا",MJe="قم بتدوين الملاحظات والحصول على اقتراحات من روبوت دعم MARIO الخاص بنا",GJe="السقالة قيد التشغيل",zJe="السقالة معطلة",DJe="انظر جميع الاقتراحات",FJe="سقالة",BJe="انتهت الجلسة",OJe="هل تريد البدء الآن أو الحجز لاحقًا؟",VJe="1-1 جديدة",HJe="كتاب 1-1",WJe="حدد نوع الجلسة",XJe="مؤتمرات جديدة",YJe="اهتماماتي الشخصية",ZJe="أجد الأمر صعبًا عندما...",UJe="قم بإجراء الاختبار",JJe="ينهار",QJe="يوسع",KJe="تم إنشاؤه في",eQe="تم التحديث",_Qe="إشعارات",tQe="وضع علامة على الكل كمقروء",sQe="فلتر",nQe="يقرأ",oQe="غير مقروء",aQe="تمت قراءته",iQe="انتقل إلى الجلسة",rQe="يذهب",cQe="الاجتماعات",lQe="الملف الشخصي للطالب",dQe="الأوقات المحجوزة",uQe="يتم حجز الجلسات على فترات زمنية مدتها 10 دقائق",mQe="انتهى المؤتمر",hQe="العودة إلى المؤتمرات",gQe="غير مكتمل",pQe="خلف",yQe="حدد حالتك",fQe="سلامتي",wQe="العمل عليه",vQe="لم يتم البدء",$Qe="مجموع المعايير",bQe="حدد فئة السؤال",kQe="قائمة مؤتمرات الأسئلة الافتراضية",IQe="إنشاء معايير التقييم",xQe="اكتب شيئًا للبحث في معايير التقييم",CQe="السابق",SQe="حدد الدرجة",AQe="رموز QR للفئة",EQe="العنوان مطلوب",qQe="تعكس البيانات المقدمة في هذا الرسم البياني <b>آخر تسجيل دخول للطالب</b>.",TQe="سيتم حذف هذا المؤتمر من كافة قواعد البيانات. هل أنت متأكد من أنك تريد المتابعة؟",PQe="تسجيل الوصول والاجتماعات الفردية",RQe="تسجيل الوصول والاجتماعات الفردية",LQe="احجز لوقت لاحق",jQe="تسجيل الوصول",NQe="ابدأ عملية تسجيل الدخول ويمكنك أيضًا طلب محادثة مع معلمك بعد ذلك",MQe="حدد أهدافك",GQe="إظهار المحادثات المعلقة",zQe="جلسات تسجيل الوصول",DQe="تعمل هذه الخطوة الأولية على تنشيط المحادثة الفردية الخاصة بك، مما يمهد الطريق للحوار الشخصي.",FQe="تحقق في",BQe="تم تسجيل الوصول",OQe="سجل محادثة 1-1",VQe="تسجيل بيانات المحادثة",HQe="إضافة ملاحظات المحادثة 1-1",WQe="حفظ البيانات",XQe="الرجاء تحديد تاريخ المحادثة 1-1!",YQe="من فضلك اكتب شيئا لهذه المحادثة 1-1!",ZQe="لا يمكن أن تتجاوز بيانات المحادثة 1-1 1000 حرف!",UQe="جلسة تسجيل الوصول",JQe="ليس لدي ما أضيفه.",QQe="انتهت جلسة تسجيل الوصول",KQe="سؤال للصف الأول",eKe="اكتب إجابتك هنا، على سبيل المثال، لقد قابلت صديقي",_Ke="اكتب إجابتك هنا، على سبيل المثال، لم يأتِ صديقي المقرب إلى المدرسة",tKe="حفظ سجل 1-1 ملاحظة",sKe="لا حاجة لذلك",nKe="تم حفظ المحادثة!",oKe="نعم، عرض أهداف الطالب",aKe="ما هي الخطوة التي اخترتها أنت والطالب كخطوة عمل؟<br/>هل ترغب في إضافتها كهدف؟",iKe="Here you can find all the notes and 1-1 conversations logs the student has.",rKe="Back to Notes and Logs",cKe="Student's Review",lKe="Other note",dKe="Student's Perceived<br/>Usefulness",uKe="Student Feedback",mKe="Note Category",hKe="Select Note Category",gKe="Save note",pKe="Type the main focus of this session",yKe="Please add note title",fKe="Notes and Logs",wKe="Other notes from the conversation (optional)",vKe="Share your thoughts...",$Ke="Make this a private note",bKe="Environment-Specific Safety",kKe="Students' Reported Feelings",IKe="Well Being Indicators",xKe="Readiness Trends",CKe="Open Field Questions",SKe="Number of students with at least one very low metric",AKe="This flags if the student is not ready to learn or has at least one success, or readiness to learn metrics under 40%",EKe="of students have concerned metrics",qKe="have metrics <40%",TKe="All students have good metrics",PKe="Students with at least One Concerned metric ({{number}})",RKe="Concerned metric(s)",LKe="Concern metrics",jKe="Conversation Goal",NKe="Target Monthly Conversation Goal for Teachers",MKe="Target Monthly Conversation Goal for Counselors",GKe="conversations",zKe="are not ready to learn",DKe="Check-in date",FKe="Educator",BKe="Location",OKe="Edit My Profile",VKe="Save new password",HKe="Conversation Duration",WKe="Please set time 1-1 conversation",XKe="Negative emotions",YKe="Please select add teacher for selected student first",ZKe="اختر صورة الملف الشخصي",UKe="اختر صورة من المعرض قم بتحميل صورتك الخاصة.",JKe="حدد صورة",QKe="حذف تسجيل الحضور",KKe="حذف اللقاء",ee_="هل أنت متأكد من حذف تسجيل الحضور هذا؟",_e_="هل أنت متأكد من حذف اللقاء هذا؟",te_="نعم، أنا متأكد",se_="قائمة المعلمين",ne_="متوسط هذا الشهر مقابل الشهر الماضي",oe_="إدارة طلابك النشطين وتقدمهم",ae_="تعيين الموظفين",ie_="حفظ الموظفين",re_="إضافة طالب",ce_="رمز الاستجابة السريعة للصف",le_="تعديل الموظفين",de_="البحث عن الطلاب بالاسم أو البريد الإلكتروني...",ue_="جميع الصفوف",me_="جميع العلامات",he_="لم يتم العثور على طلاب",ge_="لماذا لست مستعدًا للتعلم",pe_="حذف محادثة فردية 1-1",ye_="هل أنت متأكد من حذف هذه المحادثة الفردية 1-1؟",fe_="الرجاء إضافة بريد إلكتروني",we_="اختر المنشئ",ve_="اكتب بريدًا إلكترونيًا للمشاركة",$e_="صيغة البريد الإلكتروني غير صحيحة",be_="مشاركة",ke_="خطط التعلم الشخصية",Ie_="المقاييس التي تم وضع علامة عليها",xe_="رسائل البريد الإلكتروني للمعلمين",Ce_="رسائل البريد الإلكتروني للمستشارين",Se_="إزالة جماعية",Ae_="مكان واحد لعرض جميع خطط التعلم الشخصية والتنقل بينها",Ee_="آخر تحديث",qe_="خطط الانتقال",Te_="مكان واحد لعرض جميع خطط الانتقال والتنقل بينها",Pe_={dashboard:x1e,user:C1e,question_bank:S1e,email_template:A1e,custom_alert:E1e,set_up:q1e,media_gallery:T1e,district_school_list:P1e,export_to_pdf:R1e,the_data_is_taken_from_the_home_screen:L1e,make_sure_everything_is_set_correctly_before_exporting:j1e,cancel:N1e,hey:M1e,readiness_to_learn:G1e,high_impact_learning_strategies:z1e,"1_to_1":"1 إلى 1",check_in:D1e,check_ins:F1e,reflection:B1e,conferences:O1e,safety:V1e,student_by_age:H1e,students_by_designation:W1e,calendar:X1e,gender:Y1e,grade:Z1e,grades:U1e,current_grade:J1e,student_name:Q1e,teacher_name:K1e,start_date:eke,end_date:_ke,tooltip_content_readiness_to_learn_chart:tke,tooltip_content_high_impact_chart:ske,tooltip_content_1_to_1_chart:nke,tooltip_content_class_reflection_chart:oke,tooltip_content_conference_chart:ake,tooltip_content_safety_chart:ike,tooltip_content_student_by_age_chart:rke,tooltip_content_students_by_designation:cke,total_1_to_1:lke,total_check_in:dke,total_check_ins:uke,total_1_to_1_time:mke,total_conferences:hke,total_conferences_time:gke,total_class_reflection_check_ins:pke,create_user:yke,edit_user:fke,change_password:wke,type_something_to_search_by_user_name:vke,total_of_users:$ke,name:bke,email:kke,age:Ike,role:xke,active_status:Cke,action:Ske,active:Ake,inactive:Eke,create:qke,update:Tke,first_name:Pke,date_of_birth:Rke,last_name:Lke,roles:jke,status:Nke,send_forgot_password_link:Mke,download_user_data:Gke,current_password:zke,new_password:Dke,confirm_password:Fke,save:Bke,type_something_to_search_question:Oke,type_something_to_search_category:Vke,total_of_questions:Hke,create_question:Wke,edit_question:Xke,question_type:Yke,category:Zke,sub_category:Uke,question_text:Jke,text:Qke,is_default_question_for_one_to_one:Kke,default_question_for_students_or_teachers:e2e,is_default_question_general_class:_2e,default_question_general_for_students_or_teachers:t2e,before_session:s2e,edit_custom_alert:n2e,create_custom_alert:o2e,total_of_custom_alert:a2e,number_of_sessions:i2e,number_of_students:r2e,begin_date:c2e,duration_days:l2e,students:d2e,create_skill:u2e,edit_skill:m2e,total_of_skills:h2e,description:g2e,skill:p2e,parent_category:y2e,edit_subject:f2e,create_subject:w2e,total_of_subjects:v2e,color:$2e,create_learning_support_category:b2e,edit_learning_support_category:k2e,create_category:I2e,edit_category:x2e,total_of_learning_support_categories:C2e,default_color:S2e,edit_strategy:A2e,create_strategy:E2e,create_learning_strategy:q2e,total_of_strategies:T2e,strategy_name:P2e,question:R2e,detail:L2e,strategy:j2e,best_fit:N2e,create_goal_example:M2e,edit_goal_example:G2e,total_of_goal_examples:z2e,short_term_target_examples:D2e,goal_example:F2e,edit_badge:B2e,create_badge:O2e,total_of_badges:V2e,icon:H2e,badge:W2e,badge_image:X2e,edit_semester:Y2e,create_semester:Z2e,update_school_break_month:U2e,total_of_semesters:J2e,total_of_academicyear:Q2e,semester:K2e,breaking_month:e4e,change_breaking_month:_4e,school_year_break_month:t4e,edit_blank_day:s4e,create_blank_day:n4e,total_of_blank_days:o4e,start_time:a4e,end_time:i4e,school_blank_day:r4e,edit_point:c4e,create_new_point:l4e,total_of_point:d4e,label:u4e,value:m4e,break_point:h4e,update_break_point:g4e,maximum_number_of_admins:p4e,maximum_number_of_assistants:y4e,maximum_number_of_students:f4e,maximum_number_of_teachers:w4e,request_to_this_plan:v4e,type_something_to_search_reflection_result:$4e,user_deleted:b4e,export_user_data:k4e,alert_delete_user:I4e,delete_user:x4e,alert_delete_teacher:C4e,list_students:S4e,student_email:A4e,current_teacher_name:E4e,current_teacher_email:q4e,change_save:T4e,select_teacher_change:P4e,current_assistant_name:R4e,current_assistant_email:L4e,remove_assistant:j4e,switch_assistant:N4e,select_assistant_change:M4e,select_assistant:G4e,welcome_email_resend:z4e,send_for_selected_users:D4e,user_name:F4e,user_email:B4e,level:O4e,use_for:V4e,admin_training:H4e,teacher_training:W4e,created_time:X4e,total_reflections:Y4e,student_training:Z4e,create_designation:U4e,total_of_designation:J4e,designations:Q4e,edit_designation:K4e,confirm:eIe,hello:_Ie,todays_1_1:tIe,todays_check_in:sIe,todays_Conferences:nIe,next_meeting:oIe,next_conference:aIe,todays_schedule:iIe,action_points:rIe,upcoming:cIe,see_all_action_points:lIe,add:dIe,edit_action_point:uIe,add_action_point:mIe,title:hIe,type_title:gIe,subject:pIe,class:"الصف",select_date:yIe,date:fIe,select_time:wIe,time:vIe,notification:$Ie,no_notification:bIe,day:kIe,week:IIe,mark_as_done:xIe,delete:"حذف",my_students:CIe,download_template:SIe,import_csv:AIe,add_new:EIe,show_only_work_as_assistant:qIe,show_only_work_as_teacher:TIe,last_1_to_1:PIe,last_check_in:RIe,last_conference:LIe,total_time:jIe,assistant_name:NIe,work_as_assistant:MIe,assign_assistant:GIe,view:zIe,history:DIe,custom_recurrence:FIe,repeat_every:BIe,repeat_on:OIe,never:VIe,on:HIe,after:WIe,pick_a_date:XIe,pick_a_time:YIe,change_date:ZIe,change_time:UIe,apply:JIe,new_1_to_1:QIe,new_check_in:KIe,do_you_want_to_talk_with_teacher:exe,start_now:_xe,book_later:txe,select_category:sxe,search_question_category:nxe,no_question:oxe,select_question:axe,select_student:ixe,select_staff:rxe,staff_name:cxe,select_teacher:lxe,do_you_want_to_talk_with:dxe,please_select_a_student:uxe,please_select_a_teacher:mxe,please_provide_a_valid_student:hxe,please_provide_a_valid_teacher:gxe,select_a_student_and_launch_a_new_session_or_book_one_for_later:pxe,you_have_no_teacher:yxe,search_teacher:fxe,select_date_time:wxe,book_1_to_1:vxe,book_new_check_in:$xe,schedule:bxe,sessions_are_booked_as_10_minute_slots:kxe,does_not_reoccur:Ixe,time_must_be_between_8_am_and_6_pm:xxe,from:Cxe,to:Sxe,show_only_favorites:Axe,show_only_conversation:Exe,duration:qxe,favorite:Txe,open:Pxe,no_data:Rxe,schedule_detail:Lxe,are_you_sure_you_want_to_cancel_this_schedule:jxe,completed_1_to_1:Nxe,completed_check_in:Mxe,done:Gxe,what_do_you_want_to_talk_about:zxe,session_type:Dxe,what_is_this_session_type:Fxe,how_are_you_feeling_about_each_area_right_now:Bxe,sleep_nutrition_exercise_physical_health_and_mental_health:Oxe,goals_activities_habits_and_strategies:Vxe,overall_how_are_you_feeling_today:Hxe,what_is_your_level_of_pride_in_yourself_today:Wxe,how_are_you_feeling_today:Xxe,how_much_did_you_learn_from_this_session:Yxe,what_is_the_most_important_thing_you_learned_from_this_session:Zxe,your_next_meeting:Uxe,today_at:Jxe,choose_if_you_want_to_do_it_now_or_if_you_would_like_to_book_for_later:Qxe,edit:Kxe,phone_number:e3e,second_phone_number:_3e,health_note:t3e,address:s3e,mtss:n3e,note:o3e,no_schedule:a3e,my_notes:i3e,private_note:r3e,goal_progress:c3e,view_all_goals:l3e,completed:d3e,not_completed:u3e,student_information:m3e,top_learning_strategies:h3e,perceived_usage:g3e,total_number_of_times_seleted:p3e,energy:y3e,focus:f3e,happiness:w3e,stress:v3e,one_to_one:$3e,class_reflection:b3e,conference:k3e,learning_progress:I3e,cant_export_now_please_try_again:x3e,view_data:C3e,learning_strategies:S3e,strategies:A3e,number_of_used:E3e,next:q3e,previous:T3e,my_conferences:P3e,select_a_student_and_launch_a_new_conference_or_book_one_for_later:R3e,you_have_no_student:L3e,this_is_a_required_field:j3e,please_select_question_category:N3e,book_conferences:M3e,final_score:G3e,new_conference:z3e,search_student:D3e,search_staff:F3e,"1_1_conversation":"محادثة فردية",meeting_schedule:B3e,class_schedule:O3e,more_questions:V3e,conference_rubric:H3e,unlock:W3e,before_clicking_submit:X3e,your_session_was:Y3e,mins:Z3e,min:U3e,submit:J3e,are_you_sure_to_complete:Q3e,be_sure_to_check_completed_all:K3e,teacher_choice:eCe,student_choice:_Ce,agreement:tCe,personal_learning_plan:sCe,my_personal_learning_plan:nCe,personal_interests:oCe,allow_student_to_edit:aCe,strengths_and_challenges:iCe,significant_strengths:rCe,strengths:cCe,challenges:lCe,significant_challenges:dCe,how_my_teachers_can_help_me_learn:uCe,about_my_learning:mCe,accommodations:hCe,goals:gCe,this_goal_is_showing_in_the_student_conference_rubric_are_you_sure_to_delete_it:pCe,activity_circles:yCe,friend_circles:fCe,are_you_ready_to_learn:wCe,class_schedules:vCe,add_class_schedule:$Ce,class_date:bCe,class_name:kCe,day_period:ICe,teacher_email:xCe,note_type_class:CCe,my_note:SCe,add_new_note:ACe,all_category:ECe,personalized:qCe,show_only_favorite:TCe,search:PCe,note_title:RCe,student:LCe,note_detail:jCe,mark_as_favorite:NCe,type_a_note:MCe,please_select_student:GCe,settings:zCe,save_changes:DCe,activity_notifications:FCe,schedule_notifications:BCe,preschedule_notifications:OCe,yes:VCe,no:HCe,email_notification:WCe,send_me_email_notification:XCe,dont_send_me_email_notification:YCe,type:ZCe,teacher_request:UCe,student_request:JCe,overview:QCe,plp:KCe,my_student_1_to_1:eSe,my_student_check_in:_Se,my_student_conference:tSe,received_date:sSe,class_impact_score:nSe,impact_score:oSe,iep:aSe,ieps:iSe,"1_to_1_conversation":"محادثة فردية",creator:rSe,last_modify:cSe,modify:lSe,student_reflections:dSe,external_reflection:uSe,external_class_reflection:mSe,reflections:hSe,class_reflections:gSe,add_reflection:pSe,add_class_reflection:ySe,class_type:fSe,teacher_image:wSe,send_to_teacher:vSe,send_now:$Se,missed:bSe,pending:kSe,sent_date:ISe,go_to_the_student_plp:xSe,new_iep:CSe,edit_iep:SSe,type_of_iep:ASe,source_of_eligibility_forinitial:ESe,annual_goals:qSe,enter_a_date_range:TSe,add_objectives:PSe,add_goals:RSe,day_month_year:LSe,special_education:jSe,special_education_content:NSe,objectives_and_reporting_progress:MSe,objectives_and_reporting_progress_content:GSe,annual_goals_content:zSe,related_services:DSe,related_services_content:FSe,supplementary_aids_and_services:BSe,supplementary_aids_and_services_content:OSe,program_modifications_for_school_personnel:VSe,program_modifications_for_school_personnel_content:HSe,extent_of_nonparticipation:WSe,extent_of_nonparticipation_content:XSe,accommodations_in_assessment:YSe,accommodations_in_assessment_content:ZSe,service_delivery:USe,service_delivery_content:JSe,transition_planning:QSe,transition_planning_content:KSe,present_levels:eAe,present_levels_content:_Ae,signatures:tAe,iep_old_versionf_and_diagnostic_docs:sAe,upload_file:nAe,add_interest:oAe,upload_image:aAe,supported_image_types:iAe,edit_interest:rAe,select_personal_interest_or_enter_personal_interest_here:cAe,add_note:lAe,select_best_fit:dAe,best_fits:uAe,select_strategies:mAe,selected_learning_strategies:hAe,do_you_want_to_delete_this_strengths_and_challenges:gAe,add_new_item:pAe,edit_item:yAe,select_teaching_strategies:fAe,selected_teaching_strategies:wAe,add_title:vAe,my_learning:$Ae,do_you_want_to_delete_this_about_my_learning:bAe,edit_my_learning:kAe,add_my_learning:IAe,select_about_learning_or_enter_about_learning_here:xAe,accommodation:CAe,all_categories:SAe,do_you_want_to_delete_this_accommodation:AAe,edit_accommodation:EAe,add_accommodation:qAe,all:TAe,all_status:PAe,goal_type:RAe,add_new_goal:LAe,goal_detail:jAe,select_status:NAe,goal_baseline:MAe,objective:GAe,goal_details:zAe,goals_type:DAe,edit_goal_detail:FAe,uploaded_files:BAe,optional:OAe,edit_baseline:VAe,edit_friend:HAe,add_friend:WAe,search_friend:XAe,friend_type:YAe,edit_activity:ZAe,add_activity:UAe,search_activity:JAe,activity:QAe,activity_type:KAe,select_or_type_an_activity:e0e,action_needed:_0e,external:t0e,student_survey:s0e,view_survey:n0e,create_a_survey:o0e,survey_from:a0e,review:i0e,publish_survey:r0e,total_surveys:c0e,flags:l0e,scheduled_session:d0e,total_survey_done:u0e,total_survey_not_done:m0e,list_survey:h0e,surveys:g0e,survey:p0e,create_survey:y0e,my_survey:f0e,counselor_name:w0e,survey_title:v0e,deadline:$0e,day_left:b0e,replied_date:k0e,session:I0e,flag:x0e,external_email:C0e,scheduled_now:S0e,session_schedule:A0e,session_scheduled:E0e,search_survey:q0e,total_survey:T0e,survey_result:P0e,check_in_from:R0e,received_today_at:L0e,preview_survey:j0e,complete_survey:N0e,"you_will_not_be_able_to_edit_this_survey_once_published_._are_you_sure_you_want_to_continue_?":"لن تتمكن من تعديل هذا الاستطلاع بمجرد نشره. هل أنت متأكد من رغبتك بالمتابعة؟",do_you_want_to_share_a_survey_to_teachers:M0e,you_can_share_this_survey_to_teachers_to_get_more_insight_about_your_student:G0e,skip:z0e,survey_questions:D0e,add_survey_question:F0e,additional_question:B0e,add_additional_question:O0e,save_favorite:V0e,save_as_favorite:H0e,favorite_survey:W0e,slider:X0e,questions:Y0e,insert_all_question:Z0e,remove_all_question:U0e,insert_question:J0e,survey_templates:Q0e,insert_template:K0e,share_survey_teacher:eEe,suggested_teacher:_Ee,email_contents:tEe,send_survey:sEe,review_survey_detail:nEe,a_number_of_student:oEe,date_and_time:aEe,scale:iEe,answer:rEe,add_question:cEe,save_question:lEe,external_survey:dEe,ib_learner_profile:uEe,set_deadline:mEe,duplicate_survey:hEe,share_survey:gEe,new_survey:pEe,assign_counselor:yEe,select_counselor:fEe,select_support_teacher:wEe,assign_support_teacher:vEe,switch_support_teacher:$Ee,support_teacher_name:bEe,user_for_question:kEe,requested_reflection:IEe,request_class_reflection:xEe,share_survey_to_teacher:CEe,select_form:SEe,switch_counselor:AEe,remove_counselor:EEe,current_counselor_email:qEe,current_counselor_name:TEe,select_counselor_change:PEe,current_support_teacher_name:REe,current_support_teacher_email:LEe,remove_support_teacher:jEe,select_support_teacher_change:NEe,filter_calendar:MEe,average_student_safety:GEe,is_active:zEe,top_5_most_used_strategies:DEe,preparedness:FEe,average_student_stress:BEe,success_indicators:OEe,learning_process:VEe,survey_dashboard:HEe,response_rate:WEe,top_5_most_survey_used:XEe,question_intervention:YEe,student_pressure:ZEe,overall_readiness_to_learn:UEe,view_calendar:JEe,student_wellness:QEe,view_data_dashboard:KEe,view_a_student:eqe,view_student:_qe,average_safety:tqe,average_stress:sqe,average_energy:nqe,average_focus:oqe,average_happiness:aqe,vs_last_month:iqe,of_students_are_not_feeling_safe:rqe,students_marked_themselves_as_unsafe:cqe,marked_themselves_as_unsafe:lqe,are_not_feeling_safe:dqe,of_students_are_highly_stressed:uqe,flagged_with_high_stress:mqe,are_feeling_highly_stressed:hqe,select_a_student_to_see_their_profile_and_learning_plan:gqe,select_a_student_and_start_a_conversation_with_the_check_in_results:pqe,start:yqe,teacher_reflection:fqe,notes:wqe,student_reflection:vqe,view_latest_check_ins:$qe,"1-1s":"محادثات فردية","1_1":"محادثة فردية",this_week_s:bqe,missing_weekly_check_in:kqe,add_new_student:Iqe,"start_your_check-in_and_you_can_also_request_a_conversation_with_your_teacher_after":"ابدأ تسجيل حضورك. يمكنك أيضًا طلب إجراء محادثة مع معلمك بعد ذلك.",start_check_in:xqe,no_events_today:Cqe,today_schedule:Sqe,high_stressed:Aqe,unsafe:Eqe,average:qqe,see_them:Tqe,goal:Pqe,ended_over_24_hours_ago:Rqe,start_a_1_1_conversation:Lqe,view_results:jqe,request_check_in:Nqe,last:Mqe,latest_check_ins:Gqe,students_who_missing_weekly_check_in:zqe,this_student_does_nt_have_missing_check_in:Dqe,no_student_missing_weekly_check_in:Fqe,start_1_1_conversation:Bqe,select_a_teacher_and_start_a_check_in:Oqe,this_weeks_check_ins:Vqe,this_weeks_1_1s:Hqe,this_student_does_nt_have_1_1_in_this_week:Wqe,this_student_does_nt_have_check_in_in_this_week:Xqe,no_last_or_requested_check_ins:Yqe,students_who_are_highly_stressed:Zqe,students_who_are_not_feeling_safe:Uqe,students_missing_a_weekly_check_in:Jqe,student_stress_by_zone:Qqe,student_distribution:Kqe,surveys_flags:eTe,yellow_flags:_Te,green_flags:tTe,red_flags:sTe,show_by:nTe,survey_overview:oTe,share_note:aTe,survey_summary:iTe,survey_name:rTe,date_created:cTe,"#of_recipients":"عدد المستلمين","#of_answers":"عدد الإجابات",cut_off_time:lTe,created_by:dTe,responses_distribution:uTe,ratings_of_questions:mTe,show_results_for:hTe,responses_and_response_rates_per_question:gTe,view_list_of_students:pTe,view_list_of_responses:yTe,number_of_responses:fTe,number_of_not_responses:wTe,question_rating:vTe,no_response_yet:$Te,external_survey_is_highlight_in_the_table:bTe,reset_password:kTe,correct:ITe,incorrect:xTe,the_correct_answer_is:CTe,the_correct_answers_are:STe,action_need:ATe,view_answers:ETe,survey_results:qTe,weeks:TTe,months:PTe,scheduled_sessions:RTe,active_surveys:LTe,view_responses:jTe,download_csv:NTe,create_new_survey:MTe,go_to_individual_survey_responses:GTe,you_can_only_select_number_kpis_at_a_time:zTe,you_can_only_select_number_kpis_at_a_time_To_select_a_new_one_please_switch_off_one_of_the_previous_ones:DTe,"download.csv":"تنزيل .CSV",last_check__in:FTe,how_many_times_a_strategy_has_been_chosen:BTe,these_metrics_come_from_students_check_ins_filter_above_to_change_the_data_set:OTe,not_yet_started:VTe,in_progress:HTe,export_check_ins_to_csv:WTe,these_metrics_come_from_the_conference_rubric_only_teacher_responses_are_scored:XTe,please_save_first:YTe,print_date:ZTe,goal_base_line:UTe,print:JTe,download:QTe,my_daily_motivation:KTe,select_deadline:ePe,export:"تصدير",image_is_a_required:_Pe,old_iep:tPe,create_next_years_iep:sPe,write_something_optional:nPe,the_effectiveness_of_learning_strategies_by_students_feedback:oPe,perceived_usefulness:aPe,performance:iPe,not_enough_challenge_leading_to_boredom_and_lack_of_interest:rPe,calm_and_relaxed_but_not_enough_motivation_to_perform_at_my_best:cPe,manageable_levels_of_stress_allowing_me_to_perform_at_my_best:lPe,still_in_control_but_starting_to_feel_the_pressure:dPe,too_much_pressure_and_really_struggling_to_manage_my_workload:uPe,import_emails_by_csv:mPe,request_number:hPe,select_or_input_class_type:gPe,send_request:pPe,start_reflection:yPe,customize_reflection:fPe,include_section_you_want_to_appear:wPe,time_of_day:vPe,iep_template:$Pe,one_roster:bPe,sandbox:kPe,"well-being":"السلامة","self-efficacy":"الكفاءة الذاتية",information_roster_sourced_id_full_name_email:IPe,sync_roster_users:xPe,export_to_csv:CPe,user_list:SPe,assign_student:APe,one_to_one_question:EPe,class_reflection_question:qPe,conference_question:TPe,actions:PPe,order:RPe,user_for:LPe,question_category:jPe,template_survey:NPe,total_of_category:MPe,create_template:GPe,number_of_question:zPe,mandatory:DPe,well_being:FPe,self_efficacy:BPe,no_question_to_display:OPe,privacy_policy:VPe,profile:HPe,role_change:WPe,log_out:XPe,data_dashboard:YPe,deep_learning_tools:ZPe,my_profile:UPe,phone:JPe,calendar_id:QPe,old_password:KPe,confirm_new_password:eRe,select_a_student_and_start_a_check_in:_Re,anything_is_possible_anything_can_be:tRe,edit_picture:sRe,create_new_student:nRe,grade_level:oRe,health_notes:aRe,students_parent_information:iRe,parent_1:rRe,parent_2:cRe,in_app_notifications:lRe,turn_on_all_notifications:dRe,notify_me_when:uRe,a_student_schedules_a_1_1:mRe,a_student_schedules_a_conference:hRe,a_student_completes_a_conference_self_assessment_rubric:gRe,a_student_or_teacher_completes_a_class_reflection:pRe,action_points_are_due_based_on_chosen_schedule:yRe,a_student_hasnt_logged_1_1_in_the_past_28_days:fRe,email_notifications:wRe,turn_on_all_emails:vRe,a_student_responds_to_a_1_1_readiness_to_learn_with_no:$Re,a_student_reported_a_low_safety_score_on_a_check_in:bRe,continue_as:kRe,admin:IRe,counselor:xRe,support_teacher:CRe,teacher_assistant:SRe,add_parent_1_information:ARe,add_parent_2_information:ERe,parent_role:qRe,all_activity:TRe,academic_year:PRe,all_of_the_students_report_manageable_stress_levels:RRe,"100_00_of_students_are_not_feeling_safe":"100.00% من الطلبة لا يشعرون بالأمان",growth:LRe,relationships:jRe,productivity:NRe,academics:MRe,percent:GRe,unmotivated:zRe,comfort:DRe,stretch:FRe,strain:BRe,overwhelmed:ORe,edit_student_profile:VRe,teacher:HRe,created:WRe,student_phone_number:XRe,designation:YRe,e_mail:ZRe,general_ed_teacher:URe,select_general_ed_teacher:JRe,please_select_teacher:QRe,assign:KRe,be_silly_be_honest_be_kind:eLe,do_you_want_to_change_to_role_counselor_to_open:_Le,search_assistant:tLe,baseline:sLe,timeframe:nLe,friends:oLe,best_friends:aLe,supportive:iLe,potential_friends:rLe,like:cLe,love:lLe,interested:dLe,curious:uLe,improvement_in_study_habits_grades_sports_clubs_or_personal_projects:mLe,family_friends_and_teachers:hLe,accomplishing_important_tasks_and_limiting_distractions:gLe,homework_studying_and_grades:pLe,my_ability_to_be_successful:yLe,whats_on_your_mind:fLe,now_look_back_at_your_responses_from_today:wLe,do_you_want_to_change_to_role_student_to_open:vLe,student_has_started_this_one_to_one_are_you_sure_to_delete:$Le,do_you_want_to_change_to_role_support_teacher_to_open:bLe,student_has_not_started_this_conference_are_you_sure_to_delete:kLe,search_support_teacher:ILe,search_counselor:xLe,how_productive_i_was_in_class_today:CLe,not_enough_stress:SLe,too_much_stress:ALe,organization:ELe,self_awareness:qLe,self_directed_learning:TLe,self_advocacy:PLe,self_management:RLe,conceptual_change_conversation:LLe,concrete_examples:jLe,elaboration:NLe,dual_coding:MLe,note_type_and_class:GLe,edit_note:zLe,not_done:DLe,red:FLe,yellow:BLe,green:OLe,uwcsea_sg_climate_survey:VLe,connections_with_adults_and_peers:HLe,holistic_learning_experiences:WLe,my_health_and_wellbeing:XLe,open_ended_questions:YLe,do_you_need_some_extra_help_or_support:ZLe,sdq_standards_and_difficulties_questionaire:ULe,sdq_strengths_and_difficulties_questionnaire_supplemental:JLe,close:QLe,student_responses:KLe,anonymous_responses:eje,teacher_perceived:_je,prepared_for_class:tje,missing_class_assignments:sje,completed_classwork:nje,asked_for_help_when_needed:oje,clear:aje,missing_reflections:ije,total_students_missing_late_assignments:rje,subject_class:cje,chart_type:lje,request_from:dje,are_you_sure_you_want_to_delete_this_item:uje,yes_delete:mje,completed_conference:hje,my_learning_plan:gje,my_learning_plan_beta:pje,winning_doesn_t_always_mean_being_first_winning_means_you_re_doing_better_than_you_ve_done_before:yje,integrating_learningwith_previous_knowledge:fje,improving_student_self_efficacy:wje,my_check_in:vje,what_do_you_want_to_do_differently:$je,to_do:bje,my_class_reflections:kje,send_reflection:Ije,type_2_characters_to_search:xje,create_time:Cje,do_you_want_to_remove_this_user:Sje,warning:Aje,do_you_want_to_impersonate_this_user:Eje,assistant:qje,parent:Tje,choose_file:Pje,do_you_want_to_remove_this_question:Rje,select:Lje,do_you_want_to_remove_this_category:jje,total_of_templates:Nje,template_name:Mje,category_name:Gje,created_date:zje,do_you_want_to_remove_this_email_template:Dje,create_email_template:Fje,mail_subject:Bje,mail_body:Oje,mail_params:Vje,params:Hje,meaning:Wje,add_attachment:Xje,skills:Yje,subjects:Zje,learning_support_categories:Uje,goal_examples:Jje,student_badges:Qje,blank_days:Kje,csv_import:eNe,band_scores:_Ne,license:tNe,switch_teacher:sNe,question_scaffolding:nNe,training:oNe,type_something_and_press_enter_to_add_short_term_target_examples:aNe,import_users:iNe,import_class_reflection:rNe,download_users_data:cNe,do_you_want_to_remove_this_assistant:lNe,do_you_want_to_remove_this_counselor:dNe,do_you_want_to_remove_this_support_teacher:uNe,send:mNe,do_you_want_to_remove_this_designation:hNe,new_folder:gNe,upload:pNe,type_something_to_search_by_file_name:yNe,systems:fNe,create_template_system:wNe,created_at:vNe,do_you_want_to_remove_this_template:$Ne,one_roster_setting:bNe,users:kNe,one_roster_config:INe,end_point_url:xNe,client_id:CNe,client_secret:SNe,import_one_roster:ANe,import_from_zip_file:ENe,import_from_restful_api:qNe,non_existent_users:TNe,type_something_to_search_users:PNe,create_account_for_selected_users:RNe,help:LNe,sandbox_mode:jNe,off:NNe,restore_sandbox_database:MNe,turn_on:GNe,turn_off:zNe,restore:DNe,edit_profile:FNe,on_track_going_well:BNe,guide:ONe,make_each_day_your_masterpiece:VNe,consistently:HNe,frequently:WNe,sometimes:XNe,rarely:YNe,not_applicable:ZNe,i_schedule_all_homework_and_studying_through_google_calendar_or_a_planner_or_organizer_as_soon_as_it_is_assigned:UNe,i_maintain_a_clean_and_organized_system_for_keeping_and_reviewing_physical_notes_handouts_and_packets_for_each_class:JNe,i_maintain_a_clean_and_organized_system_for_storing_digital_files_as_a_result_i_can_easily_find_all_of_my_digital_files:QNe,i_keep_my_school_inbox_organized_and_important_emails_are_not_missed:KNe,i_have_a_clear_understanding_of_my_strengths:eMe,i_know_and_understand_how_teachers_can_best_help_me_in_class:_Me,i_know_and_understand_my_accommodations:tMe,i_know_and_understand_my_personalized_systems_and_strategies_for_ideal_learning_outside_of_class:sMe,i_know_and_understand_my_personalized_systems_and_strategies_for_ideal_learning_in_class:nMe,i_have_a_clear_understanding_of_my_challenges:oMe,i_have_an_accurate_idea_of_how_i_am_doing_in_my_classes_and_know_what_i_need_to_do_to_improve:aMe,i_use_the_first_25_minutes_of_our_class_effectively_to_make_progress_on_my_goals:iMe,i_use_the_homework_study_time_effectively:rMe,achieving:cMe,significant_progress:lMe,moderate_progress:dMe,slight_progress:uMe,no_progress:mMe,cope_with_stressful_situations:hMe,improve_my_sleeping_habits:gMe,i_promplty_address_and_deal_with_difficult_situations_instead_of_avoiding_them:pMe,i_appropriately_use_technology:yMe,i_create_a_note_during_or_after_meetings:fMe,i_effectively_study_for_upcoming_assessments:wMe,i_turn_in_all_homework_on_time_and_complete:vMe,i_get_the_right_amount_of_sleep_each_night:$Me,i_meet_with_my_teachers_outside_of_class_time:bMe,i_ask_questions_inside_and_or_after_class:kMe,when_needed_i_let_my_teachers_know_how_to_better_help_me_in_class:IMe,i_advocate_for_and_use_accommodations_i_need_in_all_of_my_classes:xMe,planning:CMe,making_connections_with_previous_learning:SMe,providing_quality_feedback:AMe,working_on_learning_goals:EMe,setting_or_reinforcing_high_expectations:qMe,improving_effort:TMe,self_assessing:PMe,predicting:RMe,help_seeking_behaviors:LMe,reflecting:jMe,low:NMe,medium_low:MMe,medium:GMe,medium_high:zMe,high:DMe,how_much_did_you_learn_from_this_conference:FMe,are_there_any_observations_or_feedback_you_want_to_share:BMe,what_are_you_doing_well_that_you_want_to_continue:OMe,what_is_something_you_have_learned_while_working_towards_achieving_your_goals:VMe,english_language_or_literature:HMe,language_class:WMe,ridge_charts:XMe,bar_charts:YMe,line_charts:ZMe,start_of_day:UMe,mid_morning:JMe,before_lunch:QMe,mid_afternoon:KMe,last_class_of_the_day:eGe,student_only:_Ge,teacher_only:tGe,did_the_student_have_all_needed_materials_for_this_class:sGe,does_the_student_have_any_missing_assignments:nGe,did_the_student_complete_today_s_classwork:oGe,did_the_student_ask_for_help_when_needed:aGe,please_rate_the_student_s_participation_in_class:iGe,please_rate_the_student_s_peformance_in_class:rGe,how_useful_were_the_accommodations:cGe,do_you_have_any_concerns_or_student_success_to_share:lGe,not_at_all:dGe,very_helpful:uGe,not_sent:mGe,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:hGe,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:gGe,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:pGe,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:yGe,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:fGe,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:wGe,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:vGe,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:$Ge,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:bGe,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:kGe,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:IGe,how_helpful_was_our_conversation_today:xGe,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:CGe,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:SGe,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:AGe,student_has_not_started_this_check_in_are_you_sure_to_delete:EGe,struggling_i_need_support:qGe,some_well_being_issues:TGe,generally_okay:PGe,most_well_being_issues_are_fine:RGe,feeling_great:LGe,making_no_progress:jGe,aware_of_my_goals_but_making_little_progress:NGe,making_some_progress:MGe,good_growth_overall:GGe,great_growth_in_all_areas:zGe,one_or_more_key_relationships_are_very_difficult:DGe,one_or_more_key_relationships_are_a_little_tricky:FGe,most_key_relationships_are_positive:BGe,all_key_relationships_are_positive:OGe,not_at_all_productive:VGe,procrastinating:HGe,meeting_some_deadlines:WGe,meeting_most_deadlines:XGe,meeting_all_deadlines_comfortably:YGe,major_challenges:ZGe,difficulties_in_some_areas:UGe,on_target_in_some_areas:JGe,on_target_in_most_areas:QGe,on_target_in_all_areas:KGe,very_low_confidence:eze,lacking_some_self_belief:_ze,developing_and_improving:tze,feeling_positive:sze,super_confident:nze,always_distracted:oze,mostly_distracted:aze,sometimes_distracted:ize,generally_focused:rze,laser_focused:cze,exhausted:lze,often_tired:dze,feeling_okay:uze,good_energy:mze,unhappy_most_of_the_time:hze,bursting_with_energy:gze,unhappy_some_of_the_time:pze,more_positives_than_negatives:yze,generally_happy:fze,optimistic_and_positive_almost_all_of_the_time:wze,in_danger:vze,feeling_unsafe:$ze,some_concerns:bze,feeling_safe:kze,very_safe_and_secure:Ize,moderate:xze,very_high:Cze,how_much_did_the_conceptual_change_conversation_help_your_learning_improve:Sze,how_much_did_discussing_ways_to_seek_help_during_this_session_help_your_learning_improve:Aze,how_much_did_a_focus_on_setting_or_reinforcing_high_expectations_during_this_session_help_your_learning_improve:Eze,a_little:qze,a_lot:Tze,after_session:Pze,high_pride:Rze,low_pride:Lze,what_is_on_your_mind:jze,select_all:Nze,attitude:Mze,behavior:Gze,collaboration:zze,confidence:Dze,creativity:Fze,developing_ideas:Bze,exercise:Oze,finishing_tasks:Vze,flexibility:Hze,impulse_control:Wze,listening:Xze,long_term_memory:Yze,math:Zze,organization_of_materials:Uze,processing_speed:Jze,reading:Qze,setting_and_achieving_goals:Kze,short_term_memory:eDe,sleep_hygiene:_De,speaking:tDe,starting_tasks:sDe,stress_and_anxiety:nDe,studying:oDe,time_management:aDe,work_ethic:iDe,writing:rDe,high_expectations:cDe,i_learn_best_when_i_set_high_expectations_for_myself_that_encourage_me_to_do_more_than_the_minimum_expected:lDe,i_learn_best_when_i_recognize_my_successes_and_have_an_opportunity_to_celebrate_progress_and_achievements:dDe,integrating_learning_with_previous_knowledge:uDe,i_learn_best_when_i_connect_new_and_important_learning_to_previous_things_i_have_learned:mDe,learners_self_assessing:hDe,i_learn_best_when_i_self_assess_my_own_learning_with_guided_prompts_rubrics_and_or_support:gDe,learning_goals:pDe,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:yDe,planning_and_predicting:fDe,i_learn_best_when_i_plan_future_actions_and_predict_what_will_happen_as_a_result_of_these_actions:wDe,quality_feedback:vDe,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:$De,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:bDe,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:kDe,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:IDe,target:xDe,session_focus:CDe,what_was_the_main_focus_of_this_session:SDe,academic:ADe,assessments_and_homework:EDe,custom:qDe,general:TDe,habits_and_strategies:PDe,organization_and_planning:RDe,school_life_balance:LDe,sleep_habits:jDe,social_media_tik_tok_instagram_youtube_pinterest_etc:NDe,role_playing_games_d_and_d_world_of_warcraft_pathfinder_etc:MDe,environment_global_warming_sustainability_etc:GDe,anime_my_hero_academia_hunter_x_hunter_one_piece_etc:zDe,manga:DDe,graphic_novels:FDe,comics:BDe,politics:ODe,television_stranger_things_heart_stopper_glow_up_etc_and_movies_shrek_marvel_encanto_etc:VDe,music:HDe,bluey:WDe,stickers:XDe,weather:YDe,religion:ZDe,spirituality:UDe,news_current_events:JDe,sports:QDe,cafe_culture_coffee:KDe,fashion_design:eFe,futurism_engineering_design_etc:_Fe,science_fiction:tFe,wellness_meditation_mindfulness_etc:sFe,comedy:nFe,journalism:oFe,make_up:aFe,aesthetics_cottagecore_dark_academia_fairycore_etc:iFe,automotive_culture_race_cars_motorcycles_motor_bikes_etc:rFe,poetry_slam_poetry:cFe,horror_and_suspense:lFe,skiing_snowboarding:dFe,horseback_riding:uFe,magic:mFe,science_biology_chemistry_physics_etc:hFe,minecraft:gFe,graphic_design:pFe,survival_prepping:yFe,botany:fFe,film_study:wFe,first_responder_fire_ems_emt_police_etc:vFe,animals_domesticated_rescue_etc:$Fe,animals_large_wild_etc:bFe,marine_biology:kFe,video_game_youtubers:IFe,hello_kitty:xFe,memes:CFe,cony_and_brown:SFe,pokemon:AFe,select_significant_strengths_or_enter_significant_strengths_here:EFe,i_learn_best_when_i:qFe,i_have_difficulty_learning_when_i:TFe,teachers_make_learning_easier_for_me_when_they:PFe,teachers_make_learning_more_difficult_for_me_when_they:RFe,if_you_are_a_teacher_and_see_i_m_having_trouble_learning_in_class_you_can_help_me_by:LFe,the_assignments_i_learn_the_most_from_are:jFe,the_assignments_i_sometimes_find_too_challenging_are:NFe,chunking_tasks:MFe,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:GFe,time_management_starting_tasks_finishing_tasks_planning:zFe,bite_size_learning:DFe,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:FFe,short_term_memory_staying_focused_impulse_control_self_awareness_listening_processing_speed:BFe,breaks:OFe,i_learn_best_when_my_teacher_builds_in_short_breaks_into_each_class:VFe,time_management_finishing_tasks_staying_focused_impulse_control_attitude_stress_and_anxiety_work_ethic:HFe,happy_notes_home:WFe,i_learn_best_when_my_teacher_send_positive_notes_emails_or_calls_home_to_celebrate_my_growth:XFe,finishing_tasks_setting_and_achieving_goals_attitude_behavior_confidence_work_ethic:YFe,growth_focused:ZFe,i_learn_best_when_my_teacher_focuses_on_my_growth_and_progress_rather_than_overall_achievement:UFe,confidence_setting_and_achieving_goals_stress_and_anxiety:JFe,avoid_spotlight:QFe,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:KFe,stress_and_anxiety_speaking_processing_speed:eBe,frequent_check_ins:_Be,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:tBe,stress_and_anxiety_processing_speed_task_initiation_developing_ideas_planning_finishing_tasks_short_term_memory_staying_focused_self_advocacy_self_awareness:sBe,develop_rapport:nBe,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:oBe,stress_and_anxiety_behavior_attitude_confidence:aBe,explicit_prioritizations:iBe,i_learn_best_when_my_teacher_shares_what_activities_are_must_do_recommended_or_completely_optional:rBe,planning_processing_speed_finishing_tasks_listening_reading_writing_stress_and_anxiety_work_ethic_studying:cBe,planned_transitions:lBe,i_learn_best_when_my_teacher_previews_and_prepares_me_and_other_students_for_safety_drills_activity_changes_or_other_class_transitions:dBe,time_management_planning_finishing_tasks_stress_and_anxiety_behavior_flexibility:uBe,choices:mBe,i_learn_best_when_my_teacher_provides_as_many_choices_as_possible:hBe,attitude_behavior_work_ethic:gBe,movement:pBe,i_learn_best_when_my_teacher_provides_lots_of_planned_physical_movement_or_opportunities_for_movement_into_class:yBe,impulse_control_staying_focused:fBe,non_verbal_cues:wBe,i_learn_best_when_my_teacher_redirects_me_with_non_verbal_cues_to_redirect_me_when_possible_rather_than_verbally_redirecting_me:vBe,staying_focused_self_awareness_attitude_behavior_stress_and_anxiety_confidence:$Be,limit_direct_instruction:bBe,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:kBe,short_term_memory_staying_focused_impulse_control_listening_behavior_processing_speed:IBe,routines:xBe,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:CBe,time_management_planning_finishing_tasks_stress_and_anxiety_behavior_flexibility_starting_tasks:SBe,multimodal_learning:ABe,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:EBe,staying_focused_listening_reading_writing_math_collaboration_processing_speed:qBe,flexible_assessments:TBe,i_learn_best_when_my_teacher_creates_a_variety_of_options_for_me_to_demonstrate_my_learning:PBe,listening_reading_writing_math_speaking_stress_and_anxiety_collaboration_processing_speed_studying:RBe,flexible_feedback:LBe,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:jBe,planning_staying_focused_self_awareness:NBe,pre_learning:MBe,i_learn_best_when_my_teacher_provides_opportunities_to_learn_new_concepts_early_such_as_early_access_to_resources:GBe,time_management_writing_reading_math_stress_and_anxiety_processing_speed:zBe,understanding_checks:DBe,i_learn_best_when_my_teacher_frequently_checks_in_with_me_to_see_if_i_ve_understand_new_learning:FBe,starting_tasks_short_term_memory_staying_focused_impulse_control_self_advocacy_listening_processing_speed:BBe,rubrics:OBe,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:VBe,studying_work_ethic_confidence_stress_and_anxiety_self_advocacy_time_management_planning_finishing_tasks:HBe,graphic_organizers:WBe,i_learn_best_when_my_teacher_uses_graphic_organizer_to_help_me_understand_what_we_are_learning:XBe,listening_reading_writing_processing_speed_short_term_memory_developing_ideas_planning:YBe,visuals:ZBe,i_learn_best_when_my_teacher_uses_lots_of_visuals_diagrams_infographics_pictures_etc_to_help_me_understand_what_are_we_learning:UBe,short_term_memory_staying_focused_listening_reading_processing_speed:JBe,sentence_stems:QBe,i_learn_best_when_my_teacher_provides_sentence_stems_and_writing_promts_for_written_assignments:KBe,developing_ideas_planning_starting_tasks_writing:e5e,think_time:_5e,i_learn_best_when_i_have_plenty_of_time_to_think_before_answering_a_question:t5e,developing_ideas_processing_speed_speaking:s5e,clear_instructions:n5e,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:o5e,time_management_planning_starting_tasks_finishing_tasks_short_term_memory_staying_focused_listening_processing_speed:a5e,sharing_vocabulary:i5e,i_learn_best_when_my_teacher_provides_new_vocabulary_words_before_we_cover_new_information_and_provides_opportunities_to_learn_the_vocabulary:r5e,short_term_memory_long_term_memory_listening_reading_processing_speed:c5e,idea_bank:l5e,i_learn_best_when_my_teacher_provides_a_pre_prepared_list_of_ideas_for_me_to_chose_from:d5e,developing_ideas_starting_tasks_time_management:u5e,exemplars:m5e,i_learn_best_when_my_teacher_provides_examples_of_what_successfully_completed_work_looks_like_for_different_levels_of_performance:h5e,developing_ideas_planning_starting_tasks_studying:g5e,organization_time:p5e,i_learn_best_when_my_teacher_provides_time_for_me_to_organize_materials_and_or_plan_next_steps:y5e,time_management_organization_of_materials_developing_ideas_planning_starting_tasks_stress_and_anxiety:f5e,i_learn_best_when_my_teacher_schedules_regular_1_to_1_time_with_me:w5e,multimodal_answers:v5e,i_learn_best_when_i_can_show_my_understanding_in_varied_ways_like_sketching_presentation_or_a_short_video_relaying_information_etc:$5e,starting_tasks_finishing_tasks_self_advocacy_long_term_memory:b5e,peer_teaching_group_work:k5e,i_learn_best_when_i_can_peer_teach_or_practise_with_peers:I5e,studying_listening_processing_speed_long_term_memory:x5e,extra_time_to_complete_assessments:C5e,extra_time_to_process_spoken_information_and_directions:S5e,extra_breaks_as_needed:A5e,use_of_a_computer_without_internet_access_or_word_processor_on_assessments:E5e,audio_versions_of_assessments:q5e,access_to_a_reader_for_assessments:T5e,speech_to_text_software_for_assessments:P5e,access_to_a_scribe_for_assessments:R5e,audio_recording_of_answers_for_assessments:L5e,break_up_larger_timed_assessments_over_several_days:j5e,take_tests_in_a_quiet_room_with_few_distractions:N5e,take_tests_in_a_small_group_setting:M5e,assign_seating_where_the_student_is_likely_to_learn_best:G5e,the_use_of_sensory_tools_during_class:z5e,special_lighting:D5e,use_of_a_computer_or_word_processor_to_take_notes:F5e,use_of_a_calculator_when_normally_not_allowed_one:B5e,use_of_a_spelling_dictionary_or_spellchecker:O5e,copies_of_class_notes:V5e,written_copy_of_any_instructions:H5e,visuals_and_graphics_to_accompany_any_new_information_delivered_verbally:W5e,ability_to_record_lessons:X5e,increase_text_size_to_a_larger_format:Y5e,provide_alternative_formats_other_than_reading_when_learning_new_information:Z5e,provide_alternative_formats_other_than_listening_when_learning_new_information:U5e,great_let_s_build_your_goal:J5e,what_do_you_want_to_be_different_about_your_learning_select_a_category_or_type_your_own_idea:Q5e,choose_my_goal_area:K5e,nice_choice_what_area_of_well_being_would_you_like_to_work_on:eOe,let_s_get_more_specific_select_an_area_or_type_your_own_idea:_Oe,add_more_details_to_your_goal:tOe,remember_goals_should_be_smart:sOe,specific_measurable_achievable_ambitious_relevant_and_time_based:nOe,perfect_let_s_narrow_this_down_time_to_add_more_details_to_your_goal:oOe,select_a_goal_or_type_your_own:aOe,now_let_s_pick_your_targets:iOe,how_do_you_plan_to_accomplish_this_goal:rOe,customize_the_options_below_or_type_your_own_these_will_become_your_short_term_targets:cOe,keep_going:lOe,add_target:dOe,where_are_you_now_what_does_this_look_like_for_you_at_the_moment:uOe,this_helps_you_track_your_progress:mOe,finished:hOe,i_will_create_a_sleep_routine:gOe,i_will_set_an_alarm_to_remind_me_to_start_my_routine:pOe,i_will_put_my_electronics_away_1_hour_before_it_is_time_for_me_to_sleep:yOe,i_will_set_my_phone_to_focus_or_do_not_disturb_mode_for_an_hour_before_bedtime_and_until_my_morning_alarm:fOe,i_will_choose_relaxing_activities_1_hour_before_bedtime_such_as_reading_meditating_yoga_or_listening_to_music:wOe,i_will_get_out_of_bed_at_the_same_time_each_day:vOe,i_will_only_press_snooze_one_time_each_morning:$Oe,i_will_have_everything_packed_or_set_out_for_the_next_day_before_going_to_sleep:bOe,i_will_go_to_bed_on_time:kOe,i_will_do_this_at_least_4_out_of_5_times_this_week:IOe,i_will_wake_up_on_time:xOe,i_will_create_a_short_routine_for_the_morning_that_gets_me_excited_for_the_day:COe,i_will_set_an_alarm_to_remind_me_to_get_ready_for_sleep_1_hour_before_bedtime:SOe,i_will_set_a_morning_alarm_that_gives_me_plenty_of_time_to_get_ready_for_school:AOe,i_will_read_for_20_minutes_before_bed:EOe,i_will_meditate_or_listen_to_relaxing_music_before_going_to_sleep:qOe,i_will_create_a_morning_routine_to_be_ready_for_the_day:TOe,i_will_research_ideas_for_a_morning_routine:POe,i_will_present_my_ideas_to_my_teacher_or_other_person:ROe,i_will_map_out_my_routine_on_paper_or_in_my_phone:LOe,i_will_start_my_routine_at_the_same_time_every_morning:jOe,i_will_create_an_evening_routine_to_get_me_ready_for_bed:NOe,i_will_research_ideas_for_an_evening_routine:MOe,i_will_do_this_routine_5_out_of_5_school_nights_this_week:GOe,i_will_get_at_least_8_hours_of_sleep_each_night:zOe,i_will_practice_meditation:DOe,i_will_find_choose_a_meditation_app_or_resource_to_use:FOe,i_will_challenge_myself_to_meditate_for_x_number_of_days_in_a_row:BOe,i_will_choose_a_daily_time_to_meditate_and_set_an_alarm_to_remind_me:OOe,i_will_meditate_at_least_x_out_of_x_days_this_week:VOe,i_will_start_an_exercise_routine:HOe,i_will_find_a_friend_to_exercise_with_each_week:WOe,i_will_choose_the_type_of_exercise_to_add_to_my_routine:XOe,i_will_share_my_routine_with_a_friend_or_trusted_adult:YOe,i_will_add_my_exercise_times_to_my_planner_or_calendar:ZOe,i_will_exercise_daily:UOe,i_will_exercise_at_least_x_out_of_x_days_this_week:JOe,i_will_understand_the_cause_of_my_stress:QOe,i_will_talk_to_my_teacher_or_counselor_about_things_that_bother_me_or_make_me_stressed:KOe,i_will_identify_and_talk_with_someone_i_trust_about_how_i_am_feeling:e9e,i_will_pause_when_i_m_feeling_stressed_to_identify_what_is_causing_the_stress:_9e,i_will_learn_what_is_and_is_not_in_my_circle_of_control:t9e,i_will_acknowledge_when_i_am_approaching_a_potentially_stressful_situation:s9e,i_will_learn_about_coping_skills:n9e,i_will_talk_to_my_teacher_or_counselor_about_coping_skills_they_think_will_be_helpful_for_me:o9e,i_will_choose_a_coping_skill_to_practice_when_i_feel_i_am_becoming_stressed:a9e,i_will_use_a_coping_strategy_when_i_am_stressed_x_number_of_times_this_week:i9e,i_will_start_journaling_my_thoughts_and_feelings:r9e,i_will_do_this_at_least_x_out_of_x_days_this_week:c9e,i_will_get_outside_or_in_nature:l9e,i_will_make_time_for_something_fun:d9e,i_will_make_time_for_being_still_and_quiet:u9e,increase_my_mindfulness:m9e,i_will_take_minibreaks_throughout_the_day:h9e,i_will_decide_what_types_of_breaks_help_me_the_most:g9e,i_will_set_alarms_to_remind_myself_to_take_a_break:p9e,i_will_take_a_break_every_hour:y9e,i_will_take_a_break_every_90_minutes:f9e,i_will_take_x_number_of_breaks_a_day:w9e,create_relaxation_opportunities:v9e,i_will_use_visualization_to_help_me_relax:$9e,i_will_learn_about_visualization:b9e,i_will_set_an_alarm_to_remind_me_to_practice_visualization:k9e,i_will_decide_what_this_practice_will_look_like_for_me:I9e,i_will_do_deep_breathing_exercises:x9e,i_will_research_and_learn_breathing_exercises_to_try:C9e,i_will_set_an_alarm_to_remind_me_to_practice_my_breathing_exercises:S9e,i_will_listen_to_relaxing_music:A9e,i_will_find_or_create_a_playlist_that_i_find_relaxing:E9e,i_will_add_listening_music_to_my_evening_routine:q9e,i_will_practice_yoga:T9e,i_will_find_a_class_youtube_channel_or_app_to_use:P9e,i_will_challenge_myself_to_practice_yoga_for_x_number_of_days_in_a_row:R9e,i_will_choose_a_daily_time_to_practice_yoga_and_set_an_alarm_to_remind_me:L9e,i_will_do_an_art_project_that_is_enjoyable:j9e,i_will_find_a_relaxing_art_activity_to_try:N9e,i_will_choose_a_time_to_do_my_art_each_week_and_set_reminders:M9e,i_will_tell_someone_about_my_new_art_project:G9e,keeping_fit:z9e,i_will_exercise_more:D9e,i_will_join_a_sports_team_or_club:F9e,i_will_find_out_what_is_available_at_my_school:B9e,i_will_choose_one_that_interests_me:O9e,i_will_take_care_of_any_paperwork_to_join:V9e,i_will_participate_in_the_tryout_or_application_process:H9e,i_will_attend_all_the_practices:W9e,i_will_learn_a_new_sport_or_activity:X9e,i_will_research_new_sports_or_activities_that_might_interest_me:Y9e,i_will_choose_a_new_sport_or_activity_to_learn:Z9e,i_will_see_if_anyone_i_know_would_like_to_try_this_new_activity_with_me:U9e,i_will_gather_the_needed_gear_to_learn_this_activity:J9e,i_will_research_the_rules_and_methods_for_this_activity:Q9e,i_will_find_groups_who_participate_in_this_activity_to_join:K9e,i_will_research_potential_challenges_that_interest_me:eVe,i_will_choose_a_challenge_to_complete:_Ve,i_will_set_a_time_each_week_or_day_to_do_this_challenge:tVe,i_will_set_an_alarm_to_remind_me_to_do_this_challenge:sVe,i_will_sign_up_for_a_race:nVe,i_will_research_different_races_and_events_happening_in_my_area_in_the_next_few_months:oVe,i_will_choose_one_to_complete_and_talk_to_my_parents_guardians_about_participating:aVe,i_will_sign_up_if_i_have_permission_from_my_parents_guardians:iVe,i_will_create_a_training_schedule_to_prepare_for_my_race:rVe,i_will_set_reminders_for_my_training_schedule:cVe,i_will_create_an_at_home_exercise_routine:lVe,i_will_take_an_inventory_of_what_exercise_equipment_i_have_access_to_at_home:dVe,i_will_research_what_routines_and_exercises_i_can_do_with_my_equipment_at_home:uVe,i_will_find_a_youtube_channel_or_app_to_use_for_my_workouts:mVe,i_will_set_a_schedule_for_my_routine:hVe,i_will_set_reminders_for_my_routine:gVe,i_will_join_and_go_to_a_gym:pVe,i_will_research_gyms_in_my_area:yVe,i_will_choose_a_gym_that_i_can_pay_for_and_get_my_parent_guardians_permission:fVe,i_will_go_to_the_gym_and_get_a_membership:wVe,i_will_learn_about_the_equipment_programs_and_classes_available_at_my_gym:vVe,i_will_decide_what_my_routine_will_be_when_i_visit_the_gym:$Ve,i_will_schedule_times_to_go_to_the_gym_on_my_phone:bVe,i_will_go_to_the_gym_x_out_of_x_days_this_week:kVe,eating_healthier:IVe,i_will_add_more_fruits_and_veggies_into_my_diet:xVe,i_will_swap_x_for_x_when_i_go_out_to_eat:CVe,i_will_limit_my_sugary_drinks:SVe,i_will_drink_more_water:AVe,i_will_fill_up_my_water_bottle_x_number_of_times_each_school_day:EVe,i_will_learn_to_cook_simple_meals:qVe,i_will_go_to_the_store_to_buy_the_missing_ingredients_on_my_list:TVe,i_will_follow_the_recipe_and_share_my_meal_with_a_family_member_or_friend:PVe,improve_my_timekeeping_not_late_for_school_class:RVe,i_will_add_buffer_time_to_my_schedule_in_the_morning_to_make_sure_i_get_to_school_on_time:LVe,i_will_set_alarms_or_calendar_alert_on_my_phone_to_remind_me_to_go_to_my_next_class:jVe,i_will_set_an_alarm_to_tell_me_5_minutes_before_i_need_to_leave_for_school:NVe,i_will_put_my_school_schedule_in_a_planner_or_on_my_phone:MVe,making_friends:GVe,i_will_join_a_club_or_sports_team:zVe,i_will_attend_all_the_practices_or_meetings:DVe,i_will_find_someone_with_a_common_interest:FVe,i_will_ask_someone_to_hang_out_outside_of_school:BVe,i_will_attend_events_or_parties_i_m_invited_to:OVe,i_will_eat_lunch_with_someone_i_want_to_get_to_know_better:VVe,i_will_learn_some_good_questions_to_ask_others_to_get_to_know_them:HVe,i_will_learn_how_to_engage_in_conversation_more:WVe,i_will_think_about_what_i_want_in_a_friend:XVe,i_will_think_about_what_it_means_to_be_a_good_friend:YVe,i_will_share_this_thoughts_with_someone:ZVe,joining_a_club_sport:UVe,i_will_choose_a_club_to_join:JVe,i_will_attend_all_the_meetings:QVe,i_will_choose_a_sport_to_try_out_for:KVe,learning_a_new_activity:eHe,i_will_choose_a_new_activity_to_learn:_He,i_will_gather_the_needed_supplies_to_learn_this_activity:tHe,i_will_practice_or_play_my_new_activity_at_least_x_out_of_x_times_this_week:sHe,improve_homework:nHe,i_will_turn_in_my_homework_on_time:oHe,i_will_turn_in_high_quality_homework:aHe,work_on_longterm_assignments_planned_and_making_progress:iHe,i_will_set_up_a_study_work_plan_for_long_term_projects:rHe,studying_for_tests_routines_and_effective_study_strategies:cHe,i_will_set_up_a_study_work_plan_for_tests:lHe,make_notes_in_class_high_quality_organised:dHe,i_will_take_notes_digital_paper_in_class_and_organise_them_in_a_folder_notebook_for_each_of_my_core_key_classes:uHe,i_will_research_note_taking_methods:mHe,improve_grade_in_x_subject_by_x_amount:hHe,i_will_review_material_from_class_an_additional_on_top_of_as_well_as_not_including_homelearning:gHe,study_x_amount_of_time_on_x_subject_x_times_hours_a_week:pHe,finish_work_early_and_check_against_instructions_rubric_then_edit:yHe,improve_the_quality_grades_of_homelearning_assignments:fHe,create_a_regular_study_homework_schedule:wHe,i_will_create_a_schedule_for_my_week_detailing_study_days_times_and_how_long_i_will_study_by_x_date:vHe,improve_email_google_drive_calendar_or_planner_organization:$He,i_will_check_my_inbox_unread_emails_at_least_x_times_a_week_and_reply_if_necessary:bHe,i_will_create_folders_labels_and_organise_emails_into_the_correct_ones:kHe,i_will_create_folders_for_each_subject_and_organsie_docs_into_the_correct_folders:IHe,create_reminders_or_calendar_events_for_important_events_deadlines_study_times:xHe,i_will_create_reminders_or_calendar_events_for_my_most_important_events_deadlines_or_study_sessions_immediately_or_as_soon_as_i_can:CHe,create_a_longterm_assignment_planner:SHe,i_will_evaluate_my_progress_and_adjust_how_long_i_will_study_by_x_date:AHe,improve_my_todo_list_habits:EHe,i_will_add_tasks_to_my_todo_list_immidietly_or_as_soon_as_i_can_and_review_it_3_times_a_week:qHe,i_will_create_a_schedule_for_longterm_assihnments_detailing_study_days_times_and_how_long_i_will_study_by_x_date:THe,i_will_take_notes_digital_paper_in_class_and_organise_them_in_a_folder_notebook_for_all_my_classes:PHe,keep_devices_off_on_silent_or_put_away_in_class:RHe,keep_devices_off_on_silent_or_put_away:LHe,keep_devices_off_on_silent_or_put_away_during_study_time:jHe,i_will_create_a_routine_for_transitioning_study_time:NHe,set_a_schedule_on_my_phone_on_focus_or_do_not_disturb_during_class_times:MHe,set_a_schedule_on_my_phone_on_focus_or_do_not_disturb_during_planned_study_times:GHe,reduce_or_limit_time_spent_on_social_media:zHe,i_will_set_up_time_limits_on_my_apps_or_websites:DHe,i_will_set_a_timer_when_i_am_taking_a_break_on_social_media:FHe,increase_engagement_in_class:BHe,avoid_distracting_websites_other_tasks_in_class:OHe,i_will_pay_attention_to_the_instructions_in_class:VHe,i_will_actively_participate_in_class_more:HHe,i_will_participate_more_in_class_activities:WHe,i_will_ask_questions_in_class_related_to_the_topic_to_improve_my_understanding_learning:XHe,i_will_volunteer_to_answer_questions_in_class_more:YHe,avoid_distracting_websites:ZHe,i_will_set_up_time_limits_for_distracting_website_via_a_chrome_extension:UHe,i_will_close_all_tabs_not_related_to_my_task:JHe,getting_help_when_needed:QHe,i_will_meet_with_my_teacher_outside_of_class_when_i_need_help:KHe,i_will_email_my_teacher_when_i_need_help:eWe,i_will_ask_questions_in_class_when_i_do_not_know_what_to_d:_We,understanding_my_accommodations:tWe,i_will_know_and_understand_my_accommodations:sWe,i_will_ask_for_my_accommodations_when_i_need_them_in_class:nWe,i_will_tell_my_case_manager_when_i_no_longer_need_an_accommodations:oWe,i_will_talk_to_my_case_manager_when_i_feel_i_need_additional_or_different_accommodations:aWe,procrastination:iWe,planning_ahead:rWe,i_will_spend_x_amount_of_time_x_times_a_week_on_longterm_projects:cWe,i_will_plan_tasks_for_the_week_on_monday_or_the_friday_before:lWe,i_will_add_task_to_my_planner_when_assigned_in_class:dWe,task_initiation:uWe,i_will_start_tasks_on_the_day_given_and_finish_if_time_allows:mWe,i_will_finish_tasks_early_or_before_they_are_due:hWe,my_thoughts_and_feelings_are_important:gWe,today:pWe,this_week:yWe,this_month:fWe,male:wWe,female:vWe,type_something_to_search_students:$We,assign_for_selected_students:bWe,assistant_email:kWe,counselor_email:IWe,support_teacher_email:xWe,add_new_answer:CWe,edit_template:SWe,add_questions:AWe,edit_email_template:EWe,contact_mail:qWe,announcements:TWe,schedule_information:PWe,welcome_new_teacher_assistant:RWe,contact_request:LWe,welcome_new_teacher:jWe,welcome_new_student:NWe,welcome_new_assistant:MWe,welcome_new_parent:GWe,welcome_new_edu_teacher:zWe,forgot_password:DWe,welcome_new_counselor:FWe,user_first_name:BWe,user_last_name:OWe,password:VWe,message:HWe,domain:WWe,basic:XWe,premium:YWe,enterprise:ZWe,are_you_sure_to_request_to_change_to_this_plan:UWe,images:JWe,audios:QWe,docs:KWe,videos:e6e,auto_save_after_every_1_min:_6e,no_user_to_display:t6e,on_a_scale_from_0_10_how_likely_are_you_to_recommend_us_to_a_friend_or_colleague:s6e,not_likely_at_all:n6e,extremely_likely:o6e,uwcsea_sg_climate_survey_connections_with_adults_and_peers:a6e,uwcsea_sg_climate_survey_do_you_need_some_extra_help_or_support:i6e,uwcsea_sg_climate_survey_my_health_and_wellbeing:r6e,uwcsea_sg_climate_survey_open_ended_questions:c6e,uwcsea_sg_climate_suvey_holistic_learning_experiences:l6e,import_email_by_csv:d6e,single_choice:u6e,multiple_choice:m6e,text_input:h6e,emotional:g6e,summarize:p6e,rating:y6e,learning_strategy:f6e,drop_down:w6e,happiness_intervetion:v6e,sdq_standard:$6e,diversity_equity_inclusion_and_justice:b6e,climate_survey:k6e,intervention_safety:I6e,intervention_stress:x6e,safety_at_home:C6e,wellbeing:S6e,depression_questions:A6e,level_1_learners_goal_conference:E6e,level_1_learners_balanced_conference:q6e,level_1_learners_habits_and_attitudes_towards_learning_conference:T6e,level_2_learners_digital_citizenship:P6e,level_1_learners_digital_citizenship:R6e,level_2_learners_communication:L6e,level_1_learners_communication:j6e,level_2_learners_collaboration:N6e,level_1_learners_collaboration:M6e,level_2_learners_self_directed_learning:G6e,level_2_learners_self_management_skills:z6e,level_1_learners_self_management_skills:D6e,level_2_learners_self_advocacy:F6e,level_1_learners_self_advocacy:B6e,level_2_learners_self_awareness:O6e,level_1_learners_self_awareness:V6e,level_2_learners_learning_and_study_skills:H6e,level_1_learners_learning_and_study_skills_session:W6e,level_2_learners_organization:X6e,level_1_learners_organization_session:Y6e,level_2_learners_goal_conference:Z6e,level_2_learners_habits_and_attitudes_towards_learning_conference:U6e,level_2_learners_balanced_conference:J6e,level_2_learners_goal_s_session:Q6e,level_1_learners_goal_s_session:K6e,level_2_learners_study_strategies_session:eXe,level_2_learners_academic_session:_Xe,level_1_learners_academic_session:tXe,level_2_learners_habits_and_attitudes_towards_learning_session:sXe,level_1_learners_habits_and_attitudes_towards_learning_session:nXe,level_2_learners_general_session:oXe,level_1_learners_general_sessio:aXe,social_and_emotional_learning:iXe,end_of_class_reflection_questions:rXe,impulse_control_self_monitoring:cXe,planning_problem_solving:lXe,teacher_sense_of_self_efficacy_tses:dXe,general_strategies_for_learning_gsl:uXe,focusing_attention:mXe,memory:hXe,responsible_decision_making:gXe,social_awareness:pXe,relationship_skills:yXe,habits_and_attitudes_towards_learning_hal:fXe,end_of_conference_questions:wXe,life_skills:vXe,health_and_fitness:$Xe,executive_functions:bXe,study_skills:kXe,metacognitive_self_regulation:IXe,educational_satisfaction:xXe,default_session_questions:CXe,test_question_category_1:SXe,are_you_a_boarder_or_day_student:AXe,before_i_make_a_decision_i_consider_the_consequences:EXe,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:qXe,how_would_you_describe_your_religious_beliefs:TXe,how_would_you_describe_your_sexual_orientation:PXe,i_actively_pursue_activities_that_align_with_my_passions_and_values:RXe,i_always_have_someone_to_eat_lunch_with:LXe,i_am_alone_more_often_than_i_would_like:jXe,i_am_happy_with_the_marks_i_get_at_school:NXe,academics_homework_studying_and_grades:MXe,growth_improvement_in_study_habits_grades_sports_clubs_or_personal_projects:GXe,productivity_accomplishing_important_tasks_and_limiting_distractions:zXe,relationships_family_friends_and_teachers:DXe,anything_else_you_want_to_tell_your_teacher:FXe,did_you_bring_what_you_needed_for_this_class:BXe,did_you_complete_all_the_classwork_for_today_s_class:OXe,did_you_have_your_materials_ready_at_the_start_of_class_time:VXe,do_you_have_any_missing_assignments_for_this_class:HXe,assign_bulk:WXe,assign_bulk_student:XXe,instruction:YXe,name_is_required:ZXe,instruction_is_required:UXe,add_item:JXe,conference_rubric_items_is_empty:QXe,blank_row_or_column:KXe,question_list:eYe,question_is_required:_Ye,select_skill:tYe,type_and_press_enter_to_add_new_row:sYe,do_you_want_to_remove_this_row:nYe,do_you_want_to_remove_this_custom_alert:oYe,remove_custom_alert_successfully:aYe,do_you_want_to_remove_this_skill:iYe,remove_skill_successfully:rYe,do_you_want_to_remove_this_subject:cYe,remove_subject_successfully:lYe,do_you_want_to_remove_this_learning_support_category:dYe,remove_learning_support_category_successfully:uYe,do_you_want_to_remove_this_learning_strategy:mYe,remove_learning_strategy_successfully:hYe,cant_delete_question:gYe,do_you_want_to_remove_this_goal_example:pYe,remove_question_successfully:yYe,do_you_want_to_remove_this_badge:fYe,remove_badge_successfully:wYe,do_you_want_to_remove_this_blank_day:vYe,remove_blank_day_successfully:$Ye,do_you_want_to_remove_this_band_score:bYe,remove_band_score_successfully:kYe,is_used:IYe,time_oneRoster_sync_hh:xYe,small_text:CYe,medium_text:SYe,large_text:AYe,edit_parent_1_information:EYe,edit_parent_2_information:qYe,last_1_1:TYe,how_would_you_rate_your_chances_of_achieving_this_goal:PYe,add_name:RYe,activity_list:LYe,select_academic_year:jYe,a_number_of_staff:NYe,staffs:MYe,how_are_you_today:GYe,what_was_the_purpose_or_focus_of_today_s_class:zYe,header_1:DYe,header_2:FYe,header_3:BYe,header_4:OYe,header_5:VYe,header_6:HYe,staying_focused:WYe,text_input_question:XYe,vs_last_year:YYe,leave_page:ZYe,how_much_did_reflecting_during_this_session_help_your_learning_improve:UYe,last_1_1_conversation:JYe,student_has_started_this_conference_are_you_sure_to_delete:QYe,student_has_started_this_check_in_are_you_sure_to_delete:KYe,student_has_not_started_this_one_to_one_are_you_sure_to_delete:eZe,"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 ساعة، فيمكنك طلب تسجيل حضور جديد أو بدء المحادثة من خلال عرض النتائج","select_a_student_and_start_a_1-1_conversation_from_a_check-in_or_ask_the_student_to_check-in_before":"حدد الطالب وابدأ محادثة فردية من تسجيل الحضور أو اطلب من الطالب تسجيل الحضور قبل ذلك",my_accommodations:_Ze,accommodation_set:tZe,add_new_accommodation:sZe,print_my_accommodations:nZe,my_learning_progress:oZe,"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.":"هنا يمكن لمعلمك تعديل أو إضافة تفاصيل تسهيلاتك الخاصة. يرجى ملاحظة أنه يمكنك الاطلاع على المعلومات، ولكن لإجراء أي تعديلات أو إضافات، يرجى التواصل مع معلمك مباشرة.","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.":"هذه نسخة تجريبية جديدة كليًا لرحلة التعلم الشخصية الخاصة بك. يمكنك التفكير فيما تحب أن تفعله وكيف تحب أن تتعلم. ننصحك بالقيام بذلك تدريجيًا لكل قسم وزيارته مرة واحدة في الشهر.",responses_comparisons:aZe,dropdown_and_verbal_questions_responses:iZe,mario_tools:rZe,customize:cZe,techical_settings:lZe,data_import_export:dZe,inactive_students:uZe,weekly_quests:mZe,admin_general_tips:hZe,school_usage:gZe,total_conversations_time:pZe,total_class_reflections:yZe,grade_usage:fZe,total_conversations:wZe,impersonate:vZe,hi:$Ze,transition_plan:bZe,updated_on:kZe,print_my_learning_plan:IZe,print_student_learning_plan:xZe,print_my_transition_plan:CZe,about_me:SZe,name_your_interest:AZe,add_more_detail_to_your_interest:EZe,create_interest:qZe,"your_interest_has_been_successfully_created_!":"لقد تم إنشاء مجال اهتمامك بنجاح!",view_plp:TZe,my_current_plp:PZe,my_learning_strategies:RZe,add_new_interest:LZe,add_new_challenge:jZe,add_new_strength:NZe,add_new_idea:MZe,add_new_people:GZe,add_new_tool:zZe,add_new_strategy:DZe,add_new_dream:FZe,my_support_network:BZe,add_person:OZe,closer_family:VZe,family:HZe,mentors:WZe,tutors:XZe,my_timeline:YZe,add_milestone:ZZe,add_test:UZe,"you_haven't_added_any academic_milestones_yet":"لم تقم بإضافة أي إنجازات أكاديمية بعد","you_haven't_added_any_tests_yet":"لم تقم بإضافة أي اختبارات حتى الآن",colleges:JZe,"you_haven't_added_any_colleges_yet":"لم تقم بإضافة أي كليات بعد",add_colleges:QZe,my_transition_plan:KZe,academic_milestones:e8e,tests:_8e,academic_and_career_interests:t8e,you_havent_added_any_interests_yet:s8e,add_a_plan:n8e,extra_curricular_activities:o8e,"you_haven't_added_any_activities_yet":"لم تقم بإضافة أي أنشطة بعد",add_new_activity:a8e,courses:i8e,"you_haven't_added_any_courses_yet":"لم تقم بإضافة أي دورات بعد",add_new_courses:r8e,"standardized_tests_/_exams":"الاختبارات/الامتحانات الموحدة","potential_career_training_courese_/_colleges":"الكليات/الدورات التدريبية المهنية المحتملة","you_haven't_added_any_courses_/_colleges_yet":"لم تقم بإضافة أي كليات/دورات بعد","add_new_courese_/_college":"إضافة دورات/كلية جديدة",add_new_college:c8e,"you_haven't_added_any_references_yet":"لم تقم بإضافة أي مراجع بعد",references:l8e,resources_for_my_future:d8e,"you_haven't_added_any_resources_yet":"لم تقم بإضافة أي موارد بعد",add_new_resources:u8e,my_essays:m8e,"you_haven't_added_any_essays_yet":"لم تقم بإضافة أي مقالات بعد",add_essay:h8e,learning_portfolios:g8e,"you_haven't_added_any_learning_portfolios_yet":"لم تقم بإضافة أي حافظات تعليمية بعد",add_portfolio:p8e,financial_planning:y8e,"you_haven't_added_any_plans_yet":"لم تقم بإضافة أي خطط بعد",add_new_plan:f8e,"students_shaded_red_have_an_incomplete_check-_in":"الطلبة المميزون باللون الأحمر لديهم تسجيل حضور غير مكتمل",rows_per_page:w8e,anonymous_link:v8e,select_ratings_of_questions:$8e,select_responses_distribution:b8e,you_can_only_select_one_question_per_time:k8e,number_of_answers:I8e,my_interests:x8e,i_like_to_know_more_about:C8e,my_strengths:S8e,my_challenges:A8e,i_can_help_myself_by:E8e,my_teacher_can_help_me_by:q8e,other_people_who_can_help_me_are:T8e,tools_things_that_can_help_me_are:P8e,my_goals:R8e,my_goals_and_targets:L8e,my_hopes_and_dreams:j8e,missing_grade:N8e,grade_must_be_equal_or_greater_than_grade_level_1:M8e,you_havent_added_any_challenges_yet:G8e,you_havent_added_any_strengths_yet:z8e,you_havent_added_any_idea_yet:D8e,you_havent_added_any_people_yet:F8e,you_havent_added_any_tools_yet:B8e,you_havent_added_any_strategies_yet:O8e,you_havent_added_any_goals_and_targets_yet:V8e,you_havent_added_any_hopes_and_dreams_yet:H8e,ways_I_learn_best:W8e,your:X8e,interest:Y8e,strength:Z8e,challenge:U8e,idea:J8e,people:Q8e,tool:K8e,dream:eUe,person:_Ue,more_detail_to:tUe,my_support:sUe,network:nUe,my_current_PLP:oUe,view_PLP:aUe,current_accommodation:iUe,goal_date:rUe,you_havent_added_any_item_yet:cUe,passing_date:lUe,college:dUe,visit:uUe,application:mUe,a_plan:hUe,interests:gUe,activities:pUe,test_exam:yUe,course:fUe,resources:wUe,essay:vUe,essays:$Ue,plans:bUe,total_of:kUe,diagnostic_survey:IUe,selected_questions:xUe,available_questions:CUe,are_you_sure_you_want_to_inactive_students:SUe,data_for_the_last_month:AUe,number_of_questions:EUe,no_item_to_display:qUe,template:TUe,assessment:PUe,assignment_result:RUe,certificate:LUe,learning_support_category:jUe,feedback:NUe,suggestion:MUe,tutorial_screen:GUe,reflection_forms:zUe,select_question_to_add:DUe,"this_survey_was_sent._all_survey_links_that_were_sent_will_be_invalid._are_you_sure_to_delete_it":"تم إرسال هذا الاستطلاع. جميع روابط الاستطلاع التي تم إرسالها ستكون غير صالحة. هل أنت متأكد من رغبتك بحذفه",student_grade_not_found:FUe,name_your_person:BUe,type_your_person:OUe,create_person:VUe,january:HUe,february:WUe,march:XUe,april:YUe,may:ZUe,june:UUe,july:JUe,august:QUe,september:KUe,octorber:e7e,november:_7e,december:t7e,private:"خاص",complete:s7e,select_user:n7e,ended_in_less_than_one_hour:o7e,my_sandbox:a7e,number_students_are_unmotivated:i7e,number_students_are_comfort:r7e,number_students_are_stretch:c7e,number_students_are_strain:l7e,number_students_are_overwhelmed:d7e,check_in_with_teacher_name:u7e,all_of_the_students_marked_as_feeling_safe:m7e,soft:h7e,ascending:g7e,descending:p7e,empty:y7e,you_have_completed_all_of_the_weekly_quests:f7e,good_job:w7e,if_you_have_responded_to_all_question_press_the_done_button_to_complete_check_in:v7e,check_in_finished:$7e,are_you_ready_to_submit:b7e,you_filled_out_check_in_in_the_check_in_section:k7e,continue:"متابعة",good_job_you_filled_out_support_network_in_the_my_support_network_section:I7e,good_job_you_filled_out_learning_strategies_in_the_my_learning_strategies_section:x7e,"total_1-1_conversations":"إجمالي المحادثات 1-1",default_question_one_to_one_list:C7e,is_default_question:S7e,is_class_reflection_question:A7e,yes_no_question:E7e,number_of_stars:q7e,emotion_icon:T7e,add_new_sub_question:P7e,sub_questions:R7e,are_you_sure_to_delete:L7e,edit_1_1:j7e,wellness:N7e,environment_safety:M7e,sleeping:G7e,eating:z7e,learning:D7e,getting_help:F7e,exercising:B7e,being_calm:O7e,home:V7e,school:H7e,online:W7e,learning_in_class:X7e,home_learning:Y7e,destinations:Z7e,select_csv:U7e,import_class_reflections:J7e,type_question:Q7e,edit_destination:K7e,create_destination:eJe,total_of_destination:_Je,general_info:tJe,file_extension:sJe,todays:nJe,add_to_do:oJe,edit_to_do:aJe,description_optional:iJe,do_you_want_delete_this_goal:rJe,my_to_do:cJe,set_your_to_do:lJe,your_daily_motivation:dJe,my_1_1:uJe,student_learning_plans:mJe,sign_out:hJe,topic:gJe,comment:pJe,willingness_to_do_your_best_learning:yJe,not_done_yet:fJe,not_chosen_yet:wJe,loading:vJe,i_organize_myself_for_success_by:$Je,i_know_i_am_doing_my_best_because:bJe,i_know_i_feel_ready_to_learn_when:kJe,go_to_plp:IJe,go_to_personal_learning_plan:xJe,create_qr_code:CJe,warning_email:SJe,"1_1_sessions":"جلسات فردية",filter_by_students:AJe,search_for_students:EJe,sort_by:qJe,recently:TJe,most_positive:PJe,least_positive:RJe,back_to:LJe,this_session_can_be_edit_by_user_change_session:jJe,type_your_answer_here:NJe,take_notes_and_get_suggestions_from_our_MARIO_support_bot:MJe,scaffolding_is_on:GJe,scaffolding_is_off:zJe,see_all_suggestions:DJe,scaffolding:FJe,session_finished:BJe,do_you_want_to_start_now_or_book_later:OJe,new_1_1s:VJe,book_1_1s:HJe,select_session_type:WJe,new_conferences:XJe,my_personal_interests:YJe,i_find_it_difficult_when:ZJe,take_the_quiz:UJe,collapse:JJe,expand:QJe,created_on:KJe,updated:eQe,notifications:_Qe,mark_all_as_read:tQe,filter:sQe,read:nQe,unread:oQe,is_read:aQe,go_to_session:iQe,go:rQe,meetings:cQe,student_profile:lQe,booked_times:dQe,session_are_booked_as_10_minute_slots:uQe,conference_finished:mQe,back_to_conferences:hQe,unfinished:gQe,back:pQe,select_your_status:yQe,my_safety:fQe,working_on_it:wQe,not_started_keep:vQe,total_of_rubrics:$Qe,select_question_category:bQe,default_question_conference_list:kQe,create_rubric:IQe,type_something_to_search_rubric:xQe,prev:CQe,select_the_grade:SQe,class_qr_codes:AQe,title_is_required:EQe,the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in:qQe,this_conference_will_be_deleted_from_all_databases_are_you_sure_you_want_to_continue:TQe,check_in_and_1_1s:PQe,my_check_in_and_1_1s:RQe,book_for_later:LQe,check_ins_home:jQe,start_your_check_in_and_you_can_also_request_a_conversation_with_your_teacher_after:NQe,set_your_goals:MQe,show_pending_conversations:GQe,check_in_sessions:zQe,this_initial_step_activates_your_1_on_1_conversation_setting_the_stage_for_personal_dialogue:DQe,check_in_session:FQe,"1_1_conversation_complete":"محادثة 1-1 مكتملة",check_in_complete:BQe,log_1_1_conversation:OQe,log_conversation_data:VQe,add_1_1_conversation_notes:HQe,save_data:WQe,please_select_date_1_1_conversation:XQe,please_write_something_to_this_1_1_conversation:YQe,data_1_1_conversation_cannot_exceed_300_characters:ZQe,check_in_session_title:UQe,i_have_nothing_to_add:JQe,check_in_session_finished:QQe,is_question_for_grade_1_2:KQe,"1_1_session":"جلسة 1-1",type_your_answer_here_e_g_i_met_my_friend:eKe,type_your_answer_here_e_g_my_best_friend_didnt_come_to_school:_Ke,save_1_1_log_note:tKe,no_need_for_it:sKe,conversation_saved:nKe,yes_view_student_goals:oKe,what_did_you_and_the_student_choose_as_an_action_step_would_you_like_to_add_it_as_a_goal:aKe,here_you_can_find_all_the_notes_and_1_1_conversations_logs_the_student_has:iKe,back_to_notes_and_logs:rKe,students_review:cKe,other_note:lKe,students_perceived_usefulness:dKe,student_feedback:uKe,note_category:mKe,select_note_category:hKe,save_note:gKe,type_the_main_focus_of_this_session:pKe,please_add_title_note:yKe,notes_and_logs:fKe,other_notes_from_the_conversation:wKe,share_your_thoughts:vKe,make_this_a_private_note:$Ke,environment_specific_safety:bKe,students_reported_feelings:kKe,well_being_indicators:IKe,readiness_trends:xKe,open_field_questions:CKe,number_of_students_with_at_least_one_very_low_metric:SKe,this_flags_if_the_student_is_not_ready_to_learn_or_has_at_least_one_success_or_readiness_to_learn_metrics_under_40:AKe,of_students_have_concerned_metrics:EKe,have_metrics_40:qKe,all_students_have_good_metrics:TKe,students_with_at_least_one_concerned_metric:PKe,concerned_metrics:RKe,concern_metrics:LKe,conversation_goal:jKe,target_monthly_conversation_goal_for_teachers:NKe,target_monthly_conversation_goal_for_counselors:MKe,conversations:GKe,are_not_ready_to_learn:zKe,check_in_date:DKe,educator:FKe,location:BKe,edit_my_profile:OKe,save_new_password:VKe,conversation_duration:HKe,please_set_time_1_1_conversation:WKe,negative_emotions:XKe,please_select_add_teacher_for_selected_student_first:YKe,choose_profile_picture:ZKe,choose_a_profile_picture_from_our_gallery_or_upload_your_own:UKe,select_a_picture:JKe,delete_checkin:QKe,delete_conference:KKe,are_you_sure_to_delete_this_check_in:ee_,are_you_sure_to_delete_this_conference:_e_,yes_im_sure:te_,teachers_list:se_,this_months_average_vs_last_month:ne_,manage_your_active_students_and_their_progress:oe_,staff_assigning:ae_,save_staff:ie_,add_student:re_,class_qr_code:ce_,edit_staff:le_,search_students_by_name_or_email:de_,all_grades:ue_,all_flags:me_,no_students_found:he_,why_are_you_not_ready_to_learn:ge_,delete_1_1:pe_,are_you_sure_to_delete_this_one_to_one:ye_,please_add_email:fe_,select_creator:we_,type_an_email_to_share:ve_,invalid_email_format:$e_,share:be_,personal_learning_plans:ke_,metrics_that_flagged:Ie_,teacher_emails:xe_,counselor_emails:Ce_,remove_bulk:Se_,personal_learning_plans_description:Ae_,last_updated:Ee_,transition_plans:qe_,transition_plans_description:Te_},Re_="Cuadro de mandos",Le_="Usuario",je_="Banco de preguntas",Ne_="Plantilla de correo electrónico",Me_="Flag Alerts",Ge_="Configurar",ze_="Galeria multimedia",De_="Lista de escuelas del distrito",Fe_="Exportar a PDF",Be_="Los datos se toman de la pantalla de inicio",Oe_="Asegúrese de que todo está correctamente configurado antes de exportar.",Ve_="Cancelar",He_="Hola",We_="Preparación para el aprendizaje",Xe_="Estrategias de aprendizaje de alto impacto",Ye_="Registro",Ze_="Registro de entrada",Ue_="Reflexión",Je_="Conferencias",Qe_="Seguridad",Ke_="Alumnos por edad",e__="Estudiantes por designación",___="Calendario",t__="Género",s__="Grado",n__="Grados",o__="Grado actual",a__="Nombre del alumno",i__="Nombre del profesor",r__="Fecha de inicio",c__="Fecha de finalización",l__='Es la representación de las respuestas individuales de los alumnos a sus propios sentimientos de Energía, Concentración, Felicidad, Seguridad y Estrés en el momento en que se administró. Nótese que las puntuaciones se establecen en una escala de 1 a 100, con la excepción del Estrés, cuya tensión óptima se establece en "0" para obtener una sensación de Alto Estrés frente a Bajo Estrés.',d__="El compuesto de estudiantes individuales que informan de su uso percibido de las Estrategias de Aprendizaje de Alto Impacto de John Hattie medido frente a la aplicación real con un profesor en total.",u__="El resultado compuesto de la encuesta completada por estudiantes individuales evaluando su propia percepción de rendimiento en las 6 áreas clave seguidas de 3 áreas específicas de bienestar a lo largo del tiempo.",m__="Los resultados de las encuestas enviadas a cualquier persona (externa o interna) que se relacione con el alumno para ayudarle a medir su rendimiento individual: Productividad, Felicidad, Energía, Concentración y Estrés a lo largo del tiempo.",h__='Se trata de la representación compuesta de las puntuaciones agregadas individuales situadas en la parte inferior de las Conferencias individuales realizadas entre Profesores y Alumnos a lo largo del tiempo. Nótese que las puntuaciones de "No aplicable" no se miden.',g__="La represenación visual de todas las respuestas de la pregunta en la que se pide a los alumnos que califiquen el nivel de seguridad que perciben para sí mismos en su escuela a lo largo del tiempo.",p__="La representación específica de los alumnos por sexo y curso en su centro.",y__="La representación compuesta de los alumnos por grados individuales en su escuela con designaciones específicas.",f__="Total 1 a 1",w__="Total Registro",v__="Total Registro",$__="Total Tiempo 1-a-1",b__="Total Conferencias",k__="Tiempo total de conferencias",I__="Total Clases Reflexión Check Ins",x__="Crear usuario",C__="Editar usuario",S__="Cambiar contraseña",A__="Escriba algo para buscar por nombre de usuario",E__="Total de usuarios",q__="Nombre",T__="Correo electrónico",P__="Edad",R__="Función",L__="Estado activo",j__="Acción",N__="Activo",M__="Inactivo",G__="Crear",z__="Actualizar",D__="Nombre",F__="Fecha de nacimiento",B__="Apellidos",O__="Funciones",V__="Estado",H__="Enviar enlace de olvido de contraseña",W__="Descargar datos de usuario",X__="Contraseña actual",Y__="Nueva contraseña",Z__="Confirmar contraseña",U__="Guardar",J__="Escriba la pregunta de búsqueda",Q__="Escriba algo para buscar la categoría",K__="Total de preguntas",et_="Crear pregunta",_t_="Editar pregunta",tt_="Tipo de pregunta",st_="Categoría",nt_="Subcategoría",ot_="question_text",at_="Texto",it_="Es una pregunta por defecto para uno a uno",rt_="Pregunta por defecto para alumnos o profesores",ct_="Es la pregunta por defecto clase general",lt_="Es la pregunta por defecto general para alumnos o profesores",dt_="Antes de la sesión",ut_="Editar alerta personalizada",mt_="Crear alerta personalizada",ht_="Total de la alerta personalizada",gt_="Número de sesiones",pt_="Número de alumnos",yt_="Fecha de inicio",ft_="Duración (días)",wt_="Alumnos",vt_="Crear habilidad",$t_="Editar habilidad",bt_="Total de habilidades",kt_="Descripción",It_="habilidad",xt_="Categoría padre",Ct_="Editar tema",St_="Crear tema",At_="Total de materias",Et_="Colorear",qt_="Crear categoría de apoyo al aprendizaje",Tt_="Editar categoría de apoyo al aprendizaje",Pt_="Crear categoría",Rt_="Editar categoría",Lt_="Total de categorías de apoyo al aprendizaje",jt_="Color por defecto",Nt_="Editar estrategia",Mt_="Crear estrategia",Gt_="Crear estrategia de aprendizaje",zt_="Total de estrategias",Dt_="Nombre de la estrategia",Ft_="Pregunta",Bt_="Detalle",Ot_="estrategia",Vt_="Mejor ajuste",Ht_="Crear ejemplo de objetivo",Wt_="Editar ejemplo de objetivo",Xt_="Total de ejemplos de objetivos",Yt_="Ejemplos de objetivos a corto plazo",Zt_="ejemplo de objetivo",Ut_="Editar insignia",Jt_="Crear insignia",Qt_="Total de insignias",Kt_="Icono",es_="insignia",_s_="Imagen de la insignia",ts_="Editar semestre",ss_="Crear semestre",ns_="Actualizar mes de receso escolar",os_="Total de semestres",as_="Total de años académicos",is_="semestre",rs_="Mes de ruptura",cs_="Modificar mes de ruptura",ls_="Mes de ruptura del año académico",ds_="Editar día en blanco",us_="Crear día en blanco",ms_="Total de días en blanco",hs_="Hora de inicio",gs_="Hora de finalización",ps_="día en blanco escolar",ys_="Editar punto",fs_="Crear nuevo punto",ws_="Total del punto",vs_="Etiqueta",$s_="Valor",bs_="Punto de ruptura",ks_="Actualizar punto de ruptura",Is_="Número máximo de administradores",xs_="Número máximo de asistentes",Cs_="Número máximo de alumnos",Ss_="Número máximo de profesores",As_="Solicitar a este plan",Es_="Escriba algo para buscar el resultado de la reflexión",qs_="Usuario eliminado",Ts_="Exportar datos de usuario",Ps_="Los datos de este usuario se borrarán permanentemente del sistema. Por favor, exporte antes de continuar",Rs_="Borrar usuario",Ls_="Antes de borrar este profesor, debe seleccionarse un profesor. Se transferirá toda la clase y los alumnos a este profesor antes de borrar todos los datos de este profesor.",js_="Lista de alumnos",Ns_="Email del alumno",Ms_="Nombre del profesor actual",Gs_="Email del profesor actual",zs_="Cambiar Guardar",Ds_="Seleccionar cambio de profesor",Fs_="Nombre del asistente actual",Bs_="Correo electrónico del asistente actual",Os_="Eliminar Asistente",Vs_="Cambiar Asistente",Hs_="Seleccionar cambio de asistente",Ws_="Seleccionar Asistente",Xs_="Reenviar email de bienvenida",Ys_="Enviar para usuarios seleccionados",Zs_="Nombre de usuario",Us_="Email del usuario",Js_="Nivel",Qs_="Utilizar para",Ks_="Formación de administradores",en_="Formación de profesores",_n_="Crear tiempo",tn_="Total Reflexiones",sn_="Formación de alumnos",nn_="Crear designación",on_="Total de Designación",an_="Designaciones",in_="Editar designación",rn_="Confirmar",cn_="Hola",ln_="Hoy 1-1",dn_="Registro de hoy",un_="Conferencias de hoy",mn_="Próxima reunión",hn_="Próxima conferencia",gn_="Programa de hoy",pn_="Puntos de acción",yn_="Próxima",fn_="Ver todos los puntos de acción",wn_="Añadir",vn_="Editar punto de acción",$n_="Añadir punto de acción",bn_="Título",kn_="Escriba el título",In_="Asunto",xn_="Seleccionar fecha",Cn_="Fecha",Sn_="Seleccionar hora",An_="Hora",En_="Notificación",qn_="Sin notificación",Tn_="Día",Pn_="Semana",Rn_="Marcar como hecho",Ln_="Mis alumnos",jn_="Descargar plantilla",Nn_="Importar CSV",Mn_="Añadir nuevo",Gn_="Mostrar sólo trabajo como asistente",zn_="Mostrar sólo trabajo como profesor",Dn_="Último 1 a 1",Fn_="Último registro",Bn_="Última conferencia",On_="Tiempo total",Vn_="Nombre del asistente",Hn_="Trabajo como asistente",Wn_="Asignar asistente",Xn_="Ver",Yn_="Historial",Zn_="Repetición personalizada",Un_="Repetir cada",Jn_="Repetir el",Qn_="Nunca",Kn_="Encendido",eo_="Después de",_o_="Elija una fecha",to_="Elija una hora",so_="Cambiar la fecha",no_="Cambiar la hora",oo_="Aplicar",ao_="Nueva sesión de check-in",io_="Nuevo Check In",ro_="Desea hablar con el profesor",co_="Empezar ahora",lo_="Reservar más tarde",do_="Seleccionar categoría",uo_="Buscar categoría de pregunta",mo_="Ninguna pregunta",ho_="Seleccionar pregunta",go_="Seleccionar estudiante",po_="Seleccionar personal",yo_="Nombre del personal",fo_="Seleccione profesor",wo_="¿Con quién desea registrarse?",vo_="Por favor, seleccione un alumno",$o_="Por favor, seleccione un profesor",bo_="Por favor, proporcione un estudiante válido",ko_="Indique un profesor válido",Io_="Elija un alumno e inicie una nueva sesión o reserve una para más tarde",xo_="No tiene profesor",Co_="Buscar profesor",So_="Seleccione fecha y hora",Ao_="Reservar 1-a-1",Eo_="Reservar nueva sesión",qo_="Programar",To_="Las sesiones se reservan en intervalos de 10 minutos",Po_="No se repite",Ro_="La hora debe estar comprendida entre las 8 AM y las 6 PM",Lo_="Desde",jo_="Hasta",No_="Mostrar sólo favoritos",Mo_="Mostrar sólo conversación 1 a 1",Go_="Duración",zo_="Favoritos",Do_="Abrir",Fo_="Sin datos",Bo_="Detalle del horario",Oo_="¿Está seguro de que desea Cancelar este horario?",Vo_="Conversación 1 a 1 completada",Ho_="Completado Registro",Wo_="Realizado",Xo_="¿De qué quiere hablar?",Yo_="Tipo de sesión",Zo_="¿Cuál es el tipo de sesión?",Uo_="¿Cómo se siente en cada área en este momento?",Jo_="Sueño, nutrición, ejercicio, salud física y salud mental",Qo_="Objetivos, actividades, hábitos y estrategias",Ko_="En general, ¿cómo se siente hoy?",ea_="¿Cuál es su nivel de orgullo en sí mismo hoy?",_a_="¿Cómo se siente hoy?",ta_="¿Cuánto ha aprendido en esta sesión?",sa_="¿Qué es lo más importante que ha aprendido de esta sesión?",na_="Su próxima reunión",oa_="Hoy a las",aa_="Elija si quiere empezar el check in ahora o reservar una hora con su profesor o consejero para más tarde.",ia_="Editar",ra_="Número de teléfono",ca_="Segundo número de teléfono",la_="Nota de salud",da_="Dirección",ua_="MTSS",ma_="Nota",ha_="Sin horario",ga_="Mis Notas",pa_="Nota privada",ya_="Progreso de los objetivos",fa_="Ver todos los objetivos",wa_="Completados",va_="Sin completar",$a_="Información del alumno",ba_="Principales estrategias de aprendizaje",ka_="Uso percibido",Ia_="Número total de veces utilizadas",xa_="Energía",Ca_="Enfoque",Sa_="Felicidad",Aa_="Estrés",Ea_="Uno a uno",qa_="Reflexión en clase",Ta_="Conferencia",Pa_="Progreso en el aprendizaje",Ra_="No se puede exportar ahora. Por favor, inténtelo de nuevo.",La_="Ver datos",ja_="Estrategias de aprendizaje",Na_="Estrategias",Ma_="Número de utilizadas",Ga_="Siguiente",za_="Previa",Da_="Mis conferencias",Fa_="Elija un estudiante y lance una nueva conferencia o reserve una para más tarde.",Ba_="No tiene ningún estudiante",Oa_="Este campo es obligatorio",Va_="Seleccione la categoría de la pregunta",Ha_="Reservar conferencias",Wa_="Puntuación final",Xa_="Nueva conferencia",Ya_="Buscar estudiante",Za_="Buscar personal",Ua_="Horario de reuniones",Ja_="Horario de clases",Qa_="Más preguntas",Ka_="Rúbrica de la conferencia",ei_="Desbloquear",_i_="Antes de pulsar enviar",ti_="Su sesión duró",si_="mins",ni_="min",oi_="Enviar",ai_="Hay varias preguntas que aún no ha contestado. ¿Está seguro de completarlas?",ii_="Asegúrese de comprobar con su profesor que ha completado todo lo necesario",ri_="Elección del profesor",ci_="Elección del alumno",li_="Acuerdo",di_="Plan personal de aprendizaje",ui_="Mi plan de aprendizaje personal",mi_="Intereses personales",hi_="Permitir que el alumno edite",gi_="Puntos fuertes y retos",pi_="Puntos fuertes significativos",yi_="Puntos fuertes",fi_="Desafíos",wi_="Retos importantes",vi_="Cómo pueden ayudarme mis profesores a aprender",$i_="Sobre mi aprendizaje",bi_="Adaptaciones",ki_="Objetivos",Ii_="Este objetivo aparece en la rúbrica de la conferencia del alumno. ¿Está seguro de borrarlo?",xi_="Círculos de actividad",Ci_="Círculos de amigos",Si_="¿Está listo para aprender?",Ai_="Horarios de clase",Ei_="Añadir horario de clase",qi_="Fecha de la clase",Ti_="Nombre de la clase",Pi_="Día/Periodo",Ri_="Email del profesor",Li_="Tipo de nota y clase",ji_="Mi nota",Ni_="Añadir nueva nota",Mi_="Todas las categorías",Gi_="Personalizado",zi_="Mostrar sólo favoritos",Di_="Buscar en",Fi_="Título de la nota",Bi_="Estudiante",Oi_="Detalle de la nota",Vi_="Marcar como favorito",Hi_="Escriba una nota",Wi_="Seleccione estudiante",Xi_="Configuración",Yi_="Guardar cambios",Zi_="Notificaciones de actividad",Ui_="Notificaciones de horarios",Ji_="Notificaciones de preprogramación",Qi_="Sí",Ki_="No",er_="Notificación por correo electrónico",_r_="Enviarme notificación por correo electrónico",tr_="No enviarme notificación por correo electrónico",sr_="Escribir",nr_="Solicitud de profesor",or_="Solicitud del alumno",ar_="Visión general",ir_="PLP",rr_="Mi estudiante 1 a 1",cr_="Mi estudiante",lr_="Conferencia de mi estudiante",dr_="Fecha de recepción",ur_="Puntuación del impacto de la clase",mr_="Puntuación de impacto",hr_="PIE",gr_="PIE",pr_="Creador",yr_="Última modificación",fr_="Modificar",wr_="Reflexiones del alumno",vr_="Reflexión externa",$r_="Reflexión externa sobre la clase",br_="Reflexiones",kr_="Reflexiones de clase",Ir_="Añadir reflexión",xr_="Añadir reflexión de clase",Cr_="Tipo de clase",Sr_="Imagen del profesor",Ar_="Enviar al profesor",Er_="Enviar ahora",qr_="Perdido",Tr_="Pendiente",Pr_="Fecha de envío",Rr_="Ir al PLP del alumno",Lr_="Nuevo IEP",jr_="Editar IEP",Nr_="Tipo de IEP",Mr_="Fuente de elegibilidad (parainicial)",Gr_="Objetivos anuales",zr_="Introduzca un intervalo de fechas",Dr_="Añadir Objetivos",Fr_="Añadir metas",Br_="día/mes/año",Or_="Educación especial",Vr_="El IEP debe contener una declaración de la educación especial y los servicios relacionados y las ayudas y servicios suplementarios que se proporcionarán al niño, o en nombre del niño. Este apartado se centra en el primer elemento: una declaración de la educación especial que se proporcionará al niño.",Hr_="Objetivos e informes de progreso",Wr_="El IEP de cada niño debe contener también una descripción de cómo se medirá su progreso hacia la consecución de los objetivos anuales y cuándo se informará de ello a los padres.",Xr_="Una vez que se identifican las necesidades de un niño, el equipo del IEP trabaja para desarrollar los objetivos apropiados para abordar esas necesidades. Las metas anuales describen lo que se espera que el niño haga o aprenda en un periodo de 12 meses.",Yr_="Servicios relacionados",Zr_="Para ayudar a un niño discapacitado a beneficiarse de la educación especial, es posible que también necesite ayuda adicional en un área u otra, como el habla o el movimiento. Esta ayuda adicional se denomina servicios afines. Infórmese aquí sobre estos servicios fundamentales.",Ur_="Ayudas y servicios suplementarios",Jr_="Los servicios y ayudas complementarios tienen por objeto mejorar el acceso de los niños al aprendizaje y su participación en todo el espectro de actividades y entornos académicos, extraescolares y no academicos. El equipo del PEI debe determinar qué ayudas y servicios suplementarios necesitará un niño y especificarlos en el PEI.",Qr_="Modificaciones del programa para el personal escolar",Kr_="También forma parte del IEP la identificación de las modificaciones del programa o los apoyos para el personal escolar que se proporcionarán",ec_="Alcance de la no participación",_c_="El IEP debe incluir también una explicación del grado, si lo hubiera, en que el niño no participará con los niños no discapacitados en la clase ordinaria y en otros entornos y actividades escolares.",tc_="Adaptaciones en la evaluación",sc_="IDEA exige que los alumnos discapacitados participen en las evaluaciones estatales o de todo el distrito. El equipo del IEP debe decidir si el alumno necesita adaptaciones en las pruebas u otro tipo de evaluación completamente distinto. En este componente del IEP, el equipo documenta cómo participará el alumno.",nc_="Prestación de servicios",oc_='¿Cuándo empezará a recibir servicios el niño? ¿Dónde? ¿Con qué frecuencia? ¿Cuánto durará una "sesión"? Detalles molestos, ¡pero importantes de incluir en el PEI!',ac_="Planificar la transición",ic_="Comenzando no más tarde del 16º cumpleaños del alumno (y antes, si procede), el IEP debe contener planes relacionados con la transición diseñados para ayudar al alumno a prepararse para la vida después de la escuela secundaria.",rc_="Niveles actuales",cc_='¿Cómo le va actualmente al niño en la escuela? ¿Cómo afecta la discapacidad a su rendimiento en clase? Ese tipo de información se recoge en el enunciado "niveles actuales" del PEI.',lc_="Firmas",dc_="Versión antigua del IEP y documentos de diagnóstico",uc_="Subir archivo",mc_="Añadir interés",hc_="Subir imagen",gc_="Tipos de imagen admitidos: PNG, JPEG, WEBPbbb",pc_="Editar interés",yc_="Seleccione un interés personal o introdúzcalo aquí",fc_="Añadir nota",wc_="Seleccionar mejor ajuste",vc_="Mejor ajuste",$c_="Seleccionar estrategias",bc_="Estrategias de aprendizaje seleccionadas",kc_="Desea eliminar estos puntos fuertes y retos",Ic_="Añadir nuevo elemento",xc_="Editar elemento",Cc_="Seleccionar estrategias de enseñanza",Sc_="Estrategias de enseñanza seleccionadas",Ac_="Añadir título",Ec_="Mi aprendizaje",qc_="Desea eliminar esto sobre mi aprendizaje",Tc_="Editar mi aprendizaje",Pc_="Añadir mi aprendizaje",Rc_="Seleccione sobre aprendizaje o introduzca sobre aprendizaje aquí",Lc_="Alojamiento",jc_="Todas las categorías",Nc_="Desea eliminar este alojamiento",Mc_="Editar alojamiento",Gc_="Añadir alojamiento",zc_="Todos",Dc_="Todos",Fc_="Tipo de meta",Bc_="Añadir nuevo objetivo",Oc_="Detalle del objetivo",Vc_="Seleccionar estado",Hc_="Objetivo Base",Wc_="Meta",Xc_="Detalles de la meta",Yc_="Tipo de meta",Zc_="Editar detalle de la meta",Uc_="Archivos cargados",Jc_="Opcional",Qc_="Editar línea de base",Kc_="Editar amigo",el_="Añadir amigo",_l_="Buscar amigo",tl_="Tipo de amigo",sl_="Editar actividad",nl_="Añadir actividad",ol_="Buscar actividad",al_="Actividad",il_="Tipo de actividad",rl_="Seleccione o escriba una actividad",cl_="ACCIÓN NECESARIA",ll_="EXTERNO",dl_="Encuesta a estudiantes",ul_="VER ENCUESTA",ml_="Crear una encuesta",hl_="Encuesta de",gl_="Revisar",pl_="Publicar encuesta",yl_="Total de encuestas",fl_="Indicadores",wl_="Sesión programada",vl_="Total encuesta realizada",$l_="Total encuesta no realizada",bl_="LISTAR ENCUESTA",kl_="Encuestas",Il_="Encuesta",xl_="Crear encuesta",Cl_="Mi encuesta",Sl_="Nombre del consejero",Al_="Título de la encuesta",El_="Fecha límite",ql_="Día restante",Tl_="Fecha de respuesta",Pl_="Sesión",Rl_="Bandera",Ll_="Correo electrónico externo",jl_="Programado ahora",Nl_="Sesión programada",Ml_="Sesión programada",Gl_="Buscar encuesta",zl_="Encuesta total",Dl_="Resultado de la encuesta",Fl_="Recibido de",Bl_="Recibida hoy en",Ol_="Vista previa de la encuesta",Vl_="Completar encuesta",Hl_="¿Desea compartir la encuesta con los profesores?",Wl_="Usted puede compartir esta encuesta con los profesores para obtener más información sobre su estudiante.",Xl_="omitir",Yl_="Preguntas de la encuesta",Zl_="Añadir pregunta de la encuesta",Ul_="Pregunta adicional",Jl_="Añadir pregunta adicional",Ql_="Guardar como favorito",Kl_="Guardar como favorito",ed_="Encuesta favorita",_d_="Deslizador",td_="preguntas",sd_="Insertar todas las preguntas",nd_="Eliminar todas las preguntas",od_="Insertar preguntas",ad_="Plantillas de encuesta",id_="Insertar plantilla",rd_="Compartir encuesta con los profesores",cd_="Profesor sugerido",ld_="Enviar contenido",dd_="Enviar encuesta",ud_="Revisar los detalles de la encuesta",md_="Número de alumnos",hd_="Fecha y hora",gd_="Escala",pd_="Responder",yd_="Añadir pregunta",fd_="Guardar pregunta",wd_="Encuesta externa",vd_="Perfil del alumno del IB",$d_="Fijar plazo",bd_="Duplicar encuesta",kd_="Compartir encuesta",Id_="Nueva encuesta",xd_="Asignar tutor",Cd_="Seleccionar consejero",Sd_="Seleccionar profesor de apoyo",Ad_="Asignar profesor de apoyo",Ed_="Cambiar profesor de apoyo",qd_="Nombre del profesor de apoyo",Td_="Usuario de la pregunta",Pd_="Reflexión solicitada",Rd_="Solicitar reflexión de clase",Ld_="Compartir encuesta al profesor",jd_="Seleccionar",Nd_="Cambiar Consejero",Md_="Eliminar consejero",Gd_="Correo electrónico del asesor actual",zd_="Nombre del asesor actual",Dd_="Seleccionar cambio de consejero",Fd_="Nombre del profesor de apoyo actual",Bd_="Correo electrónico del profesor de apoyo actual",Od_="Eliminar profesor de apoyo",Vd_="Seleccionar cambio de profesor de apoyo",Hd_="Filtrar calendario",Wd_="Seguridad media del estudiante",Xd_="Está activa",Yd_="Las 5 estrategias más utilizadas",Zd_="Preparación",Ud_="Estrés medio de los estudiantes",Jd_="Indicadores de éxito",Qd_="Proceso de aprendizaje",Kd_="Panel de encuestas",eu_="Tasa de respuesta",_u_="Top 5 Encuestas utilizadas",tu_="Pregunta Intervención",su_="Presión estudiantil",nu_="Preparación general para aprender",ou_="Ver calendario",au_="Bienestar de los alumnos",iu_="Ver panel de datos",ru_="Ver un estudiante",cu_="Ver estudiante",lu_="Seguridad media",du_="Estrés medio",uu_="Energía media",mu_="Concentración media",hu_="Felicidad media",gu_="en comparación con el mes pasado",pu_="de los estudiantes no se sienten seguros.",yu_="de los estudiantes se marcaron a sí mismos como inseguros.",fu_="se marcaron a sí mismos como inseguros.",wu_="No se sienten seguras.",vu_="de los estudiantes están muy estresados.",$u_="marcados con mucho estrés.",bu_="are feeling highly stressed.",ku_="Seleccione un estudiante para ver su perfil y su plan de aprendizaje",Iu_="Seleccione un estudiante e inicie una conversación con los resultados del check In",xu_="iniciar",Cu_="Reflexión del profesor",Su_="Notas",Au_="Reflexiones del alumno",Eu_="Ver los últimos Check Ins",qu_="Esta semana",Tu_="falta el check in semanal",Pu_="Añadir nuevo alumno",Ru_="Iniciar Check In",Lu_="No hay eventos hoy",ju_="Horario de hoy",Nu_="muy estresado",Mu_="inseguro",Gu_="Promedio",zu_="verlos",Du_="objetivo",Fu_="finalizó hace más de 24 horas",Bu_="Iniciar una conversación 1-1",Ou_="Ver resultados",Vu_="Solicitar registro",Hu_="Última",Wu_="Últimos Check Ins",Xu_="Alumnos a los que les falta el check in semanal",Yu_="A este alumno no le falta el check in",Zu_="No falta ningún estudiante",Uu_="Iniciar conversación 1-1",Ju_="Seleccione un profesor e inicie un check in",Qu_="Check in de esta semana",Ku_="1-1 de esta semana",em_="Este alumno no tiene 1-1 en esta semana",_m_="Este alumno no tiene check in en esta semana",tm_="Ningún Check Ins pasado o solicitado",sm_="Alumnos que están muy estresados",nm_="Alumnos que no se sienten seguros",om_="Alumnos que faltan a un check in semanal",am_="Estrés de los alumnos por zonas",im_="Distribución de los alumnos",rm_="Banderas de la encuesta",cm_="Banderas amarillas",lm_="Banderas verdes",dm_="Banderas rojas",um_="Mostrar por",mm_="Resumen de la encuesta",hm_="Compartir nota",gm_="Resumen de la encuesta",pm_="Nombre de la encuesta",ym_="Fecha de creación",fm_="Hora límite",wm_="Creada por",vm_="Distribución de respuestas",$m_="Valoraciones de las preguntas",bm_="Mostrar resultados de",km_="Respuestas y porcentajes de respuesta por pregunta",Im_="Ver lista de alumnos",xm_="Ver lista de respuestas",Cm_="Número de respuestas",Sm_="Número de no respuestas",Am_="Valoración de la pregunta",Em_="Sin respuesta todavía",qm_="La encuesta externa aparece resaltada en la tabla",Tm_="Restablecer contraseña",Pm_="Correcto",Rm_="Incorrecto",Lm_="La respuesta correcta es",jm_="Las respuestas correctas son",Nm_="Acción Necesaria",Mm_="Ver respuestas",Gm_="Resultados de la encuesta",zm_="Semanas",Dm_="Meses",Fm_="Sesiones programadas",Bm_="Encuestas activas",Om_="Ver respuestas",Vm_="Descargar .CSV",Hm_="Crear nueva encuesta",Wm_="Ir a las respuestas individuales de la encuesta",Xm_="Sólo puede seleccionar {{número}} KPIs a la vez",Ym_="Sólo puede seleccionar {{number}} KPIs a la vez. Para seleccionar uno nuevo, desactive uno de los anteriores.",Zm_="Última comprobación",Um_="Cuántas veces se ha elegido una estrategia",Jm_="Estos parámetros proceden de los registros de entrada de los alumnos. Filtre arriba para cambiar el conjunto de datos",Qm_="Aún no iniciado",Km_="En curso",eh_="Exportar Check Ins a CSV",_h_="Estos parámetros proceden de la rúbrica de la conferencia. Sólo se puntúan las respuestas de los profesores",th_="Por favor, guarde primero",sh_="Imprimir fecha",nh_="Línea base del objetivo",oh_="imprimir",ah_="DESCARGAR",ih_="Mi motivación diaria",rh_="Seleccionar fecha límite",ch_="La imagen es obligatoria",lh_="PIE antiguo",dh_="Crear el IEP del próximo año",uh_="Escribir algo (Opcional)",mh_="La efectividad de las estrategias de aprendizaje según los comentarios de los alumnos",hh_="Utilidad percibida",gh_="Rendimiento",ph_="No hay suficiente desafío, lo que provoca aburrimiento y falta de interés.",yh_="Tranquilo y relajado, pero sin suficiente motivación para rendir al máximo.",fh_="Niveles de estrés controlables que me permiten rendir al máximo.",wh_="Aún en control pero empezando a sentir la presión.",vh_="Exceso de presión y realmente luchando por gestionar mi carga de trabajo.",$h_="Importar correo electrónico por csv",bh_="Solicitar número",kh_="Seleccione o introduzca el tipo de clase",Ih_="Enviar solicitud",xh_="Iniciar Reflection",Ch_="Personalizar reflexión",Sh_="Incluya la sección que desea que aparezca",Ah_="Hora del día",Eh_="Plantilla IEP",qh_="OneRoster",Th_="Caja de arena",Ph_="Información Roster (Id de origen / Nombre completo / Email)",Rh_="Sincronizar usuarios del roster",Lh_="Exportar a CSV",jh_="Lista de usuarios",Nh_="Asignar estudiante",Mh_="Pregunta OneToOne",Gh_="Pregunta de reflexión en clase",zh_="Pregunta de conferencia",Dh_="Acciones",Fh_="Pedir",Bh_="Usuario para",Oh_="Pregunta Categoría",Vh_="Plantilla Encuesta",Hh_="Total de la categoría",Wh_="Crear plantilla",Xh_="Número de pregunta",Yh_="Obligatorio",Zh_="bienestar",Uh_="autoeficacia",Jh_="Ninguna pregunta que mostrar",Qh_="Política de privacidad",Kh_="Perfil",eg_="Cambio de rol",_g_="Cerrar sesión",tg_="Panel de datos",sg_="Herramientas de aprendizaje profundo",ng_="Mi perfil",og_="Teléfono",ag_="Calendario ID",ig_="Contraseña antigua",rg_="Confirmar nueva contraseña",cg_="Seleccione un estudiante e inicie un registro",lg_="Todo es posible. Todo puede ser.",dg_="Editar imagen",ug_="Crear nuevo estudiante",mg_="Grado",hg_="Notas de salud",gg_="Información de los padres del alumno",pg_="Padre 1",yg_="Padre 2",fg_="Notificaciones en la aplicación",wg_="Activar todas las notificaciones",vg_="Notificarme cuando...",$g_="Un estudiante programa un 1-1",bg_="Un estudiante programa una conferencia",kg_="Un estudiante completa una rúbrica de autoevaluación de la conferencia",Ig_="Un estudiante o profesor completa una reflexión de clase",xg_="Los puntos de acción vencen según el calendario elegido",Cg_="Un estudiante no ha registrado un 1-1 en los últimos 28 días.",Sg_="Notificaciones por correo electrónico",Ag_="Active todos los correos electrónicos",Eg_="Un estudiante responde a un 1-1 Preparación para aprender con un No",qg_="Un estudiante informó de una puntuación de seguridad baja en un registro",Tg_="Continuar como:",Pg_="Administrador",Rg_="Consejero",Lg_="Profesor de apoyo",jg_="Profesor/Asistente",Ng_="Añadir información del padre 1",Mg_="Añadir información del padre 2",Gg_="Rol de los padres",zg_="Todos Actividad",Dg_="AñoAcadémico",Fg_="Todos los alumnos informan de niveles de estrés manejables",Bg_="crecimiento",Og_="relaciones",Vg_="productividad",Hg_="académicos",Wg_="por ciento",Xg_="Desmotivados",Yg_="Confort",Zg_="Estiramiento",Ug_="Tensión",Jg_="SOBRECARGA",Qg_="Editar el perfil del alumno",Kg_="profesor",ep_="creado",_p_="Número de teléfono del alumno",tp_="Designación",sp_="Correo electrónico",np_="Profesor ED general",op_="Seleccione profesor ED general",ap_="Seleccione profesor",ip_="asigne",rp_="Sea divertido, sea honesto, sea amable.",cp_="¿Desea cambiar al papel Consejero para abrir?",lp_="Buscar Asistente",dp_="Línea de base",up_="Calendario",mp_="Amigos",hp_="Mejores amigos",gp_="Apoyo",pp_="Amigos potenciales",yp_="Como",fp_="Me gusta",wp_="Interesados",vp_="Curioso",$p_="Mejoramiento en hábitos de estudio, calificaciones, deportes, clubes o proyectos personales",bp_="Familia, amigos y profesores",kp_="Realizar tareas importantes y limitar las distracciones",Ip_="Deberes, estudio y notas",xp_="Mi capacidad para tener éxito",Cp_="¿Qué tiene en mente?",Sp_="Ahora repase sus respuestas de hoy",Ap_="¿Desea cambiar al papel Estudiante para abrir?",Ep_="Estudiante ha comenzado este Uno a Uno. ¿Está seguro de borrar?",qp_="¿Quiere cambiar al rol Profesor de apoyo para abrir?",Tp_="El alumno no ha comenzado esta conferencia. ¿ Está seguro de borrar ?",Pp_="Buscar profesor de apoyo",Rp_="Buscar consejero",Lp_="¿Cómo de productivo he sido hoy en clase?",jp_="No Suficiente Estrés",Np_="Demasiado estrés",Mp_="Organización",Gp_="Autoconciencia",zp_="Autoaprendizaje",Dp_="Autodefensa",Fp_="Autogestión",Bp_="Conversación sobre el cambio conceptual",Op_="Ejemplos concretos",Vp_="Elaboración",Hp_="Codificación dual",Wp_="Tipo y clase de nota",Xp_="Editar Nota",Yp_="NO HECHO",Zp_="rojo",Up_="amarillo",Jp_="verde",Qp_="uwcsea-sg encuesta de clima",Kp_="conexiones con adultos y compañeros",ey_="experiencias de aprendizaje holístico",_y_="mi salud y bienestar",ty_="preguntas abiertas",sy_="¿Necesita ayuda o apoyo adicional?",ny_="sdq (cuestionario de normas y dificultades)",oy_="sdq (cuestionario de puntos fuertes y dificultades) complementario",ay_="Cerrar",iy_="Respuestas de los alumnos",ry_="Respuestas anónimas",cy_="Percepción del profesor",ly_="Preparado para la clase",dy_="Faltó a las tareas de clase",uy_="Completó las tareas de clase",my_="Pidió ayuda cuando la necesitó",hy_="Claro",gy_="Reflexiones perdidas",py_="Total de alumnos que faltan/tareas atrasadas",yy_="Asignatura",fy_="Tipo de gráfico",wy_="Solicitud de",vy_="¿Está seguro de que desea borrar este elemento?",$y_="Sí, borrar",by_="Conferencia completada",ky_="Mi plan de aprendizaje",Iy_="Mi plan de aprendizaje (Beta)",xy_="Ganar no siempre significa ser el primero. Ganar significa hacerlo mejor que antes.",Cy_="Integrar el aprendizaje con los conocimientos previos",Sy_="Mejorar la autoeficacia de los estudiantes",Ay_="Mi control",Ey_="¿Qué quiere hacer de forma diferente?",qy_="Para hacer",Ty_="Reflexiones sobre mi clase",Py_="Enviar reflexión",Ry_="Escriba 2 caracteres para buscar",Ly_="Crear hora",jy_="¿Desea eliminar a este usuario?",Ny_="Advertencia",My_="¿Desea suplantar a este usuario?",Gy_="Asistente",zy_="Padre",Dy_="Elegir archivo",Fy_="¿Desea eliminar esta pregunta?",By_="Seleccione",Oy_="¿Desea eliminar esta categoría?",Vy_="Total de plantillas",Hy_="Nombre de la plantilla",Wy_="Nombre de la categoría",Xy_="Fecha de creación",Yy_="¿Desea eliminar esta plantilla de correo electrónico?",Zy_="Crear plantilla de correo",Uy_="Asunto del correo",Jy_="Cuerpo del mensaje",Qy_="Parámetros de correo",Ky_="Parámetros",ef_="Significado",_f_="Añadir adjunto",tf_="Habilidades",sf_="Asignaturas",nf_="Categorías de apoyo al aprendizaje",of_="Ejemplos de objetivos",af_="Insignias de estudiantes",if_="Días en blanco",rf_="Importación CSV",cf_="Puntuaciones de banda",lf_="Licencia",df_="Cambiar profesor",uf_="Andamio de preguntas",mf_="Formación",hf_="Escriba algo y pulse Intro para añadir ejemplos de objetivos a corto plazo",gf_="Importar usuarios",pf_="Importar reflejo de clase",yf_="Descargar datos de usuario",ff_="¿Desea eliminar a este Asistente?",wf_="¿Quiere eliminar a este Consejero?",vf_="¿Quiere eliminar a este profesor de apoyo?",$f_="Enviar",bf_="¿Desea eliminar esta Designación?",kf_="Nueva carpeta",If_="Cargar",xf_="Escriba algo para buscar por nombre de archivo",Cf_="Sistemas",Sf_="Crear sistema de plantillas",Af_="Creado en",Ef_="¿Desea eliminar esta plantilla?",qf_="Configuración de OneRoster",Tf_="Usuarios",Pf_="Configuración OneRoster",Rf_="URL del punto final",Lf_="Id de cliente",jf_="Secreto del cliente",Nf_="Importar OneRoster",Mf_="Importar desde archivo Zip",Gf_="Importar desde Restful api",zf_="Usuarios inexistentes",Df_="Escriba algo para buscar usuarios",Ff_="Crear cuenta para usuarios seleccionados",Bf_="Ayuda",Of_="Modo Sandbox",Vf_="Desactivar",Hf_="Restaurar base de datos Sandbox",Wf_="Activar",Xf_="Apagar",Yf_="Restaurar",Zf_="Editar perfil",Uf_="En marcha, Va bien",Jf_="Guía",Qf_="Haga de cada día su obra maestra.",Kf_="Consistentemente",ew_="Con frecuencia",_w_="A veces",tw_="Rara vez",sw_="No se aplica",nw_="Planifico todos los deberes y el estudio a través de google calendar o de un planificador u organizador en cuanto se me asignan.",ow_="Llevo un sistema limpio y organizado para guardar y revisar los apuntes físicos, los folletos y los paquetes de cada clase.",aw_="Yo mantengo un sistema limpio y organizado para guardar archivos digitales. Gracias a ello, puedo encontrar fácilmente todos mis archivos digitales.",iw_="Mantengo organizada mi bandeja de entrada de la escuela y los correos electrónicos importantes no se pierden.",rw_="Conozco claramente mis puntos fuertes.",cw_="Conozco y comprendo cómo pueden ayudarme mejor los profesores en clase.",lw_="Conozco y comprendo mis adaptaciones.",dw_="Conozco y comprendo mis sistemas y estrategias personalizados para el aprendizaje ideal fuera de clase.",uw_="Conozco y comprendo mis sistemas y estrategias personalizados para el aprendizaje ideal en clase.",mw_="Tengo una idea clara de mis retos.",hw_="Me hago una idea precisa de mi rendimiento en clase y sé lo que tengo que hacer para mejorar.",gw_="Utilizo eficazmente los primeros 25 minutos de clase para progresar en mis objetivos.",pw_="Utilizo los deberes/tiempo de estudio de forma eficaz.",yw_="Logro",fw_="Progreso significativo",ww_="Progreso moderado",vw_="Progreso ligero",$w_="Ningún progreso",bw_="Afrontar situaciones estresantes",kw_="Mejorar mis hábitos de sueño",Iw_="Abordo y afronto con prontitud las situaciones difíciles en lugar de evitarlas.",xw_="Utilizo adecuadamente la tecnología.",Cw_="Creo una nota durante o después de las reuniones",Sw_="Estudio eficazmente para las próximas evaluaciones.",Aw_="Entrego todos los deberes a tiempo y completos.",Ew_="Duermo la cantidad adecuada de horas cada noche.",qw_="Me reúno con mis profesores fuera del horario de clase.",Tw_="Hago preguntas dentro y/o después de clase.",Pw_="Cuando es necesario, comunico a mis profesores cómo ayudarme mejor en clase.",Rw_="Defiendo y utilizo las adaptaciones que necesito en todas mis clases.",Lw_="Planificación",jw_="Hacer conexiones con el aprendizaje previo",Nw_="Proporcionar comentarios de calidad",Mw_="Trabajar en los objetivos de aprendizaje",Gw_="Fijar o reforzar expectativas elevadas",zw_="Mejorar el esfuerzo",Dw_="Autoevaluarse",Fw_="Predecir",Bw_="Búsqueda de ayuda",Ow_="Reflejar",Vw_="Bajo",Hw_="Medio-bajo",Ww_="Medio",Xw_="Altura media",Yw_="Alto",Zw_="¿Cuánto ha aprendido en esta conferencia?",Uw_="¿Hay alguna observación o comentario que quiera compartir?",Jw_="¿Qué está haciendo bien que desea continuar?",Qw_="¿Qué es lo que ha aprendido mientras trabajaba para alcanzar sus objetivos?",Kw_="Lengua inglesa o literatura",ev_="Clase de lengua",_v_="Gráficos de crestas",tv_="Gráficos de barras",sv_="Gráficos de líneas",nv_="Comienzo del día",ov_="A media mañana",av_="Antes de comer",iv_="Media tarde",rv_="Última clase del día",cv_="Sólo alumnos",lv_="Sólo el profesor",dv_="¿Tenía el alumno todos los materiales necesarios para esta clase?",uv_="¿Le falta alguna tarea al alumno?",mv_="¿Ha completado el alumno el trabajo de clase de hoy?",hv_="¿Pidió ayuda el alumno cuando la necesitó?",gv_="Califique la participación del alumno en clase",pv_="Valore el rendimiento del alumno en clase",yv_="¿Le resultaron útiles las adaptaciones?",fv_="¿Tiene alguna preocupación o éxito del alumno que compartir?",wv_="En absoluto",vv_="Muy útil",$v_="No enviado",bv_="Estar bien es sentirse bien mentalmente (en su cabeza) y físicamente (en su cuerpo). ¿Tiene hábitos y rutinas que le ayuden a cuidarse? Hay personas que aumentan su bienestar comiendo sano, manteniéndose activas, pasando tiempo con amigos y familiares, haciendo cosas que les gustan o ayudando a los demás.",kv_="El crecimiento consiste en convertirse en la mejor versión de uno mismo. Esto se hace aprendiendo, probando cosas nuevas, trabajando duro y asumiendo riesgos. ¿Está contento con los progresos que está haciendo hacia sus objetivos y en otras áreas de su vida?",Iv_="Las relaciones son conexiones con otras personas. En las buenas relaciones hay confianza, respeto, honestidad y seguridad. ¿Cómo se lleva con su familia, amigos y profesores? ¿Tiene relaciones que le aportan felicidad y personas con las que puede hablar?",xv_="La productividad consiste en hacer las cosas de forma más inteligente, no más difícil. Esto quiere decir que sabe lo que hay que hacer y cómo va a hacerlo. Mientras realizaba su trabajo de hoy, ¿ha sido capaz de ayudarse a sí mismo a mantenerse concentrado y terminar la tarea?",Cv_="Los aspectos académicos se relacionan con su aprendizaje, a través del trabajo que realiza en la escuela y en casa. ¿Haces tus tareas y deberes todos los días? ¿Sus notas demuestran a sus profesores, a sus padres e incluso a usted mismo lo mucho que se esfuerza por aprender?",Sv_="Hay autoeficacia cuando uno cree en sí mismo y en que puede hacer algo bien. ¿Está contento con algo que ha hecho bien hoy? ¿Cree que puede tener éxito en lo que tiene que hacer hoy?",Av_="La atención es cuando presta atención a una tarea o a una persona y no se distrae. Si intenta centrarse en su profesor, entonces sólo está pensando en lo que éste dice. ¿Ha sido capaz de mantenerse en la tarea hoy? ¿Puede despejar su mente para hacer su trabajo?",Ev_="Ser feliz es un buen sentimiento que puede provenir de cualquier cosa que le guste o de estar satisfecho en general con la marcha de su vida. Aunque no sea posible ser feliz todo el tiempo, siempre puede encontrar algo por lo que alegrarse. ¿Ha habido algún momento que le haya hecho sonreír hoy? ¿Qué cosas/personas/actividades le alegran y le hacen sentir bien?",qv_="Cuando usted se siente seguro, no tiene miedo ni corre peligro. Esto significa que se siente cómodo y feliz en casa, en la escuela y dondequiera que le lleven sus actividades normales. ¿Puede ser usted mismo? ¿Siente que la gente se preocupa por usted y que sus pensamientos y sentimientos importan?",Tv_="En realidad, el estrés, en su justa medida, es algo positivo. Demasiado estrés provoca angustia, lo que nos hace sentir que perdemos el control. Muy poco estrés significa que no nos sentimos comprometidos o desafiados. La cantidad adecuada de estrés para cada uno de nosotros nos ayuda a alcanzar nuestros objetivos y a rendir al máximo.",Pv_="Después de analizar sus respuestas de hoy, ¿está preparado para hacer lo que se le pide en clase o necesita ayuda para ponerse en un buen lugar para aprender? Estar preparado para aprender significa que su mente y su cuerpo están trabajando juntos para prepararle para aprender cosas nuevas y profundizar en lo ya aprendido.",Rv_="¿Le ha resultado útil nuestra conversación de hoy?",Lv_="Estar orgulloso de uno mismo es cuando se siente bien por algo que ha hecho o por lo que es como persona. ¿Hasta qué punto se siente satisfecho o feliz por lo que ha hecho hoy?",jv_="¿Qué es lo que va a seguir haciendo bien o a empezar a hacer de forma diferente? O ¿Qué es lo único que ha aprendido sobre usted mismo, los demás o el mundo que le rodea?",Nv_="La energía proporciona la fuerza y el poder para hacer algo. Puede tratarse de algo físico, como correr una carrera, o mental, como hacer una evaluación. ¿Siente que tiene suficiente energía para pasar el día? ¿Cómo se siente respecto a sus niveles de energía en este momento?",Mv_="El estudiante no ha comenzado este Check-in. ¿Está seguro de borrarlo?",Gv_="Estoy luchando, necesito apoyo",zv_="Algunos problemas de bienestar",Dv_="Generalmente bien",Fv_="La mayoría de los problemas de bienestar están bien",Bv_="Me siento muy bien",Ov_="Sin progresos",Vv_="Soy consciente de mis objetivos pero avanzo poco",Hv_="Progresando algo",Wv_="Buen crecimiento en general",Xv_="Gran crecimiento en todas las áreas",Yv_="Una o más relaciones clave son muy difíciles",Zv_="Una o más relaciones clave son un poco difíciles",Uv_="La mayoría de las relaciones clave son positivas",Jv_="Todas las relaciones clave son positivas",Qv_="Nada productivo",Kv_="Procrastina",e$_="Cumple algunos plazos",_$_="Cumple la mayoría de los plazos",t$_="Cumplir todos los plazos cómodamente",s$_="Dificultades importantes",n$_="Dificultades en algunas áreas",o$_="En el objetivo en algunas áreas",a$_="En el objetivo en la mayoría de las áreas",i$_="En el objetivo en todas las áreas",r$_="Muy poca confianza",c$_="Falta de confianza en sí mismo",l$_="En desarrollo y mejorando",d$_="Sentirse positivo",u$_="Súper confiado",m$_="Siempre distraído",h$_="Casi siempre distraído",g$_="A veces distraído",p$_="Generalmente centrado",y$_="Centrado",f$_="Agotado",w$_="A menudo cansado",v$_="Se siente bien",$$_="Buena energía",b$_="Infeliz la mayor parte del tiempo",k$_="Rebosante de energía",I$_="Infeliz parte del tiempo",x$_="Más aspectos positivos que negativos",C$_="Generalmente feliz",S$_="Optimista y positivo casi todo el tiempo",A$_="En peligro",E$_="Se siente inseguro",q$_="Algunas preocupaciones",T$_="Sintiéndose seguro",P$_="Muy seguro",R$_="Moderado",L$_="Muy alto",j$_="¿En qué medida la conversación sobre el cambio conceptual ayudó a mejorar su aprendizaje?",N$_="¿En qué medida la discusión sobre las formas de buscar ayuda durante esta sesión ayudó a mejorar su aprendizaje?",M$_="¿En qué medida le ayudó a la mejora de su aprendizaje el hecho de centrarse en establecer o reforzar expectativas altas durante esta sesión?",G$_="Un poco",z$_="Mucho",D$_="Después de la sesión",F$_="Orgullo alto",B$_="Orgullo bajo",O$_="¿Qué le preocupa?",V$_="Seleccionar todo",H$_="Actitud",W$_="Comportamiento",X$_="Colaboración",Y$_="Confianza",Z$_="Creatividad",U$_="Desarrollo de ideas",J$_="Ejercicio",Q$_="Finalización de tareas",K$_="Flexibilidad",eb_="Control de los impulsos",_b_="Escuchar",tb_="Memoria a largo plazo",sb_="Matemáticas",nb_="Organización de materiales",ob_="Velocidad de procesamiento",ab_="Lectura",ib_="Fijación y consecución de objetivos",rb_="Memoria a corto plazo",cb_="Higiene del sueño",lb_="Hablar",db_="Iniciar tareas",ub_="Estrés y ansiedad",mb_="Estudiar",hb_="Gestión del tiempo",gb_="Ética laboral",pb_="Escribir",yb_="Altas expectativas",fb_="Yo aprendo mejor cuando me pongo expectativas altas que me animan a hacer más de lo mínimo esperado.",wb_="Aprendo mejor cuando me reconozco mis éxitos y tengo la oportunidad de celebrar los progresos y los logros.",vb_="Integrar el aprendizaje con los conocimientos previos",$b_="Aprendo mejor cuando relaciono los aprendizajes nuevos e importantes con cosas anteriores que ya he aprendido.",bb_="Autoevaluación del alumno",kb_="Aprendo mejor cuando autoevalúo mi propio aprendizaje con indicaciones guiadas, rúbricas y/o apoyo.",Ib_="Objetivos de aprendizaje",xb_="Aprendo mejor cuando me marco objetivos a corto y largo plazo en los que estoy trabajando y sé en qué punto me encuentro en el progreso de mis objetivos. Esto también puede incluir la creación de hábitos y rutinas que me ayuden a conseguir mis objetivos.",Cb_="Planificación y predicción",Sb_="Aprendo mejor cuando planifico acciones futuras y predigo lo que ocurrirá como resultado de esas acciones.",Ab_="Retroalimentación de calidad",Eb_="Aprendo mejor cuando sé qué apariencia tiene un buen trabajo, cómo se compara mi trabajo con un buen trabajo y qué tengo que hacer para mejorar mi trabajo para que sea bueno.",qb_="Aprendo mejor cuando dispongo de tiempo para reflexionar sobre mi aprendizaje y/o cuando el profesor hace hincapié en las oportunidades de aprendizaje y proporciona tiempo para reflexionar.",Tb_="Aprendo mejor cuando me entero de los mitos y conceptos erróneos en torno a un concepto y por qué no son ciertos. También resulta útil cuando los profesores abordan las ideas erróneas en torno a mi forma de pensar y/o las autoevaluaciones que no son precisas.",Pb_="Yo aprendo mejor cuando se me anima a pedir ayuda, ya sea apoyo académico, orientación, asesoramiento, asistencia médica, apoyo social/emocional, etc., si es necesario.",Rb_="Objetivo",Lb_="Enfoque de la sesión",jb_="¿Cuál fue el enfoque principal de esta sesión?",Nb_="Académico",Mb_="Evaluaciones y deberes",Gb_="A medida",zb_="General",Db_="Hábitos y estrategias",Fb_="Organización y planificación",Bb_="Equilibrio escuela/vida",Ob_="Hábitos de sueño",Vb_="Redes sociales (Tik Tok, Instagram, Youtube, Pinterest, etc)",Hb_="Juegos de rol (D&D, World of Warcraft, Pathfinder, etc)",Wb_="Medio ambiente (Calentamiento global, sostenibilidad, etc.)",Xb_="Anime (My Hero Academia, Hunter x Hunter, One Piece, etc)",Yb_="Manga",Zb_="Novelas gráficas",Ub_="Cómics",Jb_="Política",Qb_="Televisión (Stranger Things, Heart Stopper, Glow Up, etc) y Películas (Shrek, Marvel, Encanto, etc)",Kb_="Música",e1_="Bluey",_1_="Pegatinas",t1_="Tiempo",s1_="Religión",n1_="Espiritualidad",o1_="Noticias / Actualidad",a1_="Deportes",i1_="Cafetería / Café",r1_="Diseño de moda",c1_="Futurismo (ingeniería, diseño, etc.)",l1_="Ciencia ficción",d1_="Bienestar (meditación, mindfulness, etc.)",u1_="Comedia",m1_="Periodismo",h1_="Maquillaje",g1_="Estética (Cottagecore, Dark Academia, Fairycore, etc)",p1_="Cultura del automóvil (coches de carreras, motocicletas, motos, etc.)",y1_="Poesía / Slam Poetry",f1_="Terror y Suspenso",w1_="Esquí / Snowboard",v1_="Equitación",$1_="Magia",b1_="Ciencia (biología, química, física, etc.)",k1_="Minecraft",I1_="Diseño gráfico",x1_="Supervivencia / Preparación",C1_="Botánica",S1_="Estudio cinematográfico",A1_="Primera respuesta (bomberos, EMS/EMT, policía, etc.)",E1_="Animales (domesticados, de rescate, etc.)",q1_="Animales (grandes, salvajes, etc.)",T1_="Biología marina",P1_="Youtubers de videojuegos",R1_="Hello Kitty",L1_="Memes",j1_="Cony y Brown",N1_="Pokemon",M1_="Elija los puntos fuertes significativos o introduzca los puntos fuertes significativos aquí",G1_="Aprendo mejor cuando",z1_="Me cuesta aprender cuando",D1_="Los maestros me facilitan el aprendizaje cuando",F1_="Los profesores me dificultan el aprendizaje cuando",B1_="Si usted es profesor y ve que tengo dificultades para aprender en clase, puede ayudarme",O1_="Las tareas con las que más aprendo son",V1_="Las tareas que a veces me resultan demasiado desafiantes son",H1_="Desmenuzar las tareas",W1_="Suelo aprender mejor cuando mi profesor divide las tareas o proyectos grandes en pasos más pequeños y calcula (o me ayuda a calcular) la cantidad de tiempo que requerirá cada paso.",X1_="Gestión del tiempo, inicio de tareas, finalización de tareas, planificación",Y1_="Aprendizaje por trozos",Z1_="Yo aprendo mejor cuando mi profesor descompone el nuevo conocimiento en fragmentos más pequeños de información, seguidos de oportunidades para repasar lo aprendido e identificar las lagunas en el aprendizaje.",U1_="Memoria a corto plazo, Mantenerse concentrado, Control de los impulsos, Autoconciencia, Escuchar, Velocidad de procesamiento",J1_="Pausas",Q1_="Yo aprendo mejor cuando mi profesor incluye breves descansos en cada clase.",K1_="Administración del tiempo, Acabar las tareas, Mantenerse concentrado, Control de los impulsos, Actitud, Estrés y ansiedad, Ética del trabajo",ek_="Notas felices a casa",_k_="Yo aprendo mejor cuando mi profesor envía notas positivas, correos electrónicos o llamadas a casa para celebrar mi crecimiento.",tk_="Terminar tareas, Fijar y alcanzar objetivos, Actitud, Comportamiento, Confianza, Ética laboral",sk_="Centrado en el crecimiento",nk_="Yo aprendo mejor cuando mi profesor se centra en mi crecimiento y progreso más que en mis logros generales.",ok_="Confianza, Fijar y alcanzar objetivos, Estrés y ansiedad",ak_="Evitar los focos",ik_="Yo aprendo mejor cuando mi profesor es capaz de evitar situarme en el punto de mira y me da espacio y tiempo para prepararme cuando tengo que hacer una presentación. También me permite hacer presentaciones grabadas en lugar de requisitos en persona cuando es posible.",rk_="Estrés y ansiedad, hablar, velocidad de procesamiento",ck_="Revisiones frecuentes",lk_="Cuando mejor aprendo es cuando mi profesor realiza controles frecuentes y privados para asegurarse de que voy por buen camino. Esto también me ayuda a sentirme segura y apoyada en clase. (Las ideas para los controles incluyen un sistema de notas adhesivas, una señal silenciosa, un susurro al lado del pupitre, pero podemos acordar algo juntos).",dk_="Estrés y ansiedad, velocidad de procesamiento, inicio de tareas, desarrollo de ideas, planificación, finalización de tareas, memoria a corto plazo, mantenimiento de la concentración, autodefensa, autoconciencia",uk_="Desarrollo de la relación",mk_="Yo aprendo mejor cuando mi profesor se centra en la creación de relaciones, tanto con los profesores como con los compañeros, es decir, en la creación de una comunidad de atención en la que me siento conectado y valorado.",hk_="Estrés y ansiedad, Comportamiento, Actitud, Confianza",gk_="Priorizaciones explícitas",pk_="Yo aprendo mejor cuando mi profesor comparte qué actividades son obligatorias, recomendables o completamente opcionales.",yk_="Planificar, Velocidad de procesamiento, Terminar tareas, Escuchar, Leer, Escribir, Estrés y ansiedad, Ética del trabajo, Estudiar",fk_="Transiciones planificadas",wk_="Suelo aprender mejor cuando mi profesor nos anticipa y nos prepara a mí y a los otros alumnos para los ejercicios de seguridad, los cambios de actividad u otras transiciones de la clase.",vk_="Administración del tiempo, Planificación, Finalización de tareas, Estrés y ansiedad, Comportamiento, Flexibilidad",$k_="Opciones",bk_="Aprendo mejor cuando mi profesor me ofrece tantas opciones como sea posible.",kk_="Actitud, Comportamiento, Ética de trabajo",Ik_="Movimiento",xk_="Yo aprendo mejor cuando mi profesor proporciona mucho movimiento físico planeado u oportunidades para el movimiento en clase.",Ck_="Control de los impulsos, mantenerse concentrado",Sk_="Señales no verbales",Ak_="Yo aprendo mejor cuando mi profesor me reorienta con señales no verbales para redirigirme cuando es posible, en lugar de redirigirme verbalmente.",Ek_="Mantenerse concentrado, Autoconciencia, Actitud, Comportamiento, Estrés y ansiedad, Confianza",qk_="Limitar la instrucción directa",Tk_="Yo aprendo mejor cuando mi profesor no habla demasiado y me da la oportunidad de aprender a mi propio ritmo utilizando los materiales que mejor se adaptan a mí.",Pk_="La memoria a corto plazo, mantenerse concentrado, el control de los impulsos, la escucha, el comportamiento, la velocidad de procesamiento",Rk_="Rutinas",Lk_="Yo aprendo mejor cuando mi profesor establece y mantiene rutinas coherentes. Si tenemos que cambiar las rutinas, me entero de los cambios con antelación.",jk_="Administración del tiempo, Planificación, Finalización de tareas, Estrés y ansiedad, Comportamiento, Flexibilidad, Inicio de tareas",Nk_="Aprendizaje multimodal",Mk_="Yo aprendo mejor cuando mi profesor nos ayuda a aprender a través de múltiples formas, incluyendo leer, escuchar, observar y hacer. No se enseñan conceptos importantes utilizando sólo una forma de aprendizaje.",Gk_="Mantenerse concentrado, Escuchar, Leer, Escribir, Matemáticas, Colaboración, Velocidad de procesamiento",zk_="Evaluaciones flexibles",Dk_="Yo aprendo mejor cuando mi profesor crea una variedad de opciones para que yo pueda demostrar mi aprendizaje.",Fk_="Escuchar, Leer, Escribir, Matemáticas, Hablar, Estrés y ansiedad, Colaboración, Velocidad de procesamiento, Estudiar",Bk_="Retroalimentación flexible",Ok_="Yo aprendo mejor cuando mi profesor me da regularmente retroalimentación para que yo sepa cómo estoy rindiendo y qué puedo hacer para seguir mejorando.",Vk_="Planificación, Mantenerse centrado, Autoconciencia",Hk_="Preaprendizaje",Wk_="Yo aprendo mejor cuando mi profesor me proporciona oportunidades para aprender nuevos conceptos con antelación, como el acceso temprano a los recursos.",Xk_="Administración del tiempo, Escritura, Lectura, Matemáticas, Estrés y ansiedad, Velocidad de procesamiento",Yk_="Comprobaciones de comprensión",Zk_="Yo aprendo mejor cuando mi profesor comprueba frecuentemente conmigo si he entendido el nuevo aprendizaje.",Uk_="Empezar tareas, Memoria a corto plazo, Mantenerse concentrado, Control de impulsos, Autodefensa, Escuchar, Velocidad de procesamiento",Jk_="Rúbricas",Qk_="Yo aprendo mejor cuando mi profesor me proporciona rúbricas de aprendizaje desde el principio y me remito a ellas con frecuencia. Esas rúbricas me ayudan a comprender lo que se necesita para que pueda demostrar mi aprendizaje en diferentes niveles de rendimiento.",Kk_="Estudiar, Ética del trabajo, Confianza, Estrés y ansiedad, Autodefensa, Gestión del tiempo, Planificación, Finalización de tareas",e2_="Organizadores gráficos",_2_="Yo aprendo mejor cuando mi profesor utiliza organizadores gráficos para ayudarme a comprender lo que estamos aprendiendo.",t2_="Escuchar, Leer, Escribir, Velocidad de procesamiento, Memoria a corto plazo, Desarrollo de ideas, Planificación",s2_="Visuales",n2_="Yo aprendo mejor cuando mi profesor utiliza muchos elementos visuales (diagramas, infografías, imágenes, etc.) para ayudarme a entender lo que estamos aprendiendo.",o2_="Memoria a corto plazo, Mantenerse concentrado, Escuchar, Leer, Velocidad de procesamiento",a2_="Tallos de frases",i2_="Yo aprendo mejor cuando mi profesor me proporciona tallos de oraciones y promts de escritura para las tareas escritas.",r2_="Desarrollar ideas, Planificar, Empezar tareas, Escribir",c2_="Tiempo para pensar",l2_="Yo aprendo mejor cuando tengo mucho tiempo para pensar antes de responder a una pregunta.",d2_="Desarrollo de ideas, Velocidad de procesamiento, Expresión oral",u2_="Instrucciones claras",m2_="Yo aprendo mejor cuando mi profesor divide las instrucciones en pequeños pasos, utilizando un vocabulario sencillo, y comprueba que he entendido las instrucciones.",h2_="Administración del tiempo, Planificación, Inicio de tareas, Finalización de tareas, Memoria a corto plazo, Mantenerse concentrado, Escuchar, Velocidad de procesamiento",g2_="Compartir vocabulario",p2_="Yo aprendo mejor cuando mi profesor me proporciona nuevas palabras de vocabulario antes de que tratemos la nueva información y me da oportunidades para aprender el vocabulario.",y2_="Memoria a corto plazo, Memoria a largo plazo, Comprensión oral, Lectura, Velocidad de procesamiento",f2_="Banco de ideas",w2_="Yo aprendo mejor cuando mi profesor me proporciona una lista de ideas preparada de antemano para que yo elija.",v2_="Desarrollo de ideas, Inicio de tareas, Gestión del tiempo",$2_="Ejemplos",b2_="Yo aprendo mejor cuando mi profesor me proporciona ejemplos de cómo es un trabajo realizado con éxito para diferentes niveles de rendimiento.",k2_="Desarrollo de ideas, Planificación, Inicio de tareas, Estudio",I2_="Organización del tiempo",x2_="Yo aprendo mejor cuando mi profesor me proporciona tiempo para organizar los materiales y/o planificar los siguientes pasos.",C2_="Administración del tiempo, Organización de materiales, Desarrollo de ideas, Planificación, Inicio de tareas, Estrés y ansiedad",S2_="Yo aprendo mejor cuando mi profesor programa un tiempo regular 1-a-1 conmigo.",A2_="Respuestas multimodales",E2_="Yo aprendo mejor cuando puedo mostrar mi comprensión de formas variadas, como haciendo bocetos, una presentación o un vídeo corto transmitiendo información, etc.",q2_="Empezar tareas, terminar tareas, autodefensa, memoria a largo plazo",T2_="Enseñanza entre iguales-Trabajo en grupo",P2_="Yo aprendo mejor cuando puedo enseñar a mis compañeros o practicar con ellos.",R2_="Estudiar, Escuchar, Velocidad de procesamiento, Memoria a largo plazo",L2_="Tiempo extra para completar evaluaciones",j2_="Tiempo extra para procesar la información hablada y las instrucciones",N2_="Descansos extra según sea necesario",M2_="Utilización de un ordenador (sin acceso a Internet) o un procesador de textos en las evaluaciones",G2_="Versiones de audio de las evaluaciones",z2_="Acceso a un lector para las evaluaciones",D2_="Software de conversión de voz a texto para las evaluaciones",F2_="Uso de un escriba para las evaluaciones",B2_="Grabaciones de audio de las respuestas para las evaluaciones",O2_="Reparta las evaluaciones cronometradas más largas en varios días",V2_="Hacer los exámenes en una sala tranquila con pocas distracciones",H2_="Realice los exámenes en grupos reducidos",W2_="Asignar los asientos donde el alumno pueda aprender mejor",X2_="Utilizar herramientas sensoriales durante la clase",Y2_="Una iluminación especial",Z2_="Uso de un ordenador o procesador de textos para tomar apuntes",U2_="La utilización de una calculadora cuando normalmente no se permite una",J2_="Uso de un diccionario ortográfico o corrector ortográfico",Q2_="Copias de los apuntes de clase",K2_="Copia escrita de cualquier instrucción",e4_="Imágenes y gráficos para acompañar cualquier información nueva transmitida verbalmente",_4_="Posibilidad de grabar las clases",t4_="Aumentar el tamaño del texto a un formato más grande",s4_="Proporcione formatos alternativos distintos a la lectura cuando aprenda nueva información",n4_="Proporcionar formatos alternativos distintos a la escucha cuando se aprenda nueva información",o4_="¡Estupendo! Construyamos su objetivo.",a4_="¿Qué quiere que sea diferente en su aprendizaje? Seleccione una categoría o escriba su propia idea.",i4_="Elegir el área de mi meta",r4_="¡Buena elección! ¿Qué área del bienestar le gustaría trabajar?",c4_="¡Seamos más específicos! Seleccione un área o escriba su propia idea.",l4_="Añada más detalles a su objetivo",d4_="Recuerde, ¡los objetivos deben ser SMART!",u4_="Específicos, Mensurables, Alcanzables/Ambiciosos, Relevantes y Basados en el Tiempo.",m4_="¡Perfecto! Vamos a reducirlo. Es hora de añadir más detalles a su objetivo.",h4_="Seleccione un objetivo o escriba el suyo propio.",g4_="Ahora, elijamos sus objetivos.",p4_="¿Cómo piensa lograr este objetivo?",y4_="Seleccione las opciones que aparecen a continuación o escriba las suyas propias. Éstos se convertirán en sus objetivos a corto plazo.",f4_="¡Siga adelante!",w4_="Añadir objetivo",v4_="¿Dónde se encuentra ahora? ¿Qué aspecto tiene para usted en este momento?",$4_="Esto le ayudará a seguir su progreso.",b4_="Terminado",k4_="Crearé una rutina para dormir.",I4_="Programaré una alarma para que me recuerde empezar mi rutina.",x4_="Apartaré mis aparatos electrónicos 1 hora antes de la hora de dormir.",C4_="Pondré mi teléfono en modo concentración o no molestar durante una hora antes de acostarme y hasta mi alarma matutina.",S4_="Escogeré actividades relajantes 1 hora antes de acostarme como leer, meditar, hacer yoga o escuchar música.",A4_="Me levantaré de la cama a la misma hora cada día.",E4_='Sólo pulsaré "snooze" una vez cada mañana.',q4_="Tendré todo empaquetado o preparado para el día siguiente antes de irme a dormir.",T4_="Me acostaré a la hora.",P4_="Haré esto al menos 4 de cada 5 veces esta semana.",R4_="Me despertaré a la hora.",L4_="Me crearé una pequeña rutina para la mañana que me entusiasme para el día.",j4_="Pondré una alarma que me recuerde que debo prepararme para dormir 1 hora antes de acostarme.",N4_="Pondré una alarma por la mañana que me dé tiempo suficiente para prepararme para ir al colegio.",M4_="Leeré durante 20 minutos antes de acostarme.",G4_="Meditaré o escucharé música relajante antes de irme a dormir.",z4_="Crearé una rutina matutina para estar listo para el día.",D4_="Buscaré ideas para una rutina matutina.",F4_="Expondré mis ideas a mi profesor o a otra persona.",B4_="Trazaré mi rutina en un papel o en mi teléfono.",O4_="Empezaré mi rutina a la misma hora todas las mañanas.",V4_="Crearé una rutina nocturna para prepararme para ir a la cama.",H4_="Buscaré ideas para una rutina nocturna.",W4_="Haré esta rutina 5 de las 5 noches escolares de esta semana.",X4_="Dormiré al menos 8 horas cada noche.",Y4_="Practicaré la meditación.",Z4_="Encontraré/elegiré una aplicación o recurso de meditación para utilizar.",U4_="Me retaré a meditar durante x número de días seguidos.",J4_="Escogeré una hora diaria para meditar y pondré una alarma para recordármelo.",Q4_="Meditaré al menos x de x días esta semana.",K4_="Comenzaré una rutina de ejercicios.",eI_="Buscaré un amigo con el que hacer ejercicio cada semana.",_I_="Escogeré el tipo de ejercicio que añadiré a mi rutina.",tI_="Compartiré mi rutina con un amigo o adulto de confianza.",sI_="Añadiré mis horas de ejercicio a mi agenda o calendario.",nI_="Haré ejercicio a diario.",oI_="Haré ejercicio al menos x de x días esta semana.",aI_="Comprenderé la causa de mi estrés.",iI_="Hablaré con mi profesor o consejero sobre las cosas que me molestan o me estresan.",rI_="Me identificaré y hablaré con alguien de confianza sobre cómo me siento",cI_="Me detendré cuando me sienta estresado para identificar la causa del estrés.",lI_="Aprenderé qué está y qué no está en mi círculo de control.",dI_="Reconoceré cuándo me estoy acercando a una situación potencialmente estresante.",uI_="Aprenderé sobre habilidades de afrontamiento.",mI_="Conversaré con mi profesor o consejero sobre las habilidades de afrontamiento que creen que me serán útiles.",hI_="Seleccionaré una habilidad de afrontamiento para practicarla cuando sienta que me estoy estresando.",gI_="Utilizaré una estrategia de afrontamiento cuando esté estresado x número de veces esta semana.",pI_="Comenzaré a escribir en un diario mis pensamientos y sentimientos.",yI_="Haré esto al menos x de x días esta semana.",fI_="Saldré al aire libre o a la naturaleza.",wI_="Haré tiempo para algo divertido.",vI_="Sacaré tiempo para estar quieto y en silencio.",$I_="Aumentar mi atención plena",bI_="Haré pequeñas pausas a lo largo del día.",kI_="Decidiré qué tipos de pausas me ayudan más.",II_="Programaré alarmas para recordarme que debo hacer una pausa.",xI_="Haré una pausa cada hora.",CI_="Haré una pausa cada 90 minutos.",SI_="Tomaré X número de descansos al día",AI_="Crear oportunidades de relajación",EI_="Utilizaré la visualización para ayudarme a relajarme.",qI_="Aprenderé sobre la visualización.",TI_="Programaré una alarma para recordarme que debo practicar la visualización.",PI_="Decidiré cómo será esta práctica para mí.",RI_="Haré ejercicios de respiración profunda.",LI_="Investigaré y aprenderé ejercicios de respiración para probar.",jI_="Programaré una alarma para que me recuerde practicar los ejercicios de respiración.",NI_="Escucharé música relajante.",MI_="Buscaré o crearé una lista de reproducción que me resulte relajante.",GI_="Añadiré música para escuchar a mi rutina nocturna.",zI_="Practicaré yoga.",DI_="Buscaré una clase, un canal de youtube o una aplicación que pueda utilizar.",FI_="Me propondré el reto de practicar yoga durante x número de días seguidos.",BI_="Elegiré una hora diaria para practicar yoga y pondré una alarma para recordármelo.",OI_="Haré un proyecto de arte que me guste.",VI_="Buscaré una actividad artística relajante para probar.",HI_="Cada semana elegiré una hora para hacer mi arte y estableceré recordatorios.",WI_="Le contaré a alguien mi nuevo proyecto de arte",XI_="Mantenerse en forma",YI_="Haré más ejercicio.",ZI_="Me uniré a un equipo o club deportivo.",UI_="Averiguaré qué hay disponible en mi escuela.",JI_="Elegiré uno que me interese.",QI_="Me ocuparé de los trámites para apuntarme.",KI_="Participaré en las pruebas o en el proceso de solicitud.",ex_="Asistiré a todos los entrenamientos.",_x_="Aprenderé un nuevo deporte o actividad.",tx_="Buscaré nuevos deportes o actividades que puedan interesarme.",sx_="Elegiré un nuevo deporte o actividad para aprender.",nx_="Comprobaré si alguien que conozco quiere probar esta nueva actividad conmigo.",ox_="Reuniré el equipo necesario para aprender esta actividad.",ax_="Investigaré las normas y métodos de esta actividad.",ix_="Encontraré grupos que participen en esta actividad a los que unirme.",rx_="Investigaré posibles retos que me interesen.",cx_="Elegiré un reto para completar.",lx_="Estableceré una hora cada semana o cada día para realizar este reto.",dx_="Pondré una alarma para recordarme que tengo que hacer este reto",ux_="Me apuntaré a una carrera.",mx_="Buscaré diferentes carreras y eventos que se celebren en mi zona en los próximos meses.",hx_="Elegiré una para completarla y hablaré con mis padres/tutores para participar.",gx_="Me inscribiré si tengo permiso de mis padres/tutores.",px_="Crearé un programa de entrenamiento para preparar mi carrera.",yx_="Estableceré recordatorios para mi programa de entrenamiento",fx_="Crearé una rutina de ejercicios en casa.",wx_="Haré un inventario de los aparatos de ejercicio a los que tengo acceso en casa.",vx_="Buscaré qué rutinas y ejercicios puedo hacer con el equipo que tengo en casa.",$x_="Encontraré un canal de youtube o una aplicación que pueda utilizar para mis entrenamientos.",bx_="Estableceré un horario para mi rutina.",kx_="Estableceré recordatorios para mi rutina.",Ix_="Me inscribiré e iré a un gimnasio.",xx_="Investigaré los gimnasios de mi zona.",Cx_="Elegiré un gimnasio que pueda pagar y obtendré el permiso de mis padres/tutores.",Sx_="Iré al gimnasio y me haré socio.",Ax_="Aprenderé sobre el equipamiento, los programas y las clases disponibles en mi gimnasio.",Ex_="Decidiré cuál será mi rutina cuando vaya al gimnasio.",qx_="Programaré las horas para ir al gimnasio en mi teléfono.",Tx_="Iré al gimnasio x de x días esta semana",Px_="Comer más sano",Rx_="Añadiré más frutas y verduras a mi dieta.",Lx_="Cambiaré x por x cuando salga a comer fuera.",jx_="Limitaré mis bebidas azucaradas.",Nx_="Beberé más agua.",Mx_="Llenaré mi botella de agua x veces cada día escolar.",Gx_="Aprenderé a cocinar comidas sencillas.",zx_="Voy a ir a la tienda a comprar los ingredientes que faltan en mi lista.",Dx_="Seguiré la receta y compartiré mi comida con un familiar o amigo.",Fx_="Mejoraré mi puntualidad (no llegar tarde a la escuela/clase)",Bx_="Por la mañana añadiré tiempo de reserva a mi horario para asegurarme de llegar a tiempo a la escuela.",Ox_="Pondré alarmas o alertas de calendario en mi teléfono para recordarme que debo ir a mi próxima clase.",Vx_="Programaré una alarma para que me avise 5 minutos antes de salir hacia la escuela.",Hx_="Colocaré mi horario escolar en una agenda o en mi teléfono.",Wx_="Hacer amigos",Xx_="Me apuntaré a un club o equipo deportivo.",Yx_="Asistiré a todas las prácticas o reuniones",Zx_="Encontraré a alguien con un interés común.",Ux_="Invitaré a alguien a salir fuera de la escuela.",Jx_="Asistiré a eventos o fiestas a los que me inviten.",Qx_="Comeré con alguien a quien quiera conocer mejor.",Kx_="Me aprenderé algunas buenas preguntas que hacer a los demás para conocerlos.",e3_="Aprenderé a entablar más una conversación.",_3_="Pensaré en lo que quiero en un amigo.",t3_="Pensaré en lo que significa ser un buen amigo.",s3_="Compartiré estos pensamientos con alguien.",n3_="Unirse a un club/deporte",o3_="Elegiré un club al que unirme.",a3_="Asistiré a todas las reuniones.",i3_="Elegiré un deporte para hacer una prueba.",r3_="Aprender una nueva actividad",c3_="Elegiré una nueva actividad para aprender.",l3_="Recogeré los materiales necesarios para aprender esta actividad.",d3_="Esta semana practicaré o jugaré a mi nueva actividad al menos x de x veces.",u3_="Mejorar los deberes",m3_="Entregaré mis deberes a tiempo.",h3_="Entregaré deberes de alta calidad.",g3_="Trabajar en tareas a largo plazo (planificadas y progresando)",p3_="Estableceré un plan de estudio/trabajo para proyectos a largo plazo",y3_="Estudiar para los exámenes (rutinas y estrategias de estudio eficaces)",f3_="Estableceré un plan de estudio/trabajo para los exámenes",w3_="Tomar apuntes en clase (de alta calidad, organizados)",v3_="Voy a tomar apuntes (digitales/en papel)en clase y organizarlos en una carpeta/cuaderno para cada una de mis clases básicas/clave.",$3_="Investigaré métodos para tomar apuntes",b3_="Mejoraré la nota en x asignatura en x cantidad",k3_="Repasaré material de clase un adicional (además de/además de/ sin incluir el aprendizaje en casa)",I3_="Estudiaré x cantidad de tiempo sobre x asignatura x veces/horas a la semana",x3_="Terminar el trabajo antes y cotejarlo con las instrucciones/rúbrica y luego editarlo",C3_="Mejorar la calidad/calificación de las tareas de aprendizaje en casa",S3_="Crear un horario regular de estudio/tareas",A3_="Crearé un horario para mi semana detallando los días de estudio, las horas y cuánto tiempo estudiaré para x fecha.",E3_="Mejorar la organización del correo electrónico, Google drive, calendario o agenda",q3_="Revisaré mi bandeja de entrada/correos electrónicos no leídos al menos x veces a la semana y responderé si es necesario.",T3_="Crearé carpetas/etiquetas y organizaré los correos electrónicos en las correctas.",P3_="Crearé carpetas para cada asignatura y organizaré los documentos en las carpetas correctas.",R3_="Crear recordatorios o eventos de calendario para acontecimientos importantes/fechas límite/horas de estudio.",L3_="Crearé recordatorios o eventos de calendario para mis eventos/fechas límite o sesiones de estudio más importantes inmediatamente o tan pronto como pueda.",j3_="Crear un planificador de tareas a largo plazo",N3_="Evaluaré mi progreso y ajustaré el tiempo de estudio para x fecha.",M3_="Mejorar mis hábitos de lista de tareas pendientes",G3_="Añadiré tareas a mi lista de tareas pendientes inmediatamente o tan pronto como pueda y la revisaré 3 veces por semana",z3_="Crearé un horario para asihnmentos a largo plazo detallando los días de estudio, las horas y cuánto tiempo estudiaré para x fecha.",D3_="Tomaré apuntes (digitales/en papel) en clase y los organizaré en una carpeta/cuaderno para todas mis clases.",F3_="Mantendré los dispositivos apagados, en silencio o guardados en clase",B3_="Mantener los dispositivos apagados, en silencio o guardados",O3_="Mantener los dispositivos apagados, en silencio o guardados durante el tiempo de estudio",V3_="Crearé una rutina para la transición del tiempo de estudio.",H3_="Establecer un horario en mi teléfono sobre concentración o no molestar durante el tiempo de clase",W3_="Estableceré un horario en mi teléfono para concentrarme o no molestar durante las horas de estudio planificadas",X3_="Reducir o limitar el tiempo dedicado a las redes sociales",Y3_="Estableceré límites de tiempo en mis aplicaciones o sitios web.",Z3_="Pondré un temporizador cuando me tome un descanso en los medios sociales",U3_="Aumentar el compromiso en clase",J3_="Evitaré sitios web/otras tareas que me distraigan en clase",Q3_="Prestaré atención a las instrucciones en clase.",K3_="Participaré más activamente en clase.",eC_="Participaré más en las actividades de clase.",_C_="Haré preguntas en clase relacionadas con el tema para mejorar mi comprensión/aprendizaje.",tC_="Me ofreceré voluntario para responder más preguntas en clase.",sC_="Evitar páginas web que me distraigan",nC_="Estableceré límites de tiempo para las páginas web que me distraigan mediante una extensión de Chrome.",oC_="Cerraré todas las pestañas que no estén relacionadas con mi tarea.",aC_="Obtener ayuda cuando sea necesario",iC_="Me reuniré con mi profesor fuera de clase cuando necesite ayuda",rC_="Enviaré un correo electrónico a mi profesor cuando necesite ayuda",cC_="Haré preguntas en clase cuando no sepa qué d",lC_="Entender mis adaptaciones",dC_="Conoceré y comprenderé mis adaptaciones",uC_="Pediré mis adaptaciones cuando las necesite en clase",mC_="Informaré a mi gestor de casos cuando ya no necesite una adaptación.",hC_="Hablaré con mi gestor de casos cuando crea que necesito adaptaciones adicionales o diferentes.",gC_="Procrastinación",pC_="Planificar con antelación",yC_="Dedicaré x cantidad de tiempo x veces a la semana a proyectos a largo plazo",fC_="Planificaré las tareas de la semana el lunes o el viernes anterior",wC_="Añadiré tareas a mi agenda cuando me las asignen en clase",vC_="Inicio de la tarea",$C_="Empezaré las tareas el día asignado y las terminaré si el tiempo lo permite",bC_="Terminaré las tareas antes de tiempo o antes de que venzan",kC_="Mis pensamientos y sentimientos son importantes",IC_="Hoy",xC_="Esta semana",CC_="Este mes",SC_="Hombre",AC_="Femenino",EC_="Escriba algo para buscar estudiantes",qC_="Asignar para estudiantes seleccionados",TC_="Email del asistente",PC_="Email Consejero",RC_="Email del profesor de apoyo",LC_="Añadir nueva respuesta",jC_="Editar plantilla",NC_="Añadir preguntas",MC_="Editar plantilla de correo",GC_="Correo de contacto",zC_="Anuncios",DC_="Información de horarios",FC_="Dar la bienvenida a un nuevo profesor/asistente",BC_="Solicitud de contacto",OC_="Bienvenida nuevo profesor",VC_="Bienvenida nuevo alumno",HC_="Bienvenida nuevo asistente",WC_="Bienvenido nuevo padre",XC_="Bienvenido nuevo eduTeacher",YC_="Contraseña olvidada",ZC_="Bienvenido nuevo consejero",UC_="Nombre de usuario",JC_="Apellido del usuario",QC_="Contraseña",KC_="Mensaje",eS_="Dominio",_S_="Básico",tS_="Premium",sS_="Empresa",nS_="¿Está seguro de solicitar el cambio a este plan?",oS_="Imágenes",aS_="Audios",iS_="Documentos",rS_="Vídeos",cS_="Guardado automático cada 1 min",lS_="No mostrar al usuario",dS_="En una escala del 0 al 10, ¿con qué probabilidad nos recomendaría a un amigo o colega?",uS_="Nada probable",mS_="Extremadamente probable",hS_="Encuesta sobre el clima de UWCSEA-SG: Conexiones con adultos y compañeros",gS_="Encuesta sobre el clima de UWCSEA-SG: ¿Necesita ayuda o apoyo adicional?",pS_="Encuesta sobre el clima UWCSEA-SG: Mi salud y bienestar",yS_="Encuesta sobre el clima UWCSEA-SG: Preguntas abiertas",fS_="Encuesta sobre el clima UWCSEA-SG: Experiencias de aprendizaje holístico",wS_="Importar correo electrónico por csv",vS_="Opción única",$S_="Opción múltiple",bS_="Introducción de texto",kS_="Emocional",IS_="Resumir",xS_="Calificación",CS_="Estrategia de aprendizaje",SS_="Desplegable",AS_="Felicidad_Intervención",ES_="Norma SDQ",qS_="Diversidad, equidad, inclusión y justicia",TS_="Encuesta sobre el clima",PS_="Intervención-Seguridad",RS_="Intervención-Estrés",LS_="Seguridad en el hogar",jS_="Bienestar",NS_="Preguntas sobre la depresión",MS_="Alumnos de nivel 1-Conferencia de objetivos",GS_="Alumnos de nivel 1-Conferencia equilibrada",zS_="Alumnos de nivel 1-Conferencia sobre hábitos y actitudes hacia el aprendizaje",DS_="Alumnos de nivel 2-Ciudadanía digital",FS_="Nivel 1 Alumnos-Ciudadanía digital",BS_="Alumnos de nivel 2-Comunicación",OS_="Alumnos de nivel 1-Comunicación",VS_="Nivel 2 - Colaboración",HS_="Nivel 1 - Colaboración",WS_="Nivel 2 - Aprendizaje autodirigido",XS_="Nivel 2: Capacidad de autogestión",YS_="Nivel 1: Capacidad de autogestión",ZS_="Nivel 2: Autodefensa",US_="Nivel 1: Autodefensa",JS_="Nivel 2: Autoconciencia",QS_="Nivel 1: Autoconciencia",KS_="Nivel 2: Aprendizaje y técnicas de estudio",eA_="Nivel 1: Sesión de aprendizaje y técnicas de estudio",_A_="Nivel 2 Alumnos-Organización",tA_="Nivel 1 Estudiantes-Sesión de organización",sA_="Nivel 2 Learners-Conferencia de objetivos",nA_="Nivel 2 Alumnos-Conferencia sobre hábitos y actitudes hacia el aprendizaje",oA_="Nivel 2 Estudiantes-Conferencia equilibrada",aA_="Nivel 2 Alumnos-Objetivo(s) Sesión",iA_="Alumnos de nivel 1 - Sesión sobre los objetivos",rA_="Alumnos de nivel 2 - Sesión sobre estrategias de estudio",cA_="Nivel 2 - Sesión académica",lA_="Alumnos de nivel 1 - Sesión académica",dA_="Alumnos de nivel 2 - Sesión sobre hábitos y actitudes hacia el aprendizaje",uA_="Nivel 1 - Hábitos y actitudes hacia el aprendizaje",mA_="Nivel 2 Alumnos - Sesión general",hA_="Nivel 1 Alumnos-Sesión general",gA_="Aprendizaje social y emocional",pA_="Preguntas de reflexión al final de la clase",yA_="Control de los impulsos/autocontrol",fA_="Planificación/Resolución de problemas",wA_="Sentido de autoeficacia del profesor (TSES)",vA_="Estrategias generales de aprendizaje (EGA)",$A_="Atención focalizada",bA_="Memoria",kA_="Toma de decisiones responsable",IA_="Conciencia social",xA_="Habilidades de relación",CA_='Hábitos y actitudes hacia el aprendizaje ("HAL")',SA_="Preguntas de fin de conferencia",AA_="Habilidades para la vida",EA_="Salud y forma física",qA_="Funciones ejecutivas",TA_="Técnicas de estudio",PA_="Autorregulación metacognitiva",RA_="Satisfacción educativa",LA_="Preguntas de la sesión por defecto",jA_="TEST Categoría de preguntas 1",NA_="¿ Es usted alumno interno o externo?",MA_="Antes de tomar una decisión, considero las consecuencias",GA_="Tiene alguna de las siguientes características: diferencia de aprendizaje (p. ej., dislexia, TDAH), enfermedad/condición de salud de larga duración, deficiencia física/visual/auditiva, diferencia social/de comportamiento (p. ej., TEA, Tourettes).",zA_="¿Cómo describiría sus creencias religiosas?",DA_="¿Cómo describiría su orientación sexual?",FA_="Me dedico activamente a actividades que coinciden con mis pasiones y valores.",BA_="Siempre tengo a alguien con quien comer.",OA_="Estoy solo más a menudo de lo que me gustaría.",VA_="Estoy contento con las notas que saco en la escuela.",HA_="Académico Deberes, estudio y notas",WA_="Crecimiento Mejora de los hábitos de estudio, las notas, los deportes, los clubes o los proyectos personales",XA_="Productividad Realización de tareas importantes y limitación de las distracciones",YA_="Relaciones Familia, amigos y profesores",ZA_="¿Algo más que quiera decirle a su profesor?",UA_="¿Ha traído lo que necesitaba para esta clase?",JA_="¿Ha completado todo el trabajo para la clase de hoy?",QA_="¿Tenía sus materiales preparados al comienzo de la clase?",KA_="¿Le falta alguna tarea para esta clase?",e0_="Asignar a granel",_0_="Asignar a granel Alumno",t0_="Instrucción",s0_="Nombre es requerido",n0_="Instrucción es requerida",o0_="Agregar ítem",a0_="Elementos de rúbrica de conferencia está vacío",i0_="Fila o columna en blanco",r0_="Lista de preguntas",c0_="Pregunta requerida",l0_="Seleccione la habilidad",d0_="Escriba y pulse Intro para añadir una nueva fila",u0_="¿Desea eliminar esta fila?",m0_="¿Desea eliminar esta alerta personalizada?",h0_="Eliminar alerta personalizada correctamente",g0_="¿Desea eliminar esta competencia?",p0_="Eliminar competencia correctamente",y0_="¿Desea eliminar este asunto?",f0_="Eliminar asignatura correctamente",w0_="¿Quiere eliminar esta categoría de apoyo al aprendizaje?",v0_="Eliminar la categoría de apoyo al aprendizaje correctamente",$0_="¿Quiere eliminar esta estrategia de aprendizaje?",b0_="Eliminar estrategia de aprendizaje con éxito",k0_="No se puede eliminar la pregunta",I0_="¿Quiere eliminar este ejemplo de objetivo?",x0_="Eliminar pregunta con éxito",C0_="¿Quiere eliminar esta insignia?",S0_="Eliminar insignia correctamente",A0_="¿Quiere eliminar este día en blanco?",E0_="Eliminar el día en blanco",q0_="¿Desea eliminar esta puntuación de banda?",T0_="Eliminar la puntuación de la banda con éxito",P0_="Se utiliza",R0_="Hora OneRoster Sync (HH)",L0_="Texto pequeño",j0_="Texto mediano",N0_="Texto grande",M0_="Editar Información Padre 1",G0_="Editar información del padre 2",z0_="Último 1-1",D0_="¿Cómo calificaría sus posibilidades de alcanzar este objetivo?",F0_="Añadir nombre",B0_="Lista de actividades",O0_="Seleccionar año académico",V0_="Varios miembros del personal",H0_="Personal",W0_="¿Cómo se encuentra hoy?",X0_="¿Cuál era el propósito o el objetivo de la clase de hoy?",Y0_="Encabezado 1",Z0_="Encabezado 2",U0_="Encabezado 3",J0_="Encabezado 4",Q0_="Encabezado 5",K0_="Encabezado 6",eE_="Mantenerse centrado",_E_="Pregunta de entrada de texto",tE_="frente al año pasado",sE_="Abandonar página",nE_="¿En qué medida le ayudó a mejorar su aprendizaje reflexionar durante esta sesión?",oE_="Última conversación 1 a 1",aE_="El alumno ha comenzado esta conferencia. ¿Está seguro de borrarla?",iE_="El estudiante ha iniciado esta sesión. ¿Está seguro de borrar ?",rE_="El estudiante no ha comenzado este Uno a Uno. ¿ Está seguro de borrar ?",cE_="Mis alojamientos",lE_="Conjunto de alojamientos",dE_="Añadir un nuevo alojamiento",uE_="Imprimir mis adaptaciones",mE_="Mi progreso de aprendizaje",hE_="Comparación de respuestas",gE_="Preguntas desplegables y verbales Respuestas",pE_="HERRAMIENTAS MARIO",yE_="Personalice",fE_="Ajustes técnicos",wE_="Importación/Exportación de datos",vE_="Alumnos inactivos",$E_="preguntas_semanales",bE_="Consejos generales del administrador",kE_="Uso de la escuela",IE_="Tiempo total de conversaciones",xE_="Total de reflexiones en clase",CE_="Uso del grado",SE_="Total Conversaciones",AE_="Hacerse pasar por",EE_="Hola",qE_="Plan de transición",TE_="Actualizado en",PE_="Imprimir mi plan de aprendizaje",RE_="Imprimir plan de aprendizaje del estudiante",LE_="Imprimir Mi Plan de Transición",jE_="Sobre mi",NE_="Nombre su interés",ME_="Añada más detalles a su interés",GE_="Crear interés",zE_="Ver PLP",DE_="Ver PLP actual",FE_="Mis estrategias de aprendizaje",BE_="Añadir nuevo interés",OE_="Añadir nuevo reto",VE_="Añadir nuevo punto fuerte",HE_="Añadir una nueva idea",WE_="Añadir nuevas personas",XE_="Añadir una nueva herramienta",YE_="Añadir nueva estrategia",ZE_="Añadir un nuevo sueño",UE_="Mi red de apoyo",JE_="Añadir persona",QE_="Familia más cercana",KE_="Familia",eq_="Mentores",_q_="Tutores",tq_="Mi cronología",sq_="Añadir hito",nq_="Añadir prueba",oq_="Universidades",aq_="Añadir universidades",iq_="Mi plan de transición",rq_="Hitos académicos",cq_="Pruebas",lq_="Intereses académicos y profesionales",dq_="Aún no ha añadido ningún interés",uq_="Añadir un plan",mq_="Actividades extracurriculares",hq_="Añadir nueva actividad",gq_="Cursos",pq_="Añadir nuevos cursos",yq_="Añadir nueva universidad",fq_="Referencias",wq_="Recursos para mi futuro",vq_="Añadir nuevos recursos",$q_="Mis ensayos",bq_="Añadir ensayo",kq_="Carteras de aprendizaje",Iq_="Añadir cartera",xq_="Planificación financiera",Cq_="Añadir nuevo plan",Sq_="Filas por página",Aq_="Enlace anónimo",Eq_="Seleccionar clasificación de preguntas",qq_="Seleccionar Distribución de Respuestas",Tq_="Sólo puede seleccionar una pregunta por vez",Pq_="Número de respuestas",Rq_="Mis intereses",Lq_="Me gustaría saber más sobre",jq_="Mis puntos fuertes",Nq_="Mis retos",Mq_="Puedo ayudarme a mí mismo",Gq_="Mi profesor puede ayudarme",zq_="Otras personas que pueden ayudarme son",Dq_="Herramientas/cosas que pueden ayudarme son",Fq_="Mis objetivos",Bq_="Mis metas y objetivos",Oq_="Mis esperanzas y sueños",Vq_="Nota que falta",Hq_="El grado debe ser igual o superior al grado 1",Wq_="Aún no ha añadido ningún reto",Xq_="Aún no ha añadido ningún punto fuerte",Yq_="Aún no ha añadido ninguna idea",Zq_="Aún no ha añadido ninguna persona",Uq_="Aún no ha añadido ninguna herramienta",Jq_="Aún no ha añadido ninguna estrategia",Qq_="Aún no ha añadido objetivos y metas",Kq_="Aún no ha añadido sus sueños y esperanzas",eT_="Cómo aprendo mejor",_T_="su",tT_="interés",sT_="fuerza",nT_="desafío",oT_="idea",aT_="gente",iT_="herramienta",rT_="sueño",cT_="persona",lT_="más detalles a",dT_="Mi apoyo",uT_="Red",mT_="Mi PLP actual",hT_="Ver PLP",gT_="Alojamiento actual",pT_="Fecha objetivo",yT_="Aún no ha añadido ningún {{item}}",fT_="Fecha de aprobación",wT_="Colegio",vT_="Visita",$T_="Solicitud",bT_="un plan",kT_="intereses",IT_="actividades",xT_="prueba/examen",CT_="curso",ST_="recursos",AT_="ensayo",ET_="ensayos",qT_="planes",TT_="Total de",PT_="encuesta de diagnóstico",RT_="Preguntas seleccionadas",LT_="Preguntas disponibles",jT_="¿Está seguro de que desea inactivar a {{número}} alumnos?",NT_="Datos del último mes",MT_="Número de preguntas",GT_="Ningún {{item}} para mostrar",zT_="plantilla",DT_="evaluación",FT_="resultado de la tarea",BT_="certificado",OT_="Categoría de apoyo al aprendizaje",VT_="retroalimentación",HT_="sugerencia",WT_="Pantalla de tutorial",XT_="formularios de reflexión",YT_="Seleccione la pregunta que desea añadir",ZT_="No se ha encontrado la calificación del estudiante",UT_="Escriba su persona",JT_="Escriba su persona",QT_="Crear persona",KT_="Enero",eP_="Febrero",_P_="Marzo",tP_="Abril",sP_="Mayo",nP_="Junio",oP_="Julio",aP_="Agosto",iP_="Septiembre",rP_="Octubre",cP_="Noviembre",lP_="Diciembre",dP_="Completar",uP_="Seleccionar usuario",mP_="finalizado en menos de una hora",hP_="Mi caja de arena",gP_="{número} estudiantes desmotivados",pP_="{number} estudiantes están cómodos",yP_="{number} students are stretch",fP_="{número} los estudiantes están tensos",wP_="{número} estudiantes están abrumados",vP_="Compruebe con {nombre del profesor}",$P_="Todos los alumnos marcados se sienten seguros.",bP_="suave",kP_="Ascendente",IP_="Descendente",xP_="vacío",CP_="¡Has completado todas las misiones semanales!",SP_="¡Buen trabajo!",AP_="Si ha respondido a todas las preguntas, presione el botón HECHO para completar el Registro",EP_="Registro terminado",qP_="¿Estás listo para enviar?",TP_='Completaste "Check In" en la sección Check In',PP_='¡Buen trabajo! Completaste "Red de soporte" en la sección Mi red de soporte.',RP_='¡Buen trabajo! Completaste "Estrategias de aprendizaje" en la sección Mis estrategias de aprendizaje.',LP_="Lista de preguntas predeterminadas una a una",jP_="¿Es la pregunta predeterminada?",NP_="¿Es una pregunta de reflexión de clase?",MP_="Pregunta de sí o no",GP_="Número de estrellas",zP_="Icono de emoción",DP_="Añadir nueva subpregunta",FP_="Sub-preguntas",BP_="¿Estás segura de eliminar?",OP_="editar 1-1",VP_="Bienestar",HP_="seguridad ambiental",WP_="sueño",XP_="comida",YP_="aprendizaje",ZP_="obteniendo ayuda",UP_="haciendo ejercicio",JP_="Estar tranquila",QP_="casa",KP_="escuela",eR_="en línea",_R_="Aprendiendo en clase",tR_="aprendizaje en casa",sR_="Destinos",nR_="Seleccionar CSV",oR_="Importar reflexiones de clase",aR_="Escribe una pregunta",iR_="Editar destino",rR_="Crear destino",cR_="Total de destinos",lR_="Información general",dR_="Extensión de archivo",uR_="De hoy",mR_="Agregar para hacer",hR_="Editar Por hacer",gR_="Descripción (opcional)",pR_="¿Quieres eliminar este objetivo?",yR_="Mi tarea por hacer",fR_="Establezca su tarea pendiente",wR_="Tu motivación diaria",vR_="Mi 1-1",$R_="Planes de aprendizaje de los estudiantes",bR_="Desconectar",kR_="Tema",IR_="Comentario",xR_="Voluntad de hacer tu mejor aprendizaje",CR_="Aún no está terminado",SR_="Aún no elegido",AR_="Cargando",ER_="Me organizo para el éxito",qR_="Sé que estoy haciendo lo mejor que puedo porque",TR_="Sé que me siento listo para aprender cuando",PR_="Ir a PLP",RR_="Ir al plan de aprendizaje personal",LR_="Crear código QR",jR_="Este correo electrónico ya existía con un padre llamado {{name}}. ¿Quieres agregar este padre para este estudiante?",NR_="Filtrar por Estudiantes",MR_="Búsqueda de estudiantes",GR_="Ordenar por",zR_="Recientemente",DR_="Más positiva",FR_="Menos positiva",BR_="Volver a",OR_="Esta sesión puede ser editada por {{user}}",VR_="Escribe tu respuesta aquí",HR_="Toma notas y obtén sugerencias de nuestro Bot de Soporte MARIO",WR_="El andamio está puesto",XR_="El andamio está fuera",YR_="Ver todas las sugerencias",ZR_="Andamio",UR_="Sesión terminada",JR_="¿Quieres empezar ahora o reservar más tarde?",QR_="Nuevas 1-1",KR_="Libro 1-1s",eL_="Seleccionar el tipo de sesión",_L_="Nuevas conferencias",tL_="Mis intereses personales",sL_="Me resulta difícil cuando...",nL_="Tomar la prueba",oL_="Colapsar",aL_="Expandir",iL_="Creado el",rL_="Actualizada",cL_="Notificaciones",lL_="Marcar todo como leído",dL_="Filtrar",uL_="Leer",mL_="No leído",hL_="Se lee",gL_="Ir a sesión",pL_="Ir",yL_="reuniones",fL_="Perfil del estudiante",wL_="Horarios reservados",vL_="Las sesiones se reservan en franjas horarias de 10 minutos.",$L_="Conferencia finalizada",bL_="Volver a conferencias",kL_="Inconclusa",IL_="Atrás",xL_="Seleccione su estado",CL_="Mi seguridad",SL_="Trabajando en ello",AL_="No iniciado",EL_="Total de rúbricas",qL_="Seleccione la categoría de la pregunta",TL_="Lista de conferencias de preguntas predeterminadas",PL_="Crear rúbrica",RL_="Escribe algo para buscar en la rúbrica",LL_="Anterior",jL_="Seleccione el grado",NL_="Códigos QR de clase",ML_="El título es requerido",GL_="Los datos presentados en este gráfico reflejan el <b>reciente check-in</b> del estudiante.",zL_="Esta conferencia será eliminada de todas las bases de datos. ¿Estás seguro de que deseas continuar?",DL_="Check-in y reuniones individuales",FL_="Mi check-in y mis reuniones individuales",BL_="Reservar para más tarde",OL_="Registro de entrada",VL_="Inicia tu check-in y también podrás solicitar una conversación con tu profesor después",HL_="Establezca sus metas",WL_="Mostrar conversaciones pendientes",XL_="Sesiones de registro",YL_="Este paso inicial activa la conversación individual, preparando el escenario para el diálogo personal.",ZL_="Registrarse",UL_="Registro completo",JL_="REGISTRO DE CONVERSACIÓN 1-1",QL_="Registrar datos de conversación",KL_="Agregar notas de conversación 1-1",ej_="Guardar datos",_j_="¡Por favor seleccione fecha para conversación 1-1!",tj_="¡Por favor escribe algo en esta conversación 1-1!",sj_="¡Los datos de conversación 1-1 no pueden exceder los 1000 caracteres!",nj_="Sesión de registro",oj_="No tengo nada que añadir.",aj_="Sesión de check-in finalizada",ij_="¿Es una pregunta para 1º grado?",rj_='Escribe tu respuesta aquí, p. ej., "Conocí a mi amigo".',cj_='Escribe tu respuesta aquí, por ejemplo: "Mi mejor amigo no vino a la escuela".',lj_="Guardar 1-1 registro Nota",dj_="No es necesario",uj_="¡Conversación guardada!",mj_="Sí, ver los objetivos de los estudiantes",hj_="¿Qué eligieron usted y el estudiante como paso de acción?<br/>¿Le gustaría agregarlo como objetivo?",gj_="Here you can find all the notes and 1-1 conversations logs the student has.",pj_="Back to Notes and Logs",yj_="Student's Review",fj_="Other note",wj_="Student's Perceived<br/>Usefulness",vj_="Student Feedback",$j_="Note Category",bj_="Select Note Category",kj_="Save note",Ij_="Type the main focus of this session",xj_="Please add note title",Cj_="Notes and Logs",Sj_="Other notes from the conversation (optional)",Aj_="Share your thoughts...",Ej_="Make this a private note",qj_="Environment-Specific Safety",Tj_="Students' Reported Feelings",Pj_="Well Being Indicators",Rj_="Readiness Trends",Lj_="Open Field Questions",jj_="Number of students with at least one very low metric",Nj_="This flags if the student is not ready to learn or has at least one success, or readiness to learn metrics under 40%",Mj_="of students have concerned metrics",Gj_="have metrics <40%",zj_="All students have good metrics",Dj_="Students with at least One Concerned metric ({{number}})",Fj_="Concerned metric(s)",Bj_="Concern metrics",Oj_="Conversation Goal",Vj_="Target Monthly Conversation Goal for Teachers",Hj_="Target Monthly Conversation Goal for Counselors",Wj_="conversations",Xj_="are not ready to learn",Yj_="Check-in date",Zj_="Educator",Uj_="Location",Jj_="Edit My Profile",Qj_="Save new password",Kj_="Conversation Duration",eN_="Please set time 1-1 conversation",_N_="Negative emotions",tN_="Please select add teacher for selected student first",sN_="Elegir foto de perfil",nN_="Elige una foto de perfil de nuestra galería o sube una propia.",oN_="Seleccionar una foto",aN_="Eliminar registro",iN_="Eliminar conferencia",rN_="¿Estás seguro de que quieres eliminar este registro?",cN_="¿Estás seguro de que quieres eliminar esta conferencia?",lN_="Sí, estoy seguro",dN_="Lista de profesores",uN_="Promedio de este mes vs. el mes pasado",mN_="Gestiona tus alumnos activos y su progreso",hN_="Asignación de personal",gN_="Guardar personal",pN_="Añadir alumno",yN_="Código QR de clase",fN_="Editar personal",wN_="Buscar alumnos por nombre o correo electrónico...",vN_="Todos los grados",$N_="Todas las banderas",bN_="No se encontraron alumnos",kN_="¿Por qué no estás listo para aprender?",IN_="Eliminar 1-1",xN_="¿Estás seguro de que quieres eliminar esta conversación individual 1-1?",CN_="Por favor, añade un correo electrónico",SN_="Seleccionar creador",AN_="Escribe un correo electrónico para compartir",EN_="Formato de correo electrónico inválido",qN_="Compartir",TN_="Planes de aprendizaje personalizados",PN_="Métricas que se marcaron",RN_="Correos electrónicos de los profesores",LN_="Correos electrónicos de los consejeros",jN_="Eliminar masivamente",NN_="Un solo lugar para ver y navegar por todos los planes de aprendizaje personalizados de los estudiantes",MN_="Última actualización",GN_="Planes de transición",zN_="Un solo lugar para ver y navegar por todas las transiciones de los estudiantes",DN_={dashboard:Re_,user:Le_,question_bank:je_,email_template:Ne_,custom_alert:Me_,set_up:Ge_,media_gallery:ze_,district_school_list:De_,export_to_pdf:Fe_,the_data_is_taken_from_the_home_screen:Be_,make_sure_everything_is_set_correctly_before_exporting:Oe_,cancel:Ve_,hey:He_,readiness_to_learn:We_,high_impact_learning_strategies:Xe_,"1_to_1":"1 a 1",check_in:Ye_,check_ins:Ze_,reflection:Ue_,conferences:Je_,safety:Qe_,student_by_age:Ke_,students_by_designation:e__,calendar:___,gender:t__,grade:s__,grades:n__,current_grade:o__,student_name:a__,teacher_name:i__,start_date:r__,end_date:c__,tooltip_content_readiness_to_learn_chart:l__,tooltip_content_high_impact_chart:d__,tooltip_content_1_to_1_chart:u__,tooltip_content_class_reflection_chart:m__,tooltip_content_conference_chart:h__,tooltip_content_safety_chart:g__,tooltip_content_student_by_age_chart:p__,tooltip_content_students_by_designation:y__,total_1_to_1:f__,total_check_in:w__,total_check_ins:v__,total_1_to_1_time:$__,total_conferences:b__,total_conferences_time:k__,total_class_reflection_check_ins:I__,create_user:x__,edit_user:C__,change_password:S__,type_something_to_search_by_user_name:A__,total_of_users:E__,name:q__,email:T__,age:P__,role:R__,active_status:L__,action:j__,active:N__,inactive:M__,create:G__,update:z__,first_name:D__,date_of_birth:F__,last_name:B__,roles:O__,status:V__,send_forgot_password_link:H__,download_user_data:W__,current_password:X__,new_password:Y__,confirm_password:Z__,save:U__,type_something_to_search_question:J__,type_something_to_search_category:Q__,total_of_questions:K__,create_question:et_,edit_question:_t_,question_type:tt_,category:st_,sub_category:nt_,question_text:ot_,text:at_,is_default_question_for_one_to_one:it_,default_question_for_students_or_teachers:rt_,is_default_question_general_class:ct_,default_question_general_for_students_or_teachers:lt_,before_session:dt_,edit_custom_alert:ut_,create_custom_alert:mt_,total_of_custom_alert:ht_,number_of_sessions:gt_,number_of_students:pt_,begin_date:yt_,duration_days:ft_,students:wt_,create_skill:vt_,edit_skill:$t_,total_of_skills:bt_,description:kt_,skill:It_,parent_category:xt_,edit_subject:Ct_,create_subject:St_,total_of_subjects:At_,color:Et_,create_learning_support_category:qt_,edit_learning_support_category:Tt_,create_category:Pt_,edit_category:Rt_,total_of_learning_support_categories:Lt_,default_color:jt_,edit_strategy:Nt_,create_strategy:Mt_,create_learning_strategy:Gt_,total_of_strategies:zt_,strategy_name:Dt_,question:Ft_,detail:Bt_,strategy:Ot_,best_fit:Vt_,create_goal_example:Ht_,edit_goal_example:Wt_,total_of_goal_examples:Xt_,short_term_target_examples:Yt_,goal_example:Zt_,edit_badge:Ut_,create_badge:Jt_,total_of_badges:Qt_,icon:Kt_,badge:es_,badge_image:_s_,edit_semester:ts_,create_semester:ss_,update_school_break_month:ns_,total_of_semesters:os_,total_of_academicyear:as_,semester:is_,breaking_month:rs_,change_breaking_month:cs_,school_year_break_month:ls_,edit_blank_day:ds_,create_blank_day:us_,total_of_blank_days:ms_,start_time:hs_,end_time:gs_,school_blank_day:ps_,edit_point:ys_,create_new_point:fs_,total_of_point:ws_,label:vs_,value:$s_,break_point:bs_,update_break_point:ks_,maximum_number_of_admins:Is_,maximum_number_of_assistants:xs_,maximum_number_of_students:Cs_,maximum_number_of_teachers:Ss_,request_to_this_plan:As_,type_something_to_search_reflection_result:Es_,user_deleted:qs_,export_user_data:Ts_,alert_delete_user:Ps_,delete_user:Rs_,alert_delete_teacher:Ls_,list_students:js_,student_email:Ns_,current_teacher_name:Ms_,current_teacher_email:Gs_,change_save:zs_,select_teacher_change:Ds_,current_assistant_name:Fs_,current_assistant_email:Bs_,remove_assistant:Os_,switch_assistant:Vs_,select_assistant_change:Hs_,select_assistant:Ws_,welcome_email_resend:Xs_,send_for_selected_users:Ys_,user_name:Zs_,user_email:Us_,level:Js_,use_for:Qs_,admin_training:Ks_,teacher_training:en_,created_time:_n_,total_reflections:tn_,student_training:sn_,create_designation:nn_,total_of_designation:on_,designations:an_,edit_designation:in_,confirm:rn_,hello:cn_,todays_1_1:ln_,todays_check_in:dn_,todays_Conferences:un_,next_meeting:mn_,next_conference:hn_,todays_schedule:gn_,action_points:pn_,upcoming:yn_,see_all_action_points:fn_,add:wn_,edit_action_point:vn_,add_action_point:$n_,title:bn_,type_title:kn_,subject:In_,class:"Clase",select_date:xn_,date:Cn_,select_time:Sn_,time:An_,notification:En_,no_notification:qn_,day:Tn_,week:Pn_,mark_as_done:Rn_,delete:"Borrar",my_students:Ln_,download_template:jn_,import_csv:Nn_,add_new:Mn_,show_only_work_as_assistant:Gn_,show_only_work_as_teacher:zn_,last_1_to_1:Dn_,last_check_in:Fn_,last_conference:Bn_,total_time:On_,assistant_name:Vn_,work_as_assistant:Hn_,assign_assistant:Wn_,view:Xn_,history:Yn_,custom_recurrence:Zn_,repeat_every:Un_,repeat_on:Jn_,never:Qn_,on:Kn_,after:eo_,pick_a_date:_o_,pick_a_time:to_,change_date:so_,change_time:no_,apply:oo_,new_1_to_1:ao_,new_check_in:io_,do_you_want_to_talk_with_teacher:ro_,start_now:co_,book_later:lo_,select_category:do_,search_question_category:uo_,no_question:mo_,select_question:ho_,select_student:go_,select_staff:po_,staff_name:yo_,select_teacher:fo_,do_you_want_to_talk_with:wo_,please_select_a_student:vo_,please_select_a_teacher:$o_,please_provide_a_valid_student:bo_,please_provide_a_valid_teacher:ko_,select_a_student_and_launch_a_new_session_or_book_one_for_later:Io_,you_have_no_teacher:xo_,search_teacher:Co_,select_date_time:So_,book_1_to_1:Ao_,book_new_check_in:Eo_,schedule:qo_,sessions_are_booked_as_10_minute_slots:To_,does_not_reoccur:Po_,time_must_be_between_8_am_and_6_pm:Ro_,from:Lo_,to:jo_,show_only_favorites:No_,show_only_conversation:Mo_,duration:Go_,favorite:zo_,open:Do_,no_data:Fo_,schedule_detail:Bo_,are_you_sure_you_want_to_cancel_this_schedule:Oo_,completed_1_to_1:Vo_,completed_check_in:Ho_,done:Wo_,what_do_you_want_to_talk_about:Xo_,session_type:Yo_,what_is_this_session_type:Zo_,how_are_you_feeling_about_each_area_right_now:Uo_,sleep_nutrition_exercise_physical_health_and_mental_health:Jo_,goals_activities_habits_and_strategies:Qo_,overall_how_are_you_feeling_today:Ko_,what_is_your_level_of_pride_in_yourself_today:ea_,how_are_you_feeling_today:_a_,how_much_did_you_learn_from_this_session:ta_,what_is_the_most_important_thing_you_learned_from_this_session:sa_,your_next_meeting:na_,today_at:oa_,choose_if_you_want_to_do_it_now_or_if_you_would_like_to_book_for_later:aa_,edit:ia_,phone_number:ra_,second_phone_number:ca_,health_note:la_,address:da_,mtss:ua_,note:ma_,no_schedule:ha_,my_notes:ga_,private_note:pa_,goal_progress:ya_,view_all_goals:fa_,completed:wa_,not_completed:va_,student_information:$a_,top_learning_strategies:ba_,perceived_usage:ka_,total_number_of_times_seleted:Ia_,energy:xa_,focus:Ca_,happiness:Sa_,stress:Aa_,one_to_one:Ea_,class_reflection:qa_,conference:Ta_,learning_progress:Pa_,cant_export_now_please_try_again:Ra_,view_data:La_,learning_strategies:ja_,strategies:Na_,number_of_used:Ma_,next:Ga_,previous:za_,my_conferences:Da_,select_a_student_and_launch_a_new_conference_or_book_one_for_later:Fa_,you_have_no_student:Ba_,this_is_a_required_field:Oa_,please_select_question_category:Va_,book_conferences:Ha_,final_score:Wa_,new_conference:Xa_,search_student:Ya_,search_staff:Za_,"1_1_conversation":"Conversación 1 a 1",meeting_schedule:Ua_,class_schedule:Ja_,more_questions:Qa_,conference_rubric:Ka_,unlock:ei_,before_clicking_submit:_i_,your_session_was:ti_,mins:si_,min:ni_,submit:oi_,are_you_sure_to_complete:ai_,be_sure_to_check_completed_all:ii_,teacher_choice:ri_,student_choice:ci_,agreement:li_,personal_learning_plan:di_,my_personal_learning_plan:ui_,personal_interests:mi_,allow_student_to_edit:hi_,strengths_and_challenges:gi_,significant_strengths:pi_,strengths:yi_,challenges:fi_,significant_challenges:wi_,how_my_teachers_can_help_me_learn:vi_,about_my_learning:$i_,accommodations:bi_,goals:ki_,this_goal_is_showing_in_the_student_conference_rubric_are_you_sure_to_delete_it:Ii_,activity_circles:xi_,friend_circles:Ci_,are_you_ready_to_learn:Si_,class_schedules:Ai_,add_class_schedule:Ei_,class_date:qi_,class_name:Ti_,day_period:Pi_,teacher_email:Ri_,note_type_class:Li_,my_note:ji_,add_new_note:Ni_,all_category:Mi_,personalized:Gi_,show_only_favorite:zi_,search:Di_,note_title:Fi_,student:Bi_,note_detail:Oi_,mark_as_favorite:Vi_,type_a_note:Hi_,please_select_student:Wi_,settings:Xi_,save_changes:Yi_,activity_notifications:Zi_,schedule_notifications:Ui_,preschedule_notifications:Ji_,yes:Qi_,no:Ki_,email_notification:er_,send_me_email_notification:_r_,dont_send_me_email_notification:tr_,type:sr_,teacher_request:nr_,student_request:or_,overview:ar_,plp:ir_,my_student_1_to_1:rr_,my_student_check_in:cr_,my_student_conference:lr_,received_date:dr_,class_impact_score:ur_,impact_score:mr_,iep:hr_,ieps:gr_,"1_to_1_conversation":"Conversación 1 a 1",creator:pr_,last_modify:yr_,modify:fr_,student_reflections:wr_,external_reflection:vr_,external_class_reflection:$r_,reflections:br_,class_reflections:kr_,add_reflection:Ir_,add_class_reflection:xr_,class_type:Cr_,teacher_image:Sr_,send_to_teacher:Ar_,send_now:Er_,missed:qr_,pending:Tr_,sent_date:Pr_,go_to_the_student_plp:Rr_,new_iep:Lr_,edit_iep:jr_,type_of_iep:Nr_,source_of_eligibility_forinitial:Mr_,annual_goals:Gr_,enter_a_date_range:zr_,add_objectives:Dr_,add_goals:Fr_,day_month_year:Br_,special_education:Or_,special_education_content:Vr_,objectives_and_reporting_progress:Hr_,objectives_and_reporting_progress_content:Wr_,annual_goals_content:Xr_,related_services:Yr_,related_services_content:Zr_,supplementary_aids_and_services:Ur_,supplementary_aids_and_services_content:Jr_,program_modifications_for_school_personnel:Qr_,program_modifications_for_school_personnel_content:Kr_,extent_of_nonparticipation:ec_,extent_of_nonparticipation_content:_c_,accommodations_in_assessment:tc_,accommodations_in_assessment_content:sc_,service_delivery:nc_,service_delivery_content:oc_,transition_planning:ac_,transition_planning_content:ic_,present_levels:rc_,present_levels_content:cc_,signatures:lc_,iep_old_versionf_and_diagnostic_docs:dc_,upload_file:uc_,add_interest:mc_,upload_image:hc_,supported_image_types:gc_,edit_interest:pc_,select_personal_interest_or_enter_personal_interest_here:yc_,add_note:fc_,select_best_fit:wc_,best_fits:vc_,select_strategies:$c_,selected_learning_strategies:bc_,do_you_want_to_delete_this_strengths_and_challenges:kc_,add_new_item:Ic_,edit_item:xc_,select_teaching_strategies:Cc_,selected_teaching_strategies:Sc_,add_title:Ac_,my_learning:Ec_,do_you_want_to_delete_this_about_my_learning:qc_,edit_my_learning:Tc_,add_my_learning:Pc_,select_about_learning_or_enter_about_learning_here:Rc_,accommodation:Lc_,all_categories:jc_,do_you_want_to_delete_this_accommodation:Nc_,edit_accommodation:Mc_,add_accommodation:Gc_,all:zc_,all_status:Dc_,goal_type:Fc_,add_new_goal:Bc_,goal_detail:Oc_,select_status:Vc_,goal_baseline:Hc_,objective:Wc_,goal_details:Xc_,goals_type:Yc_,edit_goal_detail:Zc_,uploaded_files:Uc_,optional:Jc_,edit_baseline:Qc_,edit_friend:Kc_,add_friend:el_,search_friend:_l_,friend_type:tl_,edit_activity:sl_,add_activity:nl_,search_activity:ol_,activity:al_,activity_type:il_,select_or_type_an_activity:rl_,action_needed:cl_,external:ll_,student_survey:dl_,view_survey:ul_,create_a_survey:ml_,survey_from:hl_,review:gl_,publish_survey:pl_,total_surveys:yl_,flags:fl_,scheduled_session:wl_,total_survey_done:vl_,total_survey_not_done:$l_,list_survey:bl_,surveys:kl_,survey:Il_,create_survey:xl_,my_survey:Cl_,counselor_name:Sl_,survey_title:Al_,deadline:El_,day_left:ql_,replied_date:Tl_,session:Pl_,flag:Rl_,external_email:Ll_,scheduled_now:jl_,session_schedule:Nl_,session_scheduled:Ml_,search_survey:Gl_,total_survey:zl_,survey_result:Dl_,check_in_from:Fl_,received_today_at:Bl_,preview_survey:Ol_,complete_survey:Vl_,"you_will_not_be_able_to_edit_this_survey_once_published_._are_you_sure_you_want_to_continue_?":"Una vez publicada, no podrá editar esta encuesta. ¿Está seguro de que desea continuar?",do_you_want_to_share_a_survey_to_teachers:Hl_,you_can_share_this_survey_to_teachers_to_get_more_insight_about_your_student:Wl_,skip:Xl_,survey_questions:Yl_,add_survey_question:Zl_,additional_question:Ul_,add_additional_question:Jl_,save_favorite:Ql_,save_as_favorite:Kl_,favorite_survey:ed_,slider:_d_,questions:td_,insert_all_question:sd_,remove_all_question:nd_,insert_question:od_,survey_templates:ad_,insert_template:id_,share_survey_teacher:rd_,suggested_teacher:cd_,email_contents:ld_,send_survey:dd_,review_survey_detail:ud_,a_number_of_student:md_,date_and_time:hd_,scale:gd_,answer:pd_,add_question:yd_,save_question:fd_,external_survey:wd_,ib_learner_profile:vd_,set_deadline:$d_,duplicate_survey:bd_,share_survey:kd_,new_survey:Id_,assign_counselor:xd_,select_counselor:Cd_,select_support_teacher:Sd_,assign_support_teacher:Ad_,switch_support_teacher:Ed_,support_teacher_name:qd_,user_for_question:Td_,requested_reflection:Pd_,request_class_reflection:Rd_,share_survey_to_teacher:Ld_,select_form:jd_,switch_counselor:Nd_,remove_counselor:Md_,current_counselor_email:Gd_,current_counselor_name:zd_,select_counselor_change:Dd_,current_support_teacher_name:Fd_,current_support_teacher_email:Bd_,remove_support_teacher:Od_,select_support_teacher_change:Vd_,filter_calendar:Hd_,average_student_safety:Wd_,is_active:Xd_,top_5_most_used_strategies:Yd_,preparedness:Zd_,average_student_stress:Ud_,success_indicators:Jd_,learning_process:Qd_,survey_dashboard:Kd_,response_rate:eu_,top_5_most_survey_used:_u_,question_intervention:tu_,student_pressure:su_,overall_readiness_to_learn:nu_,view_calendar:ou_,student_wellness:au_,view_data_dashboard:iu_,view_a_student:ru_,view_student:cu_,average_safety:lu_,average_stress:du_,average_energy:uu_,average_focus:mu_,average_happiness:hu_,vs_last_month:gu_,of_students_are_not_feeling_safe:pu_,students_marked_themselves_as_unsafe:yu_,marked_themselves_as_unsafe:fu_,are_not_feeling_safe:wu_,of_students_are_highly_stressed:vu_,flagged_with_high_stress:$u_,are_feeling_highly_stressed:bu_,select_a_student_to_see_their_profile_and_learning_plan:ku_,select_a_student_and_start_a_conversation_with_the_check_in_results:Iu_,start:xu_,teacher_reflection:Cu_,notes:Su_,student_reflection:Au_,view_latest_check_ins:Eu_,"1-1s":"1-1s","1_1":"1-1",this_week_s:qu_,missing_weekly_check_in:Tu_,add_new_student:Pu_,"start_your_check-in_and_you_can_also_request_a_conversation_with_your_teacher_after":"Inicie su Check In. También puede pedir una conversación con su profesor después de esto.",start_check_in:Ru_,no_events_today:Lu_,today_schedule:ju_,high_stressed:Nu_,unsafe:Mu_,average:Gu_,see_them:zu_,goal:Du_,ended_over_24_hours_ago:Fu_,start_a_1_1_conversation:Bu_,view_results:Ou_,request_check_in:Vu_,last:Hu_,latest_check_ins:Wu_,students_who_missing_weekly_check_in:Xu_,this_student_does_nt_have_missing_check_in:Yu_,no_student_missing_weekly_check_in:Zu_,start_1_1_conversation:Uu_,select_a_teacher_and_start_a_check_in:Ju_,this_weeks_check_ins:Qu_,this_weeks_1_1s:Ku_,this_student_does_nt_have_1_1_in_this_week:em_,this_student_does_nt_have_check_in_in_this_week:_m_,no_last_or_requested_check_ins:tm_,students_who_are_highly_stressed:sm_,students_who_are_not_feeling_safe:nm_,students_missing_a_weekly_check_in:om_,student_stress_by_zone:am_,student_distribution:im_,surveys_flags:rm_,yellow_flags:cm_,green_flags:lm_,red_flags:dm_,show_by:um_,survey_overview:mm_,share_note:hm_,survey_summary:gm_,survey_name:pm_,date_created:ym_,"#of_recipients":"# de destinatarios","#of_answers":"# de Respuestas",cut_off_time:fm_,created_by:wm_,responses_distribution:vm_,ratings_of_questions:$m_,show_results_for:bm_,responses_and_response_rates_per_question:km_,view_list_of_students:Im_,view_list_of_responses:xm_,number_of_responses:Cm_,number_of_not_responses:Sm_,question_rating:Am_,no_response_yet:Em_,external_survey_is_highlight_in_the_table:qm_,reset_password:Tm_,correct:Pm_,incorrect:Rm_,the_correct_answer_is:Lm_,the_correct_answers_are:jm_,action_need:Nm_,view_answers:Mm_,survey_results:Gm_,weeks:zm_,months:Dm_,scheduled_sessions:Fm_,active_surveys:Bm_,view_responses:Om_,download_csv:Vm_,create_new_survey:Hm_,go_to_individual_survey_responses:Wm_,you_can_only_select_number_kpis_at_a_time:Xm_,you_can_only_select_number_kpis_at_a_time_To_select_a_new_one_please_switch_off_one_of_the_previous_ones:Ym_,"download.csv":"Descargar.CSV",last_check__in:Zm_,how_many_times_a_strategy_has_been_chosen:Um_,these_metrics_come_from_students_check_ins_filter_above_to_change_the_data_set:Jm_,not_yet_started:Qm_,in_progress:Km_,export_check_ins_to_csv:eh_,these_metrics_come_from_the_conference_rubric_only_teacher_responses_are_scored:_h_,please_save_first:th_,print_date:sh_,goal_base_line:nh_,print:oh_,download:ah_,my_daily_motivation:ih_,select_deadline:rh_,export:"Exportar",image_is_a_required:ch_,old_iep:lh_,create_next_years_iep:dh_,write_something_optional:uh_,the_effectiveness_of_learning_strategies_by_students_feedback:mh_,perceived_usefulness:hh_,performance:gh_,not_enough_challenge_leading_to_boredom_and_lack_of_interest:ph_,calm_and_relaxed_but_not_enough_motivation_to_perform_at_my_best:yh_,manageable_levels_of_stress_allowing_me_to_perform_at_my_best:fh_,still_in_control_but_starting_to_feel_the_pressure:wh_,too_much_pressure_and_really_struggling_to_manage_my_workload:vh_,import_emails_by_csv:$h_,request_number:bh_,select_or_input_class_type:kh_,send_request:Ih_,start_reflection:xh_,customize_reflection:Ch_,include_section_you_want_to_appear:Sh_,time_of_day:Ah_,iep_template:Eh_,one_roster:qh_,sandbox:Th_,"well-being":"Bienestar","self-efficacy":"Autoeficacia",information_roster_sourced_id_full_name_email:Ph_,sync_roster_users:Rh_,export_to_csv:Lh_,user_list:jh_,assign_student:Nh_,one_to_one_question:Mh_,class_reflection_question:Gh_,conference_question:zh_,actions:Dh_,order:Fh_,user_for:Bh_,question_category:Oh_,template_survey:Vh_,total_of_category:Hh_,create_template:Wh_,number_of_question:Xh_,mandatory:Yh_,well_being:Zh_,self_efficacy:Uh_,no_question_to_display:Jh_,privacy_policy:Qh_,profile:Kh_,role_change:eg_,log_out:_g_,data_dashboard:tg_,deep_learning_tools:sg_,my_profile:ng_,phone:og_,calendar_id:ag_,old_password:ig_,confirm_new_password:rg_,select_a_student_and_start_a_check_in:cg_,anything_is_possible_anything_can_be:lg_,edit_picture:dg_,create_new_student:ug_,grade_level:mg_,health_notes:hg_,students_parent_information:gg_,parent_1:pg_,parent_2:yg_,in_app_notifications:fg_,turn_on_all_notifications:wg_,notify_me_when:vg_,a_student_schedules_a_1_1:$g_,a_student_schedules_a_conference:bg_,a_student_completes_a_conference_self_assessment_rubric:kg_,a_student_or_teacher_completes_a_class_reflection:Ig_,action_points_are_due_based_on_chosen_schedule:xg_,a_student_hasnt_logged_1_1_in_the_past_28_days:Cg_,email_notifications:Sg_,turn_on_all_emails:Ag_,a_student_responds_to_a_1_1_readiness_to_learn_with_no:Eg_,a_student_reported_a_low_safety_score_on_a_check_in:qg_,continue_as:Tg_,admin:Pg_,counselor:Rg_,support_teacher:Lg_,teacher_assistant:jg_,add_parent_1_information:Ng_,add_parent_2_information:Mg_,parent_role:Gg_,all_activity:zg_,academic_year:Dg_,all_of_the_students_report_manageable_stress_levels:Fg_,"100_00_of_students_are_not_feeling_safe":"El 100,00% de los alumnos no se sienten seguros",growth:Bg_,relationships:Og_,productivity:Vg_,academics:Hg_,percent:Wg_,unmotivated:Xg_,comfort:Yg_,stretch:Zg_,strain:Ug_,overwhelmed:Jg_,edit_student_profile:Qg_,teacher:Kg_,created:ep_,student_phone_number:_p_,designation:tp_,e_mail:sp_,general_ed_teacher:np_,select_general_ed_teacher:op_,please_select_teacher:ap_,assign:ip_,be_silly_be_honest_be_kind:rp_,do_you_want_to_change_to_role_counselor_to_open:cp_,search_assistant:lp_,baseline:dp_,timeframe:up_,friends:mp_,best_friends:hp_,supportive:gp_,potential_friends:pp_,like:yp_,love:fp_,interested:wp_,curious:vp_,improvement_in_study_habits_grades_sports_clubs_or_personal_projects:$p_,family_friends_and_teachers:bp_,accomplishing_important_tasks_and_limiting_distractions:kp_,homework_studying_and_grades:Ip_,my_ability_to_be_successful:xp_,whats_on_your_mind:Cp_,now_look_back_at_your_responses_from_today:Sp_,do_you_want_to_change_to_role_student_to_open:Ap_,student_has_started_this_one_to_one_are_you_sure_to_delete:Ep_,do_you_want_to_change_to_role_support_teacher_to_open:qp_,student_has_not_started_this_conference_are_you_sure_to_delete:Tp_,search_support_teacher:Pp_,search_counselor:Rp_,how_productive_i_was_in_class_today:Lp_,not_enough_stress:jp_,too_much_stress:Np_,organization:Mp_,self_awareness:Gp_,self_directed_learning:zp_,self_advocacy:Dp_,self_management:Fp_,conceptual_change_conversation:Bp_,concrete_examples:Op_,elaboration:Vp_,dual_coding:Hp_,note_type_and_class:Wp_,edit_note:Xp_,not_done:Yp_,red:Zp_,yellow:Up_,green:Jp_,uwcsea_sg_climate_survey:Qp_,connections_with_adults_and_peers:Kp_,holistic_learning_experiences:ey_,my_health_and_wellbeing:_y_,open_ended_questions:ty_,do_you_need_some_extra_help_or_support:sy_,sdq_standards_and_difficulties_questionaire:ny_,sdq_strengths_and_difficulties_questionnaire_supplemental:oy_,close:ay_,student_responses:iy_,anonymous_responses:ry_,teacher_perceived:cy_,prepared_for_class:ly_,missing_class_assignments:dy_,completed_classwork:uy_,asked_for_help_when_needed:my_,clear:hy_,missing_reflections:gy_,total_students_missing_late_assignments:py_,subject_class:yy_,chart_type:fy_,request_from:wy_,are_you_sure_you_want_to_delete_this_item:vy_,yes_delete:$y_,completed_conference:by_,my_learning_plan:ky_,my_learning_plan_beta:Iy_,winning_doesn_t_always_mean_being_first_winning_means_you_re_doing_better_than_you_ve_done_before:xy_,integrating_learningwith_previous_knowledge:Cy_,improving_student_self_efficacy:Sy_,my_check_in:Ay_,what_do_you_want_to_do_differently:Ey_,to_do:qy_,my_class_reflections:Ty_,send_reflection:Py_,type_2_characters_to_search:Ry_,create_time:Ly_,do_you_want_to_remove_this_user:jy_,warning:Ny_,do_you_want_to_impersonate_this_user:My_,assistant:Gy_,parent:zy_,choose_file:Dy_,do_you_want_to_remove_this_question:Fy_,select:By_,do_you_want_to_remove_this_category:Oy_,total_of_templates:Vy_,template_name:Hy_,category_name:Wy_,created_date:Xy_,do_you_want_to_remove_this_email_template:Yy_,create_email_template:Zy_,mail_subject:Uy_,mail_body:Jy_,mail_params:Qy_,params:Ky_,meaning:ef_,add_attachment:_f_,skills:tf_,subjects:sf_,learning_support_categories:nf_,goal_examples:of_,student_badges:af_,blank_days:if_,csv_import:rf_,band_scores:cf_,license:lf_,switch_teacher:df_,question_scaffolding:uf_,training:mf_,type_something_and_press_enter_to_add_short_term_target_examples:hf_,import_users:gf_,import_class_reflection:pf_,download_users_data:yf_,do_you_want_to_remove_this_assistant:ff_,do_you_want_to_remove_this_counselor:wf_,do_you_want_to_remove_this_support_teacher:vf_,send:$f_,do_you_want_to_remove_this_designation:bf_,new_folder:kf_,upload:If_,type_something_to_search_by_file_name:xf_,systems:Cf_,create_template_system:Sf_,created_at:Af_,do_you_want_to_remove_this_template:Ef_,one_roster_setting:qf_,users:Tf_,one_roster_config:Pf_,end_point_url:Rf_,client_id:Lf_,client_secret:jf_,import_one_roster:Nf_,import_from_zip_file:Mf_,import_from_restful_api:Gf_,non_existent_users:zf_,type_something_to_search_users:Df_,create_account_for_selected_users:Ff_,help:Bf_,sandbox_mode:Of_,off:Vf_,restore_sandbox_database:Hf_,turn_on:Wf_,turn_off:Xf_,restore:Yf_,edit_profile:Zf_,on_track_going_well:Uf_,guide:Jf_,make_each_day_your_masterpiece:Qf_,consistently:Kf_,frequently:ew_,sometimes:_w_,rarely:tw_,not_applicable:sw_,i_schedule_all_homework_and_studying_through_google_calendar_or_a_planner_or_organizer_as_soon_as_it_is_assigned:nw_,i_maintain_a_clean_and_organized_system_for_keeping_and_reviewing_physical_notes_handouts_and_packets_for_each_class:ow_,i_maintain_a_clean_and_organized_system_for_storing_digital_files_as_a_result_i_can_easily_find_all_of_my_digital_files:aw_,i_keep_my_school_inbox_organized_and_important_emails_are_not_missed:iw_,i_have_a_clear_understanding_of_my_strengths:rw_,i_know_and_understand_how_teachers_can_best_help_me_in_class:cw_,i_know_and_understand_my_accommodations:lw_,i_know_and_understand_my_personalized_systems_and_strategies_for_ideal_learning_outside_of_class:dw_,i_know_and_understand_my_personalized_systems_and_strategies_for_ideal_learning_in_class:uw_,i_have_a_clear_understanding_of_my_challenges:mw_,i_have_an_accurate_idea_of_how_i_am_doing_in_my_classes_and_know_what_i_need_to_do_to_improve:hw_,i_use_the_first_25_minutes_of_our_class_effectively_to_make_progress_on_my_goals:gw_,i_use_the_homework_study_time_effectively:pw_,achieving:yw_,significant_progress:fw_,moderate_progress:ww_,slight_progress:vw_,no_progress:$w_,cope_with_stressful_situations:bw_,improve_my_sleeping_habits:kw_,i_promplty_address_and_deal_with_difficult_situations_instead_of_avoiding_them:Iw_,i_appropriately_use_technology:xw_,i_create_a_note_during_or_after_meetings:Cw_,i_effectively_study_for_upcoming_assessments:Sw_,i_turn_in_all_homework_on_time_and_complete:Aw_,i_get_the_right_amount_of_sleep_each_night:Ew_,i_meet_with_my_teachers_outside_of_class_time:qw_,i_ask_questions_inside_and_or_after_class:Tw_,when_needed_i_let_my_teachers_know_how_to_better_help_me_in_class:Pw_,i_advocate_for_and_use_accommodations_i_need_in_all_of_my_classes:Rw_,planning:Lw_,making_connections_with_previous_learning:jw_,providing_quality_feedback:Nw_,working_on_learning_goals:Mw_,setting_or_reinforcing_high_expectations:Gw_,improving_effort:zw_,self_assessing:Dw_,predicting:Fw_,help_seeking_behaviors:Bw_,reflecting:Ow_,low:Vw_,medium_low:Hw_,medium:Ww_,medium_high:Xw_,high:Yw_,how_much_did_you_learn_from_this_conference:Zw_,are_there_any_observations_or_feedback_you_want_to_share:Uw_,what_are_you_doing_well_that_you_want_to_continue:Jw_,what_is_something_you_have_learned_while_working_towards_achieving_your_goals:Qw_,english_language_or_literature:Kw_,language_class:ev_,ridge_charts:_v_,bar_charts:tv_,line_charts:sv_,start_of_day:nv_,mid_morning:ov_,before_lunch:av_,mid_afternoon:iv_,last_class_of_the_day:rv_,student_only:cv_,teacher_only:lv_,did_the_student_have_all_needed_materials_for_this_class:dv_,does_the_student_have_any_missing_assignments:uv_,did_the_student_complete_today_s_classwork:mv_,did_the_student_ask_for_help_when_needed:hv_,please_rate_the_student_s_participation_in_class:gv_,please_rate_the_student_s_peformance_in_class:pv_,how_useful_were_the_accommodations:yv_,do_you_have_any_concerns_or_student_success_to_share:fv_,not_at_all:wv_,very_helpful:vv_,not_sent:$v_,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:bv_,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:kv_,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:Iv_,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:xv_,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:Cv_,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:Sv_,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:Av_,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:Ev_,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:qv_,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:Tv_,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:Pv_,how_helpful_was_our_conversation_today:Rv_,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:Lv_,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:jv_,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:Nv_,student_has_not_started_this_check_in_are_you_sure_to_delete:Mv_,struggling_i_need_support:Gv_,some_well_being_issues:zv_,generally_okay:Dv_,most_well_being_issues_are_fine:Fv_,feeling_great:Bv_,making_no_progress:Ov_,aware_of_my_goals_but_making_little_progress:Vv_,making_some_progress:Hv_,good_growth_overall:Wv_,great_growth_in_all_areas:Xv_,one_or_more_key_relationships_are_very_difficult:Yv_,one_or_more_key_relationships_are_a_little_tricky:Zv_,most_key_relationships_are_positive:Uv_,all_key_relationships_are_positive:Jv_,not_at_all_productive:Qv_,procrastinating:Kv_,meeting_some_deadlines:e$_,meeting_most_deadlines:_$_,meeting_all_deadlines_comfortably:t$_,major_challenges:s$_,difficulties_in_some_areas:n$_,on_target_in_some_areas:o$_,on_target_in_most_areas:a$_,on_target_in_all_areas:i$_,very_low_confidence:r$_,lacking_some_self_belief:c$_,developing_and_improving:l$_,feeling_positive:d$_,super_confident:u$_,always_distracted:m$_,mostly_distracted:h$_,sometimes_distracted:g$_,generally_focused:p$_,laser_focused:y$_,exhausted:f$_,often_tired:w$_,feeling_okay:v$_,good_energy:$$_,unhappy_most_of_the_time:b$_,bursting_with_energy:k$_,unhappy_some_of_the_time:I$_,more_positives_than_negatives:x$_,generally_happy:C$_,optimistic_and_positive_almost_all_of_the_time:S$_,in_danger:A$_,feeling_unsafe:E$_,some_concerns:q$_,feeling_safe:T$_,very_safe_and_secure:P$_,moderate:R$_,very_high:L$_,how_much_did_the_conceptual_change_conversation_help_your_learning_improve:j$_,how_much_did_discussing_ways_to_seek_help_during_this_session_help_your_learning_improve:N$_,how_much_did_a_focus_on_setting_or_reinforcing_high_expectations_during_this_session_help_your_learning_improve:M$_,a_little:G$_,a_lot:z$_,after_session:D$_,high_pride:F$_,low_pride:B$_,what_is_on_your_mind:O$_,select_all:V$_,attitude:H$_,behavior:W$_,collaboration:X$_,confidence:Y$_,creativity:Z$_,developing_ideas:U$_,exercise:J$_,finishing_tasks:Q$_,flexibility:K$_,impulse_control:eb_,listening:_b_,long_term_memory:tb_,math:sb_,organization_of_materials:nb_,processing_speed:ob_,reading:ab_,setting_and_achieving_goals:ib_,short_term_memory:rb_,sleep_hygiene:cb_,speaking:lb_,starting_tasks:db_,stress_and_anxiety:ub_,studying:mb_,time_management:hb_,work_ethic:gb_,writing:pb_,high_expectations:yb_,i_learn_best_when_i_set_high_expectations_for_myself_that_encourage_me_to_do_more_than_the_minimum_expected:fb_,i_learn_best_when_i_recognize_my_successes_and_have_an_opportunity_to_celebrate_progress_and_achievements:wb_,integrating_learning_with_previous_knowledge:vb_,i_learn_best_when_i_connect_new_and_important_learning_to_previous_things_i_have_learned:$b_,learners_self_assessing:bb_,i_learn_best_when_i_self_assess_my_own_learning_with_guided_prompts_rubrics_and_or_support:kb_,learning_goals:Ib_,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:xb_,planning_and_predicting:Cb_,i_learn_best_when_i_plan_future_actions_and_predict_what_will_happen_as_a_result_of_these_actions:Sb_,quality_feedback:Ab_,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:Eb_,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:qb_,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:Tb_,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:Pb_,target:Rb_,session_focus:Lb_,what_was_the_main_focus_of_this_session:jb_,academic:Nb_,assessments_and_homework:Mb_,custom:Gb_,general:zb_,habits_and_strategies:Db_,organization_and_planning:Fb_,school_life_balance:Bb_,sleep_habits:Ob_,social_media_tik_tok_instagram_youtube_pinterest_etc:Vb_,role_playing_games_d_and_d_world_of_warcraft_pathfinder_etc:Hb_,environment_global_warming_sustainability_etc:Wb_,anime_my_hero_academia_hunter_x_hunter_one_piece_etc:Xb_,manga:Yb_,graphic_novels:Zb_,comics:Ub_,politics:Jb_,television_stranger_things_heart_stopper_glow_up_etc_and_movies_shrek_marvel_encanto_etc:Qb_,music:Kb_,bluey:e1_,stickers:_1_,weather:t1_,religion:s1_,spirituality:n1_,news_current_events:o1_,sports:a1_,cafe_culture_coffee:i1_,fashion_design:r1_,futurism_engineering_design_etc:c1_,science_fiction:l1_,wellness_meditation_mindfulness_etc:d1_,comedy:u1_,journalism:m1_,make_up:h1_,aesthetics_cottagecore_dark_academia_fairycore_etc:g1_,automotive_culture_race_cars_motorcycles_motor_bikes_etc:p1_,poetry_slam_poetry:y1_,horror_and_suspense:f1_,skiing_snowboarding:w1_,horseback_riding:v1_,magic:$1_,science_biology_chemistry_physics_etc:b1_,minecraft:k1_,graphic_design:I1_,survival_prepping:x1_,botany:C1_,film_study:S1_,first_responder_fire_ems_emt_police_etc:A1_,animals_domesticated_rescue_etc:E1_,animals_large_wild_etc:q1_,marine_biology:T1_,video_game_youtubers:P1_,hello_kitty:R1_,memes:L1_,cony_and_brown:j1_,pokemon:N1_,select_significant_strengths_or_enter_significant_strengths_here:M1_,i_learn_best_when_i:G1_,i_have_difficulty_learning_when_i:z1_,teachers_make_learning_easier_for_me_when_they:D1_,teachers_make_learning_more_difficult_for_me_when_they:F1_,if_you_are_a_teacher_and_see_i_m_having_trouble_learning_in_class_you_can_help_me_by:B1_,the_assignments_i_learn_the_most_from_are:O1_,the_assignments_i_sometimes_find_too_challenging_are:V1_,chunking_tasks:H1_,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:W1_,time_management_starting_tasks_finishing_tasks_planning:X1_,bite_size_learning:Y1_,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:Z1_,short_term_memory_staying_focused_impulse_control_self_awareness_listening_processing_speed:U1_,breaks:J1_,i_learn_best_when_my_teacher_builds_in_short_breaks_into_each_class:Q1_,time_management_finishing_tasks_staying_focused_impulse_control_attitude_stress_and_anxiety_work_ethic:K1_,happy_notes_home:ek_,i_learn_best_when_my_teacher_send_positive_notes_emails_or_calls_home_to_celebrate_my_growth:_k_,finishing_tasks_setting_and_achieving_goals_attitude_behavior_confidence_work_ethic:tk_,growth_focused:sk_,i_learn_best_when_my_teacher_focuses_on_my_growth_and_progress_rather_than_overall_achievement:nk_,confidence_setting_and_achieving_goals_stress_and_anxiety:ok_,avoid_spotlight:ak_,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:ik_,stress_and_anxiety_speaking_processing_speed:rk_,frequent_check_ins:ck_,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:lk_,stress_and_anxiety_processing_speed_task_initiation_developing_ideas_planning_finishing_tasks_short_term_memory_staying_focused_self_advocacy_self_awareness:dk_,develop_rapport:uk_,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:mk_,stress_and_anxiety_behavior_attitude_confidence:hk_,explicit_prioritizations:gk_,i_learn_best_when_my_teacher_shares_what_activities_are_must_do_recommended_or_completely_optional:pk_,planning_processing_speed_finishing_tasks_listening_reading_writing_stress_and_anxiety_work_ethic_studying:yk_,planned_transitions:fk_,i_learn_best_when_my_teacher_previews_and_prepares_me_and_other_students_for_safety_drills_activity_changes_or_other_class_transitions:wk_,time_management_planning_finishing_tasks_stress_and_anxiety_behavior_flexibility:vk_,choices:$k_,i_learn_best_when_my_teacher_provides_as_many_choices_as_possible:bk_,attitude_behavior_work_ethic:kk_,movement:Ik_,i_learn_best_when_my_teacher_provides_lots_of_planned_physical_movement_or_opportunities_for_movement_into_class:xk_,impulse_control_staying_focused:Ck_,non_verbal_cues:Sk_,i_learn_best_when_my_teacher_redirects_me_with_non_verbal_cues_to_redirect_me_when_possible_rather_than_verbally_redirecting_me:Ak_,staying_focused_self_awareness_attitude_behavior_stress_and_anxiety_confidence:Ek_,limit_direct_instruction:qk_,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:Tk_,short_term_memory_staying_focused_impulse_control_listening_behavior_processing_speed:Pk_,routines:Rk_,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:Lk_,time_management_planning_finishing_tasks_stress_and_anxiety_behavior_flexibility_starting_tasks:jk_,multimodal_learning:Nk_,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:Mk_,staying_focused_listening_reading_writing_math_collaboration_processing_speed:Gk_,flexible_assessments:zk_,i_learn_best_when_my_teacher_creates_a_variety_of_options_for_me_to_demonstrate_my_learning:Dk_,listening_reading_writing_math_speaking_stress_and_anxiety_collaboration_processing_speed_studying:Fk_,flexible_feedback:Bk_,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:Ok_,planning_staying_focused_self_awareness:Vk_,pre_learning:Hk_,i_learn_best_when_my_teacher_provides_opportunities_to_learn_new_concepts_early_such_as_early_access_to_resources:Wk_,time_management_writing_reading_math_stress_and_anxiety_processing_speed:Xk_,understanding_checks:Yk_,i_learn_best_when_my_teacher_frequently_checks_in_with_me_to_see_if_i_ve_understand_new_learning:Zk_,starting_tasks_short_term_memory_staying_focused_impulse_control_self_advocacy_listening_processing_speed:Uk_,rubrics:Jk_,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:Qk_,studying_work_ethic_confidence_stress_and_anxiety_self_advocacy_time_management_planning_finishing_tasks:Kk_,graphic_organizers:e2_,i_learn_best_when_my_teacher_uses_graphic_organizer_to_help_me_understand_what_we_are_learning:_2_,listening_reading_writing_processing_speed_short_term_memory_developing_ideas_planning:t2_,visuals:s2_,i_learn_best_when_my_teacher_uses_lots_of_visuals_diagrams_infographics_pictures_etc_to_help_me_understand_what_are_we_learning:n2_,short_term_memory_staying_focused_listening_reading_processing_speed:o2_,sentence_stems:a2_,i_learn_best_when_my_teacher_provides_sentence_stems_and_writing_promts_for_written_assignments:i2_,developing_ideas_planning_starting_tasks_writing:r2_,think_time:c2_,i_learn_best_when_i_have_plenty_of_time_to_think_before_answering_a_question:l2_,developing_ideas_processing_speed_speaking:d2_,clear_instructions:u2_,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:m2_,time_management_planning_starting_tasks_finishing_tasks_short_term_memory_staying_focused_listening_processing_speed:h2_,sharing_vocabulary:g2_,i_learn_best_when_my_teacher_provides_new_vocabulary_words_before_we_cover_new_information_and_provides_opportunities_to_learn_the_vocabulary:p2_,short_term_memory_long_term_memory_listening_reading_processing_speed:y2_,idea_bank:f2_,i_learn_best_when_my_teacher_provides_a_pre_prepared_list_of_ideas_for_me_to_chose_from:w2_,developing_ideas_starting_tasks_time_management:v2_,exemplars:$2_,i_learn_best_when_my_teacher_provides_examples_of_what_successfully_completed_work_looks_like_for_different_levels_of_performance:b2_,developing_ideas_planning_starting_tasks_studying:k2_,organization_time:I2_,i_learn_best_when_my_teacher_provides_time_for_me_to_organize_materials_and_or_plan_next_steps:x2_,time_management_organization_of_materials_developing_ideas_planning_starting_tasks_stress_and_anxiety:C2_,i_learn_best_when_my_teacher_schedules_regular_1_to_1_time_with_me:S2_,multimodal_answers:A2_,i_learn_best_when_i_can_show_my_understanding_in_varied_ways_like_sketching_presentation_or_a_short_video_relaying_information_etc:E2_,starting_tasks_finishing_tasks_self_advocacy_long_term_memory:q2_,peer_teaching_group_work:T2_,i_learn_best_when_i_can_peer_teach_or_practise_with_peers:P2_,studying_listening_processing_speed_long_term_memory:R2_,extra_time_to_complete_assessments:L2_,extra_time_to_process_spoken_information_and_directions:j2_,extra_breaks_as_needed:N2_,use_of_a_computer_without_internet_access_or_word_processor_on_assessments:M2_,audio_versions_of_assessments:G2_,access_to_a_reader_for_assessments:z2_,speech_to_text_software_for_assessments:D2_,access_to_a_scribe_for_assessments:F2_,audio_recording_of_answers_for_assessments:B2_,break_up_larger_timed_assessments_over_several_days:O2_,take_tests_in_a_quiet_room_with_few_distractions:V2_,take_tests_in_a_small_group_setting:H2_,assign_seating_where_the_student_is_likely_to_learn_best:W2_,the_use_of_sensory_tools_during_class:X2_,special_lighting:Y2_,use_of_a_computer_or_word_processor_to_take_notes:Z2_,use_of_a_calculator_when_normally_not_allowed_one:U2_,use_of_a_spelling_dictionary_or_spellchecker:J2_,copies_of_class_notes:Q2_,written_copy_of_any_instructions:K2_,visuals_and_graphics_to_accompany_any_new_information_delivered_verbally:e4_,ability_to_record_lessons:_4_,increase_text_size_to_a_larger_format:t4_,provide_alternative_formats_other_than_reading_when_learning_new_information:s4_,provide_alternative_formats_other_than_listening_when_learning_new_information:n4_,great_let_s_build_your_goal:o4_,what_do_you_want_to_be_different_about_your_learning_select_a_category_or_type_your_own_idea:a4_,choose_my_goal_area:i4_,nice_choice_what_area_of_well_being_would_you_like_to_work_on:r4_,let_s_get_more_specific_select_an_area_or_type_your_own_idea:c4_,add_more_details_to_your_goal:l4_,remember_goals_should_be_smart:d4_,specific_measurable_achievable_ambitious_relevant_and_time_based:u4_,perfect_let_s_narrow_this_down_time_to_add_more_details_to_your_goal:m4_,select_a_goal_or_type_your_own:h4_,now_let_s_pick_your_targets:g4_,how_do_you_plan_to_accomplish_this_goal:p4_,customize_the_options_below_or_type_your_own_these_will_become_your_short_term_targets:y4_,keep_going:f4_,add_target:w4_,where_are_you_now_what_does_this_look_like_for_you_at_the_moment:v4_,this_helps_you_track_your_progress:$4_,finished:b4_,i_will_create_a_sleep_routine:k4_,i_will_set_an_alarm_to_remind_me_to_start_my_routine:I4_,i_will_put_my_electronics_away_1_hour_before_it_is_time_for_me_to_sleep:x4_,i_will_set_my_phone_to_focus_or_do_not_disturb_mode_for_an_hour_before_bedtime_and_until_my_morning_alarm:C4_,i_will_choose_relaxing_activities_1_hour_before_bedtime_such_as_reading_meditating_yoga_or_listening_to_music:S4_,i_will_get_out_of_bed_at_the_same_time_each_day:A4_,i_will_only_press_snooze_one_time_each_morning:E4_,i_will_have_everything_packed_or_set_out_for_the_next_day_before_going_to_sleep:q4_,i_will_go_to_bed_on_time:T4_,i_will_do_this_at_least_4_out_of_5_times_this_week:P4_,i_will_wake_up_on_time:R4_,i_will_create_a_short_routine_for_the_morning_that_gets_me_excited_for_the_day:L4_,i_will_set_an_alarm_to_remind_me_to_get_ready_for_sleep_1_hour_before_bedtime:j4_,i_will_set_a_morning_alarm_that_gives_me_plenty_of_time_to_get_ready_for_school:N4_,i_will_read_for_20_minutes_before_bed:M4_,i_will_meditate_or_listen_to_relaxing_music_before_going_to_sleep:G4_,i_will_create_a_morning_routine_to_be_ready_for_the_day:z4_,i_will_research_ideas_for_a_morning_routine:D4_,i_will_present_my_ideas_to_my_teacher_or_other_person:F4_,i_will_map_out_my_routine_on_paper_or_in_my_phone:B4_,i_will_start_my_routine_at_the_same_time_every_morning:O4_,i_will_create_an_evening_routine_to_get_me_ready_for_bed:V4_,i_will_research_ideas_for_an_evening_routine:H4_,i_will_do_this_routine_5_out_of_5_school_nights_this_week:W4_,i_will_get_at_least_8_hours_of_sleep_each_night:X4_,i_will_practice_meditation:Y4_,i_will_find_choose_a_meditation_app_or_resource_to_use:Z4_,i_will_challenge_myself_to_meditate_for_x_number_of_days_in_a_row:U4_,i_will_choose_a_daily_time_to_meditate_and_set_an_alarm_to_remind_me:J4_,i_will_meditate_at_least_x_out_of_x_days_this_week:Q4_,i_will_start_an_exercise_routine:K4_,i_will_find_a_friend_to_exercise_with_each_week:eI_,i_will_choose_the_type_of_exercise_to_add_to_my_routine:_I_,i_will_share_my_routine_with_a_friend_or_trusted_adult:tI_,i_will_add_my_exercise_times_to_my_planner_or_calendar:sI_,i_will_exercise_daily:nI_,i_will_exercise_at_least_x_out_of_x_days_this_week:oI_,i_will_understand_the_cause_of_my_stress:aI_,i_will_talk_to_my_teacher_or_counselor_about_things_that_bother_me_or_make_me_stressed:iI_,i_will_identify_and_talk_with_someone_i_trust_about_how_i_am_feeling:rI_,i_will_pause_when_i_m_feeling_stressed_to_identify_what_is_causing_the_stress:cI_,i_will_learn_what_is_and_is_not_in_my_circle_of_control:lI_,i_will_acknowledge_when_i_am_approaching_a_potentially_stressful_situation:dI_,i_will_learn_about_coping_skills:uI_,i_will_talk_to_my_teacher_or_counselor_about_coping_skills_they_think_will_be_helpful_for_me:mI_,i_will_choose_a_coping_skill_to_practice_when_i_feel_i_am_becoming_stressed:hI_,i_will_use_a_coping_strategy_when_i_am_stressed_x_number_of_times_this_week:gI_,i_will_start_journaling_my_thoughts_and_feelings:pI_,i_will_do_this_at_least_x_out_of_x_days_this_week:yI_,i_will_get_outside_or_in_nature:fI_,i_will_make_time_for_something_fun:wI_,i_will_make_time_for_being_still_and_quiet:vI_,increase_my_mindfulness:$I_,i_will_take_minibreaks_throughout_the_day:bI_,i_will_decide_what_types_of_breaks_help_me_the_most:kI_,i_will_set_alarms_to_remind_myself_to_take_a_break:II_,i_will_take_a_break_every_hour:xI_,i_will_take_a_break_every_90_minutes:CI_,i_will_take_x_number_of_breaks_a_day:SI_,create_relaxation_opportunities:AI_,i_will_use_visualization_to_help_me_relax:EI_,i_will_learn_about_visualization:qI_,i_will_set_an_alarm_to_remind_me_to_practice_visualization:TI_,i_will_decide_what_this_practice_will_look_like_for_me:PI_,i_will_do_deep_breathing_exercises:RI_,i_will_research_and_learn_breathing_exercises_to_try:LI_,i_will_set_an_alarm_to_remind_me_to_practice_my_breathing_exercises:jI_,i_will_listen_to_relaxing_music:NI_,i_will_find_or_create_a_playlist_that_i_find_relaxing:MI_,i_will_add_listening_music_to_my_evening_routine:GI_,i_will_practice_yoga:zI_,i_will_find_a_class_youtube_channel_or_app_to_use:DI_,i_will_challenge_myself_to_practice_yoga_for_x_number_of_days_in_a_row:FI_,i_will_choose_a_daily_time_to_practice_yoga_and_set_an_alarm_to_remind_me:BI_,i_will_do_an_art_project_that_is_enjoyable:OI_,i_will_find_a_relaxing_art_activity_to_try:VI_,i_will_choose_a_time_to_do_my_art_each_week_and_set_reminders:HI_,i_will_tell_someone_about_my_new_art_project:WI_,keeping_fit:XI_,i_will_exercise_more:YI_,i_will_join_a_sports_team_or_club:ZI_,i_will_find_out_what_is_available_at_my_school:UI_,i_will_choose_one_that_interests_me:JI_,i_will_take_care_of_any_paperwork_to_join:QI_,i_will_participate_in_the_tryout_or_application_process:KI_,i_will_attend_all_the_practices:ex_,i_will_learn_a_new_sport_or_activity:_x_,i_will_research_new_sports_or_activities_that_might_interest_me:tx_,i_will_choose_a_new_sport_or_activity_to_learn:sx_,i_will_see_if_anyone_i_know_would_like_to_try_this_new_activity_with_me:nx_,i_will_gather_the_needed_gear_to_learn_this_activity:ox_,i_will_research_the_rules_and_methods_for_this_activity:ax_,i_will_find_groups_who_participate_in_this_activity_to_join:ix_,i_will_research_potential_challenges_that_interest_me:rx_,i_will_choose_a_challenge_to_complete:cx_,i_will_set_a_time_each_week_or_day_to_do_this_challenge:lx_,i_will_set_an_alarm_to_remind_me_to_do_this_challenge:dx_,i_will_sign_up_for_a_race:ux_,i_will_research_different_races_and_events_happening_in_my_area_in_the_next_few_months:mx_,i_will_choose_one_to_complete_and_talk_to_my_parents_guardians_about_participating:hx_,i_will_sign_up_if_i_have_permission_from_my_parents_guardians:gx_,i_will_create_a_training_schedule_to_prepare_for_my_race:px_,i_will_set_reminders_for_my_training_schedule:yx_,i_will_create_an_at_home_exercise_routine:fx_,i_will_take_an_inventory_of_what_exercise_equipment_i_have_access_to_at_home:wx_,i_will_research_what_routines_and_exercises_i_can_do_with_my_equipment_at_home:vx_,i_will_find_a_youtube_channel_or_app_to_use_for_my_workouts:$x_,i_will_set_a_schedule_for_my_routine:bx_,i_will_set_reminders_for_my_routine:kx_,i_will_join_and_go_to_a_gym:Ix_,i_will_research_gyms_in_my_area:xx_,i_will_choose_a_gym_that_i_can_pay_for_and_get_my_parent_guardians_permission:Cx_,i_will_go_to_the_gym_and_get_a_membership:Sx_,i_will_learn_about_the_equipment_programs_and_classes_available_at_my_gym:Ax_,i_will_decide_what_my_routine_will_be_when_i_visit_the_gym:Ex_,i_will_schedule_times_to_go_to_the_gym_on_my_phone:qx_,i_will_go_to_the_gym_x_out_of_x_days_this_week:Tx_,eating_healthier:Px_,i_will_add_more_fruits_and_veggies_into_my_diet:Rx_,i_will_swap_x_for_x_when_i_go_out_to_eat:Lx_,i_will_limit_my_sugary_drinks:jx_,i_will_drink_more_water:Nx_,i_will_fill_up_my_water_bottle_x_number_of_times_each_school_day:Mx_,i_will_learn_to_cook_simple_meals:Gx_,i_will_go_to_the_store_to_buy_the_missing_ingredients_on_my_list:zx_,i_will_follow_the_recipe_and_share_my_meal_with_a_family_member_or_friend:Dx_,improve_my_timekeeping_not_late_for_school_class:Fx_,i_will_add_buffer_time_to_my_schedule_in_the_morning_to_make_sure_i_get_to_school_on_time:Bx_,i_will_set_alarms_or_calendar_alert_on_my_phone_to_remind_me_to_go_to_my_next_class:Ox_,i_will_set_an_alarm_to_tell_me_5_minutes_before_i_need_to_leave_for_school:Vx_,i_will_put_my_school_schedule_in_a_planner_or_on_my_phone:Hx_,making_friends:Wx_,i_will_join_a_club_or_sports_team:Xx_,i_will_attend_all_the_practices_or_meetings:Yx_,i_will_find_someone_with_a_common_interest:Zx_,i_will_ask_someone_to_hang_out_outside_of_school:Ux_,i_will_attend_events_or_parties_i_m_invited_to:Jx_,i_will_eat_lunch_with_someone_i_want_to_get_to_know_better:Qx_,i_will_learn_some_good_questions_to_ask_others_to_get_to_know_them:Kx_,i_will_learn_how_to_engage_in_conversation_more:e3_,i_will_think_about_what_i_want_in_a_friend:_3_,i_will_think_about_what_it_means_to_be_a_good_friend:t3_,i_will_share_this_thoughts_with_someone:s3_,joining_a_club_sport:n3_,i_will_choose_a_club_to_join:o3_,i_will_attend_all_the_meetings:a3_,i_will_choose_a_sport_to_try_out_for:i3_,learning_a_new_activity:r3_,i_will_choose_a_new_activity_to_learn:c3_,i_will_gather_the_needed_supplies_to_learn_this_activity:l3_,i_will_practice_or_play_my_new_activity_at_least_x_out_of_x_times_this_week:d3_,improve_homework:u3_,i_will_turn_in_my_homework_on_time:m3_,i_will_turn_in_high_quality_homework:h3_,work_on_longterm_assignments_planned_and_making_progress:g3_,i_will_set_up_a_study_work_plan_for_long_term_projects:p3_,studying_for_tests_routines_and_effective_study_strategies:y3_,i_will_set_up_a_study_work_plan_for_tests:f3_,make_notes_in_class_high_quality_organised:w3_,i_will_take_notes_digital_paper_in_class_and_organise_them_in_a_folder_notebook_for_each_of_my_core_key_classes:v3_,i_will_research_note_taking_methods:$3_,improve_grade_in_x_subject_by_x_amount:b3_,i_will_review_material_from_class_an_additional_on_top_of_as_well_as_not_including_homelearning:k3_,study_x_amount_of_time_on_x_subject_x_times_hours_a_week:I3_,finish_work_early_and_check_against_instructions_rubric_then_edit:x3_,improve_the_quality_grades_of_homelearning_assignments:C3_,create_a_regular_study_homework_schedule:S3_,i_will_create_a_schedule_for_my_week_detailing_study_days_times_and_how_long_i_will_study_by_x_date:A3_,improve_email_google_drive_calendar_or_planner_organization:E3_,i_will_check_my_inbox_unread_emails_at_least_x_times_a_week_and_reply_if_necessary:q3_,i_will_create_folders_labels_and_organise_emails_into_the_correct_ones:T3_,i_will_create_folders_for_each_subject_and_organsie_docs_into_the_correct_folders:P3_,create_reminders_or_calendar_events_for_important_events_deadlines_study_times:R3_,i_will_create_reminders_or_calendar_events_for_my_most_important_events_deadlines_or_study_sessions_immediately_or_as_soon_as_i_can:L3_,create_a_longterm_assignment_planner:j3_,i_will_evaluate_my_progress_and_adjust_how_long_i_will_study_by_x_date:N3_,improve_my_todo_list_habits:M3_,i_will_add_tasks_to_my_todo_list_immidietly_or_as_soon_as_i_can_and_review_it_3_times_a_week:G3_,i_will_create_a_schedule_for_longterm_assihnments_detailing_study_days_times_and_how_long_i_will_study_by_x_date:z3_,i_will_take_notes_digital_paper_in_class_and_organise_them_in_a_folder_notebook_for_all_my_classes:D3_,keep_devices_off_on_silent_or_put_away_in_class:F3_,keep_devices_off_on_silent_or_put_away:B3_,keep_devices_off_on_silent_or_put_away_during_study_time:O3_,i_will_create_a_routine_for_transitioning_study_time:V3_,set_a_schedule_on_my_phone_on_focus_or_do_not_disturb_during_class_times:H3_,set_a_schedule_on_my_phone_on_focus_or_do_not_disturb_during_planned_study_times:W3_,reduce_or_limit_time_spent_on_social_media:X3_,i_will_set_up_time_limits_on_my_apps_or_websites:Y3_,i_will_set_a_timer_when_i_am_taking_a_break_on_social_media:Z3_,increase_engagement_in_class:U3_,avoid_distracting_websites_other_tasks_in_class:J3_,i_will_pay_attention_to_the_instructions_in_class:Q3_,i_will_actively_participate_in_class_more:K3_,i_will_participate_more_in_class_activities:eC_,i_will_ask_questions_in_class_related_to_the_topic_to_improve_my_understanding_learning:_C_,i_will_volunteer_to_answer_questions_in_class_more:tC_,avoid_distracting_websites:sC_,i_will_set_up_time_limits_for_distracting_website_via_a_chrome_extension:nC_,i_will_close_all_tabs_not_related_to_my_task:oC_,getting_help_when_needed:aC_,i_will_meet_with_my_teacher_outside_of_class_when_i_need_help:iC_,i_will_email_my_teacher_when_i_need_help:rC_,i_will_ask_questions_in_class_when_i_do_not_know_what_to_d:cC_,understanding_my_accommodations:lC_,i_will_know_and_understand_my_accommodations:dC_,i_will_ask_for_my_accommodations_when_i_need_them_in_class:uC_,i_will_tell_my_case_manager_when_i_no_longer_need_an_accommodations:mC_,i_will_talk_to_my_case_manager_when_i_feel_i_need_additional_or_different_accommodations:hC_,procrastination:gC_,planning_ahead:pC_,i_will_spend_x_amount_of_time_x_times_a_week_on_longterm_projects:yC_,i_will_plan_tasks_for_the_week_on_monday_or_the_friday_before:fC_,i_will_add_task_to_my_planner_when_assigned_in_class:wC_,task_initiation:vC_,i_will_start_tasks_on_the_day_given_and_finish_if_time_allows:$C_,i_will_finish_tasks_early_or_before_they_are_due:bC_,my_thoughts_and_feelings_are_important:kC_,today:IC_,this_week:xC_,this_month:CC_,male:SC_,female:AC_,type_something_to_search_students:EC_,assign_for_selected_students:qC_,assistant_email:TC_,counselor_email:PC_,support_teacher_email:RC_,add_new_answer:LC_,edit_template:jC_,add_questions:NC_,edit_email_template:MC_,contact_mail:GC_,announcements:zC_,schedule_information:DC_,welcome_new_teacher_assistant:FC_,contact_request:BC_,welcome_new_teacher:OC_,welcome_new_student:VC_,welcome_new_assistant:HC_,welcome_new_parent:WC_,welcome_new_edu_teacher:XC_,forgot_password:YC_,welcome_new_counselor:ZC_,user_first_name:UC_,user_last_name:JC_,password:QC_,message:KC_,domain:eS_,basic:_S_,premium:tS_,enterprise:sS_,are_you_sure_to_request_to_change_to_this_plan:nS_,images:oS_,audios:aS_,docs:iS_,videos:rS_,auto_save_after_every_1_min:cS_,no_user_to_display:lS_,on_a_scale_from_0_10_how_likely_are_you_to_recommend_us_to_a_friend_or_colleague:dS_,not_likely_at_all:uS_,extremely_likely:mS_,uwcsea_sg_climate_survey_connections_with_adults_and_peers:hS_,uwcsea_sg_climate_survey_do_you_need_some_extra_help_or_support:gS_,uwcsea_sg_climate_survey_my_health_and_wellbeing:pS_,uwcsea_sg_climate_survey_open_ended_questions:yS_,uwcsea_sg_climate_suvey_holistic_learning_experiences:fS_,import_email_by_csv:wS_,single_choice:vS_,multiple_choice:$S_,text_input:bS_,emotional:kS_,summarize:IS_,rating:xS_,learning_strategy:CS_,drop_down:SS_,happiness_intervetion:AS_,sdq_standard:ES_,diversity_equity_inclusion_and_justice:qS_,climate_survey:TS_,intervention_safety:PS_,intervention_stress:RS_,safety_at_home:LS_,wellbeing:jS_,depression_questions:NS_,level_1_learners_goal_conference:MS_,level_1_learners_balanced_conference:GS_,level_1_learners_habits_and_attitudes_towards_learning_conference:zS_,level_2_learners_digital_citizenship:DS_,level_1_learners_digital_citizenship:FS_,level_2_learners_communication:BS_,level_1_learners_communication:OS_,level_2_learners_collaboration:VS_,level_1_learners_collaboration:HS_,level_2_learners_self_directed_learning:WS_,level_2_learners_self_management_skills:XS_,level_1_learners_self_management_skills:YS_,level_2_learners_self_advocacy:ZS_,level_1_learners_self_advocacy:US_,level_2_learners_self_awareness:JS_,level_1_learners_self_awareness:QS_,level_2_learners_learning_and_study_skills:KS_,level_1_learners_learning_and_study_skills_session:eA_,level_2_learners_organization:_A_,level_1_learners_organization_session:tA_,level_2_learners_goal_conference:sA_,level_2_learners_habits_and_attitudes_towards_learning_conference:nA_,level_2_learners_balanced_conference:oA_,level_2_learners_goal_s_session:aA_,level_1_learners_goal_s_session:iA_,level_2_learners_study_strategies_session:rA_,level_2_learners_academic_session:cA_,level_1_learners_academic_session:lA_,level_2_learners_habits_and_attitudes_towards_learning_session:dA_,level_1_learners_habits_and_attitudes_towards_learning_session:uA_,level_2_learners_general_session:mA_,level_1_learners_general_sessio:hA_,social_and_emotional_learning:gA_,end_of_class_reflection_questions:pA_,impulse_control_self_monitoring:yA_,planning_problem_solving:fA_,teacher_sense_of_self_efficacy_tses:wA_,general_strategies_for_learning_gsl:vA_,focusing_attention:$A_,memory:bA_,responsible_decision_making:kA_,social_awareness:IA_,relationship_skills:xA_,habits_and_attitudes_towards_learning_hal:CA_,end_of_conference_questions:SA_,life_skills:AA_,health_and_fitness:EA_,executive_functions:qA_,study_skills:TA_,metacognitive_self_regulation:PA_,educational_satisfaction:RA_,default_session_questions:LA_,test_question_category_1:jA_,are_you_a_boarder_or_day_student:NA_,before_i_make_a_decision_i_consider_the_consequences:MA_,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:GA_,how_would_you_describe_your_religious_beliefs:zA_,how_would_you_describe_your_sexual_orientation:DA_,i_actively_pursue_activities_that_align_with_my_passions_and_values:FA_,i_always_have_someone_to_eat_lunch_with:BA_,i_am_alone_more_often_than_i_would_like:OA_,i_am_happy_with_the_marks_i_get_at_school:VA_,academics_homework_studying_and_grades:HA_,growth_improvement_in_study_habits_grades_sports_clubs_or_personal_projects:WA_,productivity_accomplishing_important_tasks_and_limiting_distractions:XA_,relationships_family_friends_and_teachers:YA_,anything_else_you_want_to_tell_your_teacher:ZA_,did_you_bring_what_you_needed_for_this_class:UA_,did_you_complete_all_the_classwork_for_today_s_class:JA_,did_you_have_your_materials_ready_at_the_start_of_class_time:QA_,do_you_have_any_missing_assignments_for_this_class:KA_,assign_bulk:e0_,assign_bulk_student:_0_,instruction:t0_,name_is_required:s0_,instruction_is_required:n0_,add_item:o0_,conference_rubric_items_is_empty:a0_,blank_row_or_column:i0_,question_list:r0_,question_is_required:c0_,select_skill:l0_,type_and_press_enter_to_add_new_row:d0_,do_you_want_to_remove_this_row:u0_,do_you_want_to_remove_this_custom_alert:m0_,remove_custom_alert_successfully:h0_,do_you_want_to_remove_this_skill:g0_,remove_skill_successfully:p0_,do_you_want_to_remove_this_subject:y0_,remove_subject_successfully:f0_,do_you_want_to_remove_this_learning_support_category:w0_,remove_learning_support_category_successfully:v0_,do_you_want_to_remove_this_learning_strategy:$0_,remove_learning_strategy_successfully:b0_,cant_delete_question:k0_,do_you_want_to_remove_this_goal_example:I0_,remove_question_successfully:x0_,do_you_want_to_remove_this_badge:C0_,remove_badge_successfully:S0_,do_you_want_to_remove_this_blank_day:A0_,remove_blank_day_successfully:E0_,do_you_want_to_remove_this_band_score:q0_,remove_band_score_successfully:T0_,is_used:P0_,time_oneRoster_sync_hh:R0_,small_text:L0_,medium_text:j0_,large_text:N0_,edit_parent_1_information:M0_,edit_parent_2_information:G0_,last_1_1:z0_,how_would_you_rate_your_chances_of_achieving_this_goal:D0_,add_name:F0_,activity_list:B0_,select_academic_year:O0_,a_number_of_staff:V0_,staffs:H0_,how_are_you_today:W0_,what_was_the_purpose_or_focus_of_today_s_class:X0_,header_1:Y0_,header_2:Z0_,header_3:U0_,header_4:J0_,header_5:Q0_,header_6:K0_,staying_focused:eE_,text_input_question:_E_,vs_last_year:tE_,leave_page:sE_,how_much_did_reflecting_during_this_session_help_your_learning_improve:nE_,last_1_1_conversation:oE_,student_has_started_this_conference_are_you_sure_to_delete:aE_,student_has_started_this_check_in_are_you_sure_to_delete:iE_,student_has_not_started_this_one_to_one_are_you_sure_to_delete:rE_,"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":"Puede iniciar una conversación Uno a Uno después de los resultados del check-in del alumno. Si el check-in es de hace 24 horas, puede solicitar el nuevo check-in o iniciar la conversación viendo los resultados","select_a_student_and_start_a_1-1_conversation_from_a_check-in_or_ask_the_student_to_check-in_before":"Seleccione un alumno e inicie una conversación 1-1 a partir de un check-in o pídale al alumno que se registre antes de",my_accommodations:cE_,accommodation_set:lE_,add_new_accommodation:dE_,print_my_accommodations:uE_,my_learning_progress:mE_,"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.":"Aquí su profesor puede editar o añadir los detalles de su acomodación. Por favor, tenga en cuenta que puede ver la información, pero para cualquier edición o adición, por favor contacte directamente con su profesor.","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.":"Esta es una nueva versión beta para su viaje personal de aprendizaje. Puede pensar qué quiere hacer y cómo le gusta aprender. Le aconsejamos que lo haga gradualmente por secciones y que lo visite una vez al mes.",responses_comparisons:hE_,dropdown_and_verbal_questions_responses:gE_,mario_tools:pE_,customize:yE_,techical_settings:fE_,data_import_export:wE_,inactive_students:vE_,weekly_quests:$E_,admin_general_tips:bE_,school_usage:kE_,total_conversations_time:IE_,total_class_reflections:xE_,grade_usage:CE_,total_conversations:SE_,impersonate:AE_,hi:EE_,transition_plan:qE_,updated_on:TE_,print_my_learning_plan:PE_,print_student_learning_plan:RE_,print_my_transition_plan:LE_,about_me:jE_,name_your_interest:NE_,add_more_detail_to_your_interest:ME_,create_interest:GE_,"your_interest_has_been_successfully_created_!":"¡Su interés ha sido creado con éxito!",view_plp:zE_,my_current_plp:DE_,my_learning_strategies:FE_,add_new_interest:BE_,add_new_challenge:OE_,add_new_strength:VE_,add_new_idea:HE_,add_new_people:WE_,add_new_tool:XE_,add_new_strategy:YE_,add_new_dream:ZE_,my_support_network:UE_,add_person:JE_,closer_family:QE_,family:KE_,mentors:eq_,tutors:_q_,my_timeline:tq_,add_milestone:sq_,add_test:nq_,"you_haven't_added_any academic_milestones_yet":"Aún no ha añadido ningún hito académico","you_haven't_added_any_tests_yet":"Aún no ha añadido ningún examen",colleges:oq_,"you_haven't_added_any_colleges_yet":"Aún no ha añadido ninguna universidad",add_colleges:aq_,my_transition_plan:iq_,academic_milestones:rq_,tests:cq_,academic_and_career_interests:lq_,you_havent_added_any_interests_yet:dq_,add_a_plan:uq_,extra_curricular_activities:mq_,"you_haven't_added_any_activities_yet":"Aún no ha añadido ninguna actividad",add_new_activity:hq_,courses:gq_,"you_haven't_added_any_courses_yet":"Aún no ha añadido ningún curso",add_new_courses:pq_,"standardized_tests_/_exams":"Pruebas/Exámenes estandarizados","potential_career_training_courese_/_colleges":"Posibles cursos/colegios de formación profesional","you_haven't_added_any_courses_/_colleges_yet":"Aún no ha añadido ningún curso/colegio","add_new_courese_/_college":"Añadir nuevos cursos/colegios",add_new_college:yq_,"you_haven't_added_any_references_yet":"Aún no ha añadido ninguna referencia",references:fq_,resources_for_my_future:wq_,"you_haven't_added_any_resources_yet":"Aún no ha añadido ningún recurso",add_new_resources:vq_,my_essays:$q_,"you_haven't_added_any_essays_yet":"Aún no ha añadido ningún ensayo",add_essay:bq_,learning_portfolios:kq_,"you_haven't_added_any_learning_portfolios_yet":"Aún no ha añadido ninguna cartera de aprendizaje",add_portfolio:Iq_,financial_planning:xq_,"you_haven't_added_any_plans_yet":"Aún no ha añadido ningún plan",add_new_plan:Cq_,"students_shaded_red_have_an_incomplete_check-_in":"Los estudiantes sombreados en rojo tienen un check-in incompleto",rows_per_page:Sq_,anonymous_link:Aq_,select_ratings_of_questions:Eq_,select_responses_distribution:qq_,you_can_only_select_one_question_per_time:Tq_,number_of_answers:Pq_,my_interests:Rq_,i_like_to_know_more_about:Lq_,my_strengths:jq_,my_challenges:Nq_,i_can_help_myself_by:Mq_,my_teacher_can_help_me_by:Gq_,other_people_who_can_help_me_are:zq_,tools_things_that_can_help_me_are:Dq_,my_goals:Fq_,my_goals_and_targets:Bq_,my_hopes_and_dreams:Oq_,missing_grade:Vq_,grade_must_be_equal_or_greater_than_grade_level_1:Hq_,you_havent_added_any_challenges_yet:Wq_,you_havent_added_any_strengths_yet:Xq_,you_havent_added_any_idea_yet:Yq_,you_havent_added_any_people_yet:Zq_,you_havent_added_any_tools_yet:Uq_,you_havent_added_any_strategies_yet:Jq_,you_havent_added_any_goals_and_targets_yet:Qq_,you_havent_added_any_hopes_and_dreams_yet:Kq_,ways_I_learn_best:eT_,your:_T_,interest:tT_,strength:sT_,challenge:nT_,idea:oT_,people:aT_,tool:iT_,dream:rT_,person:cT_,more_detail_to:lT_,my_support:dT_,network:uT_,my_current_PLP:mT_,view_PLP:hT_,current_accommodation:gT_,goal_date:pT_,you_havent_added_any_item_yet:yT_,passing_date:fT_,college:wT_,visit:vT_,application:$T_,a_plan:bT_,interests:kT_,activities:IT_,test_exam:xT_,course:CT_,resources:ST_,essay:AT_,essays:ET_,plans:qT_,total_of:TT_,diagnostic_survey:PT_,selected_questions:RT_,available_questions:LT_,are_you_sure_you_want_to_inactive_students:jT_,data_for_the_last_month:NT_,number_of_questions:MT_,no_item_to_display:GT_,template:zT_,assessment:DT_,assignment_result:FT_,certificate:BT_,learning_support_category:OT_,feedback:VT_,suggestion:HT_,tutorial_screen:WT_,reflection_forms:XT_,select_question_to_add:YT_,"this_survey_was_sent._all_survey_links_that_were_sent_will_be_invalid._are_you_sure_to_delete_it":"Esta encuesta ha sido enviada. Todos los enlaces de las encuestas que se enviaron no serán válidos. ¿Está seguro de eliminarla?",student_grade_not_found:ZT_,name_your_person:UT_,type_your_person:JT_,create_person:QT_,january:KT_,february:eP_,march:_P_,april:tP_,may:sP_,june:nP_,july:oP_,august:aP_,september:iP_,octorber:rP_,november:cP_,december:lP_,private:"privado",complete:dP_,select_user:uP_,ended_in_less_than_one_hour:mP_,my_sandbox:hP_,number_students_are_unmotivated:gP_,number_students_are_comfort:pP_,number_students_are_stretch:yP_,number_students_are_strain:fP_,number_students_are_overwhelmed:wP_,check_in_with_teacher_name:vP_,all_of_the_students_marked_as_feeling_safe:$P_,soft:bP_,ascending:kP_,descending:IP_,empty:xP_,you_have_completed_all_of_the_weekly_quests:CP_,good_job:SP_,if_you_have_responded_to_all_question_press_the_done_button_to_complete_check_in:AP_,check_in_finished:EP_,are_you_ready_to_submit:qP_,you_filled_out_check_in_in_the_check_in_section:TP_,continue:"Continuar",good_job_you_filled_out_support_network_in_the_my_support_network_section:PP_,good_job_you_filled_out_learning_strategies_in_the_my_learning_strategies_section:RP_,"total_1-1_conversations":"Total de conversaciones 1-1",default_question_one_to_one_list:LP_,is_default_question:jP_,is_class_reflection_question:NP_,yes_no_question:MP_,number_of_stars:GP_,emotion_icon:zP_,add_new_sub_question:DP_,sub_questions:FP_,are_you_sure_to_delete:BP_,edit_1_1:OP_,wellness:VP_,environment_safety:HP_,sleeping:WP_,eating:XP_,learning:YP_,getting_help:ZP_,exercising:UP_,being_calm:JP_,home:QP_,school:KP_,online:eR_,learning_in_class:_R_,home_learning:tR_,destinations:sR_,select_csv:nR_,import_class_reflections:oR_,type_question:aR_,edit_destination:iR_,create_destination:rR_,total_of_destination:cR_,general_info:lR_,file_extension:dR_,todays:uR_,add_to_do:mR_,edit_to_do:hR_,description_optional:gR_,do_you_want_delete_this_goal:pR_,my_to_do:yR_,set_your_to_do:fR_,your_daily_motivation:wR_,my_1_1:vR_,student_learning_plans:$R_,sign_out:bR_,topic:kR_,comment:IR_,willingness_to_do_your_best_learning:xR_,not_done_yet:CR_,not_chosen_yet:SR_,loading:AR_,i_organize_myself_for_success_by:ER_,i_know_i_am_doing_my_best_because:qR_,i_know_i_feel_ready_to_learn_when:TR_,go_to_plp:PR_,go_to_personal_learning_plan:RR_,create_qr_code:LR_,warning_email:jR_,"1_1_sessions":"Sesiones 1-1",filter_by_students:NR_,search_for_students:MR_,sort_by:GR_,recently:zR_,most_positive:DR_,least_positive:FR_,back_to:BR_,this_session_can_be_edit_by_user_change_session:OR_,type_your_answer_here:VR_,take_notes_and_get_suggestions_from_our_MARIO_support_bot:HR_,scaffolding_is_on:WR_,scaffolding_is_off:XR_,see_all_suggestions:YR_,scaffolding:ZR_,session_finished:UR_,do_you_want_to_start_now_or_book_later:JR_,new_1_1s:QR_,book_1_1s:KR_,select_session_type:eL_,new_conferences:_L_,my_personal_interests:tL_,i_find_it_difficult_when:sL_,take_the_quiz:nL_,collapse:oL_,expand:aL_,created_on:iL_,updated:rL_,notifications:cL_,mark_all_as_read:lL_,filter:dL_,read:uL_,unread:mL_,is_read:hL_,go_to_session:gL_,go:pL_,meetings:yL_,student_profile:fL_,booked_times:wL_,session_are_booked_as_10_minute_slots:vL_,conference_finished:$L_,back_to_conferences:bL_,unfinished:kL_,back:IL_,select_your_status:xL_,my_safety:CL_,working_on_it:SL_,not_started_keep:AL_,total_of_rubrics:EL_,select_question_category:qL_,default_question_conference_list:TL_,create_rubric:PL_,type_something_to_search_rubric:RL_,prev:LL_,select_the_grade:jL_,class_qr_codes:NL_,title_is_required:ML_,the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in:GL_,this_conference_will_be_deleted_from_all_databases_are_you_sure_you_want_to_continue:zL_,check_in_and_1_1s:DL_,my_check_in_and_1_1s:FL_,book_for_later:BL_,check_ins_home:OL_,start_your_check_in_and_you_can_also_request_a_conversation_with_your_teacher_after:VL_,set_your_goals:HL_,show_pending_conversations:WL_,check_in_sessions:XL_,this_initial_step_activates_your_1_on_1_conversation_setting_the_stage_for_personal_dialogue:YL_,check_in_session:ZL_,"1_1_conversation_complete":"Conversación 1-1 completa",check_in_complete:UL_,log_1_1_conversation:JL_,log_conversation_data:QL_,add_1_1_conversation_notes:KL_,save_data:ej_,please_select_date_1_1_conversation:_j_,please_write_something_to_this_1_1_conversation:tj_,data_1_1_conversation_cannot_exceed_300_characters:sj_,check_in_session_title:nj_,i_have_nothing_to_add:oj_,check_in_session_finished:aj_,is_question_for_grade_1_2:ij_,"1_1_session":"Sesión 1-1",type_your_answer_here_e_g_i_met_my_friend:rj_,type_your_answer_here_e_g_my_best_friend_didnt_come_to_school:cj_,save_1_1_log_note:lj_,no_need_for_it:dj_,conversation_saved:uj_,yes_view_student_goals:mj_,what_did_you_and_the_student_choose_as_an_action_step_would_you_like_to_add_it_as_a_goal:hj_,here_you_can_find_all_the_notes_and_1_1_conversations_logs_the_student_has:gj_,back_to_notes_and_logs:pj_,students_review:yj_,other_note:fj_,students_perceived_usefulness:wj_,student_feedback:vj_,note_category:$j_,select_note_category:bj_,save_note:kj_,type_the_main_focus_of_this_session:Ij_,please_add_title_note:xj_,notes_and_logs:Cj_,other_notes_from_the_conversation:Sj_,share_your_thoughts:Aj_,make_this_a_private_note:Ej_,environment_specific_safety:qj_,students_reported_feelings:Tj_,well_being_indicators:Pj_,readiness_trends:Rj_,open_field_questions:Lj_,number_of_students_with_at_least_one_very_low_metric:jj_,this_flags_if_the_student_is_not_ready_to_learn_or_has_at_least_one_success_or_readiness_to_learn_metrics_under_40:Nj_,of_students_have_concerned_metrics:Mj_,have_metrics_40:Gj_,all_students_have_good_metrics:zj_,students_with_at_least_one_concerned_metric:Dj_,concerned_metrics:Fj_,concern_metrics:Bj_,conversation_goal:Oj_,target_monthly_conversation_goal_for_teachers:Vj_,target_monthly_conversation_goal_for_counselors:Hj_,conversations:Wj_,are_not_ready_to_learn:Xj_,check_in_date:Yj_,educator:Zj_,location:Uj_,edit_my_profile:Jj_,save_new_password:Qj_,conversation_duration:Kj_,please_set_time_1_1_conversation:eN_,negative_emotions:_N_,please_select_add_teacher_for_selected_student_first:tN_,choose_profile_picture:sN_,choose_a_profile_picture_from_our_gallery_or_upload_your_own:nN_,select_a_picture:oN_,delete_checkin:aN_,delete_conference:iN_,are_you_sure_to_delete_this_check_in:rN_,are_you_sure_to_delete_this_conference:cN_,yes_im_sure:lN_,teachers_list:dN_,this_months_average_vs_last_month:uN_,manage_your_active_students_and_their_progress:mN_,staff_assigning:hN_,save_staff:gN_,add_student:pN_,class_qr_code:yN_,edit_staff:fN_,search_students_by_name_or_email:wN_,all_grades:vN_,all_flags:$N_,no_students_found:bN_,why_are_you_not_ready_to_learn:kN_,delete_1_1:IN_,are_you_sure_to_delete_this_one_to_one:xN_,please_add_email:CN_,select_creator:SN_,type_an_email_to_share:AN_,invalid_email_format:EN_,share:qN_,personal_learning_plans:TN_,metrics_that_flagged:PN_,teacher_emails:RN_,counselor_emails:LN_,remove_bulk:jN_,personal_learning_plans_description:NN_,last_updated:MN_,transition_plans:GN_,transition_plans_description:zN_},FN_="仪表板",BN_="用户",ON_="问题库",VN_="电子邮件模板",HN_="自定义提醒",WN_="设置",XN_="媒体库",YN_="学区学校列表",ZN_="导出为 PDF",UN_="数据取自主屏幕",JN_="导出之前请确保所有设置正确。",QN_="取消",KN_="您好",eM_="准备学习",_M_="高效学习策略",tM_="签到",sM_="签到",nM_="反思",oM_="讨论会",aM_="安全",iM_="按年龄划分的学生",rM_="按姓名划分的学生",cM_="日历",lM_="性别",dM_="年级",uM_="成绩",mM_="当前年级",hM_="学生姓名",gM_="教师姓名",pM_="开始日期",yM_="结束日期",fM_="代表了学生在测试时对自己的精力、专注力、幸福感、安全感和压力感的反应。请注意,分数以 1-100 为单位,但压力除外,其最佳压力设置为“0”,以了解高压力与低压力。",wM_="我们对个别学生报告其对约翰·哈蒂高效学习策略的使用感受进行了综合评估,并将其与老师的实际应用情况进行了总体衡量。",vM_="调查的综合结果由学生个人完成,旨在评估他们自己对 6 个关键领域的表现的看法,随后还评估了 3 个特定的幸福感领域。",$M_="发送给与学生有联系的任何个人(外部或内部)的调查结果,以协助衡量个人学生的:效率、幸福感、精力、专注力和压力。",bM_="个人总分的综合情况位于师生之间各个讨论会的底部。请注意,“不适用”的分数不予测量。",kM_="所有对这个问题的回答的直观表示,即要求学生对一段时间内自己对学校的安全水平的感受进行评分。",IM_="您所在学校的学生性别和年级具体分布情况。",xM_="您所在学校按年级划分的学生的综合情况,具有特定的称号。",CM_="一对一总次数",SM_="签到总次数",AM_="签到总次数",EM_="一对一总时间",qM_="讨论会总次数",TM_="讨论会总时间",PM_="课堂反思签到总次数",RM_="创建用户",LM_="编辑用户",jM_="更改密码",NM_="按用户名输入内容进行搜索",MM_="用户总数",GM_="姓名",zM_="电子邮件",DM_="年龄",FM_="角色",BM_="活跃状态",OM_="操作",VM_="活跃",HM_="非活跃",WM_="创建",XM_="更新",YM_="名字",ZM_="出生日期",UM_="姓氏",JM_="角色",QM_="状态",KM_="发送忘记密码链接",eG_="下载用户数据",_G_="当前密码",tG_="新密码",sG_="确认密码",nG_="保存",oG_="输入内容以搜索问题",aG_="输入内容以搜索类别",iG_="问题总数",rG_="创建问题",cG_="编辑问题",lG_="问题类型",dG_="类别",uG_="子类别",mG_="问题文本",hG_="文本",gG_="是一对一的默认问题",pG_="是学生或教师的默认问题",yG_="是普通班级的默认问题",fG_="是学生或教师的普通默认问题",wG_="会话前",vG_="编辑自定义提醒",$G_="创建自定义提醒",bG_="自定义提醒总数",kG_="会话数量",IG_="学生人数",xG_="开始日期",CG_="持续时间(天)",SG_="学生",AG_="创建技能",EG_="编辑技能",qG_="技能总数",TG_="描述",PG_="技能",RG_="父类别",LG_="编辑科目",jG_="创建科目",NG_="科目总数",MG_="颜色",GG_="创建学习支持类别",zG_="编辑学习支持类别",DG_="创建类别",FG_="编辑类别",BG_="学习支持类别总数",OG_="默认颜色",VG_="编辑策略",HG_="创建策略",WG_="创建学习策略",XG_="策略总数",YG_="策略名称",ZG_="问题",UG_="详细信息",JG_="策略",QG_="最佳匹配",KG_="创建目标示例",ez_="编辑目标示例",_z_="目标示例总数",tz_="短期目标示例",sz_="目标示例",nz_="编辑徽章",oz_="创建徽章",az_="徽章总数",iz_="图标",rz_="徽章",cz_="徽章图像",lz_="编辑学期",dz_="创建学期",uz_="更新学校假期月份",mz_="学期总数",hz_="学年总数",gz_="学期",pz_="中断月份",yz_="更改中断月份",fz_="学年假期月份",wz_="编辑空白日",vz_="创建空白日",$z_="空白日总数",bz_="开始时间",kz_="结束时间",Iz_="学校空白日",xz_="编辑点",Cz_="创建新点",Sz_="点总数",Az_="标签",Ez_="值",qz_="中断点",Tz_="更新中断点",Pz_="最大数量管理员",Rz_="最大助教人数",Lz_="最大学生人数",jz_="最大教师人数",Nz_="请求此计划",Mz_="输入内容以搜索反思结果",Gz_="用户已删除",zz_="导出用户数据",Dz_="此用户的所有数据将从系统中永久删除。请先导出再继续",Fz_="删除用户",Bz_="删除此教师前必须先选择一位新教师。我们会先将整个班级和学生转移至新教师,然后再删除此教师的所有数据。",Oz_="列出学生",Vz_="学生电子邮件",Hz_="当前教师姓名",Wz_="当前教师电子邮件",Xz_="更改保存",Yz_="选择教师变更",Zz_="当前助理姓名",Uz_="当前助理电子邮件",Jz_="删除助理",Qz_="切换助理",Kz_="选择助理更改",eD_="选择助理",_D_="重新发送欢迎电子邮件",tD_="发送给选定用户",sD_="用户名",nD_="用户电子邮件",oD_="级别",aD_="用途",iD_="管理员培训",rD_="教师培训",cD_="创建时间",lD_="总反思",dD_="学生培训",uD_="创建指定",mD_="指定总数",hD_="指定",gD_="编辑指定",pD_="确认",yD_="您好",fD_="今天的一对一",wD_="今天的签到",vD_="今天的讨论会",$D_="下次会议",bD_="下次讨论会",kD_="今天的日程安排",ID_="行动要点",xD_="即将到来",CD_="查看所有行动点",SD_="添加",AD_="编辑行动点",ED_="添加行动点",qD_="标题",TD_="键入标题",PD_="主题",RD_="选择日期",LD_="日期",jD_="选择时间",ND_="时间",MD_="通知",GD_="无通知",zD_="天",DD_="周",FD_="标记为已完成",BD_="我的学生",OD_="下载模板",VD_="导入 CSV",HD_="添加新",WD_="仅显示作为助理的工作",XD_="仅显示作为教师的工作",YD_="上次一对一",ZD_="上次签到",UD_="上次讨论会",JD_="总时间",QD_="助理姓名",KD_="作为助理的工作",eF_="分配助理",_F_="查看",tF_="历史记录",sF_="自定义重复",nF_="重复间隔",oF_="重复日期",aF_="从不",iF_="在",rF_="之后",cF_="选择日期",lF_="选择时间",dF_="更改日期",uF_="更改时间",mF_="应用",hF_="新的签到会话",gF_="新签到",pF_="您想与教师交谈吗",yF_="立即开始",fF_="稍后预订",wF_="选择类别",vF_="搜索问题类别",$F_="无问题",bF_="选择问题",kF_="选择学生",IF_="选择工作人员",xF_="工作人员姓名",CF_="选择教师",SF_="您想与谁一起签到?",AF_="请选择学生",EF_="请选择老师",qF_="请提供有效的学生",TF_="请提供有效的老师",PF_="选择学生并启动新会话或预订稍后会话",RF_="您没有老师",LF_="搜索老师",jF_="选择日期和时间",NF_="预订一对一",MF_="预订新签到",GF_="时间表",zF_="会话预订为 10 分钟时段",DF_="不会重复发生",FF_="时间必须在上午 8 点至下午 6 点之间",BF_="从",OF_="至",VF_="仅显示收藏夹",HF_="仅显示一对一对话",WF_="持续时间",XF_="收藏夹",YF_="打开",ZF_="无数据",UF_="时间表详细信息",JF_="您确定要取消此时间表吗?",QF_="已完成一对一对话",KF_="已完成签到",eB_="完成",_B_="您想谈论什么?",tB_="会话类型",sB_="这是哪种会话类型?",nB_="您现在对每个方面感觉如何?",oB_="睡眠、营养、锻炼、身体健康和心理健康",aB_="目标、活动、习惯和策略",iB_="总体而言,您今天感觉如何?",rB_="您今天对自己的自豪程度如何?",cB_="您今天感觉如何?",lB_="您从本次会话中学到了多少?",dB_="您从本次会话中学到了最重要的东西是什么?",uB_="您的下次会议",mB_="今天",hB_="选择您是想立即开始签到还是与您的老师或辅导员预约时间以备日后使用。",gB_="编辑",pB_="电话号码",yB_="第二个电话号码",fB_="健康备注",wB_="地址",vB_="MTSS",$B_="备注",bB_="无时间表",kB_="我的备注",IB_="私人备注",xB_="目标进度",CB_="查看所有目标",SB_="已完成",AB_="没完成",EB_="学生信息",qB_="最佳学习策略",TB_="感知使用情况",PB_="选择的总次数",RB_="精力",LB_="专注力",jB_=`幸福感\r
2
+ `,NB_="压力",MB_="一对一",GB_="课堂反思",zB_="讨论会",DB_="学习进度",FB_="现在无法导出。请重试。",BB_="查看数据",OB_="学习策略",VB_="策略",HB_="使用次数",WB_="下一步",XB_="以前的",YB_="我的讨论会",ZB_="选择一名学生并启动新讨论会或预约讨论会以备日后使用。",UB_="您没有学生",JB_="这是必填字段",QB_="请选择问题类别",KB_="预订讨论会",e5_="最终得分",_5_="新讨论会",t5_="搜索学生",s5_="搜索员工",n5_="会议安排",o5_="课程安排",a5_="更多问题",i5_="讨论会评分标准",r5_="解锁",c5_="单击提交前",l5_="您的会话为",d5_="分钟",u5_="分钟",m5_="提交",h5_="您还有几个问题尚未回答。您确定要完成吗?",g5_="请务必与您的老师确认您已完成所有要求",p5_="老师选择",y5_="学生选择",f5_="协议",w5_="个人学习计划",v5_="我的个人学习计划",$5_="个人兴趣",b5_="允许学生编辑",k5_="优势和挑战",I5_="显著优势",x5_="优势",C5_="挑战",S5_="显著挑战",A5_="我的老师如何帮助我学习",E5_="关于我的学习",q5_="便利设施",T5_="目标",P5_="此目标显示在学生的讨论会评分标准中。您确定要删除吗?",R5_="活动圈",L5_="朋友圈",j5_="您准备好学习了吗?",N5_="课程表",M5_="添加课程表",G5_="上课日期",z5_="课程名称",D5_="日期/时段",F5_="教师电子邮件",B5_="笔记类型和课程",O5_="我的笔记",V5_="添加新笔记",H5_="所有类别",W5_="个性化",X5_="仅显示收藏",Y5_="搜索",Z5_="笔记标题",U5_="学生",J5_="笔记详情",Q5_="标记为收藏",K5_="输入笔记",eO_="请选择学生",_O_="设置",tO_="保存更改",sO_="活动通知",nO_="计划通知",oO_="预定通知",aO_="是",iO_="否",rO_="电子邮件通知",cO_="向我发送电子邮件通知",lO_="不向我发送电子邮件通知",dO_="类型",uO_="教师请求",mO_="学生请求",hO_="概述",gO_="PLP",pO_="我的学生一对一",yO_="我的学生签到",fO_="我的学生讨论会",wO_="接收日期",vO_="班级影响分数",$O_="影响分数",bO_="个别化教育计划",kO_="个别化教育计划",IO_="创建者",xO_="上次修改",CO_="修改",SO_="学生反思",AO_="外部反思",EO_="外部班级反思",qO_="反思",TO_="班级反思",PO_="添加反思",RO_="添加班级反思",LO_="班级类型",jO_="教师图像",NO_="发送给教师",MO_="立即发送",GO_="错过",zO_="待处理",DO_="发送日期",FO_="转到学生的 PLP",BO_="新 IEP",OO_="编辑 IEP",VO_="IEP 类型",HO_="资格来源(初始)",WO_="年度目标",XO_="输入日期范围",YO_="添加目标",ZO_="添加目标",UO_="日/月/年",JO_="特殊教育",QO_="IEP 必须包含向儿童或代表儿童提供的特殊教育和相关服务以及补充援助和服务的声明。本节重点介绍第一个要素:将为儿童提供的特殊教育的说明。",KO_="目标和报告进度",e9_="每个儿童的 IEP 还必须描述如何衡量实现年度目标的进展情况以及何时向家长报告。",_9_="确定儿童需求后,IEP 团队就会努力制定适当的目标来满足这些需求。年度目标描述了儿童在 12 个月内应该做或学什么。",t9_="相关服务",s9_="为了帮助残障儿童从特殊教育中受益,他或她可能还需要在某个方面获得额外帮助,例如说话或移动。这种额外的帮助称为相关服务。在此处了解这些关键服务的所有信息。",n9_="补充援助和服务",o9_="补充援助和服务旨在改善儿童在学术、课外和非学术活动和环境中的学习机会和参与度。IEP 团队必须确定儿童需要哪些补充援助和服务,并在 IEP 中具体说明。",a9_="针对学校人员的计划修改",i9_="IEP 还包含确定将为学校人员提供的计划修改或支持",r9_="不参与程度",c9_="IEP 还必须说明儿童在何种程度上不会与非残疾儿童一起参加正常班级以及其他学校环境和活动(如果有)。",l9_="评估便利",d9_="IDEA 要求残疾学生参加州或全区评估。IEP 团队必须决定学生是否需要测试便利或完全其他类型的评估。在 IEP 的这一部分,团队记录了学生将如何参与。",u9_="服务交付",m9_="儿童何时开始接受服务?在哪里?多久一次?“会话”持续多长时间?这些细节虽然烦人,但必须纳入 IEP!",h9_="过渡计划",g9_="不晚于学生 16 岁生日(如适用,可以更早)),IEP 必须包含与过渡相关的计划,以帮助学生为中学毕业后的生活做好准备。",p9_="当前水平",y9_="儿童目前在学校的表现如何?残疾如何影响他在课堂上的表现?此类信息包含在 IEP 中的“当前水平”声明中。",f9_="签名",w9_="IEP 旧版本和诊断文档",v9_="上传文件",$9_="添加兴趣",b9_="上传图片",k9_="支持的图片类型:PNG、JPEG、WEBPbbb",I9_="编辑兴趣",x9_="选择个人兴趣或在此处输入个人兴趣",C9_="添加注释",S9_="选择最佳匹配",A9_="最佳匹配",E9_="选择策略",q9_="选定的学习策略",T9_="是否要删除此优势和挑战",P9_="添加新项目",R9_="编辑项目",L9_="选择教学策略",j9_="选定的教学策略",N9_="添加标题",M9_="我的学习",G9_="是否要删除关于我的学习的信息",z9_="编辑我的学习",D9_="添加我的学习",F9_="选择关于学习或在此处输入关于学习的信息",B9_="便利设施",O9_="所有类别",V9_="您想删除此便利设施吗",H9_="编辑便利设施",W9_="添加便利设施",X9_="全部",Y9_="所有状态",Z9_="目标类型",U9_="添加新目标",J9_="目标详细信息",Q9_="选择状态",K9_="目标基线",eV_="目标",_V_="目标详情",tV_="目标类型",sV_="编辑目标详情",nV_="已上传文件",oV_="可选",aV_="编辑基线",iV_="编辑好友",rV_="添加好友",cV_="搜索好友",lV_="好友类型",dV_="编辑行动",uV_="添加行动",mV_="搜索行动",hV_="行动",gV_="活动类型",pV_="选择或键入行动",yV_="需要采取行动",fV_="外部",wV_="学生调查",vV_="查看调查",$V_="创建调查",bV_="调查来自",kV_="复习",IV_="发布调查",xV_="总调查",CV_="标记",SV_="预定会话",AV_="完成的总调查",EV_="未完成的总调查",qV_="列出调查",TV_="调查",PV_="调查",RV_="创建调查",LV_="我的调查",jV_="辅导员姓名",NV_="调查标题",MV_="截止日期",GV_="剩余天数",zV_="回复日期",DV_="会话",FV_="标记",BV_="外部电子邮件",OV_="现在安排",VV_="会话安排",HV_="已安排会话",WV_="搜索调查",XV_="总调查",YV_="调查结果",ZV_="签到时间",UV_="今天接收于",JV_="预览调查",QV_="完成调查",KV_="您想与教师分享调查吗?",eH_=`您可以与教师分享此调查,以进一步了解您的学生。\r
3
+ `,_H_="跳过",tH_="调查问题",sH_="添加调查问题",nH_="附加问题",oH_="添加附加问题",aH_="保存收藏夹",iH_="保存为收藏夹",rH_="收藏调查",cH_="滑块",lH_="问题",dH_="插入所有问题",uH_="删除所有问题",mH_="插入问题",hH_="调查模板",gH_="插入模板",pH_="与教师共享调查",yH_="建议教师",fH_="电子邮件内容",wH_="发送调查",vH_="查看调查详情",$H_="学生人数",bH_="日期和时间",kH_="量表",IH_="答案",xH_="添加问题",CH_="保存问题",SH_="外部调查",AH_="IB 学习者资料",EH_="设置截止日期",qH_="重复调查",TH_="共享调查",PH_="新调查",RH_="分配辅导员",LH_="选择辅导员",jH_="选择支持教师",NH_="分配支持教师",MH_="切换支持教师",GH_="支持教师姓名",zH_="问题用户",DH_="请求反思",FH_="请求班级反思",BH_="与教师共享调查",OH_="选择自",VH_="切换辅导员",HH_="删除辅导员",WH_="当前辅导员电子邮件",XH_="当前辅导员姓名",YH_="选择辅导员变更",ZH_="当前支持教师姓名",UH_="当前支持教师电子邮件",JH_="删除支持教师",QH_="选择支持教师变更",KH_="过滤器日历",eW_="平均学生安全",_W_="活跃",tW_="使用最多的 5 大策略",sW_="准备",nW_="平均学生压力",oW_="成功指标",aW_="学习过程",iW_="调查仪表板",rW_="回应率",cW_="使用最多的 5 项调查",lW_="问题干预",dW_="学生压力",uW_="整体学习准备",mW_="查看日历",hW_="学生健康",gW_="查看数据仪表板",pW_="查看学生",yW_="查看学生",fW_="平均安全",wW_="平均压力",vW_="平均精力",$W_="平均专注力",bW_="平均幸福感",kW_="与上个月相比",IW_="的学生感觉不安全。",xW_="学生将自己标记为不安全。",CW_="将自己标记为不安全。",SW_="感觉不安全。",AW_="的学生压力很大。",EW_="标记为压力很大。",qW_="are feeling highly stressed.",TW_="选择一名学生并查看其个人资料和学习计划",PW_="选择一名学生并开始根据签到结果进行对话",RW_="开始",LW_="教师反思",jW_="笔记",NW_="学生反思",MW_="查看最新签到",GW_="本周",zW_="缺少每周签到",DW_="添加新学生",FW_="开始签到",BW_="今天没有活动",OW_="今天的日程安排",VW_="压力很大",HW_="不安全",WW_="平均",XW_="查看他们",YW_="目标",ZW_="24 小时前结束",UW_="开始一对一对话",JW_="查看结果",QW_="请求签到",KW_="最后",e6_="最新签到",_6_="缺少每周签到的学生",t6_="此学生没有缺少签到",s6_="没有缺少每周签到的学生",n6_="开始一对一对话",o6_="选择老师并开始签到",a6_="本周的签到",i6_="本周的一对一",r6_="此学生本周没有一对一",c6_="此学生本周没有签到",l6_="没有最后或请求的签到",d6_="压力很大的学生",u6_="感觉不安全的学生",m6_="缺少每周签到的学生",h6_="按区域划分的学生压力",g6_="学生分布",p6_="调查的标志",y6_="黄色标志",f6_="绿色标志",w6_="红色标志",v6_="显示方式",$6_="调查概述",b6_="分享笔记",k6_="调查摘要",I6_="调查名称",x6_="创建日期",C6_="截止时间",S6_="创建者",A6_="回复分布",E6_="问题评分",q6_="显示结果",T6_=`每个问题的答复和答复率\r
4
+ `,P6_="查看学生列表",R6_="查看回复列表",L6_="回复数",j6_="未回复数",N6_="问题评分",M6_="尚无回复",G6_="表格中突出显示了外部调查",z6_="重置密码",D6_="正确",F6_="不正确",B6_="正确答案是",O6_="正确答案是",V6_="需要采取行动",H6_="查看答案",W6_="调查结果",X6_="周",Y6_="月",Z6_="预定会话",U6_="活动调查",J6_="查看回复",Q6_="下载 .CSV",K6_="创建新调查",eX_="转到个人调查回复",_X_="您一次只能选择 {{number}} 个 KPI",tX_="您一次只能选择 {{number}} 个 KPI。若要选择新 KPI,请关闭之前的 KPI。",sX_="上次签到",nX_="选择了多少次策略",oX_="这些指标来自学生签到。过滤以上内容以更改数据集",aX_="尚未开始",iX_="进行中",rX_="将签到导出到 CSV",cX_="这些指标来自会议评分标准。仅对教师的回答进行评分",lX_="请先保存",dX_="打印日期",uX_="目标基线",mX_="打印",hX_="下载",gX_="我的日常动机",pX_="选择截止日期",yX_="图像是必需的",fX_="旧 IEP",wX_="创建明年的 I​​EP",vX_="写些东西(可选)",$X_="根据学生的反馈,学习策略的有效性",bX_="感知有用性",kX_="表现",IX_="挑战不够,导致无聊和缺乏兴趣。",xX_="平静而放松,但没有足够的动力来发挥我的最佳水平。",CX_="可控的压力水平让我能够发挥出最佳水平。",SX_="仍在控制之中,但开始感到压力。",AX_="压力过大,真的很难管理我的工作量。",EX_="通过 csv 导入电子邮件",qX_="请求编号",TX_="选择或输入班级类型",PX_="发送请求",RX_="开始反思",LX_="自定义反思",jX_="包括您想要显示的部分",NX_="一天中的时间",MX_="IEP 模板",GX_="OneRoster",zX_="沙盒",DX_="信息名册(来源 ID/全名/电子邮件)",FX_="同步名册用户",BX_="导出到 CSV",OX_="用户列表",VX_="分配学生",HX_="一对一问题",WX_="班级反思问题",XX_="会议问题",YX_="行动",ZX_="顺序",UX_="用户",JX_="问题类别",QX_="模板调查",KX_="类别总数",eY_="创建模板",_Y_="问题数量",tY_="必填",sY_="幸福感",nY_="自我效能",oY_="没有要显示的问题",aY_="隐私政策",iY_="个人资料",rY_="角色更改",cY_="注销",lY_="数据仪表板",dY_="深度学习工具",uY_="我的个人资料",mY_="电话",hY_="日历 ID",gY_="旧密码",pY_="确认新密码",yY_="选择一名学生并开始签到",fY_="世事皆可能。一切皆有可能。",wY_="编辑图片",vY_="创建新学生",$Y_="年级",bY_="健康说明",kY_="学生家长信息",IY_="家长 1",xY_="家长 2",CY_="应用内通知",SY_="打开所有通知",AY_="当...时通知我",EY_="学生安排 1-1",qY_="学生安排讨论会",TY_="学生完成会议自我评估标准",PY_="学生或教师完成课堂反思",RY_="根据所选时间表到期行动点",LY_="学生在过去 28 天内未记录 1-1。",jY_="电子邮件通知",NY_="打开所有电子邮件",MY_="学生对 1-1 学习准备度的回复为“否”",GY_="学生在签到时报告安全分数低",zY_="继续担任:",DY_="管理员",FY_="辅导员",BY_="支持老师",OY_="老师/助理",VY_="添加家长 1 信息",HY_="添加家长 2 信息",WY_="家长角色",XY_="所有活动",YY_="学年",ZY_="所有学生报告压力水平可控",UY_="成长",JY_="关系",QY_="效率",KY_="学术",eZ_="百分比",_Z_="无动力",tZ_="舒适",sZ_="伸展",nZ_="紧张",oZ_="不知所措",aZ_="编辑学生资料",iZ_="老师",rZ_="创建",cZ_="学生电话号码",lZ_="名称",dZ_="电子邮件",uZ_="普通教育教师",mZ_="选择普通教育教师",hZ_="请选择老师",gZ_="分配",pZ_="要傻乎乎的,要诚实的,要善良的。",yZ_="您是否要更改为辅导员角色以打开?",fZ_="搜索助手",wZ_="基线",vZ_="时间范围",$Z_="朋友",bZ_="最好的朋友",kZ_="支持",IZ_="潜在朋友",xZ_="喜欢",CZ_="爱",SZ_="感兴趣",AZ_="好奇",EZ_="学习习惯、成绩、运动、俱乐部或个人项目的改善",qZ_="家人、朋友和老师",TZ_="完成重要任务并减少干扰",PZ_="家庭作业、学习和成绩",RZ_="我成功的能力",LZ_="您在想什么?",jZ_="现在复习一下您今天的回答",NZ_="您想切换到学生角色并打开吗?",MZ_="学生已经开始了一对一。您确定要删除吗?",GZ_="您想切换到支持老师角色来打开吗?",zZ_="学生尚未开始此讨论会。您确定要删除吗?",DZ_="搜索支持老师",FZ_="搜索辅导员",BZ_="我今天在课堂上有多高效?",OZ_="压力不够",VZ_="压力过大",HZ_="组织",WZ_="自我意识",XZ_="自我导向学习",YZ_="自我倡导",ZZ_="自我管理",UZ_="概念变化对话",JZ_="具体示例",QZ_="详细说明",KZ_="双重编码",e8_="注释类型和类别",_8_="编辑注释",t8_="未完成",s8_="红色",n8_="黄色",o8_="绿色",a8_="uwcsea-sg 气候调查",i8_="与成人和同龄人的联系",r8_="整体学习体验",c8_="我的健康和幸福",l8_="开放式问题",d8_="您需要一些额外的帮助或支持吗?",u8_="sdq(标准和困难问卷)",m8_="sdq(优势和困难问卷)补充",h8_="关闭",g8_="学生回答",p8_="匿名回答",y8_="教师感知",f8_="为上课做好准备",w8_="缺少课堂作业",v8_="完成课堂作业",$8_="需要时寻求帮助",b8_="清除",k8_="缺少反思",I8_="缺少/迟交作业的学生总数",x8_="科目班级",C8_="图表类型",S8_="请求来自",A8_="您确定要删除此项目吗?",E8_="是,删除",q8_="已完成讨论会",T8_="我的学习计划",P8_="我的学习计划(测试版)",R8_="获胜并不总是意味着成为第一。获胜意味着您比以前做得更好。",L8_="将学习与先前的知识相结合",j8_="提高学生的自我效能",N8_="我的签到",M8_="您想做些什么不同的事情?",G8_="待办事项",z8_="我的课堂反思",D8_="发送反思",F8_="输入 2 个字符进行搜索",B8_="创建时间",O8_="您想删除此用户吗?",V8_="警告",H8_="您想冒充此用户吗?",W8_="助理",X8_="家长",Y8_="选择文件",Z8_="您想删除这个问题吗?",U8_="选择",J8_="您想删除此类别吗?",Q8_="模板总数",K8_="模板名称",eU_="类别名称",_U_="创建日期",tU_="是否要删除此电子邮件模板?",sU_="创建电子邮件模板",nU_="邮件主题",oU_="邮件正文",aU_="邮件参数",iU_="参数",rU_="含义",cU_="添加附件",lU_="技能",dU_="主题",uU_="学习支持类别",mU_="目标示例",hU_="学生徽章",gU_="空白天数",pU_="CSV 导入",yU_="分数段",fU_="许可证",wU_="切换教师",vU_="问题支架",$U_="培训",bU_="输入内容并按 Enter 键添加短期目标示例",kU_="导入用户",IU_="导入课堂反思",xU_="下载用户数据",CU_="是否要删除此助理?",SU_="是否要删除此辅导员?",AU_="是否要删除此支持教师?",EU_="发送",qU_="是否要删除此职位?",TU_="新文件夹",PU_="上传",RU_="输入要按文件名搜索的内容",LU_="系统",jU_="创建模板系统",NU_="创建时间",MU_="是否要删除此模板?",GU_="OneRoster 设置",zU_="用户",DU_="OneRoster 配置",FU_="端点 URL",BU_="客户端 ID",OU_="客户端密钥",VU_="导入 OneRoster",HU_="从 Zip 文件导入",WU_="从 Restful api 导入",XU_="不存在的用户",YU_="输入内容以搜索用户",ZU_="为选定用户创建帐户",UU_="帮助",JU_="沙盒模式",QU_="关闭",KU_="恢复沙盒数据库",e7_="打开",_7_="关闭",t7_="恢复",s7_="编辑个人资料",n7_="按计划进行,进展顺利",o7_="指南",a7_="让每一天都成为您的杰作。",i7_="始终如一",r7_="经常",c7_="有时",l7_="很少",d7_="不适用",u7_="一旦分配了作业和学习任务,我就会通过谷歌日历或计划器或组织器安排。",m7_="我保持一个干净、有序的系统来保存和复习每节课的实物笔记、讲义和资料包。",h7_="我保持一个干净、有序的系统来存储数字文件,以便我可以轻松找到所有文件。",g7_="我保持学校收件箱井然有序,不会错过任何重要的电子邮件。",p7_="我清楚地了解自己的优势。",y7_="我知道并了解老师如何在课堂上更好地帮助我。",f7_="我知道并了解我的便利设施。",w7_="我知道并了解我在课堂外实现理想学习的个性化系统和策略。",v7_="我知道并了解我在课堂内实现理想学习的个性化系统和策略。",$7_="我清楚地了解自己面临的挑战。",b7_="我清楚自己在课堂上的表现,并且知道该怎么做才能进步。",k7_="我有效地利用了课堂的前 25 分钟来实现我的目标。",I7_="我有效地利用了家庭作业/学习时间。",x7_="正在实现",C7_="重大进步",S7_="中等进步",A7_="轻微进步",E7_="无进步",q7_="应对压力情况",T7_="改善睡眠习惯",P7_="我会及时处理和应对困难情况,而不是逃避。",R7_="我会适当地使用技术。",L7_="我在会议期间或会议后做笔记",j7_="我有效地为即将到来的评估做准备。",N7_="我按时完成并交所有作业。",M7_="我每晚睡眠时间充足。",G7_="我在课外与老师见面。",z7_="我在课内和/或课后提问。",D7_="当需要时,我会让我的老师知道如何在课堂上更好地帮助我。",F7_="我在所有课程中提倡并使用我所需要的便利设施。",B7_="规划",O7_="与以前的学习建立联系",V7_="提供高质量的反馈",H7_="努力实现学习目标",W7_="设定或强化高期望",X7_="提高努力程度",Y7_="自我评估",Z7_="预测",U7_="寻求帮助的行为",J7_="反思",Q7_="低",K7_="中低",eJ_="中等的",_J_="中等偏上",tJ_="高",sJ_="您从这次讨论会中学到了多少?",nJ_="您有什么想要分享的观察或反馈吗?",oJ_="您目前做得好并且想继续做的是什么?",aJ_="在努力实现目标的过程中,您学到了什么?",iJ_="英语语言或文学",rJ_="语言课",cJ_="山脊图",lJ_="条形图",dJ_="折线图",uJ_="一天的开始",mJ_="上午中段",hJ_="午餐前",gJ_="下午中段",pJ_="当天最后一节课",yJ_="仅限学生",fJ_="仅限教师",wJ_="学生是否已拥有这门课程所需的所有材料?",vJ_="学生是否有遗漏任何作业?",$J_="学生是否完成了今天的课堂作业?",bJ_="学生是否会在需要时寻求帮助?",kJ_="请对学生的课堂参与度给予评分",IJ_="请对学生的课堂表现给予评分",xJ_="这些便利设施有多大用处?",CJ_="您是否有任何可以分享的顾虑或学生成功经验?",SJ_="完全没有",AJ_="非常有帮助",EJ_="未发送",qJ_="幸福就是在精神上(在头脑中)和身体上(在身体中)感觉良好。您有习惯和惯例来帮助您照顾自己吗?有些人通过健康饮食、积极活动、花时间与朋友和家人在一起、做自己喜欢的事情或帮助他人来增进幸福感。",TJ_="成长就是成为最好的自己。这需要通过学习、尝试新事物、努力工作和承担风险来实现。您对自己在实现目标和生活其他方面取得的进展感到满意吗?",PJ_="关系是与他人的联系。良好的关系有信任、尊重、诚实和安全。您和家人、朋友和老师相处得怎么样?您有给您带来幸福的关系和可以交谈的人吗?",RJ_="效率是指以更聪明的方式而不是更困难的方式完成任务。这意味着您知道需要做什么以及如何去做。今天做工作时,您能帮助自己集中注意力并完成任务吗?",LJ_="学业与您的学习有关,包括在学校和家里的学习。您每天都在做课堂作业和家庭作业吗?您的成绩是否向您的老师、父母甚至您自己展示了您学习的刻苦程度?",jJ_="自我效能感是指您相信自己,相信自己能做好某件事。您对今天做得好的事情感到满意吗?您认为您能成功完成今天必须做的事情吗?",NJ_="专注是指您专注于一项任务或一个人,不分心。如果您试图集中注意力听老师讲课,您只会想着老师在说什么。您今天能专心做任务吗?您能放空大脑去做作业吗?",MJ_="幸福是一种美好的感觉,它可以来自您喜欢的任何事情,也可以来自对生活现状的总体满意。虽然不可能一直快乐,但您总能找到一些让您快乐的事情。今天有没有让您微笑的时刻?什么事情/人/活动给您带来快乐并让您感觉良好?",GJ_="当您感到安全时,您不会感到害怕或处于危险之中。这意味着您在家里、学校以及您日常活动所到之处都感到舒适和快乐。您能做自己吗?您是否觉得人们关心您,您的想法和感受受到重视?",zJ_="适量的压力是件好事。压力过大会让人感到苦恼,让我们觉得自己失去了控制。压力过小则意味着我们没有投入或挑战。每个人承受的适量压力有助于我们实现目标并发挥出最佳水平。",DJ_="看了今天的答案后,您准备好完成课堂上要求您完成的任务了吗?还是需要帮助才能进入良好的学习状态?做好学习准备意味着您的身心共同努力,让您做好学习新知识的准备,并加深对已学知识的理解。",FJ_="我们今天的谈话有多大帮助?",BJ_="自豪是指您对自己做过的事情或自己感到满意。您对自己今天的行为有多满意或高兴?",OJ_="您会继续做好或开始以不同方式做的一件事是什么?或者您对自己、他人或世界有什么了解?",VJ_="能量提供力量和能力去做某事。这可以是身体上的,比如跑步比赛,也可以是精神上的,比如参加评估。您觉得您有足够的能量度过这一天吗?您现在对自己的能量水平感觉如何?",HJ_="学生尚未开始此签到。您确定要删除吗?",WJ_="挣扎中,需要支持",XJ_="一些健康问题",YJ_="一般还好",ZJ_="大多数健康问题都很好",UJ_="感觉很好",JJ_="没有进步",QJ_="意识到我的目标,但进展不大",KJ_="取得一些进展",eQ_="总体上发展良好",_Q_="各领域均实现大幅进展",tQ_="一个或多个关键关系非常困难",sQ_="一个或多个关键关系有点棘手",nQ_="大多数关键关系是积极的",oQ_="所有关键关系都是积极的",aQ_="一点也不高效",iQ_="拖延",rQ_="满足一些截止日期",cQ_="满足大多数截止日期",lQ_="轻松满足所有截止日期",dQ_="重大挑战",uQ_="某些领域有困难",mQ_="在某些领域达到目标",hQ_="在大多数领域达到目标",gQ_="在所有领域达到目标",pQ_="非常缺乏信心",yQ_="缺乏一些自信",fQ_="发展和改进",wQ_="感觉积极",vQ_="超级自信",$Q_="总是心不在焉",bQ_="大部分时间心不在焉",kQ_="有时心不在焉",IQ_="一般专注",xQ_="极度专注",CQ_="精疲力竭",SQ_="经常疲倦",AQ_="感觉还好",EQ_="精力充沛",qQ_="大部分时间不开心",TQ_="精力充沛!",PQ_="有时不开心",RQ_="积极因素多于消极因素",LQ_="总体上快乐",jQ_="几乎一直乐观积极",NQ_="处于危险之中",MQ_="感觉不安全",GQ_="有些担忧",zQ_="感觉安全",DQ_="非常安全有保障",FQ_="中等",BQ_="非常高",OQ_="概念转变对话对您的学习进步有多大帮助?",VQ_="在本会话中讨论寻求帮助的方法对您的学习进步有多大帮助?",HQ_="在本会话中重点专注设定或强化高期望对您的学习进步有多大帮助?",WQ_="一点",XQ_="很多",YQ_="会话后",ZQ_="自豪感高",UQ_="自豪感低",JQ_="您在想什么?",QQ_="全选",KQ_="态度",eK_="行为",_K_="协作",tK_="信心",sK_="创造力",nK_="开发创意",oK_="锻炼",aK_="完成任务",iK_="灵活性",rK_="冲动控制",cK_="倾听",lK_="长期记忆",dK_="数学",uK_="材料组织",mK_="处理速度",hK_="阅读",gK_="设定和实现目标",pK_="短期记忆",yK_="睡眠卫生",fK_="口语",wK_="开始任务",vK_="压力和焦虑",$K_="学习",bK_="时间管理",kK_="职业道德",IK_="写作",xK_="高期望",CK_="当我对自己设定高期望并鼓励我做超出最低期望的事情时,我的学习效果最好。",SK_="当我认识到自己的成功并有机会庆祝进步和成就时,我的学习效果最好。",AK_="将学习与先前的知识相结合",EK_="当我把新学到的重要知识与以前学到的知识联系起来时,我的学习效果最好。",qK_="学习者自我评估",TK_="当我通过指导提示、评分标准和/或支持自我评估我的学习时,我的学习效果最好。",PK_="学习目标",RK_="当我制定了短期和长期目标,并知道自己在实现这些目标方面的进展时,我的学习效果最好。这可能还包括养成帮助我实现目标的习惯和和惯例。",LK_="规划和预测",jK_="当我计划未来的行动并预测这些行动将导致什么结果时,我的学习效果最好。",NK_="质量反馈",MK_="当我知道什么是好的工作、我的工作与好的工作相比如何以及我需要做些什么来改进我的工作以使其变得更好时,我的学习效果最好。",GK_="当我有时间反思自己的学习或老师强调学习机会并提供反思时间时,我的学习效果最好。",zK_="当我了解围绕某个概念的谬论和误解以及它们为何不正确时,我的学习效果最好。当老师纠正对我的思维和/或不准确的自我评估的误解时,这也很有用。",DK_="当我被鼓励寻求帮助时,我的学习效果最好,无论是学术支持、指导、建议、医疗援助、社会/情感支持等。",FK_="目标",BK_="会话重点",OK_="本次会话的主要重点是什么?",VK_="学术",HK_="评估和家庭作业",WK_="自定义",XK_="一般",YK_="习惯和策略",ZK_="组织和规划",UK_="学校/生活平衡",JK_="睡眠习惯",QK_="社交媒体(抖音、Instagram、Youtube、Pinterest 等)",KK_="角色扮演游戏(D&D、魔兽世界、探路者等)",eet="环境(全球变暖、可持续性等)",_et="动漫(我的英雄学院、全职猎人、海贼王等)",tet="日本漫画",set="图文小说",net="漫画",oet="政治",aet="电视剧(《怪奇物语》、《心跳漏一拍》、《美颜大师》等)和电影(《怪物史莱克》、漫威系列、《魔法奇缘》等)",iet="音乐",ret="Bluey",cet="贴纸",det="天气",uet="宗教",met="灵性",het="新闻/时事",get="体育",pet="咖啡文化/咖啡",yet="时装设计",fet="未来主义(工程、设计等)",wet="科幻小说",vet="健康(冥想、正念、等)",$et="喜剧",bet="新闻",ket="化妆",Iet="美学(Cottagecore、Dark Academia、Fairycore 等)",xet="汽车文化 (赛车、摩托车、摩托车等)",Cet="诗歌/即兴诗歌",Aet="恐怖与悬疑",Eet="滑雪/单板滑雪",qet="骑马",Tet="魔术",Pet="科学 (生物学、化学、物理学等)",Ret="我的世界",Let="平面设计",jet="生存/准备",Net="植物学",Met="电影研究",Get="急救人员 (消防、EMS/EMT、警察等)",zet="动物 (家养、救援等)",Det="动物 (大型、野生等)?",Fet="海洋生物学",Bet="视频游戏 Youtubers",Oet="Hello Kitty",Vet="表情包",Het="可妮和布朗",Wet="口袋妖怪",Xet="选择重要优势或在此处输入重要优势",Yet="我学习最高效的时候是",Zet="我学习最困难的时候是",Uet="当老师让我的学习更容易时,他们…",Jet="当老师让我的学习更困难时,他们…",Qet="如果您是老师,并且发现我在课堂上学习困难,您可以通过以下方式帮助我…",Ket="我从中学到最多的作业是…",e_t="我有时觉得太有挑战性的作业是",__t="分块任务",t_t="当老师将大任务或项目分解成较小的步骤并估算(或帮助我估算)每个步骤所需的时间时,我的学习效果最好。",s_t="时间管理,开始任务,完成任务,计划",n_t="小块学习",o_t="当老师将新知识分解成更小的信息块,然后有机会复习所学知识并找出学习中的差距时,我的学习效果最好。",a_t="短期记忆、保持专注、控制冲动、自我意识、倾听、处理速度",i_t="休息",r_t="当老师在每节课中安排短暂的休息时,我的学习效果最好。",c_t="时间管理、完成任务、保持专注、控制冲动、态度、压力与焦虑、职业道德",l_t="快乐笔记首页",d_t="当老师发来积极的便条、电子邮件或打电话回家庆祝我的成长时,我的学习效果最好。",u_t="完成任务、设定和实现目标、态度、行为、信心、职业道德",m_t="注重成长",h_t="当老师关注我的成长和进步而不是整体成就时,我的学习效果最好。",g_t="自信、设定和实现目标、压力和焦虑",p_t="避免成为焦点",y_t="当老师避免让我成为众人瞩目的焦点,并在我需要演讲时给我空间和时间准备时,我的学习效果最好。此外,如果可,我应该被允许进行录制演讲,而不是亲自演讲。",f_t="压力和焦虑、演讲、处理速度",w_t="频繁检查",v_t="当老师经常私下检查我以确保我进度时,我的学习效果最好。这也有助于我在课堂上感到安全和得到支持。(检查的思路包括使用便签系统、无声信号和在桌边低语,但我们可以一起商定一些事情)。",$_t="压力与焦虑、处理速度、任务启动、发展想法、规划、完成任务、短期记忆、保持专注、自我倡导、自我意识",b_t="建立融洽关系",k_t="当老师注重与老师和同学建立关系时,我的学习效果最好 - 创建一个让我感到联系紧密和受到重视的关爱社区。",I_t="压力与焦虑、行为、态度、信心",x_t="明确的优先顺序",C_t="当老师分享必须做、推荐或可选的活动时,我的学习效果最好。",S_t="规划、处理速度、完成任务、倾听、阅读、写作、压力与焦虑、职业道德、学习",A_t="计划过渡",E_t="当老师预演并帮助我和其他学生为安全演习、活动变化或其他课堂过渡做好准备时,我的学习效果最好。",q_t="时间管理、规划、完成任务、压力与焦虑、行为、灵活性",T_t="选择",P_t="当老师提供尽可能多的选择时,我的学习效果最好。",R_t="态度、行为、职业道德",L_t="运动",j_t="当老师在课堂中提供大量有计划的身体活动或运动机会时,我的学习效果最好。",N_t="冲动控制、保持专注",M_t="非语言提示",G_t="当老师尽可能用非语言提示来引导我,而不是用语言来引导我时,我的学习效果最好。",z_t="保持专注、自我意识、态度、行为、压力与焦虑、信心",D_t="限制直接指导",F_t="当老师缩短讲话时间并允许我按照自己的节奏使用最适合我的材料学习时,我的学习效果最好。",B_t="短期记忆、保持专注、冲动控制、倾听、行为、处理速度",O_t="常规",V_t="当老师设定并保持一致的常规时,我的学习效果最好。如果我们需要改变常规,我会提前知道这些变化。",H_t="时间管理、规划、完成任务、压力与焦虑、行为、灵活性、开始任务",W_t="多模式学习",X_t="当老师帮助我们通过多种方式学习时,我的学习效果最好,包括阅读、聆听、观看和实践。基本概念不会只用一种方法来教授。",Y_t="保持专注、聆听、阅读、写作、数学、协作、处理速度",Z_t="灵活的评估",U_t="当老师为我创造多种选择来展示我的学习成果时,我的学习效果最好。",J_t="聆听、阅读、写作、数学、口语、压力与焦虑、协作、处理速度、学习",Q_t="灵活的反馈",K_t="当老师定期给我反馈时,我的学习效果最好,这样我就能知道自己的表现如何,以及我可以做些什么来继续改进。",ett="规划、保持专注、自我意识",_tt="预学习",ttt="当老师提供早期学习新概念的机会(例如早期获得资源)时,我的学习效果最好。",stt="时间管理、写作、阅读、数学、压力与焦虑、处理速度",ntt="理解检查",ott="当老师经常检查我是否理解了新知识时,我的学习效果最好。",att="开始任务、短期记忆、保持专注、控制冲动、自我主张、倾听、处理速度",itt="评分标准",rtt="当老师尽早提供学习评分标准并经常参考时,我的学习效果最好。这些评分标准帮助我了解我需要什么才能在不同的表现水平上展示我的学习成果。",ctt="学习、职业道德、自信、压力与焦虑、自我主张、时间管理、规划、完成任务",ltt="图形组织器",dtt="当老师使用图形组织器帮助我理解我们正在学习的内容时,我的学习效果最好。",utt="倾听、阅读、写作、处理速度、短期记忆、发展想法、规划",mtt="视觉效果",htt="当老师使用大量视觉效果(图表、信息图、图片等)帮助我理解我们正在学习的内容时,我的学习效果最好。",gtt="短期记忆、保持专注、倾听、阅读、处理速度",ptt="句子词干",ytt="当老师为书面作业提供句子词干和写作提示时,我的学习效果最好。",ftt="发展想法、规划、开始任务、写作",wtt="思考时间",vtt="当我有充足的时间思考后再回答问题时,我的学习效果最好。",$tt="发展思路、处理速度、口语",btt="清晰的指示",ktt="当老师将指令分解成小步骤、使用简单的词汇并检查以确保我理解指令时,我的学习效果最好。",Itt="时间管理、规划、开始任务、完成任务、短期记忆、保持专注、倾听、处理速度",xtt="分享词汇",Ctt="当老师在我们学习新信息之前提供新词汇并提供学习词汇的机会时,我的学习效果最好。",Stt="短期记忆、长期记忆、倾听、阅读、处理速度",Att="创意库",Ett="当老师提供一份预先准备好的想法列表供我选择时,我的学习效果最好。",qtt="发展思路、开始任务、时间管理",Ttt="范例",Ptt="当老师提供不同绩效水平下成功完成的工作的示例时,我的学习效果最好。",Rtt="发展思路、规划、开始任务、学习",Ltt="组织时间",jtt="当老师允许我组织材料和/或计划下一步时,我的学习效果最好。",Ntt="时间管理、材料组织、发展想法、规划、开始任务、压力和焦虑",Mtt="当老师安排定期一对一时间与我交流时,我的学习效果最好。",Gtt="多模式答案",ztt="当我能够通过多种方式展示我的理解时,我的学习效果最好,例如素描、演示或制作一段传递信息的短视频。",Dtt="开始任务、完成任务、自我倡导、长期记忆",Ftt="同伴教学小组工作",Btt="当我可以与同伴一起教学或练习时,我的学习效果最好。",Ott="学习、聆听、处理速度、长期记忆",Vtt="额外时间完成评估",Htt="额外时间处理口头信息和指示",Wtt="根据需要额外休息",Xtt="使用计算机(无互联网访问)或文字处理器进行评估",Ytt="评估的音频版本",Ztt="访问阅读器进行评估",Utt="语音转文本软件进行评估",Jtt="访问抄写员进行评估",Qtt="对评估答案进行音频录制",Ktt="将较长的限时评估分为几天进行",est="在安静且干扰较少的房间进行测试",_st="在小组环境中进行测试",tst="分配学生最有可能学习最好的座位",sst="在课堂上使用感官工具",nst="特殊照明",ost="使用计算机或文字处理器做笔记",ast="使用通常不允许使用的计算器",ist="使用拼写词典或拼写检查器",rst="课堂笔记的副本",cst="任何说明的书面副本",lst="用视觉和图形来配合口头传达的任何新信息",dst="录制课程的能力",ust="将文本大小增加到更大的格式",mst="学习新信息时,提供除阅读之外的其他替代格式",hst="学习新信息时,提供除聆听之外的其他替代格式",gst="太棒了!让我们建立您的目标。",pst="您希望自己的学习有什么不同?选择一个类别或输入您自己的想法。",yst="选择我的目标领域",fst="不错的选择!您想在哪个幸福领域努力?",wst="让我们更具体一点!选择一个领域或输入您自己的想法。",vst="为您的目标添加更多细节",$st="记住,目标应该是 SMART!",bst="具体、可衡量、可实现/雄心勃勃、相关和基于时间",kst="完美!让我们缩小范围。是时候为您的目标添加更多细节了。",Ist="选择一个目标或输入您自己的目标。",xst="现在,让我们选择您的目标。",Cst="您打算如何实现这个目标?",Sst="自定义以下选项或输入您自己的选项。这些将成为您的短期目标。",Ast="继续!",Est="添加目标",qst="您现在在哪里?目前这对您来说是什么样子的?",Tst="这有助于您跟踪您的进度。",Pst="完成了!",Rst="我会创建一个睡眠习惯。",Lst="我会设置闹钟来提醒我开始日常活动。",jst="我会在睡觉前 1 小时把电子设备收起来。",Nst="我会在睡觉前 1 小时将手机设置为专注或请勿打扰模式,直到早上闹钟响起。",Mst="我会在睡觉前 1 小时选择放松的活动,例如阅读、冥想、瑜伽或听音乐。",Gst="我每天会在同一时间起床。",zst="我每天早上只会按一次贪睡键。",Dst="我会在睡觉前把所有东西准备好,为第二天做好准备",Fst="我会按时睡觉。",Bst="这周5 次中,我会至少做 4 次。",Ost="我会准时起床。",Vst="我会为早晨制定一个简短的例行程序,让我对这一天感到兴奋。",Hst="我会设置一个闹钟,提醒我在睡觉前 1 小时准备睡觉。",Wst="我会设置一个早晨闹钟,让我有充足的时间准备去上学。",Xst="我会在睡觉前阅读 20 分钟。",Yst="我会在睡觉前冥想或听轻松的音乐。",Zst="我会制定一个早晨例行程序来为新的一天做好准备。",Ust="我会研究制定晨间日常活动的想法。",Jst="我会向老师或其他人介绍我的想法。",Qst="我会在纸上或手机上规划我的日常活动。",Kst="我会每天早上同一时间开始我的日常活动。",ent="我会制定一个晚间日常活动,让我准备好上床睡觉。",_nt="我会研究制定晚间日常活动的想法。",tnt="本周 5 个上学日中,我会有 5 个晚上会做这个日常活动。",snt="我每晚至少会睡 8 个小时。",nnt="我会练习冥想。",ont="我会找到/选择一个冥想应用程序或资源来使用。",ant="我会挑战自己连续冥想 x 天。",int="我会选择一个每日冥想时间并设置闹钟来提醒我。",rnt="本周,我会在 x 天中至少冥想 x 天",cnt="我会开始锻炼。",lnt="我会每周找一个朋友一起锻炼。",dnt="我会选择要添加到日常活动中的锻炼类型。",unt="我会与朋友或值得信赖的成年人分享我的日常活动。",mnt="我会将锻炼时间添加到我的计划表或日历中。",hnt="我会每天锻炼。",gnt="本周,我会至少在 x 天中锻炼 x 天",pnt="我会了解自己压力的根源。",ynt="我会与我的老师或辅导员谈论困扰我或让我有压力的事情。",fnt="我会找出并和我信任的人谈论我的感受",wnt="当我感到压力时,我会停下来找出造成压力的原因。",vnt="我会了解什么是我的控制范围之内,什么不是。",$nt="当我接近潜在的压力情况时,我会承认这一点",bnt="我会学习应对技巧。",knt="我会与我的老师或辅导员讨论他们认为对我有帮助的应对技巧。",Int="当我感到压力时,我会选择一种应对技巧来练习。",xnt="本周,当我感到压力时,我会使用 x 次应对策略",Cnt="我会开始记录我的想法和感受。",Snt="本周,我会至少在 x 天中这样做 x 天。",Ant="我会到户外或大自然中去。",Ent="我会抽出时间做一些有趣的事情。",qnt="我会抽出时间保持静止和安静。",Tnt="提高我的正念",Pnt="我会在一天中短暂休息。",Rnt="我会决定哪种休息对我最有帮助。",Lnt="我会设置闹钟提醒自己休息一下。",jnt="我会每小时休息一次。",Nnt="我会每 90 分钟休息一次。",Mnt="我每天会休息 X 次",Gnt="创造放松的机会",znt="我会使用可视化来帮助我放松。",Dnt="我会学习可视化。",Fnt="我会设置闹钟提醒我练习可视化。",Bnt="我会按照自己的意愿决定这个练习",Ont="我会做深呼吸练习。",Vnt="我会研究和学习呼吸练习来尝试。",Hnt="我会设置闹钟来提醒我进行呼吸练习。",Wnt="我会听轻松的音乐。",Xnt="我会找到或创建一个我觉得放松的播放列表。",Ynt="我会将听音乐添加到我的晚间日常活动中。",Znt="我会练习瑜伽。",Unt="我会找到一个课程、youtube 频道或应用程序来使用。",Jnt="我会挑战自己连续 x 天练习瑜伽。",Qnt="我会每天选择一个时间练习瑜伽,并设置闹钟提醒我。",Knt="我会做一个令人愉快的艺术项目。",eot="我会找一个放松的艺术活动来尝试。",_ot="我每周都会选择一个时间进行艺术创作并设置提醒。",tot="我会告诉别人我的新艺术项目",sot="保持健康",not="我会多锻炼。",oot="我会加入运动队或俱乐部。",aot="我会了解学校有哪些活动。",iot="我会选择一个我感兴趣的。",rot="我会处理所有加入文件。",cot="我会参加试训或申请流程。",lot="我会参加所有练习。",dot="我会学习一项新运动或活动。",uot="我会研究可能让我感兴趣的新运动或活动。",mot="我会选择一项新的运动或活动来学习。",hot="我会看看我认识的人是否愿意和我一起尝试这项新活动。",got="我会收集学习这项活动所需的装备。",pot="我会研究这项活动的规则和方法。",yot="我会找到参与这项活动的团体并加入",fot="我会研究我感兴趣的潜在挑战。",wot="我会选择一个挑战来完成。",vot="我会每周或每天设定一个时间来做这个挑战。",$ot="我会设置闹钟来提醒我完成这个挑战",bot="我会报名参加一场比赛。",kot="我会研究未来几个月在我所在地区举行的不同比赛和活动。",Iot="我会选择其中一项,并与我的父母/监护人讨论参与事宜。",xot="如果得到父母/监护人的许可,我会报名。",Cot="我会制定训练计划来为比赛做准备。",Sot="我会为训练计划设置提醒",Aot="我会制定家庭锻炼计划。",Eot="我会盘点我在家中可以使用的健身器材。",qot="我会研究在家中可以使用哪些器材进行哪些常规锻炼和运动。",Tot="我会找到一个有关锻炼的 YouTube 频道或应用程序。",Pot="我会为日常锻炼制定时间表。",Rot="我会为日常锻炼设置提醒",Lot="我会加入并去健身房。",jot="我会研究我所在地区的健身房。",Not="我会选择一家我能支付费用并获得父母/监护人许可的健身房。",Mot="我会去健身房并获得会员资格。",Got="我会了解健身房提供的设备、项目和课程。",zot="我会决定我去健身房时的日常锻炼计划。",Dot="我会在手机上安排去健身房的时间。",Fot="我会在本周的 x 天中去 x 天健身房",Bot="吃得更健康",Oot="我会在饮食中添加更多水果和蔬菜。",Vot="当我外出就餐时,我会用 x 代替 x。",Hot="我会限制含糖饮料的摄入量。",Wot="我会多喝水。",Xot="每个上学日我会给水瓶装满 x 次水",Yot="我会学会做简单的饭菜。",Zot="我会去商店购买清单上缺少的食材。",Uot="我会按照食谱做,并与家人或朋友分享我的饭菜。",Jot="提高我的守时能力(不迟到上学/上课)",Qot="我会在早上的日程安排中添加缓冲时间,以确保按时到校。",Kot="我会在手机上设置闹钟或日历提醒,提醒我去上下一节课。",eat="我会设置一个闹钟,在需要去学校前 5 分钟提醒我。",_at="我会将学校日程表放在计划表或手机上。",tat="交朋友",sat="我会加入俱乐部或运动队。",nat="我会参加所有的练习或会议",oat="我会找到有共同兴趣的人。",aat="我会邀请某人在校外一起出去玩。",iat="我会参加我受邀参加的活动或聚会。",rat="我会和我想进一步了解的人共进午餐。",cat="我会学习一些适当的问题来问别人,以便更好地了解他们。",lat="我会学习如何更多地参与对话。",dat="我会思考我想要什么样的朋友。",uat="我会思考成为一个好朋友意味着什么。",mat="我会和别人分享这些想法。",hat="加入俱乐部/运动",gat="我会选择一个俱乐部加入。",pat="我会参加所有的会议",yat="我会选择一项运动来尝试。",fat="学习一项新活动",wat="我会选择一项新活动来学习。",vat="我会收集学习这项活动所需的用品。",$at="本周我会至少练习或参加 x 次新活动。",bat="改进作业",kat="我会按时交作业。",Iat="我会交高质量的作业。",xat="完成长期作业(有计划且有进展)",Cat="我会为长期项目制定学习/工作计划",Sat="为考试而学习(常规和有效的学习策略)",Aat="我会为考试制定学习/工作计划",Eat="在课堂上做笔记(高质量、有条理)",qat="我会在课堂上做笔记(数字/纸质),并将它们整理到文件夹/笔记本中,用于我的每一门核心/关键课程。",Tat="我会研究做笔记的方法",Pat="将 x 科目的成绩提高 x 倍",Rat="我会额外复习课堂材料(除了/以及/不包括家庭学习)",Lat="每周在 x 科目上学习 x 次/小时 x 时间",jat="提前完成工作并根据说明/评分标准进行检查,然后进行编辑",Nat="提高家庭学习作业的质量/成绩",Mat="创建定期的学习/家庭作业时间表",Gat="我会制定一周的计划,详细列出学习的日子、时间以及到某天要学习多长时间。",zat="改善电子邮件、Google Drive、日历或计划器组织",Dat="我会每周至少检查 x 次收件箱/未读电子邮件,并在必要时回复。",Fat="我会创建文件夹/标签并将电子邮件组织到正确的文件夹中。",Bat="我会为每个主题创建文件夹并将文档组织到正确的文件夹中。",Oat="为重要事件/截止日期/学习时间创建提醒或日历活动",Vat="我会立即或尽快为最重要的事件/截止日期或学习会话创建提醒或日历活动。",Hat="创建长期作业计划",Wat="我会评估我的进度并调整在 x 日期之前学习的时间。",Xat="改善我的待办事项列表习惯",Yat="我会立即或尽快将任务添加到我的待办事项列表中,并每周查看 3 次",Zat="我会为长期作业制定一个时间表,详细说明学习日期、时间以及在 x 日之前要学习多长时间。",Uat="我会在课堂上做笔记(电子/纸质),并将它们整理到文件夹/笔记本中,用于所有课程。",Jat="在课堂上将设备关闭、静音或收起来",Qat="将设备关闭、静音或收起来",Kat="在学习期间将设备关闭、静音或收起来",eit="我会创建一个过渡学习时间的例程。",_it="在手机上设置时间表,以便在上课期间集中注意力或不受打扰",tit="在手机上设置时间表,以便在计划的学习时间内集中注意力或不受打扰",sit="减少或限制在社交媒体上花费的时间",nit="我会在我的应用程序或网站上设置时间限制。",oit="当我在休息期间使用社交媒体时,我会设置一个计时器",ait="增加课堂参与度",iit="避免在课堂上浏览网站或做其他分散注意力的事情",rit="我会注意课堂上的指示。",cit="我会积极参与课堂活动。",lit="我会更多地参与课堂活动。",dit="我会在课堂上提出与主题相关的问题,以提高我的理解/学习。",uit="我会自愿在课堂上回答更多问题。",mit="避免分散注意力的网站",hit="我会通过 chrome 扩展程序为分散注意力的网站设置时间限制。",git="我会关闭所有与我的任务无关的标签。",pit="在需要时获得帮助",yit="当我需要帮助时,我会在课外与老师见面",fit="当我需要帮助时,我会给老师发电子邮件",wit="当我不知道该做什么时,我会在课堂上提问",vit="了解我的便利设施",$it="我会了解并理解我的便利设施",bit="当我在课堂上需要便利设施时,我会要求便利设施",kit="当我不再需要便利设施时,我会告诉我的案例经理。",Iit="当我觉得我需要额外或不同的便利设施时,我会与我的案例经理交谈。",xit="拖延",Cit="提前计划",Sit="我会每周花费 x 次时间在长期项目上",Ait="我会在周一或之前的周五计划本周的任务",Eit="当课堂上分配任务时,我会将任务添加到我的计划器中",qit="任务启动",Tit="我会在给定的日期开始做任务,并在时间允许的情况下完成",Pit="我会提前或在到期前完成任务",Rit="我的想法和感受很重要。",Lit="今天",jit="本周",Nit="本月",Mit="男",Git="女",zit="输入内容以搜索学生",Dit="为选定的学生分配",Fit="助理电子邮件",Bit="辅导员电子邮件",Oit="支持教师电子邮件",Vit="添加新答案",Hit="编辑模板",Wit="添加问题",Xit="编辑电子邮件模板",Yit="联系邮件",Zit="公告",Uit="时间表信息",Jit="欢迎新教师/助理",Qit="联系请求",Kit="欢迎新教师",ert="欢迎新学生",_rt="欢迎新助理",trt="欢迎新家长",srt="欢迎新 eduTeacher",nrt="忘记密码",ort="欢迎新辅导员",art="用户名字",irt="用户姓氏",rrt="密码",crt="消息",lrt="域",drt="基本版",urt="高级版",mrt="企业版",hrt="您确定要请求更改为此计划吗?",grt="图像",prt="音频",yrt="文档",frt="视频",wrt="每 1 分钟自动保存",vrt="无用户显示",$rt="在 0-10 的范围内,您向朋友或同事推荐我们的可能性有多大?",brt="完全不可能",krt="极有可能",Irt="UWCSEA-SG 气候调查:与成人和同龄人的联系",xrt="UWCSEA-SG 气候调查:您需要一些额外的帮助或支持吗?",Crt="UWCSEA-SG 气候调查:我的健康和幸福感",Srt="UWCSEA-SG 气候调查:开放式问题",Art="UWCSEA-SG 气候调查:整体学习体验",Ert="通过 csv 导入电子邮件",qrt="单选",Trt="多选",Prt="文本输入",Rrt="情感",Lrt="总结",jrt="评分",Nrt="学习策略",Mrt="下拉菜单",Grt="幸福感_干预",zrt="SDQ 标准",Drt="多样性、公平、包容和正义",Frt="气候调查",Brt="干预-安全",Ort="干预-压力",Vrt="家庭安全",Hrt="幸福感",Wrt="抑郁问题",Xrt="1 级学习者-目标讨论会",Yrt="1 级学习者-平衡讨论会",Zrt="1 级学习者-学习习惯及态度讨论会",Urt="2 级学习者-数字公民",Jrt="1 级学习者-数字公民",Qrt="2 级学习者-沟通",Krt="1 级学习者-沟通",ect="2 级学习者-协作",_ct="1 级学习者-协作",tct="2 级学习者-自我导向学习",sct="2 级学习者-自我管理技能",nct="1 级学习者-自我管理技能",oct="2 级学习者-自我倡导",act="1 级学习者-自我倡导",ict="2 级学习者-自我意识",rct="1 级学习者-自我意识",cct="2 级学习者-学习和学习技能",lct="1 级学习者-学习和学习技能会话",dct="2 级学习者-组织",uct="1 级学习者-组织会话",mct="2 级学习者-目标讨论会",hct="2 级学习者-习惯和学习态度讨论会",gct="2 级学习者-平衡讨论会",pct="2 级学习者- 目标会话",yct="1 级学习者- 目标会话",fct="2 级学习者- 学习策略会话",wct="2 级学习者- 学术会话",vct="1 级学习者- 学术会话",$ct="2 级学习者-习惯和学习态度会话",bct="1 级学习者- 习惯和学习态度会话",kct="2 级学习者- 一般会话",Ict="1 级学习者- 一般会话",xct="社交和情感学习",Cct="课后反思问题",Sct="冲动控制/自我监控",Act="计划/问题解决",Ect="教师自我效能感 (TSES)",qct="一般学习策略 (GSL)",Tct="集中注意力",Pct="记忆",Rct="负责任决策",Lct="社交意识",jct="人际关系技巧",Nct="习惯和学习态度 (HAL)",Mct="会议结束问题",Gct="生活技能",zct="健康与健身",Dct="执行功能",Fct="学习技巧",Bct="元认知自我调节",Oct="教育满意度",Vct="默认会话问题",Hct="测试问题类别 1",Wct="您是寄宿生还是走读生?",Xct="在做出决定之前,我会考虑后果",Yct="您是否有以下任何一种情况:学习障碍(例如阅读障碍、注意力缺陷多动障碍)、长期疾病/健康状况、身体/视觉/听力障碍、社交/行为障碍(例如自闭症、图雷特氏综合症)。",Zct="您如何描述您的宗教信仰?",Uct="您如何描述您的性取向?",Jct="我积极追求符合我的激情和价值观的活动。",Qct="我总是有人陪我吃午饭。",Kct="我独处的次数比我想要的要多。",elt="我对我在学校取得的成绩很满意。",_lt="学业 家庭作业、学习和成绩",tlt="成长 改善学习习惯、成绩、运动、俱乐部或个人项目",slt="生产力 完成重要任务并减少干扰",nlt="关系 家人、朋友和老师",olt="还有什么想告诉老师的吗?",alt="您带了这堂课所需的东西吗?",ilt="您完成了今天课程的所有课堂作业吗?",rlt="上课时您准备好材料了吗?",clt="这堂课您还有什么未完成的作业吗?",llt="批量分配",dlt="批量分配学生",ult="说明",mlt="姓名为必填项",hlt="说明为必填项",glt="添加项目",plt="会议评分标准项目为空",ylt="空白行或列",flt="问题列表",wlt="问题是必填项",vlt="选择技能",$lt="输入并按 Enter 添加新行",blt="是否要删除此行?",klt="您想删除此自定义提醒吗?",Ilt="成功删除自定义提醒",xlt="是否要删除此技能?",Clt="成功​​删除技能",Slt="是否要删除此主题?",Alt="成功删除主题",Elt="是否要删除此学习支持类别?",qlt="成功删除学习支持类别",Tlt="您想删除此学习策略吗?",Plt="成功删除学习策略",Rlt="无法删除问题",Llt="您想删除此目标示例吗?",jlt="成功删除问题",Nlt="您想删除此徽章吗?",Mlt="成功删除徽章",Glt="您想删除这个空白日吗?",zlt="成功删除空白日",Dlt="您想删除此分数吗?",Flt="成功删除分数",Blt="已使用",Olt="时间 OneRoster Sync (HH)",Vlt="小文本",Hlt="中文本",Wlt="大文本",Xlt="编辑家长 1 信息",Ylt="编辑家长 2 信息",Zlt="最后一对一",Ult="您如何评价实现此目标的机会?",Jlt="添加姓名",Qlt="活动列表",Klt="选择学年",edt="一些员工",_dt="员工",tdt="您今天怎么样?",sdt="今天的课程的目的或重点是什么?",ndt="标题 1",odt="标题 2",adt="标题 3",idt="标题 4",rdt="标题 5",cdt="标题 6",ldt="保持专注",ddt="文本输入问题",udt="与去年相比",mdt="离开页面",hdt="本次会话反思对您的学习进步有多大帮助?",gdt="上次一对一对话",pdt="学生已开始本次讨论会。您确定要删除吗?",ydt="学生已开始本次签到。您确定要删除吗?",fdt="学生尚未开始本次一对一。您确定要删除吗?",wdt="我的便利设施",vdt="便利设施设置",$dt="添加新便利设施",bdt="打印我的便利设施",kdt="我的学习进度",Idt=`回复比较\r
5
+ `,xdt="下拉菜单和口头问答",Cdt="MARIO 工具",Sdt="自定义",Adt="技术设置",Edt="数据导入/导出",qdt="非活跃学生",Tdt="每周任务",Pdt="管理员一般提示",Rdt="学校使用",Ldt="总对话时间",jdt="课堂总反思",Ndt="牌号用途",Mdt="总对话数",Gdt="模仿",zdt="你好",Ddt="过渡计划",Fdt="更新于",Bdt="打印我的学习计划",Odt="打印学生学习计划",Vdt="打印我的过渡计划",Hdt="关于我",Wdt="说出你的兴趣",Xdt="添加更多您感兴趣的细节",Ydt="引起兴趣",Zdt="查看 PLP",Udt="查看当前 PLP",Jdt="我的学习策略",Qdt="添加新兴趣",Kdt="添加新挑战",eut="增添新力量",_ut="添加新想法",tut="添加新成员",sut="添加新工具",nut="添加新策略",out="添加新梦想",aut="我的支持网络",iut="添加人员",rut="更亲密的家庭",cut="家庭",lut="导师",dut="导师",uut="我的时间线",mut="添加里程碑",hut="添加测试",gut="学院",put="添加学院",yut="我的转型计划",fut="学术里程碑",wut="测试",vut="学术和职业兴趣",$ut="您尚未添加任何兴趣",but="添加计划",kut="课外活动",Iut="添加新活动",xut="培训班",Cut="添加新课程",Sut="添加新学院",Aut="参考",Eut="我的未来资源",qut="添加新资源",Tut="我的论文",Put="添加文章",Rut="学习档案",Lut="添加投资组合",jut="金融计划",Nut="添加新计划",Mut="每页行数",Gut="匿名链接",zut="选择问题的评分",Dut="选择响应分布",Fut="每次只能选择一个问题",But="答案数量",Out="我的兴趣",Vut="我想了解更多",Hut="我的优势",Wut="我的挑战",Xut="我情不自禁地",Yut="我的老师可以帮助我",Zut="其他可以帮助我的人是",Uut="可以帮助我的工具/事物是",Jut="我的目标",Qut="我的目标和计划",Kut="我的希望和梦想",emt="缺少成绩",_mt="成绩必须等于或高于 1 级",tmt="您尚未添加任何挑战",smt="您尚未添加任何优势",nmt="您尚未添加任何想法",omt="您尚未添加任何人",amt="您尚未添加任何工具",imt="您尚未添加任何策略",rmt="您尚未添加任何目标和具体目标",cmt="你还没有添加任何希望和梦想",lmt="我最好的学习方法",dmt="你的",umt="兴趣",mmt="力量",hmt="挑战",gmt="主意",pmt="主意",ymt="工具",fmt="梦",wmt="人",vmt="详细了解",$mt="我的支持",bmt="网络",kmt="我当前的 PLP",Imt="查看 PLP",xmt="现住住宿",Cmt="目标日期",Smt="您尚未添加任何 {{item}}",Amt="截止日期",Emt="大学",qmt="访问",Tmt="应用",Pmt="一个计划",Rmt="利益",Lmt="活动",jmt="检测考试",Nmt="课程",Mmt="资源",Gmt="散文",zmt="论文",Dmt="计划",Fmt="总数是",Bmt="诊断调查",Omt="精选问题",Vmt="可用问题",Hmt="您确定要禁止 {{number}} 名学生活动吗?",Wmt="上个月的数据",Xmt="问题数量",Ymt="没有可显示的 {{item}}",Zmt="模板",Umt="评估",Jmt="作业结果",Qmt="证书",Kmt="学习支援類別",eht="反馈",_ht="建议",tht="教程屏幕",sht="反射形式",nht="选择要添加的问题",oht="未找到学生成绩",aht="给你的人起名字",iht="输入您的人",rht="创建人",cht="一月",lht="二月",dht="三月",uht="四月",mht="五月",hht="六月",ght="七月",pht="八月",yht="九月",fht="十月",wht="十一月",vht="十二月",$ht="完成",bht="选择用户",kht="不到一小时结束",Iht="我的沙盒",xht="{number} 名学生没有动力",Cht="{number} 名学生感到舒适",Sht="{number} 名学生感到紧张",Aht="{number} 名学生感到压力",Eht="{number} 名学生不堪重负",qht="与 {teacher name} 一起检查",Tht="所有学生都标记为感觉安全。",Pht="soft",Rht="升序",Lht="降序",jht="empty",Nht="您已完成所有每周任务!",Mht="干得好!",Ght="如果您已回答所有问题,请按“完成”按钮完成签到",zht="签到已完成",Dht="您准备好提交了吗?",Fht="您已在签到部分填写“签到”",Bht="干得好!您已在我的支持网络部分填写“支持网络”。",Oht="干得好!您已在我的学习策略部分填写“学习策略”。",Vht="默认问题一对一列表",Hht="是默认问题",Wht="是课堂反思题",Xht="是/否问题",Yht="星数",Zht="情感图标",Uht="添加新的子问题",Jht="子问题",Qht="您确定要删除吗?",Kht="编辑1-1",egt="健康",_gt="环境安全",tgt="睡眠",sgt="吃",ngt="学习",ogt="获取帮助",agt="锻炼",igt="保持冷静",rgt="家园",cgt="学校",lgt="在线的",dgt="课堂学习",ugt="在家学习",mgt="目的地",hgt="选择 CSV",ggt="导入类反射",pgt="输入问题",ygt="编辑目的地",fgt="创建目标",wgt="目的地总数",vgt="基本信息",$gt="文件扩展名",bgt="今天的",kgt="添加待办事项",Igt="编辑待办事项",xgt="描述(可选)",Cgt="您想删除此目标吗?",Sgt="我的待办事项",Agt="设置你的待办事项",Egt="您的每日动力",qgt="我的1-1",Tgt="学生学习计划",Pgt="登出",Rgt="话题",Lgt="评论",jgt="愿意尽最大努力学习",Ngt="还没做完",Mgt="尚未选择",Ggt="加载中",zgt="我通过以下方式组织自己以获得成功",Dgt="我知道我已经尽力了,因为",Fgt="我知道我准备好学习了",Bgt="前往 PLP",Ogt="进入个人学习计划",Vgt="创建二维码",Hgt="此电子邮件中已存在名为 {{name}} 的家长。是否要为该学生添加此家长?",Wgt="按学生筛选",Xgt="搜索学生",Ygt="排序方式",Zgt="最近",Ugt="最积极",Jgt="最不积极",Qgt="返回",Kgt="{{user}} 可编辑此会话",ept="在这里输入你的答案",_pt="记录笔记并从我们的 MARIO 支持机器人那里获取建议",tpt="脚手架已搭建",spt="脚手架已拆除",npt="查看所有建议",opt="脚手架",apt="会话结束",ipt="您想现在开始还是稍后预订?",rpt="新的 1-1 互动",cpt="预订 1-1",lpt="选择会话类型",dpt="新会议",upt="我的个人兴趣",mpt="当...的时候,我觉得很困难",hpt="参加测验",gpt="坍塌",ppt="扩张",ypt="创建于",fpt="更新",wpt="通知",vpt="全部标记为已读",$pt="筛选",bpt="读",kpt="未读",Ipt="已读",xpt="转至会议",Cpt="去",Spt="会议",Apt="学生简介",Ept="已预订次数",qpt="会议预定为 10 分钟时段",Tpt="会议结束",Ppt="返回会议",Rpt="未完成",Lpt="后退",jpt="选择您的状态",Npt="我的安全",Mpt="正在努力",Gpt="未开始",zpt="评分标准总计",Dpt="选择问题类别",Fpt="默认问题会议列表",Bpt="创建评分标准",Opt="输入要搜索的内容",Vpt="上一页",Hpt="选择年级",Wpt="班级二维码",Xpt="标题为必填项",Ypt="此图表中显示的数据反映了学生<b>最近的签到情况</b>。",Zpt="将从所有数据库中删除此会议。您确定要继续吗?",Upt="签到和一对一交流",Jpt="我的签到和一对一",Qpt="稍后预订",Kpt="签到",eyt="开始签到,之后你还可以请求与老师对话",_yt="设定你的目标",tyt="显示待处理的对话",syt="签到环节",nyt="这第一步将激活你们的一对一对话,为个人对话奠定基础。",oyt="报到",ayt="值机已完成",iyt="记录 1-1 对话",ryt="记录对话数据",cyt="添加 1-1 对话笔记",lyt="保存数据",dyt="请选择日期1-1对话!",uyt="请为这场一对一对话写点内容!",myt="数据1对1对话不能超过1000个字符!",hyt="签到环节",gyt="我没有什么可补充的。",pyt="签到环节结束",yyt="这是一年级的问题",fyt="在这里输入你的答案,例如“我遇到了我的朋友”",wyt="在这里输入你的答案,例如“我最好的朋友没来上学”",vyt="保存1-1日志注释",$yt="没必要",byt="对话已保存!",kyt="是的,查看学生目标",Iyt="您和学生选择了什么作为行动步骤?<br/>您想将其添加为目标吗?",xyt="在这里,您可以找到学生的所有笔记和 1-1 对话记录。",Cyt="返回笔记和日志",Syt="学生回顾",Ayt="其他笔记",Eyt="学生感知有用性",qyt="学生反馈",Tyt="笔记类别",Pyt="选择笔记类别",Ryt="保存笔记",Lyt="输入本次会议的重点",jyt="请添加笔记标题",Nyt="笔记和日志",Myt="对话中的其他笔记(可选)",Gyt="分享你的想法...",zyt="将此设为私人笔记",Dyt="环境特定安全",Fyt="学生报告的情绪",Byt="幸福感指标",Oyt="准备趋势",Vyt="开放式问题",Hyt="Number of students with at least one very low metric",Wyt="This flags if the student is not ready to learn or has at least one success, or readiness to learn metrics under 40%",Xyt="of students have concerned metrics",Yyt="have metrics <40%",Zyt="All students have good metrics",Uyt="Students with at least OneConcerned metric ({{number}})",Jyt="Concerned metric(s)",Qyt="Concern metrics",Kyt="Conversation Goal",eft="Target Monthly Conversation Goal for Teachers",_ft="Target Monthly Conversation Goal for Counselors",tft="conversations",sft="are not ready to learn",nft="Check-in date",oft="Educator",aft="Location",ift="Edit My Profile",rft="Save new password",cft="Conversation Duration",lft="Please set time 1-1 conversation",dft="Negative emotions",uft="Please select add teacher for selected student first",mft="选择头像",hft="从图库中选择头像,或上传您自己的图片。",gft="选择图片",pft="删除签到",yft="删除会议",fft="确定要删除此签到吗?",wft="确定要删除此会议吗?",vft="是的,我确定",$ft="教师名单",bft="本月平均值 vs 上月平均值",kft="管理您的活跃学生及其进度",Ift="员工分配",xft="保存员工",Cft="添加学生",Sft="班级二维码",Aft="编辑员工",Eft="按姓名或邮箱搜索学生...",qft="所有年级",Tft="所有标记",Pft="未找到学生",Rft="你为什么还没准备好学习?",Lft="删除 1-1",jft="确定要删除这个 1-1 吗?",Nft="请输入邮箱",Mft="选择创建者",Gft="输入邮箱地址进行分享",zft="邮箱格式无效",Dft="分享",Fft="个人学习计划",Bft="标记的指标",Oft="教师邮箱",Vft="咨询师邮箱",Hft="批量移除",Wft="一个用于查看和导航所有学生 PLP 的地方",Xft="最后更新",Yft="过渡计划",Zft="一个用于查看和导航所有学生过渡的地方",Uft={dashboard:FN_,user:BN_,question_bank:ON_,email_template:VN_,custom_alert:HN_,set_up:WN_,media_gallery:XN_,district_school_list:YN_,export_to_pdf:ZN_,the_data_is_taken_from_the_home_screen:UN_,make_sure_everything_is_set_correctly_before_exporting:JN_,cancel:QN_,hey:KN_,readiness_to_learn:eM_,high_impact_learning_strategies:_M_,"1_to_1":"一对一",check_in:tM_,check_ins:sM_,reflection:nM_,conferences:oM_,safety:aM_,student_by_age:iM_,students_by_designation:rM_,calendar:cM_,gender:lM_,grade:dM_,grades:uM_,current_grade:mM_,student_name:hM_,teacher_name:gM_,start_date:pM_,end_date:yM_,tooltip_content_readiness_to_learn_chart:fM_,tooltip_content_high_impact_chart:wM_,tooltip_content_1_to_1_chart:vM_,tooltip_content_class_reflection_chart:$M_,tooltip_content_conference_chart:bM_,tooltip_content_safety_chart:kM_,tooltip_content_student_by_age_chart:IM_,tooltip_content_students_by_designation:xM_,total_1_to_1:CM_,total_check_in:SM_,total_check_ins:AM_,total_1_to_1_time:EM_,total_conferences:qM_,total_conferences_time:TM_,total_class_reflection_check_ins:PM_,create_user:RM_,edit_user:LM_,change_password:jM_,type_something_to_search_by_user_name:NM_,total_of_users:MM_,name:GM_,email:zM_,age:DM_,role:FM_,active_status:BM_,action:OM_,active:VM_,inactive:HM_,create:WM_,update:XM_,first_name:YM_,date_of_birth:ZM_,last_name:UM_,roles:JM_,status:QM_,send_forgot_password_link:KM_,download_user_data:eG_,current_password:_G_,new_password:tG_,confirm_password:sG_,save:nG_,type_something_to_search_question:oG_,type_something_to_search_category:aG_,total_of_questions:iG_,create_question:rG_,edit_question:cG_,question_type:lG_,category:dG_,sub_category:uG_,question_text:mG_,text:hG_,is_default_question_for_one_to_one:gG_,default_question_for_students_or_teachers:pG_,is_default_question_general_class:yG_,default_question_general_for_students_or_teachers:fG_,before_session:wG_,edit_custom_alert:vG_,create_custom_alert:$G_,total_of_custom_alert:bG_,number_of_sessions:kG_,number_of_students:IG_,begin_date:xG_,duration_days:CG_,students:SG_,create_skill:AG_,edit_skill:EG_,total_of_skills:qG_,description:TG_,skill:PG_,parent_category:RG_,edit_subject:LG_,create_subject:jG_,total_of_subjects:NG_,color:MG_,create_learning_support_category:GG_,edit_learning_support_category:zG_,create_category:DG_,edit_category:FG_,total_of_learning_support_categories:BG_,default_color:OG_,edit_strategy:VG_,create_strategy:HG_,create_learning_strategy:WG_,total_of_strategies:XG_,strategy_name:YG_,question:ZG_,detail:UG_,strategy:JG_,best_fit:QG_,create_goal_example:KG_,edit_goal_example:ez_,total_of_goal_examples:_z_,short_term_target_examples:tz_,goal_example:sz_,edit_badge:nz_,create_badge:oz_,total_of_badges:az_,icon:iz_,badge:rz_,badge_image:cz_,edit_semester:lz_,create_semester:dz_,update_school_break_month:uz_,total_of_semesters:mz_,total_of_academicyear:hz_,semester:gz_,breaking_month:pz_,change_breaking_month:yz_,school_year_break_month:fz_,edit_blank_day:wz_,create_blank_day:vz_,total_of_blank_days:$z_,start_time:bz_,end_time:kz_,school_blank_day:Iz_,edit_point:xz_,create_new_point:Cz_,total_of_point:Sz_,label:Az_,value:Ez_,break_point:qz_,update_break_point:Tz_,maximum_number_of_admins:Pz_,maximum_number_of_assistants:Rz_,maximum_number_of_students:Lz_,maximum_number_of_teachers:jz_,request_to_this_plan:Nz_,type_something_to_search_reflection_result:Mz_,user_deleted:Gz_,export_user_data:zz_,alert_delete_user:Dz_,delete_user:Fz_,alert_delete_teacher:Bz_,list_students:Oz_,student_email:Vz_,current_teacher_name:Hz_,current_teacher_email:Wz_,change_save:Xz_,select_teacher_change:Yz_,current_assistant_name:Zz_,current_assistant_email:Uz_,remove_assistant:Jz_,switch_assistant:Qz_,select_assistant_change:Kz_,select_assistant:eD_,welcome_email_resend:_D_,send_for_selected_users:tD_,user_name:sD_,user_email:nD_,level:oD_,use_for:aD_,admin_training:iD_,teacher_training:rD_,created_time:cD_,total_reflections:lD_,student_training:dD_,create_designation:uD_,total_of_designation:mD_,designations:hD_,edit_designation:gD_,confirm:pD_,hello:yD_,todays_1_1:fD_,todays_check_in:wD_,todays_Conferences:vD_,next_meeting:$D_,next_conference:bD_,todays_schedule:kD_,action_points:ID_,upcoming:xD_,see_all_action_points:CD_,add:SD_,edit_action_point:AD_,add_action_point:ED_,title:qD_,type_title:TD_,subject:PD_,class:"班级",select_date:RD_,date:LD_,select_time:jD_,time:ND_,notification:MD_,no_notification:GD_,day:zD_,week:DD_,mark_as_done:FD_,delete:"删除",my_students:BD_,download_template:OD_,import_csv:VD_,add_new:HD_,show_only_work_as_assistant:WD_,show_only_work_as_teacher:XD_,last_1_to_1:YD_,last_check_in:ZD_,last_conference:UD_,total_time:JD_,assistant_name:QD_,work_as_assistant:KD_,assign_assistant:eF_,view:_F_,history:tF_,custom_recurrence:sF_,repeat_every:nF_,repeat_on:oF_,never:aF_,on:iF_,after:rF_,pick_a_date:cF_,pick_a_time:lF_,change_date:dF_,change_time:uF_,apply:mF_,new_1_to_1:hF_,new_check_in:gF_,do_you_want_to_talk_with_teacher:pF_,start_now:yF_,book_later:fF_,select_category:wF_,search_question_category:vF_,no_question:$F_,select_question:bF_,select_student:kF_,select_staff:IF_,staff_name:xF_,select_teacher:CF_,do_you_want_to_talk_with:SF_,please_select_a_student:AF_,please_select_a_teacher:EF_,please_provide_a_valid_student:qF_,please_provide_a_valid_teacher:TF_,select_a_student_and_launch_a_new_session_or_book_one_for_later:PF_,you_have_no_teacher:RF_,search_teacher:LF_,select_date_time:jF_,book_1_to_1:NF_,book_new_check_in:MF_,schedule:GF_,sessions_are_booked_as_10_minute_slots:zF_,does_not_reoccur:DF_,time_must_be_between_8_am_and_6_pm:FF_,from:BF_,to:OF_,show_only_favorites:VF_,show_only_conversation:HF_,duration:WF_,favorite:XF_,open:YF_,no_data:ZF_,schedule_detail:UF_,are_you_sure_you_want_to_cancel_this_schedule:JF_,completed_1_to_1:QF_,completed_check_in:KF_,done:eB_,what_do_you_want_to_talk_about:_B_,session_type:tB_,what_is_this_session_type:sB_,how_are_you_feeling_about_each_area_right_now:nB_,sleep_nutrition_exercise_physical_health_and_mental_health:oB_,goals_activities_habits_and_strategies:aB_,overall_how_are_you_feeling_today:iB_,what_is_your_level_of_pride_in_yourself_today:rB_,how_are_you_feeling_today:cB_,how_much_did_you_learn_from_this_session:lB_,what_is_the_most_important_thing_you_learned_from_this_session:dB_,your_next_meeting:uB_,today_at:mB_,choose_if_you_want_to_do_it_now_or_if_you_would_like_to_book_for_later:hB_,edit:gB_,phone_number:pB_,second_phone_number:yB_,health_note:fB_,address:wB_,mtss:vB_,note:$B_,no_schedule:bB_,my_notes:kB_,private_note:IB_,goal_progress:xB_,view_all_goals:CB_,completed:SB_,not_completed:AB_,student_information:EB_,top_learning_strategies:qB_,perceived_usage:TB_,total_number_of_times_seleted:PB_,energy:RB_,focus:LB_,happiness:jB_,stress:NB_,one_to_one:MB_,class_reflection:GB_,conference:zB_,learning_progress:DB_,cant_export_now_please_try_again:FB_,view_data:BB_,learning_strategies:OB_,strategies:VB_,number_of_used:HB_,next:WB_,previous:XB_,my_conferences:YB_,select_a_student_and_launch_a_new_conference_or_book_one_for_later:ZB_,you_have_no_student:UB_,this_is_a_required_field:JB_,please_select_question_category:QB_,book_conferences:KB_,final_score:e5_,new_conference:_5_,search_student:t5_,search_staff:s5_,"1_1_conversation":"一对一对话",meeting_schedule:n5_,class_schedule:o5_,more_questions:a5_,conference_rubric:i5_,unlock:r5_,before_clicking_submit:c5_,your_session_was:l5_,mins:d5_,min:u5_,submit:m5_,are_you_sure_to_complete:h5_,be_sure_to_check_completed_all:g5_,teacher_choice:p5_,student_choice:y5_,agreement:f5_,personal_learning_plan:w5_,my_personal_learning_plan:v5_,personal_interests:$5_,allow_student_to_edit:b5_,strengths_and_challenges:k5_,significant_strengths:I5_,strengths:x5_,challenges:C5_,significant_challenges:S5_,how_my_teachers_can_help_me_learn:A5_,about_my_learning:E5_,accommodations:q5_,goals:T5_,this_goal_is_showing_in_the_student_conference_rubric_are_you_sure_to_delete_it:P5_,activity_circles:R5_,friend_circles:L5_,are_you_ready_to_learn:j5_,class_schedules:N5_,add_class_schedule:M5_,class_date:G5_,class_name:z5_,day_period:D5_,teacher_email:F5_,note_type_class:B5_,my_note:O5_,add_new_note:V5_,all_category:H5_,personalized:W5_,show_only_favorite:X5_,search:Y5_,note_title:Z5_,student:U5_,note_detail:J5_,mark_as_favorite:Q5_,type_a_note:K5_,please_select_student:eO_,settings:_O_,save_changes:tO_,activity_notifications:sO_,schedule_notifications:nO_,preschedule_notifications:oO_,yes:aO_,no:iO_,email_notification:rO_,send_me_email_notification:cO_,dont_send_me_email_notification:lO_,type:dO_,teacher_request:uO_,student_request:mO_,overview:hO_,plp:gO_,my_student_1_to_1:pO_,my_student_check_in:yO_,my_student_conference:fO_,received_date:wO_,class_impact_score:vO_,impact_score:$O_,iep:bO_,ieps:kO_,"1_to_1_conversation":"一对一讨论会",creator:IO_,last_modify:xO_,modify:CO_,student_reflections:SO_,external_reflection:AO_,external_class_reflection:EO_,reflections:qO_,class_reflections:TO_,add_reflection:PO_,add_class_reflection:RO_,class_type:LO_,teacher_image:jO_,send_to_teacher:NO_,send_now:MO_,missed:GO_,pending:zO_,sent_date:DO_,go_to_the_student_plp:FO_,new_iep:BO_,edit_iep:OO_,type_of_iep:VO_,source_of_eligibility_forinitial:HO_,annual_goals:WO_,enter_a_date_range:XO_,add_objectives:YO_,add_goals:ZO_,day_month_year:UO_,special_education:JO_,special_education_content:QO_,objectives_and_reporting_progress:KO_,objectives_and_reporting_progress_content:e9_,annual_goals_content:_9_,related_services:t9_,related_services_content:s9_,supplementary_aids_and_services:n9_,supplementary_aids_and_services_content:o9_,program_modifications_for_school_personnel:a9_,program_modifications_for_school_personnel_content:i9_,extent_of_nonparticipation:r9_,extent_of_nonparticipation_content:c9_,accommodations_in_assessment:l9_,accommodations_in_assessment_content:d9_,service_delivery:u9_,service_delivery_content:m9_,transition_planning:h9_,transition_planning_content:g9_,present_levels:p9_,present_levels_content:y9_,signatures:f9_,iep_old_versionf_and_diagnostic_docs:w9_,upload_file:v9_,add_interest:$9_,upload_image:b9_,supported_image_types:k9_,edit_interest:I9_,select_personal_interest_or_enter_personal_interest_here:x9_,add_note:C9_,select_best_fit:S9_,best_fits:A9_,select_strategies:E9_,selected_learning_strategies:q9_,do_you_want_to_delete_this_strengths_and_challenges:T9_,add_new_item:P9_,edit_item:R9_,select_teaching_strategies:L9_,selected_teaching_strategies:j9_,add_title:N9_,my_learning:M9_,do_you_want_to_delete_this_about_my_learning:G9_,edit_my_learning:z9_,add_my_learning:D9_,select_about_learning_or_enter_about_learning_here:F9_,accommodation:B9_,all_categories:O9_,do_you_want_to_delete_this_accommodation:V9_,edit_accommodation:H9_,add_accommodation:W9_,all:X9_,all_status:Y9_,goal_type:Z9_,add_new_goal:U9_,goal_detail:J9_,select_status:Q9_,goal_baseline:K9_,objective:eV_,goal_details:_V_,goals_type:tV_,edit_goal_detail:sV_,uploaded_files:nV_,optional:oV_,edit_baseline:aV_,edit_friend:iV_,add_friend:rV_,search_friend:cV_,friend_type:lV_,edit_activity:dV_,add_activity:uV_,search_activity:mV_,activity:hV_,activity_type:gV_,select_or_type_an_activity:pV_,action_needed:yV_,external:fV_,student_survey:wV_,view_survey:vV_,create_a_survey:$V_,survey_from:bV_,review:kV_,publish_survey:IV_,total_surveys:xV_,flags:CV_,scheduled_session:SV_,total_survey_done:AV_,total_survey_not_done:EV_,list_survey:qV_,surveys:TV_,survey:PV_,create_survey:RV_,my_survey:LV_,counselor_name:jV_,survey_title:NV_,deadline:MV_,day_left:GV_,replied_date:zV_,session:DV_,flag:FV_,external_email:BV_,scheduled_now:OV_,session_schedule:VV_,session_scheduled:HV_,search_survey:WV_,total_survey:XV_,survey_result:YV_,check_in_from:ZV_,received_today_at:UV_,preview_survey:JV_,complete_survey:QV_,"you_will_not_be_able_to_edit_this_survey_once_published_._are_you_sure_you_want_to_continue_?":"发布后您将无法编辑此调查。您确定要继续吗?",do_you_want_to_share_a_survey_to_teachers:KV_,you_can_share_this_survey_to_teachers_to_get_more_insight_about_your_student:eH_,skip:_H_,survey_questions:tH_,add_survey_question:sH_,additional_question:nH_,add_additional_question:oH_,save_favorite:aH_,save_as_favorite:iH_,favorite_survey:rH_,slider:cH_,questions:lH_,insert_all_question:dH_,remove_all_question:uH_,insert_question:mH_,survey_templates:hH_,insert_template:gH_,share_survey_teacher:pH_,suggested_teacher:yH_,email_contents:fH_,send_survey:wH_,review_survey_detail:vH_,a_number_of_student:$H_,date_and_time:bH_,scale:kH_,answer:IH_,add_question:xH_,save_question:CH_,external_survey:SH_,ib_learner_profile:AH_,set_deadline:EH_,duplicate_survey:qH_,share_survey:TH_,new_survey:PH_,assign_counselor:RH_,select_counselor:LH_,select_support_teacher:jH_,assign_support_teacher:NH_,switch_support_teacher:MH_,support_teacher_name:GH_,user_for_question:zH_,requested_reflection:DH_,request_class_reflection:FH_,share_survey_to_teacher:BH_,select_form:OH_,switch_counselor:VH_,remove_counselor:HH_,current_counselor_email:WH_,current_counselor_name:XH_,select_counselor_change:YH_,current_support_teacher_name:ZH_,current_support_teacher_email:UH_,remove_support_teacher:JH_,select_support_teacher_change:QH_,filter_calendar:KH_,average_student_safety:eW_,is_active:_W_,top_5_most_used_strategies:tW_,preparedness:sW_,average_student_stress:nW_,success_indicators:oW_,learning_process:aW_,survey_dashboard:iW_,response_rate:rW_,top_5_most_survey_used:cW_,question_intervention:lW_,student_pressure:dW_,overall_readiness_to_learn:uW_,view_calendar:mW_,student_wellness:hW_,view_data_dashboard:gW_,view_a_student:pW_,view_student:yW_,average_safety:fW_,average_stress:wW_,average_energy:vW_,average_focus:$W_,average_happiness:bW_,vs_last_month:kW_,of_students_are_not_feeling_safe:IW_,students_marked_themselves_as_unsafe:xW_,marked_themselves_as_unsafe:CW_,are_not_feeling_safe:SW_,of_students_are_highly_stressed:AW_,flagged_with_high_stress:EW_,are_feeling_highly_stressed:qW_,select_a_student_to_see_their_profile_and_learning_plan:TW_,select_a_student_and_start_a_conversation_with_the_check_in_results:PW_,start:RW_,teacher_reflection:LW_,notes:jW_,student_reflection:NW_,view_latest_check_ins:MW_,"1-1s":"一对一","1_1":"1 月 1 日",this_week_s:GW_,missing_weekly_check_in:zW_,add_new_student:DW_,"start_your_check-in_and_you_can_also_request_a_conversation_with_your_teacher_after":"开始签到。此后,您还可以请求与老师进行对话。",start_check_in:FW_,no_events_today:BW_,today_schedule:OW_,high_stressed:VW_,unsafe:HW_,average:WW_,see_them:XW_,goal:YW_,ended_over_24_hours_ago:ZW_,start_a_1_1_conversation:UW_,view_results:JW_,request_check_in:QW_,last:KW_,latest_check_ins:e6_,students_who_missing_weekly_check_in:_6_,this_student_does_nt_have_missing_check_in:t6_,no_student_missing_weekly_check_in:s6_,start_1_1_conversation:n6_,select_a_teacher_and_start_a_check_in:o6_,this_weeks_check_ins:a6_,this_weeks_1_1s:i6_,this_student_does_nt_have_1_1_in_this_week:r6_,this_student_does_nt_have_check_in_in_this_week:c6_,no_last_or_requested_check_ins:l6_,students_who_are_highly_stressed:d6_,students_who_are_not_feeling_safe:u6_,students_missing_a_weekly_check_in:m6_,student_stress_by_zone:h6_,student_distribution:g6_,surveys_flags:p6_,yellow_flags:y6_,green_flags:f6_,red_flags:w6_,show_by:v6_,survey_overview:$6_,share_note:b6_,survey_summary:k6_,survey_name:I6_,date_created:x6_,"#of_recipients":"#收件人","#of_answers":"答案数",cut_off_time:C6_,created_by:S6_,responses_distribution:A6_,ratings_of_questions:E6_,show_results_for:q6_,responses_and_response_rates_per_question:T6_,view_list_of_students:P6_,view_list_of_responses:R6_,number_of_responses:L6_,number_of_not_responses:j6_,question_rating:N6_,no_response_yet:M6_,external_survey_is_highlight_in_the_table:G6_,reset_password:z6_,correct:D6_,incorrect:F6_,the_correct_answer_is:B6_,the_correct_answers_are:O6_,action_need:V6_,view_answers:H6_,survey_results:W6_,weeks:X6_,months:Y6_,scheduled_sessions:Z6_,active_surveys:U6_,view_responses:J6_,download_csv:Q6_,create_new_survey:K6_,go_to_individual_survey_responses:eX_,you_can_only_select_number_kpis_at_a_time:_X_,you_can_only_select_number_kpis_at_a_time_To_select_a_new_one_please_switch_off_one_of_the_previous_ones:tX_,"download.csv":"下载.CSV",last_check__in:sX_,how_many_times_a_strategy_has_been_chosen:nX_,these_metrics_come_from_students_check_ins_filter_above_to_change_the_data_set:oX_,not_yet_started:aX_,in_progress:iX_,export_check_ins_to_csv:rX_,these_metrics_come_from_the_conference_rubric_only_teacher_responses_are_scored:cX_,please_save_first:lX_,print_date:dX_,goal_base_line:uX_,print:mX_,download:hX_,my_daily_motivation:gX_,select_deadline:pX_,export:"导出",image_is_a_required:yX_,old_iep:fX_,create_next_years_iep:wX_,write_something_optional:vX_,the_effectiveness_of_learning_strategies_by_students_feedback:$X_,perceived_usefulness:bX_,performance:kX_,not_enough_challenge_leading_to_boredom_and_lack_of_interest:IX_,calm_and_relaxed_but_not_enough_motivation_to_perform_at_my_best:xX_,manageable_levels_of_stress_allowing_me_to_perform_at_my_best:CX_,still_in_control_but_starting_to_feel_the_pressure:SX_,too_much_pressure_and_really_struggling_to_manage_my_workload:AX_,import_emails_by_csv:EX_,request_number:qX_,select_or_input_class_type:TX_,send_request:PX_,start_reflection:RX_,customize_reflection:LX_,include_section_you_want_to_appear:jX_,time_of_day:NX_,iep_template:MX_,one_roster:GX_,sandbox:zX_,"well-being":"幸福感","self-efficacy":"自我效能",information_roster_sourced_id_full_name_email:DX_,sync_roster_users:FX_,export_to_csv:BX_,user_list:OX_,assign_student:VX_,one_to_one_question:HX_,class_reflection_question:WX_,conference_question:XX_,actions:YX_,order:ZX_,user_for:UX_,question_category:JX_,template_survey:QX_,total_of_category:KX_,create_template:eY_,number_of_question:_Y_,mandatory:tY_,well_being:sY_,self_efficacy:nY_,no_question_to_display:oY_,privacy_policy:aY_,profile:iY_,role_change:rY_,log_out:cY_,data_dashboard:lY_,deep_learning_tools:dY_,my_profile:uY_,phone:mY_,calendar_id:hY_,old_password:gY_,confirm_new_password:pY_,select_a_student_and_start_a_check_in:yY_,anything_is_possible_anything_can_be:fY_,edit_picture:wY_,create_new_student:vY_,grade_level:$Y_,health_notes:bY_,students_parent_information:kY_,parent_1:IY_,parent_2:xY_,in_app_notifications:CY_,turn_on_all_notifications:SY_,notify_me_when:AY_,a_student_schedules_a_1_1:EY_,a_student_schedules_a_conference:qY_,a_student_completes_a_conference_self_assessment_rubric:TY_,a_student_or_teacher_completes_a_class_reflection:PY_,action_points_are_due_based_on_chosen_schedule:RY_,a_student_hasnt_logged_1_1_in_the_past_28_days:LY_,email_notifications:jY_,turn_on_all_emails:NY_,a_student_responds_to_a_1_1_readiness_to_learn_with_no:MY_,a_student_reported_a_low_safety_score_on_a_check_in:GY_,continue_as:zY_,admin:DY_,counselor:FY_,support_teacher:BY_,teacher_assistant:OY_,add_parent_1_information:VY_,add_parent_2_information:HY_,parent_role:WY_,all_activity:XY_,academic_year:YY_,all_of_the_students_report_manageable_stress_levels:ZY_,"100_00_of_students_are_not_feeling_safe":"100.00% 的学生感觉不安全",growth:UY_,relationships:JY_,productivity:QY_,academics:KY_,percent:eZ_,unmotivated:_Z_,comfort:tZ_,stretch:sZ_,strain:nZ_,overwhelmed:oZ_,edit_student_profile:aZ_,teacher:iZ_,created:rZ_,student_phone_number:cZ_,designation:lZ_,e_mail:dZ_,general_ed_teacher:uZ_,select_general_ed_teacher:mZ_,please_select_teacher:hZ_,assign:gZ_,be_silly_be_honest_be_kind:pZ_,do_you_want_to_change_to_role_counselor_to_open:yZ_,search_assistant:fZ_,baseline:wZ_,timeframe:vZ_,friends:$Z_,best_friends:bZ_,supportive:kZ_,potential_friends:IZ_,like:xZ_,love:CZ_,interested:SZ_,curious:AZ_,improvement_in_study_habits_grades_sports_clubs_or_personal_projects:EZ_,family_friends_and_teachers:qZ_,accomplishing_important_tasks_and_limiting_distractions:TZ_,homework_studying_and_grades:PZ_,my_ability_to_be_successful:RZ_,whats_on_your_mind:LZ_,now_look_back_at_your_responses_from_today:jZ_,do_you_want_to_change_to_role_student_to_open:NZ_,student_has_started_this_one_to_one_are_you_sure_to_delete:MZ_,do_you_want_to_change_to_role_support_teacher_to_open:GZ_,student_has_not_started_this_conference_are_you_sure_to_delete:zZ_,search_support_teacher:DZ_,search_counselor:FZ_,how_productive_i_was_in_class_today:BZ_,not_enough_stress:OZ_,too_much_stress:VZ_,organization:HZ_,self_awareness:WZ_,self_directed_learning:XZ_,self_advocacy:YZ_,self_management:ZZ_,conceptual_change_conversation:UZ_,concrete_examples:JZ_,elaboration:QZ_,dual_coding:KZ_,note_type_and_class:e8_,edit_note:_8_,not_done:t8_,red:s8_,yellow:n8_,green:o8_,uwcsea_sg_climate_survey:a8_,connections_with_adults_and_peers:i8_,holistic_learning_experiences:r8_,my_health_and_wellbeing:c8_,open_ended_questions:l8_,do_you_need_some_extra_help_or_support:d8_,sdq_standards_and_difficulties_questionaire:u8_,sdq_strengths_and_difficulties_questionnaire_supplemental:m8_,close:h8_,student_responses:g8_,anonymous_responses:p8_,teacher_perceived:y8_,prepared_for_class:f8_,missing_class_assignments:w8_,completed_classwork:v8_,asked_for_help_when_needed:$8_,clear:b8_,missing_reflections:k8_,total_students_missing_late_assignments:I8_,subject_class:x8_,chart_type:C8_,request_from:S8_,are_you_sure_you_want_to_delete_this_item:A8_,yes_delete:E8_,completed_conference:q8_,my_learning_plan:T8_,my_learning_plan_beta:P8_,winning_doesn_t_always_mean_being_first_winning_means_you_re_doing_better_than_you_ve_done_before:R8_,integrating_learningwith_previous_knowledge:L8_,improving_student_self_efficacy:j8_,my_check_in:N8_,what_do_you_want_to_do_differently:M8_,to_do:G8_,my_class_reflections:z8_,send_reflection:D8_,type_2_characters_to_search:F8_,create_time:B8_,do_you_want_to_remove_this_user:O8_,warning:V8_,do_you_want_to_impersonate_this_user:H8_,assistant:W8_,parent:X8_,choose_file:Y8_,do_you_want_to_remove_this_question:Z8_,select:U8_,do_you_want_to_remove_this_category:J8_,total_of_templates:Q8_,template_name:K8_,category_name:eU_,created_date:_U_,do_you_want_to_remove_this_email_template:tU_,create_email_template:sU_,mail_subject:nU_,mail_body:oU_,mail_params:aU_,params:iU_,meaning:rU_,add_attachment:cU_,skills:lU_,subjects:dU_,learning_support_categories:uU_,goal_examples:mU_,student_badges:hU_,blank_days:gU_,csv_import:pU_,band_scores:yU_,license:fU_,switch_teacher:wU_,question_scaffolding:vU_,training:$U_,type_something_and_press_enter_to_add_short_term_target_examples:bU_,import_users:kU_,import_class_reflection:IU_,download_users_data:xU_,do_you_want_to_remove_this_assistant:CU_,do_you_want_to_remove_this_counselor:SU_,do_you_want_to_remove_this_support_teacher:AU_,send:EU_,do_you_want_to_remove_this_designation:qU_,new_folder:TU_,upload:PU_,type_something_to_search_by_file_name:RU_,systems:LU_,create_template_system:jU_,created_at:NU_,do_you_want_to_remove_this_template:MU_,one_roster_setting:GU_,users:zU_,one_roster_config:DU_,end_point_url:FU_,client_id:BU_,client_secret:OU_,import_one_roster:VU_,import_from_zip_file:HU_,import_from_restful_api:WU_,non_existent_users:XU_,type_something_to_search_users:YU_,create_account_for_selected_users:ZU_,help:UU_,sandbox_mode:JU_,off:QU_,restore_sandbox_database:KU_,turn_on:e7_,turn_off:_7_,restore:t7_,edit_profile:s7_,on_track_going_well:n7_,guide:o7_,make_each_day_your_masterpiece:a7_,consistently:i7_,frequently:r7_,sometimes:c7_,rarely:l7_,not_applicable:d7_,i_schedule_all_homework_and_studying_through_google_calendar_or_a_planner_or_organizer_as_soon_as_it_is_assigned:u7_,i_maintain_a_clean_and_organized_system_for_keeping_and_reviewing_physical_notes_handouts_and_packets_for_each_class:m7_,i_maintain_a_clean_and_organized_system_for_storing_digital_files_as_a_result_i_can_easily_find_all_of_my_digital_files:h7_,i_keep_my_school_inbox_organized_and_important_emails_are_not_missed:g7_,i_have_a_clear_understanding_of_my_strengths:p7_,i_know_and_understand_how_teachers_can_best_help_me_in_class:y7_,i_know_and_understand_my_accommodations:f7_,i_know_and_understand_my_personalized_systems_and_strategies_for_ideal_learning_outside_of_class:w7_,i_know_and_understand_my_personalized_systems_and_strategies_for_ideal_learning_in_class:v7_,i_have_a_clear_understanding_of_my_challenges:$7_,i_have_an_accurate_idea_of_how_i_am_doing_in_my_classes_and_know_what_i_need_to_do_to_improve:b7_,i_use_the_first_25_minutes_of_our_class_effectively_to_make_progress_on_my_goals:k7_,i_use_the_homework_study_time_effectively:I7_,achieving:x7_,significant_progress:C7_,moderate_progress:S7_,slight_progress:A7_,no_progress:E7_,cope_with_stressful_situations:q7_,improve_my_sleeping_habits:T7_,i_promplty_address_and_deal_with_difficult_situations_instead_of_avoiding_them:P7_,i_appropriately_use_technology:R7_,i_create_a_note_during_or_after_meetings:L7_,i_effectively_study_for_upcoming_assessments:j7_,i_turn_in_all_homework_on_time_and_complete:N7_,i_get_the_right_amount_of_sleep_each_night:M7_,i_meet_with_my_teachers_outside_of_class_time:G7_,i_ask_questions_inside_and_or_after_class:z7_,when_needed_i_let_my_teachers_know_how_to_better_help_me_in_class:D7_,i_advocate_for_and_use_accommodations_i_need_in_all_of_my_classes:F7_,planning:B7_,making_connections_with_previous_learning:O7_,providing_quality_feedback:V7_,working_on_learning_goals:H7_,setting_or_reinforcing_high_expectations:W7_,improving_effort:X7_,self_assessing:Y7_,predicting:Z7_,help_seeking_behaviors:U7_,reflecting:J7_,low:Q7_,medium_low:K7_,medium:eJ_,medium_high:_J_,high:tJ_,how_much_did_you_learn_from_this_conference:sJ_,are_there_any_observations_or_feedback_you_want_to_share:nJ_,what_are_you_doing_well_that_you_want_to_continue:oJ_,what_is_something_you_have_learned_while_working_towards_achieving_your_goals:aJ_,english_language_or_literature:iJ_,language_class:rJ_,ridge_charts:cJ_,bar_charts:lJ_,line_charts:dJ_,start_of_day:uJ_,mid_morning:mJ_,before_lunch:hJ_,mid_afternoon:gJ_,last_class_of_the_day:pJ_,student_only:yJ_,teacher_only:fJ_,did_the_student_have_all_needed_materials_for_this_class:wJ_,does_the_student_have_any_missing_assignments:vJ_,did_the_student_complete_today_s_classwork:$J_,did_the_student_ask_for_help_when_needed:bJ_,please_rate_the_student_s_participation_in_class:kJ_,please_rate_the_student_s_peformance_in_class:IJ_,how_useful_were_the_accommodations:xJ_,do_you_have_any_concerns_or_student_success_to_share:CJ_,not_at_all:SJ_,very_helpful:AJ_,not_sent:EJ_,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:qJ_,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:TJ_,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:PJ_,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:RJ_,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:LJ_,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:jJ_,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:NJ_,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:MJ_,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:GJ_,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:zJ_,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:DJ_,how_helpful_was_our_conversation_today:FJ_,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:BJ_,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:OJ_,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:VJ_,student_has_not_started_this_check_in_are_you_sure_to_delete:HJ_,struggling_i_need_support:WJ_,some_well_being_issues:XJ_,generally_okay:YJ_,most_well_being_issues_are_fine:ZJ_,feeling_great:UJ_,making_no_progress:JJ_,aware_of_my_goals_but_making_little_progress:QJ_,making_some_progress:KJ_,good_growth_overall:eQ_,great_growth_in_all_areas:_Q_,one_or_more_key_relationships_are_very_difficult:tQ_,one_or_more_key_relationships_are_a_little_tricky:sQ_,most_key_relationships_are_positive:nQ_,all_key_relationships_are_positive:oQ_,not_at_all_productive:aQ_,procrastinating:iQ_,meeting_some_deadlines:rQ_,meeting_most_deadlines:cQ_,meeting_all_deadlines_comfortably:lQ_,major_challenges:dQ_,difficulties_in_some_areas:uQ_,on_target_in_some_areas:mQ_,on_target_in_most_areas:hQ_,on_target_in_all_areas:gQ_,very_low_confidence:pQ_,lacking_some_self_belief:yQ_,developing_and_improving:fQ_,feeling_positive:wQ_,super_confident:vQ_,always_distracted:$Q_,mostly_distracted:bQ_,sometimes_distracted:kQ_,generally_focused:IQ_,laser_focused:xQ_,exhausted:CQ_,often_tired:SQ_,feeling_okay:AQ_,good_energy:EQ_,unhappy_most_of_the_time:qQ_,bursting_with_energy:TQ_,unhappy_some_of_the_time:PQ_,more_positives_than_negatives:RQ_,generally_happy:LQ_,optimistic_and_positive_almost_all_of_the_time:jQ_,in_danger:NQ_,feeling_unsafe:MQ_,some_concerns:GQ_,feeling_safe:zQ_,very_safe_and_secure:DQ_,moderate:FQ_,very_high:BQ_,how_much_did_the_conceptual_change_conversation_help_your_learning_improve:OQ_,how_much_did_discussing_ways_to_seek_help_during_this_session_help_your_learning_improve:VQ_,how_much_did_a_focus_on_setting_or_reinforcing_high_expectations_during_this_session_help_your_learning_improve:HQ_,a_little:WQ_,a_lot:XQ_,after_session:YQ_,high_pride:ZQ_,low_pride:UQ_,what_is_on_your_mind:JQ_,select_all:QQ_,attitude:KQ_,behavior:eK_,collaboration:_K_,confidence:tK_,creativity:sK_,developing_ideas:nK_,exercise:oK_,finishing_tasks:aK_,flexibility:iK_,impulse_control:rK_,listening:cK_,long_term_memory:lK_,math:dK_,organization_of_materials:uK_,processing_speed:mK_,reading:hK_,setting_and_achieving_goals:gK_,short_term_memory:pK_,sleep_hygiene:yK_,speaking:fK_,starting_tasks:wK_,stress_and_anxiety:vK_,studying:$K_,time_management:bK_,work_ethic:kK_,writing:IK_,high_expectations:xK_,i_learn_best_when_i_set_high_expectations_for_myself_that_encourage_me_to_do_more_than_the_minimum_expected:CK_,i_learn_best_when_i_recognize_my_successes_and_have_an_opportunity_to_celebrate_progress_and_achievements:SK_,integrating_learning_with_previous_knowledge:AK_,i_learn_best_when_i_connect_new_and_important_learning_to_previous_things_i_have_learned:EK_,learners_self_assessing:qK_,i_learn_best_when_i_self_assess_my_own_learning_with_guided_prompts_rubrics_and_or_support:TK_,learning_goals:PK_,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:RK_,planning_and_predicting:LK_,i_learn_best_when_i_plan_future_actions_and_predict_what_will_happen_as_a_result_of_these_actions:jK_,quality_feedback:NK_,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:MK_,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:GK_,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:zK_,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:DK_,target:FK_,session_focus:BK_,what_was_the_main_focus_of_this_session:OK_,academic:VK_,assessments_and_homework:HK_,custom:WK_,general:XK_,habits_and_strategies:YK_,organization_and_planning:ZK_,school_life_balance:UK_,sleep_habits:JK_,social_media_tik_tok_instagram_youtube_pinterest_etc:QK_,role_playing_games_d_and_d_world_of_warcraft_pathfinder_etc:KK_,environment_global_warming_sustainability_etc:eet,anime_my_hero_academia_hunter_x_hunter_one_piece_etc:_et,manga:tet,graphic_novels:set,comics:net,politics:oet,television_stranger_things_heart_stopper_glow_up_etc_and_movies_shrek_marvel_encanto_etc:aet,music:iet,bluey:ret,stickers:cet,weather:det,religion:uet,spirituality:met,news_current_events:het,sports:get,cafe_culture_coffee:pet,fashion_design:yet,futurism_engineering_design_etc:fet,science_fiction:wet,wellness_meditation_mindfulness_etc:vet,comedy:$et,journalism:bet,make_up:ket,aesthetics_cottagecore_dark_academia_fairycore_etc:Iet,automotive_culture_race_cars_motorcycles_motor_bikes_etc:xet,poetry_slam_poetry:Cet,horror_and_suspense:Aet,skiing_snowboarding:Eet,horseback_riding:qet,magic:Tet,science_biology_chemistry_physics_etc:Pet,minecraft:Ret,graphic_design:Let,survival_prepping:jet,botany:Net,film_study:Met,first_responder_fire_ems_emt_police_etc:Get,animals_domesticated_rescue_etc:zet,animals_large_wild_etc:Det,marine_biology:Fet,video_game_youtubers:Bet,hello_kitty:Oet,memes:Vet,cony_and_brown:Het,pokemon:Wet,select_significant_strengths_or_enter_significant_strengths_here:Xet,i_learn_best_when_i:Yet,i_have_difficulty_learning_when_i:Zet,teachers_make_learning_easier_for_me_when_they:Uet,teachers_make_learning_more_difficult_for_me_when_they:Jet,if_you_are_a_teacher_and_see_i_m_having_trouble_learning_in_class_you_can_help_me_by:Qet,the_assignments_i_learn_the_most_from_are:Ket,the_assignments_i_sometimes_find_too_challenging_are:e_t,chunking_tasks:__t,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:t_t,time_management_starting_tasks_finishing_tasks_planning:s_t,bite_size_learning:n_t,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:o_t,short_term_memory_staying_focused_impulse_control_self_awareness_listening_processing_speed:a_t,breaks:i_t,i_learn_best_when_my_teacher_builds_in_short_breaks_into_each_class:r_t,time_management_finishing_tasks_staying_focused_impulse_control_attitude_stress_and_anxiety_work_ethic:c_t,happy_notes_home:l_t,i_learn_best_when_my_teacher_send_positive_notes_emails_or_calls_home_to_celebrate_my_growth:d_t,finishing_tasks_setting_and_achieving_goals_attitude_behavior_confidence_work_ethic:u_t,growth_focused:m_t,i_learn_best_when_my_teacher_focuses_on_my_growth_and_progress_rather_than_overall_achievement:h_t,confidence_setting_and_achieving_goals_stress_and_anxiety:g_t,avoid_spotlight:p_t,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:y_t,stress_and_anxiety_speaking_processing_speed:f_t,frequent_check_ins:w_t,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:v_t,stress_and_anxiety_processing_speed_task_initiation_developing_ideas_planning_finishing_tasks_short_term_memory_staying_focused_self_advocacy_self_awareness:$_t,develop_rapport:b_t,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:k_t,stress_and_anxiety_behavior_attitude_confidence:I_t,explicit_prioritizations:x_t,i_learn_best_when_my_teacher_shares_what_activities_are_must_do_recommended_or_completely_optional:C_t,planning_processing_speed_finishing_tasks_listening_reading_writing_stress_and_anxiety_work_ethic_studying:S_t,planned_transitions:A_t,i_learn_best_when_my_teacher_previews_and_prepares_me_and_other_students_for_safety_drills_activity_changes_or_other_class_transitions:E_t,time_management_planning_finishing_tasks_stress_and_anxiety_behavior_flexibility:q_t,choices:T_t,i_learn_best_when_my_teacher_provides_as_many_choices_as_possible:P_t,attitude_behavior_work_ethic:R_t,movement:L_t,i_learn_best_when_my_teacher_provides_lots_of_planned_physical_movement_or_opportunities_for_movement_into_class:j_t,impulse_control_staying_focused:N_t,non_verbal_cues:M_t,i_learn_best_when_my_teacher_redirects_me_with_non_verbal_cues_to_redirect_me_when_possible_rather_than_verbally_redirecting_me:G_t,staying_focused_self_awareness_attitude_behavior_stress_and_anxiety_confidence:z_t,limit_direct_instruction:D_t,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:F_t,short_term_memory_staying_focused_impulse_control_listening_behavior_processing_speed:B_t,routines:O_t,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:V_t,time_management_planning_finishing_tasks_stress_and_anxiety_behavior_flexibility_starting_tasks:H_t,multimodal_learning:W_t,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:X_t,staying_focused_listening_reading_writing_math_collaboration_processing_speed:Y_t,flexible_assessments:Z_t,i_learn_best_when_my_teacher_creates_a_variety_of_options_for_me_to_demonstrate_my_learning:U_t,listening_reading_writing_math_speaking_stress_and_anxiety_collaboration_processing_speed_studying:J_t,flexible_feedback:Q_t,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:K_t,planning_staying_focused_self_awareness:ett,pre_learning:_tt,i_learn_best_when_my_teacher_provides_opportunities_to_learn_new_concepts_early_such_as_early_access_to_resources:ttt,time_management_writing_reading_math_stress_and_anxiety_processing_speed:stt,understanding_checks:ntt,i_learn_best_when_my_teacher_frequently_checks_in_with_me_to_see_if_i_ve_understand_new_learning:ott,starting_tasks_short_term_memory_staying_focused_impulse_control_self_advocacy_listening_processing_speed:att,rubrics:itt,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:rtt,studying_work_ethic_confidence_stress_and_anxiety_self_advocacy_time_management_planning_finishing_tasks:ctt,graphic_organizers:ltt,i_learn_best_when_my_teacher_uses_graphic_organizer_to_help_me_understand_what_we_are_learning:dtt,listening_reading_writing_processing_speed_short_term_memory_developing_ideas_planning:utt,visuals:mtt,i_learn_best_when_my_teacher_uses_lots_of_visuals_diagrams_infographics_pictures_etc_to_help_me_understand_what_are_we_learning:htt,short_term_memory_staying_focused_listening_reading_processing_speed:gtt,sentence_stems:ptt,i_learn_best_when_my_teacher_provides_sentence_stems_and_writing_promts_for_written_assignments:ytt,developing_ideas_planning_starting_tasks_writing:ftt,think_time:wtt,i_learn_best_when_i_have_plenty_of_time_to_think_before_answering_a_question:vtt,developing_ideas_processing_speed_speaking:$tt,clear_instructions:btt,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:ktt,time_management_planning_starting_tasks_finishing_tasks_short_term_memory_staying_focused_listening_processing_speed:Itt,sharing_vocabulary:xtt,i_learn_best_when_my_teacher_provides_new_vocabulary_words_before_we_cover_new_information_and_provides_opportunities_to_learn_the_vocabulary:Ctt,short_term_memory_long_term_memory_listening_reading_processing_speed:Stt,idea_bank:Att,i_learn_best_when_my_teacher_provides_a_pre_prepared_list_of_ideas_for_me_to_chose_from:Ett,developing_ideas_starting_tasks_time_management:qtt,exemplars:Ttt,i_learn_best_when_my_teacher_provides_examples_of_what_successfully_completed_work_looks_like_for_different_levels_of_performance:Ptt,developing_ideas_planning_starting_tasks_studying:Rtt,organization_time:Ltt,i_learn_best_when_my_teacher_provides_time_for_me_to_organize_materials_and_or_plan_next_steps:jtt,time_management_organization_of_materials_developing_ideas_planning_starting_tasks_stress_and_anxiety:Ntt,i_learn_best_when_my_teacher_schedules_regular_1_to_1_time_with_me:Mtt,multimodal_answers:Gtt,i_learn_best_when_i_can_show_my_understanding_in_varied_ways_like_sketching_presentation_or_a_short_video_relaying_information_etc:ztt,starting_tasks_finishing_tasks_self_advocacy_long_term_memory:Dtt,peer_teaching_group_work:Ftt,i_learn_best_when_i_can_peer_teach_or_practise_with_peers:Btt,studying_listening_processing_speed_long_term_memory:Ott,extra_time_to_complete_assessments:Vtt,extra_time_to_process_spoken_information_and_directions:Htt,extra_breaks_as_needed:Wtt,use_of_a_computer_without_internet_access_or_word_processor_on_assessments:Xtt,audio_versions_of_assessments:Ytt,access_to_a_reader_for_assessments:Ztt,speech_to_text_software_for_assessments:Utt,access_to_a_scribe_for_assessments:Jtt,audio_recording_of_answers_for_assessments:Qtt,break_up_larger_timed_assessments_over_several_days:Ktt,take_tests_in_a_quiet_room_with_few_distractions:est,take_tests_in_a_small_group_setting:_st,assign_seating_where_the_student_is_likely_to_learn_best:tst,the_use_of_sensory_tools_during_class:sst,special_lighting:nst,use_of_a_computer_or_word_processor_to_take_notes:ost,use_of_a_calculator_when_normally_not_allowed_one:ast,use_of_a_spelling_dictionary_or_spellchecker:ist,copies_of_class_notes:rst,written_copy_of_any_instructions:cst,visuals_and_graphics_to_accompany_any_new_information_delivered_verbally:lst,ability_to_record_lessons:dst,increase_text_size_to_a_larger_format:ust,provide_alternative_formats_other_than_reading_when_learning_new_information:mst,provide_alternative_formats_other_than_listening_when_learning_new_information:hst,great_let_s_build_your_goal:gst,what_do_you_want_to_be_different_about_your_learning_select_a_category_or_type_your_own_idea:pst,choose_my_goal_area:yst,nice_choice_what_area_of_well_being_would_you_like_to_work_on:fst,let_s_get_more_specific_select_an_area_or_type_your_own_idea:wst,add_more_details_to_your_goal:vst,remember_goals_should_be_smart:$st,specific_measurable_achievable_ambitious_relevant_and_time_based:bst,perfect_let_s_narrow_this_down_time_to_add_more_details_to_your_goal:kst,select_a_goal_or_type_your_own:Ist,now_let_s_pick_your_targets:xst,how_do_you_plan_to_accomplish_this_goal:Cst,customize_the_options_below_or_type_your_own_these_will_become_your_short_term_targets:Sst,keep_going:Ast,add_target:Est,where_are_you_now_what_does_this_look_like_for_you_at_the_moment:qst,this_helps_you_track_your_progress:Tst,finished:Pst,i_will_create_a_sleep_routine:Rst,i_will_set_an_alarm_to_remind_me_to_start_my_routine:Lst,i_will_put_my_electronics_away_1_hour_before_it_is_time_for_me_to_sleep:jst,i_will_set_my_phone_to_focus_or_do_not_disturb_mode_for_an_hour_before_bedtime_and_until_my_morning_alarm:Nst,i_will_choose_relaxing_activities_1_hour_before_bedtime_such_as_reading_meditating_yoga_or_listening_to_music:Mst,i_will_get_out_of_bed_at_the_same_time_each_day:Gst,i_will_only_press_snooze_one_time_each_morning:zst,i_will_have_everything_packed_or_set_out_for_the_next_day_before_going_to_sleep:Dst,i_will_go_to_bed_on_time:Fst,i_will_do_this_at_least_4_out_of_5_times_this_week:Bst,i_will_wake_up_on_time:Ost,i_will_create_a_short_routine_for_the_morning_that_gets_me_excited_for_the_day:Vst,i_will_set_an_alarm_to_remind_me_to_get_ready_for_sleep_1_hour_before_bedtime:Hst,i_will_set_a_morning_alarm_that_gives_me_plenty_of_time_to_get_ready_for_school:Wst,i_will_read_for_20_minutes_before_bed:Xst,i_will_meditate_or_listen_to_relaxing_music_before_going_to_sleep:Yst,i_will_create_a_morning_routine_to_be_ready_for_the_day:Zst,i_will_research_ideas_for_a_morning_routine:Ust,i_will_present_my_ideas_to_my_teacher_or_other_person:Jst,i_will_map_out_my_routine_on_paper_or_in_my_phone:Qst,i_will_start_my_routine_at_the_same_time_every_morning:Kst,i_will_create_an_evening_routine_to_get_me_ready_for_bed:ent,i_will_research_ideas_for_an_evening_routine:_nt,i_will_do_this_routine_5_out_of_5_school_nights_this_week:tnt,i_will_get_at_least_8_hours_of_sleep_each_night:snt,i_will_practice_meditation:nnt,i_will_find_choose_a_meditation_app_or_resource_to_use:ont,i_will_challenge_myself_to_meditate_for_x_number_of_days_in_a_row:ant,i_will_choose_a_daily_time_to_meditate_and_set_an_alarm_to_remind_me:int,i_will_meditate_at_least_x_out_of_x_days_this_week:rnt,i_will_start_an_exercise_routine:cnt,i_will_find_a_friend_to_exercise_with_each_week:lnt,i_will_choose_the_type_of_exercise_to_add_to_my_routine:dnt,i_will_share_my_routine_with_a_friend_or_trusted_adult:unt,i_will_add_my_exercise_times_to_my_planner_or_calendar:mnt,i_will_exercise_daily:hnt,i_will_exercise_at_least_x_out_of_x_days_this_week:gnt,i_will_understand_the_cause_of_my_stress:pnt,i_will_talk_to_my_teacher_or_counselor_about_things_that_bother_me_or_make_me_stressed:ynt,i_will_identify_and_talk_with_someone_i_trust_about_how_i_am_feeling:fnt,i_will_pause_when_i_m_feeling_stressed_to_identify_what_is_causing_the_stress:wnt,i_will_learn_what_is_and_is_not_in_my_circle_of_control:vnt,i_will_acknowledge_when_i_am_approaching_a_potentially_stressful_situation:$nt,i_will_learn_about_coping_skills:bnt,i_will_talk_to_my_teacher_or_counselor_about_coping_skills_they_think_will_be_helpful_for_me:knt,i_will_choose_a_coping_skill_to_practice_when_i_feel_i_am_becoming_stressed:Int,i_will_use_a_coping_strategy_when_i_am_stressed_x_number_of_times_this_week:xnt,i_will_start_journaling_my_thoughts_and_feelings:Cnt,i_will_do_this_at_least_x_out_of_x_days_this_week:Snt,i_will_get_outside_or_in_nature:Ant,i_will_make_time_for_something_fun:Ent,i_will_make_time_for_being_still_and_quiet:qnt,increase_my_mindfulness:Tnt,i_will_take_minibreaks_throughout_the_day:Pnt,i_will_decide_what_types_of_breaks_help_me_the_most:Rnt,i_will_set_alarms_to_remind_myself_to_take_a_break:Lnt,i_will_take_a_break_every_hour:jnt,i_will_take_a_break_every_90_minutes:Nnt,i_will_take_x_number_of_breaks_a_day:Mnt,create_relaxation_opportunities:Gnt,i_will_use_visualization_to_help_me_relax:znt,i_will_learn_about_visualization:Dnt,i_will_set_an_alarm_to_remind_me_to_practice_visualization:Fnt,i_will_decide_what_this_practice_will_look_like_for_me:Bnt,i_will_do_deep_breathing_exercises:Ont,i_will_research_and_learn_breathing_exercises_to_try:Vnt,i_will_set_an_alarm_to_remind_me_to_practice_my_breathing_exercises:Hnt,i_will_listen_to_relaxing_music:Wnt,i_will_find_or_create_a_playlist_that_i_find_relaxing:Xnt,i_will_add_listening_music_to_my_evening_routine:Ynt,i_will_practice_yoga:Znt,i_will_find_a_class_youtube_channel_or_app_to_use:Unt,i_will_challenge_myself_to_practice_yoga_for_x_number_of_days_in_a_row:Jnt,i_will_choose_a_daily_time_to_practice_yoga_and_set_an_alarm_to_remind_me:Qnt,i_will_do_an_art_project_that_is_enjoyable:Knt,i_will_find_a_relaxing_art_activity_to_try:eot,i_will_choose_a_time_to_do_my_art_each_week_and_set_reminders:_ot,i_will_tell_someone_about_my_new_art_project:tot,keeping_fit:sot,i_will_exercise_more:not,i_will_join_a_sports_team_or_club:oot,i_will_find_out_what_is_available_at_my_school:aot,i_will_choose_one_that_interests_me:iot,i_will_take_care_of_any_paperwork_to_join:rot,i_will_participate_in_the_tryout_or_application_process:cot,i_will_attend_all_the_practices:lot,i_will_learn_a_new_sport_or_activity:dot,i_will_research_new_sports_or_activities_that_might_interest_me:uot,i_will_choose_a_new_sport_or_activity_to_learn:mot,i_will_see_if_anyone_i_know_would_like_to_try_this_new_activity_with_me:hot,i_will_gather_the_needed_gear_to_learn_this_activity:got,i_will_research_the_rules_and_methods_for_this_activity:pot,i_will_find_groups_who_participate_in_this_activity_to_join:yot,i_will_research_potential_challenges_that_interest_me:fot,i_will_choose_a_challenge_to_complete:wot,i_will_set_a_time_each_week_or_day_to_do_this_challenge:vot,i_will_set_an_alarm_to_remind_me_to_do_this_challenge:$ot,i_will_sign_up_for_a_race:bot,i_will_research_different_races_and_events_happening_in_my_area_in_the_next_few_months:kot,i_will_choose_one_to_complete_and_talk_to_my_parents_guardians_about_participating:Iot,i_will_sign_up_if_i_have_permission_from_my_parents_guardians:xot,i_will_create_a_training_schedule_to_prepare_for_my_race:Cot,i_will_set_reminders_for_my_training_schedule:Sot,i_will_create_an_at_home_exercise_routine:Aot,i_will_take_an_inventory_of_what_exercise_equipment_i_have_access_to_at_home:Eot,i_will_research_what_routines_and_exercises_i_can_do_with_my_equipment_at_home:qot,i_will_find_a_youtube_channel_or_app_to_use_for_my_workouts:Tot,i_will_set_a_schedule_for_my_routine:Pot,i_will_set_reminders_for_my_routine:Rot,i_will_join_and_go_to_a_gym:Lot,i_will_research_gyms_in_my_area:jot,i_will_choose_a_gym_that_i_can_pay_for_and_get_my_parent_guardians_permission:Not,i_will_go_to_the_gym_and_get_a_membership:Mot,i_will_learn_about_the_equipment_programs_and_classes_available_at_my_gym:Got,i_will_decide_what_my_routine_will_be_when_i_visit_the_gym:zot,i_will_schedule_times_to_go_to_the_gym_on_my_phone:Dot,i_will_go_to_the_gym_x_out_of_x_days_this_week:Fot,eating_healthier:Bot,i_will_add_more_fruits_and_veggies_into_my_diet:Oot,i_will_swap_x_for_x_when_i_go_out_to_eat:Vot,i_will_limit_my_sugary_drinks:Hot,i_will_drink_more_water:Wot,i_will_fill_up_my_water_bottle_x_number_of_times_each_school_day:Xot,i_will_learn_to_cook_simple_meals:Yot,i_will_go_to_the_store_to_buy_the_missing_ingredients_on_my_list:Zot,i_will_follow_the_recipe_and_share_my_meal_with_a_family_member_or_friend:Uot,improve_my_timekeeping_not_late_for_school_class:Jot,i_will_add_buffer_time_to_my_schedule_in_the_morning_to_make_sure_i_get_to_school_on_time:Qot,i_will_set_alarms_or_calendar_alert_on_my_phone_to_remind_me_to_go_to_my_next_class:Kot,i_will_set_an_alarm_to_tell_me_5_minutes_before_i_need_to_leave_for_school:eat,i_will_put_my_school_schedule_in_a_planner_or_on_my_phone:_at,making_friends:tat,i_will_join_a_club_or_sports_team:sat,i_will_attend_all_the_practices_or_meetings:nat,i_will_find_someone_with_a_common_interest:oat,i_will_ask_someone_to_hang_out_outside_of_school:aat,i_will_attend_events_or_parties_i_m_invited_to:iat,i_will_eat_lunch_with_someone_i_want_to_get_to_know_better:rat,i_will_learn_some_good_questions_to_ask_others_to_get_to_know_them:cat,i_will_learn_how_to_engage_in_conversation_more:lat,i_will_think_about_what_i_want_in_a_friend:dat,i_will_think_about_what_it_means_to_be_a_good_friend:uat,i_will_share_this_thoughts_with_someone:mat,joining_a_club_sport:hat,i_will_choose_a_club_to_join:gat,i_will_attend_all_the_meetings:pat,i_will_choose_a_sport_to_try_out_for:yat,learning_a_new_activity:fat,i_will_choose_a_new_activity_to_learn:wat,i_will_gather_the_needed_supplies_to_learn_this_activity:vat,i_will_practice_or_play_my_new_activity_at_least_x_out_of_x_times_this_week:$at,improve_homework:bat,i_will_turn_in_my_homework_on_time:kat,i_will_turn_in_high_quality_homework:Iat,work_on_longterm_assignments_planned_and_making_progress:xat,i_will_set_up_a_study_work_plan_for_long_term_projects:Cat,studying_for_tests_routines_and_effective_study_strategies:Sat,i_will_set_up_a_study_work_plan_for_tests:Aat,make_notes_in_class_high_quality_organised:Eat,i_will_take_notes_digital_paper_in_class_and_organise_them_in_a_folder_notebook_for_each_of_my_core_key_classes:qat,i_will_research_note_taking_methods:Tat,improve_grade_in_x_subject_by_x_amount:Pat,i_will_review_material_from_class_an_additional_on_top_of_as_well_as_not_including_homelearning:Rat,study_x_amount_of_time_on_x_subject_x_times_hours_a_week:Lat,finish_work_early_and_check_against_instructions_rubric_then_edit:jat,improve_the_quality_grades_of_homelearning_assignments:Nat,create_a_regular_study_homework_schedule:Mat,i_will_create_a_schedule_for_my_week_detailing_study_days_times_and_how_long_i_will_study_by_x_date:Gat,improve_email_google_drive_calendar_or_planner_organization:zat,i_will_check_my_inbox_unread_emails_at_least_x_times_a_week_and_reply_if_necessary:Dat,i_will_create_folders_labels_and_organise_emails_into_the_correct_ones:Fat,i_will_create_folders_for_each_subject_and_organsie_docs_into_the_correct_folders:Bat,create_reminders_or_calendar_events_for_important_events_deadlines_study_times:Oat,i_will_create_reminders_or_calendar_events_for_my_most_important_events_deadlines_or_study_sessions_immediately_or_as_soon_as_i_can:Vat,create_a_longterm_assignment_planner:Hat,i_will_evaluate_my_progress_and_adjust_how_long_i_will_study_by_x_date:Wat,improve_my_todo_list_habits:Xat,i_will_add_tasks_to_my_todo_list_immidietly_or_as_soon_as_i_can_and_review_it_3_times_a_week:Yat,i_will_create_a_schedule_for_longterm_assihnments_detailing_study_days_times_and_how_long_i_will_study_by_x_date:Zat,i_will_take_notes_digital_paper_in_class_and_organise_them_in_a_folder_notebook_for_all_my_classes:Uat,keep_devices_off_on_silent_or_put_away_in_class:Jat,keep_devices_off_on_silent_or_put_away:Qat,keep_devices_off_on_silent_or_put_away_during_study_time:Kat,i_will_create_a_routine_for_transitioning_study_time:eit,set_a_schedule_on_my_phone_on_focus_or_do_not_disturb_during_class_times:_it,set_a_schedule_on_my_phone_on_focus_or_do_not_disturb_during_planned_study_times:tit,reduce_or_limit_time_spent_on_social_media:sit,i_will_set_up_time_limits_on_my_apps_or_websites:nit,i_will_set_a_timer_when_i_am_taking_a_break_on_social_media:oit,increase_engagement_in_class:ait,avoid_distracting_websites_other_tasks_in_class:iit,i_will_pay_attention_to_the_instructions_in_class:rit,i_will_actively_participate_in_class_more:cit,i_will_participate_more_in_class_activities:lit,i_will_ask_questions_in_class_related_to_the_topic_to_improve_my_understanding_learning:dit,i_will_volunteer_to_answer_questions_in_class_more:uit,avoid_distracting_websites:mit,i_will_set_up_time_limits_for_distracting_website_via_a_chrome_extension:hit,i_will_close_all_tabs_not_related_to_my_task:git,getting_help_when_needed:pit,i_will_meet_with_my_teacher_outside_of_class_when_i_need_help:yit,i_will_email_my_teacher_when_i_need_help:fit,i_will_ask_questions_in_class_when_i_do_not_know_what_to_d:wit,understanding_my_accommodations:vit,i_will_know_and_understand_my_accommodations:$it,i_will_ask_for_my_accommodations_when_i_need_them_in_class:bit,i_will_tell_my_case_manager_when_i_no_longer_need_an_accommodations:kit,i_will_talk_to_my_case_manager_when_i_feel_i_need_additional_or_different_accommodations:Iit,procrastination:xit,planning_ahead:Cit,i_will_spend_x_amount_of_time_x_times_a_week_on_longterm_projects:Sit,i_will_plan_tasks_for_the_week_on_monday_or_the_friday_before:Ait,i_will_add_task_to_my_planner_when_assigned_in_class:Eit,task_initiation:qit,i_will_start_tasks_on_the_day_given_and_finish_if_time_allows:Tit,i_will_finish_tasks_early_or_before_they_are_due:Pit,my_thoughts_and_feelings_are_important:Rit,today:Lit,this_week:jit,this_month:Nit,male:Mit,female:Git,type_something_to_search_students:zit,assign_for_selected_students:Dit,assistant_email:Fit,counselor_email:Bit,support_teacher_email:Oit,add_new_answer:Vit,edit_template:Hit,add_questions:Wit,edit_email_template:Xit,contact_mail:Yit,announcements:Zit,schedule_information:Uit,welcome_new_teacher_assistant:Jit,contact_request:Qit,welcome_new_teacher:Kit,welcome_new_student:ert,welcome_new_assistant:_rt,welcome_new_parent:trt,welcome_new_edu_teacher:srt,forgot_password:nrt,welcome_new_counselor:ort,user_first_name:art,user_last_name:irt,password:rrt,message:crt,domain:lrt,basic:drt,premium:urt,enterprise:mrt,are_you_sure_to_request_to_change_to_this_plan:hrt,images:grt,audios:prt,docs:yrt,videos:frt,auto_save_after_every_1_min:wrt,no_user_to_display:vrt,on_a_scale_from_0_10_how_likely_are_you_to_recommend_us_to_a_friend_or_colleague:$rt,not_likely_at_all:brt,extremely_likely:krt,uwcsea_sg_climate_survey_connections_with_adults_and_peers:Irt,uwcsea_sg_climate_survey_do_you_need_some_extra_help_or_support:xrt,uwcsea_sg_climate_survey_my_health_and_wellbeing:Crt,uwcsea_sg_climate_survey_open_ended_questions:Srt,uwcsea_sg_climate_suvey_holistic_learning_experiences:Art,import_email_by_csv:Ert,single_choice:qrt,multiple_choice:Trt,text_input:Prt,emotional:Rrt,summarize:Lrt,rating:jrt,learning_strategy:Nrt,drop_down:Mrt,happiness_intervetion:Grt,sdq_standard:zrt,diversity_equity_inclusion_and_justice:Drt,climate_survey:Frt,intervention_safety:Brt,intervention_stress:Ort,safety_at_home:Vrt,wellbeing:Hrt,depression_questions:Wrt,level_1_learners_goal_conference:Xrt,level_1_learners_balanced_conference:Yrt,level_1_learners_habits_and_attitudes_towards_learning_conference:Zrt,level_2_learners_digital_citizenship:Urt,level_1_learners_digital_citizenship:Jrt,level_2_learners_communication:Qrt,level_1_learners_communication:Krt,level_2_learners_collaboration:ect,level_1_learners_collaboration:_ct,level_2_learners_self_directed_learning:tct,level_2_learners_self_management_skills:sct,level_1_learners_self_management_skills:nct,level_2_learners_self_advocacy:oct,level_1_learners_self_advocacy:act,level_2_learners_self_awareness:ict,level_1_learners_self_awareness:rct,level_2_learners_learning_and_study_skills:cct,level_1_learners_learning_and_study_skills_session:lct,level_2_learners_organization:dct,level_1_learners_organization_session:uct,level_2_learners_goal_conference:mct,level_2_learners_habits_and_attitudes_towards_learning_conference:hct,level_2_learners_balanced_conference:gct,level_2_learners_goal_s_session:pct,level_1_learners_goal_s_session:yct,level_2_learners_study_strategies_session:fct,level_2_learners_academic_session:wct,level_1_learners_academic_session:vct,level_2_learners_habits_and_attitudes_towards_learning_session:$ct,level_1_learners_habits_and_attitudes_towards_learning_session:bct,level_2_learners_general_session:kct,level_1_learners_general_sessio:Ict,social_and_emotional_learning:xct,end_of_class_reflection_questions:Cct,impulse_control_self_monitoring:Sct,planning_problem_solving:Act,teacher_sense_of_self_efficacy_tses:Ect,general_strategies_for_learning_gsl:qct,focusing_attention:Tct,memory:Pct,responsible_decision_making:Rct,social_awareness:Lct,relationship_skills:jct,habits_and_attitudes_towards_learning_hal:Nct,end_of_conference_questions:Mct,life_skills:Gct,health_and_fitness:zct,executive_functions:Dct,study_skills:Fct,metacognitive_self_regulation:Bct,educational_satisfaction:Oct,default_session_questions:Vct,test_question_category_1:Hct,are_you_a_boarder_or_day_student:Wct,before_i_make_a_decision_i_consider_the_consequences:Xct,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:Yct,how_would_you_describe_your_religious_beliefs:Zct,how_would_you_describe_your_sexual_orientation:Uct,i_actively_pursue_activities_that_align_with_my_passions_and_values:Jct,i_always_have_someone_to_eat_lunch_with:Qct,i_am_alone_more_often_than_i_would_like:Kct,i_am_happy_with_the_marks_i_get_at_school:elt,academics_homework_studying_and_grades:_lt,growth_improvement_in_study_habits_grades_sports_clubs_or_personal_projects:tlt,productivity_accomplishing_important_tasks_and_limiting_distractions:slt,relationships_family_friends_and_teachers:nlt,anything_else_you_want_to_tell_your_teacher:olt,did_you_bring_what_you_needed_for_this_class:alt,did_you_complete_all_the_classwork_for_today_s_class:ilt,did_you_have_your_materials_ready_at_the_start_of_class_time:rlt,do_you_have_any_missing_assignments_for_this_class:clt,assign_bulk:llt,assign_bulk_student:dlt,instruction:ult,name_is_required:mlt,instruction_is_required:hlt,add_item:glt,conference_rubric_items_is_empty:plt,blank_row_or_column:ylt,question_list:flt,question_is_required:wlt,select_skill:vlt,type_and_press_enter_to_add_new_row:$lt,do_you_want_to_remove_this_row:blt,do_you_want_to_remove_this_custom_alert:klt,remove_custom_alert_successfully:Ilt,do_you_want_to_remove_this_skill:xlt,remove_skill_successfully:Clt,do_you_want_to_remove_this_subject:Slt,remove_subject_successfully:Alt,do_you_want_to_remove_this_learning_support_category:Elt,remove_learning_support_category_successfully:qlt,do_you_want_to_remove_this_learning_strategy:Tlt,remove_learning_strategy_successfully:Plt,cant_delete_question:Rlt,do_you_want_to_remove_this_goal_example:Llt,remove_question_successfully:jlt,do_you_want_to_remove_this_badge:Nlt,remove_badge_successfully:Mlt,do_you_want_to_remove_this_blank_day:Glt,remove_blank_day_successfully:zlt,do_you_want_to_remove_this_band_score:Dlt,remove_band_score_successfully:Flt,is_used:Blt,time_oneRoster_sync_hh:Olt,small_text:Vlt,medium_text:Hlt,large_text:Wlt,edit_parent_1_information:Xlt,edit_parent_2_information:Ylt,last_1_1:Zlt,how_would_you_rate_your_chances_of_achieving_this_goal:Ult,add_name:Jlt,activity_list:Qlt,select_academic_year:Klt,a_number_of_staff:edt,staffs:_dt,how_are_you_today:tdt,what_was_the_purpose_or_focus_of_today_s_class:sdt,header_1:ndt,header_2:odt,header_3:adt,header_4:idt,header_5:rdt,header_6:cdt,staying_focused:ldt,text_input_question:ddt,vs_last_year:udt,leave_page:mdt,how_much_did_reflecting_during_this_session_help_your_learning_improve:hdt,last_1_1_conversation:gdt,student_has_started_this_conference_are_you_sure_to_delete:pdt,student_has_started_this_check_in_are_you_sure_to_delete:ydt,student_has_not_started_this_one_to_one_are_you_sure_to_delete:fdt,"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 小时,您可以请求新的签到或通过查看结果开始对话","select_a_student_and_start_a_1-1_conversation_from_a_check-in_or_ask_the_student_to_check-in_before":"选择一名学生,从签到开始一对一对话,或要求学生在之前签到",my_accommodations:wdt,accommodation_set:vdt,add_new_accommodation:$dt,print_my_accommodations:bdt,my_learning_progress:kdt,"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.":"您的老师可以在此编辑或添加有关您的便利设施的详细信息。请注意,您可以查看信息,但如果有任何编辑或添加,请直接联系您的老师。","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.":"这是您学习之旅的全新测试版。您可以思考自己想做什么以及如何学习。我们建议您逐步完成每个部分并每月访问一次。",responses_comparisons:Idt,dropdown_and_verbal_questions_responses:xdt,mario_tools:Cdt,customize:Sdt,techical_settings:Adt,data_import_export:Edt,inactive_students:qdt,weekly_quests:Tdt,admin_general_tips:Pdt,school_usage:Rdt,total_conversations_time:Ldt,total_class_reflections:jdt,grade_usage:Ndt,total_conversations:Mdt,impersonate:Gdt,hi:zdt,transition_plan:Ddt,updated_on:Fdt,print_my_learning_plan:Bdt,print_student_learning_plan:Odt,print_my_transition_plan:Vdt,about_me:Hdt,name_your_interest:Wdt,add_more_detail_to_your_interest:Xdt,create_interest:Ydt,"your_interest_has_been_successfully_created_!":"您的兴趣已成功创建!",view_plp:Zdt,my_current_plp:Udt,my_learning_strategies:Jdt,add_new_interest:Qdt,add_new_challenge:Kdt,add_new_strength:eut,add_new_idea:_ut,add_new_people:tut,add_new_tool:sut,add_new_strategy:nut,add_new_dream:out,my_support_network:aut,add_person:iut,closer_family:rut,family:cut,mentors:lut,tutors:dut,my_timeline:uut,add_milestone:mut,add_test:hut,"you_haven't_added_any academic_milestones_yet":"您尚未添加任何学术里程碑","you_haven't_added_any_tests_yet":"您尚未添加任何测试",colleges:gut,"you_haven't_added_any_colleges_yet":"您尚未添加任何大学",add_colleges:put,my_transition_plan:yut,academic_milestones:fut,tests:wut,academic_and_career_interests:vut,you_havent_added_any_interests_yet:$ut,add_a_plan:but,extra_curricular_activities:kut,"you_haven't_added_any_activities_yet":"您尚未添加任何活动",add_new_activity:Iut,courses:xut,"you_haven't_added_any_courses_yet":"您尚未添加任何课程",add_new_courses:Cut,"standardized_tests_/_exams":"标准化测试/考试","potential_career_training_courese_/_colleges":"潜在的职业培训课程/学院","you_haven't_added_any_courses_/_colleges_yet":"您尚未添加任何课程/学院","add_new_courese_/_college":"添加新课程/学院",add_new_college:Sut,"you_haven't_added_any_references_yet":"您尚未添加任何参考资料",references:Aut,resources_for_my_future:Eut,"you_haven't_added_any_resources_yet":"您尚未添加任何资源",add_new_resources:qut,my_essays:Tut,"you_haven't_added_any_essays_yet":"您尚未添加任何文章",add_essay:Put,learning_portfolios:Rut,"you_haven't_added_any_learning_portfolios_yet":"您尚未添加任何学习档案",add_portfolio:Lut,financial_planning:jut,"you_haven't_added_any_plans_yet":"您尚未添加任何计划",add_new_plan:Nut,"students_shaded_red_have_an_incomplete_check-_in":"红色标记的学生表示签到不完整",rows_per_page:Mut,anonymous_link:Gut,select_ratings_of_questions:zut,select_responses_distribution:Dut,you_can_only_select_one_question_per_time:Fut,number_of_answers:But,my_interests:Out,i_like_to_know_more_about:Vut,my_strengths:Hut,my_challenges:Wut,i_can_help_myself_by:Xut,my_teacher_can_help_me_by:Yut,other_people_who_can_help_me_are:Zut,tools_things_that_can_help_me_are:Uut,my_goals:Jut,my_goals_and_targets:Qut,my_hopes_and_dreams:Kut,missing_grade:emt,grade_must_be_equal_or_greater_than_grade_level_1:_mt,you_havent_added_any_challenges_yet:tmt,you_havent_added_any_strengths_yet:smt,you_havent_added_any_idea_yet:nmt,you_havent_added_any_people_yet:omt,you_havent_added_any_tools_yet:amt,you_havent_added_any_strategies_yet:imt,you_havent_added_any_goals_and_targets_yet:rmt,you_havent_added_any_hopes_and_dreams_yet:cmt,ways_I_learn_best:lmt,your:dmt,interest:umt,strength:mmt,challenge:hmt,idea:gmt,people:pmt,tool:ymt,dream:fmt,person:wmt,more_detail_to:vmt,my_support:$mt,network:bmt,my_current_PLP:kmt,view_PLP:Imt,current_accommodation:xmt,goal_date:Cmt,you_havent_added_any_item_yet:Smt,passing_date:Amt,college:Emt,visit:qmt,application:Tmt,a_plan:Pmt,interests:Rmt,activities:Lmt,test_exam:jmt,course:Nmt,resources:Mmt,essay:Gmt,essays:zmt,plans:Dmt,total_of:Fmt,diagnostic_survey:Bmt,selected_questions:Omt,available_questions:Vmt,are_you_sure_you_want_to_inactive_students:Hmt,data_for_the_last_month:Wmt,number_of_questions:Xmt,no_item_to_display:Ymt,template:Zmt,assessment:Umt,assignment_result:Jmt,certificate:Qmt,learning_support_category:Kmt,feedback:eht,suggestion:_ht,tutorial_screen:tht,reflection_forms:sht,select_question_to_add:nht,"this_survey_was_sent._all_survey_links_that_were_sent_will_be_invalid._are_you_sure_to_delete_it":"此调查已发送。所有已发送的调查链接均将无效。您确定要删除它吗",student_grade_not_found:oht,name_your_person:aht,type_your_person:iht,create_person:rht,january:cht,february:lht,march:dht,april:uht,may:mht,june:hht,july:ght,august:pht,september:yht,octorber:fht,november:wht,december:vht,private:"私人",complete:$ht,select_user:bht,ended_in_less_than_one_hour:kht,my_sandbox:Iht,number_students_are_unmotivated:xht,number_students_are_comfort:Cht,number_students_are_stretch:Sht,number_students_are_strain:Aht,number_students_are_overwhelmed:Eht,check_in_with_teacher_name:qht,all_of_the_students_marked_as_feeling_safe:Tht,soft:Pht,ascending:Rht,descending:Lht,empty:jht,you_have_completed_all_of_the_weekly_quests:Nht,good_job:Mht,if_you_have_responded_to_all_question_press_the_done_button_to_complete_check_in:Ght,check_in_finished:zht,are_you_ready_to_submit:Dht,you_filled_out_check_in_in_the_check_in_section:Fht,continue:"继续",good_job_you_filled_out_support_network_in_the_my_support_network_section:Bht,good_job_you_filled_out_learning_strategies_in_the_my_learning_strategies_section:Oht,"total_1-1_conversations":"总计 1-1 对话",default_question_one_to_one_list:Vht,is_default_question:Hht,is_class_reflection_question:Wht,yes_no_question:Xht,number_of_stars:Yht,emotion_icon:Zht,add_new_sub_question:Uht,sub_questions:Jht,are_you_sure_to_delete:Qht,edit_1_1:Kht,wellness:egt,environment_safety:_gt,sleeping:tgt,eating:sgt,learning:ngt,getting_help:ogt,exercising:agt,being_calm:igt,home:rgt,school:cgt,online:lgt,learning_in_class:dgt,home_learning:ugt,destinations:mgt,select_csv:hgt,import_class_reflections:ggt,type_question:pgt,edit_destination:ygt,create_destination:fgt,total_of_destination:wgt,general_info:vgt,file_extension:$gt,todays:bgt,add_to_do:kgt,edit_to_do:Igt,description_optional:xgt,do_you_want_delete_this_goal:Cgt,my_to_do:Sgt,set_your_to_do:Agt,your_daily_motivation:Egt,my_1_1:qgt,student_learning_plans:Tgt,sign_out:Pgt,topic:Rgt,comment:Lgt,willingness_to_do_your_best_learning:jgt,not_done_yet:Ngt,not_chosen_yet:Mgt,loading:Ggt,i_organize_myself_for_success_by:zgt,i_know_i_am_doing_my_best_because:Dgt,i_know_i_feel_ready_to_learn_when:Fgt,go_to_plp:Bgt,go_to_personal_learning_plan:Ogt,create_qr_code:Vgt,warning_email:Hgt,"1_1_sessions":"1-1 课程",filter_by_students:Wgt,search_for_students:Xgt,sort_by:Ygt,recently:Zgt,most_positive:Ugt,least_positive:Jgt,back_to:Qgt,this_session_can_be_edit_by_user_change_session:Kgt,type_your_answer_here:ept,take_notes_and_get_suggestions_from_our_MARIO_support_bot:_pt,scaffolding_is_on:tpt,scaffolding_is_off:spt,see_all_suggestions:npt,scaffolding:opt,session_finished:apt,do_you_want_to_start_now_or_book_later:ipt,new_1_1s:rpt,book_1_1s:cpt,select_session_type:lpt,new_conferences:dpt,my_personal_interests:upt,i_find_it_difficult_when:mpt,take_the_quiz:hpt,collapse:gpt,expand:ppt,created_on:ypt,updated:fpt,notifications:wpt,mark_all_as_read:vpt,filter:$pt,read:bpt,unread:kpt,is_read:Ipt,go_to_session:xpt,go:Cpt,meetings:Spt,student_profile:Apt,booked_times:Ept,session_are_booked_as_10_minute_slots:qpt,conference_finished:Tpt,back_to_conferences:Ppt,unfinished:Rpt,back:Lpt,select_your_status:jpt,my_safety:Npt,working_on_it:Mpt,not_started:Gpt,total_of_rubrics:zpt,select_question_category:Dpt,default_question_conference_list:Fpt,create_rubric:Bpt,type_something_to_search_rubric:Opt,prev:Vpt,select_the_grade:Hpt,class_qr_codes:Wpt,title_is_required:Xpt,the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in:Ypt,this_conference_will_be_deleted_from_all_databases_are_you_sure_you_want_to_continue:Zpt,check_in_and_1_1s:Upt,my_check_in_and_1_1s:Jpt,book_for_later:Qpt,check_ins_home:Kpt,start_your_check_in_and_you_can_also_request_a_conversation_with_your_teacher_after:eyt,set_your_goals:_yt,show_pending_conversations:tyt,check_in_sessions:syt,this_initial_step_activates_your_1_on_1_conversation_setting_the_stage_for_personal_dialogue:nyt,check_in_session:oyt,"1_1_conversation_complete":"1-1 对话完成",check_in_complete:ayt,log_1_1_conversation:iyt,log_conversation_data:ryt,add_1_1_conversation_notes:cyt,save_data:lyt,please_select_date_1_1_conversation:dyt,please_write_something_to_this_1_1_conversation:uyt,data_1_1_conversation_cannot_exceed_300_characters:myt,check_in_session_title:hyt,i_have_nothing_to_add:gyt,check_in_session_finished:pyt,is_question_for_grade_1_2:yyt,"1_1_session":"一对一课程",type_your_answer_here_e_g_i_met_my_friend:fyt,type_your_answer_here_e_g_my_best_friend_didnt_come_to_school:wyt,save_1_1_log_note:vyt,no_need_for_it:$yt,conversation_saved:byt,yes_view_student_goals:kyt,what_did_you_and_the_student_choose_as_an_action_step_would_you_like_to_add_it_as_a_goal:Iyt,here_you_can_find_all_the_notes_and_1_1_conversations_logs_the_student_has:xyt,back_to_notes_and_logs:Cyt,students_review:Syt,other_note:Ayt,students_perceived_usefulness:Eyt,student_feedback:qyt,note_category:Tyt,select_note_category:Pyt,save_note:Ryt,type_the_main_focus_of_this_session:Lyt,please_add_title_note:jyt,notes_and_logs:Nyt,other_notes_from_the_conversation:Myt,share_your_thoughts:Gyt,make_this_a_private_note:zyt,environment_specific_safety:Dyt,students_reported_feelings:Fyt,well_being_indicators:Byt,readiness_trends:Oyt,open_field_questions:Vyt,number_of_students_with_at_least_one_very_low_metric:Hyt,this_flags_if_the_student_is_not_ready_to_learn_or_has_at_least_one_success_or_readiness_to_learn_metrics_under_40:Wyt,of_students_have_concerned_metrics:Xyt,have_metrics_40:Yyt,all_students_have_good_metrics:Zyt,students_with_at_least_one_concerned_metric:Uyt,concerned_metrics:Jyt,concern_metrics:Qyt,conversation_goal:Kyt,target_monthly_conversation_goal_for_teachers:eft,target_monthly_conversation_goal_for_counselors:_ft,conversations:tft,are_not_ready_to_learn:sft,check_in_date:nft,educator:oft,location:aft,edit_my_profile:ift,save_new_password:rft,conversation_duration:cft,please_set_time_1_1_conversation:lft,negative_emotions:dft,please_select_add_teacher_for_selected_student_first:uft,choose_profile_picture:mft,choose_a_profile_picture_from_our_gallery_or_upload_your_own:hft,select_a_picture:gft,delete_checkin:pft,delete_conference:yft,are_you_sure_to_delete_this_check_in:fft,are_you_sure_to_delete_this_conference:wft,yes_im_sure:vft,teachers_list:$ft,this_months_average_vs_last_month:bft,manage_your_active_students_and_their_progress:kft,staff_assigning:Ift,save_staff:xft,add_student:Cft,class_qr_code:Sft,edit_staff:Aft,search_students_by_name_or_email:Eft,all_grades:qft,all_flags:Tft,no_students_found:Pft,why_are_you_not_ready_to_learn:Rft,delete_1_1:Lft,are_you_sure_to_delete_this_one_to_one:jft,please_add_email:Nft,select_creator:Mft,type_an_email_to_share:Gft,invalid_email_format:zft,share:Dft,personal_learning_plans:Fft,metrics_that_flagged:Bft,teacher_emails:Oft,counselor_emails:Vft,remove_bulk:Hft,personal_learning_plans_description:Wft,last_updated:Xft,transition_plans:Yft,transition_plans_description:Zft},Jft="htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk",Qft="6LfNtLUaAAAAAL24lbBV11jS-gBtt1mhtxb4NXs0",Pe="ACCESS_TOKEN",Kft=[{label:"10",value:10},{label:"20",value:20},{label:"30",value:30}],Xs={label:"10",value:10},Ys={searchString:"",currentPage:1,pageSize:Xs.value,sortBy:"",sortOrder:"ASC",name:""},n_={DANGER:"#dc3545",WARNING:"#ffc107",SUCCESS:"#28a745",INFO:"#007bff"},ewt="yyyy-MM-dd",_wt="dd-MM-yyyy",twt="dd-MM-yyyy HH:mm",Zs="0001-01-01T00:00:00",swt="Alhanko&Johnson_BASE23_single_1_Devs__22_November_2020_[v2]_MTYwNjAwMzIwMDAwMA==d452f38afc893671cad92795e95d52a1",ae=(()=>{const _=window.location.href;return`${_.split("//")[0]}//${_.split("//")[1].split("/")[0]}`})(),Us=!!(window.location.hostname==="localhost"||window.location.hostname.includes("stage")||window.location.hostname.includes("gmail")||window.location.hostname==="[::1]"||window.location.hostname.match(/^127(?:\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}$/)),W_=[{label:"Single choice",value:"SingleChoice"},{label:"Multiple choice",value:"MultipleChoice"},{label:"Text input",value:"TextInput"},{label:"Slider",value:"Slider"},{label:"Progress bar",value:"ProgressBar"},{label:"Star rating",value:"StarRating"},{label:"Text input with sub questions",value:"TextInputWithSuggestions"},{label:"Emotional",value:"Emotional"},{label:"Summarize",value:"Summarize"},{label:"Rating",value:"Rating"},{label:"Learning strategy",value:"LearningStrategy"}],nwt={SINGLE_CHOICE:"SingleChoice",MULTIPLE_CHOICE:"MultipleChoice",TEXT_INPUT:"TextInput",SLIDER:"Slider",PROGRESS_BAR:"ProgressBar",STAR_RATING:"StarRating",TEXT_INPUT_WITH_SUGGESTIONS:"TextInputWithSuggestions",EMOTIONAL:"Emotional",SUMMARIZE:"Summarize",RATING:"Rating",LEARNING_STRATEGY:"LearningStrategy"},yt=[{label:2,value:2},{label:3,value:3},{label:4,value:4},{label:5,value:5}],tt=150,owt=["Admin","Assistant","Teacher","General ED teacher","Counselor","Student","Parent"],awt="chat-channel",iwt="NOTIFICATION_CHANNEL",rwt="https://tleliteracy.com/wp-content/uploads/2017/02/default-avatar.png",cwt=["Unwell","Mad","Stressed","Easygoing","Proud","Inspired"],lwt={reflect:"#c08497",goal:"#00979b"},dwt={ADMIN:"Admin",TEACHER:"Teacher",ASSISTANT:"Assistant",EDUTEACHER:"General ED teacher",STUDENT:"Student",PARENT:"Parent"},uwt="NOTIFICATION_ALERT_KEY",ft="https://mariolearningstudio.com",p_="en-US",mwt=[{code:"us",fullName:"English (United States)",shortName:"English, US",nativeName:"English",name:"United States",image:"/images/usa.png"}],Js=["en-US","en-GB","ar","es","zh"],st="IS_USER_SESSION_BROWSER",hwt=12,gwt=20,pwt={"en-US":{translation:YF},"en-GB":{translation:I1e},ar:{translation:Pe_},es:{translation:DN_},zh:{translation:Uft}};Vs.use(Le.initReactI18next).init({resources:pwt,supportedLngs:Js,lng:p_,fallbackLng:p_,keySeparator:!1,interpolation:{escapeValue:!1}});const ywt={minWidth:"100vw",minHeight:"100vh",position:"fixed",top:0,left:0,zIndex:999999999,backgroundColor:"rgba(0, 0, 0, 0.4)",display:"flex",justifyContent:"center",alignItems:"center"},fwt=()=>te.useSelector(e=>e.common.isLoading)?u.jsx("div",{style:ywt,children:u.jsx("div",{className:"spinner-border text-secondary",role:"status",children:u.jsx("span",{className:"sr-only",children:"Loading..."})})}):null,wwt=()=>{const{pathname:_}=Ue.useLocation();return w.useEffect(()=>{window.scrollTo(0,0)},[_]),null},we=$.createAction("common/setLoading"),e_=$.createAction("common/setModal"),Qs=$.createAction("common/setUser"),Ks=$.createAction("common/setInforUserGoogle"),vwt=$.createAction("common/setSidebar"),ge=$.createAction("common/setAlert"),L=$.createAction("common/reset"),en=$.createAction("common/showMenuBar"),_n=$.createAction("common/showFontSize"),tn=$.createAction("common/setEnableIEP"),sn=$.createAction("common/setEnableSurvey"),nn=$.createAction("common/setConversationOneToOne"),on=$.createAction("common/setLanguage"),an=$.createAction("common/setCurrentStudentId"),rn=$.createAction("common/setCurrentStudentUserId"),cn=$.createAction("common/setCurrentStudentName"),ln=$.createAction("common/setTurnOffPassWhenChangeMode"),dn=$.createAction("badges/setUnreadNotification"),wt=_=>{switch(_){case"danger":return{header:"Error",color:n_.DANGER};case"warning":return{header:"Warning",color:n_.WARNING};case"success":return{header:"Success",color:n_.SUCCESS};default:return{header:"Infomation",color:n_.INFO}}},$wt=()=>{const _=te.useDispatch(),e=te.useSelector(c=>c.common.modal),{isOpen:t,type:n,message:s,onConfirm:o}=e,i=w.useCallback(()=>{_(e_({isOpen:!t,type:n}))},[t]),r={backgroundColor:wt(n).color},a=()=>{o&&o(),i()};return u.jsxs(C.Modal,{isOpen:t,toggle:i,fade:!0,children:[u.jsx(C.ModalHeader,{toggle:i,style:r,children:wt(n).header}),u.jsx(C.ModalBody,{children:s}),u.jsxs(C.ModalFooter,{children:[o&&u.jsx(C.Button,{color:n,onClick:a,children:"Confirm"}),u.jsx(C.Button,{color:"secondary",onClick:i,children:"Cancel"})]})]})},bwt={paddingBottom:"16px"},vt={fontSize:"1.5rem",textAlign:"center"},kwt=({header:_,rootHeader:e})=>u.jsx("div",{style:bwt,children:u.jsxs(C.Row,{children:[e&&u.jsx(C.Col,{md:4,children:u.jsx("span",{className:"text-muted",style:vt,children:e})}),u.jsx(C.Col,{md:4,children:u.jsx("span",{style:vt,children:_})})]})}),Iwt="_icon_1xy6m_61",xwt="_contact_1xy6m_147",Cwt="_remember_1xy6m_321",Swt="_input_1xy6m_460",Awt="_login_1xy6m_257",Ewt="_div_1xy6m_686",qwt="_logout_1xy6m_751",Twt="_popover__sort__item_1xy6m_841",Pwt="_popover__search__icon_1xy6m_852",Rwt="_popover__search__input_1xy6m_858",Lwt="_popover__options_1xy6m_861",jwt="_title_1xy6m_160",Nwt="_active_1xy6m_915",Mwt="_show_1xy6m_918",Gwt="_behind_1xy6m_921",ce={"btn-login-with-sso":"_btn-login-with-sso_1xy6m_12","button-user-name":"_button-user-name_1xy6m_43",icon:Iwt,"btn-login-google":"_btn-login-google_1xy6m_65","notification-count":"_notification-count_1xy6m_104","text-introduction":"_text-introduction_1xy6m_118","btn-trans-border":"_btn-trans-border_1xy6m_129",contact:xwt,"learn-more":"_learn-more_1xy6m_148","title-quote":"_title-quote_1xy6m_160","descriptions-quote":"_descriptions-quote_1xy6m_168","box-login":"_box-login_1xy6m_177","block-verification":"_block-verification_1xy6m_181","block-login":"_block-login_1xy6m_187","title-login":"_title-login_1xy6m_192","title-forgot-password":"_title-forgot-password_1xy6m_206","btn-close":"_btn-close_1xy6m_210","btn-login":"_btn-login_1xy6m_12","school-icon":"_school-icon_1xy6m_242","school-name":"_school-name_1xy6m_246","login-description":"_login-description_1xy6m_257","return-to-login":"_return-to-login_1xy6m_270","recover-account":"_recover-account_1xy6m_279","link-to-login":"_link-to-login_1xy6m_285","privacy-policy":"_privacy-policy_1xy6m_302",remember:Cwt,"term-and-conditions":"_term-and-conditions_1xy6m_325","descriptions-forgot-pass":"_descriptions-forgot-pass_1xy6m_337","content-icon":"_content-icon_1xy6m_344","descriptions-icon":"_descriptions-icon_1xy6m_351","title-icon":"_title-icon_1xy6m_360","digital-privacy-icon":"_digital-privacy-icon_1xy6m_379","nav-home":"_nav-home_1xy6m_385","box-introduction":"_box-introduction_1xy6m_399","checkbox-keep-login":"_checkbox-keep-login_1xy6m_435","label-keep-login":"_label-keep-login_1xy6m_439","option-text":"_option-text_1xy6m_448","form-user-name":"_form-user-name_1xy6m_457",input:Swt,"checkbox-remember":"_checkbox-remember_1xy6m_463","btn-rounder":"_btn-rounder_1xy6m_489","btn-active":"_btn-active_1xy6m_492","block-reset-password":"_block-reset-password_1xy6m_506","block-forgot-pass":"_block-forgot-pass_1xy6m_510","page-not-login":"_page-not-login_1xy6m_520","content-quote":"_content-quote_1xy6m_520","home-page":"_home-page_1xy6m_528","red-background":"_red-background_1xy6m_534",login:Awt,"version-prod":"_version-prod_1xy6m_545","login-content":"_login-content_1xy6m_560","logo-home":"_logo-home_1xy6m_567","img-box":"_img-box_1xy6m_574","img-login":"_img-login_1xy6m_578","img-login-rectangle":"_img-login-rectangle_1xy6m_584","c-main":"_c-main_1xy6m_589","container-fluid":"_container-fluid_1xy6m_592","input-file-label":"_input-file-label_1xy6m_596","delete-avatar-button":"_delete-avatar-button_1xy6m_614","header-logo":"_header-logo_1xy6m_618","box-sidebar":"_box-sidebar_1xy6m_623","sidebar-logo":"_sidebar-logo_1xy6m_627","sidebar-nav-links":"_sidebar-nav-links_1xy6m_632","c-active":"_c-active_1xy6m_639","sidebar-nav-links-hover":"_sidebar-nav-links-hover_1xy6m_644","box-sidebar-header":"_box-sidebar-header_1xy6m_648","box-logout":"_box-logout_1xy6m_649","sidebar-btn-minimized":"_sidebar-btn-minimized_1xy6m_653","sidebar-logout":"_sidebar-logout_1xy6m_669","nav-mobile":"_nav-mobile_1xy6m_676","filter-media-file":"_filter-media-file_1xy6m_680",div:Ewt,"dropdown-menu":"_dropdown-menu_1xy6m_690","header-avatar":"_header-avatar_1xy6m_690","dropdown-menu-flag":"_dropdown-menu-flag_1xy6m_706","dropdown-content":"_dropdown-content_1xy6m_711","dropdown-change":"_dropdown-change_1xy6m_724","item-address":"_item-address_1xy6m_730","item-logout":"_item-logout_1xy6m_735","title-address":"_title-address_1xy6m_738","img-avatar":"_img-avatar_1xy6m_741","item-contact":"_item-contact_1xy6m_748",logout:qwt,"content-text":"_content-text_1xy6m_755","dropdown-content-language":"_dropdown-content-language_1xy6m_771","dropdown-item-language":"_dropdown-item-language_1xy6m_787","dropdown-item-language-active":"_dropdown-item-language-active_1xy6m_797","hide-in-mobile":"_hide-in-mobile_1xy6m_826",popover__sort__item:Twt,"popover__sort__item--active":"_popover__sort__item--active_1xy6m_845",popover__search__icon:Pwt,popover__search__input:Rwt,popover__options:Lwt,"item-select-role":"_item-select-role_1xy6m_870","item-role-active":"_item-role-active_1xy6m_885","model-switch-roles":"_model-switch-roles_1xy6m_890",title:jwt,"bg-animate":"_bg-animate_1xy6m_900",active:Nwt,show:Mwt,"fade-in":"_fade-in_1xy6m_1",behind:Gwt,"hamburger-menu":"_hamburger-menu_1xy6m_944","box-content-home-page":"_box-content-home-page_1xy6m_964","collapse-box":"_collapse-box_1xy6m_1011","hide-in-desktop":"_hide-in-desktop_1xy6m_1044","control-input":"_control-input_1xy6m_1048","custom-control":"_custom-control_1xy6m_1048","font-large":"_font-large_1xy6m_1052","custom-title-font-size":"_custom-title-font-size_1xy6m_1052","modal-title":"_modal-title_1xy6m_1055","custom-font-size":"_custom-font-size_1xy6m_1058","font-small":"_font-small_1xy6m_1062","content-wrap":"_content-wrap_1xy6m_1072","fixed-width":"_fixed-width_1xy6m_1078","fixed-width-40":"_fixed-width-40_1xy6m_1082","fixed-width-80":"_fixed-width-80_1xy6m_1086"},zwt=(_,e)=>{const{t}=Le.useTranslation(),{header:n,children:s,onConfirm:o,onCancel:i,confirmText:r,cancelText:a,noFooter:c,size:l,edited:d,setEditedFalse:y,className:f}=_,[m,h]=w.useState(!1),g=te.useDispatch(),p=v=>{var b,I;try{g(e_({isOpen:!0,type:"warning",message:"Are you sure to cancel?",onConfirm:async()=>{v()}}))}catch(A){g(ge({type:"danger",message:((I=(b=A.response)==null?void 0:b.data)==null?void 0:I.title)||A.message}))}},S=()=>{y&&y(),h(!m),m&&i&&i()},k=w.useCallback((v,b)=>{v?p(()=>{S(),b&&b()}):(S(),b&&b())},[m]),x=w.useCallback(()=>{k(!!d,()=>{i&&i()})},[k,i,d]);return w.useImperativeHandle(e,()=>({toggle:k})),u.jsxs(C.Modal,{isOpen:m,toggle:()=>k(!!d),size:l,className:ce[f],children:[u.jsx(C.ModalHeader,{className:`${ce["custom-title-font-size"]}`,toggle:()=>k(!!d),children:n}),u.jsx(C.ModalBody,{children:s}),!c&&u.jsxs(C.ModalFooter,{className:"text-right",children:[o&&u.jsx(C.Button,{color:"primary",onClick:o,className:` ${ce["custom-font-size"]}`,children:r||t("confirm")}),u.jsx(C.Button,{onClick:x,className:` ${ce["custom-font-size"]}`,children:a||t("cancel")})]})]})},un=w.forwardRef(zwt);var mn={color:void 0,size:void 0,className:void 0,style:void 0,attr:void 0},$t=w.createContext&&w.createContext(mn),Ae=function(){return Ae=Object.assign||function(_){for(var e,t=1,n=arguments.length;t<n;t++){e=arguments[t];for(var s in e)Object.prototype.hasOwnProperty.call(e,s)&&(_[s]=e[s])}return _},Ae.apply(this,arguments)},Dwt=function(_,e){var t={};for(var n in _)Object.prototype.hasOwnProperty.call(_,n)&&e.indexOf(n)<0&&(t[n]=_[n]);if(_!=null&&typeof Object.getOwnPropertySymbols=="function")for(var s=0,n=Object.getOwnPropertySymbols(_);s<n.length;s++)e.indexOf(n[s])<0&&Object.prototype.propertyIsEnumerable.call(_,n[s])&&(t[n[s]]=_[n[s]]);return t};function hn(_){return _&&_.map(function(e,t){return w.createElement(e.tag,Ae({key:t},e.attr),hn(e.child))})}function le(_){return function(e){return w.createElement(Fwt,Ae({attr:Ae({},_.attr)},e),hn(_.child))}}function Fwt(_){var e=function(t){var n=_.attr,s=_.size,o=_.title,i=Dwt(_,["attr","size","title"]),r=s||t.size||"1em",a;return t.className&&(a=t.className),_.className&&(a=(a?a+" ":"")+_.className),w.createElement("svg",Ae({stroke:"currentColor",fill:"currentColor",strokeWidth:"0"},t.attr,n,i,{className:a,style:Ae(Ae({color:_.color||t.color},t.style),_.style),height:r,width:r,xmlns:"http://www.w3.org/2000/svg"}),o&&w.createElement("title",null,o),_.children)};return $t!==void 0?w.createElement($t.Consumer,null,function(t){return e(t)}):e(mn)}function Bwt(_){return le({attr:{viewBox:"0 0 448 512"},child:[{tag:"path",attr:{d:"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z"}}]})(_)}function Owt(_){return le({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M216 0h80c13.3 0 24 10.7 24 24v168h87.7c17.8 0 26.7 21.5 14.1 34.1L269.7 378.3c-7.5 7.5-19.8 7.5-27.3 0L90.1 226.1c-12.6-12.6-3.7-34.1 14.1-34.1H192V24c0-13.3 10.7-24 24-24zm296 376v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h146.7l49 49c20.1 20.1 52.5 20.1 72.6 0l49-49H488c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z"}}]})(_)}function Vwt(_){return le({attr:{viewBox:"0 0 576 512"},child:[{tag:"path",attr:{d:"M402.6 83.2l90.2 90.2c3.8 3.8 3.8 10 0 13.8L274.4 405.6l-92.8 10.3c-12.4 1.4-22.9-9.1-21.5-21.5l10.3-92.8L388.8 83.2c3.8-3.8 10-3.8 13.8 0zm162-22.9l-48.8-48.8c-15.2-15.2-39.9-15.2-55.2 0l-35.4 35.4c-3.8 3.8-3.8 10 0 13.8l90.2 90.2c3.8 3.8 10 3.8 13.8 0l35.4-35.4c15.2-15.3 15.2-40 0-55.2zM384 346.2V448H64V128h229.8c3.2 0 6.2-1.3 8.5-3.5l40-40c7.6-7.6 2.2-20.5-8.5-20.5H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V306.2c0-10.7-12.9-16-20.5-8.5l-40 40c-2.2 2.3-3.5 5.3-3.5 8.5z"}}]})(_)}function Hwt(_){return le({attr:{viewBox:"0 0 384 512"},child:[{tag:"path",attr:{d:"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm65.18 216.01H224v80c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-80H94.82c-14.28 0-21.41-17.29-11.27-27.36l96.42-95.7c6.65-6.61 17.39-6.61 24.04 0l96.42 95.7c10.15 10.07 3.03 27.36-11.25 27.36zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z"}}]})(_)}function Wwt(_){return le({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M464,128H272L208,64H48A48,48,0,0,0,0,112V400a48,48,0,0,0,48,48H464a48,48,0,0,0,48-48V176A48,48,0,0,0,464,128ZM359.5,296a16,16,0,0,1-16,16h-64v64a16,16,0,0,1-16,16h-16a16,16,0,0,1-16-16V312h-64a16,16,0,0,1-16-16V280a16,16,0,0,1,16-16h64V200a16,16,0,0,1,16-16h16a16,16,0,0,1,16,16v64h64a16,16,0,0,1,16,16Z"}}]})(_)}function gn(_){return le({attr:{viewBox:"0 0 448 512"},child:[{tag:"path",attr:{d:"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"}}]})(_)}function pn(_){return le({attr:{viewBox:"0 0 448 512"},child:[{tag:"path",attr:{d:"M32 464a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128H32zm272-256a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zm-96 0a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zm-96 0a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zM432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z"}}]})(_)}function Xwt(_){return le({attr:{viewBox:"0 0 448 512"},child:[{tag:"path",attr:{d:"M432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zM53.2 467a48 48 0 0 0 47.9 45h245.8a48 48 0 0 0 47.9-45L416 128H32z"}}]})(_)}function Ywt(_){return le({attr:{viewBox:"0 0 640 512"},child:[{tag:"path",attr:{d:"M610.5 341.3c2.6-14.1 2.6-28.5 0-42.6l25.8-14.9c3-1.7 4.3-5.2 3.3-8.5-6.7-21.6-18.2-41.2-33.2-57.4-2.3-2.5-6-3.1-9-1.4l-25.8 14.9c-10.9-9.3-23.4-16.5-36.9-21.3v-29.8c0-3.4-2.4-6.4-5.7-7.1-22.3-5-45-4.8-66.2 0-3.3.7-5.7 3.7-5.7 7.1v29.8c-13.5 4.8-26 12-36.9 21.3l-25.8-14.9c-2.9-1.7-6.7-1.1-9 1.4-15 16.2-26.5 35.8-33.2 57.4-1 3.3.4 6.8 3.3 8.5l25.8 14.9c-2.6 14.1-2.6 28.5 0 42.6l-25.8 14.9c-3 1.7-4.3 5.2-3.3 8.5 6.7 21.6 18.2 41.1 33.2 57.4 2.3 2.5 6 3.1 9 1.4l25.8-14.9c10.9 9.3 23.4 16.5 36.9 21.3v29.8c0 3.4 2.4 6.4 5.7 7.1 22.3 5 45 4.8 66.2 0 3.3-.7 5.7-3.7 5.7-7.1v-29.8c13.5-4.8 26-12 36.9-21.3l25.8 14.9c2.9 1.7 6.7 1.1 9-1.4 15-16.2 26.5-35.8 33.2-57.4 1-3.3-.4-6.8-3.3-8.5l-25.8-14.9zM496 368.5c-26.8 0-48.5-21.8-48.5-48.5s21.8-48.5 48.5-48.5 48.5 21.8 48.5 48.5-21.7 48.5-48.5 48.5zM96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm224 32c1.9 0 3.7-.5 5.6-.6 8.3-21.7 20.5-42.1 36.3-59.2 7.4-8 17.9-12.6 28.9-12.6 6.9 0 13.7 1.8 19.6 5.3l7.9 4.6c.8-.5 1.6-.9 2.4-1.4 7-14.6 11.2-30.8 11.2-48 0-61.9-50.1-112-112-112S208 82.1 208 144c0 61.9 50.1 112 112 112zm105.2 194.5c-2.3-1.2-4.6-2.6-6.8-3.9-8.2 4.8-15.3 9.8-27.5 9.8-10.9 0-21.4-4.6-28.9-12.6-18.3-19.8-32.3-43.9-40.2-69.6-10.7-34.5 24.9-49.7 25.8-50.3-.1-2.6-.1-5.2 0-7.8l-7.9-4.6c-3.8-2.2-7-5-9.8-8.1-3.3.2-6.5.6-9.8.6-24.6 0-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h255.4c-3.7-6-6.2-12.8-6.2-20.3v-9.2zM173.1 274.6C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z"}}]})(_)}function Zwt(_){return le({attr:{viewBox:"0 0 576 512"},child:[{tag:"path",attr:{d:"M402.3 344.9l32-32c5-5 13.7-1.5 13.7 5.7V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h273.5c7.1 0 10.7 8.6 5.7 13.7l-32 32c-1.5 1.5-3.5 2.3-5.7 2.3H48v352h352V350.5c0-2.1.8-4.1 2.3-5.6zm156.6-201.8L296.3 405.7l-90.4 10c-26.2 2.9-48.5-19.2-45.6-45.6l10-90.4L432.9 17.1c22.9-22.9 59.9-22.9 82.7 0l43.2 43.2c22.9 22.9 22.9 60 .1 82.8zM460.1 174L402 115.9 216.2 301.8l-7.3 65.3 65.3-7.3L460.1 174zm64.8-79.7l-43.2-43.2c-4.1-4.1-10.8-4.1-14.8 0L436 82l58.1 58.1 30.9-30.9c4-4.2 4-10.8-.1-14.9z"}}]})(_)}const Uwt={fontWeight:500},Jwt={height:38},yn=({text:_,onClick:e,className:t})=>u.jsxs(C.Button,{onClick:e,color:"success",style:Jwt,className:"d-flex align-items-center",children:[u.jsx(gn,{}),u.jsx("span",{className:`ml-2 ${t}`,style:Uwt,children:_})]}),Qwt=({onClick:_})=>u.jsx("div",{className:"d-inline text-center cursor-pointer hover-opacity",title:"Delete",onClick:_,children:u.jsx(pn,{})}),Kwt=({onClick:_})=>u.jsx("div",{className:"d-inline text-center cursor-pointer hover-opacity",title:"Edit",onClick:_,children:u.jsx(Zwt,{})}),evt=_=>{const{t:e}=Le.useTranslation(),{filters:t,changePage:n,totalRecordCount:s,changePageSize:o,className:i=""}=_,[r,a]=w.useState("");return w.useEffect(()=>{a(t.currentPage.toString())},[t.currentPage]),u.jsx(C.Row,{children:u.jsx(C.Col,{md:12,className:"d-flex justify-content-end",children:u.jsxs(C.Pagination,{children:[u.jsx("div",{className:"mr-1 pagination-dropdown",children:u.jsx(je,{className:`text-center ${i}`,value:t&&t.pageSize?{label:t.pageSize,value:t.pageSize}:Xs,options:Kft,onChange:c=>o(c.value),styles:{menu:c=>({...c,zIndex:9999})},menuPosition:"fixed"})}),u.jsx(C.PaginationItem,{className:"mr-1",children:u.jsx(C.PaginationLink,{previous:!0,tag:"button",className:`h-100 ${i}`,disabled:t.currentPage<=1,onClick:()=>n(t.currentPage-1),children:e("prev")})}),u.jsx("input",{type:"text",id:"pageNumberInput",className:`page-input text-center pagination-input ${i}`,onChange:c=>a(c.target.value),onKeyUp:c=>{(c.key==="Enter"||c.keyCode===13)&&n(parseInt(r))},value:r}),u.jsx(C.PaginationItem,{className:"ml-1",children:u.jsx(C.PaginationLink,{next:!0,tag:"button",className:`h-100 ${i}`,disabled:t.currentPage>s/t.pageSize,onClick:()=>n(t.currentPage+1),children:e("next")})})]})})})},_vt=({label:_,onClick:e,className:t})=>u.jsx(C.Button,{className:`text-left py-0 ${t}`,color:"link",onClick:e,children:_}),tvt=({label:_,className:e="",style:t={}})=>{const{t:n}=Le.useTranslation();return u.jsx(C.Alert,{color:"primary",className:e,style:t,children:n("no_item_to_display",{item:_})})};function P(){return P=Object.assign?Object.assign.bind():function(_){for(var e=1;e<arguments.length;e++){var t=arguments[e];for(var n in t)({}).hasOwnProperty.call(t,n)&&(_[n]=t[n])}return _},P.apply(null,arguments)}function Re(_){"@babel/helpers - typeof";return Re=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Re(_)}function svt(_,e){if(Re(_)!="object"||!_)return _;var t=_[Symbol.toPrimitive];if(t!==void 0){var n=t.call(_,e);if(Re(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(_)}function fn(_){var e=svt(_,"string");return Re(e)=="symbol"?e:e+""}function We(_,e,t){return(e=fn(e))in _?Object.defineProperty(_,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):_[e]=t,_}function bt(_,e){var t=Object.keys(_);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(_);e&&(n=n.filter(function(s){return Object.getOwnPropertyDescriptor(_,s).enumerable})),t.push.apply(t,n)}return t}function T(_){for(var e=1;e<arguments.length;e++){var t=arguments[e]!=null?arguments[e]:{};e%2?bt(Object(t),!0).forEach(function(n){We(_,n,t[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(_,Object.getOwnPropertyDescriptors(t)):bt(Object(t)).forEach(function(n){Object.defineProperty(_,n,Object.getOwnPropertyDescriptor(t,n))})}return _}function nvt(_,e){if(!(_ instanceof e))throw new TypeError("Cannot call a class as a function")}function kt(_,e){for(var t=0;t<e.length;t++){var n=e[t];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(_,fn(n.key),n)}}function ovt(_,e,t){return e&&kt(_.prototype,e),t&&kt(_,t),Object.defineProperty(_,"prototype",{writable:!1}),_}function X_(_,e){return X_=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,n){return t.__proto__=n,t},X_(_,e)}function avt(_,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");_.prototype=Object.create(e&&e.prototype,{constructor:{value:_,writable:!0,configurable:!0}}),Object.defineProperty(_,"prototype",{writable:!1}),e&&X_(_,e)}function y_(_){return y_=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},y_(_)}function wn(){try{var _=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(wn=function(){return!!_})()}function ivt(_){if(_===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return _}function rvt(_,e){if(e&&(Re(e)=="object"||typeof e=="function"))return e;if(e!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return ivt(_)}function cvt(_){var e=wn();return function(){var t,n=y_(_);if(e){var s=y_(this).constructor;t=Reflect.construct(n,arguments,s)}else t=n.apply(this,arguments);return rvt(this,t)}}function Y_(_,e){(e==null||e>_.length)&&(e=_.length);for(var t=0,n=Array(e);t<e;t++)n[t]=_[t];return n}function lvt(_){if(Array.isArray(_))return Y_(_)}function dvt(_){if(typeof Symbol<"u"&&_[Symbol.iterator]!=null||_["@@iterator"]!=null)return Array.from(_)}function vn(_,e){if(_){if(typeof _=="string")return Y_(_,e);var t={}.toString.call(_).slice(8,-1);return t==="Object"&&_.constructor&&(t=_.constructor.name),t==="Map"||t==="Set"?Array.from(_):t==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?Y_(_,e):void 0}}function uvt(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
6
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function ze(_){return lvt(_)||dvt(_)||vn(_)||uvt()}function mvt(_){if(_.sheet)return _.sheet;for(var e=0;e<document.styleSheets.length;e++)if(document.styleSheets[e].ownerNode===_)return document.styleSheets[e]}function hvt(_){var e=document.createElement("style");return e.setAttribute("data-emotion",_.key),_.nonce!==void 0&&e.setAttribute("nonce",_.nonce),e.appendChild(document.createTextNode("")),e.setAttribute("data-s",""),e}var gvt=(function(){function _(t){var n=this;this._insertTag=function(s){var o;n.tags.length===0?n.insertionPoint?o=n.insertionPoint.nextSibling:n.prepend?o=n.container.firstChild:o=n.before:o=n.tags[n.tags.length-1].nextSibling,n.container.insertBefore(s,o),n.tags.push(s)},this.isSpeedy=t.speedy===void 0?!0:t.speedy,this.tags=[],this.ctr=0,this.nonce=t.nonce,this.key=t.key,this.container=t.container,this.prepend=t.prepend,this.insertionPoint=t.insertionPoint,this.before=null}var e=_.prototype;return e.hydrate=function(n){n.forEach(this._insertTag)},e.insert=function(n){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(hvt(this));var s=this.tags[this.tags.length-1];if(this.isSpeedy){var o=mvt(s);try{o.insertRule(n,o.cssRules.length)}catch{}}else s.appendChild(document.createTextNode(n));this.ctr++},e.flush=function(){this.tags.forEach(function(n){var s;return(s=n.parentNode)==null?void 0:s.removeChild(n)}),this.tags=[],this.ctr=0},_})(),J="-ms-",f_="-moz-",N="-webkit-",$n="comm",nt="rule",ot="decl",pvt="@import",bn="@keyframes",yvt="@layer",fvt=Math.abs,C_=String.fromCharCode,wvt=Object.assign;function vvt(_,e){return U(_,0)^45?(((e<<2^U(_,0))<<2^U(_,1))<<2^U(_,2))<<2^U(_,3):0}function kn(_){return _.trim()}function $vt(_,e){return(_=e.exec(_))?_[0]:_}function M(_,e,t){return _.replace(e,t)}function Z_(_,e){return _.indexOf(e)}function U(_,e){return _.charCodeAt(e)|0}function Je(_,e,t){return _.slice(e,t)}function ve(_){return _.length}function at(_){return _.length}function o_(_,e){return e.push(_),_}function bvt(_,e){return _.map(e).join("")}var S_=1,Fe=1,In=0,se=0,Y=0,Be="";function A_(_,e,t,n,s,o,i){return{value:_,root:e,parent:t,type:n,props:s,children:o,line:S_,column:Fe,length:i,return:""}}function Ve(_,e){return wvt(A_("",null,null,"",null,null,0),_,{length:-_.length},e)}function kvt(){return Y}function Ivt(){return Y=se>0?U(Be,--se):0,Fe--,Y===10&&(Fe=1,S_--),Y}function oe(){return Y=se<In?U(Be,se++):0,Fe++,Y===10&&(Fe=1,S_++),Y}function be(){return U(Be,se)}function u_(){return se}function __(_,e){return Je(Be,_,e)}function Qe(_){switch(_){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function xn(_){return S_=Fe=1,In=ve(Be=_),se=0,[]}function Cn(_){return Be="",_}function m_(_){return kn(__(se-1,U_(_===91?_+2:_===40?_+1:_)))}function xvt(_){for(;(Y=be())&&Y<33;)oe();return Qe(_)>2||Qe(Y)>3?"":" "}function Cvt(_,e){for(;--e&&oe()&&!(Y<48||Y>102||Y>57&&Y<65||Y>70&&Y<97););return __(_,u_()+(e<6&&be()==32&&oe()==32))}function U_(_){for(;oe();)switch(Y){case _:return se;case 34:case 39:_!==34&&_!==39&&U_(Y);break;case 40:_===41&&U_(_);break;case 92:oe();break}return se}function Svt(_,e){for(;oe()&&_+Y!==57;)if(_+Y===84&&be()===47)break;return"/*"+__(e,se-1)+"*"+C_(_===47?_:oe())}function Avt(_){for(;!Qe(be());)oe();return __(_,se)}function Evt(_){return Cn(h_("",null,null,null,[""],_=xn(_),0,[0],_))}function h_(_,e,t,n,s,o,i,r,a){for(var c=0,l=0,d=i,y=0,f=0,m=0,h=1,g=1,p=1,S=0,k="",x=s,v=o,b=n,I=k;g;)switch(m=S,S=oe()){case 40:if(m!=108&&U(I,d-1)==58){Z_(I+=M(m_(S),"&","&\f"),"&\f")!=-1&&(p=-1);break}case 34:case 39:case 91:I+=m_(S);break;case 9:case 10:case 13:case 32:I+=xvt(m);break;case 92:I+=Cvt(u_()-1,7);continue;case 47:switch(be()){case 42:case 47:o_(qvt(Svt(oe(),u_()),e,t),a);break;default:I+="/"}break;case 123*h:r[c++]=ve(I)*p;case 125*h:case 59:case 0:switch(S){case 0:case 125:g=0;case 59+l:p==-1&&(I=M(I,/\f/g,"")),f>0&&ve(I)-d&&o_(f>32?xt(I+";",n,t,d-1):xt(M(I," ","")+";",n,t,d-2),a);break;case 59:I+=";";default:if(o_(b=It(I,e,t,c,l,s,r,k,x=[],v=[],d),o),S===123)if(l===0)h_(I,e,b,b,x,o,d,r,v);else switch(y===99&&U(I,3)===110?100:y){case 100:case 108:case 109:case 115:h_(_,b,b,n&&o_(It(_,b,b,0,0,s,r,k,s,x=[],d),v),s,v,d,r,n?x:v);break;default:h_(I,b,b,b,[""],v,0,r,v)}}c=l=f=0,h=p=1,k=I="",d=i;break;case 58:d=1+ve(I),f=m;default:if(h<1){if(S==123)--h;else if(S==125&&h++==0&&Ivt()==125)continue}switch(I+=C_(S),S*h){case 38:p=l>0?1:(I+="\f",-1);break;case 44:r[c++]=(ve(I)-1)*p,p=1;break;case 64:be()===45&&(I+=m_(oe())),y=be(),l=d=ve(k=I+=Avt(u_())),S++;break;case 45:m===45&&ve(I)==2&&(h=0)}}return o}function It(_,e,t,n,s,o,i,r,a,c,l){for(var d=s-1,y=s===0?o:[""],f=at(y),m=0,h=0,g=0;m<n;++m)for(var p=0,S=Je(_,d+1,d=fvt(h=i[m])),k=_;p<f;++p)(k=kn(h>0?y[p]+" "+S:M(S,/&\f/g,y[p])))&&(a[g++]=k);return A_(_,e,t,s===0?nt:r,a,c,l)}function qvt(_,e,t){return A_(_,e,t,$n,C_(kvt()),Je(_,2,-2),0)}function xt(_,e,t,n){return A_(_,e,t,ot,Je(_,0,n),Je(_,n+1,-1),n)}function De(_,e){for(var t="",n=at(_),s=0;s<n;s++)t+=e(_[s],s,_,e)||"";return t}function Tvt(_,e,t,n){switch(_.type){case yvt:if(_.children.length)break;case pvt:case ot:return _.return=_.return||_.value;case $n:return"";case bn:return _.return=_.value+"{"+De(_.children,n)+"}";case nt:_.value=_.props.join(",")}return ve(t=De(_.children,n))?_.return=_.value+"{"+t+"}":""}function Pvt(_){var e=at(_);return function(t,n,s,o){for(var i="",r=0;r<e;r++)i+=_[r](t,n,s,o)||"";return i}}function Rvt(_){return function(e){e.root||(e=e.return)&&_(e)}}function Lvt(_){var e=Object.create(null);return function(t){return e[t]===void 0&&(e[t]=_(t)),e[t]}}var jvt=function(e,t,n){for(var s=0,o=0;s=o,o=be(),s===38&&o===12&&(t[n]=1),!Qe(o);)oe();return __(e,se)},Nvt=function(e,t){var n=-1,s=44;do switch(Qe(s)){case 0:s===38&&be()===12&&(t[n]=1),e[n]+=jvt(se-1,t,n);break;case 2:e[n]+=m_(s);break;case 4:if(s===44){e[++n]=be()===58?"&\f":"",t[n]=e[n].length;break}default:e[n]+=C_(s)}while(s=oe());return e},Mvt=function(e,t){return Cn(Nvt(xn(e),t))},Ct=new WeakMap,Gvt=function(e){if(!(e.type!=="rule"||!e.parent||e.length<1)){for(var t=e.value,n=e.parent,s=e.column===n.column&&e.line===n.line;n.type!=="rule";)if(n=n.parent,!n)return;if(!(e.props.length===1&&t.charCodeAt(0)!==58&&!Ct.get(n))&&!s){Ct.set(e,!0);for(var o=[],i=Mvt(t,o),r=n.props,a=0,c=0;a<i.length;a++)for(var l=0;l<r.length;l++,c++)e.props[c]=o[a]?i[a].replace(/&\f/g,r[l]):r[l]+" "+i[a]}}},zvt=function(e){if(e.type==="decl"){var t=e.value;t.charCodeAt(0)===108&&t.charCodeAt(2)===98&&(e.return="",e.value="")}};function Sn(_,e){switch(vvt(_,e)){case 5103:return N+"print-"+_+_;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return N+_+_;case 5349:case 4246:case 4810:case 6968:case 2756:return N+_+f_+_+J+_+_;case 6828:case 4268:return N+_+J+_+_;case 6165:return N+_+J+"flex-"+_+_;case 5187:return N+_+M(_,/(\w+).+(:[^]+)/,N+"box-$1$2"+J+"flex-$1$2")+_;case 5443:return N+_+J+"flex-item-"+M(_,/flex-|-self/,"")+_;case 4675:return N+_+J+"flex-line-pack"+M(_,/align-content|flex-|-self/,"")+_;case 5548:return N+_+J+M(_,"shrink","negative")+_;case 5292:return N+_+J+M(_,"basis","preferred-size")+_;case 6060:return N+"box-"+M(_,"-grow","")+N+_+J+M(_,"grow","positive")+_;case 4554:return N+M(_,/([^-])(transform)/g,"$1"+N+"$2")+_;case 6187:return M(M(M(_,/(zoom-|grab)/,N+"$1"),/(image-set)/,N+"$1"),_,"")+_;case 5495:case 3959:return M(_,/(image-set\([^]*)/,N+"$1$`$1");case 4968:return M(M(_,/(.+:)(flex-)?(.*)/,N+"box-pack:$3"+J+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+N+_+_;case 4095:case 3583:case 4068:case 2532:return M(_,/(.+)-inline(.+)/,N+"$1$2")+_;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(ve(_)-1-e>6)switch(U(_,e+1)){case 109:if(U(_,e+4)!==45)break;case 102:return M(_,/(.+:)(.+)-([^]+)/,"$1"+N+"$2-$3$1"+f_+(U(_,e+3)==108?"$3":"$2-$3"))+_;case 115:return~Z_(_,"stretch")?Sn(M(_,"stretch","fill-available"),e)+_:_}break;case 4949:if(U(_,e+1)!==115)break;case 6444:switch(U(_,ve(_)-3-(~Z_(_,"!important")&&10))){case 107:return M(_,":",":"+N)+_;case 101:return M(_,/(.+:)([^;!]+)(;|!.+)?/,"$1"+N+(U(_,14)===45?"inline-":"")+"box$3$1"+N+"$2$3$1"+J+"$2box$3")+_}break;case 5936:switch(U(_,e+11)){case 114:return N+_+J+M(_,/[svh]\w+-[tblr]{2}/,"tb")+_;case 108:return N+_+J+M(_,/[svh]\w+-[tblr]{2}/,"tb-rl")+_;case 45:return N+_+J+M(_,/[svh]\w+-[tblr]{2}/,"lr")+_}return N+_+J+_+_}return _}var Dvt=function(e,t,n,s){if(e.length>-1&&!e.return)switch(e.type){case ot:e.return=Sn(e.value,e.length);break;case bn:return De([Ve(e,{value:M(e.value,"@","@"+N)})],s);case nt:if(e.length)return bvt(e.props,function(o){switch($vt(o,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return De([Ve(e,{props:[M(o,/:(read-\w+)/,":"+f_+"$1")]})],s);case"::placeholder":return De([Ve(e,{props:[M(o,/:(plac\w+)/,":"+N+"input-$1")]}),Ve(e,{props:[M(o,/:(plac\w+)/,":"+f_+"$1")]}),Ve(e,{props:[M(o,/:(plac\w+)/,J+"input-$1")]})],s)}return""})}},Fvt=[Dvt],Bvt=function(e){var t=e.key;if(t==="css"){var n=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(n,function(h){var g=h.getAttribute("data-emotion");g.indexOf(" ")!==-1&&(document.head.appendChild(h),h.setAttribute("data-s",""))})}var s=e.stylisPlugins||Fvt,o={},i,r=[];i=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+t+' "]'),function(h){for(var g=h.getAttribute("data-emotion").split(" "),p=1;p<g.length;p++)o[g[p]]=!0;r.push(h)});var a,c=[Gvt,zvt];{var l,d=[Tvt,Rvt(function(h){l.insert(h)})],y=Pvt(c.concat(s,d)),f=function(g){return De(Evt(g),y)};a=function(g,p,S,k){l=S,f(g?g+"{"+p.styles+"}":p.styles),k&&(m.inserted[p.name]=!0)}}var m={key:t,sheet:new gvt({key:t,container:i,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:o,registered:{},insert:a};return m.sheet.hydrate(r),m},a_={exports:{}},G={};/** @license React v16.13.1
7
+ * react-is.production.min.js
8
+ *
9
+ * Copyright (c) Facebook, Inc. and its affiliates.
10
+ *
11
+ * This source code is licensed under the MIT license found in the
12
+ * LICENSE file in the root directory of this source tree.
13
+ */var St;function Ovt(){if(St)return G;St=1;var _=typeof Symbol=="function"&&Symbol.for,e=_?Symbol.for("react.element"):60103,t=_?Symbol.for("react.portal"):60106,n=_?Symbol.for("react.fragment"):60107,s=_?Symbol.for("react.strict_mode"):60108,o=_?Symbol.for("react.profiler"):60114,i=_?Symbol.for("react.provider"):60109,r=_?Symbol.for("react.context"):60110,a=_?Symbol.for("react.async_mode"):60111,c=_?Symbol.for("react.concurrent_mode"):60111,l=_?Symbol.for("react.forward_ref"):60112,d=_?Symbol.for("react.suspense"):60113,y=_?Symbol.for("react.suspense_list"):60120,f=_?Symbol.for("react.memo"):60115,m=_?Symbol.for("react.lazy"):60116,h=_?Symbol.for("react.block"):60121,g=_?Symbol.for("react.fundamental"):60117,p=_?Symbol.for("react.responder"):60118,S=_?Symbol.for("react.scope"):60119;function k(v){if(typeof v=="object"&&v!==null){var b=v.$$typeof;switch(b){case e:switch(v=v.type,v){case a:case c:case n:case o:case s:case d:return v;default:switch(v=v&&v.$$typeof,v){case r:case l:case m:case f:case i:return v;default:return b}}case t:return b}}}function x(v){return k(v)===c}return G.AsyncMode=a,G.ConcurrentMode=c,G.ContextConsumer=r,G.ContextProvider=i,G.Element=e,G.ForwardRef=l,G.Fragment=n,G.Lazy=m,G.Memo=f,G.Portal=t,G.Profiler=o,G.StrictMode=s,G.Suspense=d,G.isAsyncMode=function(v){return x(v)||k(v)===a},G.isConcurrentMode=x,G.isContextConsumer=function(v){return k(v)===r},G.isContextProvider=function(v){return k(v)===i},G.isElement=function(v){return typeof v=="object"&&v!==null&&v.$$typeof===e},G.isForwardRef=function(v){return k(v)===l},G.isFragment=function(v){return k(v)===n},G.isLazy=function(v){return k(v)===m},G.isMemo=function(v){return k(v)===f},G.isPortal=function(v){return k(v)===t},G.isProfiler=function(v){return k(v)===o},G.isStrictMode=function(v){return k(v)===s},G.isSuspense=function(v){return k(v)===d},G.isValidElementType=function(v){return typeof v=="string"||typeof v=="function"||v===n||v===c||v===o||v===s||v===d||v===y||typeof v=="object"&&v!==null&&(v.$$typeof===m||v.$$typeof===f||v.$$typeof===i||v.$$typeof===r||v.$$typeof===l||v.$$typeof===g||v.$$typeof===p||v.$$typeof===S||v.$$typeof===h)},G.typeOf=k,G}var z={};/** @license React v16.13.1
14
+ * react-is.development.js
15
+ *
16
+ * Copyright (c) Facebook, Inc. and its affiliates.
17
+ *
18
+ * This source code is licensed under the MIT license found in the
19
+ * LICENSE file in the root directory of this source tree.
20
+ */var At;function Vvt(){return At||(At=1,process.env.NODE_ENV!=="production"&&(function(){var _=typeof Symbol=="function"&&Symbol.for,e=_?Symbol.for("react.element"):60103,t=_?Symbol.for("react.portal"):60106,n=_?Symbol.for("react.fragment"):60107,s=_?Symbol.for("react.strict_mode"):60108,o=_?Symbol.for("react.profiler"):60114,i=_?Symbol.for("react.provider"):60109,r=_?Symbol.for("react.context"):60110,a=_?Symbol.for("react.async_mode"):60111,c=_?Symbol.for("react.concurrent_mode"):60111,l=_?Symbol.for("react.forward_ref"):60112,d=_?Symbol.for("react.suspense"):60113,y=_?Symbol.for("react.suspense_list"):60120,f=_?Symbol.for("react.memo"):60115,m=_?Symbol.for("react.lazy"):60116,h=_?Symbol.for("react.block"):60121,g=_?Symbol.for("react.fundamental"):60117,p=_?Symbol.for("react.responder"):60118,S=_?Symbol.for("react.scope"):60119;function k(E){return typeof E=="string"||typeof E=="function"||E===n||E===c||E===o||E===s||E===d||E===y||typeof E=="object"&&E!==null&&(E.$$typeof===m||E.$$typeof===f||E.$$typeof===i||E.$$typeof===r||E.$$typeof===l||E.$$typeof===g||E.$$typeof===p||E.$$typeof===S||E.$$typeof===h)}function x(E){if(typeof E=="object"&&E!==null){var Oe=E.$$typeof;switch(Oe){case e:var qe=E.type;switch(qe){case a:case c:case n:case o:case s:case d:return qe;default:var s_=qe&&qe.$$typeof;switch(s_){case r:case l:case m:case f:case i:return s_;default:return Oe}}case t:return Oe}}}var v=a,b=c,I=r,A=i,j=e,O=l,X=n,D=m,Z=f,_e=t,F=o,B=s,re=d,Q=!1;function pe(E){return Q||(Q=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),ue(E)||x(E)===a}function ue(E){return x(E)===c}function Ne(E){return x(E)===r}function W(E){return x(E)===i}function K(E){return typeof E=="object"&&E!==null&&E.$$typeof===e}function me(E){return x(E)===l}function ye(E){return x(E)===n}function ne(E){return x(E)===m}function fe(E){return x(E)===f}function he(E){return x(E)===t}function Me(E){return x(E)===o}function R_(E){return x(E)===s}function t_(E){return x(E)===d}z.AsyncMode=v,z.ConcurrentMode=b,z.ContextConsumer=I,z.ContextProvider=A,z.Element=j,z.ForwardRef=O,z.Fragment=X,z.Lazy=D,z.Memo=Z,z.Portal=_e,z.Profiler=F,z.StrictMode=B,z.Suspense=re,z.isAsyncMode=pe,z.isConcurrentMode=ue,z.isContextConsumer=Ne,z.isContextProvider=W,z.isElement=K,z.isForwardRef=me,z.isFragment=ye,z.isLazy=ne,z.isMemo=fe,z.isPortal=he,z.isProfiler=Me,z.isStrictMode=R_,z.isSuspense=t_,z.isValidElementType=k,z.typeOf=x})()),z}var Et;function Hvt(){return Et||(Et=1,process.env.NODE_ENV==="production"?a_.exports=Ovt():a_.exports=Vvt()),a_.exports}var L_,qt;function Wvt(){if(qt)return L_;qt=1;var _=Hvt(),e={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},t={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},n={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},o={};o[_.ForwardRef]=n,o[_.Memo]=s;function i(m){return _.isMemo(m)?s:o[m.$$typeof]||e}var r=Object.defineProperty,a=Object.getOwnPropertyNames,c=Object.getOwnPropertySymbols,l=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,y=Object.prototype;function f(m,h,g){if(typeof h!="string"){if(y){var p=d(h);p&&p!==y&&f(m,p,g)}var S=a(h);c&&(S=S.concat(c(h)));for(var k=i(m),x=i(h),v=0;v<S.length;++v){var b=S[v];if(!t[b]&&!(g&&g[b])&&!(x&&x[b])&&!(k&&k[b])){var I=l(h,b);try{r(m,b,I)}catch{}}}}return m}return L_=f,L_}Wvt();var Xvt=!0;function Yvt(_,e,t){var n="";return t.split(" ").forEach(function(s){_[s]!==void 0?e.push(_[s]+";"):s&&(n+=s+" ")}),n}var An=function(e,t,n){var s=e.key+"-"+t.name;(n===!1||Xvt===!1)&&e.registered[s]===void 0&&(e.registered[s]=t.styles)},Zvt=function(e,t,n){An(e,t,n);var s=e.key+"-"+t.name;if(e.inserted[t.name]===void 0){var o=t;do e.insert(t===o?"."+s:"",o,e.sheet,!0),o=o.next;while(o!==void 0)}};function Uvt(_){for(var e=0,t,n=0,s=_.length;s>=4;++n,s-=4)t=_.charCodeAt(n)&255|(_.charCodeAt(++n)&255)<<8|(_.charCodeAt(++n)&255)<<16|(_.charCodeAt(++n)&255)<<24,t=(t&65535)*1540483477+((t>>>16)*59797<<16),t^=t>>>24,e=(t&65535)*1540483477+((t>>>16)*59797<<16)^(e&65535)*1540483477+((e>>>16)*59797<<16);switch(s){case 3:e^=(_.charCodeAt(n+2)&255)<<16;case 2:e^=(_.charCodeAt(n+1)&255)<<8;case 1:e^=_.charCodeAt(n)&255,e=(e&65535)*1540483477+((e>>>16)*59797<<16)}return e^=e>>>13,e=(e&65535)*1540483477+((e>>>16)*59797<<16),((e^e>>>15)>>>0).toString(36)}var Jvt={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},Qvt=/[A-Z]|^ms/g,Kvt=/_EMO_([^_]+?)_([^]*?)_EMO_/g,En=function(e){return e.charCodeAt(1)===45},Tt=function(e){return e!=null&&typeof e!="boolean"},j_=Lvt(function(_){return En(_)?_:_.replace(Qvt,"-$&").toLowerCase()}),Pt=function(e,t){switch(e){case"animation":case"animationName":if(typeof t=="string")return t.replace(Kvt,function(n,s,o){return $e={name:s,styles:o,next:$e},s})}return Jvt[e]!==1&&!En(e)&&typeof t=="number"&&t!==0?t+"px":t};function Ke(_,e,t){if(t==null)return"";var n=t;if(n.__emotion_styles!==void 0)return n;switch(typeof t){case"boolean":return"";case"object":{var s=t;if(s.anim===1)return $e={name:s.name,styles:s.styles,next:$e},s.name;var o=t;if(o.styles!==void 0){var i=o.next;if(i!==void 0)for(;i!==void 0;)$e={name:i.name,styles:i.styles,next:$e},i=i.next;var r=o.styles+";";return r}return e$t(_,e,t)}case"function":{if(_!==void 0){var a=$e,c=t(_);return $e=a,Ke(_,e,c)}break}}var l=t;return l}function e$t(_,e,t){var n="";if(Array.isArray(t))for(var s=0;s<t.length;s++)n+=Ke(_,e,t[s])+";";else for(var o in t){var i=t[o];if(typeof i!="object"){var r=i;Tt(r)&&(n+=j_(o)+":"+Pt(o,r)+";")}else if(Array.isArray(i)&&typeof i[0]=="string"&&e==null)for(var a=0;a<i.length;a++)Tt(i[a])&&(n+=j_(o)+":"+Pt(o,i[a])+";");else{var c=Ke(_,e,i);switch(o){case"animation":case"animationName":{n+=j_(o)+":"+c+";";break}default:n+=o+"{"+c+"}"}}}return n}var Rt=/label:\s*([^\s;{]+)\s*(;|$)/g,$e;function qn(_,e,t){if(_.length===1&&typeof _[0]=="object"&&_[0]!==null&&_[0].styles!==void 0)return _[0];var n=!0,s="";$e=void 0;var o=_[0];if(o==null||o.raw===void 0)n=!1,s+=Ke(t,e,o);else{var i=o;s+=i[0]}for(var r=1;r<_.length;r++)if(s+=Ke(t,e,_[r]),n){var a=o;s+=a[r]}Rt.lastIndex=0;for(var c="",l;(l=Rt.exec(s))!==null;)c+="-"+l[1];var d=Uvt(s)+c;return{name:d,styles:s,next:$e}}var _$t=function(e){return e()},t$t=R.useInsertionEffect?R.useInsertionEffect:!1,s$t=t$t||_$t,Tn=R.createContext(typeof HTMLElement<"u"?Bvt({key:"css"}):null);Tn.Provider;var n$t=function(e){return w.forwardRef(function(t,n){var s=w.useContext(Tn);return e(t,s,n)})},o$t=R.createContext({}),it={}.hasOwnProperty,J_="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",a$t=function(e,t){var n={};for(var s in t)it.call(t,s)&&(n[s]=t[s]);return n[J_]=e,n},i$t=function(e){var t=e.cache,n=e.serialized,s=e.isStringTag;return An(t,n,s),s$t(function(){return Zvt(t,n,s)}),null},r$t=n$t(function(_,e,t){var n=_.css;typeof n=="string"&&e.registered[n]!==void 0&&(n=e.registered[n]);var s=_[J_],o=[n],i="";typeof _.className=="string"?i=Yvt(e.registered,o,_.className):_.className!=null&&(i=_.className+" ");var r=qn(o,void 0,R.useContext(o$t));i+=e.key+"-"+r.name;var a={};for(var c in _)it.call(_,c)&&c!=="css"&&c!==J_&&(a[c]=_[c]);return a.className=i,t&&(a.ref=t),R.createElement(R.Fragment,null,R.createElement(i$t,{cache:e,serialized:r,isStringTag:typeof s=="string"}),R.createElement(s,a))}),c$t=r$t,q=function(e,t){var n=arguments;if(t==null||!it.call(t,"css"))return R.createElement.apply(void 0,n);var s=n.length,o=new Array(s);o[0]=c$t,o[1]=a$t(e,t);for(var i=2;i<s;i++)o[i]=n[i];return R.createElement.apply(null,o)};(function(_){var e;e||(e=_.JSX||(_.JSX={}))})(q||(q={}));function rt(){for(var _=arguments.length,e=new Array(_),t=0;t<_;t++)e[t]=arguments[t];return qn(e)}function l$t(){var _=rt.apply(void 0,arguments),e="animation-"+_.name;return{name:e,styles:"@keyframes "+e+"{"+_.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}}function d$t(_){if(Array.isArray(_))return _}function u$t(_,e){var t=_==null?null:typeof Symbol<"u"&&_[Symbol.iterator]||_["@@iterator"];if(t!=null){var n,s,o,i,r=[],a=!0,c=!1;try{if(o=(t=t.call(_)).next,e===0){if(Object(t)!==t)return;a=!1}else for(;!(a=(n=o.call(t)).done)&&(r.push(n.value),r.length!==e);a=!0);}catch(l){c=!0,s=l}finally{try{if(!a&&t.return!=null&&(i=t.return(),Object(i)!==i))return}finally{if(c)throw s}}return r}}function m$t(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
21
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function xe(_,e){return d$t(_)||u$t(_,e)||vn(_,e)||m$t()}function h$t(_,e){if(_==null)return{};var t={};for(var n in _)if({}.hasOwnProperty.call(_,n)){if(e.indexOf(n)!==-1)continue;t[n]=_[n]}return t}function ke(_,e){if(_==null)return{};var t,n,s=h$t(_,e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(_);for(n=0;n<o.length;n++)t=o[n],e.indexOf(t)===-1&&{}.propertyIsEnumerable.call(_,t)&&(s[t]=_[t])}return s}function g$t(_,e){return e||(e=_.slice(0)),Object.freeze(Object.defineProperties(_,{raw:{value:Object.freeze(e)}}))}const p$t=Math.min,y$t=Math.max,w_=Math.round,i_=Math.floor,v_=_=>({x:_,y:_});function f$t(_){const{x:e,y:t,width:n,height:s}=_;return{width:n,height:s,top:t,left:e,right:e+n,bottom:t+s,x:e,y:t}}function E_(){return typeof window<"u"}function Pn(_){return Ln(_)?(_.nodeName||"").toLowerCase():"#document"}function Ce(_){var e;return(_==null||(e=_.ownerDocument)==null?void 0:e.defaultView)||window}function Rn(_){var e;return(e=(Ln(_)?_.ownerDocument:_.document)||window.document)==null?void 0:e.documentElement}function Ln(_){return E_()?_ instanceof Node||_ instanceof Ce(_).Node:!1}function w$t(_){return E_()?_ instanceof Element||_ instanceof Ce(_).Element:!1}function ct(_){return E_()?_ instanceof HTMLElement||_ instanceof Ce(_).HTMLElement:!1}function Lt(_){return!E_()||typeof ShadowRoot>"u"?!1:_ instanceof ShadowRoot||_ instanceof Ce(_).ShadowRoot}function jn(_){const{overflow:e,overflowX:t,overflowY:n,display:s}=lt(_);return/auto|scroll|overlay|hidden|clip/.test(e+n+t)&&s!=="inline"&&s!=="contents"}let N_;function v$t(){return N_==null&&(N_=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),N_}function $$t(_){return/^(html|body|#document)$/.test(Pn(_))}function lt(_){return Ce(_).getComputedStyle(_)}function b$t(_){if(Pn(_)==="html")return _;const e=_.assignedSlot||_.parentNode||Lt(_)&&_.host||Rn(_);return Lt(e)?e.host:e}function Nn(_){const e=b$t(_);return $$t(e)?_.ownerDocument?_.ownerDocument.body:_.body:ct(e)&&jn(e)?e:Nn(e)}function $_(_,e,t){var n;e===void 0&&(e=[]),t===void 0&&(t=!0);const s=Nn(_),o=s===((n=_.ownerDocument)==null?void 0:n.body),i=Ce(s);if(o){const r=Q_(i);return e.concat(i,i.visualViewport||[],jn(s)?s:[],r&&t?$_(r):[])}else return e.concat(s,$_(s,[],t))}function Q_(_){return _.parent&&Object.getPrototypeOf(_.parent)?_.frameElement:null}function k$t(_){const e=lt(_);let t=parseFloat(e.width)||0,n=parseFloat(e.height)||0;const s=ct(_),o=s?_.offsetWidth:t,i=s?_.offsetHeight:n,r=w_(t)!==o||w_(n)!==i;return r&&(t=o,n=i),{width:t,height:n,$:r}}function dt(_){return w$t(_)?_:_.contextElement}function jt(_){const e=dt(_);if(!ct(e))return v_(1);const t=e.getBoundingClientRect(),{width:n,height:s,$:o}=k$t(e);let i=(o?w_(t.width):t.width)/n,r=(o?w_(t.height):t.height)/s;return(!i||!Number.isFinite(i))&&(i=1),(!r||!Number.isFinite(r))&&(r=1),{x:i,y:r}}const I$t=v_(0);function x$t(_){const e=Ce(_);return!v$t()||!e.visualViewport?I$t:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function C$t(_,e,t){return!1}function Nt(_,e,t,n){e===void 0&&(e=!1);const s=_.getBoundingClientRect(),o=dt(_);let i=v_(1);e&&(i=jt(_));const r=C$t()?x$t(o):v_(0);let a=(s.left+r.x)/i.x,c=(s.top+r.y)/i.y,l=s.width/i.x,d=s.height/i.y;if(o){const y=Ce(o),f=n;let m=y,h=Q_(m);for(;h&&n&&f!==m;){const g=jt(h),p=h.getBoundingClientRect(),S=lt(h),k=p.left+(h.clientLeft+parseFloat(S.paddingLeft))*g.x,x=p.top+(h.clientTop+parseFloat(S.paddingTop))*g.y;a*=g.x,c*=g.y,l*=g.x,d*=g.y,a+=k,c+=x,m=Ce(h),h=Q_(m)}}return f$t({width:l,height:d,x:a,y:c})}function Mn(_,e){return _.x===e.x&&_.y===e.y&&_.width===e.width&&_.height===e.height}function S$t(_,e){let t=null,n;const s=Rn(_);function o(){var r;clearTimeout(n),(r=t)==null||r.disconnect(),t=null}function i(r,a){r===void 0&&(r=!1),a===void 0&&(a=1),o();const c=_.getBoundingClientRect(),{left:l,top:d,width:y,height:f}=c;if(r||e(),!y||!f)return;const m=i_(d),h=i_(s.clientWidth-(l+y)),g=i_(s.clientHeight-(d+f)),p=i_(l),k={rootMargin:-m+"px "+-h+"px "+-g+"px "+-p+"px",threshold:y$t(0,p$t(1,a))||1};let x=!0;function v(b){const I=b[0].intersectionRatio;if(I!==a){if(!x)return i();I?i(!1,I):n=setTimeout(()=>{i(!1,1e-7)},1e3)}I===1&&!Mn(c,_.getBoundingClientRect())&&i(),x=!1}try{t=new IntersectionObserver(v,{...k,root:s.ownerDocument})}catch{t=new IntersectionObserver(v,k)}t.observe(_)}return i(!0),o}function A$t(_,e,t,n){n===void 0&&(n={});const{ancestorScroll:s=!0,ancestorResize:o=!0,elementResize:i=typeof ResizeObserver=="function",layoutShift:r=typeof IntersectionObserver=="function",animationFrame:a=!1}=n,c=dt(_),l=s||o?[...c?$_(c):[],...e?$_(e):[]]:[];l.forEach(p=>{s&&p.addEventListener("scroll",t,{passive:!0}),o&&p.addEventListener("resize",t)});const d=c&&r?S$t(c,t):null;let y=-1,f=null;i&&(f=new ResizeObserver(p=>{let[S]=p;S&&S.target===c&&f&&e&&(f.unobserve(e),cancelAnimationFrame(y),y=requestAnimationFrame(()=>{var k;(k=f)==null||k.observe(e)})),t()}),c&&!a&&f.observe(c),e&&f.observe(e));let m,h=a?Nt(_):null;a&&g();function g(){const p=Nt(_);h&&!Mn(h,p)&&t(),h=p,m=requestAnimationFrame(g)}return t(),()=>{var p;l.forEach(S=>{s&&S.removeEventListener("scroll",t),o&&S.removeEventListener("resize",t)}),d==null||d(),(p=f)==null||p.disconnect(),f=null,a&&cancelAnimationFrame(m)}}var K_=w.useLayoutEffect,E$t=["className","clearValue","cx","getStyles","getClassNames","getValue","hasValue","isMulti","isRtl","options","selectOption","selectProps","setValue","theme"],b_=function(){};function q$t(_,e){return e?e[0]==="-"?_+e:_+"__"+e:_}function T$t(_,e){for(var t=arguments.length,n=new Array(t>2?t-2:0),s=2;s<t;s++)n[s-2]=arguments[s];var o=[].concat(n);if(e&&_)for(var i in e)e.hasOwnProperty(i)&&e[i]&&o.push("".concat(q$t(_,i)));return o.filter(function(r){return r}).map(function(r){return String(r).trim()}).join(" ")}var k_=function(e){return D$t(e)?e.filter(Boolean):Re(e)==="object"&&e!==null?[e]:[]},Gn=function(e){e.className,e.clearValue,e.cx,e.getStyles,e.getClassNames,e.getValue,e.hasValue,e.isMulti,e.isRtl,e.options,e.selectOption,e.selectProps,e.setValue,e.theme;var t=ke(e,E$t);return T({},t)},V=function(e,t,n){var s=e.cx,o=e.getStyles,i=e.getClassNames,r=e.className;return{css:o(t,e),className:s(n??{},i(t,e),r)}};function q_(_){return[document.documentElement,document.body,window].indexOf(_)>-1}function P$t(_){return q_(_)?window.innerHeight:_.clientHeight}function zn(_){return q_(_)?window.pageYOffset:_.scrollTop}function I_(_,e){if(q_(_)){window.scrollTo(0,e);return}_.scrollTop=e}function R$t(_){var e=getComputedStyle(_),t=e.position==="absolute",n=/(auto|scroll)/;if(e.position==="fixed")return document.documentElement;for(var s=_;s=s.parentElement;)if(e=getComputedStyle(s),!(t&&e.position==="static")&&n.test(e.overflow+e.overflowY+e.overflowX))return s;return document.documentElement}function L$t(_,e,t,n){return t*((_=_/n-1)*_*_+1)+e}function r_(_,e){var t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:200,n=arguments.length>3&&arguments[3]!==void 0?arguments[3]:b_,s=zn(_),o=e-s,i=10,r=0;function a(){r+=i;var c=L$t(r,s,o,t);I_(_,c),r<t?window.requestAnimationFrame(a):n(_)}a()}function Mt(_,e){var t=_.getBoundingClientRect(),n=e.getBoundingClientRect(),s=e.offsetHeight/3;n.bottom+s>t.bottom?I_(_,Math.min(e.offsetTop+e.clientHeight-_.offsetHeight+s,_.scrollHeight)):n.top-s<t.top&&I_(_,Math.max(e.offsetTop-s,0))}function j$t(_){var e=_.getBoundingClientRect();return{bottom:e.bottom,height:e.height,left:e.left,right:e.right,top:e.top,width:e.width}}function Gt(){try{return document.createEvent("TouchEvent"),!0}catch{return!1}}function N$t(){try{return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}catch{return!1}}var Dn=!1,M$t={get passive(){return Dn=!0}},c_=typeof window<"u"?window:{};c_.addEventListener&&c_.removeEventListener&&(c_.addEventListener("p",b_,M$t),c_.removeEventListener("p",b_,!1));var G$t=Dn;function z$t(_){return _!=null}function D$t(_){return Array.isArray(_)}function Xe(_,e,t){return _?e:t}var F$t=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),s=1;s<t;s++)n[s-1]=arguments[s];var o=Object.entries(e).filter(function(i){var r=xe(i,1),a=r[0];return!n.includes(a)});return o.reduce(function(i,r){var a=xe(r,2),c=a[0],l=a[1];return i[c]=l,i},{})},B$t=["children","innerProps"],O$t=["children","innerProps"];function V$t(_){var e=_.maxHeight,t=_.menuEl,n=_.minHeight,s=_.placement,o=_.shouldScroll,i=_.isFixedPosition,r=_.controlHeight,a=R$t(t),c={placement:"bottom",maxHeight:e};if(!t||!t.offsetParent)return c;var l=a.getBoundingClientRect(),d=l.height,y=t.getBoundingClientRect(),f=y.bottom,m=y.height,h=y.top,g=t.offsetParent.getBoundingClientRect(),p=g.top,S=i?window.innerHeight:P$t(a),k=zn(a),x=parseInt(getComputedStyle(t).marginBottom,10),v=parseInt(getComputedStyle(t).marginTop,10),b=p-v,I=S-h,A=b+k,j=d-k-h,O=f-S+k+x,X=k+h-v,D=160;switch(s){case"auto":case"bottom":if(I>=m)return{placement:"bottom",maxHeight:e};if(j>=m&&!i)return o&&r_(a,O,D),{placement:"bottom",maxHeight:e};if(!i&&j>=n||i&&I>=n){o&&r_(a,O,D);var Z=i?I-x:j-x;return{placement:"bottom",maxHeight:Z}}if(s==="auto"||i){var _e=e,F=i?b:A;return F>=n&&(_e=Math.min(F-x-r,e)),{placement:"top",maxHeight:_e}}if(s==="bottom")return o&&I_(a,O),{placement:"bottom",maxHeight:e};break;case"top":if(b>=m)return{placement:"top",maxHeight:e};if(A>=m&&!i)return o&&r_(a,X,D),{placement:"top",maxHeight:e};if(!i&&A>=n||i&&b>=n){var B=e;return(!i&&A>=n||i&&b>=n)&&(B=i?b-v:A-v),o&&r_(a,X,D),{placement:"top",maxHeight:B}}return{placement:"bottom",maxHeight:e};default:throw new Error('Invalid placement provided "'.concat(s,'".'))}return c}function H$t(_){var e={bottom:"top",top:"bottom"};return _?e[_]:"bottom"}var Fn=function(e){return e==="auto"?"bottom":e},W$t=function(e,t){var n,s=e.placement,o=e.theme,i=o.borderRadius,r=o.spacing,a=o.colors;return T((n={label:"menu"},We(n,H$t(s),"100%"),We(n,"position","absolute"),We(n,"width","100%"),We(n,"zIndex",1),n),t?{}:{backgroundColor:a.neutral0,borderRadius:i,boxShadow:"0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)",marginBottom:r.menuGutter,marginTop:r.menuGutter})},Bn=w.createContext(null),X$t=function(e){var t=e.children,n=e.minMenuHeight,s=e.maxMenuHeight,o=e.menuPlacement,i=e.menuPosition,r=e.menuShouldScrollIntoView,a=e.theme,c=w.useContext(Bn)||{},l=c.setPortalPlacement,d=w.useRef(null),y=w.useState(s),f=xe(y,2),m=f[0],h=f[1],g=w.useState(null),p=xe(g,2),S=p[0],k=p[1],x=a.spacing.controlHeight;return K_(function(){var v=d.current;if(v){var b=i==="fixed",I=r&&!b,A=V$t({maxHeight:s,menuEl:v,minHeight:n,placement:o,shouldScroll:I,isFixedPosition:b,controlHeight:x});h(A.maxHeight),k(A.placement),l==null||l(A.placement)}},[s,o,i,r,n,l,x]),t({ref:d,placerProps:T(T({},e),{},{placement:S||Fn(o),maxHeight:m})})},Y$t=function(e){var t=e.children,n=e.innerRef,s=e.innerProps;return q("div",P({},V(e,"menu",{menu:!0}),{ref:n},s),t)},Z$t=Y$t,U$t=function(e,t){var n=e.maxHeight,s=e.theme.spacing.baseUnit;return T({maxHeight:n,overflowY:"auto",position:"relative",WebkitOverflowScrolling:"touch"},t?{}:{paddingBottom:s,paddingTop:s})},J$t=function(e){var t=e.children,n=e.innerProps,s=e.innerRef,o=e.isMulti;return q("div",P({},V(e,"menuList",{"menu-list":!0,"menu-list--is-multi":o}),{ref:s},n),t)},On=function(e,t){var n=e.theme,s=n.spacing.baseUnit,o=n.colors;return T({textAlign:"center"},t?{}:{color:o.neutral40,padding:"".concat(s*2,"px ").concat(s*3,"px")})},Q$t=On,K$t=On,ebt=function(e){var t=e.children,n=t===void 0?"No options":t,s=e.innerProps,o=ke(e,B$t);return q("div",P({},V(T(T({},o),{},{children:n,innerProps:s}),"noOptionsMessage",{"menu-notice":!0,"menu-notice--no-options":!0}),s),n)},_bt=function(e){var t=e.children,n=t===void 0?"Loading...":t,s=e.innerProps,o=ke(e,O$t);return q("div",P({},V(T(T({},o),{},{children:n,innerProps:s}),"loadingMessage",{"menu-notice":!0,"menu-notice--loading":!0}),s),n)},tbt=function(e){var t=e.rect,n=e.offset,s=e.position;return{left:t.left,position:s,top:n,width:t.width,zIndex:1}},sbt=function(e){var t=e.appendTo,n=e.children,s=e.controlElement,o=e.innerProps,i=e.menuPlacement,r=e.menuPosition,a=w.useRef(null),c=w.useRef(null),l=w.useState(Fn(i)),d=xe(l,2),y=d[0],f=d[1],m=w.useMemo(function(){return{setPortalPlacement:f}},[]),h=w.useState(null),g=xe(h,2),p=g[0],S=g[1],k=w.useCallback(function(){if(s){var I=j$t(s),A=r==="fixed"?0:window.pageYOffset,j=I[y]+A;(j!==(p==null?void 0:p.offset)||I.left!==(p==null?void 0:p.rect.left)||I.width!==(p==null?void 0:p.rect.width))&&S({offset:j,rect:I})}},[s,r,y,p==null?void 0:p.offset,p==null?void 0:p.rect.left,p==null?void 0:p.rect.width]);K_(function(){k()},[k]);var x=w.useCallback(function(){typeof c.current=="function"&&(c.current(),c.current=null),s&&a.current&&(c.current=A$t(s,a.current,k,{elementResize:"ResizeObserver"in window}))},[s,k]);K_(function(){x()},[x]);var v=w.useCallback(function(I){a.current=I,x()},[x]);if(!t&&r!=="fixed"||!p)return null;var b=q("div",P({ref:v},V(T(T({},e),{},{offset:p.offset,position:r,rect:p.rect}),"menuPortal",{"menu-portal":!0}),o),n);return q(Bn.Provider,{value:m},t?ga.createPortal(b,t):b)},nbt=function(e){var t=e.isDisabled,n=e.isRtl;return{label:"container",direction:n?"rtl":void 0,pointerEvents:t?"none":void 0,position:"relative"}},obt=function(e){var t=e.children,n=e.innerProps,s=e.isDisabled,o=e.isRtl;return q("div",P({},V(e,"container",{"--is-disabled":s,"--is-rtl":o}),n),t)},abt=function(e,t){var n=e.theme.spacing,s=e.isMulti,o=e.hasValue,i=e.selectProps.controlShouldRenderValue;return T({alignItems:"center",display:s&&o&&i?"flex":"grid",flex:1,flexWrap:"wrap",WebkitOverflowScrolling:"touch",position:"relative",overflow:"hidden"},t?{}:{padding:"".concat(n.baseUnit/2,"px ").concat(n.baseUnit*2,"px")})},ibt=function(e){var t=e.children,n=e.innerProps,s=e.isMulti,o=e.hasValue;return q("div",P({},V(e,"valueContainer",{"value-container":!0,"value-container--is-multi":s,"value-container--has-value":o}),n),t)},rbt=function(){return{alignItems:"center",alignSelf:"stretch",display:"flex",flexShrink:0}},cbt=function(e){var t=e.children,n=e.innerProps;return q("div",P({},V(e,"indicatorsContainer",{indicators:!0}),n),t)},zt,lbt=["size"],dbt=["innerProps","isRtl","size"];function ubt(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}var mbt=process.env.NODE_ENV==="production"?{name:"8mmkcg",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0"}:{name:"tj5bde-Svg",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0;label:Svg;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGljYXRvcnMudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXlCSSIsImZpbGUiOiJpbmRpY2F0b3JzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgSlNYLCBSZWFjdE5vZGUgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3gsIGtleWZyYW1lcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHtcbiAgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWUsXG4gIENTU09iamVjdFdpdGhMYWJlbCxcbiAgR3JvdXBCYXNlLFxufSBmcm9tICcuLi90eXBlcyc7XG5pbXBvcnQgeyBnZXRTdHlsZVByb3BzIH0gZnJvbSAnLi4vdXRpbHMnO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgSWNvbnNcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBTdmcgPSAoe1xuICBzaXplLFxuICAuLi5wcm9wc1xufTogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzdmcnXSAmIHsgc2l6ZTogbnVtYmVyIH0pID0+IChcbiAgPHN2Z1xuICAgIGhlaWdodD17c2l6ZX1cbiAgICB3aWR0aD17c2l6ZX1cbiAgICB2aWV3Qm94PVwiMCAwIDIwIDIwXCJcbiAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICBjc3M9e3tcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgZmlsbDogJ2N1cnJlbnRDb2xvcicsXG4gICAgICBsaW5lSGVpZ2h0OiAxLFxuICAgICAgc3Ryb2tlOiAnY3VycmVudENvbG9yJyxcbiAgICAgIHN0cm9rZVdpZHRoOiAwLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IHR5cGUgQ3Jvc3NJY29uUHJvcHMgPSBKU1guSW50cmluc2ljRWxlbWVudHNbJ3N2ZyddICYgeyBzaXplPzogbnVtYmVyIH07XG5leHBvcnQgY29uc3QgQ3Jvc3NJY29uID0gKHByb3BzOiBDcm9zc0ljb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNMTQuMzQ4IDE0Ljg0OWMtMC40NjkgMC40NjktMS4yMjkgMC40NjktMS42OTcgMGwtMi42NTEtMy4wMzAtMi42NTEgMy4wMjljLTAuNDY5IDAuNDY5LTEuMjI5IDAuNDY5LTEuNjk3IDAtMC40NjktMC40NjktMC40NjktMS4yMjkgMC0xLjY5N2wyLjc1OC0zLjE1LTIuNzU5LTMuMTUyYy0wLjQ2OS0wLjQ2OS0wLjQ2OS0xLjIyOCAwLTEuNjk3czEuMjI4LTAuNDY5IDEuNjk3IDBsMi42NTIgMy4wMzEgMi42NTEtMy4wMzFjMC40NjktMC40NjkgMS4yMjgtMC40NjkgMS42OTcgMHMwLjQ2OSAxLjIyOSAwIDEuNjk3bC0yLjc1OCAzLjE1MiAyLjc1OCAzLjE1YzAuNDY5IDAuNDY5IDAuNDY5IDEuMjI5IDAgMS42OTh6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuZXhwb3J0IHR5cGUgRG93bkNoZXZyb25Qcm9wcyA9IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snc3ZnJ10gJiB7IHNpemU/OiBudW1iZXIgfTtcbmV4cG9ydCBjb25zdCBEb3duQ2hldnJvbiA9IChwcm9wczogRG93bkNoZXZyb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNNC41MTYgNy41NDhjMC40MzYtMC40NDYgMS4wNDMtMC40ODEgMS41NzYgMGwzLjkwOCAzLjc0NyAzLjkwOC0zLjc0N2MwLjUzMy0wLjQ4MSAxLjE0MS0wLjQ0NiAxLjU3NCAwIDAuNDM2IDAuNDQ1IDAuNDA4IDEuMTk3IDAgMS42MTUtMC40MDYgMC40MTgtNC42OTUgNC41MDItNC42OTUgNC41MDItMC4yMTcgMC4yMjMtMC41MDIgMC4zMzUtMC43ODcgMC4zMzVzLTAuNTctMC4xMTItMC43ODktMC4zMzVjMCAwLTQuMjg3LTQuMDg0LTQuNjk1LTQuNTAycy0wLjQzNi0xLjE3IDAtMS42MTV6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgQnV0dG9uc1xuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG5cbmV4cG9ydCBpbnRlcmZhY2UgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxcbiAgT3B0aW9uID0gdW5rbm93bixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4gPSBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+ID0gR3JvdXBCYXNlPE9wdGlvbj5cbj4gZXh0ZW5kcyBDb21tb25Qcm9wc0FuZENsYXNzTmFtZTxPcHRpb24sIElzTXVsdGksIEdyb3VwPiB7XG4gIC8qKiBUaGUgY2hpbGRyZW4gdG8gYmUgcmVuZGVyZWQgaW5zaWRlIHRoZSBpbmRpY2F0b3IuICovXG4gIGNoaWxkcmVuPzogUmVhY3ROb2RlO1xuICAvKiogUHJvcHMgdGhhdCB3aWxsIGJlIHBhc3NlZCBvbiB0byB0aGUgY2hpbGRyZW4uICovXG4gIGlubmVyUHJvcHM6IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snZGl2J107XG4gIC8qKiBUaGUgZm9jdXNlZCBzdGF0ZSBvZiB0aGUgc2VsZWN0LiAqL1xuICBpc0ZvY3VzZWQ6IGJvb2xlYW47XG4gIGlzRGlzYWJsZWQ6IGJvb2xlYW47XG59XG5cbmNvbnN0IGJhc2VDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgdGhlbWU6IHtcbiAgICAgIHNwYWNpbmc6IHsgYmFzZVVuaXQgfSxcbiAgICAgIGNvbG9ycyxcbiAgICB9LFxuICB9OlxuICAgIHwgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuICAgIHwgQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2luZGljYXRvckNvbnRhaW5lcicsXG4gIGRpc3BsYXk6ICdmbGV4JyxcbiAgdHJhbnNpdGlvbjogJ2NvbG9yIDE1MG1zJyxcbiAgLi4uKHVuc3R5bGVkXG4gICAgPyB7fVxuICAgIDoge1xuICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw2MCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIHBhZGRpbmc6IGJhc2VVbml0ICogMixcbiAgICAgICAgJzpob3Zlcic6IHtcbiAgICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw4MCA6IGNvbG9ycy5uZXV0cmFsNDAsXG4gICAgICAgIH0sXG4gICAgICB9KSxcbn0pO1xuXG5leHBvcnQgY29uc3QgZHJvcGRvd25JbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IERyb3Bkb3duSW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnZHJvcGRvd25JbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2Ryb3Bkb3duLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8RG93bkNoZXZyb24gLz59XG4gICAgPC9kaXY+XG4gICk7XG59O1xuXG5leHBvcnQgaW50ZXJmYWNlIENsZWFySW5kaWNhdG9yUHJvcHM8XG4gIE9wdGlvbiA9IHVua25vd24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuID0gYm9vbGVhbixcbiAgR3JvdXAgZXh0ZW5kcyBHcm91cEJhc2U8T3B0aW9uPiA9IEdyb3VwQmFzZTxPcHRpb24+XG4+IGV4dGVuZHMgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWU8T3B0aW9uLCBJc011bHRpLCBHcm91cD4ge1xuICAvKiogVGhlIGNoaWxkcmVuIHRvIGJlIHJlbmRlcmVkIGluc2lkZSB0aGUgaW5kaWNhdG9yLiAqL1xuICBjaGlsZHJlbj86IFJlYWN0Tm9kZTtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xufVxuXG5leHBvcnQgY29uc3QgY2xlYXJJbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IENsZWFySW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnY2xlYXJJbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2NsZWFyLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8Q3Jvc3NJY29uIC8+fVxuICAgIDwvZGl2PlxuICApO1xufTtcblxuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4vLyBTZXBhcmF0b3Jcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5leHBvcnQgaW50ZXJmYWNlIEluZGljYXRvclNlcGFyYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgaXNEaXNhYmxlZDogYm9vbGVhbjtcbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpbm5lclByb3BzPzogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ107XG59XG5cbmV4cG9ydCBjb25zdCBpbmRpY2F0b3JTZXBhcmF0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0Rpc2FibGVkLFxuICAgIHRoZW1lOiB7XG4gICAgICBzcGFjaW5nOiB7IGJhc2VVbml0IH0sXG4gICAgICBjb2xvcnMsXG4gICAgfSxcbiAgfTogSW5kaWNhdG9yU2VwYXJhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD4sXG4gIHVuc3R5bGVkOiBib29sZWFuXG4pOiBDU1NPYmplY3RXaXRoTGFiZWwgPT4gKHtcbiAgbGFiZWw6ICdpbmRpY2F0b3JTZXBhcmF0b3InLFxuICBhbGlnblNlbGY6ICdzdHJldGNoJyxcbiAgd2lkdGg6IDEsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgYmFja2dyb3VuZENvbG9yOiBpc0Rpc2FibGVkID8gY29sb3JzLm5ldXRyYWwxMCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIG1hcmdpbkJvdHRvbTogYmFzZVVuaXQgKiAyLFxuICAgICAgICBtYXJnaW5Ub3A6IGJhc2VVbml0ICogMixcbiAgICAgIH0pLFxufSk7XG5cbmV4cG9ydCBjb25zdCBJbmRpY2F0b3JTZXBhcmF0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHByb3BzOiBJbmRpY2F0b3JTZXBhcmF0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgaW5uZXJQcm9wcyB9ID0gcHJvcHM7XG4gIHJldHVybiAoXG4gICAgPHNwYW5cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgICAgey4uLmdldFN0eWxlUHJvcHMocHJvcHMsICdpbmRpY2F0b3JTZXBhcmF0b3InLCB7XG4gICAgICAgICdpbmRpY2F0b3Itc2VwYXJhdG9yJzogdHJ1ZSxcbiAgICAgIH0pfVxuICAgIC8+XG4gICk7XG59O1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIExvYWRpbmdcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBsb2FkaW5nRG90QW5pbWF0aW9ucyA9IGtleWZyYW1lc2BcbiAgMCUsIDgwJSwgMTAwJSB7IG9wYWNpdHk6IDA7IH1cbiAgNDAlIHsgb3BhY2l0eTogMTsgfVxuYDtcblxuZXhwb3J0IGNvbnN0IGxvYWRpbmdJbmRpY2F0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgc2l6ZSxcbiAgICB0aGVtZToge1xuICAgICAgY29sb3JzLFxuICAgICAgc3BhY2luZzogeyBiYXNlVW5pdCB9LFxuICAgIH0sXG4gIH06IExvYWRpbmdJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2xvYWRpbmdJbmRpY2F0b3InLFxuICBkaXNwbGF5OiAnZmxleCcsXG4gIHRyYW5zaXRpb246ICdjb2xvciAxNTBtcycsXG4gIGFsaWduU2VsZjogJ2NlbnRlcicsXG4gIGZvbnRTaXplOiBzaXplLFxuICBsaW5lSGVpZ2h0OiAxLFxuICBtYXJnaW5SaWdodDogc2l6ZSxcbiAgdGV4dEFsaWduOiAnY2VudGVyJyxcbiAgdmVydGljYWxBbGlnbjogJ21pZGRsZScsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgY29sb3I6IGlzRm9jdXNlZCA/IGNvbG9ycy5uZXV0cmFsNjAgOiBjb2xvcnMubmV1dHJhbDIwLFxuICAgICAgICBwYWRkaW5nOiBiYXNlVW5pdCAqIDIsXG4gICAgICB9KSxcbn0pO1xuXG5pbnRlcmZhY2UgTG9hZGluZ0RvdFByb3BzIHtcbiAgZGVsYXk6IG51bWJlcjtcbiAgb2Zmc2V0OiBib29sZWFuO1xufVxuY29uc3QgTG9hZGluZ0RvdCA9ICh7IGRlbGF5LCBvZmZzZXQgfTogTG9hZGluZ0RvdFByb3BzKSA9PiAoXG4gIDxzcGFuXG4gICAgY3NzPXt7XG4gICAgICBhbmltYXRpb246IGAke2xvYWRpbmdEb3RBbmltYXRpb25zfSAxcyBlYXNlLWluLW91dCAke2RlbGF5fW1zIGluZmluaXRlO2AsXG4gICAgICBiYWNrZ3JvdW5kQ29sb3I6ICdjdXJyZW50Q29sb3InLFxuICAgICAgYm9yZGVyUmFkaXVzOiAnMWVtJyxcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgbWFyZ2luTGVmdDogb2Zmc2V0ID8gJzFlbScgOiB1bmRlZmluZWQsXG4gICAgICBoZWlnaHQ6ICcxZW0nLFxuICAgICAgdmVydGljYWxBbGlnbjogJ3RvcCcsXG4gICAgICB3aWR0aDogJzFlbScsXG4gICAgfX1cbiAgLz5cbik7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTG9hZGluZ0luZGljYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpc0Rpc2FibGVkOiBib29sZWFuO1xuICAvKiogU2V0IHNpemUgb2YgdGhlIGNvbnRhaW5lci4gKi9cbiAgc2l6ZTogbnVtYmVyO1xufVxuZXhwb3J0IGNvbnN0IExvYWRpbmdJbmRpY2F0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oe1xuICBpbm5lclByb3BzLFxuICBpc1J0bCxcbiAgc2l6ZSA9IDQsXG4gIC4uLnJlc3RQcm9wc1xufTogTG9hZGluZ0luZGljYXRvclByb3BzPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+KSA9PiB7XG4gIHJldHVybiAoXG4gICAgPGRpdlxuICAgICAgey4uLmdldFN0eWxlUHJvcHMoXG4gICAgICAgIHsgLi4ucmVzdFByb3BzLCBpbm5lclByb3BzLCBpc1J0bCwgc2l6ZSB9LFxuICAgICAgICAnbG9hZGluZ0luZGljYXRvcicsXG4gICAgICAgIHtcbiAgICAgICAgICBpbmRpY2F0b3I6IHRydWUsXG4gICAgICAgICAgJ2xvYWRpbmctaW5kaWNhdG9yJzogdHJ1ZSxcbiAgICAgICAgfVxuICAgICAgKX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIDxMb2FkaW5nRG90IGRlbGF5PXswfSBvZmZzZXQ9e2lzUnRsfSAvPlxuICAgICAgPExvYWRpbmdEb3QgZGVsYXk9ezE2MH0gb2Zmc2V0IC8+XG4gICAgICA8TG9hZGluZ0RvdCBkZWxheT17MzIwfSBvZmZzZXQ9eyFpc1J0bH0gLz5cbiAgICA8L2Rpdj5cbiAgKTtcbn07XG4iXX0= */",toString:ubt},Vn=function(e){var t=e.size,n=ke(e,lbt);return q("svg",P({height:t,width:t,viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",css:mbt},n))},ut=function(e){return q(Vn,P({size:20},e),q("path",{d:"M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"}))},Hn=function(e){return q(Vn,P({size:20},e),q("path",{d:"M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"}))},Wn=function(e,t){var n=e.isFocused,s=e.theme,o=s.spacing.baseUnit,i=s.colors;return T({label:"indicatorContainer",display:"flex",transition:"color 150ms"},t?{}:{color:n?i.neutral60:i.neutral20,padding:o*2,":hover":{color:n?i.neutral80:i.neutral40}})},hbt=Wn,gbt=function(e){var t=e.children,n=e.innerProps;return q("div",P({},V(e,"dropdownIndicator",{indicator:!0,"dropdown-indicator":!0}),n),t||q(Hn,null))},pbt=Wn,ybt=function(e){var t=e.children,n=e.innerProps;return q("div",P({},V(e,"clearIndicator",{indicator:!0,"clear-indicator":!0}),n),t||q(ut,null))},fbt=function(e,t){var n=e.isDisabled,s=e.theme,o=s.spacing.baseUnit,i=s.colors;return T({label:"indicatorSeparator",alignSelf:"stretch",width:1},t?{}:{backgroundColor:n?i.neutral10:i.neutral20,marginBottom:o*2,marginTop:o*2})},wbt=function(e){var t=e.innerProps;return q("span",P({},t,V(e,"indicatorSeparator",{"indicator-separator":!0})))},vbt=l$t(zt||(zt=g$t([`
22
+ 0%, 80%, 100% { opacity: 0; }
23
+ 40% { opacity: 1; }
24
+ `]))),$bt=function(e,t){var n=e.isFocused,s=e.size,o=e.theme,i=o.colors,r=o.spacing.baseUnit;return T({label:"loadingIndicator",display:"flex",transition:"color 150ms",alignSelf:"center",fontSize:s,lineHeight:1,marginRight:s,textAlign:"center",verticalAlign:"middle"},t?{}:{color:n?i.neutral60:i.neutral20,padding:r*2})},M_=function(e){var t=e.delay,n=e.offset;return q("span",{css:rt({animation:"".concat(vbt," 1s ease-in-out ").concat(t,"ms infinite;"),backgroundColor:"currentColor",borderRadius:"1em",display:"inline-block",marginLeft:n?"1em":void 0,height:"1em",verticalAlign:"top",width:"1em"},process.env.NODE_ENV==="production"?"":";label:LoadingDot;",process.env.NODE_ENV==="production"?"":"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGljYXRvcnMudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW1RSSIsImZpbGUiOiJpbmRpY2F0b3JzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgSlNYLCBSZWFjdE5vZGUgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3gsIGtleWZyYW1lcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHtcbiAgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWUsXG4gIENTU09iamVjdFdpdGhMYWJlbCxcbiAgR3JvdXBCYXNlLFxufSBmcm9tICcuLi90eXBlcyc7XG5pbXBvcnQgeyBnZXRTdHlsZVByb3BzIH0gZnJvbSAnLi4vdXRpbHMnO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgSWNvbnNcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBTdmcgPSAoe1xuICBzaXplLFxuICAuLi5wcm9wc1xufTogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzdmcnXSAmIHsgc2l6ZTogbnVtYmVyIH0pID0+IChcbiAgPHN2Z1xuICAgIGhlaWdodD17c2l6ZX1cbiAgICB3aWR0aD17c2l6ZX1cbiAgICB2aWV3Qm94PVwiMCAwIDIwIDIwXCJcbiAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICBjc3M9e3tcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgZmlsbDogJ2N1cnJlbnRDb2xvcicsXG4gICAgICBsaW5lSGVpZ2h0OiAxLFxuICAgICAgc3Ryb2tlOiAnY3VycmVudENvbG9yJyxcbiAgICAgIHN0cm9rZVdpZHRoOiAwLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IHR5cGUgQ3Jvc3NJY29uUHJvcHMgPSBKU1guSW50cmluc2ljRWxlbWVudHNbJ3N2ZyddICYgeyBzaXplPzogbnVtYmVyIH07XG5leHBvcnQgY29uc3QgQ3Jvc3NJY29uID0gKHByb3BzOiBDcm9zc0ljb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNMTQuMzQ4IDE0Ljg0OWMtMC40NjkgMC40NjktMS4yMjkgMC40NjktMS42OTcgMGwtMi42NTEtMy4wMzAtMi42NTEgMy4wMjljLTAuNDY5IDAuNDY5LTEuMjI5IDAuNDY5LTEuNjk3IDAtMC40NjktMC40NjktMC40NjktMS4yMjkgMC0xLjY5N2wyLjc1OC0zLjE1LTIuNzU5LTMuMTUyYy0wLjQ2OS0wLjQ2OS0wLjQ2OS0xLjIyOCAwLTEuNjk3czEuMjI4LTAuNDY5IDEuNjk3IDBsMi42NTIgMy4wMzEgMi42NTEtMy4wMzFjMC40NjktMC40NjkgMS4yMjgtMC40NjkgMS42OTcgMHMwLjQ2OSAxLjIyOSAwIDEuNjk3bC0yLjc1OCAzLjE1MiAyLjc1OCAzLjE1YzAuNDY5IDAuNDY5IDAuNDY5IDEuMjI5IDAgMS42OTh6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuZXhwb3J0IHR5cGUgRG93bkNoZXZyb25Qcm9wcyA9IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snc3ZnJ10gJiB7IHNpemU/OiBudW1iZXIgfTtcbmV4cG9ydCBjb25zdCBEb3duQ2hldnJvbiA9IChwcm9wczogRG93bkNoZXZyb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNNC41MTYgNy41NDhjMC40MzYtMC40NDYgMS4wNDMtMC40ODEgMS41NzYgMGwzLjkwOCAzLjc0NyAzLjkwOC0zLjc0N2MwLjUzMy0wLjQ4MSAxLjE0MS0wLjQ0NiAxLjU3NCAwIDAuNDM2IDAuNDQ1IDAuNDA4IDEuMTk3IDAgMS42MTUtMC40MDYgMC40MTgtNC42OTUgNC41MDItNC42OTUgNC41MDItMC4yMTcgMC4yMjMtMC41MDIgMC4zMzUtMC43ODcgMC4zMzVzLTAuNTctMC4xMTItMC43ODktMC4zMzVjMCAwLTQuMjg3LTQuMDg0LTQuNjk1LTQuNTAycy0wLjQzNi0xLjE3IDAtMS42MTV6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgQnV0dG9uc1xuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG5cbmV4cG9ydCBpbnRlcmZhY2UgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxcbiAgT3B0aW9uID0gdW5rbm93bixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4gPSBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+ID0gR3JvdXBCYXNlPE9wdGlvbj5cbj4gZXh0ZW5kcyBDb21tb25Qcm9wc0FuZENsYXNzTmFtZTxPcHRpb24sIElzTXVsdGksIEdyb3VwPiB7XG4gIC8qKiBUaGUgY2hpbGRyZW4gdG8gYmUgcmVuZGVyZWQgaW5zaWRlIHRoZSBpbmRpY2F0b3IuICovXG4gIGNoaWxkcmVuPzogUmVhY3ROb2RlO1xuICAvKiogUHJvcHMgdGhhdCB3aWxsIGJlIHBhc3NlZCBvbiB0byB0aGUgY2hpbGRyZW4uICovXG4gIGlubmVyUHJvcHM6IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snZGl2J107XG4gIC8qKiBUaGUgZm9jdXNlZCBzdGF0ZSBvZiB0aGUgc2VsZWN0LiAqL1xuICBpc0ZvY3VzZWQ6IGJvb2xlYW47XG4gIGlzRGlzYWJsZWQ6IGJvb2xlYW47XG59XG5cbmNvbnN0IGJhc2VDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgdGhlbWU6IHtcbiAgICAgIHNwYWNpbmc6IHsgYmFzZVVuaXQgfSxcbiAgICAgIGNvbG9ycyxcbiAgICB9LFxuICB9OlxuICAgIHwgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuICAgIHwgQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2luZGljYXRvckNvbnRhaW5lcicsXG4gIGRpc3BsYXk6ICdmbGV4JyxcbiAgdHJhbnNpdGlvbjogJ2NvbG9yIDE1MG1zJyxcbiAgLi4uKHVuc3R5bGVkXG4gICAgPyB7fVxuICAgIDoge1xuICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw2MCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIHBhZGRpbmc6IGJhc2VVbml0ICogMixcbiAgICAgICAgJzpob3Zlcic6IHtcbiAgICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw4MCA6IGNvbG9ycy5uZXV0cmFsNDAsXG4gICAgICAgIH0sXG4gICAgICB9KSxcbn0pO1xuXG5leHBvcnQgY29uc3QgZHJvcGRvd25JbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IERyb3Bkb3duSW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnZHJvcGRvd25JbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2Ryb3Bkb3duLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8RG93bkNoZXZyb24gLz59XG4gICAgPC9kaXY+XG4gICk7XG59O1xuXG5leHBvcnQgaW50ZXJmYWNlIENsZWFySW5kaWNhdG9yUHJvcHM8XG4gIE9wdGlvbiA9IHVua25vd24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuID0gYm9vbGVhbixcbiAgR3JvdXAgZXh0ZW5kcyBHcm91cEJhc2U8T3B0aW9uPiA9IEdyb3VwQmFzZTxPcHRpb24+XG4+IGV4dGVuZHMgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWU8T3B0aW9uLCBJc011bHRpLCBHcm91cD4ge1xuICAvKiogVGhlIGNoaWxkcmVuIHRvIGJlIHJlbmRlcmVkIGluc2lkZSB0aGUgaW5kaWNhdG9yLiAqL1xuICBjaGlsZHJlbj86IFJlYWN0Tm9kZTtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xufVxuXG5leHBvcnQgY29uc3QgY2xlYXJJbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IENsZWFySW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnY2xlYXJJbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2NsZWFyLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8Q3Jvc3NJY29uIC8+fVxuICAgIDwvZGl2PlxuICApO1xufTtcblxuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4vLyBTZXBhcmF0b3Jcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5leHBvcnQgaW50ZXJmYWNlIEluZGljYXRvclNlcGFyYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgaXNEaXNhYmxlZDogYm9vbGVhbjtcbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpbm5lclByb3BzPzogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ107XG59XG5cbmV4cG9ydCBjb25zdCBpbmRpY2F0b3JTZXBhcmF0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0Rpc2FibGVkLFxuICAgIHRoZW1lOiB7XG4gICAgICBzcGFjaW5nOiB7IGJhc2VVbml0IH0sXG4gICAgICBjb2xvcnMsXG4gICAgfSxcbiAgfTogSW5kaWNhdG9yU2VwYXJhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD4sXG4gIHVuc3R5bGVkOiBib29sZWFuXG4pOiBDU1NPYmplY3RXaXRoTGFiZWwgPT4gKHtcbiAgbGFiZWw6ICdpbmRpY2F0b3JTZXBhcmF0b3InLFxuICBhbGlnblNlbGY6ICdzdHJldGNoJyxcbiAgd2lkdGg6IDEsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgYmFja2dyb3VuZENvbG9yOiBpc0Rpc2FibGVkID8gY29sb3JzLm5ldXRyYWwxMCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIG1hcmdpbkJvdHRvbTogYmFzZVVuaXQgKiAyLFxuICAgICAgICBtYXJnaW5Ub3A6IGJhc2VVbml0ICogMixcbiAgICAgIH0pLFxufSk7XG5cbmV4cG9ydCBjb25zdCBJbmRpY2F0b3JTZXBhcmF0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHByb3BzOiBJbmRpY2F0b3JTZXBhcmF0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgaW5uZXJQcm9wcyB9ID0gcHJvcHM7XG4gIHJldHVybiAoXG4gICAgPHNwYW5cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgICAgey4uLmdldFN0eWxlUHJvcHMocHJvcHMsICdpbmRpY2F0b3JTZXBhcmF0b3InLCB7XG4gICAgICAgICdpbmRpY2F0b3Itc2VwYXJhdG9yJzogdHJ1ZSxcbiAgICAgIH0pfVxuICAgIC8+XG4gICk7XG59O1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIExvYWRpbmdcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBsb2FkaW5nRG90QW5pbWF0aW9ucyA9IGtleWZyYW1lc2BcbiAgMCUsIDgwJSwgMTAwJSB7IG9wYWNpdHk6IDA7IH1cbiAgNDAlIHsgb3BhY2l0eTogMTsgfVxuYDtcblxuZXhwb3J0IGNvbnN0IGxvYWRpbmdJbmRpY2F0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgc2l6ZSxcbiAgICB0aGVtZToge1xuICAgICAgY29sb3JzLFxuICAgICAgc3BhY2luZzogeyBiYXNlVW5pdCB9LFxuICAgIH0sXG4gIH06IExvYWRpbmdJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2xvYWRpbmdJbmRpY2F0b3InLFxuICBkaXNwbGF5OiAnZmxleCcsXG4gIHRyYW5zaXRpb246ICdjb2xvciAxNTBtcycsXG4gIGFsaWduU2VsZjogJ2NlbnRlcicsXG4gIGZvbnRTaXplOiBzaXplLFxuICBsaW5lSGVpZ2h0OiAxLFxuICBtYXJnaW5SaWdodDogc2l6ZSxcbiAgdGV4dEFsaWduOiAnY2VudGVyJyxcbiAgdmVydGljYWxBbGlnbjogJ21pZGRsZScsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgY29sb3I6IGlzRm9jdXNlZCA/IGNvbG9ycy5uZXV0cmFsNjAgOiBjb2xvcnMubmV1dHJhbDIwLFxuICAgICAgICBwYWRkaW5nOiBiYXNlVW5pdCAqIDIsXG4gICAgICB9KSxcbn0pO1xuXG5pbnRlcmZhY2UgTG9hZGluZ0RvdFByb3BzIHtcbiAgZGVsYXk6IG51bWJlcjtcbiAgb2Zmc2V0OiBib29sZWFuO1xufVxuY29uc3QgTG9hZGluZ0RvdCA9ICh7IGRlbGF5LCBvZmZzZXQgfTogTG9hZGluZ0RvdFByb3BzKSA9PiAoXG4gIDxzcGFuXG4gICAgY3NzPXt7XG4gICAgICBhbmltYXRpb246IGAke2xvYWRpbmdEb3RBbmltYXRpb25zfSAxcyBlYXNlLWluLW91dCAke2RlbGF5fW1zIGluZmluaXRlO2AsXG4gICAgICBiYWNrZ3JvdW5kQ29sb3I6ICdjdXJyZW50Q29sb3InLFxuICAgICAgYm9yZGVyUmFkaXVzOiAnMWVtJyxcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgbWFyZ2luTGVmdDogb2Zmc2V0ID8gJzFlbScgOiB1bmRlZmluZWQsXG4gICAgICBoZWlnaHQ6ICcxZW0nLFxuICAgICAgdmVydGljYWxBbGlnbjogJ3RvcCcsXG4gICAgICB3aWR0aDogJzFlbScsXG4gICAgfX1cbiAgLz5cbik7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTG9hZGluZ0luZGljYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpc0Rpc2FibGVkOiBib29sZWFuO1xuICAvKiogU2V0IHNpemUgb2YgdGhlIGNvbnRhaW5lci4gKi9cbiAgc2l6ZTogbnVtYmVyO1xufVxuZXhwb3J0IGNvbnN0IExvYWRpbmdJbmRpY2F0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oe1xuICBpbm5lclByb3BzLFxuICBpc1J0bCxcbiAgc2l6ZSA9IDQsXG4gIC4uLnJlc3RQcm9wc1xufTogTG9hZGluZ0luZGljYXRvclByb3BzPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+KSA9PiB7XG4gIHJldHVybiAoXG4gICAgPGRpdlxuICAgICAgey4uLmdldFN0eWxlUHJvcHMoXG4gICAgICAgIHsgLi4ucmVzdFByb3BzLCBpbm5lclByb3BzLCBpc1J0bCwgc2l6ZSB9LFxuICAgICAgICAnbG9hZGluZ0luZGljYXRvcicsXG4gICAgICAgIHtcbiAgICAgICAgICBpbmRpY2F0b3I6IHRydWUsXG4gICAgICAgICAgJ2xvYWRpbmctaW5kaWNhdG9yJzogdHJ1ZSxcbiAgICAgICAgfVxuICAgICAgKX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIDxMb2FkaW5nRG90IGRlbGF5PXswfSBvZmZzZXQ9e2lzUnRsfSAvPlxuICAgICAgPExvYWRpbmdEb3QgZGVsYXk9ezE2MH0gb2Zmc2V0IC8+XG4gICAgICA8TG9hZGluZ0RvdCBkZWxheT17MzIwfSBvZmZzZXQ9eyFpc1J0bH0gLz5cbiAgICA8L2Rpdj5cbiAgKTtcbn07XG4iXX0= */")})},bbt=function(e){var t=e.innerProps,n=e.isRtl,s=e.size,o=s===void 0?4:s,i=ke(e,dbt);return q("div",P({},V(T(T({},i),{},{innerProps:t,isRtl:n,size:o}),"loadingIndicator",{indicator:!0,"loading-indicator":!0}),t),q(M_,{delay:0,offset:n}),q(M_,{delay:160,offset:!0}),q(M_,{delay:320,offset:!n}))},kbt=function(e,t){var n=e.isDisabled,s=e.isFocused,o=e.theme,i=o.colors,r=o.borderRadius,a=o.spacing;return T({label:"control",alignItems:"center",cursor:"default",display:"flex",flexWrap:"wrap",justifyContent:"space-between",minHeight:a.controlHeight,outline:"0 !important",position:"relative",transition:"all 100ms"},t?{}:{backgroundColor:n?i.neutral5:i.neutral0,borderColor:n?i.neutral10:s?i.primary:i.neutral20,borderRadius:r,borderStyle:"solid",borderWidth:1,boxShadow:s?"0 0 0 1px ".concat(i.primary):void 0,"&:hover":{borderColor:s?i.primary:i.neutral30}})},Ibt=function(e){var t=e.children,n=e.isDisabled,s=e.isFocused,o=e.innerRef,i=e.innerProps,r=e.menuIsOpen;return q("div",P({ref:o},V(e,"control",{control:!0,"control--is-disabled":n,"control--is-focused":s,"control--menu-is-open":r}),i,{"aria-disabled":n||void 0}),t)},xbt=Ibt,Cbt=["data"],Sbt=function(e,t){var n=e.theme.spacing;return t?{}:{paddingBottom:n.baseUnit*2,paddingTop:n.baseUnit*2}},Abt=function(e){var t=e.children,n=e.cx,s=e.getStyles,o=e.getClassNames,i=e.Heading,r=e.headingProps,a=e.innerProps,c=e.label,l=e.theme,d=e.selectProps;return q("div",P({},V(e,"group",{group:!0}),a),q(i,P({},r,{selectProps:d,theme:l,getStyles:s,getClassNames:o,cx:n}),c),q("div",null,t))},Ebt=function(e,t){var n=e.theme,s=n.colors,o=n.spacing;return T({label:"group",cursor:"default",display:"block"},t?{}:{color:s.neutral40,fontSize:"75%",fontWeight:500,marginBottom:"0.25em",paddingLeft:o.baseUnit*3,paddingRight:o.baseUnit*3,textTransform:"uppercase"})},qbt=function(e){var t=Gn(e);t.data;var n=ke(t,Cbt);return q("div",P({},V(e,"groupHeading",{"group-heading":!0}),n))},Tbt=Abt,Pbt=["innerRef","isDisabled","isHidden","inputClassName"],Rbt=function(e,t){var n=e.isDisabled,s=e.value,o=e.theme,i=o.spacing,r=o.colors;return T(T({visibility:n?"hidden":"visible",transform:s?"translateZ(0)":""},Lbt),t?{}:{margin:i.baseUnit/2,paddingBottom:i.baseUnit/2,paddingTop:i.baseUnit/2,color:r.neutral80})},Xn={gridArea:"1 / 2",font:"inherit",minWidth:"2px",border:0,margin:0,outline:0,padding:0},Lbt={flex:"1 1 auto",display:"inline-grid",gridArea:"1 / 1 / 2 / 3",gridTemplateColumns:"0 min-content","&:after":T({content:'attr(data-value) " "',visibility:"hidden",whiteSpace:"pre"},Xn)},jbt=function(e){return T({label:"input",color:"inherit",background:0,opacity:e?0:1,width:"100%"},Xn)},Nbt=function(e){var t=e.cx,n=e.value,s=Gn(e),o=s.innerRef,i=s.isDisabled,r=s.isHidden,a=s.inputClassName,c=ke(s,Pbt);return q("div",P({},V(e,"input",{"input-container":!0}),{"data-value":n||""}),q("input",P({className:t({input:!0},a),ref:o,style:jbt(r),disabled:i},c)))},Mbt=Nbt,Gbt=function(e,t){var n=e.theme,s=n.spacing,o=n.borderRadius,i=n.colors;return T({label:"multiValue",display:"flex",minWidth:0},t?{}:{backgroundColor:i.neutral10,borderRadius:o/2,margin:s.baseUnit/2})},zbt=function(e,t){var n=e.theme,s=n.borderRadius,o=n.colors,i=e.cropWithEllipsis;return T({overflow:"hidden",textOverflow:i||i===void 0?"ellipsis":void 0,whiteSpace:"nowrap"},t?{}:{borderRadius:s/2,color:o.neutral80,fontSize:"85%",padding:3,paddingLeft:6})},Dbt=function(e,t){var n=e.theme,s=n.spacing,o=n.borderRadius,i=n.colors,r=e.isFocused;return T({alignItems:"center",display:"flex"},t?{}:{borderRadius:o/2,backgroundColor:r?i.dangerLight:void 0,paddingLeft:s.baseUnit,paddingRight:s.baseUnit,":hover":{backgroundColor:i.dangerLight,color:i.danger}})},Yn=function(e){var t=e.children,n=e.innerProps;return q("div",n,t)},Fbt=Yn,Bbt=Yn;function Obt(_){var e=_.children,t=_.innerProps;return q("div",P({role:"button"},t),e||q(ut,{size:14}))}var Vbt=function(e){var t=e.children,n=e.components,s=e.data,o=e.innerProps,i=e.isDisabled,r=e.removeProps,a=e.selectProps,c=n.Container,l=n.Label,d=n.Remove;return q(c,{data:s,innerProps:T(T({},V(e,"multiValue",{"multi-value":!0,"multi-value--is-disabled":i})),o),selectProps:a},q(l,{data:s,innerProps:T({},V(e,"multiValueLabel",{"multi-value__label":!0})),selectProps:a},t),q(d,{data:s,innerProps:T(T({},V(e,"multiValueRemove",{"multi-value__remove":!0})),{},{"aria-label":"Remove ".concat(t||"option")},r),selectProps:a}))},Hbt=Vbt,Wbt=function(e,t){var n=e.isDisabled,s=e.isFocused,o=e.isSelected,i=e.theme,r=i.spacing,a=i.colors;return T({label:"option",cursor:"default",display:"block",fontSize:"inherit",width:"100%",userSelect:"none",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)"},t?{}:{backgroundColor:o?a.primary:s?a.primary25:"transparent",color:n?a.neutral20:o?a.neutral0:"inherit",padding:"".concat(r.baseUnit*2,"px ").concat(r.baseUnit*3,"px"),":active":{backgroundColor:n?void 0:o?a.primary:a.primary50}})},Xbt=function(e){var t=e.children,n=e.isDisabled,s=e.isFocused,o=e.isSelected,i=e.innerRef,r=e.innerProps;return q("div",P({},V(e,"option",{option:!0,"option--is-disabled":n,"option--is-focused":s,"option--is-selected":o}),{ref:i,"aria-disabled":n},r),t)},Ybt=Xbt,Zbt=function(e,t){var n=e.theme,s=n.spacing,o=n.colors;return T({label:"placeholder",gridArea:"1 / 1 / 2 / 3"},t?{}:{color:o.neutral50,marginLeft:s.baseUnit/2,marginRight:s.baseUnit/2})},Ubt=function(e){var t=e.children,n=e.innerProps;return q("div",P({},V(e,"placeholder",{placeholder:!0}),n),t)},Jbt=Ubt,Qbt=function(e,t){var n=e.isDisabled,s=e.theme,o=s.spacing,i=s.colors;return T({label:"singleValue",gridArea:"1 / 1 / 2 / 3",maxWidth:"100%",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},t?{}:{color:n?i.neutral40:i.neutral80,marginLeft:o.baseUnit/2,marginRight:o.baseUnit/2})},Kbt=function(e){var t=e.children,n=e.isDisabled,s=e.innerProps;return q("div",P({},V(e,"singleValue",{"single-value":!0,"single-value--is-disabled":n}),s),t)},e1t=Kbt,_1t={ClearIndicator:ybt,Control:xbt,DropdownIndicator:gbt,DownChevron:Hn,CrossIcon:ut,Group:Tbt,GroupHeading:qbt,IndicatorsContainer:cbt,IndicatorSeparator:wbt,Input:Mbt,LoadingIndicator:bbt,Menu:Z$t,MenuList:J$t,MenuPortal:sbt,LoadingMessage:_bt,NoOptionsMessage:ebt,MultiValue:Hbt,MultiValueContainer:Fbt,MultiValueLabel:Bbt,MultiValueRemove:Obt,Option:Ybt,Placeholder:Jbt,SelectContainer:obt,SingleValue:e1t,ValueContainer:ibt},t1t=function(e){return T(T({},_1t),e.components)},Dt=Number.isNaN||function(e){return typeof e=="number"&&e!==e};function s1t(_,e){return!!(_===e||Dt(_)&&Dt(e))}function n1t(_,e){if(_.length!==e.length)return!1;for(var t=0;t<_.length;t++)if(!s1t(_[t],e[t]))return!1;return!0}function o1t(_,e){e===void 0&&(e=n1t);var t=null;function n(){for(var s=[],o=0;o<arguments.length;o++)s[o]=arguments[o];if(t&&t.lastThis===this&&e(s,t.lastArgs))return t.lastResult;var i=_.apply(this,s);return t={lastResult:i,lastArgs:s,lastThis:this},i}return n.clear=function(){t=null},n}function a1t(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}var i1t=process.env.NODE_ENV==="production"?{name:"7pg0cj-a11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap"}:{name:"1f43avz-a11yText-A11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap;label:A11yText;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkExMXlUZXh0LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFPSSIsImZpbGUiOiJBMTF5VGV4dC50c3giLCJzb3VyY2VzQ29udGVudCI6WyIvKiogQGpzeCBqc3ggKi9cbmltcG9ydCB7IEpTWCB9IGZyb20gJ3JlYWN0JztcbmltcG9ydCB7IGpzeCB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuLy8gQXNzaXN0aXZlIHRleHQgdG8gZGVzY3JpYmUgdmlzdWFsIGVsZW1lbnRzLiBIaWRkZW4gZm9yIHNpZ2h0ZWQgdXNlcnMuXG5jb25zdCBBMTF5VGV4dCA9IChwcm9wczogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ10pID0+IChcbiAgPHNwYW5cbiAgICBjc3M9e3tcbiAgICAgIGxhYmVsOiAnYTExeVRleHQnLFxuICAgICAgekluZGV4OiA5OTk5LFxuICAgICAgYm9yZGVyOiAwLFxuICAgICAgY2xpcDogJ3JlY3QoMXB4LCAxcHgsIDFweCwgMXB4KScsXG4gICAgICBoZWlnaHQ6IDEsXG4gICAgICB3aWR0aDogMSxcbiAgICAgIHBvc2l0aW9uOiAnYWJzb2x1dGUnLFxuICAgICAgb3ZlcmZsb3c6ICdoaWRkZW4nLFxuICAgICAgcGFkZGluZzogMCxcbiAgICAgIHdoaXRlU3BhY2U6ICdub3dyYXAnLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IGRlZmF1bHQgQTExeVRleHQ7XG4iXX0= */",toString:a1t},r1t=function(e){return q("span",P({css:i1t},e))},Ft=r1t,c1t={guidance:function(e){var t=e.isSearchable,n=e.isMulti,s=e.tabSelectsValue,o=e.context,i=e.isInitialFocus;switch(o){case"menu":return"Use Up and Down to choose options, press Enter to select the currently focused option, press Escape to exit the menu".concat(s?", press Tab to select the option and exit the menu":"",".");case"input":return i?"".concat(e["aria-label"]||"Select"," is focused ").concat(t?",type to refine list":"",", press Down to open the menu, ").concat(n?" press left to focus selected values":""):"";case"value":return"Use left and right to toggle between focused values, press Backspace to remove the currently focused value";default:return""}},onChange:function(e){var t=e.action,n=e.label,s=n===void 0?"":n,o=e.labels,i=e.isDisabled;switch(t){case"deselect-option":case"pop-value":case"remove-value":return"option ".concat(s,", deselected.");case"clear":return"All selected options have been cleared.";case"initial-input-focus":return"option".concat(o.length>1?"s":""," ").concat(o.join(","),", selected.");case"select-option":return i?"option ".concat(s," is disabled. Select another option."):"option ".concat(s,", selected.");default:return""}},onFocus:function(e){var t=e.context,n=e.focused,s=e.options,o=e.label,i=o===void 0?"":o,r=e.selectValue,a=e.isDisabled,c=e.isSelected,l=e.isAppleDevice,d=function(h,g){return h&&h.length?"".concat(h.indexOf(g)+1," of ").concat(h.length):""};if(t==="value"&&r)return"value ".concat(i," focused, ").concat(d(r,n),".");if(t==="menu"&&l){var y=a?" disabled":"",f="".concat(c?" selected":"").concat(y);return"".concat(i).concat(f,", ").concat(d(s,n),".")}return""},onFilter:function(e){var t=e.inputValue,n=e.resultsMessage;return"".concat(n).concat(t?" for search term "+t:"",".")}},l1t=function(e){var t=e.ariaSelection,n=e.focusedOption,s=e.focusedValue,o=e.focusableOptions,i=e.isFocused,r=e.selectValue,a=e.selectProps,c=e.id,l=e.isAppleDevice,d=a.ariaLiveMessages,y=a.getOptionLabel,f=a.inputValue,m=a.isMulti,h=a.isOptionDisabled,g=a.isSearchable,p=a.menuIsOpen,S=a.options,k=a.screenReaderStatus,x=a.tabSelectsValue,v=a.isLoading,b=a["aria-label"],I=a["aria-live"],A=w.useMemo(function(){return T(T({},c1t),d||{})},[d]),j=w.useMemo(function(){var F="";if(t&&A.onChange){var B=t.option,re=t.options,Q=t.removedValue,pe=t.removedValues,ue=t.value,Ne=function(he){return Array.isArray(he)?null:he},W=Q||B||Ne(ue),K=W?y(W):"",me=re||pe||void 0,ye=me?me.map(y):[],ne=T({isDisabled:W&&h(W,r),label:K,labels:ye},t);F=A.onChange(ne)}return F},[t,A,h,r,y]),O=w.useMemo(function(){var F="",B=n||s,re=!!(n&&r&&r.includes(n));if(B&&A.onFocus){var Q={focused:B,label:y(B),isDisabled:h(B,r),isSelected:re,options:o,context:B===n?"menu":"value",selectValue:r,isAppleDevice:l};F=A.onFocus(Q)}return F},[n,s,y,h,A,o,r,l]),X=w.useMemo(function(){var F="";if(p&&S.length&&!v&&A.onFilter){var B=k({count:o.length});F=A.onFilter({inputValue:f,resultsMessage:B})}return F},[o,f,p,A,S,k,v]),D=(t==null?void 0:t.action)==="initial-input-focus",Z=w.useMemo(function(){var F="";if(A.guidance){var B=s?"value":p?"menu":"input";F=A.guidance({"aria-label":b,context:B,isDisabled:n&&h(n,r),isMulti:m,isSearchable:g,tabSelectsValue:x,isInitialFocus:D})}return F},[b,n,s,m,h,g,p,A,r,x,D]),_e=q(w.Fragment,null,q("span",{id:"aria-selection"},j),q("span",{id:"aria-focused"},O),q("span",{id:"aria-results"},X),q("span",{id:"aria-guidance"},Z));return q(w.Fragment,null,q(Ft,{id:c},D&&_e),q(Ft,{"aria-live":I,"aria-atomic":"false","aria-relevant":"additions text",role:"log"},i&&!D&&_e))},d1t=l1t,et=[{base:"A",letters:"AⒶAÀÁÂẦẤẪẨÃĀĂẰẮẴẲȦǠÄǞẢÅǺǍȀȂẠẬẶḀĄȺⱯ"},{base:"AA",letters:"Ꜳ"},{base:"AE",letters:"ÆǼǢ"},{base:"AO",letters:"Ꜵ"},{base:"AU",letters:"Ꜷ"},{base:"AV",letters:"ꜸꜺ"},{base:"AY",letters:"Ꜽ"},{base:"B",letters:"BⒷBḂḄḆɃƂƁ"},{base:"C",letters:"CⒸCĆĈĊČÇḈƇȻꜾ"},{base:"D",letters:"DⒹDḊĎḌḐḒḎĐƋƊƉꝹ"},{base:"DZ",letters:"DZDŽ"},{base:"Dz",letters:"DzDž"},{base:"E",letters:"EⒺEÈÉÊỀẾỄỂẼĒḔḖĔĖËẺĚȄȆẸỆȨḜĘḘḚƐƎ"},{base:"F",letters:"FⒻFḞƑꝻ"},{base:"G",letters:"GⒼGǴĜḠĞĠǦĢǤƓꞠꝽꝾ"},{base:"H",letters:"HⒽHĤḢḦȞḤḨḪĦⱧⱵꞍ"},{base:"I",letters:"IⒾIÌÍÎĨĪĬİÏḮỈǏȈȊỊĮḬƗ"},{base:"J",letters:"JⒿJĴɈ"},{base:"K",letters:"KⓀKḰǨḲĶḴƘⱩꝀꝂꝄꞢ"},{base:"L",letters:"LⓁLĿĹĽḶḸĻḼḺŁȽⱢⱠꝈꝆꞀ"},{base:"LJ",letters:"LJ"},{base:"Lj",letters:"Lj"},{base:"M",letters:"MⓂMḾṀṂⱮƜ"},{base:"N",letters:"NⓃNǸŃÑṄŇṆŅṊṈȠƝꞐꞤ"},{base:"NJ",letters:"NJ"},{base:"Nj",letters:"Nj"},{base:"O",letters:"OⓄOÒÓÔỒỐỖỔÕṌȬṎŌṐṒŎȮȰÖȪỎŐǑȌȎƠỜỚỠỞỢỌỘǪǬØǾƆƟꝊꝌ"},{base:"OI",letters:"Ƣ"},{base:"OO",letters:"Ꝏ"},{base:"OU",letters:"Ȣ"},{base:"P",letters:"PⓅPṔṖƤⱣꝐꝒꝔ"},{base:"Q",letters:"QⓆQꝖꝘɊ"},{base:"R",letters:"RⓇRŔṘŘȐȒṚṜŖṞɌⱤꝚꞦꞂ"},{base:"S",letters:"SⓈSẞŚṤŜṠŠṦṢṨȘŞⱾꞨꞄ"},{base:"T",letters:"TⓉTṪŤṬȚŢṰṮŦƬƮȾꞆ"},{base:"TZ",letters:"Ꜩ"},{base:"U",letters:"UⓊUÙÚÛŨṸŪṺŬÜǛǗǕǙỦŮŰǓȔȖƯỪỨỮỬỰỤṲŲṶṴɄ"},{base:"V",letters:"VⓋVṼṾƲꝞɅ"},{base:"VY",letters:"Ꝡ"},{base:"W",letters:"WⓌWẀẂŴẆẄẈⱲ"},{base:"X",letters:"XⓍXẊẌ"},{base:"Y",letters:"YⓎYỲÝŶỸȲẎŸỶỴƳɎỾ"},{base:"Z",letters:"ZⓏZŹẐŻŽẒẔƵȤⱿⱫꝢ"},{base:"a",letters:"aⓐaẚàáâầấẫẩãāăằắẵẳȧǡäǟảåǻǎȁȃạậặḁąⱥɐ"},{base:"aa",letters:"ꜳ"},{base:"ae",letters:"æǽǣ"},{base:"ao",letters:"ꜵ"},{base:"au",letters:"ꜷ"},{base:"av",letters:"ꜹꜻ"},{base:"ay",letters:"ꜽ"},{base:"b",letters:"bⓑbḃḅḇƀƃɓ"},{base:"c",letters:"cⓒcćĉċčçḉƈȼꜿↄ"},{base:"d",letters:"dⓓdḋďḍḑḓḏđƌɖɗꝺ"},{base:"dz",letters:"dzdž"},{base:"e",letters:"eⓔeèéêềếễểẽēḕḗĕėëẻěȅȇẹệȩḝęḙḛɇɛǝ"},{base:"f",letters:"fⓕfḟƒꝼ"},{base:"g",letters:"gⓖgǵĝḡğġǧģǥɠꞡᵹꝿ"},{base:"h",letters:"hⓗhĥḣḧȟḥḩḫẖħⱨⱶɥ"},{base:"hv",letters:"ƕ"},{base:"i",letters:"iⓘiìíîĩīĭïḯỉǐȉȋịįḭɨı"},{base:"j",letters:"jⓙjĵǰɉ"},{base:"k",letters:"kⓚkḱǩḳķḵƙⱪꝁꝃꝅꞣ"},{base:"l",letters:"lⓛlŀĺľḷḹļḽḻſłƚɫⱡꝉꞁꝇ"},{base:"lj",letters:"lj"},{base:"m",letters:"mⓜmḿṁṃɱɯ"},{base:"n",letters:"nⓝnǹńñṅňṇņṋṉƞɲʼnꞑꞥ"},{base:"nj",letters:"nj"},{base:"o",letters:"oⓞoòóôồốỗổõṍȭṏōṑṓŏȯȱöȫỏőǒȍȏơờớỡởợọộǫǭøǿɔꝋꝍɵ"},{base:"oi",letters:"ƣ"},{base:"ou",letters:"ȣ"},{base:"oo",letters:"ꝏ"},{base:"p",letters:"pⓟpṕṗƥᵽꝑꝓꝕ"},{base:"q",letters:"qⓠqɋꝗꝙ"},{base:"r",letters:"rⓡrŕṙřȑȓṛṝŗṟɍɽꝛꞧꞃ"},{base:"s",letters:"sⓢsßśṥŝṡšṧṣṩșşȿꞩꞅẛ"},{base:"t",letters:"tⓣtṫẗťṭțţṱṯŧƭʈⱦꞇ"},{base:"tz",letters:"ꜩ"},{base:"u",letters:"uⓤuùúûũṹūṻŭüǜǘǖǚủůűǔȕȗưừứữửựụṳųṷṵʉ"},{base:"v",letters:"vⓥvṽṿʋꝟʌ"},{base:"vy",letters:"ꝡ"},{base:"w",letters:"wⓦwẁẃŵẇẅẘẉⱳ"},{base:"x",letters:"xⓧxẋẍ"},{base:"y",letters:"yⓨyỳýŷỹȳẏÿỷẙỵƴɏỿ"},{base:"z",letters:"zⓩzźẑżžẓẕƶȥɀⱬꝣ"}],u1t=new RegExp("["+et.map(function(_){return _.letters}).join("")+"]","g"),Zn={};for(var G_=0;G_<et.length;G_++)for(var z_=et[G_],D_=0;D_<z_.letters.length;D_++)Zn[z_.letters[D_]]=z_.base;var Un=function(e){return e.replace(u1t,function(t){return Zn[t]})},m1t=o1t(Un),Bt=function(e){return e.replace(/^\s+|\s+$/g,"")},h1t=function(e){return"".concat(e.label," ").concat(e.value)},g1t=function(e){return function(t,n){if(t.data.__isNew__)return!0;var s=T({ignoreCase:!0,ignoreAccents:!0,stringify:h1t,trim:!0,matchFrom:"any"},e),o=s.ignoreCase,i=s.ignoreAccents,r=s.stringify,a=s.trim,c=s.matchFrom,l=a?Bt(n):n,d=a?Bt(r(t)):r(t);return o&&(l=l.toLowerCase(),d=d.toLowerCase()),i&&(l=m1t(l),d=Un(d)),c==="start"?d.substr(0,l.length)===l:d.indexOf(l)>-1}},p1t=["innerRef"];function y1t(_){var e=_.innerRef,t=ke(_,p1t),n=F$t(t,"onExited","in","enter","exit","appear");return q("input",P({ref:e},n,{css:rt({label:"dummyInput",background:0,border:0,caretColor:"transparent",fontSize:"inherit",gridArea:"1 / 1 / 2 / 3",outline:0,padding:0,width:1,color:"transparent",left:-100,opacity:0,position:"relative",transform:"scale(.01)"},process.env.NODE_ENV==="production"?"":";label:DummyInput;",process.env.NODE_ENV==="production"?"":"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkR1bW15SW5wdXQudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXlCTSIsImZpbGUiOiJEdW1teUlucHV0LnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgSlNYLCBSZWYgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3ggfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5pbXBvcnQgeyByZW1vdmVQcm9wcyB9IGZyb20gJy4uL3V0aWxzJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gRHVtbXlJbnB1dCh7XG4gIGlubmVyUmVmLFxuICAuLi5wcm9wc1xufTogSlNYLkludHJpbnNpY0VsZW1lbnRzWydpbnB1dCddICYge1xuICByZWFkb25seSBpbm5lclJlZjogUmVmPEhUTUxJbnB1dEVsZW1lbnQ+O1xufSkge1xuICAvLyBSZW1vdmUgYW5pbWF0aW9uIHByb3BzIG5vdCBtZWFudCBmb3IgSFRNTCBlbGVtZW50c1xuICBjb25zdCBmaWx0ZXJlZFByb3BzID0gcmVtb3ZlUHJvcHMoXG4gICAgcHJvcHMsXG4gICAgJ29uRXhpdGVkJyxcbiAgICAnaW4nLFxuICAgICdlbnRlcicsXG4gICAgJ2V4aXQnLFxuICAgICdhcHBlYXInXG4gICk7XG5cbiAgcmV0dXJuIChcbiAgICA8aW5wdXRcbiAgICAgIHJlZj17aW5uZXJSZWZ9XG4gICAgICB7Li4uZmlsdGVyZWRQcm9wc31cbiAgICAgIGNzcz17e1xuICAgICAgICBsYWJlbDogJ2R1bW15SW5wdXQnLFxuICAgICAgICAvLyBnZXQgcmlkIG9mIGFueSBkZWZhdWx0IHN0eWxlc1xuICAgICAgICBiYWNrZ3JvdW5kOiAwLFxuICAgICAgICBib3JkZXI6IDAsXG4gICAgICAgIC8vIGltcG9ydGFudCEgdGhpcyBoaWRlcyB0aGUgZmxhc2hpbmcgY3Vyc29yXG4gICAgICAgIGNhcmV0Q29sb3I6ICd0cmFuc3BhcmVudCcsXG4gICAgICAgIGZvbnRTaXplOiAnaW5oZXJpdCcsXG4gICAgICAgIGdyaWRBcmVhOiAnMSAvIDEgLyAyIC8gMycsXG4gICAgICAgIG91dGxpbmU6IDAsXG4gICAgICAgIHBhZGRpbmc6IDAsXG4gICAgICAgIC8vIGltcG9ydGFudCEgd2l0aG91dCBgd2lkdGhgIGJyb3dzZXJzIHdvbid0IGFsbG93IGZvY3VzXG4gICAgICAgIHdpZHRoOiAxLFxuXG4gICAgICAgIC8vIHJlbW92ZSBjdXJzb3Igb24gZGVza3RvcFxuICAgICAgICBjb2xvcjogJ3RyYW5zcGFyZW50JyxcblxuICAgICAgICAvLyByZW1vdmUgY3Vyc29yIG9uIG1vYmlsZSB3aGlsc3QgbWFpbnRhaW5pbmcgXCJzY3JvbGwgaW50byB2aWV3XCIgYmVoYXZpb3VyXG4gICAgICAgIGxlZnQ6IC0xMDAsXG4gICAgICAgIG9wYWNpdHk6IDAsXG4gICAgICAgIHBvc2l0aW9uOiAncmVsYXRpdmUnLFxuICAgICAgICB0cmFuc2Zvcm06ICdzY2FsZSguMDEpJyxcbiAgICAgIH19XG4gICAgLz5cbiAgKTtcbn1cbiJdfQ== */")}))}var f1t=function(e){e.cancelable&&e.preventDefault(),e.stopPropagation()};function w1t(_){var e=_.isEnabled,t=_.onBottomArrive,n=_.onBottomLeave,s=_.onTopArrive,o=_.onTopLeave,i=w.useRef(!1),r=w.useRef(!1),a=w.useRef(0),c=w.useRef(null),l=w.useCallback(function(g,p){if(c.current!==null){var S=c.current,k=S.scrollTop,x=S.scrollHeight,v=S.clientHeight,b=c.current,I=p>0,A=x-v-k,j=!1;A>p&&i.current&&(n&&n(g),i.current=!1),I&&r.current&&(o&&o(g),r.current=!1),I&&p>A?(t&&!i.current&&t(g),b.scrollTop=x,j=!0,i.current=!0):!I&&-p>k&&(s&&!r.current&&s(g),b.scrollTop=0,j=!0,r.current=!0),j&&f1t(g)}},[t,n,s,o]),d=w.useCallback(function(g){l(g,g.deltaY)},[l]),y=w.useCallback(function(g){a.current=g.changedTouches[0].clientY},[]),f=w.useCallback(function(g){var p=a.current-g.changedTouches[0].clientY;l(g,p)},[l]),m=w.useCallback(function(g){if(g){var p=G$t?{passive:!1}:!1;g.addEventListener("wheel",d,p),g.addEventListener("touchstart",y,p),g.addEventListener("touchmove",f,p)}},[f,y,d]),h=w.useCallback(function(g){g&&(g.removeEventListener("wheel",d,!1),g.removeEventListener("touchstart",y,!1),g.removeEventListener("touchmove",f,!1))},[f,y,d]);return w.useEffect(function(){if(e){var g=c.current;return m(g),function(){h(g)}}},[e,m,h]),function(g){c.current=g}}var Ot=["boxSizing","height","overflow","paddingRight","position"],Vt={boxSizing:"border-box",overflow:"hidden",position:"relative",height:"100%"};function Ht(_){_.cancelable&&_.preventDefault()}function Wt(_){_.stopPropagation()}function Xt(){var _=this.scrollTop,e=this.scrollHeight,t=_+this.offsetHeight;_===0?this.scrollTop=1:t===e&&(this.scrollTop=_-1)}function Yt(){return"ontouchstart"in window||navigator.maxTouchPoints}var Zt=!!(typeof window<"u"&&window.document&&window.document.createElement),He=0,Ge={capture:!1,passive:!1};function v1t(_){var e=_.isEnabled,t=_.accountForScrollbars,n=t===void 0?!0:t,s=w.useRef({}),o=w.useRef(null),i=w.useCallback(function(a){if(Zt){var c=document.body,l=c&&c.style;if(n&&Ot.forEach(function(m){var h=l&&l[m];s.current[m]=h}),n&&He<1){var d=parseInt(s.current.paddingRight,10)||0,y=document.body?document.body.clientWidth:0,f=window.innerWidth-y+d||0;Object.keys(Vt).forEach(function(m){var h=Vt[m];l&&(l[m]=h)}),l&&(l.paddingRight="".concat(f,"px"))}c&&Yt()&&(c.addEventListener("touchmove",Ht,Ge),a&&(a.addEventListener("touchstart",Xt,Ge),a.addEventListener("touchmove",Wt,Ge))),He+=1}},[n]),r=w.useCallback(function(a){if(Zt){var c=document.body,l=c&&c.style;He=Math.max(He-1,0),n&&He<1&&Ot.forEach(function(d){var y=s.current[d];l&&(l[d]=y)}),c&&Yt()&&(c.removeEventListener("touchmove",Ht,Ge),a&&(a.removeEventListener("touchstart",Xt,Ge),a.removeEventListener("touchmove",Wt,Ge)))}},[n]);return w.useEffect(function(){if(e){var a=o.current;return i(a),function(){r(a)}}},[e,i,r]),function(a){o.current=a}}function $1t(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}var b1t=function(e){var t=e.target;return t.ownerDocument.activeElement&&t.ownerDocument.activeElement.blur()},k1t=process.env.NODE_ENV==="production"?{name:"1kfdb0e",styles:"position:fixed;left:0;bottom:0;right:0;top:0"}:{name:"bp8cua-ScrollManager",styles:"position:fixed;left:0;bottom:0;right:0;top:0;label:ScrollManager;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIlNjcm9sbE1hbmFnZXIudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW9EVSIsImZpbGUiOiJTY3JvbGxNYW5hZ2VyLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsganN4IH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHsgRnJhZ21lbnQsIFJlYWN0RWxlbWVudCwgUmVmQ2FsbGJhY2ssIE1vdXNlRXZlbnQgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgdXNlU2Nyb2xsQ2FwdHVyZSBmcm9tICcuL3VzZVNjcm9sbENhcHR1cmUnO1xuaW1wb3J0IHVzZVNjcm9sbExvY2sgZnJvbSAnLi91c2VTY3JvbGxMb2NrJztcblxuaW50ZXJmYWNlIFByb3BzIHtcbiAgcmVhZG9ubHkgY2hpbGRyZW46IChyZWY6IFJlZkNhbGxiYWNrPEhUTUxFbGVtZW50PikgPT4gUmVhY3RFbGVtZW50O1xuICByZWFkb25seSBsb2NrRW5hYmxlZDogYm9vbGVhbjtcbiAgcmVhZG9ubHkgY2FwdHVyZUVuYWJsZWQ6IGJvb2xlYW47XG4gIHJlYWRvbmx5IG9uQm90dG9tQXJyaXZlPzogKGV2ZW50OiBXaGVlbEV2ZW50IHwgVG91Y2hFdmVudCkgPT4gdm9pZDtcbiAgcmVhZG9ubHkgb25Cb3R0b21MZWF2ZT86IChldmVudDogV2hlZWxFdmVudCB8IFRvdWNoRXZlbnQpID0+IHZvaWQ7XG4gIHJlYWRvbmx5IG9uVG9wQXJyaXZlPzogKGV2ZW50OiBXaGVlbEV2ZW50IHwgVG91Y2hFdmVudCkgPT4gdm9pZDtcbiAgcmVhZG9ubHkgb25Ub3BMZWF2ZT86IChldmVudDogV2hlZWxFdmVudCB8IFRvdWNoRXZlbnQpID0+IHZvaWQ7XG59XG5cbmNvbnN0IGJsdXJTZWxlY3RJbnB1dCA9IChldmVudDogTW91c2VFdmVudDxIVE1MRGl2RWxlbWVudD4pID0+IHtcbiAgY29uc3QgZWxlbWVudCA9IGV2ZW50LnRhcmdldCBhcyBIVE1MRGl2RWxlbWVudDtcbiAgcmV0dXJuIChcbiAgICBlbGVtZW50Lm93bmVyRG9jdW1lbnQuYWN0aXZlRWxlbWVudCAmJlxuICAgIChlbGVtZW50Lm93bmVyRG9jdW1lbnQuYWN0aXZlRWxlbWVudCBhcyBIVE1MRWxlbWVudCkuYmx1cigpXG4gICk7XG59O1xuXG5leHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBTY3JvbGxNYW5hZ2VyKHtcbiAgY2hpbGRyZW4sXG4gIGxvY2tFbmFibGVkLFxuICBjYXB0dXJlRW5hYmxlZCA9IHRydWUsXG4gIG9uQm90dG9tQXJyaXZlLFxuICBvbkJvdHRvbUxlYXZlLFxuICBvblRvcEFycml2ZSxcbiAgb25Ub3BMZWF2ZSxcbn06IFByb3BzKSB7XG4gIGNvbnN0IHNldFNjcm9sbENhcHR1cmVUYXJnZXQgPSB1c2VTY3JvbGxDYXB0dXJlKHtcbiAgICBpc0VuYWJsZWQ6IGNhcHR1cmVFbmFibGVkLFxuICAgIG9uQm90dG9tQXJyaXZlLFxuICAgIG9uQm90dG9tTGVhdmUsXG4gICAgb25Ub3BBcnJpdmUsXG4gICAgb25Ub3BMZWF2ZSxcbiAgfSk7XG4gIGNvbnN0IHNldFNjcm9sbExvY2tUYXJnZXQgPSB1c2VTY3JvbGxMb2NrKHsgaXNFbmFibGVkOiBsb2NrRW5hYmxlZCB9KTtcblxuICBjb25zdCB0YXJnZXRSZWY6IFJlZkNhbGxiYWNrPEhUTUxFbGVtZW50PiA9IChlbGVtZW50KSA9PiB7XG4gICAgc2V0U2Nyb2xsQ2FwdHVyZVRhcmdldChlbGVtZW50KTtcbiAgICBzZXRTY3JvbGxMb2NrVGFyZ2V0KGVsZW1lbnQpO1xuICB9O1xuXG4gIHJldHVybiAoXG4gICAgPEZyYWdtZW50PlxuICAgICAge2xvY2tFbmFibGVkICYmIChcbiAgICAgICAgPGRpdlxuICAgICAgICAgIG9uQ2xpY2s9e2JsdXJTZWxlY3RJbnB1dH1cbiAgICAgICAgICBjc3M9e3sgcG9zaXRpb246ICdmaXhlZCcsIGxlZnQ6IDAsIGJvdHRvbTogMCwgcmlnaHQ6IDAsIHRvcDogMCB9fVxuICAgICAgICAvPlxuICAgICAgKX1cbiAgICAgIHtjaGlsZHJlbih0YXJnZXRSZWYpfVxuICAgIDwvRnJhZ21lbnQ+XG4gICk7XG59XG4iXX0= */",toString:$1t};function I1t(_){var e=_.children,t=_.lockEnabled,n=_.captureEnabled,s=n===void 0?!0:n,o=_.onBottomArrive,i=_.onBottomLeave,r=_.onTopArrive,a=_.onTopLeave,c=w1t({isEnabled:s,onBottomArrive:o,onBottomLeave:i,onTopArrive:r,onTopLeave:a}),l=v1t({isEnabled:t}),d=function(f){c(f),l(f)};return q(w.Fragment,null,t&&q("div",{onClick:b1t,css:k1t}),e(d))}function x1t(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}var C1t=process.env.NODE_ENV==="production"?{name:"1a0ro4n-requiredInput",styles:"label:requiredInput;opacity:0;pointer-events:none;position:absolute;bottom:0;left:0;right:0;width:100%"}:{name:"5kkxb2-requiredInput-RequiredInput",styles:"label:requiredInput;opacity:0;pointer-events:none;position:absolute;bottom:0;left:0;right:0;width:100%;label:RequiredInput;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIlJlcXVpcmVkSW5wdXQudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWNJIiwiZmlsZSI6IlJlcXVpcmVkSW5wdXQudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiLyoqIEBqc3gganN4ICovXG5pbXBvcnQgeyBGb2N1c0V2ZW50SGFuZGxlciwgRnVuY3Rpb25Db21wb25lbnQgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3ggfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmNvbnN0IFJlcXVpcmVkSW5wdXQ6IEZ1bmN0aW9uQ29tcG9uZW50PHtcbiAgcmVhZG9ubHkgbmFtZT86IHN0cmluZztcbiAgcmVhZG9ubHkgb25Gb2N1czogRm9jdXNFdmVudEhhbmRsZXI8SFRNTElucHV0RWxlbWVudD47XG59PiA9ICh7IG5hbWUsIG9uRm9jdXMgfSkgPT4gKFxuICA8aW5wdXRcbiAgICByZXF1aXJlZFxuICAgIG5hbWU9e25hbWV9XG4gICAgdGFiSW5kZXg9ey0xfVxuICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgb25Gb2N1cz17b25Gb2N1c31cbiAgICBjc3M9e3tcbiAgICAgIGxhYmVsOiAncmVxdWlyZWRJbnB1dCcsXG4gICAgICBvcGFjaXR5OiAwLFxuICAgICAgcG9pbnRlckV2ZW50czogJ25vbmUnLFxuICAgICAgcG9zaXRpb246ICdhYnNvbHV0ZScsXG4gICAgICBib3R0b206IDAsXG4gICAgICBsZWZ0OiAwLFxuICAgICAgcmlnaHQ6IDAsXG4gICAgICB3aWR0aDogJzEwMCUnLFxuICAgIH19XG4gICAgLy8gUHJldmVudCBgU3dpdGNoaW5nIGZyb20gdW5jb250cm9sbGVkIHRvIGNvbnRyb2xsZWRgIGVycm9yXG4gICAgdmFsdWU9XCJcIlxuICAgIG9uQ2hhbmdlPXsoKSA9PiB7fX1cbiAgLz5cbik7XG5cbmV4cG9ydCBkZWZhdWx0IFJlcXVpcmVkSW5wdXQ7XG4iXX0= */",toString:x1t},S1t=function(e){var t=e.name,n=e.onFocus;return q("input",{required:!0,name:t,tabIndex:-1,"aria-hidden":"true",onFocus:n,css:C1t,value:"",onChange:function(){}})},A1t=S1t;function mt(_){var e;return typeof window<"u"&&window.navigator!=null?_.test(((e=window.navigator.userAgentData)===null||e===void 0?void 0:e.platform)||window.navigator.platform):!1}function E1t(){return mt(/^iPhone/i)}function Jn(){return mt(/^Mac/i)}function q1t(){return mt(/^iPad/i)||Jn()&&navigator.maxTouchPoints>1}function T1t(){return E1t()||q1t()}function P1t(){return Jn()||T1t()}var R1t=function(e){return e.label},Qn=function(e){return e.label},Kn=function(e){return e.value},L1t=function(e){return!!e.isDisabled},j1t={clearIndicator:pbt,container:nbt,control:kbt,dropdownIndicator:hbt,group:Sbt,groupHeading:Ebt,indicatorsContainer:rbt,indicatorSeparator:fbt,input:Rbt,loadingIndicator:$bt,loadingMessage:K$t,menu:W$t,menuList:U$t,menuPortal:tbt,multiValue:Gbt,multiValueLabel:zbt,multiValueRemove:Dbt,noOptionsMessage:Q$t,option:Wbt,placeholder:Zbt,singleValue:Qbt,valueContainer:abt},N1t={primary:"#2684FF",primary75:"#4C9AFF",primary50:"#B2D4FF",primary25:"#DEEBFF",danger:"#DE350B",dangerLight:"#FFBDAD",neutral0:"hsl(0, 0%, 100%)",neutral5:"hsl(0, 0%, 95%)",neutral10:"hsl(0, 0%, 90%)",neutral20:"hsl(0, 0%, 80%)",neutral30:"hsl(0, 0%, 70%)",neutral40:"hsl(0, 0%, 60%)",neutral50:"hsl(0, 0%, 50%)",neutral60:"hsl(0, 0%, 40%)",neutral70:"hsl(0, 0%, 30%)",neutral80:"hsl(0, 0%, 20%)",neutral90:"hsl(0, 0%, 10%)"},M1t=4,eo=4,G1t=38,z1t=eo*2,D1t={baseUnit:eo,controlHeight:G1t,menuGutter:z1t},F_={borderRadius:M1t,colors:N1t,spacing:D1t},F1t={"aria-live":"polite",backspaceRemovesValue:!0,blurInputOnSelect:Gt(),captureMenuScroll:!Gt(),classNames:{},closeMenuOnSelect:!0,closeMenuOnScroll:!1,components:{},controlShouldRenderValue:!0,escapeClearsValue:!1,filterOption:g1t(),formatGroupLabel:R1t,getOptionLabel:Qn,getOptionValue:Kn,isDisabled:!1,isLoading:!1,isMulti:!1,isRtl:!1,isSearchable:!0,isOptionDisabled:L1t,loadingMessage:function(){return"Loading..."},maxMenuHeight:300,minMenuHeight:140,menuIsOpen:!1,menuPlacement:"bottom",menuPosition:"absolute",menuShouldBlockScroll:!1,menuShouldScrollIntoView:!N$t(),noOptionsMessage:function(){return"No options"},openMenuOnFocus:!1,openMenuOnClick:!0,options:[],pageSize:5,placeholder:"Select...",screenReaderStatus:function(e){var t=e.count;return"".concat(t," result").concat(t!==1?"s":""," available")},styles:{},tabIndex:0,tabSelectsValue:!0,unstyled:!1};function Ut(_,e,t,n){var s=so(_,e,t),o=no(_,e,t),i=to(_,e),r=x_(_,e);return{type:"option",data:e,isDisabled:s,isSelected:o,label:i,value:r,index:n}}function g_(_,e){return _.options.map(function(t,n){if("options"in t){var s=t.options.map(function(i,r){return Ut(_,i,e,r)}).filter(function(i){return Qt(_,i)});return s.length>0?{type:"group",data:t,options:s,index:n}:void 0}var o=Ut(_,t,e,n);return Qt(_,o)?o:void 0}).filter(z$t)}function _o(_){return _.reduce(function(e,t){return t.type==="group"?e.push.apply(e,ze(t.options.map(function(n){return n.data}))):e.push(t.data),e},[])}function Jt(_,e){return _.reduce(function(t,n){return n.type==="group"?t.push.apply(t,ze(n.options.map(function(s){return{data:s.data,id:"".concat(e,"-").concat(n.index,"-").concat(s.index)}}))):t.push({data:n.data,id:"".concat(e,"-").concat(n.index)}),t},[])}function B1t(_,e){return _o(g_(_,e))}function Qt(_,e){var t=_.inputValue,n=t===void 0?"":t,s=e.data,o=e.isSelected,i=e.label,r=e.value;return(!ao(_)||!o)&&oo(_,{label:i,value:r,data:s},n)}function O1t(_,e){var t=_.focusedValue,n=_.selectValue,s=n.indexOf(t);if(s>-1){var o=e.indexOf(t);if(o>-1)return t;if(s<e.length)return e[s]}return null}function V1t(_,e){var t=_.focusedOption;return t&&e.indexOf(t)>-1?t:e[0]}var B_=function(e,t){var n,s=(n=e.find(function(o){return o.data===t}))===null||n===void 0?void 0:n.id;return s||null},to=function(e,t){return e.getOptionLabel(t)},x_=function(e,t){return e.getOptionValue(t)};function so(_,e,t){return typeof _.isOptionDisabled=="function"?_.isOptionDisabled(e,t):!1}function no(_,e,t){if(t.indexOf(e)>-1)return!0;if(typeof _.isOptionSelected=="function")return _.isOptionSelected(e,t);var n=x_(_,e);return t.some(function(s){return x_(_,s)===n})}function oo(_,e,t){return _.filterOption?_.filterOption(e,t):!0}var ao=function(e){var t=e.hideSelectedOptions,n=e.isMulti;return t===void 0?n:t},H1t=1,io=(function(_){avt(t,_);var e=cvt(t);function t(n){var s;if(nvt(this,t),s=e.call(this,n),s.state={ariaSelection:null,focusedOption:null,focusedOptionId:null,focusableOptionsWithIds:[],focusedValue:null,inputIsHidden:!1,isFocused:!1,selectValue:[],clearFocusValueOnUpdate:!1,prevWasFocused:!1,inputIsHiddenAfterUpdate:void 0,prevProps:void 0,instancePrefix:"",isAppleDevice:!1},s.blockOptionHover=!1,s.isComposing=!1,s.commonProps=void 0,s.initialTouchX=0,s.initialTouchY=0,s.openAfterFocus=!1,s.scrollToFocusedOptionOnUpdate=!1,s.userIsDragging=void 0,s.controlRef=null,s.getControlRef=function(a){s.controlRef=a},s.focusedOptionRef=null,s.getFocusedOptionRef=function(a){s.focusedOptionRef=a},s.menuListRef=null,s.getMenuListRef=function(a){s.menuListRef=a},s.inputRef=null,s.getInputRef=function(a){s.inputRef=a},s.focus=s.focusInput,s.blur=s.blurInput,s.onChange=function(a,c){var l=s.props,d=l.onChange,y=l.name;c.name=y,s.ariaOnChange(a,c),d(a,c)},s.setValue=function(a,c,l){var d=s.props,y=d.closeMenuOnSelect,f=d.isMulti,m=d.inputValue;s.onInputChange("",{action:"set-value",prevInputValue:m}),y&&(s.setState({inputIsHiddenAfterUpdate:!f}),s.onMenuClose()),s.setState({clearFocusValueOnUpdate:!0}),s.onChange(a,{action:c,option:l})},s.selectOption=function(a){var c=s.props,l=c.blurInputOnSelect,d=c.isMulti,y=c.name,f=s.state.selectValue,m=d&&s.isOptionSelected(a,f),h=s.isOptionDisabled(a,f);if(m){var g=s.getOptionValue(a);s.setValue(f.filter(function(p){return s.getOptionValue(p)!==g}),"deselect-option",a)}else if(!h)d?s.setValue([].concat(ze(f),[a]),"select-option",a):s.setValue(a,"select-option");else{s.ariaOnChange(a,{action:"select-option",option:a,name:y});return}l&&s.blurInput()},s.removeValue=function(a){var c=s.props.isMulti,l=s.state.selectValue,d=s.getOptionValue(a),y=l.filter(function(m){return s.getOptionValue(m)!==d}),f=Xe(c,y,y[0]||null);s.onChange(f,{action:"remove-value",removedValue:a}),s.focusInput()},s.clearValue=function(){var a=s.state.selectValue;s.onChange(Xe(s.props.isMulti,[],null),{action:"clear",removedValues:a})},s.popValue=function(){var a=s.props.isMulti,c=s.state.selectValue,l=c[c.length-1],d=c.slice(0,c.length-1),y=Xe(a,d,d[0]||null);l&&s.onChange(y,{action:"pop-value",removedValue:l})},s.getFocusedOptionId=function(a){return B_(s.state.focusableOptionsWithIds,a)},s.getFocusableOptionsWithIds=function(){return Jt(g_(s.props,s.state.selectValue),s.getElementId("option"))},s.getValue=function(){return s.state.selectValue},s.cx=function(){for(var a=arguments.length,c=new Array(a),l=0;l<a;l++)c[l]=arguments[l];return T$t.apply(void 0,[s.props.classNamePrefix].concat(c))},s.getOptionLabel=function(a){return to(s.props,a)},s.getOptionValue=function(a){return x_(s.props,a)},s.getStyles=function(a,c){var l=s.props.unstyled,d=j1t[a](c,l);d.boxSizing="border-box";var y=s.props.styles[a];return y?y(d,c):d},s.getClassNames=function(a,c){var l,d;return(l=(d=s.props.classNames)[a])===null||l===void 0?void 0:l.call(d,c)},s.getElementId=function(a){return"".concat(s.state.instancePrefix,"-").concat(a)},s.getComponents=function(){return t1t(s.props)},s.buildCategorizedOptions=function(){return g_(s.props,s.state.selectValue)},s.getCategorizedOptions=function(){return s.props.menuIsOpen?s.buildCategorizedOptions():[]},s.buildFocusableOptions=function(){return _o(s.buildCategorizedOptions())},s.getFocusableOptions=function(){return s.props.menuIsOpen?s.buildFocusableOptions():[]},s.ariaOnChange=function(a,c){s.setState({ariaSelection:T({value:a},c)})},s.onMenuMouseDown=function(a){a.button===0&&(a.stopPropagation(),a.preventDefault(),s.focusInput())},s.onMenuMouseMove=function(a){s.blockOptionHover=!1},s.onControlMouseDown=function(a){if(!a.defaultPrevented){var c=s.props.openMenuOnClick;s.state.isFocused?s.props.menuIsOpen?a.target.tagName!=="INPUT"&&a.target.tagName!=="TEXTAREA"&&s.onMenuClose():c&&s.openMenu("first"):(c&&(s.openAfterFocus=!0),s.focusInput()),a.target.tagName!=="INPUT"&&a.target.tagName!=="TEXTAREA"&&a.preventDefault()}},s.onDropdownIndicatorMouseDown=function(a){if(!(a&&a.type==="mousedown"&&a.button!==0)&&!s.props.isDisabled){var c=s.props,l=c.isMulti,d=c.menuIsOpen;s.focusInput(),d?(s.setState({inputIsHiddenAfterUpdate:!l}),s.onMenuClose()):s.openMenu("first"),a.preventDefault()}},s.onClearIndicatorMouseDown=function(a){a&&a.type==="mousedown"&&a.button!==0||(s.clearValue(),a.preventDefault(),s.openAfterFocus=!1,a.type==="touchend"?s.focusInput():setTimeout(function(){return s.focusInput()}))},s.onScroll=function(a){typeof s.props.closeMenuOnScroll=="boolean"?a.target instanceof HTMLElement&&q_(a.target)&&s.props.onMenuClose():typeof s.props.closeMenuOnScroll=="function"&&s.props.closeMenuOnScroll(a)&&s.props.onMenuClose()},s.onCompositionStart=function(){s.isComposing=!0},s.onCompositionEnd=function(){s.isComposing=!1},s.onTouchStart=function(a){var c=a.touches,l=c&&c.item(0);l&&(s.initialTouchX=l.clientX,s.initialTouchY=l.clientY,s.userIsDragging=!1)},s.onTouchMove=function(a){var c=a.touches,l=c&&c.item(0);if(l){var d=Math.abs(l.clientX-s.initialTouchX),y=Math.abs(l.clientY-s.initialTouchY),f=5;s.userIsDragging=d>f||y>f}},s.onTouchEnd=function(a){s.userIsDragging||(s.controlRef&&!s.controlRef.contains(a.target)&&s.menuListRef&&!s.menuListRef.contains(a.target)&&s.blurInput(),s.initialTouchX=0,s.initialTouchY=0)},s.onControlTouchEnd=function(a){s.userIsDragging||s.onControlMouseDown(a)},s.onClearIndicatorTouchEnd=function(a){s.userIsDragging||s.onClearIndicatorMouseDown(a)},s.onDropdownIndicatorTouchEnd=function(a){s.userIsDragging||s.onDropdownIndicatorMouseDown(a)},s.handleInputChange=function(a){var c=s.props.inputValue,l=a.currentTarget.value;s.setState({inputIsHiddenAfterUpdate:!1}),s.onInputChange(l,{action:"input-change",prevInputValue:c}),s.props.menuIsOpen||s.onMenuOpen()},s.onInputFocus=function(a){s.props.onFocus&&s.props.onFocus(a),s.setState({inputIsHiddenAfterUpdate:!1,isFocused:!0}),(s.openAfterFocus||s.props.openMenuOnFocus)&&s.openMenu("first"),s.openAfterFocus=!1},s.onInputBlur=function(a){var c=s.props.inputValue;if(s.menuListRef&&s.menuListRef.contains(document.activeElement)){s.inputRef.focus();return}s.props.onBlur&&s.props.onBlur(a),s.onInputChange("",{action:"input-blur",prevInputValue:c}),s.onMenuClose(),s.setState({focusedValue:null,isFocused:!1})},s.onOptionHover=function(a){if(!(s.blockOptionHover||s.state.focusedOption===a)){var c=s.getFocusableOptions(),l=c.indexOf(a);s.setState({focusedOption:a,focusedOptionId:l>-1?s.getFocusedOptionId(a):null})}},s.shouldHideSelectedOptions=function(){return ao(s.props)},s.onValueInputFocus=function(a){a.preventDefault(),a.stopPropagation(),s.focus()},s.onKeyDown=function(a){var c=s.props,l=c.isMulti,d=c.backspaceRemovesValue,y=c.escapeClearsValue,f=c.inputValue,m=c.isClearable,h=c.isDisabled,g=c.menuIsOpen,p=c.onKeyDown,S=c.tabSelectsValue,k=c.openMenuOnFocus,x=s.state,v=x.focusedOption,b=x.focusedValue,I=x.selectValue;if(!h&&!(typeof p=="function"&&(p(a),a.defaultPrevented))){switch(s.blockOptionHover=!0,a.key){case"ArrowLeft":if(!l||f)return;s.focusValue("previous");break;case"ArrowRight":if(!l||f)return;s.focusValue("next");break;case"Delete":case"Backspace":if(f)return;if(b)s.removeValue(b);else{if(!d)return;l?s.popValue():m&&s.clearValue()}break;case"Tab":if(s.isComposing||a.shiftKey||!g||!S||!v||k&&s.isOptionSelected(v,I))return;s.selectOption(v);break;case"Enter":if(a.keyCode===229)break;if(g){if(!v||s.isComposing)return;s.selectOption(v);break}return;case"Escape":g?(s.setState({inputIsHiddenAfterUpdate:!1}),s.onInputChange("",{action:"menu-close",prevInputValue:f}),s.onMenuClose()):m&&y&&s.clearValue();break;case" ":if(f)return;if(!g){s.openMenu("first");break}if(!v)return;s.selectOption(v);break;case"ArrowUp":g?s.focusOption("up"):s.openMenu("last");break;case"ArrowDown":g?s.focusOption("down"):s.openMenu("first");break;case"PageUp":if(!g)return;s.focusOption("pageup");break;case"PageDown":if(!g)return;s.focusOption("pagedown");break;case"Home":if(!g)return;s.focusOption("first");break;case"End":if(!g)return;s.focusOption("last");break;default:return}a.preventDefault()}},s.state.instancePrefix="react-select-"+(s.props.instanceId||++H1t),s.state.selectValue=k_(n.value),n.menuIsOpen&&s.state.selectValue.length){var o=s.getFocusableOptionsWithIds(),i=s.buildFocusableOptions(),r=i.indexOf(s.state.selectValue[0]);s.state.focusableOptionsWithIds=o,s.state.focusedOption=i[r],s.state.focusedOptionId=B_(o,i[r])}return s}return ovt(t,[{key:"componentDidMount",value:function(){this.startListeningComposition(),this.startListeningToTouch(),this.props.closeMenuOnScroll&&document&&document.addEventListener&&document.addEventListener("scroll",this.onScroll,!0),this.props.autoFocus&&this.focusInput(),this.props.menuIsOpen&&this.state.focusedOption&&this.menuListRef&&this.focusedOptionRef&&Mt(this.menuListRef,this.focusedOptionRef),P1t()&&this.setState({isAppleDevice:!0})}},{key:"componentDidUpdate",value:function(s){var o=this.props,i=o.isDisabled,r=o.menuIsOpen,a=this.state.isFocused;(a&&!i&&s.isDisabled||a&&r&&!s.menuIsOpen)&&this.focusInput(),a&&i&&!s.isDisabled?this.setState({isFocused:!1},this.onMenuClose):!a&&!i&&s.isDisabled&&this.inputRef===document.activeElement&&this.setState({isFocused:!0}),this.menuListRef&&this.focusedOptionRef&&this.scrollToFocusedOptionOnUpdate&&(Mt(this.menuListRef,this.focusedOptionRef),this.scrollToFocusedOptionOnUpdate=!1)}},{key:"componentWillUnmount",value:function(){this.stopListeningComposition(),this.stopListeningToTouch(),document.removeEventListener("scroll",this.onScroll,!0)}},{key:"onMenuOpen",value:function(){this.props.onMenuOpen()}},{key:"onMenuClose",value:function(){this.onInputChange("",{action:"menu-close",prevInputValue:this.props.inputValue}),this.props.onMenuClose()}},{key:"onInputChange",value:function(s,o){this.props.onInputChange(s,o)}},{key:"focusInput",value:function(){this.inputRef&&this.inputRef.focus()}},{key:"blurInput",value:function(){this.inputRef&&this.inputRef.blur()}},{key:"openMenu",value:function(s){var o=this,i=this.state,r=i.selectValue,a=i.isFocused,c=this.buildFocusableOptions(),l=s==="first"?0:c.length-1;if(!this.props.isMulti){var d=c.indexOf(r[0]);d>-1&&(l=d)}this.scrollToFocusedOptionOnUpdate=!(a&&this.menuListRef),this.setState({inputIsHiddenAfterUpdate:!1,focusedValue:null,focusedOption:c[l],focusedOptionId:this.getFocusedOptionId(c[l])},function(){return o.onMenuOpen()})}},{key:"focusValue",value:function(s){var o=this.state,i=o.selectValue,r=o.focusedValue;if(this.props.isMulti){this.setState({focusedOption:null});var a=i.indexOf(r);r||(a=-1);var c=i.length-1,l=-1;if(i.length){switch(s){case"previous":a===0?l=0:a===-1?l=c:l=a-1;break;case"next":a>-1&&a<c&&(l=a+1);break}this.setState({inputIsHidden:l!==-1,focusedValue:i[l]})}}}},{key:"focusOption",value:function(){var s=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"first",o=this.props.pageSize,i=this.state.focusedOption,r=this.getFocusableOptions();if(r.length){var a=0,c=r.indexOf(i);i||(c=-1),s==="up"?a=c>0?c-1:r.length-1:s==="down"?a=(c+1)%r.length:s==="pageup"?(a=c-o,a<0&&(a=0)):s==="pagedown"?(a=c+o,a>r.length-1&&(a=r.length-1)):s==="last"&&(a=r.length-1),this.scrollToFocusedOptionOnUpdate=!0,this.setState({focusedOption:r[a],focusedValue:null,focusedOptionId:this.getFocusedOptionId(r[a])})}}},{key:"getTheme",value:function(){return this.props.theme?typeof this.props.theme=="function"?this.props.theme(F_):T(T({},F_),this.props.theme):F_}},{key:"getCommonProps",value:function(){var s=this.clearValue,o=this.cx,i=this.getStyles,r=this.getClassNames,a=this.getValue,c=this.selectOption,l=this.setValue,d=this.props,y=d.isMulti,f=d.isRtl,m=d.options,h=this.hasValue();return{clearValue:s,cx:o,getStyles:i,getClassNames:r,getValue:a,hasValue:h,isMulti:y,isRtl:f,options:m,selectOption:c,selectProps:d,setValue:l,theme:this.getTheme()}}},{key:"hasValue",value:function(){var s=this.state.selectValue;return s.length>0}},{key:"hasOptions",value:function(){return!!this.getFocusableOptions().length}},{key:"isClearable",value:function(){var s=this.props,o=s.isClearable,i=s.isMulti;return o===void 0?i:o}},{key:"isOptionDisabled",value:function(s,o){return so(this.props,s,o)}},{key:"isOptionSelected",value:function(s,o){return no(this.props,s,o)}},{key:"filterOption",value:function(s,o){return oo(this.props,s,o)}},{key:"formatOptionLabel",value:function(s,o){if(typeof this.props.formatOptionLabel=="function"){var i=this.props.inputValue,r=this.state.selectValue;return this.props.formatOptionLabel(s,{context:o,inputValue:i,selectValue:r})}else return this.getOptionLabel(s)}},{key:"formatGroupLabel",value:function(s){return this.props.formatGroupLabel(s)}},{key:"startListeningComposition",value:function(){document&&document.addEventListener&&(document.addEventListener("compositionstart",this.onCompositionStart,!1),document.addEventListener("compositionend",this.onCompositionEnd,!1))}},{key:"stopListeningComposition",value:function(){document&&document.removeEventListener&&(document.removeEventListener("compositionstart",this.onCompositionStart),document.removeEventListener("compositionend",this.onCompositionEnd))}},{key:"startListeningToTouch",value:function(){document&&document.addEventListener&&(document.addEventListener("touchstart",this.onTouchStart,!1),document.addEventListener("touchmove",this.onTouchMove,!1),document.addEventListener("touchend",this.onTouchEnd,!1))}},{key:"stopListeningToTouch",value:function(){document&&document.removeEventListener&&(document.removeEventListener("touchstart",this.onTouchStart),document.removeEventListener("touchmove",this.onTouchMove),document.removeEventListener("touchend",this.onTouchEnd))}},{key:"renderInput",value:function(){var s=this.props,o=s.isDisabled,i=s.isSearchable,r=s.inputId,a=s.inputValue,c=s.tabIndex,l=s.form,d=s.menuIsOpen,y=s.required,f=this.getComponents(),m=f.Input,h=this.state,g=h.inputIsHidden,p=h.ariaSelection,S=this.commonProps,k=r||this.getElementId("input"),x=T(T(T({"aria-autocomplete":"list","aria-expanded":d,"aria-haspopup":!0,"aria-errormessage":this.props["aria-errormessage"],"aria-invalid":this.props["aria-invalid"],"aria-label":this.props["aria-label"],"aria-labelledby":this.props["aria-labelledby"],"aria-required":y,role:"combobox","aria-activedescendant":this.state.isAppleDevice?void 0:this.state.focusedOptionId||""},d&&{"aria-controls":this.getElementId("listbox")}),!i&&{"aria-readonly":!0}),this.hasValue()?(p==null?void 0:p.action)==="initial-input-focus"&&{"aria-describedby":this.getElementId("live-region")}:{"aria-describedby":this.getElementId("placeholder")});return i?R.createElement(m,P({},S,{autoCapitalize:"none",autoComplete:"off",autoCorrect:"off",id:k,innerRef:this.getInputRef,isDisabled:o,isHidden:g,onBlur:this.onInputBlur,onChange:this.handleInputChange,onFocus:this.onInputFocus,spellCheck:"false",tabIndex:c,form:l,type:"text",value:a},x)):R.createElement(y1t,P({id:k,innerRef:this.getInputRef,onBlur:this.onInputBlur,onChange:b_,onFocus:this.onInputFocus,disabled:o,tabIndex:c,inputMode:"none",form:l,value:""},x))}},{key:"renderPlaceholderOrValue",value:function(){var s=this,o=this.getComponents(),i=o.MultiValue,r=o.MultiValueContainer,a=o.MultiValueLabel,c=o.MultiValueRemove,l=o.SingleValue,d=o.Placeholder,y=this.commonProps,f=this.props,m=f.controlShouldRenderValue,h=f.isDisabled,g=f.isMulti,p=f.inputValue,S=f.placeholder,k=this.state,x=k.selectValue,v=k.focusedValue,b=k.isFocused;if(!this.hasValue()||!m)return p?null:R.createElement(d,P({},y,{key:"placeholder",isDisabled:h,isFocused:b,innerProps:{id:this.getElementId("placeholder")}}),S);if(g)return x.map(function(A,j){var O=A===v,X="".concat(s.getOptionLabel(A),"-").concat(s.getOptionValue(A));return R.createElement(i,P({},y,{components:{Container:r,Label:a,Remove:c},isFocused:O,isDisabled:h,key:X,index:j,removeProps:{onClick:function(){return s.removeValue(A)},onTouchEnd:function(){return s.removeValue(A)},onMouseDown:function(Z){Z.preventDefault()}},data:A}),s.formatOptionLabel(A,"value"))});if(p)return null;var I=x[0];return R.createElement(l,P({},y,{data:I,isDisabled:h}),this.formatOptionLabel(I,"value"))}},{key:"renderClearIndicator",value:function(){var s=this.getComponents(),o=s.ClearIndicator,i=this.commonProps,r=this.props,a=r.isDisabled,c=r.isLoading,l=this.state.isFocused;if(!this.isClearable()||!o||a||!this.hasValue()||c)return null;var d={onMouseDown:this.onClearIndicatorMouseDown,onTouchEnd:this.onClearIndicatorTouchEnd,"aria-hidden":"true"};return R.createElement(o,P({},i,{innerProps:d,isFocused:l}))}},{key:"renderLoadingIndicator",value:function(){var s=this.getComponents(),o=s.LoadingIndicator,i=this.commonProps,r=this.props,a=r.isDisabled,c=r.isLoading,l=this.state.isFocused;if(!o||!c)return null;var d={"aria-hidden":"true"};return R.createElement(o,P({},i,{innerProps:d,isDisabled:a,isFocused:l}))}},{key:"renderIndicatorSeparator",value:function(){var s=this.getComponents(),o=s.DropdownIndicator,i=s.IndicatorSeparator;if(!o||!i)return null;var r=this.commonProps,a=this.props.isDisabled,c=this.state.isFocused;return R.createElement(i,P({},r,{isDisabled:a,isFocused:c}))}},{key:"renderDropdownIndicator",value:function(){var s=this.getComponents(),o=s.DropdownIndicator;if(!o)return null;var i=this.commonProps,r=this.props.isDisabled,a=this.state.isFocused,c={onMouseDown:this.onDropdownIndicatorMouseDown,onTouchEnd:this.onDropdownIndicatorTouchEnd,"aria-hidden":"true"};return R.createElement(o,P({},i,{innerProps:c,isDisabled:r,isFocused:a}))}},{key:"renderMenu",value:function(){var s=this,o=this.getComponents(),i=o.Group,r=o.GroupHeading,a=o.Menu,c=o.MenuList,l=o.MenuPortal,d=o.LoadingMessage,y=o.NoOptionsMessage,f=o.Option,m=this.commonProps,h=this.state.focusedOption,g=this.props,p=g.captureMenuScroll,S=g.inputValue,k=g.isLoading,x=g.loadingMessage,v=g.minMenuHeight,b=g.maxMenuHeight,I=g.menuIsOpen,A=g.menuPlacement,j=g.menuPosition,O=g.menuPortalTarget,X=g.menuShouldBlockScroll,D=g.menuShouldScrollIntoView,Z=g.noOptionsMessage,_e=g.onMenuScrollToTop,F=g.onMenuScrollToBottom;if(!I)return null;var B=function(K,me){var ye=K.type,ne=K.data,fe=K.isDisabled,he=K.isSelected,Me=K.label,R_=K.value,t_=h===ne,E=fe?void 0:function(){return s.onOptionHover(ne)},Oe=fe?void 0:function(){return s.selectOption(ne)},qe="".concat(s.getElementId("option"),"-").concat(me),s_={id:qe,onClick:Oe,onMouseMove:E,onMouseOver:E,tabIndex:-1,role:"option","aria-selected":s.state.isAppleDevice?void 0:he};return R.createElement(f,P({},m,{innerProps:s_,data:ne,isDisabled:fe,isSelected:he,key:qe,label:Me,type:ye,value:R_,isFocused:t_,innerRef:t_?s.getFocusedOptionRef:void 0}),s.formatOptionLabel(K.data,"menu"))},re;if(this.hasOptions())re=this.getCategorizedOptions().map(function(W){if(W.type==="group"){var K=W.data,me=W.options,ye=W.index,ne="".concat(s.getElementId("group"),"-").concat(ye),fe="".concat(ne,"-heading");return R.createElement(i,P({},m,{key:ne,data:K,options:me,Heading:r,headingProps:{id:fe,data:W.data},label:s.formatGroupLabel(W.data)}),W.options.map(function(he){return B(he,"".concat(ye,"-").concat(he.index))}))}else if(W.type==="option")return B(W,"".concat(W.index))});else if(k){var Q=x({inputValue:S});if(Q===null)return null;re=R.createElement(d,m,Q)}else{var pe=Z({inputValue:S});if(pe===null)return null;re=R.createElement(y,m,pe)}var ue={minMenuHeight:v,maxMenuHeight:b,menuPlacement:A,menuPosition:j,menuShouldScrollIntoView:D},Ne=R.createElement(X$t,P({},m,ue),function(W){var K=W.ref,me=W.placerProps,ye=me.placement,ne=me.maxHeight;return R.createElement(a,P({},m,ue,{innerRef:K,innerProps:{onMouseDown:s.onMenuMouseDown,onMouseMove:s.onMenuMouseMove},isLoading:k,placement:ye}),R.createElement(I1t,{captureEnabled:p,onTopArrive:_e,onBottomArrive:F,lockEnabled:X},function(fe){return R.createElement(c,P({},m,{innerRef:function(Me){s.getMenuListRef(Me),fe(Me)},innerProps:{role:"listbox","aria-multiselectable":m.isMulti,id:s.getElementId("listbox")},isLoading:k,maxHeight:ne,focusedOption:h}),re)}))});return O||j==="fixed"?R.createElement(l,P({},m,{appendTo:O,controlElement:this.controlRef,menuPlacement:A,menuPosition:j}),Ne):Ne}},{key:"renderFormField",value:function(){var s=this,o=this.props,i=o.delimiter,r=o.isDisabled,a=o.isMulti,c=o.name,l=o.required,d=this.state.selectValue;if(l&&!this.hasValue()&&!r)return R.createElement(A1t,{name:c,onFocus:this.onValueInputFocus});if(!(!c||r))if(a)if(i){var y=d.map(function(h){return s.getOptionValue(h)}).join(i);return R.createElement("input",{name:c,type:"hidden",value:y})}else{var f=d.length>0?d.map(function(h,g){return R.createElement("input",{key:"i-".concat(g),name:c,type:"hidden",value:s.getOptionValue(h)})}):R.createElement("input",{name:c,type:"hidden",value:""});return R.createElement("div",null,f)}else{var m=d[0]?this.getOptionValue(d[0]):"";return R.createElement("input",{name:c,type:"hidden",value:m})}}},{key:"renderLiveRegion",value:function(){var s=this.commonProps,o=this.state,i=o.ariaSelection,r=o.focusedOption,a=o.focusedValue,c=o.isFocused,l=o.selectValue,d=this.getFocusableOptions();return R.createElement(d1t,P({},s,{id:this.getElementId("live-region"),ariaSelection:i,focusedOption:r,focusedValue:a,isFocused:c,selectValue:l,focusableOptions:d,isAppleDevice:this.state.isAppleDevice}))}},{key:"render",value:function(){var s=this.getComponents(),o=s.Control,i=s.IndicatorsContainer,r=s.SelectContainer,a=s.ValueContainer,c=this.props,l=c.className,d=c.id,y=c.isDisabled,f=c.menuIsOpen,m=this.state.isFocused,h=this.commonProps=this.getCommonProps();return R.createElement(r,P({},h,{className:l,innerProps:{id:d,onKeyDown:this.onKeyDown},isDisabled:y,isFocused:m}),this.renderLiveRegion(),R.createElement(o,P({},h,{innerRef:this.getControlRef,innerProps:{onMouseDown:this.onControlMouseDown,onTouchEnd:this.onControlTouchEnd},isDisabled:y,isFocused:m,menuIsOpen:f}),R.createElement(a,P({},h,{isDisabled:y}),this.renderPlaceholderOrValue(),this.renderInput()),R.createElement(i,P({},h,{isDisabled:y}),this.renderClearIndicator(),this.renderLoadingIndicator(),this.renderIndicatorSeparator(),this.renderDropdownIndicator())),this.renderMenu(),this.renderFormField())}}],[{key:"getDerivedStateFromProps",value:function(s,o){var i=o.prevProps,r=o.clearFocusValueOnUpdate,a=o.inputIsHiddenAfterUpdate,c=o.ariaSelection,l=o.isFocused,d=o.prevWasFocused,y=o.instancePrefix,f=s.options,m=s.value,h=s.menuIsOpen,g=s.inputValue,p=s.isMulti,S=k_(m),k={};if(i&&(m!==i.value||f!==i.options||h!==i.menuIsOpen||g!==i.inputValue)){var x=h?B1t(s,S):[],v=h?Jt(g_(s,S),"".concat(y,"-option")):[],b=r?O1t(o,S):null,I=V1t(o,x),A=B_(v,I);k={selectValue:S,focusedOption:I,focusedOptionId:A,focusableOptionsWithIds:v,focusedValue:b,clearFocusValueOnUpdate:!1}}var j=a!=null&&s!==i?{inputIsHidden:a,inputIsHiddenAfterUpdate:void 0}:{},O=c,X=l&&d;return l&&!X&&(O={value:Xe(p,S,S[0]||null),options:S,action:"initial-input-focus"},X=!d),(c==null?void 0:c.action)==="initial-input-focus"&&(O=null),T(T(T({},k),j),{},{prevProps:s,ariaSelection:O,prevWasFocused:X})}}]),t})(w.Component);io.defaultProps=F1t;var W1t=["defaultInputValue","defaultMenuIsOpen","defaultValue","inputValue","menuIsOpen","onChange","onInputChange","onMenuClose","onMenuOpen","value"];function X1t(_){var e=_.defaultInputValue,t=e===void 0?"":e,n=_.defaultMenuIsOpen,s=n===void 0?!1:n,o=_.defaultValue,i=o===void 0?null:o,r=_.inputValue,a=_.menuIsOpen,c=_.onChange,l=_.onInputChange,d=_.onMenuClose,y=_.onMenuOpen,f=_.value,m=ke(_,W1t),h=w.useState(r!==void 0?r:t),g=xe(h,2),p=g[0],S=g[1],k=w.useState(a!==void 0?a:s),x=xe(k,2),v=x[0],b=x[1],I=w.useState(f!==void 0?f:i),A=xe(I,2),j=A[0],O=A[1],X=w.useCallback(function(Q,pe){typeof c=="function"&&c(Q,pe),O(Q)},[c]),D=w.useCallback(function(Q,pe){var ue;typeof l=="function"&&(ue=l(Q,pe)),S(ue!==void 0?ue:Q)},[l]),Z=w.useCallback(function(){typeof y=="function"&&y(),b(!0)},[y]),_e=w.useCallback(function(){typeof d=="function"&&d(),b(!1)},[d]),F=r!==void 0?r:p,B=a!==void 0?a:v,re=f!==void 0?f:j;return T(T({},m),{},{inputValue:F,menuIsOpen:B,onChange:X,onInputChange:D,onMenuClose:_e,onMenuOpen:Z,value:re})}var Y1t=["allowCreateWhileLoading","createOptionPosition","formatCreateLabel","isValidNewOption","getNewOptionData","onCreateOption","options","onChange"],Kt=function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2?arguments[2]:void 0,s=String(e).toLowerCase(),o=String(n.getOptionValue(t)).toLowerCase(),i=String(n.getOptionLabel(t)).toLowerCase();return o===s||i===s},O_={formatCreateLabel:function(e){return'Create "'.concat(e,'"')},isValidNewOption:function(e,t,n,s){return!(!e||t.some(function(o){return Kt(e,o,s)})||n.some(function(o){return Kt(e,o,s)}))},getNewOptionData:function(e,t){return{label:t,value:e,__isNew__:!0}}};function Z1t(_){var e=_.allowCreateWhileLoading,t=e===void 0?!1:e,n=_.createOptionPosition,s=n===void 0?"last":n,o=_.formatCreateLabel,i=o===void 0?O_.formatCreateLabel:o,r=_.isValidNewOption,a=r===void 0?O_.isValidNewOption:r,c=_.getNewOptionData,l=c===void 0?O_.getNewOptionData:c,d=_.onCreateOption,y=_.options,f=y===void 0?[]:y,m=_.onChange,h=ke(_,Y1t),g=h.getOptionValue,p=g===void 0?Kn:g,S=h.getOptionLabel,k=S===void 0?Qn:S,x=h.inputValue,v=h.isLoading,b=h.isMulti,I=h.value,A=h.name,j=w.useMemo(function(){return a(x,k_(I),f,{getOptionValue:p,getOptionLabel:k})?l(x,i(x)):void 0},[i,l,k,p,x,a,f,I]),O=w.useMemo(function(){return(t||!v)&&j?s==="first"?[j].concat(ze(f)):[].concat(ze(f),[j]):f},[t,s,v,j,f]),X=w.useCallback(function(D,Z){if(Z.action!=="select-option")return m(D,Z);var _e=Array.isArray(D)?D:[D];if(_e[_e.length-1]===j){if(d)d(x);else{var F=l(x,x),B={action:"create-option",name:A,option:F};m(Xe(b,[].concat(ze(k_(I)),[F]),F),B)}return}m(D,Z)},[l,x,b,A,j,d,m,I]);return T(T({},h),{},{options:O,onChange:X})}var U1t=w.forwardRef(function(_,e){var t=X1t(_),n=Z1t(t);return R.createElement(io,P({ref:e},n))}),ro=U1t;const J1t={DropdownIndicator:null},Q1t=_=>{const{inputValue:e,value:t,placeholder:n,handleChange:s,handleInputChange:o,handleKeyDown:i}=_;return u.jsx(ro,{components:J1t,placeholder:n||"Type something to create option",isClearable:!0,isMulti:!0,menuIsOpen:!1,value:t,inputValue:e,onChange:s,onInputChange:o,onKeyDown:i})},K1t=({initValue:_,onSearch:e,placeholder:t="Type something to search",className:n="",style:s={}})=>{const[o,i]=w.useState(_);w.useEffect(()=>{i(_)},[_]);const r=w.useCallback(a=>{a.key==="Enter"&&e(o)},[o,e]);return u.jsx(C.Input,{placeholder:t,value:o,onChange:a=>i(a.target.value),onKeyUp:r,className:n,style:s})},ht=w.memo(K1t),ekt=_=>{const{id:e,className:t}=_,n=e&&W_.find(s=>s.value===e)||null;return u.jsx(je,{options:W_,value:n,..._,className:t})},_kt=_=>Object.keys(_).filter(e=>_[e]||_[e]===0||_[e]===!1).map(e=>Array.isArray(_[e])?_[e].map(t=>`${encodeURIComponent(e)}=${encodeURIComponent(t)}`).join("&"):`${encodeURIComponent(e)}=${encodeURIComponent(_[e])}`).join("&"),T_=()=>{try{return sessionStorage.getItem(st)?sessionStorage.getItem(Pe):localStorage.getItem(Pe)}catch{return null}},H=Hs.create({baseURL:ae,timeout:0,headers:{"Content-Type":"application/json"},paramsSerializer:_=>_kt(_)}),de=Hs.create({baseURL:ae,timeout:6e4,headers:{"Content-Type":"multipart/form-data"}});[H,de].forEach(_=>_.interceptors.request.use(e=>{const t=T_();return t&&(e.headers.Authorization=`Bearer ${t}`),e},e=>Promise.reject(e)));[H,de].forEach(_=>_.interceptors.response.use(e=>e,e=>{var t,n;return e.response.status===401&&(Object.keys(localStorage).forEach(s=>{s.includes("learning-plan")||delete localStorage[s]}),localStorage.setItem("USER_EMAIL",""),window.location.href="/login"),e.response.status==403&&!((n=(t=e.response.config)==null?void 0:t.url)!=null&&n.includes("cookieyes"))&&(localStorage.removeItem(Pe),sessionStorage.removeItem(Pe),sessionStorage.removeItem(st),localStorage.removeItem("USER_EMAIL"),window.location.href="/login"),Promise.reject(e)}));const tkt=`${ae}/api/SuggestionCategory`,skt=()=>H.get(tkt),nkt=_=>{const[e,t]=w.useState([]);w.useEffect(()=>{n()},[]);const n=async()=>{try{const r=await skt();t(r.data.items)}catch(r){console.error(r)}},{id:s}=_,o=e.map(r=>({id:r.id,value:r.id,label:r.name})),i=s&&o.find(r=>r.value===s)||null;return u.jsx(je,{options:o,value:i,..._})},okt=`${ae}/api/QuestionCategory`,akt=()=>H.get(okt),ikt=_=>{const[e,t]=w.useState([]);w.useEffect(()=>{n()},[]);const n=async()=>{try{const a=await akt();t(a.data.items)}catch(a){console.error(a)}},{id:s,className:o}=_,i=e.map(a=>({id:a.id,value:a.id,label:a.name})),r=s&&i.find(a=>a.value===s)||null;return u.jsx(je,{options:i,value:r,..._,className:o})},rkt={fontSize:"0.85rem"},co=({text:_})=>u.jsx("p",{className:"text-danger",style:rkt,children:_}),ckt={width:"100%",position:"fixed",bottom:70,backgroundColor:"#fff",borderTop:"1px solid #ddd",marginLeft:"-30px",padding:"18px 8px",zIndex:1},lkt=({confirmText:_,onConfirm:e,onCancel:t,className:n})=>{const{t:s}=Le.useTranslation();return u.jsx(C.Row,{form:!0,style:ckt,children:u.jsxs(C.Col,{md:12,children:[u.jsx(C.Button,{color:"primary",size:"sm",className:`px-4 pl-1 mr-2 ml-3 ${n}`,onClick:e,children:s(_)}),u.jsx(C.Button,{size:"sm",className:`px-4 mr-2 ml-2 ${n}`,onClick:t,children:s("cancel")})]})})},dkt=({text:_,className:e})=>u.jsxs(C.Label,{className:e,children:[_,u.jsx("span",{className:"ml-2 text-danger",children:"*"})]}),ukt=w.memo(dkt),mkt=_=>{const{id:e,className:t}=_,n=e&&yt.find(s=>s.value===e)||null;return u.jsx(je,{options:yt,value:n,..._,menuPlacement:"top",className:t})},es="primary",_s="secondary",hkt=({textLeft:_,textRight:e,isLeft:t,clickLeft:n,clickRight:s})=>u.jsxs("div",{className:"w-100 d-flex",children:[u.jsx(C.Button,{size:"sm",color:t?es:_s,onClick:n,className:"toggle-btn toggle-btn-left flex-grow-1",children:_}),u.jsx(C.Button,{size:"sm",color:t?_s:es,onClick:s,className:"toggle-btn toggle-btn-right flex-grow-1",children:e})]}),ie=`${ae}/api/file`,gkt=`${ie}/system/profile`,pkt=`${ie}/system/student-badge`,ykt=`${ie}/system/certificate`,fkt=`${ie}/system/email-attachment`,wkt=`${ie}/system/question`,vkt=`${ie}/system/answer`,$kt=`${ie}/system/tutorial`,bkt=`${ie}/custom-key`,kkt=`${ie}/delete-file`,Ikt=`${ie}/delete-folder`,xkt=`${ie}/create-folder`,Ckt=`${ie}/rename-file`,Skt=_=>de.post(ie,_),Akt=_=>de.post(pkt,_),Ekt=_=>de.post(ykt,_),qkt=_=>de.post(gkt,_),lo=_=>de.post(fkt,_),Tkt=_=>de.post(wkt,_),Pkt=_=>de.post(vkt,_),ts=_=>de.post($kt,_),uo=_=>de.post(bkt,_),Rkt=_=>H.delete(`${kkt}?key=${_}`),Lkt=_=>H.delete(`${Ikt}?key=${_}`),jkt=(_,e)=>H.post(xkt,{prefix:_||"",folderName:e}),Nkt=(_,e)=>H.post(Ckt,{key:_,name:e}),Se=_=>!_||!_.trim()?"":_.startsWith("/avatars/default-student-avatar")?_:`${ae}/api/file/viewer?key=${_}`,Mkt=({icon:_,accept:e="*",callback:t})=>{const n=async s=>{try{const o=new FormData,i=s.target.files[0],r=i.name;o.append("file",i,r),o.append("customKey","conversation");const a=await uo(o),{name:c,key:l,type:d}=a.data;t(c,Se(l),d)}catch(o){console.error(o.message)}};return u.jsxs(w.Fragment,{children:[u.jsx(C.Input,{className:"d-none",type:"file",id:"upload-file-btn",onChange:n,accept:e}),u.jsx(C.Label,{htmlFor:"upload-file-btn",role:"button",children:_})]})},mo=({defaultValue:_,options:e,isDisabled:t,scrollBottom:n,className:s,...o})=>{const i=_!==null&&typeof _<"u"&&e.find(r=>r.value===_)||null;return u.jsx(je,{isDisabled:t,options:e,value:i,menuPlacement:n?"top":"auto",className:s,...o})};function Gkt(_){return le({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{d:"M16.5 6v11.5c0 2.21-1.79 4-4 4s-4-1.79-4-4V5c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5V5c0-2.21-1.79-4-4-4S7 2.79 7 5v12.5c0 3.04 2.46 5.5 5.5 5.5s5.5-2.46 5.5-5.5V6h-1.5z"}}]})(_)}const zkt=20097152,Dkt=({fileName:_,maxWidth:e,maxHeight:t,setFile:n,canDelete:s,onDelete:o,isCheckFeedBack:i,onAddImage:r})=>{const a=te.useDispatch(),[c,l]=w.useState(""),d={maxWidth:e||"100%",maxHeight:t||"100%"},y=c||Se(_),f=h=>{h.preventDefault();let g=new FileReader,p=h.target.files[0];if(p.size>zkt){a(ge({type:"danger",message:"File can't be larger than 2MB"}));return}g.onloadend=()=>{n(p),l(g.result)},p&&g.readAsDataURL(p),r&&r()},m=c||_?u.jsx("img",{style:d,src:y,alt:"image"}):null;return u.jsxs("div",{className:"mb-2",children:[u.jsxs(C.Form,{className:"mb-2",children:[u.jsx(C.Input,{className:"d-none",type:"file",id:"uploadFile",onChange:f,accept:"image/*"}),u.jsxs("div",{className:"d-flex align-items-center",children:[u.jsx(C.Label,{htmlFor:"uploadFile",role:"button",tabIndex:0,className:ce["input-file-label"],children:i==!0?u.jsx(Gkt,{}):u.jsxs(w.Fragment,{children:[u.jsx("i",{className:"fa fa-paperclip mr-1","aria-hidden":"true"}),c||_?"Change file":"Choose file"]})}),s&&m&&u.jsx(C.Button,{size:"sm",color:"danger",className:`${ce["delete-avatar-button"]} ml-2 d-flex align-items-center justify-content-center`,onClick:()=>{l(null),o&&o()},children:u.jsx(pn,{})})]})]}),m]})},Fkt={height:38},Bkt=({text:_,initValue:e,onClick:t,onSearch:n,placeholder:s="Type something to search"})=>u.jsxs("div",{className:"d-flex align-items-center",children:[u.jsx("div",{children:u.jsx(yn,{text:_,onClick:t})}),u.jsx("div",{className:"flex-grow-1 ml-2",children:u.jsx(ht,{initValue:e,onSearch:n,placeholder:s,style:Fkt})})]}),Okt="Not found",gt=()=>(w.useEffect(()=>{document.title=Okt}),u.jsx("div",{className:"not-found",children:u.jsxs("div",{className:"clearfix",children:[u.jsx("h1",{className:"float-left display-3 mr-4",children:"404"}),u.jsxs("div",{className:"float-left",children:[u.jsx("h4",{className:"pt-3",children:"Oops! You are lost."}),u.jsx("p",{className:"text-muted mb-2",children:"The page you are looking for was not found."}),u.jsx("div",{children:u.jsx(Ue.Link,{to:"/",children:"Go to home"})})]})]})})),Vkt=Object.freeze(Object.defineProperty({__proto__:null,default:gt},Symbol.toStringTag,{value:"Module"})),Hkt=12,Wkt=20,Xkt=_=>{const{t:e}=Le.useTranslation(),t=Ue.useNavigate(),n=Ue.useLocation(),s=te.useSelector(y=>y.common.language),{pathname:o}=n,{tabs:i,title:r}=_,a=y=>{if(y.startsWith("/"))t(y);else{const f=o.lastIndexOf("/"),m=o.substring(0,f+1);t(m+y)}};w.useEffect(()=>{Vs.changeLanguage(s)},[s]);const c=te.useSelector(y=>{var f;return(f=y.common)==null?void 0:f.defaultFontSize}),l=w.useMemo(()=>c==Wkt?"font-large":c==Hkt?"font-small":"",[c]),d=()=>{const y=i.find(m=>{const h=m.path.startsWith("/")?m.path:`/${m.path}`;return o.endsWith(m.path)||o===h});if(!y)return u.jsx(gt,{});const f=y.component;return u.jsxs(C.Row,{className:ce[l],children:[u.jsx(C.Col,{md:12,children:u.jsx("h5",{children:e(r)})}),u.jsxs(C.Col,{xl:12,children:[u.jsx(C.Nav,{tabs:!0,children:i.map(m=>{const h=o.endsWith(m.path)||o===(m.path.startsWith("/")?m.path:`/${m.path}`);return u.jsx(C.NavItem,{children:u.jsx(C.NavLink,{className:`${h?"active":""} cursor-pointer`,onClick:()=>{a(m.path)},children:e(m.title)})},m.path)})}),u.jsx(C.TabContent,{activeTab:o,className:"border-bottom-0 border-left-0 border-right-0",children:u.jsx(C.TabPane,{tabId:o,children:u.jsx(f,{})})})]})]})};return u.jsx("div",{className:"animated fadeIn",children:d()})},ss={"app-alert":"_app-alert_1j0hk_1","app-alert--success":"_app-alert--success_1j0hk_17"},Ykt=({className:_=""})=>u.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:`${_}`,children:[u.jsx("rect",{width:"20",height:"20",rx:"10",fill:"white"}),u.jsx("circle",{cx:"10",cy:"10",r:"10",fill:"#0F9655"}),u.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.9703 6.04351C16.3143 6.34927 16.3453 6.876 16.0395 7.21999L9.37284 14.72C9.22036 14.8915 9.00389 14.9926 8.77448 14.9993C8.54507 15.0061 8.32303 14.9179 8.16074 14.7556L5.24408 11.8389C4.91864 11.5135 4.91864 10.9859 5.24408 10.6604C5.56951 10.335 6.09715 10.335 6.42259 10.6604L8.71432 12.9522L14.7938 6.11271C15.0996 5.76873 15.6263 5.73774 15.9703 6.04351Z",fill:"#FFFFFF"})]}),Zkt=()=>{var o;const _=te.useDispatch(),e=te.useSelector(i=>i.common.alert),t=w.useRef(null),n=()=>{_(ge({message:""})),t&&t.current&&clearTimeout(t.current)};w.useEffect(()=>{var i;(i=e.message)!=null&&i.length&&(t&&t.current&&clearTimeout(t.current),t.current=setTimeout(()=>{_(ge({message:""}))},3e3))},[e]);const s=!window.location.pathname.startsWith("/admin");return((o=e.message)==null?void 0:o.length)>0?u.jsx("div",{className:`app-alert ${s?`${ss["app-alert"]} ${ss[`app-alert--${e.type}`]}`:""}`,children:u.jsxs(C.Alert,{color:e.type,isOpen:e.message.length>0,onDismiss:s?n:void 0,children:[e.type==="success"&&s&&u.jsx(Ykt,{className:"mr-2"}),e.message]})}):null},Ukt=pt.object({name:pt.string().required("Name is required")}),Jkt=(_,e)=>{const{targetMedia:t,onConfirm:n}=_,s=t!=null&&t.key?"Update":"Create",o=t!=null&&t.key?"Rename":"Folder";return u.jsx(pa.Formik,{initialValues:{name:t==null?void 0:t.name},enableReinitialize:!0,validationSchema:Ukt,onSubmit:(i,r)=>{n&&n(i),r.resetForm()},children:i=>{const{values:r,touched:a,errors:c,handleChange:l,handleBlur:d,handleSubmit:y}=i;return u.jsx(un,{header:o,confirmText:s,onConfirm:y,ref:e,children:u.jsx(C.Row,{children:u.jsxs(C.Col,{md:12,children:[u.jsx(C.Input,{name:"name",placeholder:`Enter your ${t!=null&&t.key?"file":"folder"} name`,value:r.name,onChange:l,onBlur:d("question")}),a.name&&c.name&&u.jsx(co,{text:c.name})]})})})}})},Qkt=w.forwardRef(Jkt),Kkt=({isLibrary:_,step:e,breadcumb:t,currentPrefix:n,targetMedia:s,handleSelectFile:o,handleCreateFolder:i,handleRenameFile:r,handleGoBack:a,handleDownloadMedia:c,handleDeleteMediaOrFolder:l,showErrorAlert:d,className:y})=>{const f=w.useRef(null),m=w.useRef(null),h=()=>{var p;return(p=f==null?void 0:f.current)==null?void 0:p.toggle()},g=()=>u.jsxs(C.Row,{className:"p-2 pl-3",children:[!!e&&u.jsxs(C.Button,{className:"mr-2",color:"secondary",onClick:a,children:[u.jsx(Bwt,{}),u.jsx(C.Label,{className:`ml-1 h6 m-0 ${y}`,children:"Go up"})]}),s&&!s.isFolder&&u.jsxs(C.Button,{className:"mr-2",color:"success",onClick:c,children:[u.jsx(Owt,{}),u.jsx(C.Label,{className:`ml-1 h6 m-0 ${y}`,children:"Download"})]}),s&&!_&&u.jsxs(C.Button,{className:"mr-2",color:"danger",onClick:l,children:[u.jsx(Xwt,{}),u.jsx(C.Label,{className:`ml-1 h6 m-0 ${y}`,children:"Delete"})]}),s&&!_&&!s.isFolder&&u.jsxs(C.Button,{className:"mr-2",color:"primary",onClick:h,children:[u.jsx(Vwt,{}),u.jsx(C.Label,{className:`ml-1 h6 m-0 ${y}`,children:"Rename"})]}),!s&&!_&&u.jsxs(C.Button,{className:"mr-2",color:"success",onClick:h,children:[u.jsx(Wwt,{}),u.jsx(C.Label,{className:`ml-1 h6 m-0 ${y}`,children:"New folder"})]}),!s&&!_&&u.jsxs(C.Button,{className:"mr-2",color:"info",onClick:()=>{var p;return(p=m==null?void 0:m.current)==null?void 0:p.click()},children:[u.jsx(Hwt,{}),u.jsx(C.Label,{className:`ml-1 h6 m-0 ${y}`,children:"Upload"})]}),t&&u.jsx(C.Col,{className:"h-100 d-flex align-items-center",children:t})]});return u.jsxs("div",{children:[g(),u.jsx(Qkt,{ref:f,targetMedia:s,onConfirm:async p=>{p.name!=""?s&&!s.isFolder?(h(),await r(p.name)):(h(),await i(n,p.name)):d("Name can't be empty")}}),u.jsx("input",{type:"file",id:"customMediaUpload",ref:m,style:{display:"none"},onChange:async p=>{var k;const S=(k=p==null?void 0:p.target)==null?void 0:k.files[0];S&&await o({key:n,file:S})}})]})},e2t=w.memo(Kkt),Ye={"media-wrapper":"_media-wrapper_1nc2k_6","media-image":"_media-image_1nc2k_11","media-image-selected":"_media-image-selected_1nc2k_17","media-title":"_media-title_1nc2k_21","filter-media-file":"_filter-media-file_1nc2k_30"},Te={USER_CONVERSATION_AVATAR:"images/user.png",GROUP_CONVERSATION_AVATAR:"images/group.png",LOGO:"images/logoV1-1.png",LOGO_HEADER:"images/logo-header.png",LOGO_MINIMIZED:"images/logo-small.png",DOCS_IMAGE:"images/docs.png",AUDIO_IMAGE:"images/audio.png",PHOTO_IMAGE:"images/image.png",VIDEO_IMAGE:"images/video.png",FOLDER_IMAGE:"images/folder.png",UNKNOW_IMAGE:"images/unknow.png"};var ee=(_=>(_[_.IMAGE=0]="IMAGE",_[_.VIDEO=1]="VIDEO",_[_.AUDIO=2]="AUDIO",_[_.DOC=3]="DOC",_[_.UNKNOW=4]="UNKNOW",_))(ee||{});const _2t=["png","jpg","jpeg","gif"],t2t=["mp4","mp4v"],s2t=["txt","pdf","doc","docx","xls","csv"],n2t=["wav","mp3"],ho=_=>{if(_){if(_2t.includes(_))return ee.IMAGE;if(t2t.includes(_))return ee.VIDEO;if(s2t.includes(_))return ee.DOC;if(n2t.includes(_))return ee.AUDIO}return ee.UNKNOW},o2t=_=>{if(_.isFolder)return Te.FOLDER_IMAGE;const e=ho(_.extension);return e===ee.IMAGE?Te.PHOTO_IMAGE:e===ee.VIDEO?Te.VIDEO_IMAGE:e===ee.AUDIO?Te.AUDIO_IMAGE:e===ee.DOC?Te.DOCS_IMAGE:Te.UNKNOW_IMAGE},a2t=({media:_,isTarget:e,className:t})=>{const n=o2t(_);return u.jsxs(C.Card,{className:`${e?Ye["media-image-selected"]:""} border-0 `,children:[u.jsx(C.CardImg,{className:`${Ye["media-image"]} p-1`,top:!0,width:"90%",src:n,alt:_.name}),u.jsx(C.CardBody,{className:"p-1",style:{height:45},children:u.jsx(C.CardTitle,{tag:"h6",className:`${Ye["media-title"]} ${t}`,children:_.name})})]})},i2t=w.memo(a2t),r2t=({changeFilters:_,className:e})=>{const{t}=Le.useTranslation(),[n,s]=w.useState(),o=[{value:ee.IMAGE,label:t("images")},{value:ee.AUDIO,label:t("audios")},{value:ee.DOC,label:t("docs")},{value:ee.VIDEO,label:t("videos")}];return u.jsxs(C.Row,{className:`${Ye["filter-media-file"]}`,children:[u.jsx(C.Col,{sm:8,children:u.jsx(ht,{initValue:"",onSearch:i=>_({searchString:i}),placeholder:t("type_something_to_search_by_file_name"),className:e})}),u.jsx(C.Col,{sm:4,children:u.jsx(mo,{value:n,isMulti:!0,options:o,onChange:i=>{s(i);const r=i.map(a=>a.value);_({types:r})},className:e})})]})},go=$.createAction("gallery/setGallery"),Ie=$.createAction("gallery/setTargetMedia"),c2t=`${ae}/api/file`,l2t=_=>H.get(`${c2t}`,{params:_}),d2t="Gallery",u2t={searchString:""},po=(_=!1)=>{const e=te.useSelector(b=>b.gallery.mediaList),t=te.useSelector(b=>b.gallery.totalItems),n=te.useSelector(b=>b.gallery.targetMedia),s=te.useDispatch(),[o,i]=w.useState(),[r,a]=w.useState(Object.assign({...u2t},_?{isLibrary:!0}:{})),[c,l]=w.useState({link:"",step:0}),d=b=>{b.isFolder&&(a({prefix:b.key,isLibrary:_}),b.key&&l({link:b.key,step:c.step+1}))},y=()=>{const{link:b,step:I}=c;if(!b||b==""||I<1)return;let A=b.split("/");A[A.length-1]===""?l({link:`${A.splice(0,A.length-2).join("/")}/`,step:I-1}):(A.pop(),l({link:`${A.join("/")}/`,step:I-1}))},f=b=>{s(Ie({targetMedia:void 0})),n?b.key===n.key?s(Ie({targetMedia:void 0})):s(Ie({targetMedia:b})):s(Ie({targetMedia:b}))},m=async b=>{n!=null&&n.key&&b&&(s(we(!0)),await Nkt(n.key,b),s(Ie({targetMedia:void 0})),s(we(!1)),x())},h=()=>{if(n!=null&&n.key){const b=Se(n.key);window.open(b,"_blank")}else s(ge({type:"danger",message:"Error to download media, please try later."}))},g=b=>{ge({type:"danger",message:b})},p=async()=>{n!=null&&n.key?s(e_({isOpen:!0,type:"warning",message:`Do you want to remove this ${n.isFolder?"folder":"file"}`,onConfirm:async()=>{s(we(!0)),n.isFolder?(await Lkt(n.key||""),s(Ie({targetMedia:void 0}))):(await Rkt((n==null?void 0:n.key)||""),s(Ie({targetMedia:void 0}))),s(we(!1)),x()}})):s(ge({type:"danger",message:"Error to delete media, please try later."}))},S=async(b,I)=>{I&&(await jkt(b,I),x())},k=b=>a({...r,...b}),x=w.useCallback(async()=>{var b,I;s(we(!0));try{const A=await l2t(r);s(go({mediaList:A.data,totalItems:A.data.length||0}))}catch(A){s(ge({type:"danger",message:((I=(b=A.response)==null?void 0:b.data)==null?void 0:I.title)||A.message}))}s(we(!1))},[s,r]);w.useEffect(()=>{document.title=d2t,s(Ie({targetMedia:void 0}))},[]),w.useEffect(()=>{k({prefix:c.link})},[c.link]),w.useEffect(()=>{x()},[r]),w.useEffect(()=>{async function b(){var I,A;if(!_){s(we(!0));try{if(o){const{file:j,key:O}=o,{name:X}=j,D=O,Z=new FormData;Z.append("file",j,X),Z.append("customKey",(D==null?void 0:D.slice(0,-1))||""),await uo(Z),x()}}catch(j){s(ge({type:"danger",message:((A=(I=j.response)==null?void 0:I.data)==null?void 0:A.title)||j.message}))}s(we(!1))}}b()},[o]);const v=w.useMemo(()=>{var b;try{const I=(b=c.link)==null?void 0:b.split("/");return I.splice(2,I.length).join("/")}catch{return""}},[c.link]);return{mediaList:e,filters:r,totalItems:t,targetMedia:n,router:c,breadcrumb:v,getData:x,changeFilters:k,handleSelectFile:i,handleOpenFolder:d,handleSelectMedia:f,handleRenameFile:m,handleDownloadMedia:h,handleDeleteMediaOrFolder:p,handleCreateFolder:S,handleGoBack:y,showErrorAlert:g}},yo=()=>{const _=te.useSelector(t=>{var n;return(n=t.common)==null?void 0:n.defaultFontSize});return{classFontSize:w.useMemo(()=>_==gwt?"font-large":_==hwt?"font-small":"",[_])}},m2t=({height:_,isLibrary:e})=>{const{classFontSize:t}=yo(),{filters:n,mediaList:s,targetMedia:o,router:i,breadcrumb:r,changeFilters:a,handleOpenFolder:c,handleSelectMedia:l,handleSelectFile:d,handleCreateFolder:y,handleRenameFile:f,handleDownloadMedia:m,handleDeleteMediaOrFolder:h,handleGoBack:g,showErrorAlert:p}=po(e),S=()=>s.map(k=>{const x=(o==null?void 0:o.key)===k.key;return u.jsx(C.Col,{className:"p-2",xs:"auto",children:u.jsx("div",{onDoubleClick:()=>c(k),onClick:()=>l(k),className:Ye["media-wrapper"],children:u.jsx(i2t,{media:k,isTarget:x,className:` ${ce["custom-font-size"]}`})})},k.key)});return u.jsxs(C.Card,{className:ce[t],children:[u.jsxs(C.CardHeader,{children:[u.jsx(r2t,{className:`${ce["custom-font-size"]}`,changeFilters:a,filters:n}),u.jsx(e2t,{isLibrary:e,step:i.step,breadcumb:r,currentPrefix:n.prefix||"",targetMedia:o,handleSelectFile:d,handleCreateFolder:y,handleRenameFile:f,handleDownloadMedia:m,handleDeleteMediaOrFolder:h,handleGoBack:g,showErrorAlert:p,className:` ${ce["custom-font-size"]}`})]}),u.jsx(C.CardBody,{style:{minHeight:_},children:u.jsx(C.Row,{className:"p-1",children:S()})})]})},ns="You have some changes. Click OK to discard or click Cancel to continue edit, then click Update below to save your changes.";function h2t({when:_}){return w.useEffect(()=>{if(!_)return;const e=t=>(t.preventDefault(),t.returnValue=ns,ns);return window.addEventListener("beforeunload",e),()=>{window.removeEventListener("beforeunload",e)}},[_]),null}const g2t=`${ae}/api/academicclass`,p2t=()=>H.get(g2t),y2t=_=>{const[e,t]=w.useState([]);w.useEffect(()=>{n()},[]);const n=async()=>{try{const r=await p2t();t(r.data.items)}catch(r){console.error(r)}},{id:s}=_,o=e.map(r=>({id:r.id,value:r.id,label:r.name})),i=s&&o.find(r=>r.value===s)||null;return u.jsx(je,{options:o,value:i,..._})};function _t(_){return`Minified Redux error #${_}; visit https://redux.js.org/Errors?code=${_} for the full message or use the non-minified dev environment for full errors. `}var V_=()=>Math.random().toString(36).substring(7).split("").join("."),f2t={INIT:`@@redux/INIT${V_()}`,REPLACE:`@@redux/REPLACE${V_()}`,PROBE_UNKNOWN_ACTION:()=>`@@redux/PROBE_UNKNOWN_ACTION${V_()}`},Ze=f2t;function w2t(_){if(typeof _!="object"||_===null)return!1;let e=_;for(;Object.getPrototypeOf(e)!==null;)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(_)===e||Object.getPrototypeOf(_)===null}function v2t(_){if(_===void 0)return"undefined";if(_===null)return"null";const e=typeof _;switch(e){case"boolean":case"string":case"number":case"symbol":case"function":return e}if(Array.isArray(_))return"array";if(k2t(_))return"date";if(b2t(_))return"error";const t=$2t(_);switch(t){case"Symbol":case"Promise":case"WeakMap":case"WeakSet":case"Map":case"Set":return t}return Object.prototype.toString.call(_).slice(8,-1).toLowerCase().replace(/\s/g,"")}function $2t(_){return typeof _.constructor=="function"?_.constructor.name:null}function b2t(_){return _ instanceof Error||typeof _.message=="string"&&_.constructor&&typeof _.constructor.stackTraceLimit=="number"}function k2t(_){return _ instanceof Date?!0:typeof _.toDateString=="function"&&typeof _.getDate=="function"&&typeof _.setDate=="function"}function I2t(_){let e=typeof _;return process.env.NODE_ENV!=="production"&&(e=v2t(_)),e}function os(_){typeof console<"u"&&typeof console.error=="function"&&console.error(_);try{throw new Error(_)}catch{}}function x2t(_,e,t,n){const s=Object.keys(e),o=t&&t.type===Ze.INIT?"preloadedState argument passed to createStore":"previous state received by the reducer";if(s.length===0)return"Store does not have a valid reducer. Make sure the argument passed to combineReducers is an object whose values are reducers.";if(!w2t(_))return`The ${o} has unexpected type of "${I2t(_)}". Expected argument to be an object with the following keys: "${s.join('", "')}"`;const i=Object.keys(_).filter(r=>!e.hasOwnProperty(r)&&!n[r]);if(i.forEach(r=>{n[r]=!0}),!(t&&t.type===Ze.REPLACE)&&i.length>0)return`Unexpected ${i.length>1?"keys":"key"} "${i.join('", "')}" found in ${o}. Expected to find one of the known reducer keys instead: "${s.join('", "')}". Unexpected keys will be ignored.`}function C2t(_){Object.keys(_).forEach(e=>{const t=_[e];if(typeof t(void 0,{type:Ze.INIT})>"u")throw new Error(process.env.NODE_ENV==="production"?_t(12):`The slice reducer for key "${e}" returned undefined during initialization. If the state passed to the reducer is undefined, you must explicitly return the initial state. The initial state may not be undefined. If you don't want to set a value for this reducer, you can use null instead of undefined.`);if(typeof t(void 0,{type:Ze.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(process.env.NODE_ENV==="production"?_t(13):`The slice reducer for key "${e}" returned undefined when probed with a random type. Don't try to handle '${Ze.INIT}' or other actions in "redux/*" namespace. They are considered private. Instead, you must return the current state for any unknown actions, unless it is undefined, in which case you must return the initial state, regardless of the action type. The initial state may not be undefined, but can be null.`)})}function S2t(_){const e=Object.keys(_),t={};for(let i=0;i<e.length;i++){const r=e[i];process.env.NODE_ENV!=="production"&&typeof _[r]>"u"&&os(`No reducer provided for key "${r}"`),typeof _[r]=="function"&&(t[r]=_[r])}const n=Object.keys(t);let s;process.env.NODE_ENV!=="production"&&(s={});let o;try{C2t(t)}catch(i){o=i}return function(r={},a){if(o)throw o;if(process.env.NODE_ENV!=="production"){const d=x2t(r,t,a,s);d&&os(d)}let c=!1;const l={};for(let d=0;d<n.length;d++){const y=n[d],f=t[y],m=r[y],h=f(m,a);if(typeof h>"u"){const g=a&&a.type;throw new Error(process.env.NODE_ENV==="production"?_t(14):`When called with an action of type ${g?`"${String(g)}"`:"(unknown type)"}, the slice reducer for key "${y}" returned undefined. To ignore an action, you must explicitly return the previous state. If you want this reducer to hold no value, you can return null instead of undefined.`)}l[y]=h,c=c||h!==m}return c=c||n.length!==Object.keys(r).length,c?l:r}}const as={sidebarShow:"responsive",isLoading:!1,alert:{type:"",message:""},modal:{isOpen:!1},user:null,currentStudentId:parseInt(localStorage.getItem("currentStudentId")??"0"),currentStudentUserId:localStorage.getItem("currentStudentUserId")||"",currentStudentName:localStorage.getItem("currentStudentName")||"",turnOffPassWhenChangeMode:!1,menuBar:!0,defaultFontSize:16,isEnableIEP:!0,isEnableSurvey:!1,isConversationOneToOne:!1,loadUnreadNotification:!1,language:p_,isLoginGoogle:!1,inforUserGoogle:null},A2t=$.createReducer(as,_=>{_.addCase(we,(e,t)=>{e.isLoading=t.payload}).addCase(e_,(e,t)=>{e.modal=t.payload}).addCase(Qs,(e,t)=>{e.user=t.payload}).addCase(vwt,(e,t)=>{e.sidebarShow=t.payload}).addCase(Ks,(e,t)=>{e.inforUserGoogle=t.payload}).addCase(ge,(e,t)=>{e.alert=t.payload}).addCase(L,(e,t)=>(localStorage.removeItem("currentStudentId"),localStorage.removeItem("currentStudentUserId"),localStorage.removeItem("currentStudentName"),as)).addCase(an,(e,t)=>{e.currentStudentId=t.payload}).addCase(rn,(e,t)=>{e.currentStudentUserId=t.payload}).addCase(cn,(e,t)=>{e.currentStudentName=t.payload}).addCase(ln,(e,t)=>{e.turnOffPassWhenChangeMode=t.payload}).addCase(en,(e,t)=>{e.menuBar=t.payload}).addCase(tn,(e,t)=>{e.isEnableIEP=t.payload}).addCase(sn,(e,t)=>{e.isEnableSurvey=t.payload}).addCase(nn,(e,t)=>{e.isConversationOneToOne=t.payload}).addCase(on,(e,t)=>{e.language=t.payload}).addCase(_n,(e,t)=>{e.defaultFontSize=t.payload}).addCase(dn,(e,t)=>{e.loadUnreadNotification=t.payload})}),fo=$.createAction("classes/setClassList"),is={classList:[],totalItems:0},E2t=$.createReducer(is,_=>{_.addCase(fo,(e,t)=>{e.classList=t.payload.classList,e.totalItems=t.payload.totalItems}).addCase(L,(e,t)=>is)}),wo=$.createAction("conferenceRubric/setConferenceRubricList"),rs={conferenceRubricList:[],totalItems:0},q2t=$.createReducer(rs,_=>{_.addCase(wo,(e,t)=>{e.conferenceRubricList=t.payload.conferenceRubricList,e.totalItems=t.payload.totalItems}).addCase(L,(e,t)=>rs)}),vo=$.createAction("faqs/setFaqList"),cs={faqList:[],totalItems:0},T2t=$.createReducer(cs,_=>{_.addCase(vo,(e,t)=>{e.faqList=t.payload.faqList,e.totalItems=t.payload.totalItems}).addCase(L,(e,t)=>cs)}),$o=$.createAction("skills/setSkillList"),ls={skillList:[],totalItems:0},P2t=$.createReducer(ls,_=>{_.addCase($o,(e,t)=>{e.skillList=t.payload.skillList,e.totalItems=t.payload.totalItems}).addCase(L,(e,t)=>ls)}),bo=$.createAction("emailTemplate/setEmailTemplateList"),ds={emailTemplateList:[],totalItems:0},R2t=$.createReducer(ds,_=>{_.addCase(bo,(e,t)=>{e.emailTemplateList=t.payload.emailTemplateList,e.totalItems=t.payload.totalItems}).addCase(L,(e,t)=>ds)}),ko=$.createAction("suggestionBank/setSuggestionList"),us={suggestionList:[],totalItems:0},L2t=$.createReducer(us,_=>{_.addCase(ko,(e,t)=>{e.suggestionList=t.payload.suggestionList,e.totalItems=t.payload.totalItems}).addCase(L,(e,t)=>us)}),Io=$.createAction("learningStrategy/setStrategyList"),ms={strategyList:[],totalItems:0},j2t=$.createReducer(ms,_=>{_.addCase(Io,(e,t)=>{e.strategyList=t.payload.strategyList,e.totalItems=t.payload.totalItems}).addCase(L,(e,t)=>ms)}),xo=$.createAction("subjects/setSubjectList"),hs={subjectList:[],totalItems:0},N2t=$.createReducer(hs,_=>{_.addCase(xo,(e,t)=>{e.subjectList=t.payload.subjectList,e.totalItems=t.payload.totalItems}).addCase(L,(e,t)=>hs)}),Co=$.createAction("learningSupportCategories/setLearningSupportCategoryList"),gs={learningSupportCategoryList:[],totalItems:0},M2t=$.createReducer(gs,_=>{_.addCase(Co,(e,t)=>{e.learningSupportCategoryList=t.payload.learningSupportCategoryList,e.totalItems=t.payload.totalItems}).addCase(L,(e,t)=>gs)}),So=$.createAction("questionBank/setQuestionList"),ps={questionList:[],totalItems:0},G2t=$.createReducer(ps,_=>{_.addCase(So,(e,t)=>{e.questionList=t.payload.questionList,e.totalItems=t.payload.totalItems}).addCase(L,(e,t)=>ps)}),Ao=$.createAction("badges/setBadgeList"),ys={badgeList:[],totalItems:0},z2t=$.createReducer(ys,_=>{_.addCase(Ao,(e,t)=>{e.badgeList=t.payload.badgeList,e.totalItems=t.payload.totalItems}).addCase(L,(e,t)=>ys)}),Eo=$.createAction("semester/setSemesterList"),D2t={semesterList:[],totalItems:0},F2t=$.createReducer(D2t,_=>{_.addCase(Eo,(e,t)=>{e.semesterList=t.payload.semesterList,e.totalItems=t.payload.totalItems})}),qo=$.createAction("assignment/setAssignmentList"),fs={assignmentList:[],totalItems:0},B2t=$.createReducer(fs,_=>{_.addCase(qo,(e,t)=>{e.assignmentList=t.payload.assignmentList,e.totalItems=t.payload.totalItems}).addCase(L,(e,t)=>fs)}),To=$.createAction("goalExamples/setGoalExampleList"),ws={goalExampleList:[],totalItems:0},O2t=$.createReducer(ws,_=>{_.addCase(To,(e,t)=>{e.goalExampleList=t.payload.goalExampleList,e.totalItems=t.payload.totalItems}).addCase(L,(e,t)=>ws)}),Po=$.createAction("users/setUserList"),Ro=$.createAction("users/setStudentList"),vs={userList:[],totalItems:0,studentList:[]},V2t=$.createReducer(vs,_=>{_.addCase(Po,(e,t)=>{e.userList=t.payload.userList,e.totalItems=t.payload.totalItems}).addCase(Ro,(e,t)=>{e.studentList=t.payload}).addCase(L,(e,t)=>vs)}),Lo=$.createAction("feedback/setFeedbackList"),$s={feedbackList:[],totalItems:0},H2t=$.createReducer($s,_=>{_.addCase(Lo,(e,t)=>{e.feedbackList=t.payload.feedbackList,e.totalItems=t.payload.totalItems}).addCase(L,(e,t)=>$s)}),jo=$.createAction("assessments/setAssessmentList"),bs={assessmentList:[],totalItems:0},W2t=$.createReducer(bs,_=>{_.addCase(jo,(e,t)=>{e.assessmentList=t.payload.assessmentList,e.totalItems=t.payload.totalItems}).addCase(L,(e,t)=>bs)}),No=$.createAction("reflectionForms/setReflectionList"),ks={reflectionList:[],totalItems:0},X2t=$.createReducer(ks,_=>{_.addCase(No,(e,t)=>{e.reflectionList=t.payload.reflectionList,e.totalItems=t.payload.totalItems}).addCase(L,(e,t)=>ks)}),Mo=$.createAction("reflectionForms/setReflectionResultList"),Is={reflectionResultList:[],totalItems:0},Y2t=$.createReducer(Is,_=>{_.addCase(Mo,(e,t)=>{e.reflectionResultList=t.payload.reflectionResultList,e.totalItems=t.payload.totalItems}).addCase(L,(e,t)=>Is)}),Go=$.createAction("questionByCategory/setQuestionByCategory"),zo=$.createAction("questionByCategory/setSelectQuestion"),Z2t=$.createAction("questionByCategory/setUnSelectQuestion"),Do=$.createAction("questionByCategory/setMoveItemQuestion"),Fo=$.createAction("questionByCategory/setEditItemQuesion"),Bo=$.createAction("questionByCategory/setResetQuestionList"),xs={questionByCategoryList:[],selectedQuestions:[],selectQuestion:[]},l_=(_,e)=>{var t=new Set(_.map(s=>s.id)),n=[..._,...e.filter(s=>!t.has(s.id))];return n},U2t=$.createReducer(xs,_=>{_.addCase(Go,(e,t)=>{e.questionByCategoryList=t.payload,e.selectedQuestions.length>0&&(e.questionByCategoryList=e.questionByCategoryList.filter(n=>!e.selectedQuestions.some(s=>s.id===n.id)))}),_.addCase(zo,(e,t)=>{let n=e.selectQuestion.findIndex(s=>s.id===t.payload.id);n===-1?e.selectQuestion.push(t.payload):e.selectQuestion.splice(n,1)}),_.addCase(Z2t,(e,t)=>{e.selectQuestion=t.payload}),_.addCase(Do,(e,t)=>{switch(t.payload){case"right":e.selectedQuestions=l_(e.selectedQuestions,e.selectQuestion),e.questionByCategoryList=e.questionByCategoryList.filter(o=>!e.selectedQuestions.some(i=>i.id===o.id)),e.selectQuestion=[];break;case"right-all":e.selectedQuestions=l_(e.selectedQuestions,e.questionByCategoryList),e.selectQuestion=[],e.questionByCategoryList=[];break;case"left":e.questionByCategoryList=l_(e.questionByCategoryList,e.selectQuestion),e.selectedQuestions=e.selectedQuestions.filter(o=>!e.selectQuestion.some(i=>i.id===o.id)),e.selectQuestion=[];break;case"left-all":e.questionByCategoryList=l_(e.questionByCategoryList,e.selectedQuestions),e.selectedQuestions=[],e.selectQuestion=[];break;case"move-up":const n=e.selectedQuestions.findIndex(o=>o.id===e.selectQuestion[0].id);n!==-1&&e.selectedQuestions.splice(n-1,0,e.selectedQuestions.splice(n,1)[0]);break;case"move-down":const s=e.selectedQuestions.findIndex(o=>o.id===e.selectQuestion[0].id);s!==-1&&e.selectedQuestions.splice(s+1,0,e.selectedQuestions.splice(s,1)[0]);break}}),_.addCase(Fo,(e,t)=>{e.questionByCategoryList=[],e.selectedQuestions=t.payload}),_.addCase(Bo,e=>{e.questionByCategoryList=[],e.selectedQuestions=[]}),_.addCase(L,(e,t)=>xs)}),Oo=$.createAction("mailCategories/setMailCategory"),Cs={mailCategoryList:[]},J2t=$.createReducer(Cs,_=>{_.addCase(Oo,(e,t)=>{e.mailCategoryList=t.payload}).addCase(L,(e,t)=>Cs)}),Vo=$.createAction("questionCate/setQuestionCateList"),Ss={questionCateList:[],totalItems:0},Q2t=$.createReducer(Ss,_=>{_.addCase(Vo,(e,t)=>{e.questionCateList=t.payload.questionCateList,e.totalItems=t.payload.totalItems}).addCase(L,(e,t)=>Ss)}),Ho=$.createAction("notifications/setNotification"),K2t=$.createAction("notifications/setUnReadNotification"),e4t=$.createAction("notifications/updateUnReadNotification"),As={notificationList:[],totalItems:0,unReadNotification:0},_4t=$.createReducer(As,_=>{_.addCase(Ho,(e,t)=>{e.notificationList=t.payload.notificationList,e.totalItems=t.payload.totalItems,e.unReadNotification=t.payload.unReadNotification}).addCase(K2t,(e,t)=>{e.unReadNotification=t.payload}).addCase(e4t,(e,t)=>{e.unReadNotification+=t.payload}).addCase(L,(e,t)=>As)}),Wo=$.createAction("myStudent/setMyStudentList"),Es={myStudentList:[],totalItems:0},t4t=$.createReducer(Es,_=>{_.addCase(Wo,(e,t)=>{e.myStudentList=t.payload}).addCase(L,(e,t)=>Es)}),Xo=$.createAction("assistants/setAssistantList"),qs={assistantList:[]},s4t=$.createReducer(qs,_=>{_.addCase(Xo,(e,t)=>{e.assistantList=t.payload}).addCase(L,(e,t)=>qs)}),Yo=$.createAction("sessionTemplates/setSessionTemplateList"),Ts={sessionTemplateList:[],totalItems:0},n4t=$.createReducer(Ts,_=>{_.addCase(Yo,(e,t)=>{e.sessionTemplateList=t.payload.sessionTemplateList,e.totalItems=t.payload.totalItems}).addCase(L,(e,t)=>Ts)}),Zo=$.createAction("sessionTemplateGeneralClasses/setSessionTemplateList"),Ps={sessionTemplateGeneralClassList:[],totalItems:0},o4t=$.createReducer(Ps,_=>{_.addCase(Zo,(e,t)=>{e.sessionTemplateGeneralClassList=t.payload.sessionTemplateGeneralClassList,e.totalItems=t.payload.totalItems}).addCase(L,(e,t)=>Ps)}),Uo=$.createAction("tutorialScreens/setTutorialScreenList"),Rs={tutorialScreenList:[],totalItems:0},a4t=$.createReducer(Rs,_=>{_.addCase(Uo,(e,t)=>{e.tutorialScreenList=t.payload.tutorialScreenList,e.totalItems=t.payload.totalItems}).addCase(L,(e,t)=>Rs)}),Jo=$.createAction("customAlerts/setCustomAlertList"),Ls={customAlertList:[],totalItems:0},i4t=$.createReducer(Ls,_=>{_.addCase(Jo,(e,t)=>{e.customAlertList=t.payload.customAlertList,e.totalItems=t.payload.totalItems}).addCase(L,(e,t)=>Ls)}),js={mediaList:[],totalItems:0,targetMedia:void 0},r4t=$.createReducer(js,_=>{_.addCase(go,(e,t)=>{e.mediaList=t.payload.mediaList,e.totalItems=t.payload.totalItems}).addCase(Ie,(e,t)=>{e.targetMedia=t.payload.targetMedia}).addCase(L,(e,t)=>js)}),Qo=$.createAction("dashboard/addTab"),Ko=$.createAction("dashboard/closeTab"),ea=$.createAction("dashboard/editTab"),_a=$.createAction("dashboard/clearTab"),c4t={tabs:localStorage.getItem("myTab")?JSON.parse(localStorage.getItem("myTab")??""):[]},l4t=$.createReducer(c4t,_=>{_.addCase(Qo,(e,t)=>e.tabs.some(n=>n.url===t.payload.url)?e:{...e,tabs:[t.payload,...e.tabs]}).addCase(Ko,(e,t)=>{let n=JSON.parse(JSON.stringify(e.tabs));return delete n[t.payload],n=n.filter(Boolean),{...e,tabs:n}}).addCase(L,(e,t)=>(localStorage.removeItem("myTab"),{tabs:[]})).addCase(ea,(e,t)=>{const n=JSON.parse(JSON.stringify(e.tabs)),s=n.find(o=>t.payload.label===o.label);return s.url=t.payload.url,{...e,tabs:n}}).addCase(_a,(e,t)=>(localStorage.removeItem("myTab"),{tabs:[]}))}),ta=$.createAction("sessionPlayer/changeNote"),sa=$.createAction("sessionPlayer/changeTags"),na=$.createAction("sessionPlayer/answerQuestion"),oa=$.createAction("sessionPlayer/setSessionPlayer"),aa=$.createAction("sessionPlayer/setStartTime"),Ns={sessionId:0,session:{id:0,studentId:0,teacherId:0,duration:0,conferenceRubric:null,studentDefaultQuestions:[],teacherDefaultQuestions:[],additionalQuestions:[]},results:[],startTime:""},d4t=$.createReducer(Ns,_=>{_.addCase(oa,(e,t)=>t.payload).addCase(ta,(e,t)=>{const{isConfidential:n,text:s}=t.payload,o=e.results.find(a=>a.isTeacherResult);if(!o)return e;const i=JSON.parse(JSON.stringify(o)),r=i.notes.find(a=>!!a.isConfidential===n);return r?r.text=s:i.notes.push({isConfidential:n,text:s}),{...e,results:e.results.map(a=>a.isTeacherResult?i:a)}}).addCase(sa,(e,t)=>{const n=t.payload,s=e.results.find(i=>i.isTeacherResult);if(!s)return e;const o=JSON.parse(JSON.stringify(s));return o.tags=n,{...e,results:e.results.map(i=>i.isTeacherResult?o:i)}}).addCase(na,(e,t)=>{const{text:n,questionId:s,isTeacherResult:o}=t.payload,i=e.results.find(c=>c.isTeacherResult===o);if(!i)return e;const r=JSON.parse(JSON.stringify(i)),a=r.questionResponses.find(c=>c.questionId===s);return a?a.text=n:r.questionResponses.push({questionId:s,text:n}),{...e,results:e.results.map(c=>c.isTeacherResult===o?r:c)}}).addCase(aa,(e,t)=>{const n=t.payload;if(!n)return e;e.startTime=n}).addCase(L,(e,t)=>Ns)}),ia=$.createAction("dataPlayer/setDataPlayer"),ra=$.createAction("dataPlayer/answerQuestionDataPlayer"),Ms={id:0,questions:[{id:0,text:"",type:"",subQuestions:[],answers:[]}],questionResponse:[]},u4t=$.createReducer(Ms,_=>{_.addCase(ia,(e,t)=>t.payload).addCase(ra,(e,t)=>{const{questionId:n,text:s}=t.payload,o=e.questionResponse;if(!o)return e;const i=JSON.parse(JSON.stringify(o)),r=i.find(a=>a.questionId===n);return r?r.text=s:i.push({questionId:n,text:s}),{...e,questionResponse:i}}).addCase(L,(e,t)=>Ms)}),ca=$.createAction("certificates/setCertificateList"),Gs={certificateList:[],totalItems:0},m4t=$.createReducer(Gs,_=>{_.addCase(ca,(e,t)=>{e.certificateList=t.payload.certificateList,e.totalItems=t.payload.totalItems}).addCase(L,(e,t)=>Gs)}),la=$.createAction("improveMyClass/setImproveMyClass"),zs={improveMyClassList:[]},h4t=$.createReducer(zs,_=>{_.addCase(la,(e,t)=>{e.improveMyClassList=t.payload}).addCase(L,(e,t)=>zs)}),da=$.createAction("setFilterWidget"),Ds={filterWidget:"Year"},g4t=$.createReducer(Ds,_=>{_.addCase(da,(e,t)=>{e.filterWidget=t.payload.filterWidget}).addCase(L,(e,t)=>Ds)}),ua=$.createAction("bandScores/setBandScoreList"),Fs={bandScoreList:[],totalItems:0},p4t=$.createReducer(Fs,_=>{_.addCase(ua,(e,t)=>{e.bandScoreList=t.payload.bandScoreList,e.totalItems=t.payload.totalItems}).addCase(L,(e,t)=>Fs)}),ma=$.createAction("schoolBlankDays/setSchoolBlankDayList"),Bs={schoolBlankDayList:[],totalItems:0},y4t=$.createReducer(Bs,_=>{_.addCase(ma,(e,t)=>{e.schoolBlankDayList=t.payload.schoolBlankDayList,e.totalItems=t.payload.totalItems}).addCase(L,(e,t)=>Bs)}),ha=$.createAction("navMobile/setStudentIdSelectedByTeacher"),Os={studentIdSelectedByTeacher:0},f4t=$.createReducer(Os,_=>{_.addCase(ha,(e,t)=>{e.studentIdSelectedByTeacher=t.payload}).addCase(L,(e,t)=>Os)}),w4t=S2t({common:A2t,classes:E2t,conferenceRubrics:q2t,faqs:T2t,skills:P2t,emailTemplate:R2t,suggestionBank:L2t,learningStrategy:j2t,subjects:N2t,learningSupportCategories:M2t,questionBank:G2t,badges:z2t,semester:F2t,goalExamples:O2t,users:V2t,reflections:X2t,reflectionResults:Y2t,feedbacks:H2t,assessments:W2t,questionByCategory:U2t,mailCategory:J2t,questionCate:Q2t,notification:_4t,myStudent:t4t,assignments:B2t,assistants:s4t,sesstionTemplates:n4t,sessionTemplateGeneralClasses:o4t,tutorialScreens:a4t,customAlerts:i4t,gallery:r4t,dashboard:l4t,sessionPlayer:d4t,dataPlayer:u4t,certificate:m4t,improveMyClass:h4t,widget:g4t,bandScores:p4t,schoolBlankDays:y4t,navMobileReducer:f4t}),v4t=$.configureStore({reducer:w4t,middleware:_=>_({serializableCheck:!1})}),P_={height:500,menubar:!1,force_br_newlines:!0,force_p_newlines:!1,branding:!1,convert_urls:!1,plugins:`advlist autolink lists link image charmap print preview anchor
25
+ searchreplace visualblocks code fullscreen
26
+ insertdatetime media table paste code help wordcount media`,toolbar:"undo redo | formatselect | bold italic backcolor | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | removeformat | image",paste_data_images:!0},$4t={...P_,images_upload_handler:async function(_,e){const t=new FormData;t.append("file",_.blob(),_.filename());try{const{data:n}=await lo(t);e(Se(n.key))}catch{return}}},b4t={...P_,images_upload_handler:async function(_,e){const t=new FormData;t.append("file",_.blob(),_.filename());try{const{data:n}=await Tkt(t);e(Se(n.key))}catch{return}}},k4t={...P_,height:tt,images_upload_handler:async function(_,e){const t=new FormData;t.append("file",_.blob(),_.filename());try{const{data:n}=await Pkt(t);e(Se(n.key))}catch{return}}},I4t={...P_,height:tt,media_live_embeds:!0,plugins:`advlist autolink lists link image charmap print preview anchor
27
+ searchreplace visualblocks code fullscreen
28
+ insertdatetime media table paste code help wordcount media`,toolbar:"undo redo | formatselect | bold italic backcolor | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | removeformat | image | media",images_upload_handler:async function(_,e){const t=new FormData;t.append("file",_.blob(),_.filename());try{const{data:n}=await ts(t);e(Se(n.key))}catch{return}},file_picker_callback:function(_){var e=document.createElement("input");e.setAttribute("type","file"),e.setAttribute("accept","video/*"),e.onchange=async function(t){const n=t.target.files[0],{name:s}=n,o=new FormData;o.append("file",n,s);const{data:i}=await ts(o);_(Se(i.key))},e.click()}},x4t={email:$4t,question:b4t,answer:k4t,tutorial:I4t},Ee=`${ae}/api/account`,C4t=`${ae}/api/user`,S4t=_=>H.post(`${Ee}/login`,_),A4t=_=>H.post(`${Ee}/checktoken`,{token:_}),E4t=()=>H.get(`${Ee}/info`),q4t=_=>H.post(`${Ee}/forgotpassword`,_),T4t=_=>H.post(`${Ee}/checkResetToken`,{token:_}),P4t=_=>H.post(`${Ee}/resetpassword`,_),R4t=(_,e)=>H.post(`${C4t}/check-user`,e,{params:{type:_}}),L4t=()=>H.get(`${Ee}/send-google`),j4t=_=>H.post(`${ae}/api/User/register-user`,_),N4t=_=>H.post(`${Ee}/account-sso-log`,_),M4t=async()=>{try{const _=T_();return!(!_||!(await A4t(_)).data)}catch{return!1}},G4t=(_,e)=>Array.isArray(_)?Array.isArray(e)?_.filter(n=>e.includes(n)).length>0:!0:!1,z4t=()=>H.get(`${ae}/api/language`),D4t=_=>{const e=_==null?void 0:_.getBoundingClientRect();return e.top>=0&&e.left>=0&&e.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&e.right<=(window.innerWidth||document.documentElement.clientWidth)},F4t=(_,e)=>{let t=null;return(...n)=>{const s=()=>_(...n);clearTimeout(t),t=setTimeout(s,e)}},B4t=_=>{const e=document.createElement("p");e.innerHTML=_;const t=e.innerText;return e.remove(),t},O4t=_=>_?_.replace(/YYYY/g,"yyyy").replace(/YY/g,"yy").replace(/DD/g,"dd").replace(/D/g,"d").replace(/Do/g,"do").replace(/MMMM/g,"MMMM").replace(/MMM/g,"MMM").replace(/MM/g,"MM").replace(/M/g,"M").replace(/HH/g,"HH").replace(/hh/g,"hh").replace(/mm/g,"mm").replace(/ss/g,"ss").replace(/A/g,"aa"):"yyyy-MM-dd",V4t=(_,e)=>{if(_===Zs)return"";try{const t=_.includes("Z")||_.includes("+")?_:`${_.replace(" ","T")}Z`,n=new Date(t);return isNaN(n.getTime())?"":d_.format(n,O4t(e))}catch{return""}},H4t=()=>(Math.random()+1).toString(36).substring(7),W4t=()=>{const[_,e]=w.useState(Ys);return{filters:_,setFilters:e,changeFilters:n=>{const s={..._,...n};s.searchString&&n.searchString&&n.searchString!=_.searchString&&(s.currentPage=1),e(s)}}},X4t=_=>{const e="https://es-stage.marioforme.com",t=e===location.origin;return _?Us&&!t||_.startsWith("http")?_:_.startsWith("/")?`${t?e:ft}${_}`:`${t?e:ft}/${_}`:""},Y4t=13,H_=15,Z4t=()=>{const _=Ue.useNavigate(),[e,t]=w.useState(!1),[n,s]=w.useState({minutes:0,timeLogout:""}),o=()=>{var c;try{return((c=localStorage==null?void 0:localStorage.getItem)==null?void 0:c.call(localStorage,"LAST_ACTIVITY_TIME"))??null}catch{return null}},i=()=>{localStorage.removeItem(Pe),sessionStorage.removeItem(Pe),localStorage.removeItem("ROLES"),localStorage.removeItem("LAST_ACTIVITY_TIME"),t(!1),_("/login",{replace:!0})},r=()=>{var h;if(!T_())return;const l=o();if(!l){(h=localStorage==null?void 0:localStorage.setItem)==null||h.call(localStorage,"LAST_ACTIVITY_TIME",new Date().toISOString());return}const d=new Date(l);if(isNaN(d.getTime()))return;const y=new Date,f=d_.differenceInMinutes(y,d);if(f>=H_){i();return}const m=d_.format(d_.addMinutes(y,H_-f),"HH:mm");f>=Y4t?(s({minutes:f,timeLogout:m}),t(!0)):t(!1)};w.useEffect(()=>{const c=setInterval(()=>{r()},6e4);return()=>clearInterval(c)},[]);const a=()=>{t(!e)};return u.jsxs(C.Modal,{isOpen:e,toggle:a,size:"xs",children:[u.jsx(C.ModalHeader,{toggle:a,children:"Notification Logout"}),u.jsx(C.ModalBody,{children:`Are you still here? You have had no action for ${n==null?void 0:n.minutes} mins.
29
+ Your account could be log out after ${H_-(n==null?void 0:n.minutes)} mins at ${n==null?void 0:n.timeLogout} if you don't action.`}),u.jsx(C.ModalFooter,{className:"text-right",children:u.jsx(C.Button,{color:"primary",onClick:a,children:"Confirm"})})]})},U4t=w.lazy(()=>Promise.resolve().then(()=>require("./Login-Cxbto5eM.cjs"))),J4t=w.lazy(()=>Promise.resolve().then(()=>require("./Dashboard-HV1eiElu.cjs"))),Q4t=w.lazy(()=>Promise.resolve().then(()=>require("./TheContent-BHmlooLu.cjs"))),K4t=w.lazy(()=>Promise.resolve().then(()=>require("./EmailTemplateList-BAejgUUG.cjs"))),eIt=w.lazy(()=>Promise.resolve().then(()=>require("./EmailTemplateDetail-D0D3bpWO.cjs"))),_It=w.lazy(()=>Promise.resolve().then(()=>require("./FaqList-DpUzQ2vq.cjs"))),tIt=w.lazy(()=>Promise.resolve().then(()=>require("./SkillList-DlMx_Evw.cjs"))),sIt=w.lazy(()=>Promise.resolve().then(()=>require("./UserContainer-B-4oVOEp.cjs"))),nIt=w.lazy(()=>Promise.resolve().then(()=>require("./UserDetail-B-Mq_itT.cjs"))),oIt=w.lazy(()=>Promise.resolve().then(()=>Vkt)),aIt=w.lazy(()=>Promise.resolve().then(()=>require("./NotificationList-D1jMOBwH.cjs"))),iIt=w.lazy(()=>Promise.resolve().then(()=>require("./GalleryList-B5QA3Rol.cjs"))),rIt=w.lazy(()=>Promise.resolve().then(()=>require("./SchoolList-CClJ_UPT.cjs")));exports.ACCESS_TOKEN=Pe;exports.ANSWER_EDITOR_HEIGHT=tt;exports.AcademicClassSelector=y2t;exports.AccountSSOLogApi=N4t;exports.AddButton=yn;exports.BASE_URL=ae;exports.CHAT_CHANNEL=awt;exports.CommonAlert=Zkt;exports.CommonHeader=kwt;exports.CommonModal=un;exports.CreatableSelect$1=ro;exports.CreatableSelector=Q1t;exports.CustomPagination=evt;exports.CustomSelector=mo;exports.CustomTabs=Xkt;exports.DATE_FORMAT=ewt;exports.DATE_MIN_VALUE=Zs;exports.DATE_RESULT=_wt;exports.DEFAULT_FILTER=Ys;exports.DEFAULT_IMAGE_URL=rwt;exports.DEFAULT_LANGUAGE_CODE=p_;exports.Dashboard=J4t;exports.DeleteButtonIcon=Qwt;exports.DetailActionButtons=lkt;exports.EMOTIONS=cwt;exports.EditButtonIcon=Kwt;exports.EmailTemplateDetail=eIt;exports.EmailTemplateList=K4t;exports.EmptyDataAlert=tvt;exports.ErrorHandler=co;exports.FULL_DATE_RESULT=twt;exports.FaPlus=gn;exports.FaUsersCog=Ywt;exports.FaqList=_It;exports.GOOGLE_RECAPTCHA_KEY=Qft;exports.GalleryList=iIt;exports.GenIcon=le;exports.IS_USER_SESSION_BROWSER=st;exports.Images=Te;exports.InputFile=Mkt;exports.LANGUAGES=mwt;exports.LICENSE_AGGRID=swt;exports.LinkEditButton=_vt;exports.Loading=fwt;exports.Login=U4t;exports.MediaList=m2t;exports.MediaType=ee;exports.NOTIFICATION_ALERT_KEY=uwt;exports.NOTIFICATION_CHANNEL=iwt;exports.NotFound=gt;exports.NotFound$1=oIt;exports.NotificationList=aIt;exports.NotificationLogoutModal=Z4t;exports.NotificationModal=$wt;exports.QUESTION_TYPES=nwt;exports.QUESTION_TYPES_OPTIONS=W_;exports.QuestionCategorySelector=ikt;exports.QuestionTypeSelector=ekt;exports.QuitPrompt=h2t;exports.ROLES=dwt;exports.RequiredLabel=ukt;exports.SUPPORTED_LANGUAGES_CODE=Js;exports.SchoolList=rIt;exports.ScrollToTop=wwt;exports.SearchBox=ht;exports.SearchBoxContainer=Bkt;exports.SkillList=tIt;exports.StarRatingSelector=mkt;exports.SuggestionCategorySelector=nkt;exports.TAB_COLORS=lwt;exports.TINY_MCE_API_KEY=Jft;exports.TheContent=Q4t;exports.ToggleButton=hkt;exports.USER_ROLES=owt;exports.UploadFileButton=Dkt;exports.UserContainer=sIt;exports.UserDetail=nIt;exports.addTab=Qo;exports.answerQuestion=na;exports.answerQuestionDataPlayer=ra;exports.api=H;exports.apiUpload=de;exports.canAccess=G4t;exports.changeNote=ta;exports.changeTags=sa;exports.checkResetToken=T4t;exports.checkUserGoogle=R4t;exports.clearTab=_a;exports.closeTab=Ko;exports.debounce=F4t;exports.editTab=ea;exports.editorConfig=x4t;exports.firstCheckToken=M4t;exports.forgotPassword=q4t;exports.generateRandomString=H4t;exports.getAccessToken=T_;exports.getFileUrl=Se;exports.getGoogleClientId=L4t;exports.getInfo=E4t;exports.getLanguage=z4t;exports.getStaticFileUrl=X4t;exports.getTextFromHTML=B4t;exports.getTypeByExtension=ho;exports.isInViewport=D4t;exports.isLocalhost=Us;exports.logIn=S4t;exports.registerUserStudent=j4t;exports.reset=L;exports.resetPassword=P4t;exports.setAlert=ge;exports.setAssessmentList=jo;exports.setAssignmentList=qo;exports.setAssistantList=Xo;exports.setBadgeList=Ao;exports.setBandScoreList=ua;exports.setCertificateList=ca;exports.setClassList=fo;exports.setConferenceRubricList=wo;exports.setConversationOneToOne=nn;exports.setCurrentStudentId=an;exports.setCurrentStudentName=cn;exports.setCurrentStudentUserId=rn;exports.setCustomAlertList=Jo;exports.setDataPlayer=ia;exports.setEditItemQuesion=Fo;exports.setEmailTemplateList=bo;exports.setEnableIEP=tn;exports.setEnableSurvey=sn;exports.setFaqList=vo;exports.setFeedbackList=Lo;exports.setFilterWidget=da;exports.setGoalExampleList=To;exports.setImproveMyClass=la;exports.setInforUserGoogle=Ks;exports.setLanguage=on;exports.setLearningSupportCategoryList=Co;exports.setLoading=we;exports.setMailCategory=Oo;exports.setModal=e_;exports.setMoveItemQuestion=Do;exports.setMyStudent=Wo;exports.setNotification=Ho;exports.setQuestionByCategory=Go;exports.setQuestionCateList=Vo;exports.setQuestionList=So;exports.setReflectionList=No;exports.setReflectionResultList=Mo;exports.setResetQuestionList=Bo;exports.setSchoolBlankDayList=ma;exports.setSelectQuestion=zo;exports.setSemesterList=Eo;exports.setSessionPlayer=oa;exports.setSessionTemplateGeneralClassList=Zo;exports.setSessionTemplateList=Yo;exports.setSkillList=$o;exports.setStartTime=aa;exports.setStrategyList=Io;exports.setStudentIdSelectedByTeacher=ha;exports.setStudentList=Ro;exports.setSubjectList=xo;exports.setSuggestionList=ko;exports.setTurnOffPassWhenChangeMode=ln;exports.setTutorialScreenList=Uo;exports.setUnreadNotification=dn;exports.setUser=Qs;exports.setUserList=Po;exports.showFontSize=_n;exports.showMenuBar=en;exports.store=v4t;exports.styles=ce;exports.systemCertificateUpload=Ekt;exports.systemEmailUpload=lo;exports.systemProfileUpload=qkt;exports.systemStudentBadge=Akt;exports.uploadFile=Skt;exports.useClassFontSize=yo;exports.useFilters=W4t;exports.useGalleryList=po;exports.utcToLocalTime=V4t;