StudentSectionDataResult ClassA Sandcastle Documented Class Library
Progress information for a student's course.
Inheritance Hierarchy

System.Object
  ReturnTypes.ApiResults
    ReturnTypes.StudentSectionDataResult

Namespace: ReturnTypes
Assembly: WCFAPI (in WCFAPI.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax

public class StudentSectionDataResult : ApiResults

The StudentSectionDataResult type exposes the following members.

Constructors

  NameDescription
Public methodStudentSectionDataResult
Initializes a new instance of the StudentSectionDataResult class
Top
Properties

  NameDescription
Public propertyActualGrade
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.
Public propertyCourseName
Name of the course
Public propertyErrorDescription
Description of any errors
(Inherited from ApiResults.)
Public propertyExternalUserID
External ID of the student
Public propertyOverallGrade
The current grade of the student based on work completed
Public propertyPercentByCount
Percent of the way the student is through the course in terms of assignments
Public propertyPercentByTime
Percent of the way the student is through the course in terms of average time to complete assignments
Public propertyPercentExpected
The percent by time the student should be in the course based on the start and target dates.
Public propertyProgressDate
The date and time that this progress was last updated
Public propertyRelativeGrade
The pessimistic grade of the student assuming no further progress is made
Public propertyStudentBuildID
Edgenuity Course ID
Public propertyStudentSectionExternalID
Course External ID
Public propertyUserID
Edgenuity ID of the student
Public propertyWasSuccessful
Was the operation successful
(Inherited from ApiResults.)
Top
See Also

Reference