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

Properties

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

Detailed Description

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

Property Documentation

◆ Id

ulong UVACanvasAccess.Structures.Analytics.CourseStudentSummary.Id
get

The student id.

◆ MaxPageViews

uint? UVACanvasAccess.Structures.Analytics.CourseStudentSummary.MaxPageViews
get

The amount of total page views by any student in the course.

◆ MaxParticipations

uint? UVACanvasAccess.Structures.Analytics.CourseStudentSummary.MaxParticipations
get

The amount of total participations by any student in the course.

◆ PageViews

uint UVACanvasAccess.Structures.Analytics.CourseStudentSummary.PageViews
get

The amount of total page views by the student in the course.

◆ PageViewsLevel

uint? UVACanvasAccess.Structures.Analytics.CourseStudentSummary.PageViewsLevel
get

The relative 'level' of page views for the student.

◆ Participations

uint UVACanvasAccess.Structures.Analytics.CourseStudentSummary.Participations
get

The amount of total participations by the student in the course.

◆ ParticipationsLevel

uint? UVACanvasAccess.Structures.Analytics.CourseStudentSummary.ParticipationsLevel
get

The relative 'level' of participations for the student.

◆ 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: