The Student class
Extends Account
Properties
getHomework()
getHomework()
read the name
takes as argument an array or only 1 of the following:
Date
string
(that represents a date)number
(that represents a date)
if no argument, it will automatically select all the dates with future homework
some
contenuDeSeance
values are not displayed on the ED UIit will always return an array of assignments
for each assignment,
_raw
gives the original document
getMessages()
getMessages()
again, read the name
gets all sent and received messages
the content of the message needs another request, but
getContent()
is here to help
getGrades()
getGrades()
returns an array of simplified grades
getPeriods()
getPeriods()
returns an array of customized periods, the original data is still in
_raw
timeline()
timeline()
returns the student's timeline
this is not the 'common timeline'. Post-its and global events are not listed here
Last updated
Was this helpful?