StudentSectionMarks
StudentSectionMarks records are published for each grade that is stored in the StoredGrades table that is associated with a class in which the student is enrolled.The agent defaults to publishing the S1 and S2 grades of a course. If a different storecode is needed for publishing, the following property can be added to the Agent.cfg file
<property name="studentsectionmarks.storecode" value="S1,S2"/>
The Oklahoma SMP provides publishing capabilities for the following data object and its elements:
Element/@Attribute | Source | Table | Column | Business Rules |
---|---|---|---|---|
@StudentPersonalRefId |
| |||
@SectionInfoRefId |
| |||
@TermInfoRefId |
| |||
@SchoolInfoRefId |
| |||
IsFinal |
|
|
|
|
MarkList/@MarkInfoRefId |
|
| The ID (GUID) that identifies a mark that was given for this student. | |
MarkList/Mark/Percentage | Database | StoredGrades | Percent |
|
MarkList/Mark/Numeric |
|
|
| Not published by the Oklahoma SMP. |
MarkList/Mark/Letter | Database | StoredGrades | Grade |
|
MarkList/Mark/Narrative | Database | GradeScaleItem | Description | Description of the Grade Scale associated with this grade. |
SIF_ExtendedElements/SIF_ExtendedElement[@Name=“TermGrade”] | This is the same value as the MarkInfoRefId above. |