Assignment#

class Assignment[source]#

The serialization of an assignment.

See the comments in the source code for the meaning of each field.

id: int#

The id of the assignment.

name: str#

The name of the assignment.

created_at: datetime#

When this assignment was created.

course_id: int#

The course this assignment belongs to.

has_multiple_timeframes: bool#

Does this assignment have multiple timeframes.

is_lti: bool#

Is this an LTI assignment.

has_description: bool#

Whether the assignment has liked description file.

timeframe: TimeframeLike#

Is the assignment available.

grade_availability: FixedGradeAvailability#

What is grade availability of this assignment.

kind: AssignmentKind#

What kind of assignment is this.