Represents a grade for a student on an activity
Inheritance Hierarchy
ReturnTypesStudentGrade
ReturnTypesStudentSectionGrade
Namespace: ReturnTypes
Assembly: WCFAPI (in WCFAPI.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
The StudentSectionGrade type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| StudentSectionGrade | Initializes a new instance of the StudentSectionGrade class |
Properties
| Name | Description | |
|---|---|---|
| Activity |
Name of the activity
(Inherited from StudentGrade.) | |
| CourseName |
Name of the course
(Inherited from StudentGrade.) | |
| EndTime |
Time the student submitted the activity
(Inherited from StudentGrade.) | |
| ExternalCourseCode |
External Code of the student's course
| |
| KeyStr |
An e2020 identifier for the activity
(Inherited from StudentGrade.) | |
| LessonName |
Name of the lesson
(Inherited from StudentGrade.) | |
| Score |
Score received
(Inherited from StudentGrade.) | |
| StartTime |
Time the student began the activity
(Inherited from StudentGrade.) | |
| Status |
Status of the activity
0: Passed
1: Failed
2: In Progress/Not submitted
3: Saved
(Inherited from StudentGrade.) | |
| StudentBuildID |
Course ID
(Inherited from StudentGrade.) | |
| TeacherComments |
Any comments on this activity by teachers
|
See Also