Dashboard Course Progress information for a student's course
Inheritance Hierarchy
ReturnTypesStudentCourseProgressData
Namespace: ReturnTypes
Assembly: WCFAPI (in WCFAPI.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
The StudentCourseProgressData type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| StudentCourseProgressData | Initializes a new instance of the StudentCourseProgressData class |
Properties
| Name | Description | |
|---|---|---|
| ActualGrade |
Actual Grade
| |
| CourseName |
Name of the course
| |
| DaysSinceLastAction |
Number of days since the last action the student has taken in the course
| |
| ExternalSchoolCourseCode |
External School Course Code
| |
| ExternalSchoolId |
External Id of the school
| |
| ExternalStudentCourseCode |
External Student Course Code
| |
| ExternalUserId |
External Id of the student
| |
| FirstGradeDate |
First recorded grade date for the student in the course
| |
| FirstName |
First name of the student
| |
| LastGradeDate |
Most recent grade date for the student in the course
| |
| LastName |
Last name of the student
| |
| MasterBuildId |
Master Build Id (internal master course code)
| |
| OverallGrade |
Overall Grade
| |
| PercentByTime |
Percent By Time (progress)
| |
| PercentExpected |
Percent Expected
| |
| RelativeGrade |
Relative Grade
| |
| SchoolBuildId |
School Build Id (internal school course code)
| |
| SchoolId |
Id of the school
| |
| StartDate |
Student's start date in the course
| |
| StudentBuildId |
Student Build Id (internal student course code)
| |
| TargetDate |
Student's target completion date for the course
| |
| UserID |
Id of the student
|
See Also