All course offerings that are part of the student schedule should be submitted to WISEdata Portal.
Data Properties:
Click here to view all data properties under the /courseOffering endpoint:
Use Cases:
Click here to view all the use cases pertaining to the /courseOffering endpoint:
# | Use Case Title | Use Case Description | What to Submit/retrieve |
---|
1.0 | Sending a course that’s offered in multiple semesters | Schools generally create courses based on credit allocation. For example: Calculus is offered in both 1st and 2nd semesters in a school year, meaning a batch of students take this course in the first semester and get a credit at the end of the semester, and another batch of students take the course in the second semester and they get a credit at the end of this semester. In this case, courseOfferings should be created separately for both the semesters using 1st semester and 2nd semester descriptors respectively. Calculus is offered as an annual course, meaning a batch of students take the course throughout the entire year. The student receives a credit at the end of the year. In this case, one courseofferering should be created with the annual descriptor. So it depends on how credits are allocated, even though we do not collect credits.
If a course is a Career Technical Education, then submit the career cluster or pathway representing the career path of the course offered. Get the Career Pathway from the careerPathwayDescriptor. Prerequisite: To be able to submit the /courseOfferings endpoint, the /sessions endpoint should be submitted first (CourseOffering has session reference) | POST on /courseOfferings: courseReference: educationOrganizationId: 48856 courseCode: 12194 schoolReference schoolId: 7525 sessionReference schoolId: 7525 schoolYear: 2021 sessionName: Sessions-121941 localCourseCode: LCC-121941 localCourseTitl: LCT-121941 EXT: WI: careerPathways: careerPathwayDescriptor: uri://dpi.wi.gov/CareerPathwayDescriptor#4 |
---|
JSON Sample:
JSON sample for /courseOffering:
{
"courseReference": {
"educationOrganizationId": 48856,
"courseCode": "12194",
},
"schoolReference": {
"schoolId": 6,
},
"sessionReference": {
"schoolId": 6,
"schoolYear": 2020,
"sessionName": "Sessions-12194",
},
"localCourseCode": "LCC-12194",
"localCourseTitle": "LCT-12194",
"_ext": {
"Wi": {
"careerPathways": [
{
"careerPathwayDescriptor": "uri://dpi.wi.gov/CareerPathwayDescriptor#4"
},
{
"careerPathwayDescriptor": "uri://dpi.wi.gov/CareerPathwayDescriptor#2"
}
]
}
}
}
Add Comment