UVACanvasAccess
Public Member Functions | Properties | List of all members
UVACanvasAccess.Structures.Assignments.RubricCriteria Class Reference

Represents some rubric criteria. More...

Inheritance diagram for UVACanvasAccess.Structures.Assignments.RubricCriteria:
Inheritance graph
[legend]
Collaboration diagram for UVACanvasAccess.Structures.Assignments.RubricCriteria:
Collaboration graph
[legend]

Public Member Functions

string ToPrettyString ()
 Returns a pretty, formatted string representation of the object.
 

Properties

uint? Points [get]
 The total amount of points in this criterion. More...
 
string Id [get]
 The id of the rubric criterion. More...
 
string LearningOutcomeId [get]
 The id of the learning outcome this rubric uses, if any. More...
 
string VendorGuid [get]
 A third-party GUID, if any. More...
 
string Description [get]
 The criterion description. More...
 
string LongDescription [get]
 The criterion long description. More...
 
bool? CriterionUseRange [get]
 Whether this criterion uses a range. More...
 
IEnumerable< RubricRatingRatings [get]
 The list of possible ratings. More...
 
bool? IgnoreForScoring [get]
 Whether to ignore this criterion when calculating the total score. More...
 

Detailed Description

Represents some rubric criteria.

Property Documentation

◆ CriterionUseRange

bool? UVACanvasAccess.Structures.Assignments.RubricCriteria.CriterionUseRange
get

Whether this criterion uses a range.

◆ Description

string UVACanvasAccess.Structures.Assignments.RubricCriteria.Description
get

The criterion description.

◆ Id

string UVACanvasAccess.Structures.Assignments.RubricCriteria.Id
get

The id of the rubric criterion.

◆ IgnoreForScoring

bool? UVACanvasAccess.Structures.Assignments.RubricCriteria.IgnoreForScoring
get

Whether to ignore this criterion when calculating the total score.

◆ LearningOutcomeId

string UVACanvasAccess.Structures.Assignments.RubricCriteria.LearningOutcomeId
get

The id of the learning outcome this rubric uses, if any.

◆ LongDescription

string UVACanvasAccess.Structures.Assignments.RubricCriteria.LongDescription
get

The criterion long description.

◆ Points

uint? UVACanvasAccess.Structures.Assignments.RubricCriteria.Points
get

The total amount of points in this criterion.

◆ Ratings

IEnumerable<RubricRating> UVACanvasAccess.Structures.Assignments.RubricCriteria.Ratings
get

The list of possible ratings.

◆ VendorGuid

string UVACanvasAccess.Structures.Assignments.RubricCriteria.VendorGuid
get

A third-party GUID, if any.


The documentation for this class was generated from the following file: