UVACanvasAccess
|
Assignment statistics for a single user and single assignment. More...
Public Member Functions | |
string | ToPrettyString () |
Returns a pretty, formatted string representation of the object.
| |
Properties | |
ulong | AssignmentId [get] |
The assignment id. | |
string | Title [get] |
The assignment title. | |
uint? | PointsPossible [get] |
The maximum points possible for the assignment. | |
DateTime? | DueAt [get] |
When the assignment is due. | |
DateTime? | UnlockAt [get] |
When the assignment unlocks. | |
bool? | Muted [get] |
Whether the assignment is muted. | |
uint? | MinScore [get] |
The minimum score ever earned by any student for this assignment. | |
uint? | MaxScore [get] |
The maximum score ever earned by any student for this assignment. | |
uint? | Median [get] |
The median score. | |
uint? | FirstQuartile [get] |
The Q1 score. | |
uint? | ThirdQuartile [get] |
The Q3 score. | |
IEnumerable< ulong > | ModuleIds [get] |
Module ids. | |
UserAssignmentSubmissionData? | Submission [get] |
The student's score for this assignment, if it exists. | |
Assignment statistics for a single user and single assignment.
|
inline |
Returns a pretty, formatted string representation of the object.
Implements UVACanvasAccess.Util.IPrettyPrint.