Rubric class

The rubric of the course work.

A rubric is a scoring guide used to evaluate student work and give feedback. For further details, see [Rubrics structure and known limitations](/classroom/rubrics/limitations).

Constructors

Rubric.new({String? courseId, String? courseWorkId, String? creationTime, List<Criterion>? criteria, String? id, String? sourceSpreadsheetId, String? updateTime})
Rubric.fromJson(Map json_)

Properties

courseId String?
Identifier of the course.
getter/setter pair
courseWorkId String?
Identifier for the course work this corresponds to.
getter/setter pair
creationTime String?
Timestamp when this rubric was created.
getter/setter pair
criteria List<Criterion>?
List of criteria.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
Classroom-assigned identifier for the rubric.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceSpreadsheetId String?
Input only.
getter/setter pair
updateTime String?
Timestamp of the most recent change to this rubric.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited