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

A summary of per-assignment statistical information for a course. More...

Inheritance diagram for UVACanvasAccess.Structures.Analytics.CourseAssignmentSummary:
Inheritance graph
[legend]
Collaboration diagram for UVACanvasAccess.Structures.Analytics.CourseAssignmentSummary:
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.
 
DateTime DueAt [get]
 The assignment's due date.
 
DateTime? UnlockAt [get]
 The date at which the assignment unlocks.
 
bool Muted [get]
 Whether the assignment is muted.
 
decimal PointsPossible [get]
 The maximum points possible for the assignment.
 
bool? NonDigitalSubmission [get]
 Whether the assignment is to be submitted non-digitally; i.e. on paper or outside of Canvas.
 
decimal? MaxScore [get]
 The maximum score any student has earned on this assignment.
 
decimal? MinScore [get]
 The minimum score any student has earned on this assignment.
 
decimal? FirstQuartile [get]
 The first quartile (Q1) score.
 
decimal? Median [get]
 The median score.
 
decimal? ThirdQuartile [get]
 The third quartile (Q3) score.
 
Tardiness TardinessBreakdown [get]
 A breakdown of on-time/lateness statuses for the assignment.
 

Detailed Description

A summary of per-assignment statistical information for a course.

Member Function Documentation

◆ ToPrettyString()

string UVACanvasAccess.Structures.Analytics.CourseAssignmentSummary.ToPrettyString ( )
inline

Returns a pretty, formatted string representation of the object.

Returns
The formatted string.

Implements UVACanvasAccess.Util.IPrettyPrint.

Property Documentation

◆ TardinessBreakdown

Tardiness UVACanvasAccess.Structures.Analytics.CourseAssignmentSummary.TardinessBreakdown
get

A breakdown of on-time/lateness statuses for the assignment.

See also
Tardiness

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