AssignmentSectionTimeframe

class AssignmentSectionTimeframe[source]

A section timeframe.

section_ids: Sequence[str]

The id of the sections of this timeframe.

availability: FixedAvailability | TimedAvailability

What is the availability state of this assignment.

deadline: datetime | None

The deadline of the assignment. It is possible the assignment has no deadline yet, in which case it will be None.

lock_date: datetime | None

The moment this assignment locks, this can be seen as a form of second deadline.