StudentSectionMarks
StudentSectionMarks is based upon having a StoredGrade record for a class enrollment. By default, the only StoreCodes published are S1 and S2. To change which StoreCodes are published, the following property needs to be added the agent.cfg file, and the values of "S1,S2" replaced with the StoreCodes to publish:
<property name="studentsectionmarks.storecode" value="S1,S2" />
Element Mappings for StudentSectionMarks
PS Field Mapping | SIF Element/Attribute | Req. | Business Rules |
---|---|---|---|
| @RefId | M |
|
| @StudentPersonalRefId | M |
|
| @SectionInfoRefId | M |
|
| @TermInfoRefId | M |
|
| @SchoolInfoRefId | M |
|
| IsFinal | M | Hardcoded to True. |
| MarkList/Mark/@MarkInfoRefId | M |
|
StoredGrade.Percent | MarkList/Mark/Percentage | C | If the value is > 100, then 100 will be sent. If the value is < 0, then 0 will be sent. |
StoredGrade.Grade | MarkList/Mark/Letter | C |
|
GradeScaleItem.Description | MarkList/Mark/Narrative | C |
|