Progress information for a student's course.
Inheritance Hierarchy
ReturnTypes.StudentProgressData
Namespace: ReturnTypes
Assembly: WCFAPI (in WCFAPI.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
The StudentProgressData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | StudentProgressData | Initializes a new instance of the StudentProgressData class |
Properties
Name | Description | |
---|---|---|
![]() | ActualGrade |
The predicted grade based on the students percent completed and the time remaining in the course.
The start and target dates for the course must be set for this grade type to be computed.
|
![]() | CompletedAssignments |
Number of assignments completed by the student
|
![]() | CourseName |
Name of the course
|
![]() | OverallGrade |
The current grade of the student based on work completed
|
![]() | PercentByCount |
Percent of the way the student is through the course in terms of assignments
|
![]() | PercentByTime |
Percent of the way the student is through the course in terms of average time to complete assignments
|
![]() | PercentExpected |
The percent by time the student should be in the course based on the start and target dates.
|
![]() | ProgressDate |
The date and time that this progress was last updated
|
![]() | RelativeGrade |
The pessimistic grade of the student assuming no further progress is made
|
![]() | StudentBuildID |
Course ID
|
![]() | TotalAssignments |
Total assignments in the course
|
![]() | UserID |
ID of the student
|
See Also