Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CourseStudent

Course in the student's view.

Hierarchy

  • CourseStudent

Implemented by

Index

Properties

Readonly code

code: string

Course name abbreviation.

Código (abreviação) da turma.

Readonly id

id: string

Single string indicating the course.

String única indicando o curso.

Readonly numberOfStudents

numberOfStudents: number

Number of students, is 0 if the course of the period is not the current one.

Readonly period

period: string

Course Semester.

Readonly schedule

schedule: string

Course Schedule.

Horário das aulas.

Readonly title

title: string

Course title (Nome da turma).

Methods

getAbsence

getExamCalendar

  • getExamCalendar(): Promise<Exam[]>

getFiles

  • getFiles(): Promise<File[]>

getForums

getGrades

getHomeworks

getLessons

  • getLessons(): Promise<Lesson[]>

getMembers

getNews

  • getNews(): Promise<News[]>

getQuizzes

  • getQuizzes(): Promise<Quiz[]>

getSurveys

getSyllabus

getWebContents

Generated using TypeDoc