UVACanvasAccess
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.
 

Properties

ulong AssignmentId [get]
 The assignment id. More...
 
string Title [get]
 The assignment title. More...
 
DateTime DueAt [get]
 The assignment's due date. More...
 
DateTime? UnlockAt [get]
 The date at which the assignment unlocks. More...
 
bool Muted [get]
 Whether the assignment is muted. More...
 
decimal PointsPossible [get]
 The maximum points possible for the assignment. More...
 
bool? NonDigitalSubmission [get]
 Whether the assignment is to be submitted non-digitally; i.e. on paper or outside of Canvas. More...
 
decimal? MaxScore [get]
 The maximum score any student has earned on this assignment. More...
 
decimal? MinScore [get]
 The minimum score any student has earned on this assignment. More...
 
decimal? FirstQuartile [get]
 The first quartile (Q1) score. More...
 
decimal? Median [get]
 The median score. More...
 
decimal? ThirdQuartile [get]
 The third quartile (Q3) score. More...
 
Tardiness TardinessBreakdown [get]
 A breakdown of on-time/lateness statuses for the assignment. More...
 

Detailed Description

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

Property Documentation

◆ AssignmentId

ulong UVACanvasAccess.Structures.Analytics.CourseAssignmentSummary.AssignmentId
get

The assignment id.

◆ DueAt

DateTime UVACanvasAccess.Structures.Analytics.CourseAssignmentSummary.DueAt
get

The assignment's due date.

◆ FirstQuartile

decimal? UVACanvasAccess.Structures.Analytics.CourseAssignmentSummary.FirstQuartile
get

The first quartile (Q1) score.

◆ MaxScore

decimal? UVACanvasAccess.Structures.Analytics.CourseAssignmentSummary.MaxScore
get

The maximum score any student has earned on this assignment.

◆ Median

decimal? UVACanvasAccess.Structures.Analytics.CourseAssignmentSummary.Median
get

The median score.

◆ MinScore

decimal? UVACanvasAccess.Structures.Analytics.CourseAssignmentSummary.MinScore
get

The minimum score any student has earned on this assignment.

◆ Muted

bool UVACanvasAccess.Structures.Analytics.CourseAssignmentSummary.Muted
get

Whether the assignment is muted.

◆ NonDigitalSubmission

bool? UVACanvasAccess.Structures.Analytics.CourseAssignmentSummary.NonDigitalSubmission
get

Whether the assignment is to be submitted non-digitally; i.e. on paper or outside of Canvas.

◆ PointsPossible

decimal UVACanvasAccess.Structures.Analytics.CourseAssignmentSummary.PointsPossible
get

The maximum points possible for the assignment.

◆ TardinessBreakdown

Tardiness UVACanvasAccess.Structures.Analytics.CourseAssignmentSummary.TardinessBreakdown
get

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

See also
Tardiness

◆ ThirdQuartile

decimal? UVACanvasAccess.Structures.Analytics.CourseAssignmentSummary.ThirdQuartile
get

The third quartile (Q3) score.

◆ Title

string UVACanvasAccess.Structures.Analytics.CourseAssignmentSummary.Title
get

The assignment title.

◆ UnlockAt

DateTime? UVACanvasAccess.Structures.Analytics.CourseAssignmentSummary.UnlockAt
get

The date at which the assignment unlocks.


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