mario-core 2.9.41-beta → 2.9.42-admin
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/containers/Login/constant/type.d.ts +5 -0
- package/dist/containers/Login/views/ModelSelectRole.d.ts +4 -0
- package/dist/index.css +1 -34
- package/dist/index.d.ts +2 -4
- package/dist/index.js +76 -2145
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +77 -2132
- package/dist/index.modern.js.map +1 -1
- package/dist/layouts/TheLayout.d.ts +0 -1
- package/dist/redux/commons/action.d.ts +0 -2
- package/dist/types/Payload.d.ts +1 -0
- package/dist/utils/amplitude.d.ts +1 -0
- package/package.json +1 -3
- package/dist/components/Loading/LoadLanguage.d.ts +0 -3
- package/dist/lang/de.d.ts +0 -4
- package/dist/lang/en.d.ts +0 -4
- package/dist/utils/getTranslations.d.ts +0 -2
- package/dist/utils/translations.d.ts +0 -3
package/dist/index.js
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
2
2
|
|
|
3
3
|
require('bootstrap/dist/css/bootstrap.min.css');
|
|
4
|
-
var i18n = _interopDefault(require('i18next'));
|
|
5
|
-
var reactI18next = require('react-i18next');
|
|
6
4
|
var React = require('react');
|
|
7
5
|
var React__default = _interopDefault(React);
|
|
8
6
|
var reactstrap = require('reactstrap');
|
|
@@ -20,7 +18,6 @@ var react = require('@coreui/react');
|
|
|
20
18
|
var cg = require('react-icons/cg');
|
|
21
19
|
var ri = require('react-icons/ri');
|
|
22
20
|
var Pusher = _interopDefault(require('pusher-js/with-encryption'));
|
|
23
|
-
var bs = require('react-icons/bs');
|
|
24
21
|
var fa = require('react-icons/fa');
|
|
25
22
|
var dateFns = require('date-fns');
|
|
26
23
|
var tinymceReact = require('@tinymce/tinymce-react');
|
|
@@ -34,1937 +31,6 @@ require('react-notifications-component/dist/theme.css');
|
|
|
34
31
|
var ai = require('react-icons/ai');
|
|
35
32
|
var moment = _interopDefault(require('moment'));
|
|
36
33
|
|
|
37
|
-
var dashboard = "Dashboard";
|
|
38
|
-
var user = "User";
|
|
39
|
-
var question_bank = "Question bank";
|
|
40
|
-
var email_template = "Email template";
|
|
41
|
-
var custom_alert = "Custom alert";
|
|
42
|
-
var set_up = "Set up";
|
|
43
|
-
var media_gallery = "Media Gallery";
|
|
44
|
-
var district_school_list = "District school list";
|
|
45
|
-
var export_to_pdf = "Export to PDF";
|
|
46
|
-
var the_data_is_taken_from_the_home_screen = "The data is taken from the home screen";
|
|
47
|
-
var make_sure_everything_is_set_correctly_before_exporting = "Make sure everything is set correctly before exporting.";
|
|
48
|
-
var cancel = "Cancel";
|
|
49
|
-
var hey = "Hey";
|
|
50
|
-
var readiness_to_learn = "Readiness to Learn";
|
|
51
|
-
var high_impact_learning_strategies = "High Impact Learning Strategies";
|
|
52
|
-
var reflection = "Reflection";
|
|
53
|
-
var conferences = "Conferences";
|
|
54
|
-
var safety = "Safety";
|
|
55
|
-
var student_by_age = "Student by Age";
|
|
56
|
-
var students_by_designation = "Students by Designation";
|
|
57
|
-
var calendar = "Calendar";
|
|
58
|
-
var gender = "Gender";
|
|
59
|
-
var grade = "Grade";
|
|
60
|
-
var current_grade = "Current Grade";
|
|
61
|
-
var student_name = "Student name";
|
|
62
|
-
var teacher_name = "Teacher name";
|
|
63
|
-
var start_date = "Start Date";
|
|
64
|
-
var end_date = "End Date";
|
|
65
|
-
var tooltip_content_readiness_to_learn_chart = "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.";
|
|
66
|
-
var tooltip_content_high_impact_chart = "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.";
|
|
67
|
-
var tooltip_content_1_to_1_chart = "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.";
|
|
68
|
-
var tooltip_content_class_reflection_chart = "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.";
|
|
69
|
-
var tooltip_content_conference_chart = "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.";
|
|
70
|
-
var tooltip_content_safety_chart = "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.";
|
|
71
|
-
var tooltip_content_student_by_age_chart = "The specific representation of students by gender and grade level at your school.";
|
|
72
|
-
var tooltip_content_students_by_designation = "The composite representation of students by individual grades in your school with specific designations.";
|
|
73
|
-
var total_1_to_1 = "Total 1-to-1";
|
|
74
|
-
var total_1_to_1_time = "Total 1-to-1 Time";
|
|
75
|
-
var total_conferences = "Total Conferences";
|
|
76
|
-
var total_conferences_time = "Total Conferences Time";
|
|
77
|
-
var total_class_reflection_check_ins = "Total Class Reflection Check-ins";
|
|
78
|
-
var create_user = "Create user";
|
|
79
|
-
var edit_user = "Edit user";
|
|
80
|
-
var change_password = "Change password";
|
|
81
|
-
var type_something_to_search_by_user_name = "Type something to search by user name";
|
|
82
|
-
var total_of_users = "Total of users";
|
|
83
|
-
var name = "Name";
|
|
84
|
-
var email = "Email";
|
|
85
|
-
var age = "Age";
|
|
86
|
-
var role = "Role";
|
|
87
|
-
var active_status = "Active status";
|
|
88
|
-
var action = "Action";
|
|
89
|
-
var Active = "Active";
|
|
90
|
-
var inactive = "Inactive";
|
|
91
|
-
var create = "Create";
|
|
92
|
-
var update = "Update";
|
|
93
|
-
var first_name = "First name";
|
|
94
|
-
var date_of_birth = "Date of birth";
|
|
95
|
-
var roles = "Roles";
|
|
96
|
-
var status = "Status";
|
|
97
|
-
var send_forgot_password_link = "Send forgot password link";
|
|
98
|
-
var download_user_data = "Download user data";
|
|
99
|
-
var current_password = "Current password";
|
|
100
|
-
var new_password = "New password";
|
|
101
|
-
var confirm_password = "Confirm password";
|
|
102
|
-
var save = "Save";
|
|
103
|
-
var type_something_to_search_question = "Type something to Search question";
|
|
104
|
-
var total_of_questions = "Total of questions";
|
|
105
|
-
var create_question = "Create question";
|
|
106
|
-
var edit_question = "Edit question";
|
|
107
|
-
var question_type = "Question Type";
|
|
108
|
-
var category = "Category";
|
|
109
|
-
var is_default_question_for_one_to_one = "Is default question for one-to-one";
|
|
110
|
-
var default_question_for_students_or_teachers = "Default question for students or teachers";
|
|
111
|
-
var is_default_question_general_class = "Is default question general class";
|
|
112
|
-
var default_question_general_for_students_or_teachers = "Default question general for students or teachers";
|
|
113
|
-
var before_session = "Before session";
|
|
114
|
-
var edit_custom_alert = "Edit custom alert";
|
|
115
|
-
var create_custom_alert = "Create custom alert";
|
|
116
|
-
var total_of_custom_alert = "Total of custom alert";
|
|
117
|
-
var number_of_sessions = "Number of sessions";
|
|
118
|
-
var number_of_students = "Number of students";
|
|
119
|
-
var begin_date = "Begin date";
|
|
120
|
-
var duration_days = "Duration (days)";
|
|
121
|
-
var students = "Students";
|
|
122
|
-
var create_skill = "Create skill";
|
|
123
|
-
var edit_skill = "Edit skill";
|
|
124
|
-
var total_of_skills = "Total of skills";
|
|
125
|
-
var description = "Description";
|
|
126
|
-
var skill = "skill";
|
|
127
|
-
var parent_category = "Parent category";
|
|
128
|
-
var edit_subject = "Edit subject";
|
|
129
|
-
var create_subject = "Create subject";
|
|
130
|
-
var total_of_subjects = "Total of subjects";
|
|
131
|
-
var color = "Color";
|
|
132
|
-
var create_learning_support_category = "Create learning support category";
|
|
133
|
-
var edit_learning_support_category = "Edit learning support category";
|
|
134
|
-
var create_category = "Create category";
|
|
135
|
-
var total_of_learning_support_categories = "Total of learning support categories";
|
|
136
|
-
var default_color = "Default Color";
|
|
137
|
-
var edit_strategy = "Edit strategy";
|
|
138
|
-
var create_strategy = "Create strategy";
|
|
139
|
-
var create_learning_strategy = "Create learning strategy";
|
|
140
|
-
var total_of_strategies = "Total of strategies";
|
|
141
|
-
var strategy_name = "Strategy name";
|
|
142
|
-
var question = "Question";
|
|
143
|
-
var detail = "Detail";
|
|
144
|
-
var strategy = "strategy";
|
|
145
|
-
var best_fit = "Best fit";
|
|
146
|
-
var create_goal_example = "Create goal example";
|
|
147
|
-
var edit_goal_example = "Edit goal example";
|
|
148
|
-
var total_of_goal_examples = "Total of goal examples";
|
|
149
|
-
var short_term_target_examples = "Short term target examples";
|
|
150
|
-
var goal_example = "goal example";
|
|
151
|
-
var edit_badge = "Edit badge";
|
|
152
|
-
var create_badge = "Create badge";
|
|
153
|
-
var total_of_badges = "Total of badges";
|
|
154
|
-
var icon = "Icon";
|
|
155
|
-
var badge = "badge";
|
|
156
|
-
var badge_image = "Badge image";
|
|
157
|
-
var edit_semester = "Edit semester";
|
|
158
|
-
var create_semester = "Create semester";
|
|
159
|
-
var update_school_break_month = "Update school break month";
|
|
160
|
-
var total_of_semesters = "Total of semesters";
|
|
161
|
-
var semester = "semester";
|
|
162
|
-
var breaking_month = "Breaking month";
|
|
163
|
-
var change_breaking_month = "Change breaking month";
|
|
164
|
-
var school_year_break_month = "School year break month";
|
|
165
|
-
var edit_blank_day = "Edit blank day";
|
|
166
|
-
var create_blank_day = "Create blank day";
|
|
167
|
-
var total_of_blank_days = "Total of blank days";
|
|
168
|
-
var start_time = "Start time";
|
|
169
|
-
var end_time = "End time";
|
|
170
|
-
var school_blank_day = "school blank day";
|
|
171
|
-
var edit_point = "Edit point";
|
|
172
|
-
var create_new_point = "Create new point";
|
|
173
|
-
var total_of_point = "Total of point";
|
|
174
|
-
var label = "Label";
|
|
175
|
-
var value = "Value";
|
|
176
|
-
var break_point = "Break point";
|
|
177
|
-
var update_break_point = "Update break point";
|
|
178
|
-
var maximum_number_of_admins = "Maximum number of admins";
|
|
179
|
-
var maximum_number_of_assistants = "Maximum number of assistants";
|
|
180
|
-
var maximum_number_of_students = "Maximum number of students";
|
|
181
|
-
var maximum_number_of_teachers = "Maximum number of teachers";
|
|
182
|
-
var request_to_this_plan = "Request to this plan";
|
|
183
|
-
var type_something_to_search_reflection_result = "Type something to search reflection result";
|
|
184
|
-
var user_deleted = "User deleted";
|
|
185
|
-
var export_user_data = "Export user data";
|
|
186
|
-
var alert_delete_user = "All data of this user will be permanently deleted from the system. Please export before continuing";
|
|
187
|
-
var delete_user = "Delete user";
|
|
188
|
-
var alert_delete_teacher = "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.";
|
|
189
|
-
var list_students = "List Students";
|
|
190
|
-
var student_email = "Student Email";
|
|
191
|
-
var current_teacher_name = "Current Teacher Name";
|
|
192
|
-
var current_teacher_email = "Current Teacher Email";
|
|
193
|
-
var change_save = "Change Save";
|
|
194
|
-
var select_teacher_change = "Select teacher change";
|
|
195
|
-
var current_assistant_name = "Current Assistant Name";
|
|
196
|
-
var current_assistant_email = "Current Assistant Email";
|
|
197
|
-
var remove_assistant = "Remove Assistant";
|
|
198
|
-
var switch_assistant = "Switch Assistant";
|
|
199
|
-
var select_assistant_change = "Select Assistant change";
|
|
200
|
-
var welcome_email_resend = "Welcome Email Re-send";
|
|
201
|
-
var send_for_selected_users = "Send for selected users";
|
|
202
|
-
var user_name = "User Name";
|
|
203
|
-
var user_email = "User Email";
|
|
204
|
-
var level = "Level";
|
|
205
|
-
var use_for = "Use for";
|
|
206
|
-
var teacher_training = "Teacher training";
|
|
207
|
-
var student_training = "Student training";
|
|
208
|
-
var create_destination = "Create Destination";
|
|
209
|
-
var total_of_designation = "Total of Designation";
|
|
210
|
-
var destinations = "Destinations";
|
|
211
|
-
var edit_destination = "Edit Destination";
|
|
212
|
-
var confirm = "Confirm";
|
|
213
|
-
var hello = "Hello";
|
|
214
|
-
var todays_1_1 = "Today’s 1-1";
|
|
215
|
-
var todays_Conferences = "Today’s Conferences";
|
|
216
|
-
var next_meeting = "Next Meeting";
|
|
217
|
-
var next_conference = "Next Conference";
|
|
218
|
-
var todays_schedule = "Today’s Schedule";
|
|
219
|
-
var action_points = "Action Points";
|
|
220
|
-
var upcoming = "Upcoming";
|
|
221
|
-
var see_all_action_points = "See all action points";
|
|
222
|
-
var add = "Add";
|
|
223
|
-
var edit_action_point = "Edit Action Point";
|
|
224
|
-
var add_action_point = "Add Action Point";
|
|
225
|
-
var title = "Title";
|
|
226
|
-
var type_title = "Type title";
|
|
227
|
-
var subject = "Subject";
|
|
228
|
-
var select_date = "Select date";
|
|
229
|
-
var date = "Date";
|
|
230
|
-
var select_time = "Select time";
|
|
231
|
-
var time = "Time";
|
|
232
|
-
var notification = "Notification";
|
|
233
|
-
var no_notification = "No notification";
|
|
234
|
-
var day = "Day";
|
|
235
|
-
var week = "Week";
|
|
236
|
-
var mark_as_done = "Mark as done";
|
|
237
|
-
var my_students = "My Students";
|
|
238
|
-
var download_template = "Download Template";
|
|
239
|
-
var import_csv = "Import CSV";
|
|
240
|
-
var add_new = "Add New";
|
|
241
|
-
var show_only_work_as_assistant = "Show only work as assistant";
|
|
242
|
-
var last_1_to_1 = "Last 1-TO-1";
|
|
243
|
-
var last_conference = "Last conference";
|
|
244
|
-
var total_time = "Total time";
|
|
245
|
-
var assistant_name = "Assistant Name";
|
|
246
|
-
var work_as_assistant = "Work as assistant";
|
|
247
|
-
var assign_assistant = "Assign Assistant";
|
|
248
|
-
var view = "View";
|
|
249
|
-
var history = "History";
|
|
250
|
-
var custom_recurrence = "Custom recurrence";
|
|
251
|
-
var repeat_every = "Repeat every";
|
|
252
|
-
var repeat_on = "Repeat on";
|
|
253
|
-
var never = "Never";
|
|
254
|
-
var on = "On";
|
|
255
|
-
var after = "After";
|
|
256
|
-
var pick_a_date = "Pick a date";
|
|
257
|
-
var apply = "Apply";
|
|
258
|
-
var new_1_to_1 = "New 1-to-1";
|
|
259
|
-
var do_you_want_to_talk_with_teacher = "Do you want to talk with teacher";
|
|
260
|
-
var start_now = "Start now";
|
|
261
|
-
var book_for_later = "Book for later";
|
|
262
|
-
var select_category = "Select category";
|
|
263
|
-
var search_question_category = "Search question category";
|
|
264
|
-
var no_question = "No question";
|
|
265
|
-
var select_question = "Select question";
|
|
266
|
-
var select_student = "Select student";
|
|
267
|
-
var select_date_time = "Select Date & Time";
|
|
268
|
-
var book_1_to_1 = "Book 1-to-1";
|
|
269
|
-
var schedule = "Schedule";
|
|
270
|
-
var sessions_are_booked_as_10_minute_slots = "Sessions are booked as 10 minute slots";
|
|
271
|
-
var does_not_reoccur = "Does not reoccur";
|
|
272
|
-
var time_must_be_between_8_am_and_6_pm = "Time must be between 8 AM and 6 PM";
|
|
273
|
-
var from = "From";
|
|
274
|
-
var to = "To";
|
|
275
|
-
var show_only_favorites = "Show only favorites";
|
|
276
|
-
var duration = "Duration";
|
|
277
|
-
var favorite = "Favorite";
|
|
278
|
-
var open = "Open";
|
|
279
|
-
var no_data = "No Data";
|
|
280
|
-
var schedule_detail = "Schedule Detail";
|
|
281
|
-
var are_you_sure_you_want_to_cancel_this_schedule = "Are you sure you want to Cancel this schedule?";
|
|
282
|
-
var completed_1_to_1 = "Completed 1-to-1";
|
|
283
|
-
var done = "Done";
|
|
284
|
-
var what_do_you_want_to_talk_about = "What do you want to talk about?";
|
|
285
|
-
var session_type = "Session Type";
|
|
286
|
-
var what_is_this_session_type = "What is this session type?";
|
|
287
|
-
var how_are_you_feeling_about_each_area_right_now = "How are you feeling about each area right now?";
|
|
288
|
-
var sleep_nutrition_exercise_physical_health_and_mental_health = "Sleep, nutrition, exercise, physical health, and mental health";
|
|
289
|
-
var goals_activities_habits_and_strategies = "Goals, activities, habits, and strategies";
|
|
290
|
-
var overall_how_are_you_feeling_today = "Overall, how are you feeling today?";
|
|
291
|
-
var what_is_your_level_of_pride_in_yourself_today = "What is your level of pride in yourself today?";
|
|
292
|
-
var how_are_you_feeling_today = "How are you feeling today?";
|
|
293
|
-
var how_much_did_you_learn_from_this_session = "How much did you learn from this session?";
|
|
294
|
-
var what_is_the_most_important_thing_you_learned_from_this_session = "What is the most important thing you learned from this session?";
|
|
295
|
-
var your_next_meeting = "Your next meeting";
|
|
296
|
-
var today_at = "Today at";
|
|
297
|
-
var choose_if_you_want_to_do_it_now_or_if_you_would_like_to_book_for_later = "Choose if you want to do it now or if you would like to book for later";
|
|
298
|
-
var edit = "Edit";
|
|
299
|
-
var phone_number = "Phone number";
|
|
300
|
-
var second_phone_number = "Second phone number";
|
|
301
|
-
var health_note = "Health Note";
|
|
302
|
-
var address = "Address";
|
|
303
|
-
var mtss = "MTSS";
|
|
304
|
-
var note = "Note";
|
|
305
|
-
var no_schedule = "No Schedule";
|
|
306
|
-
var my_notes = "My Notes";
|
|
307
|
-
var private_note = "Private Note";
|
|
308
|
-
var goal_process = "Goal Process";
|
|
309
|
-
var view_all_goals = "View all goals";
|
|
310
|
-
var completed = "Completed";
|
|
311
|
-
var student_information = "Student Information";
|
|
312
|
-
var top_learning_strategies = "Top Learning Strategies";
|
|
313
|
-
var perceived_usage = "Perceived Usage";
|
|
314
|
-
var total_number_of_times_seleted = "Total Number of Times Seleted";
|
|
315
|
-
var energy = "Energy";
|
|
316
|
-
var focus = "Focus";
|
|
317
|
-
var happiness = "Happiness";
|
|
318
|
-
var stress = "Stress";
|
|
319
|
-
var one_to_one = "One To One";
|
|
320
|
-
var class_reflection = "Class Reflection";
|
|
321
|
-
var conference = "Conference";
|
|
322
|
-
var learning_progress = "Learning Progress";
|
|
323
|
-
var cant_export_now_please_try_again = "Can't export now. Please try again.";
|
|
324
|
-
var view_data = "View data";
|
|
325
|
-
var learning_strategies = "Learning Strategies";
|
|
326
|
-
var strategies = "Strategies";
|
|
327
|
-
var number_of_used = "Number of used";
|
|
328
|
-
var next = "Next";
|
|
329
|
-
var my_conferences = "My Conferencess";
|
|
330
|
-
var select_a_student_and_launch_a_new_conference_or_book_one_for_later = "Select a student and launch a new conference or book one for later.";
|
|
331
|
-
var you_have_no_student = "You have no student";
|
|
332
|
-
var this_is_a_required_field = "This is a required field";
|
|
333
|
-
var please_select_question_category = "Please select question category";
|
|
334
|
-
var book_conferences = "Book conferences";
|
|
335
|
-
var final_score = "Final score";
|
|
336
|
-
var new_conference = "New Conference";
|
|
337
|
-
var search_student = "Search student";
|
|
338
|
-
var meeting_schedule = "Meeting schedule";
|
|
339
|
-
var class_schedule = "Class schedule";
|
|
340
|
-
var more_questions = "More Questions";
|
|
341
|
-
var conference_rubric = "Conference rubric";
|
|
342
|
-
var unlock = "Unlock";
|
|
343
|
-
var before_clicking_submit = "Before clicking submit";
|
|
344
|
-
var your_session_was = "Your session was";
|
|
345
|
-
var mins = "mins";
|
|
346
|
-
var min = "min";
|
|
347
|
-
var submit = "Submit";
|
|
348
|
-
var are_you_sure_to_complete = "There are several questions you have not answered yet. Are you sure to complete?";
|
|
349
|
-
var be_sure_to_check_completed_all = "Be sure to check with your teacher that you have completed all that is required";
|
|
350
|
-
var teacher_choice = "Teacher choice";
|
|
351
|
-
var student_choice = "Student choice";
|
|
352
|
-
var agreement = "Agreement";
|
|
353
|
-
var personal_learning_plan = "Personal Learning Plan";
|
|
354
|
-
var personal_interests = "Personal Interests";
|
|
355
|
-
var allow_student_to_edit = "Allow student to edit";
|
|
356
|
-
var strengths_and_challenges = "Strengths and Challenges";
|
|
357
|
-
var significant_strengths = "Significant Strengths";
|
|
358
|
-
var strengths = "Strengths";
|
|
359
|
-
var challenges = "Challenges";
|
|
360
|
-
var significant_challenges = "Significant Challenges";
|
|
361
|
-
var how_my_teachers_can_help_me_learn = "How my teachers can help me learn";
|
|
362
|
-
var about_my_learning = "About My Learning";
|
|
363
|
-
var accommodations = "Accommodations";
|
|
364
|
-
var goals = "Goals";
|
|
365
|
-
var activity_circles = "Activity Circles";
|
|
366
|
-
var friend_circles = "Friend Circles";
|
|
367
|
-
var are_you_ready_to_learn = "Are you ready to learn?";
|
|
368
|
-
var class_schedules = "Class Schedules";
|
|
369
|
-
var add_class_schedule = "Add Class Schedule";
|
|
370
|
-
var class_date = "Class Date";
|
|
371
|
-
var class_name = "Class Name";
|
|
372
|
-
var day_period = "Day/Period";
|
|
373
|
-
var teacher_email = "Teacher Email";
|
|
374
|
-
var note_type_class = "Note Type & Class";
|
|
375
|
-
var my_note = "My Note";
|
|
376
|
-
var add_new_note = "Add New Note";
|
|
377
|
-
var all_category = "All Category";
|
|
378
|
-
var personalized = "Personalized";
|
|
379
|
-
var show_only_favorite = "Show only favorite";
|
|
380
|
-
var search = "Search";
|
|
381
|
-
var note_title = "Note title";
|
|
382
|
-
var student = "Student";
|
|
383
|
-
var note_detail = "Note Detail";
|
|
384
|
-
var mark_as_favorite = "Mark as favorite";
|
|
385
|
-
var type_a_note = "Type a note";
|
|
386
|
-
var please_select_student = "Please select student";
|
|
387
|
-
var settings = "Settings";
|
|
388
|
-
var save_changes = "Save changes";
|
|
389
|
-
var activity_notifications = "Activity Notifications";
|
|
390
|
-
var schedule_notifications = "Schedule Notifications";
|
|
391
|
-
var preschedule_notifications = "Preschedule Notifications";
|
|
392
|
-
var yes = "Yes";
|
|
393
|
-
var no = "No";
|
|
394
|
-
var email_notification = "Email Notification";
|
|
395
|
-
var send_me_email_notification = "Send me email notification";
|
|
396
|
-
var dont_send_me_email_notification = "Don’t send me email notification";
|
|
397
|
-
var type = "Type";
|
|
398
|
-
var teacher_request = "Teacher Request";
|
|
399
|
-
var student_request = "Student Request";
|
|
400
|
-
var overview = "Overview";
|
|
401
|
-
var plp = "PLP";
|
|
402
|
-
var my_student_1_to_1 = "My Student 1-to-1";
|
|
403
|
-
var my_student_conference = "My Student Conference";
|
|
404
|
-
var received_date = "Received Date";
|
|
405
|
-
var class_impact_score = "Class Impact Score";
|
|
406
|
-
var impact_score = "Impact Score";
|
|
407
|
-
var iep = "IEP";
|
|
408
|
-
var creator = "Creator";
|
|
409
|
-
var last_modify = "Last Modify";
|
|
410
|
-
var Modify = "Modify";
|
|
411
|
-
var student_reflections = "Student Reflections";
|
|
412
|
-
var external_reflection = "External Reflection";
|
|
413
|
-
var external_class_reflection = "External Class Reflection";
|
|
414
|
-
var reflections = "Reflections";
|
|
415
|
-
var class_reflections = "Class Reflections";
|
|
416
|
-
var add_reflection = "Add Reflection";
|
|
417
|
-
var add_class_reflection = "Add Class Reflection";
|
|
418
|
-
var class_type = "Class Type";
|
|
419
|
-
var teacher_image = "Teacher Image";
|
|
420
|
-
var send_to_teacher = "Send to Teacher";
|
|
421
|
-
var send_now = "Send Now";
|
|
422
|
-
var missed = "Missed";
|
|
423
|
-
var pending = "Pending";
|
|
424
|
-
var sent_date = "Sent Date";
|
|
425
|
-
var go_to_the_student_plp = "Go to the student's PLP";
|
|
426
|
-
var new_iep = "New IEP";
|
|
427
|
-
var edit_iep = "Edit IEP";
|
|
428
|
-
var type_of_iep = "Type of IEP";
|
|
429
|
-
var source_of_eligibility_forinitial = "Source of Eligibility (forinitial)";
|
|
430
|
-
var annual_goals = "Annual Goals";
|
|
431
|
-
var enter_a_date_range = "Enter a date range";
|
|
432
|
-
var add_objectives = "Add Objectives";
|
|
433
|
-
var add_goals = "Add Goals";
|
|
434
|
-
var day_month_year = "day/month/year";
|
|
435
|
-
var special_education = "Special Education";
|
|
436
|
-
var special_education_content = "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.";
|
|
437
|
-
var objectives_and_reporting_progress = "Objectives and Reporting Progress";
|
|
438
|
-
var objectives_and_reporting_progress_content = "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.";
|
|
439
|
-
var annual_goals_content = "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.";
|
|
440
|
-
var related_services = "Related Services";
|
|
441
|
-
var related_services_content = "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.";
|
|
442
|
-
var supplementary_aids_and_services = "Supplementary Aids and Services";
|
|
443
|
-
var supplementary_aids_and_services_content = "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.";
|
|
444
|
-
var program_modifications_for_school_personnel = "Program Modifications for School Personnel";
|
|
445
|
-
var program_modifications_for_school_personnel_content = "Also part of the IEP is identifying the program modifications or supports for school personnel that will be provided";
|
|
446
|
-
var extent_of_nonparticipation = "Extent of Nonparticipation";
|
|
447
|
-
var extent_of_nonparticipation_content = "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.";
|
|
448
|
-
var accommodations_in_assessment = "Accommodations in Assessment";
|
|
449
|
-
var accommodations_in_assessment_content = "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.";
|
|
450
|
-
var service_delivery = "Service Delivery";
|
|
451
|
-
var service_delivery_content = "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!";
|
|
452
|
-
var transition_planning = "Transition Planning";
|
|
453
|
-
var transition_planning_content = "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.";
|
|
454
|
-
var present_levels = "Present Levels";
|
|
455
|
-
var present_levels_content = "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.";
|
|
456
|
-
var signatures = "Signatures";
|
|
457
|
-
var iep_old_version_and_diagnostic_docs = "IEP old version and diagnostic docs";
|
|
458
|
-
var upload_file = "Upload File";
|
|
459
|
-
var add_interest = "Add Interest";
|
|
460
|
-
var upload_image = "Upload Image";
|
|
461
|
-
var supported_image_types = "Supported image types: PNG, JPEG, WEBPbbb";
|
|
462
|
-
var edit_interest = "Edit Interest";
|
|
463
|
-
var select_personal_interest_or_enter_personal_interest_here = "Select personal interest or enter personal interest here";
|
|
464
|
-
var add_note = "Add note";
|
|
465
|
-
var select_best_fit = "Select Best Fit";
|
|
466
|
-
var best_fits = "Best fits";
|
|
467
|
-
var select_strategies = "Select Strategies";
|
|
468
|
-
var selected_learning_strategies = "Selected Learning Strategies";
|
|
469
|
-
var do_you_want_to_delete_this_strengths_and_challenges = "Do you want to delete this strengths and challenges";
|
|
470
|
-
var add_new_item = "Add New Item";
|
|
471
|
-
var edit_item = "Edit Item";
|
|
472
|
-
var select_teaching_strategies = "Select Teaching Strategies";
|
|
473
|
-
var selected_teaching_strategies = "Selected Teaching Strategies";
|
|
474
|
-
var add_title = "Add title";
|
|
475
|
-
var my_learning = "My Learning";
|
|
476
|
-
var do_you_want_to_delete_this_about_my_learning = "Do you want to delete this about my learning";
|
|
477
|
-
var edit_my_learning = "Edit My Learning";
|
|
478
|
-
var add_my_learning = "Add My Learning";
|
|
479
|
-
var select_about_learning_or_enter_about_learning_here = "Select about learning or enter about learning here";
|
|
480
|
-
var accommodation = "Accommodation";
|
|
481
|
-
var all_categories = "All categories";
|
|
482
|
-
var do_you_want_to_delete_this_accommodation = "Do you want to delete this accommodation";
|
|
483
|
-
var edit_accommodation = "Edit Accommodation";
|
|
484
|
-
var add_accommodation = "Add Accommodation";
|
|
485
|
-
var all = "All";
|
|
486
|
-
var all_status = "All status";
|
|
487
|
-
var goal_type = "Goal Type";
|
|
488
|
-
var add_new_goal = "Add New Goal";
|
|
489
|
-
var goal_detail = "Goal Detail";
|
|
490
|
-
var select_status = "Select status";
|
|
491
|
-
var goal_baseline = "Goal Baseline";
|
|
492
|
-
var objective = "Objective";
|
|
493
|
-
var goal_details = "Goal Details";
|
|
494
|
-
var goals_type = "Goals Type";
|
|
495
|
-
var edit_goal_detail = "Edit Goal Detail";
|
|
496
|
-
var uploaded_files = "Uploaded Files";
|
|
497
|
-
var optional = "Optional";
|
|
498
|
-
var edit_baseline = "Edit Baseline";
|
|
499
|
-
var edit_friend = "Edit friend";
|
|
500
|
-
var add_friend = "Add friend";
|
|
501
|
-
var search_friend = "Search friend";
|
|
502
|
-
var friend_type = "Friend type";
|
|
503
|
-
var edit_activity = "Edit activity";
|
|
504
|
-
var add_activity = "Add activity";
|
|
505
|
-
var search_activity = "Search activity";
|
|
506
|
-
var activity = "Activity";
|
|
507
|
-
var activity_type = "Activity type";
|
|
508
|
-
var select_or_type_an_activity = "Select or type an activity";
|
|
509
|
-
var lang_us = {
|
|
510
|
-
dashboard: dashboard,
|
|
511
|
-
user: user,
|
|
512
|
-
question_bank: question_bank,
|
|
513
|
-
email_template: email_template,
|
|
514
|
-
custom_alert: custom_alert,
|
|
515
|
-
set_up: set_up,
|
|
516
|
-
media_gallery: media_gallery,
|
|
517
|
-
district_school_list: district_school_list,
|
|
518
|
-
export_to_pdf: export_to_pdf,
|
|
519
|
-
the_data_is_taken_from_the_home_screen: the_data_is_taken_from_the_home_screen,
|
|
520
|
-
make_sure_everything_is_set_correctly_before_exporting: make_sure_everything_is_set_correctly_before_exporting,
|
|
521
|
-
cancel: cancel,
|
|
522
|
-
hey: hey,
|
|
523
|
-
readiness_to_learn: readiness_to_learn,
|
|
524
|
-
high_impact_learning_strategies: high_impact_learning_strategies,
|
|
525
|
-
"1_to_1": "1 To 1",
|
|
526
|
-
reflection: reflection,
|
|
527
|
-
conferences: conferences,
|
|
528
|
-
safety: safety,
|
|
529
|
-
student_by_age: student_by_age,
|
|
530
|
-
students_by_designation: students_by_designation,
|
|
531
|
-
calendar: calendar,
|
|
532
|
-
gender: gender,
|
|
533
|
-
grade: grade,
|
|
534
|
-
current_grade: current_grade,
|
|
535
|
-
student_name: student_name,
|
|
536
|
-
teacher_name: teacher_name,
|
|
537
|
-
start_date: start_date,
|
|
538
|
-
end_date: end_date,
|
|
539
|
-
tooltip_content_readiness_to_learn_chart: tooltip_content_readiness_to_learn_chart,
|
|
540
|
-
tooltip_content_high_impact_chart: tooltip_content_high_impact_chart,
|
|
541
|
-
tooltip_content_1_to_1_chart: tooltip_content_1_to_1_chart,
|
|
542
|
-
tooltip_content_class_reflection_chart: tooltip_content_class_reflection_chart,
|
|
543
|
-
tooltip_content_conference_chart: tooltip_content_conference_chart,
|
|
544
|
-
tooltip_content_safety_chart: tooltip_content_safety_chart,
|
|
545
|
-
tooltip_content_student_by_age_chart: tooltip_content_student_by_age_chart,
|
|
546
|
-
tooltip_content_students_by_designation: tooltip_content_students_by_designation,
|
|
547
|
-
total_1_to_1: total_1_to_1,
|
|
548
|
-
total_1_to_1_time: total_1_to_1_time,
|
|
549
|
-
total_conferences: total_conferences,
|
|
550
|
-
total_conferences_time: total_conferences_time,
|
|
551
|
-
total_class_reflection_check_ins: total_class_reflection_check_ins,
|
|
552
|
-
create_user: create_user,
|
|
553
|
-
edit_user: edit_user,
|
|
554
|
-
change_password: change_password,
|
|
555
|
-
type_something_to_search_by_user_name: type_something_to_search_by_user_name,
|
|
556
|
-
total_of_users: total_of_users,
|
|
557
|
-
name: name,
|
|
558
|
-
email: email,
|
|
559
|
-
age: age,
|
|
560
|
-
role: role,
|
|
561
|
-
active_status: active_status,
|
|
562
|
-
action: action,
|
|
563
|
-
Active: Active,
|
|
564
|
-
inactive: inactive,
|
|
565
|
-
create: create,
|
|
566
|
-
update: update,
|
|
567
|
-
first_name: first_name,
|
|
568
|
-
date_of_birth: date_of_birth,
|
|
569
|
-
"Last name": "Last name",
|
|
570
|
-
roles: roles,
|
|
571
|
-
status: status,
|
|
572
|
-
send_forgot_password_link: send_forgot_password_link,
|
|
573
|
-
download_user_data: download_user_data,
|
|
574
|
-
current_password: current_password,
|
|
575
|
-
new_password: new_password,
|
|
576
|
-
confirm_password: confirm_password,
|
|
577
|
-
save: save,
|
|
578
|
-
type_something_to_search_question: type_something_to_search_question,
|
|
579
|
-
total_of_questions: total_of_questions,
|
|
580
|
-
create_question: create_question,
|
|
581
|
-
edit_question: edit_question,
|
|
582
|
-
question_type: question_type,
|
|
583
|
-
category: category,
|
|
584
|
-
"Question text": "Question text",
|
|
585
|
-
is_default_question_for_one_to_one: is_default_question_for_one_to_one,
|
|
586
|
-
default_question_for_students_or_teachers: default_question_for_students_or_teachers,
|
|
587
|
-
is_default_question_general_class: is_default_question_general_class,
|
|
588
|
-
default_question_general_for_students_or_teachers: default_question_general_for_students_or_teachers,
|
|
589
|
-
before_session: before_session,
|
|
590
|
-
edit_custom_alert: edit_custom_alert,
|
|
591
|
-
create_custom_alert: create_custom_alert,
|
|
592
|
-
total_of_custom_alert: total_of_custom_alert,
|
|
593
|
-
number_of_sessions: number_of_sessions,
|
|
594
|
-
number_of_students: number_of_students,
|
|
595
|
-
begin_date: begin_date,
|
|
596
|
-
duration_days: duration_days,
|
|
597
|
-
students: students,
|
|
598
|
-
create_skill: create_skill,
|
|
599
|
-
edit_skill: edit_skill,
|
|
600
|
-
total_of_skills: total_of_skills,
|
|
601
|
-
description: description,
|
|
602
|
-
skill: skill,
|
|
603
|
-
parent_category: parent_category,
|
|
604
|
-
edit_subject: edit_subject,
|
|
605
|
-
create_subject: create_subject,
|
|
606
|
-
total_of_subjects: total_of_subjects,
|
|
607
|
-
color: color,
|
|
608
|
-
create_learning_support_category: create_learning_support_category,
|
|
609
|
-
edit_learning_support_category: edit_learning_support_category,
|
|
610
|
-
create_category: create_category,
|
|
611
|
-
total_of_learning_support_categories: total_of_learning_support_categories,
|
|
612
|
-
default_color: default_color,
|
|
613
|
-
edit_strategy: edit_strategy,
|
|
614
|
-
create_strategy: create_strategy,
|
|
615
|
-
create_learning_strategy: create_learning_strategy,
|
|
616
|
-
total_of_strategies: total_of_strategies,
|
|
617
|
-
strategy_name: strategy_name,
|
|
618
|
-
question: question,
|
|
619
|
-
detail: detail,
|
|
620
|
-
strategy: strategy,
|
|
621
|
-
best_fit: best_fit,
|
|
622
|
-
create_goal_example: create_goal_example,
|
|
623
|
-
edit_goal_example: edit_goal_example,
|
|
624
|
-
total_of_goal_examples: total_of_goal_examples,
|
|
625
|
-
short_term_target_examples: short_term_target_examples,
|
|
626
|
-
goal_example: goal_example,
|
|
627
|
-
edit_badge: edit_badge,
|
|
628
|
-
create_badge: create_badge,
|
|
629
|
-
total_of_badges: total_of_badges,
|
|
630
|
-
icon: icon,
|
|
631
|
-
badge: badge,
|
|
632
|
-
badge_image: badge_image,
|
|
633
|
-
edit_semester: edit_semester,
|
|
634
|
-
create_semester: create_semester,
|
|
635
|
-
update_school_break_month: update_school_break_month,
|
|
636
|
-
total_of_semesters: total_of_semesters,
|
|
637
|
-
semester: semester,
|
|
638
|
-
breaking_month: breaking_month,
|
|
639
|
-
change_breaking_month: change_breaking_month,
|
|
640
|
-
school_year_break_month: school_year_break_month,
|
|
641
|
-
edit_blank_day: edit_blank_day,
|
|
642
|
-
create_blank_day: create_blank_day,
|
|
643
|
-
total_of_blank_days: total_of_blank_days,
|
|
644
|
-
start_time: start_time,
|
|
645
|
-
end_time: end_time,
|
|
646
|
-
school_blank_day: school_blank_day,
|
|
647
|
-
edit_point: edit_point,
|
|
648
|
-
create_new_point: create_new_point,
|
|
649
|
-
total_of_point: total_of_point,
|
|
650
|
-
label: label,
|
|
651
|
-
value: value,
|
|
652
|
-
break_point: break_point,
|
|
653
|
-
update_break_point: update_break_point,
|
|
654
|
-
maximum_number_of_admins: maximum_number_of_admins,
|
|
655
|
-
maximum_number_of_assistants: maximum_number_of_assistants,
|
|
656
|
-
maximum_number_of_students: maximum_number_of_students,
|
|
657
|
-
maximum_number_of_teachers: maximum_number_of_teachers,
|
|
658
|
-
request_to_this_plan: request_to_this_plan,
|
|
659
|
-
type_something_to_search_reflection_result: type_something_to_search_reflection_result,
|
|
660
|
-
user_deleted: user_deleted,
|
|
661
|
-
export_user_data: export_user_data,
|
|
662
|
-
alert_delete_user: alert_delete_user,
|
|
663
|
-
delete_user: delete_user,
|
|
664
|
-
alert_delete_teacher: alert_delete_teacher,
|
|
665
|
-
list_students: list_students,
|
|
666
|
-
student_email: student_email,
|
|
667
|
-
current_teacher_name: current_teacher_name,
|
|
668
|
-
current_teacher_email: current_teacher_email,
|
|
669
|
-
change_save: change_save,
|
|
670
|
-
select_teacher_change: select_teacher_change,
|
|
671
|
-
current_assistant_name: current_assistant_name,
|
|
672
|
-
current_assistant_email: current_assistant_email,
|
|
673
|
-
remove_assistant: remove_assistant,
|
|
674
|
-
switch_assistant: switch_assistant,
|
|
675
|
-
select_assistant_change: select_assistant_change,
|
|
676
|
-
welcome_email_resend: welcome_email_resend,
|
|
677
|
-
send_for_selected_users: send_for_selected_users,
|
|
678
|
-
user_name: user_name,
|
|
679
|
-
user_email: user_email,
|
|
680
|
-
level: level,
|
|
681
|
-
use_for: use_for,
|
|
682
|
-
teacher_training: teacher_training,
|
|
683
|
-
student_training: student_training,
|
|
684
|
-
create_destination: create_destination,
|
|
685
|
-
total_of_designation: total_of_designation,
|
|
686
|
-
destinations: destinations,
|
|
687
|
-
edit_destination: edit_destination,
|
|
688
|
-
confirm: confirm,
|
|
689
|
-
hello: hello,
|
|
690
|
-
todays_1_1: todays_1_1,
|
|
691
|
-
todays_Conferences: todays_Conferences,
|
|
692
|
-
next_meeting: next_meeting,
|
|
693
|
-
next_conference: next_conference,
|
|
694
|
-
todays_schedule: todays_schedule,
|
|
695
|
-
action_points: action_points,
|
|
696
|
-
upcoming: upcoming,
|
|
697
|
-
see_all_action_points: see_all_action_points,
|
|
698
|
-
add: add,
|
|
699
|
-
edit_action_point: edit_action_point,
|
|
700
|
-
add_action_point: add_action_point,
|
|
701
|
-
title: title,
|
|
702
|
-
type_title: type_title,
|
|
703
|
-
subject: subject,
|
|
704
|
-
"class": "Class",
|
|
705
|
-
select_date: select_date,
|
|
706
|
-
date: date,
|
|
707
|
-
select_time: select_time,
|
|
708
|
-
time: time,
|
|
709
|
-
notification: notification,
|
|
710
|
-
no_notification: no_notification,
|
|
711
|
-
day: day,
|
|
712
|
-
week: week,
|
|
713
|
-
mark_as_done: mark_as_done,
|
|
714
|
-
"delete": "Delete",
|
|
715
|
-
my_students: my_students,
|
|
716
|
-
download_template: download_template,
|
|
717
|
-
import_csv: import_csv,
|
|
718
|
-
add_new: add_new,
|
|
719
|
-
show_only_work_as_assistant: show_only_work_as_assistant,
|
|
720
|
-
last_1_to_1: last_1_to_1,
|
|
721
|
-
last_conference: last_conference,
|
|
722
|
-
total_time: total_time,
|
|
723
|
-
assistant_name: assistant_name,
|
|
724
|
-
work_as_assistant: work_as_assistant,
|
|
725
|
-
assign_assistant: assign_assistant,
|
|
726
|
-
view: view,
|
|
727
|
-
history: history,
|
|
728
|
-
custom_recurrence: custom_recurrence,
|
|
729
|
-
repeat_every: repeat_every,
|
|
730
|
-
repeat_on: repeat_on,
|
|
731
|
-
never: never,
|
|
732
|
-
on: on,
|
|
733
|
-
after: after,
|
|
734
|
-
pick_a_date: pick_a_date,
|
|
735
|
-
apply: apply,
|
|
736
|
-
new_1_to_1: new_1_to_1,
|
|
737
|
-
do_you_want_to_talk_with_teacher: do_you_want_to_talk_with_teacher,
|
|
738
|
-
start_now: start_now,
|
|
739
|
-
book_for_later: book_for_later,
|
|
740
|
-
select_category: select_category,
|
|
741
|
-
search_question_category: search_question_category,
|
|
742
|
-
no_question: no_question,
|
|
743
|
-
select_question: select_question,
|
|
744
|
-
select_student: select_student,
|
|
745
|
-
select_date_time: select_date_time,
|
|
746
|
-
book_1_to_1: book_1_to_1,
|
|
747
|
-
schedule: schedule,
|
|
748
|
-
sessions_are_booked_as_10_minute_slots: sessions_are_booked_as_10_minute_slots,
|
|
749
|
-
does_not_reoccur: does_not_reoccur,
|
|
750
|
-
time_must_be_between_8_am_and_6_pm: time_must_be_between_8_am_and_6_pm,
|
|
751
|
-
from: from,
|
|
752
|
-
to: to,
|
|
753
|
-
show_only_favorites: show_only_favorites,
|
|
754
|
-
duration: duration,
|
|
755
|
-
favorite: favorite,
|
|
756
|
-
open: open,
|
|
757
|
-
no_data: no_data,
|
|
758
|
-
schedule_detail: schedule_detail,
|
|
759
|
-
are_you_sure_you_want_to_cancel_this_schedule: are_you_sure_you_want_to_cancel_this_schedule,
|
|
760
|
-
completed_1_to_1: completed_1_to_1,
|
|
761
|
-
done: done,
|
|
762
|
-
what_do_you_want_to_talk_about: what_do_you_want_to_talk_about,
|
|
763
|
-
session_type: session_type,
|
|
764
|
-
what_is_this_session_type: what_is_this_session_type,
|
|
765
|
-
how_are_you_feeling_about_each_area_right_now: how_are_you_feeling_about_each_area_right_now,
|
|
766
|
-
sleep_nutrition_exercise_physical_health_and_mental_health: sleep_nutrition_exercise_physical_health_and_mental_health,
|
|
767
|
-
goals_activities_habits_and_strategies: goals_activities_habits_and_strategies,
|
|
768
|
-
overall_how_are_you_feeling_today: overall_how_are_you_feeling_today,
|
|
769
|
-
what_is_your_level_of_pride_in_yourself_today: what_is_your_level_of_pride_in_yourself_today,
|
|
770
|
-
how_are_you_feeling_today: how_are_you_feeling_today,
|
|
771
|
-
how_much_did_you_learn_from_this_session: how_much_did_you_learn_from_this_session,
|
|
772
|
-
what_is_the_most_important_thing_you_learned_from_this_session: what_is_the_most_important_thing_you_learned_from_this_session,
|
|
773
|
-
your_next_meeting: your_next_meeting,
|
|
774
|
-
today_at: today_at,
|
|
775
|
-
choose_if_you_want_to_do_it_now_or_if_you_would_like_to_book_for_later: choose_if_you_want_to_do_it_now_or_if_you_would_like_to_book_for_later,
|
|
776
|
-
edit: edit,
|
|
777
|
-
phone_number: phone_number,
|
|
778
|
-
second_phone_number: second_phone_number,
|
|
779
|
-
health_note: health_note,
|
|
780
|
-
address: address,
|
|
781
|
-
mtss: mtss,
|
|
782
|
-
note: note,
|
|
783
|
-
no_schedule: no_schedule,
|
|
784
|
-
my_notes: my_notes,
|
|
785
|
-
private_note: private_note,
|
|
786
|
-
goal_process: goal_process,
|
|
787
|
-
view_all_goals: view_all_goals,
|
|
788
|
-
completed: completed,
|
|
789
|
-
student_information: student_information,
|
|
790
|
-
top_learning_strategies: top_learning_strategies,
|
|
791
|
-
perceived_usage: perceived_usage,
|
|
792
|
-
total_number_of_times_seleted: total_number_of_times_seleted,
|
|
793
|
-
energy: energy,
|
|
794
|
-
focus: focus,
|
|
795
|
-
happiness: happiness,
|
|
796
|
-
stress: stress,
|
|
797
|
-
one_to_one: one_to_one,
|
|
798
|
-
class_reflection: class_reflection,
|
|
799
|
-
conference: conference,
|
|
800
|
-
learning_progress: learning_progress,
|
|
801
|
-
cant_export_now_please_try_again: cant_export_now_please_try_again,
|
|
802
|
-
view_data: view_data,
|
|
803
|
-
learning_strategies: learning_strategies,
|
|
804
|
-
strategies: strategies,
|
|
805
|
-
number_of_used: number_of_used,
|
|
806
|
-
next: next,
|
|
807
|
-
my_conferences: my_conferences,
|
|
808
|
-
select_a_student_and_launch_a_new_conference_or_book_one_for_later: select_a_student_and_launch_a_new_conference_or_book_one_for_later,
|
|
809
|
-
you_have_no_student: you_have_no_student,
|
|
810
|
-
this_is_a_required_field: this_is_a_required_field,
|
|
811
|
-
please_select_question_category: please_select_question_category,
|
|
812
|
-
book_conferences: book_conferences,
|
|
813
|
-
final_score: final_score,
|
|
814
|
-
new_conference: new_conference,
|
|
815
|
-
search_student: search_student,
|
|
816
|
-
"1_1_conversation": "1-1 Conversation",
|
|
817
|
-
meeting_schedule: meeting_schedule,
|
|
818
|
-
class_schedule: class_schedule,
|
|
819
|
-
more_questions: more_questions,
|
|
820
|
-
conference_rubric: conference_rubric,
|
|
821
|
-
unlock: unlock,
|
|
822
|
-
before_clicking_submit: before_clicking_submit,
|
|
823
|
-
your_session_was: your_session_was,
|
|
824
|
-
mins: mins,
|
|
825
|
-
min: min,
|
|
826
|
-
submit: submit,
|
|
827
|
-
are_you_sure_to_complete: are_you_sure_to_complete,
|
|
828
|
-
be_sure_to_check_completed_all: be_sure_to_check_completed_all,
|
|
829
|
-
teacher_choice: teacher_choice,
|
|
830
|
-
student_choice: student_choice,
|
|
831
|
-
agreement: agreement,
|
|
832
|
-
personal_learning_plan: personal_learning_plan,
|
|
833
|
-
personal_interests: personal_interests,
|
|
834
|
-
allow_student_to_edit: allow_student_to_edit,
|
|
835
|
-
strengths_and_challenges: strengths_and_challenges,
|
|
836
|
-
significant_strengths: significant_strengths,
|
|
837
|
-
strengths: strengths,
|
|
838
|
-
challenges: challenges,
|
|
839
|
-
significant_challenges: significant_challenges,
|
|
840
|
-
how_my_teachers_can_help_me_learn: how_my_teachers_can_help_me_learn,
|
|
841
|
-
about_my_learning: about_my_learning,
|
|
842
|
-
accommodations: accommodations,
|
|
843
|
-
goals: goals,
|
|
844
|
-
activity_circles: activity_circles,
|
|
845
|
-
friend_circles: friend_circles,
|
|
846
|
-
are_you_ready_to_learn: are_you_ready_to_learn,
|
|
847
|
-
class_schedules: class_schedules,
|
|
848
|
-
add_class_schedule: add_class_schedule,
|
|
849
|
-
class_date: class_date,
|
|
850
|
-
class_name: class_name,
|
|
851
|
-
day_period: day_period,
|
|
852
|
-
teacher_email: teacher_email,
|
|
853
|
-
note_type_class: note_type_class,
|
|
854
|
-
my_note: my_note,
|
|
855
|
-
add_new_note: add_new_note,
|
|
856
|
-
all_category: all_category,
|
|
857
|
-
personalized: personalized,
|
|
858
|
-
show_only_favorite: show_only_favorite,
|
|
859
|
-
search: search,
|
|
860
|
-
note_title: note_title,
|
|
861
|
-
student: student,
|
|
862
|
-
note_detail: note_detail,
|
|
863
|
-
mark_as_favorite: mark_as_favorite,
|
|
864
|
-
type_a_note: type_a_note,
|
|
865
|
-
please_select_student: please_select_student,
|
|
866
|
-
settings: settings,
|
|
867
|
-
save_changes: save_changes,
|
|
868
|
-
activity_notifications: activity_notifications,
|
|
869
|
-
schedule_notifications: schedule_notifications,
|
|
870
|
-
preschedule_notifications: preschedule_notifications,
|
|
871
|
-
yes: yes,
|
|
872
|
-
no: no,
|
|
873
|
-
email_notification: email_notification,
|
|
874
|
-
send_me_email_notification: send_me_email_notification,
|
|
875
|
-
dont_send_me_email_notification: dont_send_me_email_notification,
|
|
876
|
-
type: type,
|
|
877
|
-
teacher_request: teacher_request,
|
|
878
|
-
student_request: student_request,
|
|
879
|
-
overview: overview,
|
|
880
|
-
plp: plp,
|
|
881
|
-
my_student_1_to_1: my_student_1_to_1,
|
|
882
|
-
my_student_conference: my_student_conference,
|
|
883
|
-
received_date: received_date,
|
|
884
|
-
class_impact_score: class_impact_score,
|
|
885
|
-
impact_score: impact_score,
|
|
886
|
-
iep: iep,
|
|
887
|
-
"1_to_1_conversation": "1-to-1 Conversation",
|
|
888
|
-
creator: creator,
|
|
889
|
-
last_modify: last_modify,
|
|
890
|
-
Modify: Modify,
|
|
891
|
-
student_reflections: student_reflections,
|
|
892
|
-
external_reflection: external_reflection,
|
|
893
|
-
external_class_reflection: external_class_reflection,
|
|
894
|
-
reflections: reflections,
|
|
895
|
-
class_reflections: class_reflections,
|
|
896
|
-
add_reflection: add_reflection,
|
|
897
|
-
add_class_reflection: add_class_reflection,
|
|
898
|
-
class_type: class_type,
|
|
899
|
-
teacher_image: teacher_image,
|
|
900
|
-
send_to_teacher: send_to_teacher,
|
|
901
|
-
send_now: send_now,
|
|
902
|
-
missed: missed,
|
|
903
|
-
pending: pending,
|
|
904
|
-
sent_date: sent_date,
|
|
905
|
-
go_to_the_student_plp: go_to_the_student_plp,
|
|
906
|
-
new_iep: new_iep,
|
|
907
|
-
edit_iep: edit_iep,
|
|
908
|
-
type_of_iep: type_of_iep,
|
|
909
|
-
source_of_eligibility_forinitial: source_of_eligibility_forinitial,
|
|
910
|
-
annual_goals: annual_goals,
|
|
911
|
-
enter_a_date_range: enter_a_date_range,
|
|
912
|
-
add_objectives: add_objectives,
|
|
913
|
-
add_goals: add_goals,
|
|
914
|
-
day_month_year: day_month_year,
|
|
915
|
-
special_education: special_education,
|
|
916
|
-
special_education_content: special_education_content,
|
|
917
|
-
objectives_and_reporting_progress: objectives_and_reporting_progress,
|
|
918
|
-
objectives_and_reporting_progress_content: objectives_and_reporting_progress_content,
|
|
919
|
-
annual_goals_content: annual_goals_content,
|
|
920
|
-
related_services: related_services,
|
|
921
|
-
related_services_content: related_services_content,
|
|
922
|
-
supplementary_aids_and_services: supplementary_aids_and_services,
|
|
923
|
-
supplementary_aids_and_services_content: supplementary_aids_and_services_content,
|
|
924
|
-
program_modifications_for_school_personnel: program_modifications_for_school_personnel,
|
|
925
|
-
program_modifications_for_school_personnel_content: program_modifications_for_school_personnel_content,
|
|
926
|
-
extent_of_nonparticipation: extent_of_nonparticipation,
|
|
927
|
-
extent_of_nonparticipation_content: extent_of_nonparticipation_content,
|
|
928
|
-
accommodations_in_assessment: accommodations_in_assessment,
|
|
929
|
-
accommodations_in_assessment_content: accommodations_in_assessment_content,
|
|
930
|
-
service_delivery: service_delivery,
|
|
931
|
-
service_delivery_content: service_delivery_content,
|
|
932
|
-
transition_planning: transition_planning,
|
|
933
|
-
transition_planning_content: transition_planning_content,
|
|
934
|
-
present_levels: present_levels,
|
|
935
|
-
present_levels_content: present_levels_content,
|
|
936
|
-
signatures: signatures,
|
|
937
|
-
iep_old_version_and_diagnostic_docs: iep_old_version_and_diagnostic_docs,
|
|
938
|
-
upload_file: upload_file,
|
|
939
|
-
add_interest: add_interest,
|
|
940
|
-
upload_image: upload_image,
|
|
941
|
-
supported_image_types: supported_image_types,
|
|
942
|
-
edit_interest: edit_interest,
|
|
943
|
-
select_personal_interest_or_enter_personal_interest_here: select_personal_interest_or_enter_personal_interest_here,
|
|
944
|
-
add_note: add_note,
|
|
945
|
-
select_best_fit: select_best_fit,
|
|
946
|
-
best_fits: best_fits,
|
|
947
|
-
select_strategies: select_strategies,
|
|
948
|
-
selected_learning_strategies: selected_learning_strategies,
|
|
949
|
-
do_you_want_to_delete_this_strengths_and_challenges: do_you_want_to_delete_this_strengths_and_challenges,
|
|
950
|
-
add_new_item: add_new_item,
|
|
951
|
-
edit_item: edit_item,
|
|
952
|
-
select_teaching_strategies: select_teaching_strategies,
|
|
953
|
-
selected_teaching_strategies: selected_teaching_strategies,
|
|
954
|
-
add_title: add_title,
|
|
955
|
-
my_learning: my_learning,
|
|
956
|
-
do_you_want_to_delete_this_about_my_learning: do_you_want_to_delete_this_about_my_learning,
|
|
957
|
-
edit_my_learning: edit_my_learning,
|
|
958
|
-
add_my_learning: add_my_learning,
|
|
959
|
-
select_about_learning_or_enter_about_learning_here: select_about_learning_or_enter_about_learning_here,
|
|
960
|
-
accommodation: accommodation,
|
|
961
|
-
all_categories: all_categories,
|
|
962
|
-
do_you_want_to_delete_this_accommodation: do_you_want_to_delete_this_accommodation,
|
|
963
|
-
edit_accommodation: edit_accommodation,
|
|
964
|
-
add_accommodation: add_accommodation,
|
|
965
|
-
all: all,
|
|
966
|
-
all_status: all_status,
|
|
967
|
-
goal_type: goal_type,
|
|
968
|
-
add_new_goal: add_new_goal,
|
|
969
|
-
goal_detail: goal_detail,
|
|
970
|
-
select_status: select_status,
|
|
971
|
-
goal_baseline: goal_baseline,
|
|
972
|
-
objective: objective,
|
|
973
|
-
goal_details: goal_details,
|
|
974
|
-
goals_type: goals_type,
|
|
975
|
-
edit_goal_detail: edit_goal_detail,
|
|
976
|
-
uploaded_files: uploaded_files,
|
|
977
|
-
optional: optional,
|
|
978
|
-
edit_baseline: edit_baseline,
|
|
979
|
-
edit_friend: edit_friend,
|
|
980
|
-
add_friend: add_friend,
|
|
981
|
-
search_friend: search_friend,
|
|
982
|
-
friend_type: friend_type,
|
|
983
|
-
edit_activity: edit_activity,
|
|
984
|
-
add_activity: add_activity,
|
|
985
|
-
search_activity: search_activity,
|
|
986
|
-
activity: activity,
|
|
987
|
-
activity_type: activity_type,
|
|
988
|
-
select_or_type_an_activity: select_or_type_an_activity
|
|
989
|
-
};
|
|
990
|
-
|
|
991
|
-
var dashboard$1 = "Dashboard";
|
|
992
|
-
var user$1 = "User";
|
|
993
|
-
var question_bank$1 = "Question bank";
|
|
994
|
-
var email_template$1 = "Email template";
|
|
995
|
-
var custom_alert$1 = "Custom alert";
|
|
996
|
-
var set_up$1 = "Set up";
|
|
997
|
-
var media_gallery$1 = "Media Gallery";
|
|
998
|
-
var district_school_list$1 = "District school list";
|
|
999
|
-
var export_to_pdf$1 = "Export to PDF";
|
|
1000
|
-
var the_data_is_taken_from_the_home_screen$1 = "The data is taken from the home screen";
|
|
1001
|
-
var make_sure_everything_is_set_correctly_before_exporting$1 = "Make sure everything is set correctly before exporting.";
|
|
1002
|
-
var cancel$1 = "Cancel";
|
|
1003
|
-
var hey$1 = "Hey 1232342";
|
|
1004
|
-
var readiness_to_learn$1 = "Readiness to Learn";
|
|
1005
|
-
var high_impact_learning_strategies$1 = "High Impact Learning Strategies";
|
|
1006
|
-
var reflection$1 = "Reflection";
|
|
1007
|
-
var conferences$1 = "Conferences";
|
|
1008
|
-
var safety$1 = "Safety";
|
|
1009
|
-
var student_by_age$1 = "Student by Age";
|
|
1010
|
-
var students_by_designation$1 = "Students by Designation";
|
|
1011
|
-
var calendar$1 = "Calendar";
|
|
1012
|
-
var gender$1 = "Gender";
|
|
1013
|
-
var grade$1 = "Grade";
|
|
1014
|
-
var current_grade$1 = "Current Grade";
|
|
1015
|
-
var student_name$1 = "Student name";
|
|
1016
|
-
var teacher_name$1 = "Teacher name";
|
|
1017
|
-
var start_date$1 = "Start Date";
|
|
1018
|
-
var end_date$1 = "End Date";
|
|
1019
|
-
var tooltip_content_readiness_to_learn_chart$1 = "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.";
|
|
1020
|
-
var tooltip_content_high_impact_chart$1 = "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.";
|
|
1021
|
-
var tooltip_content_1_to_1_chart$1 = "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.";
|
|
1022
|
-
var tooltip_content_class_reflection_chart$1 = "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.";
|
|
1023
|
-
var tooltip_content_conference_chart$1 = "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.";
|
|
1024
|
-
var tooltip_content_safety_chart$1 = "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.";
|
|
1025
|
-
var tooltip_content_student_by_age_chart$1 = "The specific representation of students by gender and grade level at your school.";
|
|
1026
|
-
var tooltip_content_students_by_designation$1 = "The composite representation of students by individual grades in your school with specific designations.";
|
|
1027
|
-
var total_1_to_1$1 = "Total 1-to-1";
|
|
1028
|
-
var total_1_to_1_time$1 = "Total 1-to-1 Time";
|
|
1029
|
-
var total_conferences$1 = "Total Conferences";
|
|
1030
|
-
var total_conferences_time$1 = "Total Conferences Time";
|
|
1031
|
-
var total_class_reflection_check_ins$1 = "Total Class Reflection Check-ins";
|
|
1032
|
-
var create_user$1 = "Create user";
|
|
1033
|
-
var edit_user$1 = "Edit user";
|
|
1034
|
-
var change_password$1 = "Change password";
|
|
1035
|
-
var type_something_to_search_by_user_name$1 = "Type something to search by user name";
|
|
1036
|
-
var total_of_users$1 = "Total of users";
|
|
1037
|
-
var name$1 = "Name";
|
|
1038
|
-
var email$1 = "Email";
|
|
1039
|
-
var age$1 = "Age";
|
|
1040
|
-
var role$1 = "Role";
|
|
1041
|
-
var active_status$1 = "Active status";
|
|
1042
|
-
var action$1 = "Action";
|
|
1043
|
-
var active = "Active";
|
|
1044
|
-
var inactive$1 = "Inactive";
|
|
1045
|
-
var create$1 = "Create";
|
|
1046
|
-
var update$1 = "Update";
|
|
1047
|
-
var first_name$1 = "First name";
|
|
1048
|
-
var date_of_birth$1 = "Date of birth";
|
|
1049
|
-
var last_name = "Last name";
|
|
1050
|
-
var roles$1 = "Roles";
|
|
1051
|
-
var status$1 = "Status";
|
|
1052
|
-
var send_forgot_password_link$1 = "Send forgot password link";
|
|
1053
|
-
var download_user_data$1 = "Download user data";
|
|
1054
|
-
var current_password$1 = "Current password";
|
|
1055
|
-
var new_password$1 = "New password";
|
|
1056
|
-
var confirm_password$1 = "Confirm password";
|
|
1057
|
-
var save$1 = "Save";
|
|
1058
|
-
var type_something_to_search_question$1 = "Type something to Search question";
|
|
1059
|
-
var total_of_questions$1 = "Total of questions";
|
|
1060
|
-
var create_question$1 = "Create question";
|
|
1061
|
-
var edit_question$1 = "Edit question";
|
|
1062
|
-
var question_type$1 = "Question Type";
|
|
1063
|
-
var category$1 = "Category";
|
|
1064
|
-
var question_text = "Question text";
|
|
1065
|
-
var is_default_question_for_one_to_one$1 = "Is default question for one-to-one";
|
|
1066
|
-
var default_question_for_students_or_teachers$1 = "Default question for students or teachers";
|
|
1067
|
-
var is_default_question_general_class$1 = "Is default question general class";
|
|
1068
|
-
var default_question_general_for_students_or_teachers$1 = "Default question general for students or teachers";
|
|
1069
|
-
var before_session$1 = "Before session";
|
|
1070
|
-
var edit_custom_alert$1 = "Edit custom alert";
|
|
1071
|
-
var create_custom_alert$1 = "Create custom alert";
|
|
1072
|
-
var total_of_custom_alert$1 = "Total of custom alert";
|
|
1073
|
-
var number_of_sessions$1 = "Number of sessions";
|
|
1074
|
-
var number_of_students$1 = "Number of students";
|
|
1075
|
-
var begin_date$1 = "Begin date";
|
|
1076
|
-
var duration_days$1 = "Duration (days)";
|
|
1077
|
-
var students$1 = "Students";
|
|
1078
|
-
var create_skill$1 = "Create skill";
|
|
1079
|
-
var edit_skill$1 = "Edit skill";
|
|
1080
|
-
var total_of_skills$1 = "Total of skills";
|
|
1081
|
-
var description$1 = "Description";
|
|
1082
|
-
var skill$1 = "skill";
|
|
1083
|
-
var parent_category$1 = "Parent category";
|
|
1084
|
-
var edit_subject$1 = "Edit subject";
|
|
1085
|
-
var create_subject$1 = "Create subject";
|
|
1086
|
-
var total_of_subjects$1 = "Total of subjects";
|
|
1087
|
-
var color$1 = "Color";
|
|
1088
|
-
var create_learning_support_category$1 = "Create learning support category";
|
|
1089
|
-
var edit_learning_support_category$1 = "Edit learning support category";
|
|
1090
|
-
var create_category$1 = "Create category";
|
|
1091
|
-
var total_of_learning_support_categories$1 = "Total of learning support categories";
|
|
1092
|
-
var default_color$1 = "Default Color";
|
|
1093
|
-
var edit_strategy$1 = "Edit strategy";
|
|
1094
|
-
var create_strategy$1 = "Create strategy";
|
|
1095
|
-
var create_learning_strategy$1 = "Create learning strategy";
|
|
1096
|
-
var total_of_strategies$1 = "Total of strategies";
|
|
1097
|
-
var strategy_name$1 = "Strategy name";
|
|
1098
|
-
var question$1 = "Question";
|
|
1099
|
-
var detail$1 = "Detail";
|
|
1100
|
-
var strategy$1 = "strategy";
|
|
1101
|
-
var best_fit$1 = "Best fit";
|
|
1102
|
-
var create_goal_example$1 = "Create goal example";
|
|
1103
|
-
var edit_goal_example$1 = "Edit goal example";
|
|
1104
|
-
var total_of_goal_examples$1 = "Total of goal examples";
|
|
1105
|
-
var short_term_target_examples$1 = "Short term target examples";
|
|
1106
|
-
var goal_example$1 = "goal example";
|
|
1107
|
-
var edit_badge$1 = "Edit badge";
|
|
1108
|
-
var create_badge$1 = "Create badge";
|
|
1109
|
-
var total_of_badges$1 = "Total of badges";
|
|
1110
|
-
var icon$1 = "Icon";
|
|
1111
|
-
var badge$1 = "badge";
|
|
1112
|
-
var badge_image$1 = "Badge image";
|
|
1113
|
-
var edit_semester$1 = "Edit semester";
|
|
1114
|
-
var create_semester$1 = "Create semester";
|
|
1115
|
-
var update_school_break_month$1 = "Update school break month";
|
|
1116
|
-
var total_of_semesters$1 = "Total of semesters";
|
|
1117
|
-
var semester$1 = "semester";
|
|
1118
|
-
var breaking_month$1 = "Breaking month";
|
|
1119
|
-
var change_breaking_month$1 = "Change breaking month";
|
|
1120
|
-
var school_year_break_month$1 = "School year break month";
|
|
1121
|
-
var edit_blank_day$1 = "Edit blank day";
|
|
1122
|
-
var create_blank_day$1 = "Create blank day";
|
|
1123
|
-
var total_of_blank_days$1 = "Total of blank days";
|
|
1124
|
-
var start_time$1 = "Start time";
|
|
1125
|
-
var end_time$1 = "End time";
|
|
1126
|
-
var school_blank_day$1 = "school blank day";
|
|
1127
|
-
var edit_point$1 = "Edit point";
|
|
1128
|
-
var create_new_point$1 = "Create new point";
|
|
1129
|
-
var total_of_point$1 = "Total of point";
|
|
1130
|
-
var label$1 = "Label";
|
|
1131
|
-
var value$1 = "Value";
|
|
1132
|
-
var break_point$1 = "Break point";
|
|
1133
|
-
var update_break_point$1 = "Update break point";
|
|
1134
|
-
var maximum_number_of_admins$1 = "Maximum number of admins";
|
|
1135
|
-
var maximum_number_of_assistants$1 = "Maximum number of assistants";
|
|
1136
|
-
var maximum_number_of_students$1 = "Maximum number of students";
|
|
1137
|
-
var maximum_number_of_teachers$1 = "Maximum number of teachers";
|
|
1138
|
-
var request_to_this_plan$1 = "Request to this plan";
|
|
1139
|
-
var type_something_to_search_reflection_result$1 = "Type something to search reflection result";
|
|
1140
|
-
var user_deleted$1 = "User deleted";
|
|
1141
|
-
var export_user_data$1 = "Export user data";
|
|
1142
|
-
var alert_delete_user$1 = "All data of this user will be permanently deleted from the system. Please export before continuing";
|
|
1143
|
-
var delete_user$1 = "Delete user";
|
|
1144
|
-
var alert_delete_teacher$1 = "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.";
|
|
1145
|
-
var list_students$1 = "List Students";
|
|
1146
|
-
var student_email$1 = "Student Email";
|
|
1147
|
-
var current_teacher_name$1 = "Current Teacher Name";
|
|
1148
|
-
var current_teacher_email$1 = "Current Teacher Email";
|
|
1149
|
-
var change_save$1 = "Change Save";
|
|
1150
|
-
var select_teacher_change$1 = "Select teacher change";
|
|
1151
|
-
var current_assistant_name$1 = "Current Assistant Name";
|
|
1152
|
-
var current_assistant_email$1 = "Current Assistant Email";
|
|
1153
|
-
var remove_assistant$1 = "Remove Assistant";
|
|
1154
|
-
var switch_assistant$1 = "Switch Assistant";
|
|
1155
|
-
var select_assistant_change$1 = "Select Assistant change";
|
|
1156
|
-
var welcome_email_resend$1 = "Welcome Email Re-send";
|
|
1157
|
-
var send_for_selected_users$1 = "Send for selected users";
|
|
1158
|
-
var user_name$1 = "User Name";
|
|
1159
|
-
var user_email$1 = "User Email";
|
|
1160
|
-
var level$1 = "Level";
|
|
1161
|
-
var use_for$1 = "Use for";
|
|
1162
|
-
var teacher_training$1 = "Teacher training";
|
|
1163
|
-
var student_training$1 = "Student training";
|
|
1164
|
-
var create_destination$1 = "Create Destination";
|
|
1165
|
-
var total_of_designation$1 = "Total of Designation";
|
|
1166
|
-
var destinations$1 = "Destinations";
|
|
1167
|
-
var edit_destination$1 = "Edit Destination";
|
|
1168
|
-
var confirm$1 = "Confirm";
|
|
1169
|
-
var hello$1 = "Hello";
|
|
1170
|
-
var todays_1_1$1 = "Today’s 1-1";
|
|
1171
|
-
var todays_Conferences$1 = "Today’s Conferences";
|
|
1172
|
-
var next_meeting$1 = "Next Meeting";
|
|
1173
|
-
var next_conference$1 = "Next Conference";
|
|
1174
|
-
var todays_schedule$1 = "Today’s Schedule";
|
|
1175
|
-
var action_points$1 = "Action Points";
|
|
1176
|
-
var upcoming$1 = "Upcoming";
|
|
1177
|
-
var see_all_action_points$1 = "See all action points";
|
|
1178
|
-
var add$1 = "Add";
|
|
1179
|
-
var edit_action_point$1 = "Edit Action Point";
|
|
1180
|
-
var add_action_point$1 = "Add Action Point";
|
|
1181
|
-
var title$1 = "Title";
|
|
1182
|
-
var type_title$1 = "Type title";
|
|
1183
|
-
var subject$1 = "Subject";
|
|
1184
|
-
var select_date$1 = "Select date";
|
|
1185
|
-
var date$1 = "Date";
|
|
1186
|
-
var select_time$1 = "Select time";
|
|
1187
|
-
var time$1 = "Time";
|
|
1188
|
-
var notification$1 = "Notification";
|
|
1189
|
-
var no_notification$1 = "No notification";
|
|
1190
|
-
var day$1 = "Day";
|
|
1191
|
-
var week$1 = "Week";
|
|
1192
|
-
var mark_as_done$1 = "Mark as done";
|
|
1193
|
-
var my_students$1 = "My Students";
|
|
1194
|
-
var download_template$1 = "Download Template";
|
|
1195
|
-
var import_csv$1 = "Import CSV";
|
|
1196
|
-
var add_new$1 = "Add New";
|
|
1197
|
-
var show_only_work_as_assistant$1 = "Show only work as assistant";
|
|
1198
|
-
var last_1_to_1$1 = "Last 1-TO-1";
|
|
1199
|
-
var last_conference$1 = "Last conference";
|
|
1200
|
-
var total_time$1 = "Total time";
|
|
1201
|
-
var assistant_name$1 = "Assistant Name";
|
|
1202
|
-
var work_as_assistant$1 = "Work as assistant";
|
|
1203
|
-
var assign_assistant$1 = "Assign Assistant";
|
|
1204
|
-
var view$1 = "View";
|
|
1205
|
-
var history$1 = "History";
|
|
1206
|
-
var custom_recurrence$1 = "Custom recurrence";
|
|
1207
|
-
var repeat_every$1 = "Repeat every";
|
|
1208
|
-
var repeat_on$1 = "Repeat on";
|
|
1209
|
-
var never$1 = "Never";
|
|
1210
|
-
var on$1 = "On";
|
|
1211
|
-
var after$1 = "After";
|
|
1212
|
-
var pick_a_date$1 = "Pick a date";
|
|
1213
|
-
var apply$1 = "Apply";
|
|
1214
|
-
var new_1_to_1$1 = "New 1-to-1";
|
|
1215
|
-
var do_you_want_to_talk_with_teacher$1 = "Do you want to talk with teacher";
|
|
1216
|
-
var start_now$1 = "Start now";
|
|
1217
|
-
var book_for_later$1 = "Book for later";
|
|
1218
|
-
var select_category$1 = "Select category";
|
|
1219
|
-
var search_question_category$1 = "Search question category";
|
|
1220
|
-
var no_question$1 = "No question";
|
|
1221
|
-
var select_question$1 = "Select question";
|
|
1222
|
-
var select_student$1 = "Select student";
|
|
1223
|
-
var select_date_time$1 = "Select Date & Time";
|
|
1224
|
-
var book_1_to_1$1 = "Book 1-to-1";
|
|
1225
|
-
var schedule$1 = "Schedule";
|
|
1226
|
-
var sessions_are_booked_as_10_minute_slots$1 = "Sessions are booked as 10 minute slots";
|
|
1227
|
-
var does_not_reoccur$1 = "Does not reoccur";
|
|
1228
|
-
var time_must_be_between_8_am_and_6_pm$1 = "Time must be between 8 AM and 6 PM";
|
|
1229
|
-
var from$1 = "From";
|
|
1230
|
-
var to$1 = "To";
|
|
1231
|
-
var show_only_favorites$1 = "Show only favorites";
|
|
1232
|
-
var duration$1 = "Duration";
|
|
1233
|
-
var favorite$1 = "Favorite";
|
|
1234
|
-
var open$1 = "Open";
|
|
1235
|
-
var no_data$1 = "No Data";
|
|
1236
|
-
var schedule_detail$1 = "Schedule Detail";
|
|
1237
|
-
var are_you_sure_you_want_to_cancel_this_schedule$1 = "Are you sure you want to Cancel this schedule?";
|
|
1238
|
-
var completed_1_to_1$1 = "Completed 1-to-1";
|
|
1239
|
-
var done$1 = "Done";
|
|
1240
|
-
var what_do_you_want_to_talk_about$1 = "What do you want to talk about?";
|
|
1241
|
-
var session_type$1 = "Session Type";
|
|
1242
|
-
var what_is_this_session_type$1 = "What is this session type?";
|
|
1243
|
-
var how_are_you_feeling_about_each_area_right_now$1 = "How are you feeling about each area right now?";
|
|
1244
|
-
var sleep_nutrition_exercise_physical_health_and_mental_health$1 = "Sleep, nutrition, exercise, physical health, and mental health";
|
|
1245
|
-
var goals_activities_habits_and_strategies$1 = "Goals, activities, habits, and strategies";
|
|
1246
|
-
var overall_how_are_you_feeling_today$1 = "Overall, how are you feeling today?";
|
|
1247
|
-
var what_is_your_level_of_pride_in_yourself_today$1 = "What is your level of pride in yourself today?";
|
|
1248
|
-
var how_are_you_feeling_today$1 = "How are you feeling today?";
|
|
1249
|
-
var how_much_did_you_learn_from_this_session$1 = "How much did you learn from this session?";
|
|
1250
|
-
var what_is_the_most_important_thing_you_learned_from_this_session$1 = "What is the most important thing you learned from this session?";
|
|
1251
|
-
var your_next_meeting$1 = "Your next meeting";
|
|
1252
|
-
var today_at$1 = "Today at";
|
|
1253
|
-
var choose_if_you_want_to_do_it_now_or_if_you_would_like_to_book_for_later$1 = "Choose if you want to do it now or if you would like to book for later";
|
|
1254
|
-
var edit$1 = "Edit";
|
|
1255
|
-
var phone_number$1 = "Phone number";
|
|
1256
|
-
var second_phone_number$1 = "Second phone number";
|
|
1257
|
-
var health_note$1 = "Health Note";
|
|
1258
|
-
var address$1 = "Address";
|
|
1259
|
-
var mtss$1 = "MTSS";
|
|
1260
|
-
var note$1 = "Note";
|
|
1261
|
-
var no_schedule$1 = "No Schedule";
|
|
1262
|
-
var my_notes$1 = "My Notes";
|
|
1263
|
-
var private_note$1 = "Private Note";
|
|
1264
|
-
var goal_process$1 = "Goal Process";
|
|
1265
|
-
var view_all_goals$1 = "View all goals";
|
|
1266
|
-
var completed$1 = "Completed";
|
|
1267
|
-
var student_information$1 = "Student Information";
|
|
1268
|
-
var top_learning_strategies$1 = "Top Learning Strategies";
|
|
1269
|
-
var perceived_usage$1 = "Perceived Usage";
|
|
1270
|
-
var total_number_of_times_seleted$1 = "Total Number of Times Seleted";
|
|
1271
|
-
var energy$1 = "Energy";
|
|
1272
|
-
var focus$1 = "Focus";
|
|
1273
|
-
var happiness$1 = "Happiness";
|
|
1274
|
-
var stress$1 = "Stress";
|
|
1275
|
-
var one_to_one$1 = "One To One";
|
|
1276
|
-
var class_reflection$1 = "Class Reflection";
|
|
1277
|
-
var conference$1 = "Conference";
|
|
1278
|
-
var learning_progress$1 = "Learning Progress";
|
|
1279
|
-
var cant_export_now_please_try_again$1 = "Can't export now. Please try again.";
|
|
1280
|
-
var view_data$1 = "View data";
|
|
1281
|
-
var learning_strategies$1 = "Learning Strategies";
|
|
1282
|
-
var strategies$1 = "Strategies";
|
|
1283
|
-
var number_of_used$1 = "Number of used";
|
|
1284
|
-
var next$1 = "Next";
|
|
1285
|
-
var my_conferences$1 = "My Conferencess";
|
|
1286
|
-
var select_a_student_and_launch_a_new_conference_or_book_one_for_later$1 = "Select a student and launch a new conference or book one for later.";
|
|
1287
|
-
var you_have_no_student$1 = "You have no student";
|
|
1288
|
-
var this_is_a_required_field$1 = "This is a required field";
|
|
1289
|
-
var please_select_question_category$1 = "Please select question category";
|
|
1290
|
-
var book_conferences$1 = "Book conferences";
|
|
1291
|
-
var final_score$1 = "Final score";
|
|
1292
|
-
var new_conference$1 = "New Conference";
|
|
1293
|
-
var search_student$1 = "Search student";
|
|
1294
|
-
var meeting_schedule$1 = "Meeting schedule";
|
|
1295
|
-
var class_schedule$1 = "Class schedule";
|
|
1296
|
-
var more_questions$1 = "More Questions";
|
|
1297
|
-
var conference_rubric$1 = "Conference rubric";
|
|
1298
|
-
var unlock$1 = "Unlock";
|
|
1299
|
-
var before_clicking_submit$1 = "Before clicking submit";
|
|
1300
|
-
var your_session_was$1 = "Your session was";
|
|
1301
|
-
var mins$1 = "mins";
|
|
1302
|
-
var min$1 = "min";
|
|
1303
|
-
var submit$1 = "Submit";
|
|
1304
|
-
var are_you_sure_to_complete$1 = "There are several questions you have not answered yet. Are you sure to complete?";
|
|
1305
|
-
var be_sure_to_check_completed_all$1 = "Be sure to check with your teacher that you have completed all that is required";
|
|
1306
|
-
var teacher_choice$1 = "Teacher choice";
|
|
1307
|
-
var student_choice$1 = "Student choice";
|
|
1308
|
-
var agreement$1 = "Agreement";
|
|
1309
|
-
var personal_learning_plan$1 = "Personal Learning Plan";
|
|
1310
|
-
var personal_interests$1 = "Personal Interests";
|
|
1311
|
-
var allow_student_to_edit$1 = "Allow student to edit";
|
|
1312
|
-
var strengths_and_challenges$1 = "Strengths and Challenges";
|
|
1313
|
-
var significant_strengths$1 = "Significant Strengths";
|
|
1314
|
-
var strengths$1 = "Strengths";
|
|
1315
|
-
var challenges$1 = "Challenges";
|
|
1316
|
-
var significant_challenges$1 = "Significant Challenges";
|
|
1317
|
-
var how_my_teachers_can_help_me_learn$1 = "How my teachers can help me learn";
|
|
1318
|
-
var about_my_learning$1 = "About My Learning";
|
|
1319
|
-
var accommodations$1 = "Accommodations";
|
|
1320
|
-
var goals$1 = "Goals";
|
|
1321
|
-
var activity_circles$1 = "Activity Circles";
|
|
1322
|
-
var friend_circles$1 = "Friend Circles";
|
|
1323
|
-
var are_you_ready_to_learn$1 = "Are you ready to learn?";
|
|
1324
|
-
var class_schedules$1 = "Class Schedules";
|
|
1325
|
-
var add_class_schedule$1 = "Add Class Schedule";
|
|
1326
|
-
var class_date$1 = "Class Date";
|
|
1327
|
-
var class_name$1 = "Class Name";
|
|
1328
|
-
var day_period$1 = "Day/Period";
|
|
1329
|
-
var teacher_email$1 = "Teacher Email";
|
|
1330
|
-
var note_type_class$1 = "Note Type & Class";
|
|
1331
|
-
var my_note$1 = "My Note";
|
|
1332
|
-
var add_new_note$1 = "Add New Note";
|
|
1333
|
-
var all_category$1 = "All Category";
|
|
1334
|
-
var personalized$1 = "Personalized";
|
|
1335
|
-
var show_only_favorite$1 = "Show only favorite";
|
|
1336
|
-
var search$1 = "Search";
|
|
1337
|
-
var note_title$1 = "Note title";
|
|
1338
|
-
var student$1 = "Student";
|
|
1339
|
-
var note_detail$1 = "Note Detail";
|
|
1340
|
-
var mark_as_favorite$1 = "Mark as favorite";
|
|
1341
|
-
var type_a_note$1 = "Type a note";
|
|
1342
|
-
var please_select_student$1 = "Please select student";
|
|
1343
|
-
var settings$1 = "Settings";
|
|
1344
|
-
var save_changes$1 = "Save changes";
|
|
1345
|
-
var activity_notifications$1 = "Activity Notifications";
|
|
1346
|
-
var schedule_notifications$1 = "Schedule Notifications";
|
|
1347
|
-
var preschedule_notifications$1 = "Preschedule Notifications";
|
|
1348
|
-
var yes$1 = "Yes";
|
|
1349
|
-
var no$1 = "No";
|
|
1350
|
-
var email_notification$1 = "Email Notification";
|
|
1351
|
-
var send_me_email_notification$1 = "Send me email notification";
|
|
1352
|
-
var dont_send_me_email_notification$1 = "Don’t send me email notification";
|
|
1353
|
-
var type$1 = "Type";
|
|
1354
|
-
var teacher_request$1 = "Teacher Request";
|
|
1355
|
-
var student_request$1 = "Student Request";
|
|
1356
|
-
var overview$1 = "Overview";
|
|
1357
|
-
var plp$1 = "PLP";
|
|
1358
|
-
var my_student_1_to_1$1 = "My Student 1-to-1";
|
|
1359
|
-
var my_student_conference$1 = "My Student Conference";
|
|
1360
|
-
var received_date$1 = "Received Date";
|
|
1361
|
-
var class_impact_score$1 = "Class Impact Score";
|
|
1362
|
-
var impact_score$1 = "Impact Score";
|
|
1363
|
-
var iep$1 = "IEP";
|
|
1364
|
-
var creator$1 = "Creator";
|
|
1365
|
-
var last_modify$1 = "Last Modify";
|
|
1366
|
-
var modify = "Modify";
|
|
1367
|
-
var student_reflections$1 = "Student Reflections";
|
|
1368
|
-
var external_reflection$1 = "External Reflection";
|
|
1369
|
-
var external_class_reflection$1 = "External Class Reflection";
|
|
1370
|
-
var reflections$1 = "Reflections";
|
|
1371
|
-
var class_reflections$1 = "Class Reflections";
|
|
1372
|
-
var add_reflection$1 = "Add Reflection";
|
|
1373
|
-
var add_class_reflection$1 = "Add Class Reflection";
|
|
1374
|
-
var class_type$1 = "Class Type";
|
|
1375
|
-
var teacher_image$1 = "Teacher Image";
|
|
1376
|
-
var send_to_teacher$1 = "Send to Teacher";
|
|
1377
|
-
var send_now$1 = "Send Now";
|
|
1378
|
-
var missed$1 = "Missed";
|
|
1379
|
-
var pending$1 = "Pending";
|
|
1380
|
-
var sent_date$1 = "Sent Date";
|
|
1381
|
-
var go_to_the_student_plp$1 = "Go to the student's PLP";
|
|
1382
|
-
var new_iep$1 = "New IEP";
|
|
1383
|
-
var edit_iep$1 = "Edit IEP";
|
|
1384
|
-
var type_of_iep$1 = "Type of IEP";
|
|
1385
|
-
var source_of_eligibility_forinitial$1 = "Source of Eligibility (forinitial)";
|
|
1386
|
-
var annual_goals$1 = "Annual Goals";
|
|
1387
|
-
var enter_a_date_range$1 = "Enter a date range";
|
|
1388
|
-
var add_objectives$1 = "Add Objectives";
|
|
1389
|
-
var add_goals$1 = "Add Goals";
|
|
1390
|
-
var day_month_year$1 = "day/month/year";
|
|
1391
|
-
var special_education$1 = "Special Education";
|
|
1392
|
-
var special_education_content$1 = "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.";
|
|
1393
|
-
var objectives_and_reporting_progress$1 = "Objectives and Reporting Progress";
|
|
1394
|
-
var objectives_and_reporting_progress_content$1 = "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.";
|
|
1395
|
-
var annual_goals_content$1 = "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.";
|
|
1396
|
-
var related_services$1 = "Related Services";
|
|
1397
|
-
var related_services_content$1 = "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.";
|
|
1398
|
-
var supplementary_aids_and_services$1 = "Supplementary Aids and Services";
|
|
1399
|
-
var supplementary_aids_and_services_content$1 = "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.";
|
|
1400
|
-
var program_modifications_for_school_personnel$1 = "Program Modifications for School Personnel";
|
|
1401
|
-
var program_modifications_for_school_personnel_content$1 = "Also part of the IEP is identifying the program modifications or supports for school personnel that will be provided";
|
|
1402
|
-
var extent_of_nonparticipation$1 = "Extent of Nonparticipation";
|
|
1403
|
-
var extent_of_nonparticipation_content$1 = "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.";
|
|
1404
|
-
var accommodations_in_assessment$1 = "Accommodations in Assessment";
|
|
1405
|
-
var accommodations_in_assessment_content$1 = "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.";
|
|
1406
|
-
var service_delivery$1 = "Service Delivery";
|
|
1407
|
-
var service_delivery_content$1 = "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!";
|
|
1408
|
-
var transition_planning$1 = "Transition Planning";
|
|
1409
|
-
var transition_planning_content$1 = "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.";
|
|
1410
|
-
var present_levels$1 = "Present Levels";
|
|
1411
|
-
var present_levels_content$1 = "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.";
|
|
1412
|
-
var signatures$1 = "Signatures";
|
|
1413
|
-
var iep_old_version_and_diagnostic_docs$1 = "IEP old version and diagnostic docs";
|
|
1414
|
-
var upload_file$1 = "Upload File";
|
|
1415
|
-
var add_interest$1 = "Add Interest";
|
|
1416
|
-
var upload_image$1 = "Upload Image";
|
|
1417
|
-
var supported_image_types$1 = "Supported image types: PNG, JPEG, WEBPbbb";
|
|
1418
|
-
var edit_interest$1 = "Edit Interest";
|
|
1419
|
-
var select_personal_interest_or_enter_personal_interest_here$1 = "Select personal interest or enter personal interest here";
|
|
1420
|
-
var add_note$1 = "Add note";
|
|
1421
|
-
var select_best_fit$1 = "Select Best Fit";
|
|
1422
|
-
var best_fits$1 = "Best fits";
|
|
1423
|
-
var select_strategies$1 = "Select Strategies";
|
|
1424
|
-
var selected_learning_strategies$1 = "Selected Learning Strategies";
|
|
1425
|
-
var do_you_want_to_delete_this_strengths_and_challenges$1 = "Do you want to delete this strengths and challenges";
|
|
1426
|
-
var add_new_item$1 = "Add New Item";
|
|
1427
|
-
var edit_item$1 = "Edit Item";
|
|
1428
|
-
var select_teaching_strategies$1 = "Select Teaching Strategies";
|
|
1429
|
-
var selected_teaching_strategies$1 = "Selected Teaching Strategies";
|
|
1430
|
-
var add_title$1 = "Add title";
|
|
1431
|
-
var my_learning$1 = "My Learning";
|
|
1432
|
-
var do_you_want_to_delete_this_about_my_learning$1 = "Do you want to delete this about my learning";
|
|
1433
|
-
var edit_my_learning$1 = "Edit My Learning";
|
|
1434
|
-
var add_my_learning$1 = "Add My Learning";
|
|
1435
|
-
var select_about_learning_or_enter_about_learning_here$1 = "Select about learning or enter about learning here";
|
|
1436
|
-
var accommodation$1 = "Accommodation";
|
|
1437
|
-
var all_categories$1 = "All categories";
|
|
1438
|
-
var do_you_want_to_delete_this_accommodation$1 = "Do you want to delete this accommodation";
|
|
1439
|
-
var edit_accommodation$1 = "Edit Accommodation";
|
|
1440
|
-
var add_accommodation$1 = "add_accommodation";
|
|
1441
|
-
var all$1 = "All";
|
|
1442
|
-
var all_status$1 = "All status";
|
|
1443
|
-
var goal_type$1 = "Goal Type";
|
|
1444
|
-
var add_new_goal$1 = "Add New Goal";
|
|
1445
|
-
var goal_detail$1 = "Goal Detail";
|
|
1446
|
-
var select_status$1 = "Select status";
|
|
1447
|
-
var goal_baseline$1 = "Goal Baseline";
|
|
1448
|
-
var objective$1 = "Objective";
|
|
1449
|
-
var goal_details$1 = "Goal Details";
|
|
1450
|
-
var goals_type$1 = "Goals Type";
|
|
1451
|
-
var edit_goal_detail$1 = "Edit Goal Detail";
|
|
1452
|
-
var uploaded_files$1 = "Uploaded Files";
|
|
1453
|
-
var optional$1 = "Optional";
|
|
1454
|
-
var edit_baseline$1 = "Edit Baseline";
|
|
1455
|
-
var edit_friend$1 = "Edit friend";
|
|
1456
|
-
var add_friend$1 = "Add friend";
|
|
1457
|
-
var search_friend$1 = "Search friend";
|
|
1458
|
-
var friend_type$1 = "Friend type";
|
|
1459
|
-
var edit_activity$1 = "Edit activity";
|
|
1460
|
-
var add_activity$1 = "Add activity";
|
|
1461
|
-
var search_activity$1 = "Search activity";
|
|
1462
|
-
var activity$1 = "Activity";
|
|
1463
|
-
var activity_type$1 = "Activity type";
|
|
1464
|
-
var select_or_type_an_activity$1 = "Select or type an activity";
|
|
1465
|
-
var lang_uk = {
|
|
1466
|
-
dashboard: dashboard$1,
|
|
1467
|
-
user: user$1,
|
|
1468
|
-
question_bank: question_bank$1,
|
|
1469
|
-
email_template: email_template$1,
|
|
1470
|
-
custom_alert: custom_alert$1,
|
|
1471
|
-
set_up: set_up$1,
|
|
1472
|
-
media_gallery: media_gallery$1,
|
|
1473
|
-
district_school_list: district_school_list$1,
|
|
1474
|
-
export_to_pdf: export_to_pdf$1,
|
|
1475
|
-
the_data_is_taken_from_the_home_screen: the_data_is_taken_from_the_home_screen$1,
|
|
1476
|
-
make_sure_everything_is_set_correctly_before_exporting: make_sure_everything_is_set_correctly_before_exporting$1,
|
|
1477
|
-
cancel: cancel$1,
|
|
1478
|
-
hey: hey$1,
|
|
1479
|
-
readiness_to_learn: readiness_to_learn$1,
|
|
1480
|
-
high_impact_learning_strategies: high_impact_learning_strategies$1,
|
|
1481
|
-
"1_to_1": "1 to 1",
|
|
1482
|
-
reflection: reflection$1,
|
|
1483
|
-
conferences: conferences$1,
|
|
1484
|
-
safety: safety$1,
|
|
1485
|
-
student_by_age: student_by_age$1,
|
|
1486
|
-
students_by_designation: students_by_designation$1,
|
|
1487
|
-
calendar: calendar$1,
|
|
1488
|
-
gender: gender$1,
|
|
1489
|
-
grade: grade$1,
|
|
1490
|
-
current_grade: current_grade$1,
|
|
1491
|
-
student_name: student_name$1,
|
|
1492
|
-
teacher_name: teacher_name$1,
|
|
1493
|
-
start_date: start_date$1,
|
|
1494
|
-
end_date: end_date$1,
|
|
1495
|
-
tooltip_content_readiness_to_learn_chart: tooltip_content_readiness_to_learn_chart$1,
|
|
1496
|
-
tooltip_content_high_impact_chart: tooltip_content_high_impact_chart$1,
|
|
1497
|
-
tooltip_content_1_to_1_chart: tooltip_content_1_to_1_chart$1,
|
|
1498
|
-
tooltip_content_class_reflection_chart: tooltip_content_class_reflection_chart$1,
|
|
1499
|
-
tooltip_content_conference_chart: tooltip_content_conference_chart$1,
|
|
1500
|
-
tooltip_content_safety_chart: tooltip_content_safety_chart$1,
|
|
1501
|
-
tooltip_content_student_by_age_chart: tooltip_content_student_by_age_chart$1,
|
|
1502
|
-
tooltip_content_students_by_designation: tooltip_content_students_by_designation$1,
|
|
1503
|
-
total_1_to_1: total_1_to_1$1,
|
|
1504
|
-
total_1_to_1_time: total_1_to_1_time$1,
|
|
1505
|
-
total_conferences: total_conferences$1,
|
|
1506
|
-
total_conferences_time: total_conferences_time$1,
|
|
1507
|
-
total_class_reflection_check_ins: total_class_reflection_check_ins$1,
|
|
1508
|
-
create_user: create_user$1,
|
|
1509
|
-
edit_user: edit_user$1,
|
|
1510
|
-
change_password: change_password$1,
|
|
1511
|
-
type_something_to_search_by_user_name: type_something_to_search_by_user_name$1,
|
|
1512
|
-
total_of_users: total_of_users$1,
|
|
1513
|
-
name: name$1,
|
|
1514
|
-
email: email$1,
|
|
1515
|
-
age: age$1,
|
|
1516
|
-
role: role$1,
|
|
1517
|
-
active_status: active_status$1,
|
|
1518
|
-
action: action$1,
|
|
1519
|
-
active: active,
|
|
1520
|
-
inactive: inactive$1,
|
|
1521
|
-
create: create$1,
|
|
1522
|
-
update: update$1,
|
|
1523
|
-
first_name: first_name$1,
|
|
1524
|
-
date_of_birth: date_of_birth$1,
|
|
1525
|
-
last_name: last_name,
|
|
1526
|
-
roles: roles$1,
|
|
1527
|
-
status: status$1,
|
|
1528
|
-
send_forgot_password_link: send_forgot_password_link$1,
|
|
1529
|
-
download_user_data: download_user_data$1,
|
|
1530
|
-
current_password: current_password$1,
|
|
1531
|
-
new_password: new_password$1,
|
|
1532
|
-
confirm_password: confirm_password$1,
|
|
1533
|
-
save: save$1,
|
|
1534
|
-
type_something_to_search_question: type_something_to_search_question$1,
|
|
1535
|
-
total_of_questions: total_of_questions$1,
|
|
1536
|
-
create_question: create_question$1,
|
|
1537
|
-
edit_question: edit_question$1,
|
|
1538
|
-
question_type: question_type$1,
|
|
1539
|
-
category: category$1,
|
|
1540
|
-
question_text: question_text,
|
|
1541
|
-
is_default_question_for_one_to_one: is_default_question_for_one_to_one$1,
|
|
1542
|
-
default_question_for_students_or_teachers: default_question_for_students_or_teachers$1,
|
|
1543
|
-
is_default_question_general_class: is_default_question_general_class$1,
|
|
1544
|
-
default_question_general_for_students_or_teachers: default_question_general_for_students_or_teachers$1,
|
|
1545
|
-
before_session: before_session$1,
|
|
1546
|
-
edit_custom_alert: edit_custom_alert$1,
|
|
1547
|
-
create_custom_alert: create_custom_alert$1,
|
|
1548
|
-
total_of_custom_alert: total_of_custom_alert$1,
|
|
1549
|
-
number_of_sessions: number_of_sessions$1,
|
|
1550
|
-
number_of_students: number_of_students$1,
|
|
1551
|
-
begin_date: begin_date$1,
|
|
1552
|
-
duration_days: duration_days$1,
|
|
1553
|
-
students: students$1,
|
|
1554
|
-
create_skill: create_skill$1,
|
|
1555
|
-
edit_skill: edit_skill$1,
|
|
1556
|
-
total_of_skills: total_of_skills$1,
|
|
1557
|
-
description: description$1,
|
|
1558
|
-
skill: skill$1,
|
|
1559
|
-
parent_category: parent_category$1,
|
|
1560
|
-
edit_subject: edit_subject$1,
|
|
1561
|
-
create_subject: create_subject$1,
|
|
1562
|
-
total_of_subjects: total_of_subjects$1,
|
|
1563
|
-
color: color$1,
|
|
1564
|
-
create_learning_support_category: create_learning_support_category$1,
|
|
1565
|
-
edit_learning_support_category: edit_learning_support_category$1,
|
|
1566
|
-
create_category: create_category$1,
|
|
1567
|
-
total_of_learning_support_categories: total_of_learning_support_categories$1,
|
|
1568
|
-
default_color: default_color$1,
|
|
1569
|
-
edit_strategy: edit_strategy$1,
|
|
1570
|
-
create_strategy: create_strategy$1,
|
|
1571
|
-
create_learning_strategy: create_learning_strategy$1,
|
|
1572
|
-
total_of_strategies: total_of_strategies$1,
|
|
1573
|
-
strategy_name: strategy_name$1,
|
|
1574
|
-
question: question$1,
|
|
1575
|
-
detail: detail$1,
|
|
1576
|
-
strategy: strategy$1,
|
|
1577
|
-
best_fit: best_fit$1,
|
|
1578
|
-
create_goal_example: create_goal_example$1,
|
|
1579
|
-
edit_goal_example: edit_goal_example$1,
|
|
1580
|
-
total_of_goal_examples: total_of_goal_examples$1,
|
|
1581
|
-
short_term_target_examples: short_term_target_examples$1,
|
|
1582
|
-
goal_example: goal_example$1,
|
|
1583
|
-
edit_badge: edit_badge$1,
|
|
1584
|
-
create_badge: create_badge$1,
|
|
1585
|
-
total_of_badges: total_of_badges$1,
|
|
1586
|
-
icon: icon$1,
|
|
1587
|
-
badge: badge$1,
|
|
1588
|
-
badge_image: badge_image$1,
|
|
1589
|
-
edit_semester: edit_semester$1,
|
|
1590
|
-
create_semester: create_semester$1,
|
|
1591
|
-
update_school_break_month: update_school_break_month$1,
|
|
1592
|
-
total_of_semesters: total_of_semesters$1,
|
|
1593
|
-
semester: semester$1,
|
|
1594
|
-
breaking_month: breaking_month$1,
|
|
1595
|
-
change_breaking_month: change_breaking_month$1,
|
|
1596
|
-
school_year_break_month: school_year_break_month$1,
|
|
1597
|
-
edit_blank_day: edit_blank_day$1,
|
|
1598
|
-
create_blank_day: create_blank_day$1,
|
|
1599
|
-
total_of_blank_days: total_of_blank_days$1,
|
|
1600
|
-
start_time: start_time$1,
|
|
1601
|
-
end_time: end_time$1,
|
|
1602
|
-
school_blank_day: school_blank_day$1,
|
|
1603
|
-
edit_point: edit_point$1,
|
|
1604
|
-
create_new_point: create_new_point$1,
|
|
1605
|
-
total_of_point: total_of_point$1,
|
|
1606
|
-
label: label$1,
|
|
1607
|
-
value: value$1,
|
|
1608
|
-
break_point: break_point$1,
|
|
1609
|
-
update_break_point: update_break_point$1,
|
|
1610
|
-
maximum_number_of_admins: maximum_number_of_admins$1,
|
|
1611
|
-
maximum_number_of_assistants: maximum_number_of_assistants$1,
|
|
1612
|
-
maximum_number_of_students: maximum_number_of_students$1,
|
|
1613
|
-
maximum_number_of_teachers: maximum_number_of_teachers$1,
|
|
1614
|
-
request_to_this_plan: request_to_this_plan$1,
|
|
1615
|
-
type_something_to_search_reflection_result: type_something_to_search_reflection_result$1,
|
|
1616
|
-
user_deleted: user_deleted$1,
|
|
1617
|
-
export_user_data: export_user_data$1,
|
|
1618
|
-
alert_delete_user: alert_delete_user$1,
|
|
1619
|
-
delete_user: delete_user$1,
|
|
1620
|
-
alert_delete_teacher: alert_delete_teacher$1,
|
|
1621
|
-
list_students: list_students$1,
|
|
1622
|
-
student_email: student_email$1,
|
|
1623
|
-
current_teacher_name: current_teacher_name$1,
|
|
1624
|
-
current_teacher_email: current_teacher_email$1,
|
|
1625
|
-
change_save: change_save$1,
|
|
1626
|
-
select_teacher_change: select_teacher_change$1,
|
|
1627
|
-
current_assistant_name: current_assistant_name$1,
|
|
1628
|
-
current_assistant_email: current_assistant_email$1,
|
|
1629
|
-
remove_assistant: remove_assistant$1,
|
|
1630
|
-
switch_assistant: switch_assistant$1,
|
|
1631
|
-
select_assistant_change: select_assistant_change$1,
|
|
1632
|
-
welcome_email_resend: welcome_email_resend$1,
|
|
1633
|
-
send_for_selected_users: send_for_selected_users$1,
|
|
1634
|
-
user_name: user_name$1,
|
|
1635
|
-
user_email: user_email$1,
|
|
1636
|
-
level: level$1,
|
|
1637
|
-
use_for: use_for$1,
|
|
1638
|
-
teacher_training: teacher_training$1,
|
|
1639
|
-
student_training: student_training$1,
|
|
1640
|
-
create_destination: create_destination$1,
|
|
1641
|
-
total_of_designation: total_of_designation$1,
|
|
1642
|
-
destinations: destinations$1,
|
|
1643
|
-
edit_destination: edit_destination$1,
|
|
1644
|
-
confirm: confirm$1,
|
|
1645
|
-
hello: hello$1,
|
|
1646
|
-
todays_1_1: todays_1_1$1,
|
|
1647
|
-
todays_Conferences: todays_Conferences$1,
|
|
1648
|
-
next_meeting: next_meeting$1,
|
|
1649
|
-
next_conference: next_conference$1,
|
|
1650
|
-
todays_schedule: todays_schedule$1,
|
|
1651
|
-
action_points: action_points$1,
|
|
1652
|
-
upcoming: upcoming$1,
|
|
1653
|
-
see_all_action_points: see_all_action_points$1,
|
|
1654
|
-
add: add$1,
|
|
1655
|
-
edit_action_point: edit_action_point$1,
|
|
1656
|
-
add_action_point: add_action_point$1,
|
|
1657
|
-
title: title$1,
|
|
1658
|
-
type_title: type_title$1,
|
|
1659
|
-
subject: subject$1,
|
|
1660
|
-
"class": "Class",
|
|
1661
|
-
select_date: select_date$1,
|
|
1662
|
-
date: date$1,
|
|
1663
|
-
select_time: select_time$1,
|
|
1664
|
-
time: time$1,
|
|
1665
|
-
notification: notification$1,
|
|
1666
|
-
no_notification: no_notification$1,
|
|
1667
|
-
day: day$1,
|
|
1668
|
-
week: week$1,
|
|
1669
|
-
mark_as_done: mark_as_done$1,
|
|
1670
|
-
"delete": "Delete",
|
|
1671
|
-
my_students: my_students$1,
|
|
1672
|
-
download_template: download_template$1,
|
|
1673
|
-
import_csv: import_csv$1,
|
|
1674
|
-
add_new: add_new$1,
|
|
1675
|
-
show_only_work_as_assistant: show_only_work_as_assistant$1,
|
|
1676
|
-
last_1_to_1: last_1_to_1$1,
|
|
1677
|
-
last_conference: last_conference$1,
|
|
1678
|
-
total_time: total_time$1,
|
|
1679
|
-
assistant_name: assistant_name$1,
|
|
1680
|
-
work_as_assistant: work_as_assistant$1,
|
|
1681
|
-
assign_assistant: assign_assistant$1,
|
|
1682
|
-
view: view$1,
|
|
1683
|
-
history: history$1,
|
|
1684
|
-
custom_recurrence: custom_recurrence$1,
|
|
1685
|
-
repeat_every: repeat_every$1,
|
|
1686
|
-
repeat_on: repeat_on$1,
|
|
1687
|
-
never: never$1,
|
|
1688
|
-
on: on$1,
|
|
1689
|
-
after: after$1,
|
|
1690
|
-
pick_a_date: pick_a_date$1,
|
|
1691
|
-
apply: apply$1,
|
|
1692
|
-
new_1_to_1: new_1_to_1$1,
|
|
1693
|
-
do_you_want_to_talk_with_teacher: do_you_want_to_talk_with_teacher$1,
|
|
1694
|
-
start_now: start_now$1,
|
|
1695
|
-
book_for_later: book_for_later$1,
|
|
1696
|
-
select_category: select_category$1,
|
|
1697
|
-
search_question_category: search_question_category$1,
|
|
1698
|
-
no_question: no_question$1,
|
|
1699
|
-
select_question: select_question$1,
|
|
1700
|
-
select_student: select_student$1,
|
|
1701
|
-
select_date_time: select_date_time$1,
|
|
1702
|
-
book_1_to_1: book_1_to_1$1,
|
|
1703
|
-
schedule: schedule$1,
|
|
1704
|
-
sessions_are_booked_as_10_minute_slots: sessions_are_booked_as_10_minute_slots$1,
|
|
1705
|
-
does_not_reoccur: does_not_reoccur$1,
|
|
1706
|
-
time_must_be_between_8_am_and_6_pm: time_must_be_between_8_am_and_6_pm$1,
|
|
1707
|
-
from: from$1,
|
|
1708
|
-
to: to$1,
|
|
1709
|
-
show_only_favorites: show_only_favorites$1,
|
|
1710
|
-
duration: duration$1,
|
|
1711
|
-
favorite: favorite$1,
|
|
1712
|
-
open: open$1,
|
|
1713
|
-
no_data: no_data$1,
|
|
1714
|
-
schedule_detail: schedule_detail$1,
|
|
1715
|
-
are_you_sure_you_want_to_cancel_this_schedule: are_you_sure_you_want_to_cancel_this_schedule$1,
|
|
1716
|
-
completed_1_to_1: completed_1_to_1$1,
|
|
1717
|
-
done: done$1,
|
|
1718
|
-
what_do_you_want_to_talk_about: what_do_you_want_to_talk_about$1,
|
|
1719
|
-
session_type: session_type$1,
|
|
1720
|
-
what_is_this_session_type: what_is_this_session_type$1,
|
|
1721
|
-
how_are_you_feeling_about_each_area_right_now: how_are_you_feeling_about_each_area_right_now$1,
|
|
1722
|
-
sleep_nutrition_exercise_physical_health_and_mental_health: sleep_nutrition_exercise_physical_health_and_mental_health$1,
|
|
1723
|
-
goals_activities_habits_and_strategies: goals_activities_habits_and_strategies$1,
|
|
1724
|
-
overall_how_are_you_feeling_today: overall_how_are_you_feeling_today$1,
|
|
1725
|
-
what_is_your_level_of_pride_in_yourself_today: what_is_your_level_of_pride_in_yourself_today$1,
|
|
1726
|
-
how_are_you_feeling_today: how_are_you_feeling_today$1,
|
|
1727
|
-
how_much_did_you_learn_from_this_session: how_much_did_you_learn_from_this_session$1,
|
|
1728
|
-
what_is_the_most_important_thing_you_learned_from_this_session: what_is_the_most_important_thing_you_learned_from_this_session$1,
|
|
1729
|
-
your_next_meeting: your_next_meeting$1,
|
|
1730
|
-
today_at: today_at$1,
|
|
1731
|
-
choose_if_you_want_to_do_it_now_or_if_you_would_like_to_book_for_later: choose_if_you_want_to_do_it_now_or_if_you_would_like_to_book_for_later$1,
|
|
1732
|
-
edit: edit$1,
|
|
1733
|
-
phone_number: phone_number$1,
|
|
1734
|
-
second_phone_number: second_phone_number$1,
|
|
1735
|
-
health_note: health_note$1,
|
|
1736
|
-
address: address$1,
|
|
1737
|
-
mtss: mtss$1,
|
|
1738
|
-
note: note$1,
|
|
1739
|
-
no_schedule: no_schedule$1,
|
|
1740
|
-
my_notes: my_notes$1,
|
|
1741
|
-
private_note: private_note$1,
|
|
1742
|
-
goal_process: goal_process$1,
|
|
1743
|
-
view_all_goals: view_all_goals$1,
|
|
1744
|
-
completed: completed$1,
|
|
1745
|
-
student_information: student_information$1,
|
|
1746
|
-
top_learning_strategies: top_learning_strategies$1,
|
|
1747
|
-
perceived_usage: perceived_usage$1,
|
|
1748
|
-
total_number_of_times_seleted: total_number_of_times_seleted$1,
|
|
1749
|
-
energy: energy$1,
|
|
1750
|
-
focus: focus$1,
|
|
1751
|
-
happiness: happiness$1,
|
|
1752
|
-
stress: stress$1,
|
|
1753
|
-
one_to_one: one_to_one$1,
|
|
1754
|
-
class_reflection: class_reflection$1,
|
|
1755
|
-
conference: conference$1,
|
|
1756
|
-
learning_progress: learning_progress$1,
|
|
1757
|
-
cant_export_now_please_try_again: cant_export_now_please_try_again$1,
|
|
1758
|
-
view_data: view_data$1,
|
|
1759
|
-
learning_strategies: learning_strategies$1,
|
|
1760
|
-
strategies: strategies$1,
|
|
1761
|
-
number_of_used: number_of_used$1,
|
|
1762
|
-
next: next$1,
|
|
1763
|
-
my_conferences: my_conferences$1,
|
|
1764
|
-
select_a_student_and_launch_a_new_conference_or_book_one_for_later: select_a_student_and_launch_a_new_conference_or_book_one_for_later$1,
|
|
1765
|
-
you_have_no_student: you_have_no_student$1,
|
|
1766
|
-
this_is_a_required_field: this_is_a_required_field$1,
|
|
1767
|
-
please_select_question_category: please_select_question_category$1,
|
|
1768
|
-
book_conferences: book_conferences$1,
|
|
1769
|
-
final_score: final_score$1,
|
|
1770
|
-
new_conference: new_conference$1,
|
|
1771
|
-
search_student: search_student$1,
|
|
1772
|
-
"1_1_conversation": "1-1 Conversation",
|
|
1773
|
-
meeting_schedule: meeting_schedule$1,
|
|
1774
|
-
class_schedule: class_schedule$1,
|
|
1775
|
-
more_questions: more_questions$1,
|
|
1776
|
-
conference_rubric: conference_rubric$1,
|
|
1777
|
-
unlock: unlock$1,
|
|
1778
|
-
before_clicking_submit: before_clicking_submit$1,
|
|
1779
|
-
your_session_was: your_session_was$1,
|
|
1780
|
-
mins: mins$1,
|
|
1781
|
-
min: min$1,
|
|
1782
|
-
submit: submit$1,
|
|
1783
|
-
are_you_sure_to_complete: are_you_sure_to_complete$1,
|
|
1784
|
-
be_sure_to_check_completed_all: be_sure_to_check_completed_all$1,
|
|
1785
|
-
teacher_choice: teacher_choice$1,
|
|
1786
|
-
student_choice: student_choice$1,
|
|
1787
|
-
agreement: agreement$1,
|
|
1788
|
-
personal_learning_plan: personal_learning_plan$1,
|
|
1789
|
-
personal_interests: personal_interests$1,
|
|
1790
|
-
allow_student_to_edit: allow_student_to_edit$1,
|
|
1791
|
-
strengths_and_challenges: strengths_and_challenges$1,
|
|
1792
|
-
significant_strengths: significant_strengths$1,
|
|
1793
|
-
strengths: strengths$1,
|
|
1794
|
-
challenges: challenges$1,
|
|
1795
|
-
significant_challenges: significant_challenges$1,
|
|
1796
|
-
how_my_teachers_can_help_me_learn: how_my_teachers_can_help_me_learn$1,
|
|
1797
|
-
about_my_learning: about_my_learning$1,
|
|
1798
|
-
accommodations: accommodations$1,
|
|
1799
|
-
goals: goals$1,
|
|
1800
|
-
activity_circles: activity_circles$1,
|
|
1801
|
-
friend_circles: friend_circles$1,
|
|
1802
|
-
are_you_ready_to_learn: are_you_ready_to_learn$1,
|
|
1803
|
-
class_schedules: class_schedules$1,
|
|
1804
|
-
add_class_schedule: add_class_schedule$1,
|
|
1805
|
-
class_date: class_date$1,
|
|
1806
|
-
class_name: class_name$1,
|
|
1807
|
-
day_period: day_period$1,
|
|
1808
|
-
teacher_email: teacher_email$1,
|
|
1809
|
-
note_type_class: note_type_class$1,
|
|
1810
|
-
my_note: my_note$1,
|
|
1811
|
-
add_new_note: add_new_note$1,
|
|
1812
|
-
all_category: all_category$1,
|
|
1813
|
-
personalized: personalized$1,
|
|
1814
|
-
show_only_favorite: show_only_favorite$1,
|
|
1815
|
-
search: search$1,
|
|
1816
|
-
note_title: note_title$1,
|
|
1817
|
-
student: student$1,
|
|
1818
|
-
note_detail: note_detail$1,
|
|
1819
|
-
mark_as_favorite: mark_as_favorite$1,
|
|
1820
|
-
type_a_note: type_a_note$1,
|
|
1821
|
-
please_select_student: please_select_student$1,
|
|
1822
|
-
settings: settings$1,
|
|
1823
|
-
save_changes: save_changes$1,
|
|
1824
|
-
activity_notifications: activity_notifications$1,
|
|
1825
|
-
schedule_notifications: schedule_notifications$1,
|
|
1826
|
-
preschedule_notifications: preschedule_notifications$1,
|
|
1827
|
-
yes: yes$1,
|
|
1828
|
-
no: no$1,
|
|
1829
|
-
email_notification: email_notification$1,
|
|
1830
|
-
send_me_email_notification: send_me_email_notification$1,
|
|
1831
|
-
dont_send_me_email_notification: dont_send_me_email_notification$1,
|
|
1832
|
-
type: type$1,
|
|
1833
|
-
teacher_request: teacher_request$1,
|
|
1834
|
-
student_request: student_request$1,
|
|
1835
|
-
overview: overview$1,
|
|
1836
|
-
plp: plp$1,
|
|
1837
|
-
my_student_1_to_1: my_student_1_to_1$1,
|
|
1838
|
-
my_student_conference: my_student_conference$1,
|
|
1839
|
-
received_date: received_date$1,
|
|
1840
|
-
class_impact_score: class_impact_score$1,
|
|
1841
|
-
impact_score: impact_score$1,
|
|
1842
|
-
iep: iep$1,
|
|
1843
|
-
"1_to_1_conversation": "1-to-1 Conversation",
|
|
1844
|
-
creator: creator$1,
|
|
1845
|
-
last_modify: last_modify$1,
|
|
1846
|
-
modify: modify,
|
|
1847
|
-
student_reflections: student_reflections$1,
|
|
1848
|
-
external_reflection: external_reflection$1,
|
|
1849
|
-
external_class_reflection: external_class_reflection$1,
|
|
1850
|
-
reflections: reflections$1,
|
|
1851
|
-
class_reflections: class_reflections$1,
|
|
1852
|
-
add_reflection: add_reflection$1,
|
|
1853
|
-
add_class_reflection: add_class_reflection$1,
|
|
1854
|
-
class_type: class_type$1,
|
|
1855
|
-
teacher_image: teacher_image$1,
|
|
1856
|
-
send_to_teacher: send_to_teacher$1,
|
|
1857
|
-
send_now: send_now$1,
|
|
1858
|
-
missed: missed$1,
|
|
1859
|
-
pending: pending$1,
|
|
1860
|
-
sent_date: sent_date$1,
|
|
1861
|
-
go_to_the_student_plp: go_to_the_student_plp$1,
|
|
1862
|
-
new_iep: new_iep$1,
|
|
1863
|
-
edit_iep: edit_iep$1,
|
|
1864
|
-
type_of_iep: type_of_iep$1,
|
|
1865
|
-
source_of_eligibility_forinitial: source_of_eligibility_forinitial$1,
|
|
1866
|
-
annual_goals: annual_goals$1,
|
|
1867
|
-
enter_a_date_range: enter_a_date_range$1,
|
|
1868
|
-
add_objectives: add_objectives$1,
|
|
1869
|
-
add_goals: add_goals$1,
|
|
1870
|
-
day_month_year: day_month_year$1,
|
|
1871
|
-
special_education: special_education$1,
|
|
1872
|
-
special_education_content: special_education_content$1,
|
|
1873
|
-
objectives_and_reporting_progress: objectives_and_reporting_progress$1,
|
|
1874
|
-
objectives_and_reporting_progress_content: objectives_and_reporting_progress_content$1,
|
|
1875
|
-
annual_goals_content: annual_goals_content$1,
|
|
1876
|
-
related_services: related_services$1,
|
|
1877
|
-
related_services_content: related_services_content$1,
|
|
1878
|
-
supplementary_aids_and_services: supplementary_aids_and_services$1,
|
|
1879
|
-
supplementary_aids_and_services_content: supplementary_aids_and_services_content$1,
|
|
1880
|
-
program_modifications_for_school_personnel: program_modifications_for_school_personnel$1,
|
|
1881
|
-
program_modifications_for_school_personnel_content: program_modifications_for_school_personnel_content$1,
|
|
1882
|
-
extent_of_nonparticipation: extent_of_nonparticipation$1,
|
|
1883
|
-
extent_of_nonparticipation_content: extent_of_nonparticipation_content$1,
|
|
1884
|
-
accommodations_in_assessment: accommodations_in_assessment$1,
|
|
1885
|
-
accommodations_in_assessment_content: accommodations_in_assessment_content$1,
|
|
1886
|
-
service_delivery: service_delivery$1,
|
|
1887
|
-
service_delivery_content: service_delivery_content$1,
|
|
1888
|
-
transition_planning: transition_planning$1,
|
|
1889
|
-
transition_planning_content: transition_planning_content$1,
|
|
1890
|
-
present_levels: present_levels$1,
|
|
1891
|
-
present_levels_content: present_levels_content$1,
|
|
1892
|
-
signatures: signatures$1,
|
|
1893
|
-
iep_old_version_and_diagnostic_docs: iep_old_version_and_diagnostic_docs$1,
|
|
1894
|
-
upload_file: upload_file$1,
|
|
1895
|
-
add_interest: add_interest$1,
|
|
1896
|
-
upload_image: upload_image$1,
|
|
1897
|
-
supported_image_types: supported_image_types$1,
|
|
1898
|
-
edit_interest: edit_interest$1,
|
|
1899
|
-
select_personal_interest_or_enter_personal_interest_here: select_personal_interest_or_enter_personal_interest_here$1,
|
|
1900
|
-
add_note: add_note$1,
|
|
1901
|
-
select_best_fit: select_best_fit$1,
|
|
1902
|
-
best_fits: best_fits$1,
|
|
1903
|
-
select_strategies: select_strategies$1,
|
|
1904
|
-
selected_learning_strategies: selected_learning_strategies$1,
|
|
1905
|
-
do_you_want_to_delete_this_strengths_and_challenges: do_you_want_to_delete_this_strengths_and_challenges$1,
|
|
1906
|
-
add_new_item: add_new_item$1,
|
|
1907
|
-
edit_item: edit_item$1,
|
|
1908
|
-
select_teaching_strategies: select_teaching_strategies$1,
|
|
1909
|
-
selected_teaching_strategies: selected_teaching_strategies$1,
|
|
1910
|
-
add_title: add_title$1,
|
|
1911
|
-
my_learning: my_learning$1,
|
|
1912
|
-
do_you_want_to_delete_this_about_my_learning: do_you_want_to_delete_this_about_my_learning$1,
|
|
1913
|
-
edit_my_learning: edit_my_learning$1,
|
|
1914
|
-
add_my_learning: add_my_learning$1,
|
|
1915
|
-
select_about_learning_or_enter_about_learning_here: select_about_learning_or_enter_about_learning_here$1,
|
|
1916
|
-
accommodation: accommodation$1,
|
|
1917
|
-
all_categories: all_categories$1,
|
|
1918
|
-
do_you_want_to_delete_this_accommodation: do_you_want_to_delete_this_accommodation$1,
|
|
1919
|
-
edit_accommodation: edit_accommodation$1,
|
|
1920
|
-
add_accommodation: add_accommodation$1,
|
|
1921
|
-
all: all$1,
|
|
1922
|
-
all_status: all_status$1,
|
|
1923
|
-
goal_type: goal_type$1,
|
|
1924
|
-
add_new_goal: add_new_goal$1,
|
|
1925
|
-
goal_detail: goal_detail$1,
|
|
1926
|
-
select_status: select_status$1,
|
|
1927
|
-
goal_baseline: goal_baseline$1,
|
|
1928
|
-
objective: objective$1,
|
|
1929
|
-
goal_details: goal_details$1,
|
|
1930
|
-
goals_type: goals_type$1,
|
|
1931
|
-
edit_goal_detail: edit_goal_detail$1,
|
|
1932
|
-
uploaded_files: uploaded_files$1,
|
|
1933
|
-
optional: optional$1,
|
|
1934
|
-
edit_baseline: edit_baseline$1,
|
|
1935
|
-
edit_friend: edit_friend$1,
|
|
1936
|
-
add_friend: add_friend$1,
|
|
1937
|
-
search_friend: search_friend$1,
|
|
1938
|
-
friend_type: friend_type$1,
|
|
1939
|
-
edit_activity: edit_activity$1,
|
|
1940
|
-
add_activity: add_activity$1,
|
|
1941
|
-
search_activity: search_activity$1,
|
|
1942
|
-
activity: activity$1,
|
|
1943
|
-
activity_type: activity_type$1,
|
|
1944
|
-
select_or_type_an_activity: select_or_type_an_activity$1
|
|
1945
|
-
};
|
|
1946
|
-
|
|
1947
|
-
var DEFAULT_LANGUAGE = localStorage.getItem("language") !== null ? localStorage.getItem("language") : "uk";
|
|
1948
|
-
console.log({
|
|
1949
|
-
lang: localStorage.getItem("language")
|
|
1950
|
-
});
|
|
1951
|
-
i18n.use(reactI18next.initReactI18next).init({
|
|
1952
|
-
resources: {
|
|
1953
|
-
us: {
|
|
1954
|
-
translation: lang_us
|
|
1955
|
-
},
|
|
1956
|
-
uk: {
|
|
1957
|
-
translation: lang_uk
|
|
1958
|
-
}
|
|
1959
|
-
},
|
|
1960
|
-
lng: DEFAULT_LANGUAGE,
|
|
1961
|
-
fallbackLng: DEFAULT_LANGUAGE,
|
|
1962
|
-
keySeparator: false,
|
|
1963
|
-
interpolation: {
|
|
1964
|
-
escapeValue: false
|
|
1965
|
-
}
|
|
1966
|
-
});
|
|
1967
|
-
|
|
1968
34
|
// A type of promise-like that resolves synchronously and supports only one observer
|
|
1969
35
|
|
|
1970
36
|
const _iteratorSymbol = /*#__PURE__*/ typeof Symbol !== "undefined" ? (Symbol.iterator || (Symbol.iterator = Symbol("Symbol.iterator"))) : "@@iterator";
|
|
@@ -1984,7 +50,7 @@ function _catch(body, recover) {
|
|
|
1984
50
|
return result;
|
|
1985
51
|
}
|
|
1986
52
|
|
|
1987
|
-
var styles = {"btn-login-google":"_2HqmH","notification-count":"_2sew7","text-introduction":"_3OgWF","btn-trans-border":"_r9cAh","contact":"_NszFe","learn-more":"_MDjzH","title-quote":"_1Swkw","descriptions-quote":"_gi8vj","descriptions-icon":"_3SOdX","box-login":"_38Lo1","block-verification":"_1OzGy","block-login":"_wWIyO","title-login":"_3nuns","title-forgot-password":"_21qb6","btn-close":"_NhW9l","btn-login":"_3IL10","return-to-login":"_Ce3Kg","recover-account":"_2t6d9","link-to-login":"_3bDsd","remember":"_11FZt","term-and-conditions":"_3LXoI","descriptions-forgot-pass":"_PMcjT","content-icon":"_2rZY6","title-icon":"_y9lM2","nav-home":"_1TT1q","box-introduction":"_32V6L","icon":"_20YJX","form-user-name":"_39BJD","checkbox-remember":"_2K9b2","block-reset-password":"_23Sua","block-forgot-pass":"_3CWP6","page-not-login":"_3Wmco","content-quote":"_13Rk0","home-page":"_o6HKW","red-background":"_jOY7o","login":"_F-hjL","img-box":"_2v-L_","img-login":"_3ncTL","img-login-rectangle":"_2kOvJ","c-main":"_39l0X","container-fluid":"_1BMwK","input-file-label":"_1XNpH","delete-avatar-button":"_1z5h9","header-logo":"_Gewcf","box-sidebar":"_2vcmv","sidebar-logo":"_1hXpy","sidebar-nav-links":"_3vb3s","c-active":"_36jSM","sidebar-nav-links-hover":"_DNrus","box-sidebar-header":"_3NEZj","box-logout":"_1wUDG","sidebar-btn-minimized":"_1S7Px","sidebar-logout":"_2P85D","nav-mobile":"_1qjbW","filter-media-file":"_1I62C","div":"_3cLcM","dropdown-menu":"_1krbH","header-avatar":"_RQaHE","dropdown-
|
|
53
|
+
var styles = {"btn-login-google":"_2HqmH","notification-count":"_2sew7","text-introduction":"_3OgWF","btn-trans-border":"_r9cAh","contact":"_NszFe","learn-more":"_MDjzH","title-quote":"_1Swkw","descriptions-quote":"_gi8vj","descriptions-icon":"_3SOdX","box-login":"_38Lo1","block-verification":"_1OzGy","block-login":"_wWIyO","title-login":"_3nuns","title-forgot-password":"_21qb6","btn-close":"_NhW9l","btn-login":"_3IL10","return-to-login":"_Ce3Kg","recover-account":"_2t6d9","link-to-login":"_3bDsd","remember":"_11FZt","term-and-conditions":"_3LXoI","descriptions-forgot-pass":"_PMcjT","content-icon":"_2rZY6","title-icon":"_y9lM2","nav-home":"_1TT1q","box-introduction":"_32V6L","icon":"_20YJX","form-user-name":"_39BJD","checkbox-remember":"_2K9b2","block-reset-password":"_23Sua","block-forgot-pass":"_3CWP6","page-not-login":"_3Wmco","content-quote":"_13Rk0","home-page":"_o6HKW","red-background":"_jOY7o","login":"_F-hjL","img-box":"_2v-L_","img-login":"_3ncTL","img-login-rectangle":"_2kOvJ","c-main":"_39l0X","container-fluid":"_1BMwK","input-file-label":"_1XNpH","delete-avatar-button":"_1z5h9","header-logo":"_Gewcf","box-sidebar":"_2vcmv","sidebar-logo":"_1hXpy","sidebar-nav-links":"_3vb3s","c-active":"_36jSM","sidebar-nav-links-hover":"_DNrus","box-sidebar-header":"_3NEZj","box-logout":"_1wUDG","sidebar-btn-minimized":"_1S7Px","sidebar-logout":"_2P85D","nav-mobile":"_1qjbW","filter-media-file":"_1I62C","div":"_3cLcM","dropdown-menu":"_1krbH","header-avatar":"_RQaHE","dropdown-content":"_3ys4W","dropdown-change":"_ToOW_","item-address":"_3sQlR","item-logout":"_3bqSM","title-address":"_1jgSI","img-avatar":"_35Ttz","item-contact":"_1wc7o","logout":"_1_9tV","content-text":"_3S4f2","hide-in-mobile":"_1INnO","hide-in-desktop":"_2LIqK","control-input":"_2Zz97","custom-control":"_3-yp5"};
|
|
1988
54
|
|
|
1989
55
|
var style = {
|
|
1990
56
|
fontSize: "0.85rem"
|
|
@@ -2182,9 +248,7 @@ var reset = toolkit.createAction("common/reset");
|
|
|
2182
248
|
var showMenuBar = toolkit.createAction("common/showMenuBar");
|
|
2183
249
|
var showFontSize = toolkit.createAction("common/showFontSize");
|
|
2184
250
|
var setEnableIEP = toolkit.createAction("common/setEnableIEP");
|
|
2185
|
-
var setEnableSurvey = toolkit.createAction("common/setEnableSurvey");
|
|
2186
251
|
var setConversationOneToOne = toolkit.createAction("common/setConversationOneToOne");
|
|
2187
|
-
var setLanguage = toolkit.createAction("common/setLanguage");
|
|
2188
252
|
var setCurrentStudentId = toolkit.createAction("common/setCurrentStudentId");
|
|
2189
253
|
var setCurrentStudentUserId = toolkit.createAction("common/setCurrentStudentUserId");
|
|
2190
254
|
var setCurrentStudentName = toolkit.createAction("common/setCurrentStudentName");
|
|
@@ -3767,95 +1831,6 @@ var TheHeaderDropdown = function TheHeaderDropdown() {
|
|
|
3767
1831
|
})), "LOGOUT"))));
|
|
3768
1832
|
};
|
|
3769
1833
|
|
|
3770
|
-
var TheLanguageDropdown = function TheLanguageDropdown() {
|
|
3771
|
-
var defaultLanguage = localStorage.getItem("language") !== null ? localStorage.getItem("language") : "uk";
|
|
3772
|
-
var dispatch = reactRedux.useDispatch();
|
|
3773
|
-
|
|
3774
|
-
var _useTranslation = reactI18next.useTranslation(),
|
|
3775
|
-
i18n = _useTranslation.i18n;
|
|
3776
|
-
|
|
3777
|
-
var _useState = React.useState(false),
|
|
3778
|
-
dropdownOpen = _useState[0],
|
|
3779
|
-
setDropdownOpen = _useState[1];
|
|
3780
|
-
|
|
3781
|
-
var _useState2 = React.useState(defaultLanguage),
|
|
3782
|
-
language = _useState2[0],
|
|
3783
|
-
setItemLanguage = _useState2[1];
|
|
3784
|
-
|
|
3785
|
-
var toggle = function toggle() {
|
|
3786
|
-
return setDropdownOpen(function (prevState) {
|
|
3787
|
-
return !prevState;
|
|
3788
|
-
});
|
|
3789
|
-
};
|
|
3790
|
-
|
|
3791
|
-
var changeLanguageApp = function changeLanguageApp(lang) {
|
|
3792
|
-
i18n.changeLanguage(lang);
|
|
3793
|
-
localStorage.setItem("language", lang);
|
|
3794
|
-
setItemLanguage(lang);
|
|
3795
|
-
dispatch(setLanguage(lang));
|
|
3796
|
-
};
|
|
3797
|
-
|
|
3798
|
-
var displayCurrentLang = {
|
|
3799
|
-
uk: React__default.createElement(React__default.Fragment, null, React__default.createElement("img", {
|
|
3800
|
-
className: "mr-2 " + styles['dropdown-menu-flag'],
|
|
3801
|
-
src: "/images/united-kingdom.png"
|
|
3802
|
-
}), " English, UK"),
|
|
3803
|
-
us: React__default.createElement(React__default.Fragment, null, React__default.createElement("img", {
|
|
3804
|
-
className: "mr-2 " + styles['dropdown-menu-flag'],
|
|
3805
|
-
src: "/images/usa.png"
|
|
3806
|
-
}), " English, US")
|
|
3807
|
-
};
|
|
3808
|
-
return React__default.createElement(reactstrap.Dropdown, {
|
|
3809
|
-
isOpen: dropdownOpen,
|
|
3810
|
-
toggle: toggle,
|
|
3811
|
-
className: "" + styles["dropdown-menu"]
|
|
3812
|
-
}, React__default.createElement(reactstrap.DropdownToggle, {
|
|
3813
|
-
className: styles["header-avatar"] + " d-flex align-items-center"
|
|
3814
|
-
}, React__default.createElement("span", {
|
|
3815
|
-
style: {
|
|
3816
|
-
color: "#000",
|
|
3817
|
-
textTransform: "capitalize",
|
|
3818
|
-
display: 'flex',
|
|
3819
|
-
alignItems: 'center'
|
|
3820
|
-
}
|
|
3821
|
-
}, displayCurrentLang[language || "uk"], React__default.createElement(bs.BsChevronDown, {
|
|
3822
|
-
className: "ml-2",
|
|
3823
|
-
style: {
|
|
3824
|
-
fontSize: '10px'
|
|
3825
|
-
}
|
|
3826
|
-
}))), React__default.createElement(reactstrap.DropdownMenu, {
|
|
3827
|
-
className: styles["dropdown-content-language"]
|
|
3828
|
-
}, React__default.createElement(reactstrap.DropdownItem, {
|
|
3829
|
-
className: styles["dropdown-change"] + " px-0 py-0 pt-2",
|
|
3830
|
-
onClick: function onClick() {
|
|
3831
|
-
return changeLanguageApp("uk");
|
|
3832
|
-
}
|
|
3833
|
-
}, React__default.createElement("div", {
|
|
3834
|
-
className: styles["dropdown-item-language"] + " " + styles["item-logout"] + " " + (language == "uk" ? styles['dropdown-item-language-active'] : "") + " d-flex align-items-center w-100"
|
|
3835
|
-
}, React__default.createElement("span", {
|
|
3836
|
-
className: "mr-2 d-flex hover-opacity"
|
|
3837
|
-
}, React__default.createElement("img", {
|
|
3838
|
-
style: {
|
|
3839
|
-
width: "30px"
|
|
3840
|
-
},
|
|
3841
|
-
src: "/images/united-kingdom.png"
|
|
3842
|
-
})), "United Kingdom")), React__default.createElement(reactstrap.DropdownItem, {
|
|
3843
|
-
className: styles["dropdown-change"] + " px-0 py-0 pb-2",
|
|
3844
|
-
onClick: function onClick() {
|
|
3845
|
-
return changeLanguageApp("us");
|
|
3846
|
-
}
|
|
3847
|
-
}, React__default.createElement("div", {
|
|
3848
|
-
className: styles["dropdown-item-language"] + " " + styles["item-logout"] + " " + (language == "us" ? styles['dropdown-item-language-active'] : "") + " d-flex align-items-center w-100"
|
|
3849
|
-
}, React__default.createElement("span", {
|
|
3850
|
-
className: "mr-2 d-flex hover-opacity"
|
|
3851
|
-
}, React__default.createElement("img", {
|
|
3852
|
-
style: {
|
|
3853
|
-
width: "30px"
|
|
3854
|
-
},
|
|
3855
|
-
src: "/images/usa.png"
|
|
3856
|
-
})), "United States of America"))));
|
|
3857
|
-
};
|
|
3858
|
-
|
|
3859
1834
|
var TheHeader = function TheHeader() {
|
|
3860
1835
|
var isDistrict = window.location.host.includes("-district");
|
|
3861
1836
|
return React__default.createElement(react.CHeader, {
|
|
@@ -3869,7 +1844,7 @@ var TheHeader = function TheHeader() {
|
|
|
3869
1844
|
className: styles["header-logo"]
|
|
3870
1845
|
})), React__default.createElement(react.CHeaderNav, {
|
|
3871
1846
|
className: "pr-3"
|
|
3872
|
-
}, React__default.createElement(
|
|
1847
|
+
}, React__default.createElement("a", {
|
|
3873
1848
|
className: "mr-3",
|
|
3874
1849
|
style: {
|
|
3875
1850
|
color: '#000'
|
|
@@ -3996,13 +1971,6 @@ var TheLayout = function TheLayout(_ref) {
|
|
|
3996
1971
|
var user = reactRedux.useSelector(function (state) {
|
|
3997
1972
|
return state.common.user;
|
|
3998
1973
|
});
|
|
3999
|
-
var language = reactRedux.useSelector(function (state) {
|
|
4000
|
-
return state.common.language;
|
|
4001
|
-
});
|
|
4002
|
-
|
|
4003
|
-
var _useTranslation = reactI18next.useTranslation(),
|
|
4004
|
-
t = _useTranslation.t;
|
|
4005
|
-
|
|
4006
1974
|
var location = reactRouterDom.useLocation();
|
|
4007
1975
|
var isNotification = location.pathname.includes("notifications");
|
|
4008
1976
|
var isDistrict = window.location.host.includes("-district");
|
|
@@ -4012,18 +1980,14 @@ var TheLayout = function TheLayout(_ref) {
|
|
|
4012
1980
|
}).filter(function (route) {
|
|
4013
1981
|
return !!route.isDistrict === isDistrict;
|
|
4014
1982
|
});
|
|
4015
|
-
}, [user
|
|
1983
|
+
}, [user]);
|
|
4016
1984
|
var authNavigations = React.useMemo(function () {
|
|
4017
|
-
return navigation.
|
|
4018
|
-
return _extends({}, item, {
|
|
4019
|
-
name: t(item.name)
|
|
4020
|
-
});
|
|
4021
|
-
}).filter(function (nav) {
|
|
1985
|
+
return navigation.filter(function (nav) {
|
|
4022
1986
|
return canAccess(user === null || user === void 0 ? void 0 : user.roles, nav.roles);
|
|
4023
1987
|
}).filter(function (nav) {
|
|
4024
1988
|
return !!nav.isDistrict === isDistrict;
|
|
4025
1989
|
});
|
|
4026
|
-
}, [user
|
|
1990
|
+
}, [user]);
|
|
4027
1991
|
React.useEffect(function () {
|
|
4028
1992
|
checkAuthentication();
|
|
4029
1993
|
}, []);
|
|
@@ -4219,10 +2183,10 @@ var get$1 = function get(filter) {
|
|
|
4219
2183
|
var getById = function getById(id) {
|
|
4220
2184
|
return api.get(EMAIL_TEMPLATE_URL + "/" + id);
|
|
4221
2185
|
};
|
|
4222
|
-
var create
|
|
2186
|
+
var create = function create(data) {
|
|
4223
2187
|
return api.post(EMAIL_TEMPLATE_URL, data);
|
|
4224
2188
|
};
|
|
4225
|
-
var update
|
|
2189
|
+
var update = function update(data) {
|
|
4226
2190
|
return api.put(EMAIL_TEMPLATE_URL + "/" + data.id, data);
|
|
4227
2191
|
};
|
|
4228
2192
|
var remove = function remove(id) {
|
|
@@ -4723,7 +2687,7 @@ var config = {
|
|
|
4723
2687
|
paste_data_images: true
|
|
4724
2688
|
};
|
|
4725
2689
|
|
|
4726
|
-
var email
|
|
2690
|
+
var email = _extends({}, config, {
|
|
4727
2691
|
images_upload_handler: function images_upload_handler(blobInfo, success) {
|
|
4728
2692
|
try {
|
|
4729
2693
|
var imageFile = new FormData();
|
|
@@ -4743,7 +2707,7 @@ var email$2 = _extends({}, config, {
|
|
|
4743
2707
|
}
|
|
4744
2708
|
});
|
|
4745
2709
|
|
|
4746
|
-
var question
|
|
2710
|
+
var question = _extends({}, config, {
|
|
4747
2711
|
images_upload_handler: function images_upload_handler(blobInfo, success) {
|
|
4748
2712
|
try {
|
|
4749
2713
|
var imageFile = new FormData();
|
|
@@ -4831,8 +2795,8 @@ var tutorial = _extends({}, config, {
|
|
|
4831
2795
|
});
|
|
4832
2796
|
|
|
4833
2797
|
var editorConfig = {
|
|
4834
|
-
email: email
|
|
4835
|
-
question: question
|
|
2798
|
+
email: email,
|
|
2799
|
+
question: question,
|
|
4836
2800
|
answer: answer,
|
|
4837
2801
|
tutorial: tutorial
|
|
4838
2802
|
};
|
|
@@ -4943,7 +2907,7 @@ var useEmailTemplateDetail = function useEmailTemplateDetail(id) {
|
|
|
4943
2907
|
|
|
4944
2908
|
var _temp10 = _catch(function () {
|
|
4945
2909
|
function _temp6() {
|
|
4946
|
-
var next = !!id ? update
|
|
2910
|
+
var next = !!id ? update : create;
|
|
4947
2911
|
return Promise.resolve(next(data)).then(function () {
|
|
4948
2912
|
dispatch(setAlert({
|
|
4949
2913
|
type: "success",
|
|
@@ -5455,10 +3419,10 @@ var get$3 = function get(filter) {
|
|
|
5455
3419
|
var getById$1 = function getById(id) {
|
|
5456
3420
|
return api.get(FAQ_URL + "/" + id);
|
|
5457
3421
|
};
|
|
5458
|
-
var create$
|
|
3422
|
+
var create$1 = function create(data) {
|
|
5459
3423
|
return api.post(FAQ_URL, data);
|
|
5460
3424
|
};
|
|
5461
|
-
var update$
|
|
3425
|
+
var update$1 = function update(data) {
|
|
5462
3426
|
return api.put(FAQ_URL + "/" + data.id, data);
|
|
5463
3427
|
};
|
|
5464
3428
|
var remove$1 = function remove(id) {
|
|
@@ -5650,7 +3614,7 @@ var useFaqDetail = function useFaqDetail() {
|
|
|
5650
3614
|
dispatch(setLoading(true));
|
|
5651
3615
|
|
|
5652
3616
|
var _temp8 = _catch(function () {
|
|
5653
|
-
var next = !!id ? update$
|
|
3617
|
+
var next = !!id ? update$1 : create$1;
|
|
5654
3618
|
return Promise.resolve(next(values)).then(function () {
|
|
5655
3619
|
dispatch(setAlert({
|
|
5656
3620
|
type: "success",
|
|
@@ -5825,10 +3789,10 @@ var get$4 = function get(filter) {
|
|
|
5825
3789
|
var getById$2 = function getById(id) {
|
|
5826
3790
|
return api.get(SKILL_URL + "/" + id);
|
|
5827
3791
|
};
|
|
5828
|
-
var create$
|
|
3792
|
+
var create$2 = function create(data) {
|
|
5829
3793
|
return api.post(SKILL_URL, data);
|
|
5830
3794
|
};
|
|
5831
|
-
var update$
|
|
3795
|
+
var update$2 = function update(data) {
|
|
5832
3796
|
return api.put(SKILL_URL + "/" + data.id, data);
|
|
5833
3797
|
};
|
|
5834
3798
|
var remove$2 = function remove(id) {
|
|
@@ -5893,10 +3857,6 @@ var SkillDetailModal = function SkillDetailModal(props, ref) {
|
|
|
5893
3857
|
setEditedTrue = props.setEditedTrue,
|
|
5894
3858
|
setEditedFalse = props.setEditedFalse,
|
|
5895
3859
|
isDisabled = props.isDisabled;
|
|
5896
|
-
|
|
5897
|
-
var _useTranslation = reactI18next.useTranslation(),
|
|
5898
|
-
t = _useTranslation.t;
|
|
5899
|
-
|
|
5900
3860
|
return React__default.createElement(formik.Formik, {
|
|
5901
3861
|
initialValues: skillDetail,
|
|
5902
3862
|
enableReinitialize: true,
|
|
@@ -5930,10 +3890,10 @@ var SkillDetailModal = function SkillDetailModal(props, ref) {
|
|
|
5930
3890
|
md: 12,
|
|
5931
3891
|
className: "mb-2"
|
|
5932
3892
|
}, React__default.createElement(RequiredLabel$1, {
|
|
5933
|
-
text:
|
|
3893
|
+
text: "Name"
|
|
5934
3894
|
}), React__default.createElement(reactstrap.Input, {
|
|
5935
3895
|
name: "name",
|
|
5936
|
-
placeholder:
|
|
3896
|
+
placeholder: "Name",
|
|
5937
3897
|
value: values.name,
|
|
5938
3898
|
onChange: function onChange(e) {
|
|
5939
3899
|
handleChange(e);
|
|
@@ -5945,11 +3905,11 @@ var SkillDetailModal = function SkillDetailModal(props, ref) {
|
|
|
5945
3905
|
})), React__default.createElement(reactstrap.Col, {
|
|
5946
3906
|
md: 12,
|
|
5947
3907
|
className: "mb-2"
|
|
5948
|
-
}, React__default.createElement(reactstrap.Label, null,
|
|
3908
|
+
}, React__default.createElement(reactstrap.Label, null, "Description"), React__default.createElement(reactstrap.Input, {
|
|
5949
3909
|
type: "textarea",
|
|
5950
3910
|
rows: 5,
|
|
5951
3911
|
name: "description",
|
|
5952
|
-
placeholder:
|
|
3912
|
+
placeholder: "Description",
|
|
5953
3913
|
value: values.description,
|
|
5954
3914
|
onChange: function onChange(e) {
|
|
5955
3915
|
handleChange(e);
|
|
@@ -5959,7 +3919,7 @@ var SkillDetailModal = function SkillDetailModal(props, ref) {
|
|
|
5959
3919
|
})), React__default.createElement(reactstrap.Col, {
|
|
5960
3920
|
md: 12,
|
|
5961
3921
|
className: "mb-2"
|
|
5962
|
-
}, React__default.createElement(reactstrap.Label, null,
|
|
3922
|
+
}, React__default.createElement(reactstrap.Label, null, "Parent category"), React__default.createElement(SkillSelector, {
|
|
5963
3923
|
isDisabled: isDisabled,
|
|
5964
3924
|
onChange: function onChange(e) {
|
|
5965
3925
|
formikProps.setFieldValue("parentSkillId", e.value);
|
|
@@ -6172,7 +4132,7 @@ var useSkillDetail = function useSkillDetail() {
|
|
|
6172
4132
|
dispatch(setLoading(true));
|
|
6173
4133
|
|
|
6174
4134
|
var _temp8 = _catch(function () {
|
|
6175
|
-
var next = !!id ? update$
|
|
4135
|
+
var next = !!id ? update$2 : create$2;
|
|
6176
4136
|
return Promise.resolve(next(values)).then(function () {
|
|
6177
4137
|
dispatch(setAlert({
|
|
6178
4138
|
type: "success",
|
|
@@ -6212,9 +4172,6 @@ var useSkillDetail = function useSkillDetail() {
|
|
|
6212
4172
|
var SkillList = function SkillList() {
|
|
6213
4173
|
var modal = React.useRef();
|
|
6214
4174
|
|
|
6215
|
-
var _useTranslation = reactI18next.useTranslation(),
|
|
6216
|
-
t = _useTranslation.t;
|
|
6217
|
-
|
|
6218
4175
|
var _useSkillList = useSkillList(),
|
|
6219
4176
|
skillList = _useSkillList.skillList,
|
|
6220
4177
|
totalItems = _useSkillList.totalItems,
|
|
@@ -6259,8 +4216,8 @@ var SkillList = function SkillList() {
|
|
|
6259
4216
|
className: "fadeIn animated"
|
|
6260
4217
|
}, React__default.createElement(SkillDetailModal$1, {
|
|
6261
4218
|
ref: modal,
|
|
6262
|
-
header: !!id ?
|
|
6263
|
-
confirmText: !!id ?
|
|
4219
|
+
header: !!id ? "Edit skill" : "Create skill",
|
|
4220
|
+
confirmText: !!id ? "Update" : "Create",
|
|
6264
4221
|
onCancel: onCancel,
|
|
6265
4222
|
onConfirm: onConfirm,
|
|
6266
4223
|
skillDetail: skillDetail,
|
|
@@ -6276,14 +4233,14 @@ var SkillList = function SkillList() {
|
|
|
6276
4233
|
}, React__default.createElement(reactstrap.Col, {
|
|
6277
4234
|
md: 4
|
|
6278
4235
|
}, React__default.createElement(AddButton, {
|
|
6279
|
-
text:
|
|
4236
|
+
text: "Create skill",
|
|
6280
4237
|
onClick: function onClick() {
|
|
6281
4238
|
return openModal();
|
|
6282
4239
|
}
|
|
6283
4240
|
})), React__default.createElement(reactstrap.Col, {
|
|
6284
4241
|
md: 4,
|
|
6285
4242
|
className: "d-flex align-items-center justify-content-end"
|
|
6286
|
-
},
|
|
4243
|
+
}, "Total of skills: ", totalItems)), React__default.createElement(reactstrap.Row, {
|
|
6287
4244
|
className: "mb-2"
|
|
6288
4245
|
}, React__default.createElement(reactstrap.Col, {
|
|
6289
4246
|
md: 8
|
|
@@ -6295,11 +4252,11 @@ var SkillList = function SkillList() {
|
|
|
6295
4252
|
size: "sm"
|
|
6296
4253
|
}, React__default.createElement("thead", null, React__default.createElement("tr", null, React__default.createElement("th", {
|
|
6297
4254
|
className: "align-top"
|
|
6298
|
-
},
|
|
4255
|
+
}, "Name"), React__default.createElement("th", {
|
|
6299
4256
|
className: "align-top"
|
|
6300
|
-
},
|
|
4257
|
+
}, "Description"), React__default.createElement("th", {
|
|
6301
4258
|
className: "text-center"
|
|
6302
|
-
},
|
|
4259
|
+
}, "Action"))), React__default.createElement("tbody", null, skillList.map(function (record) {
|
|
6303
4260
|
return React__default.createElement("tr", {
|
|
6304
4261
|
key: record.id
|
|
6305
4262
|
}, React__default.createElement("td", {
|
|
@@ -6321,7 +4278,7 @@ var SkillList = function SkillList() {
|
|
|
6321
4278
|
}
|
|
6322
4279
|
})));
|
|
6323
4280
|
}))) : React__default.createElement(EmptyDataAlert, {
|
|
6324
|
-
label:
|
|
4281
|
+
label: "skill"
|
|
6325
4282
|
})), React__default.createElement(reactstrap.Col, {
|
|
6326
4283
|
md: 8,
|
|
6327
4284
|
className: "text-right"
|
|
@@ -6355,10 +4312,10 @@ var get$5 = function get(filter) {
|
|
|
6355
4312
|
var getById$3 = function getById(id) {
|
|
6356
4313
|
return api.get(USER_URL$1 + "/" + id);
|
|
6357
4314
|
};
|
|
6358
|
-
var create$
|
|
4315
|
+
var create$3 = function create(data) {
|
|
6359
4316
|
return api.post("" + USER_URL$1, data);
|
|
6360
4317
|
};
|
|
6361
|
-
var update$
|
|
4318
|
+
var update$3 = function update(data) {
|
|
6362
4319
|
return api.put(USER_URL$1 + "/" + data.id, data);
|
|
6363
4320
|
};
|
|
6364
4321
|
var remove$3 = function remove(id) {
|
|
@@ -6576,19 +4533,16 @@ var UserList = function UserList() {
|
|
|
6576
4533
|
changeFilters = _useUserList.changeFilters,
|
|
6577
4534
|
reDirectDetailPage = _useUserList.reDirectDetailPage;
|
|
6578
4535
|
|
|
6579
|
-
var _useTranslation = reactI18next.useTranslation(),
|
|
6580
|
-
t = _useTranslation.t;
|
|
6581
|
-
|
|
6582
4536
|
return React__default.createElement("div", {
|
|
6583
4537
|
className: "fadeIn animated"
|
|
6584
4538
|
}, React__default.createElement("h5", {
|
|
6585
4539
|
className: "mb-2"
|
|
6586
|
-
},
|
|
4540
|
+
}, header$2), React__default.createElement(reactstrap.Row, {
|
|
6587
4541
|
className: "my-2"
|
|
6588
4542
|
}, React__default.createElement(reactstrap.Col, {
|
|
6589
4543
|
md: 8
|
|
6590
4544
|
}, React__default.createElement(SearchBoxContainer, {
|
|
6591
|
-
text:
|
|
4545
|
+
text: "Create user",
|
|
6592
4546
|
onClick: function onClick() {
|
|
6593
4547
|
return reDirectDetailPage();
|
|
6594
4548
|
},
|
|
@@ -6598,11 +4552,11 @@ var UserList = function UserList() {
|
|
|
6598
4552
|
searchString: searchString
|
|
6599
4553
|
});
|
|
6600
4554
|
},
|
|
6601
|
-
placeholder:
|
|
4555
|
+
placeholder: "Type something to search by user name"
|
|
6602
4556
|
})), React__default.createElement(reactstrap.Col, {
|
|
6603
4557
|
md: 4,
|
|
6604
4558
|
className: "d-flex justify-content-end align-items-center"
|
|
6605
|
-
},
|
|
4559
|
+
}, "Total of users: ", totalItems)), React__default.createElement(reactstrap.Row, {
|
|
6606
4560
|
className: "mb-2"
|
|
6607
4561
|
}, React__default.createElement(reactstrap.Col, {
|
|
6608
4562
|
md: 12
|
|
@@ -6614,17 +4568,17 @@ var UserList = function UserList() {
|
|
|
6614
4568
|
size: "sm"
|
|
6615
4569
|
}, React__default.createElement("thead", null, React__default.createElement("tr", null, React__default.createElement("th", {
|
|
6616
4570
|
className: "align-top"
|
|
6617
|
-
},
|
|
4571
|
+
}, "Name"), React__default.createElement("th", {
|
|
6618
4572
|
className: "align-top"
|
|
6619
|
-
},
|
|
4573
|
+
}, "Email"), React__default.createElement("th", {
|
|
6620
4574
|
className: "align-top"
|
|
6621
|
-
},
|
|
4575
|
+
}, "Age"), React__default.createElement("th", {
|
|
6622
4576
|
className: "align-top"
|
|
6623
|
-
},
|
|
4577
|
+
}, "Role"), React__default.createElement("th", {
|
|
6624
4578
|
className: "align-top"
|
|
6625
|
-
},
|
|
4579
|
+
}, "Active status"), React__default.createElement("th", {
|
|
6626
4580
|
className: "text-center"
|
|
6627
|
-
},
|
|
4581
|
+
}, "Action"))), React__default.createElement("tbody", null, userList.map(function (record) {
|
|
6628
4582
|
return React__default.createElement("tr", {
|
|
6629
4583
|
key: record.id
|
|
6630
4584
|
}, React__default.createElement("td", {
|
|
@@ -6642,7 +4596,7 @@ var UserList = function UserList() {
|
|
|
6642
4596
|
className: "align-middle"
|
|
6643
4597
|
}, !!record.roles && record.roles.join(", ")), React__default.createElement("td", {
|
|
6644
4598
|
className: "align-middle"
|
|
6645
|
-
}, record.isActive ?
|
|
4599
|
+
}, record.isActive ? "Active" : "Inactive"), React__default.createElement("td", {
|
|
6646
4600
|
className: "text-center align-middle"
|
|
6647
4601
|
}, React__default.createElement(DeleteButtonIcon, {
|
|
6648
4602
|
onClick: function onClick() {
|
|
@@ -6650,7 +4604,7 @@ var UserList = function UserList() {
|
|
|
6650
4604
|
}
|
|
6651
4605
|
})));
|
|
6652
4606
|
})))) : React__default.createElement(EmptyDataAlert, {
|
|
6653
|
-
label:
|
|
4607
|
+
label: "user"
|
|
6654
4608
|
})), React__default.createElement(reactstrap.Col, {
|
|
6655
4609
|
md: 12
|
|
6656
4610
|
}, React__default.createElement(CustomPagination, {
|
|
@@ -6845,7 +4799,7 @@ var useUserDetail = function useUserDetail(id) {
|
|
|
6845
4799
|
|
|
6846
4800
|
var _temp10 = _catch(function () {
|
|
6847
4801
|
function _temp6() {
|
|
6848
|
-
var next = !!id ? update$
|
|
4802
|
+
var next = !!id ? update$3 : create$3;
|
|
6849
4803
|
!id && delete data.id;
|
|
6850
4804
|
return Promise.resolve(next(data)).then(function (result) {
|
|
6851
4805
|
if (!!result) {
|
|
@@ -6982,9 +4936,9 @@ var changePasswordSchema = yup.object({
|
|
|
6982
4936
|
confirmedNewPassword: yup.string().required("Confirm password is required")
|
|
6983
4937
|
});
|
|
6984
4938
|
|
|
6985
|
-
var CREATE_USER = "
|
|
6986
|
-
var EDIT_USER_HEADER = "
|
|
6987
|
-
var CHANGE_PASSWORD$1 = "
|
|
4939
|
+
var CREATE_USER = "Create user";
|
|
4940
|
+
var EDIT_USER_HEADER = "Edit user";
|
|
4941
|
+
var CHANGE_PASSWORD$1 = "Change password";
|
|
6988
4942
|
|
|
6989
4943
|
var UserDetail = function UserDetail() {
|
|
6990
4944
|
var _useParams = reactRouterDom.useParams(),
|
|
@@ -6994,9 +4948,6 @@ var UserDetail = function UserDetail() {
|
|
|
6994
4948
|
return state.common.user;
|
|
6995
4949
|
});
|
|
6996
4950
|
|
|
6997
|
-
var _useTranslation = reactI18next.useTranslation(),
|
|
6998
|
-
t = _useTranslation.t;
|
|
6999
|
-
|
|
7000
4951
|
var _useUserDetail = useUserDetail(id),
|
|
7001
4952
|
userDetail = _useUserDetail.userDetail,
|
|
7002
4953
|
backToList = _useUserDetail.backToList,
|
|
@@ -7014,8 +4965,8 @@ var UserDetail = function UserDetail() {
|
|
|
7014
4965
|
newPassword: "",
|
|
7015
4966
|
confirmedNewPassword: ""
|
|
7016
4967
|
};
|
|
7017
|
-
var header = !!id ?
|
|
7018
|
-
var confirmText = !!id ?
|
|
4968
|
+
var header = !!id ? EDIT_USER_HEADER : CREATE_USER;
|
|
4969
|
+
var confirmText = !!id ? "Update" : "Create";
|
|
7019
4970
|
|
|
7020
4971
|
var getFile = function getFile() {
|
|
7021
4972
|
var url = window.location.origin + "/api/ExportDataUser/" + id;
|
|
@@ -7084,7 +5035,7 @@ var UserDetail = function UserDetail() {
|
|
|
7084
5035
|
}, React__default.createElement(reactstrap.Row, null, React__default.createElement(reactstrap.Col, {
|
|
7085
5036
|
md: 6
|
|
7086
5037
|
}, React__default.createElement(reactstrap.FormGroup, null, React__default.createElement(RequiredLabel$1, {
|
|
7087
|
-
text:
|
|
5038
|
+
text: "First name"
|
|
7088
5039
|
}), React__default.createElement(reactstrap.Input, {
|
|
7089
5040
|
name: "firstName",
|
|
7090
5041
|
value: values.firstName,
|
|
@@ -7093,13 +5044,13 @@ var UserDetail = function UserDetail() {
|
|
|
7093
5044
|
setEditedTrue();
|
|
7094
5045
|
},
|
|
7095
5046
|
onBlur: handleBlur("subject"),
|
|
7096
|
-
placeholder:
|
|
5047
|
+
placeholder: "First name"
|
|
7097
5048
|
}), touched.firstName && errors.firstName && React__default.createElement(ErrorHandler, {
|
|
7098
5049
|
text: errors.firstName
|
|
7099
5050
|
}))), React__default.createElement(reactstrap.Col, {
|
|
7100
5051
|
md: 6
|
|
7101
5052
|
}, React__default.createElement(reactstrap.FormGroup, null, React__default.createElement(RequiredLabel$1, {
|
|
7102
|
-
text:
|
|
5053
|
+
text: "Date of birth"
|
|
7103
5054
|
}), React__default.createElement("div", null, React__default.createElement(DatePicker, {
|
|
7104
5055
|
value: values.dateOfBirth,
|
|
7105
5056
|
todayButton: "Today",
|
|
@@ -7112,20 +5063,20 @@ var UserDetail = function UserDetail() {
|
|
|
7112
5063
|
formProps.setFieldValue("dateOfBirth", dateFns.format(e, DATE_FORMAT));
|
|
7113
5064
|
setEditedTrue();
|
|
7114
5065
|
},
|
|
7115
|
-
placeholderText:
|
|
5066
|
+
placeholderText: "Date of birth",
|
|
7116
5067
|
customInput: React__default.createElement(reactstrap.Input, {
|
|
7117
5068
|
type: "text",
|
|
7118
5069
|
style: {
|
|
7119
5070
|
width: "maxContent"
|
|
7120
5071
|
},
|
|
7121
|
-
placeholder:
|
|
5072
|
+
placeholder: "Date of birth"
|
|
7122
5073
|
})
|
|
7123
5074
|
})), touched.dateOfBirth && errors.dateOfBirth && React__default.createElement(ErrorHandler, {
|
|
7124
5075
|
text: errors.dateOfBirth
|
|
7125
5076
|
})))), React__default.createElement(reactstrap.Row, null, React__default.createElement(reactstrap.Col, {
|
|
7126
5077
|
md: 6
|
|
7127
5078
|
}, React__default.createElement(reactstrap.FormGroup, null, React__default.createElement(RequiredLabel$1, {
|
|
7128
|
-
text:
|
|
5079
|
+
text: "Last name"
|
|
7129
5080
|
}), React__default.createElement(reactstrap.Input, {
|
|
7130
5081
|
name: "lastName",
|
|
7131
5082
|
value: values.lastName,
|
|
@@ -7134,13 +5085,13 @@ var UserDetail = function UserDetail() {
|
|
|
7134
5085
|
setEditedTrue();
|
|
7135
5086
|
},
|
|
7136
5087
|
onBlur: handleBlur("lastName"),
|
|
7137
|
-
placeholder:
|
|
5088
|
+
placeholder: "Last name"
|
|
7138
5089
|
}), touched.lastName && errors.lastName && React__default.createElement(ErrorHandler, {
|
|
7139
5090
|
text: errors.lastName
|
|
7140
5091
|
}))), React__default.createElement(reactstrap.Col, {
|
|
7141
5092
|
md: 6
|
|
7142
5093
|
}, React__default.createElement(reactstrap.FormGroup, null, React__default.createElement(RequiredLabel$1, {
|
|
7143
|
-
text:
|
|
5094
|
+
text: "Roles"
|
|
7144
5095
|
}), React__default.createElement(reactstrap.Row, null, React__default.createElement(reactstrap.Col, {
|
|
7145
5096
|
md: 12,
|
|
7146
5097
|
className: "d-flex flex-wrap align-items-center"
|
|
@@ -7164,7 +5115,7 @@ var UserDetail = function UserDetail() {
|
|
|
7164
5115
|
})))), React__default.createElement(reactstrap.Row, null, React__default.createElement(reactstrap.Col, {
|
|
7165
5116
|
md: 6
|
|
7166
5117
|
}, React__default.createElement(reactstrap.FormGroup, null, React__default.createElement(RequiredLabel$1, {
|
|
7167
|
-
text:
|
|
5118
|
+
text: "Email"
|
|
7168
5119
|
}), React__default.createElement(reactstrap.Input, {
|
|
7169
5120
|
name: "email",
|
|
7170
5121
|
value: values.email,
|
|
@@ -7173,20 +5124,20 @@ var UserDetail = function UserDetail() {
|
|
|
7173
5124
|
setEditedTrue();
|
|
7174
5125
|
},
|
|
7175
5126
|
onBlur: handleBlur("email"),
|
|
7176
|
-
placeholder:
|
|
5127
|
+
placeholder: "Email"
|
|
7177
5128
|
}), touched.email && errors.email && React__default.createElement(ErrorHandler, {
|
|
7178
5129
|
text: errors.email
|
|
7179
5130
|
}))), React__default.createElement(reactstrap.Col, {
|
|
7180
5131
|
md: 6
|
|
7181
5132
|
}, React__default.createElement(reactstrap.FormGroup, null, React__default.createElement(RequiredLabel$1, {
|
|
7182
|
-
text:
|
|
5133
|
+
text: "Status"
|
|
7183
5134
|
}), React__default.createElement(reactstrap.Row, null, React__default.createElement(reactstrap.Col, {
|
|
7184
5135
|
md: 3
|
|
7185
5136
|
}, React__default.createElement(reactstrap.CustomInput, {
|
|
7186
5137
|
id: "role-checkbox-active",
|
|
7187
5138
|
type: "radio",
|
|
7188
5139
|
name: "active",
|
|
7189
|
-
label:
|
|
5140
|
+
label: "Active",
|
|
7190
5141
|
checked: !!values && !!values.isActive,
|
|
7191
5142
|
onChange: function onChange() {
|
|
7192
5143
|
setFieldValue("isActive", true);
|
|
@@ -7198,7 +5149,7 @@ var UserDetail = function UserDetail() {
|
|
|
7198
5149
|
id: "role-checkbox-inActive",
|
|
7199
5150
|
type: "radio",
|
|
7200
5151
|
name: "active",
|
|
7201
|
-
label:
|
|
5152
|
+
label: "Inactive",
|
|
7202
5153
|
checked: !!values && !values.isActive,
|
|
7203
5154
|
onChange: function onChange() {
|
|
7204
5155
|
return setFieldValue("isActive", false);
|
|
@@ -7212,13 +5163,13 @@ var UserDetail = function UserDetail() {
|
|
|
7212
5163
|
onClick: function onClick() {
|
|
7213
5164
|
onResetPw(values.email || "");
|
|
7214
5165
|
}
|
|
7215
|
-
},
|
|
5166
|
+
}, "Send forgot password link"), React__default.createElement(reactstrap.Button, {
|
|
7216
5167
|
color: "success",
|
|
7217
5168
|
onClick: function onClick() {
|
|
7218
5169
|
getFile();
|
|
7219
5170
|
},
|
|
7220
5171
|
className: "ml-4"
|
|
7221
|
-
},
|
|
5172
|
+
}, "Download user data")))), React__default.createElement(reactstrap.Col, {
|
|
7222
5173
|
md: 4
|
|
7223
5174
|
}, React__default.createElement(reactstrap.Row, null, React__default.createElement(reactstrap.Col, {
|
|
7224
5175
|
md: 8
|
|
@@ -7239,7 +5190,7 @@ var UserDetail = function UserDetail() {
|
|
|
7239
5190
|
}
|
|
7240
5191
|
}))))), user.id === id ? React__default.createElement("div", null, React__default.createElement("h5", {
|
|
7241
5192
|
className: "mt-3"
|
|
7242
|
-
},
|
|
5193
|
+
}, CHANGE_PASSWORD$1), React__default.createElement(formik.Formik, {
|
|
7243
5194
|
initialValues: initialValueForm,
|
|
7244
5195
|
enableReinitialize: true,
|
|
7245
5196
|
validationSchema: changePasswordSchema,
|
|
@@ -7257,7 +5208,7 @@ var UserDetail = function UserDetail() {
|
|
|
7257
5208
|
}, React__default.createElement(reactstrap.Col, {
|
|
7258
5209
|
md: 7
|
|
7259
5210
|
}, React__default.createElement(reactstrap.FormGroup, null, React__default.createElement(RequiredLabel$1, {
|
|
7260
|
-
text:
|
|
5211
|
+
text: "Current password"
|
|
7261
5212
|
}), React__default.createElement(reactstrap.Input, {
|
|
7262
5213
|
name: "oldPassword",
|
|
7263
5214
|
type: "password",
|
|
@@ -7267,13 +5218,13 @@ var UserDetail = function UserDetail() {
|
|
|
7267
5218
|
setEditedTrue();
|
|
7268
5219
|
},
|
|
7269
5220
|
onBlur: handleBlur("subject"),
|
|
7270
|
-
placeholder:
|
|
5221
|
+
placeholder: "Current password"
|
|
7271
5222
|
}), touched.oldPassword && errors.oldPassword && React__default.createElement(ErrorHandler, {
|
|
7272
5223
|
text: errors.oldPassword
|
|
7273
5224
|
}))), React__default.createElement(reactstrap.Col, {
|
|
7274
5225
|
md: 7
|
|
7275
5226
|
}, React__default.createElement(reactstrap.FormGroup, null, React__default.createElement(RequiredLabel$1, {
|
|
7276
|
-
text:
|
|
5227
|
+
text: "New password"
|
|
7277
5228
|
}), React__default.createElement(reactstrap.Input, {
|
|
7278
5229
|
name: "newPassword",
|
|
7279
5230
|
type: "password",
|
|
@@ -7283,13 +5234,13 @@ var UserDetail = function UserDetail() {
|
|
|
7283
5234
|
setEditedTrue();
|
|
7284
5235
|
},
|
|
7285
5236
|
onBlur: handleBlur("subject"),
|
|
7286
|
-
placeholder:
|
|
5237
|
+
placeholder: "New password"
|
|
7287
5238
|
}), touched.newPassword && errors.newPassword && React__default.createElement(ErrorHandler, {
|
|
7288
5239
|
text: errors.newPassword
|
|
7289
5240
|
}))), React__default.createElement(reactstrap.Col, {
|
|
7290
5241
|
md: 7
|
|
7291
5242
|
}, React__default.createElement(reactstrap.FormGroup, null, React__default.createElement(RequiredLabel$1, {
|
|
7292
|
-
text:
|
|
5243
|
+
text: "Confirm password"
|
|
7293
5244
|
}), React__default.createElement(reactstrap.Input, {
|
|
7294
5245
|
name: "confirmedNewPassword",
|
|
7295
5246
|
type: "password",
|
|
@@ -7299,7 +5250,7 @@ var UserDetail = function UserDetail() {
|
|
|
7299
5250
|
setEditedTrue();
|
|
7300
5251
|
},
|
|
7301
5252
|
onBlur: handleBlur("subject"),
|
|
7302
|
-
placeholder:
|
|
5253
|
+
placeholder: "Confirm password"
|
|
7303
5254
|
}), touched.confirmedNewPassword && errors.confirmedNewPassword && React__default.createElement(ErrorHandler, {
|
|
7304
5255
|
text: errors.confirmedNewPassword
|
|
7305
5256
|
}))), React__default.createElement(reactstrap.Col, {
|
|
@@ -7311,7 +5262,7 @@ var UserDetail = function UserDetail() {
|
|
|
7311
5262
|
onClick: function onClick() {
|
|
7312
5263
|
return handleSubmit();
|
|
7313
5264
|
}
|
|
7314
|
-
},
|
|
5265
|
+
}, "Save")));
|
|
7315
5266
|
})) : null, React__default.createElement(DetailActionButtons, {
|
|
7316
5267
|
confirmText: confirmText,
|
|
7317
5268
|
onConfirm: handleSubmit,
|
|
@@ -9186,9 +7137,7 @@ var initialState = {
|
|
|
9186
7137
|
menuBar: true,
|
|
9187
7138
|
defaultFontSize: 16,
|
|
9188
7139
|
isEnableIEP: true,
|
|
9189
|
-
isEnableSurvey: false,
|
|
9190
7140
|
isConversationOneToOne: false,
|
|
9191
|
-
language: "en",
|
|
9192
7141
|
amplitude: {
|
|
9193
7142
|
user_id: "",
|
|
9194
7143
|
status: "",
|
|
@@ -9231,12 +7180,8 @@ var commonReducer = toolkit.createReducer(initialState, function (builder) {
|
|
|
9231
7180
|
state.menuBar = action.payload;
|
|
9232
7181
|
}).addCase(setEnableIEP, function (state, action) {
|
|
9233
7182
|
state.isEnableIEP = action.payload;
|
|
9234
|
-
}).addCase(setEnableSurvey, function (state, action) {
|
|
9235
|
-
state.isEnableSurvey = action.payload;
|
|
9236
7183
|
}).addCase(setConversationOneToOne, function (state, action) {
|
|
9237
7184
|
state.isConversationOneToOne = action.payload;
|
|
9238
|
-
}).addCase(setLanguage, function (state, action) {
|
|
9239
|
-
state.language = action.payload;
|
|
9240
7185
|
}).addCase(showFontSize, function (state, action) {
|
|
9241
7186
|
state.defaultFontSize = action.payload;
|
|
9242
7187
|
}).addCase(initAmplitude, function (state, action) {
|
|
@@ -9255,7 +7200,8 @@ var commonReducer = toolkit.createReducer(initialState, function (builder) {
|
|
|
9255
7200
|
duration_since: (_action$payload10 = action.payload) !== null && _action$payload10 !== void 0 && _action$payload10.duration_since ? action.payload.duration_since : 0,
|
|
9256
7201
|
last_page: (_action$payload11 = action.payload) !== null && _action$payload11 !== void 0 && _action$payload11.last_page ? action.payload.last_page : "",
|
|
9257
7202
|
event: action.payload.event,
|
|
9258
|
-
domain: !!hostName ? hostName : ""
|
|
7203
|
+
domain: !!hostName ? hostName : "",
|
|
7204
|
+
answer: action.payload.answer ? action.payload.answer : ""
|
|
9259
7205
|
};
|
|
9260
7206
|
state.amplitude = eventProperties;
|
|
9261
7207
|
});
|
|
@@ -10170,18 +8116,6 @@ var generateRandomString = (function () {
|
|
|
10170
8116
|
|
|
10171
8117
|
var amplitudeClient = amplitude.getInstance();
|
|
10172
8118
|
|
|
10173
|
-
Object.defineProperty(exports, 'I18nextProvider', {
|
|
10174
|
-
enumerable: true,
|
|
10175
|
-
get: function () {
|
|
10176
|
-
return reactI18next.I18nextProvider;
|
|
10177
|
-
}
|
|
10178
|
-
});
|
|
10179
|
-
Object.defineProperty(exports, 'useTranslation', {
|
|
10180
|
-
enumerable: true,
|
|
10181
|
-
get: function () {
|
|
10182
|
-
return reactI18next.useTranslation;
|
|
10183
|
-
}
|
|
10184
|
-
});
|
|
10185
8119
|
exports.ACCESS_TOKEN = ACCESS_TOKEN;
|
|
10186
8120
|
exports.ANSWER_EDITOR_HEIGHT = ANSWER_EDITOR_HEIGHT;
|
|
10187
8121
|
exports.AcademicClassSelector = AcademicClassSelector;
|
|
@@ -10264,7 +8198,6 @@ exports.generateRandomString = generateRandomString;
|
|
|
10264
8198
|
exports.getFileUrl = getFileUrl;
|
|
10265
8199
|
exports.getInfo = getInfo;
|
|
10266
8200
|
exports.getTextFromHTML = getTextFromHTML;
|
|
10267
|
-
exports.i18n = i18n;
|
|
10268
8201
|
exports.initAmplitude = initAmplitude;
|
|
10269
8202
|
exports.isInViewport = isInViewport;
|
|
10270
8203
|
exports.reset = reset;
|
|
@@ -10285,12 +8218,10 @@ exports.setCustomAlertList = setCustomAlertList;
|
|
|
10285
8218
|
exports.setDataPlayer = setDataPlayer;
|
|
10286
8219
|
exports.setEditItemQuesion = setEditItemQuesion;
|
|
10287
8220
|
exports.setEnableIEP = setEnableIEP;
|
|
10288
|
-
exports.setEnableSurvey = setEnableSurvey;
|
|
10289
8221
|
exports.setFeedbackList = setFeedbackList;
|
|
10290
8222
|
exports.setFilterWidget = setFilterWidget;
|
|
10291
8223
|
exports.setGoalExampleList = setGoalExampleList;
|
|
10292
8224
|
exports.setImproveMyClass = setImproveMyClass;
|
|
10293
|
-
exports.setLanguage = setLanguage;
|
|
10294
8225
|
exports.setLearningSupportCategoryList = setLearningSupportCategoryList;
|
|
10295
8226
|
exports.setLoading = setLoading;
|
|
10296
8227
|
exports.setMailCategory = setMailCategory;
|