ExamCalendarEntry

class ExamCalendarEntry[source]

A single scheduled exam.

tenant_id: str

The tenant of the course running the exam.

tenant_name: str

The name of that tenant.

course_id: int

The course running the exam.

course_name: str

The name of that course.

span_starts_at: datetime

When the first student may enter, per-student overrides included.

span_ends_at: datetime

When the last student must have left, per-student overrides included.

entry_starts_at: datetime

When the entry window configured on the course opens.

entry_ends_at: datetime

When the entry window configured on the course closes.