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

A summary of per-user participation information for a course. More...

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

Public Member Functions

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

 

Properties

ulong Id [get]
 The student id.
 
uint PageViews [get]
 The amount of total page views by the student in the course.
 
uint? MaxPageViews [get]
 The amount of total page views by any student in the course.
 
uint? PageViewsLevel [get]
 The relative 'level' of page views for the student.
 
uint Participations [get]
 The amount of total participations by the student in the course.
 
uint? MaxParticipations [get]
 The amount of total participations by any student in the course.
 
uint? ParticipationsLevel [get]
 The relative 'level' of participations for the student.
 
Tardiness TardinessBreakdown [get]
 A breakdown of on-time/lateness statuses for the student.
 

Detailed Description

A summary of per-user participation information for a course.

Member Function Documentation

◆ ToPrettyString()

string UVACanvasAccess.Structures.Analytics.CourseStudentSummary.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.CourseStudentSummary.TardinessBreakdown
get

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

See also
Tardiness

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