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

System.Object
  ReturnTypes.StudentProgressData

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

public class StudentProgressData

The StudentProgressData type exposes the following members.

Constructors

  NameDescription
Public methodStudentProgressData
Initializes a new instance of the StudentProgressData 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 propertyCompletedAssignments
Number of assignments completed by the student
Public propertyCourseName
Name of the course
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
Course ID
Public propertyTotalAssignments
Total assignments in the course
Public propertyUserID
ID of the student
Top
See Also

Reference