Data about a student's course in Edgenuity
Inheritance Hierarchy
ReturnTypes.StudentCourseData
Namespace: ReturnTypes
Assembly: WCFAPI (in WCFAPI.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
The StudentCourseData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | StudentCourseData | Initializes a new instance of the StudentCourseData class |
Properties
Name | Description | |
---|---|---|
![]() | AssignedDate |
What date was this course first assigned to the student?
|
![]() | Completed |
Has the course been marked completed for the student?
|
![]() | CurrentOrder |
Where in the course is the student? (COMPLETED means the student has completed all assignments)
|
![]() | Enabled |
Is the course enabled for the student?
|
![]() | LastActivity |
When did the student last take action in this course? If null, there has been no activity on this course
|
![]() | SchoolBuildExtID |
External ID of school level course (parent of student course)
|
![]() | SchoolBuildID |
Edgenuity School Level Course ID (parent of student course)
|
![]() | StartingDate |
What is the starting date for this course for this student?
|
![]() | StudentBuildExtID |
External ID of student's course
|
![]() | StudentBuildID |
Edgenuity Student Course ID
|
![]() | TargetDate |
When is the target completion date for this course for this student?
|
See Also