Class Criterion
A rubric criterion. Each criterion is a dimension on which performance is rated.
Implements
Inherited Members
Namespace: Google.Apis.Classroom.v1.Data
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public class Criterion : IDirectResponseSchema
Properties
Description
The description of the criterion.
Declaration
[JsonProperty("description")]
public virtual string Description { 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 |
Id
The criterion ID. On creation, an ID is assigned.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Levels
The list of levels within this criterion.
Declaration
[JsonProperty("levels")]
public virtual IList<Level> Levels { get; set; }
Property Value
Type | Description |
---|---|
IList<Level> |
Title
The title of the criterion.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |