Progress information for a student's course.
Inheritance Hierarchy
ReturnTypes.ApiResults
ReturnTypes.StudentSectionDataResult
Namespace: ReturnTypes
Assembly: WCFAPI (in WCFAPI.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
The StudentSectionDataResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | StudentSectionDataResult | Initializes a new instance of the StudentSectionDataResult 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.
|
![]() | CourseName |
Name of the course
|
![]() | ErrorDescription |
Description of any errors
(Inherited from ApiResults.) |
![]() | ExternalUserID |
External ID of the student
|
![]() | 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 |
Edgenuity Course ID
|
![]() | StudentSectionExternalID |
Course External ID
|
![]() | UserID |
Edgenuity ID of the student
|
![]() | WasSuccessful |
Was the operation successful
(Inherited from ApiResults.) |
See Also