changes.mady.by.user Jaidaa Shafaei
Saved on May 01, 2023
Saved on Dec 16, 2024
...
#
Property Name
Data Type
Public (Required/ Optional/ Conditional)
Choice (Required/ Optional/ Conditional)
Business Definition
Data Element Page
1.0
gradingPeriodDescriptor
string
REQ'D
NOT REQ'D
The name of the period for which grades are reported.
https://dpi.wi.gov/wise/data-elements/gradingperioddescriptor
2.0
🆕 gradingPeriodName
The school's descriptive name of the grading period
3.0
periodSequence
integer
OPT
The sequential order of this period relative to other periods.
https://dpi.wi.gov/wise/data-elements/sequenceofcourse
34.0
schoolReference
45.0
schoolId
The identifier assigned to a school.
https://dpi.wi.gov/wise/data-elements/gradingperiodschoolid
56.0
schoolYearTypeReference
67.0
schoolYear
Key for School Year
https://dpi.wi.gov/wise/data-elements/school-year
78.0
beginDate
Month, day, and year of the first day of the GradingPeriod.
https://dpi.wi.gov/wise/data-elements/gradingperiodbeginandend
89.0
endDate
Month, day, and year of the last day of the GradingPeriod.
910.0
totalInstructionalDays
Total days available for educational instruction during the GradingPeriod.
https://dpi.wi.gov/wise/data-elements/gradingperiodtotalinstructionaldays
Use Case Title
Use Case Description
What to Submit/retrieve
Sending the grading period during the school year in which the grade is offered
To set up a student's schedule for a school year, SIS vendors need to submit gradingPeriods for the schedule using gradingPeriodDescriptor values.
To be able to submit the /courseOfferings endpoint, the /gradingPeriods (and the /sessions endpoint) should be submitted.
POST on / gradingPeriod: schoolReference: schoolId: 7525 schoolYearTypeReference: schoolYear: 2021 gradingPeriodDescriptor: uri://dpi.wi.gov/GradingPeriodDescriptor#07 periodSequence: 1 beginDate: 2020-07-03 totalInstructionalDays: 150 endDate: 2021-06-05
{ "schoolReference": { "schoolId": 7525 }, "schoolYearTypeReference": { "schoolYear": 2021 }, "gradingPeriodDescriptor": "uri://dpi.wi.gov/GradingPeriodDescriptor#07", "periodSequence": 1, "beginDate": "2020-07-03", "totalInstructionalDays": "150", "endDate": "2021-06-05" }