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

Properties

ulong AssignmentId [get]
 The assignment id. More...
 
string Title [get]
 The assignment title. More...
 
uint? PointsPossible [get]
 The maximum points possible for the assignment. More...
 
DateTime? DueAt [get]
 When the assignment is due. More...
 
DateTime? UnlockAt [get]
 When the assignment unlocks. More...
 
bool? Muted [get]
 Whether the assignment is muted. More...
 
uint? MinScore [get]
 The minimum score ever earned by any student for this assignment. More...
 
uint? MaxScore [get]
 The maximum score ever earned by any student for this assignment. More...
 
uint? Median [get]
 The median score. More...
 
uint? FirstQuartile [get]
 The Q1 score. More...
 
uint? ThirdQuartile [get]
 The Q3 score. More...
 
IEnumerable< ulong > ModuleIds [get]
 Module ids. More...
 
UserAssignmentSubmissionDataSubmission [get]
 The student's score for this assignment, if it exists. More...
 

Detailed Description

Assignment statistics for a single user and single assignment.

Property Documentation

◆ AssignmentId

ulong UVACanvasAccess.Structures.Analytics.UserAssignmentData.AssignmentId
get

The assignment id.

◆ DueAt

DateTime? UVACanvasAccess.Structures.Analytics.UserAssignmentData.DueAt
get

When the assignment is due.

◆ FirstQuartile

uint? UVACanvasAccess.Structures.Analytics.UserAssignmentData.FirstQuartile
get

The Q1 score.

◆ MaxScore

uint? UVACanvasAccess.Structures.Analytics.UserAssignmentData.MaxScore
get

The maximum score ever earned by any student for this assignment.

◆ Median

uint? UVACanvasAccess.Structures.Analytics.UserAssignmentData.Median
get

The median score.

◆ MinScore

uint? UVACanvasAccess.Structures.Analytics.UserAssignmentData.MinScore
get

The minimum score ever earned by any student for this assignment.

◆ ModuleIds

IEnumerable<ulong> UVACanvasAccess.Structures.Analytics.UserAssignmentData.ModuleIds
get

Module ids.

◆ Muted

bool? UVACanvasAccess.Structures.Analytics.UserAssignmentData.Muted
get

Whether the assignment is muted.

◆ PointsPossible

uint? UVACanvasAccess.Structures.Analytics.UserAssignmentData.PointsPossible
get

The maximum points possible for the assignment.

◆ Submission

UserAssignmentSubmissionData? UVACanvasAccess.Structures.Analytics.UserAssignmentData.Submission
get

The student's score for this assignment, if it exists.

◆ ThirdQuartile

uint? UVACanvasAccess.Structures.Analytics.UserAssignmentData.ThirdQuartile
get

The Q3 score.

◆ Title

string UVACanvasAccess.Structures.Analytics.UserAssignmentData.Title
get

The assignment title.

◆ UnlockAt

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

When the assignment unlocks.


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