Class RubricGrade
A rubric grade set for the student submission. There is at most one entry per rubric criterion.
Implements
Inherited Members
Namespace: Google.Apis.Classroom.v1.Data
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public class RubricGrade : IDirectResponseSchema
Properties
CriterionId
Optional. Criterion ID.
Declaration
[JsonProperty("criterionId")]
public virtual string CriterionId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LevelId
Optional. Optional level ID of the selected level. If empty, no level was selected.
Declaration
[JsonProperty("levelId")]
public virtual string LevelId { get; set; }
Property Value
Type | Description |
---|---|
string |
Points
Optional. Optional points assigned for this criterion, typically based on the level. Levels might or might not have points. If unset, no points were set for this criterion.
Declaration
[JsonProperty("points")]
public virtual double? Points { get; set; }
Property Value
Type | Description |
---|---|
double? |