Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.

Student

Edward Smale edited this page Apr 7, 2020 · 2 revisions

Student

Represents a student.

Extends User

Properties

.year (String) The school year of the student.

.parents (Array<Number>) An array of parents' IDs.

.registration_group (Number) the ID of the student's registration group/form class.

.tags (Array<String>) the tags of the student.

.gender (String) The gender of the student.

.invite_code (String) The invite code that the student used.

.invite_code_expirary_date (String) The expirary date of the invite code.

.class_groups (Array<Number>) An array of class groups that the student is in.

.student_categories (Array<Number>) An array of categories that the student is in. (???)

.student_badges (Array<String>) An array of badges that the student has. (???)

.student_praise_summary (Number) The ID of the student praise summary. (???)

Clone this wiki locally