This service is for dealing with assigning sections to students.
Inheritance Hierarchy
WCFAPISections
Namespace: WCFAPI
Assembly: WCFAPI (in WCFAPI.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
The Sections type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Sections | Initializes a new instance of the Sections class |
Methods
| Name | Description | |
|---|---|---|
| CreateSection |
Create a new section from a base course
| |
| EnrollUserInSection |
Enroll a user in a section. If the user is a teacher, it will mark that teacher as the teacher of record for this course.
| |
| GetGradeDetailForSection |
Gets the individual activity grade records for a student's section for a given time period (max:7 days)
| |
| GetGradeForSection |
Get grade and progress data for a student's section
| |
| UpdateSectionCodeInSchool |
This will update the external course code for a course within a school.
|
See Also