UVACanvasAccess
|
Represents some rubric criteria. More...
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. | |
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< RubricRating > | Ratings [get] |
The list of possible ratings. | |
bool? | IgnoreForScoring [get] |
Whether to ignore this criterion when calculating the total score. | |
Represents some rubric criteria.
|
inline |
Returns a pretty, formatted string representation of the object.
Implements UVACanvasAccess.Util.IPrettyPrint.