UVACanvasAccess
Loading...
Searching...
No Matches
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.
Returns
The formatted string.

 

Properties

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

Detailed Description

Represents some rubric criteria.

Member Function Documentation

◆ ToPrettyString()

string UVACanvasAccess.Structures.Assignments.RubricCriteria.ToPrettyString ( )
inline

Returns a pretty, formatted string representation of the object.

Returns
The formatted string.

Implements UVACanvasAccess.Util.IPrettyPrint.


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