Functions
getActivity
Parameters
studentCode: string
dateOfBirth: null | string
getBehaviour
Parameters
studentCode: string
dateOfBirth: null | string
getLessons
Parameters
studentCode: string
dateOfBirth: null | string
getStudentInfo
- getStudentInfo(studentCode: string, dateOfBirth: null | string): Promise<Student>
Parameters
studentCode: string
dateOfBirth: null | string
Returns Promise<Student>
listHomeworks
Parameters
studentCode: string
dateOfBirth: null | string