Condition_IsParentOfStudentAcademicAchievement
Description
Checks the selected talk subject child's latest academic achievement after validating that BaseObject is the child's parent and the opposite object is school staff at that child's school site.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | Parent candidate. The opposite object is the staff member. |
| CompareType | Equal, NotEqual, Greater, GreaterOrEqual, Less, LessOrEqual, InRange. |
| S1 | Grade to compare with. Valid values are F, C, B, A, and APlus. |
| S2 | Maximum grade for InRange. Valid values are F, C, B, A, and APlus. |
Notes
The selected child is read from the current TalkInstance runtime subject. If the subject is missing, not the BaseObject parent's child, or not an active student at the staff member's school site, this returns false.
Examples
| Description | BaseObject | Command | CompareType | S1 | S2 |
|---|---|---|---|---|---|
| Check selected child's grade is A or above | Self | IsParentOfStudentAcademicAchievement | GreaterOrEqual | A | |
| Check selected child's grade is A to A+ | Self | IsParentOfStudentAcademicAchievement | InRange | A | APlus |