UVACanvasAccess
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
UVACanvasAccess.Structures.Analytics.UserAssignmentData Class Reference

Assignment statistics for a single user and single assignment. More...

Inheritance diagram for UVACanvasAccess.Structures.Analytics.UserAssignmentData:
Inheritance graph
[legend]
Collaboration diagram for UVACanvasAccess.Structures.Analytics.UserAssignmentData:
Collaboration graph
[legend]

Public Member Functions

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

 

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.
 
UserAssignmentSubmissionDataSubmission [get]
 The student's score for this assignment, if it exists.
 

Detailed Description

Assignment statistics for a single user and single assignment.

Member Function Documentation

◆ ToPrettyString()

string UVACanvasAccess.Structures.Analytics.UserAssignmentData.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: