Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Field

Type

Description

Example

class_id

String

Primary key. ID of the class, in the format {course code}-{class number}.

"ACCT2101-1025"

course

Course

The course that this class is for.

section

String

Human-readable class section name.

"T13A"

term

Term

Term that the class runs in.

"T1"

status

String

Status of enrolment, one of: 'Open', 'Closed', 'Full', 'On Hold'

"Open"

course_enrolment

String

Class enrolment numbers - {num enrolled}/{capacity}

"23/24"

offering_period

String

Start and end dates that the class runs between.

"12/02/2024 - 12/05/2024"

meeting_dates

String

Details of any exceptions to the class dates.

"Standard dates"

census_date

String

Census date (deadline to drop the course without financial penalty)

"10/03/2024"

consent

String

Whether faculty consent is required to enrol in the class.

"Consent not required"

mode

String

Mode in which the class is delivered.

"In Person"

class_notes

String

Any additional notes.

...