Skip to main content

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

ParameterDescription
BaseObjectParent candidate. The opposite object is the staff member.
CompareTypeEqual, NotEqual, Greater, GreaterOrEqual, Less, LessOrEqual, InRange.
S1Grade to compare with. Valid values are F, C, B, A, and APlus.
S2Maximum 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

DescriptionBaseObjectCommandCompareTypeS1S2
Check selected child's grade is A or aboveSelfIsParentOfStudentAcademicAchievementGreaterOrEqualA
Check selected child's grade is A to A+SelfIsParentOfStudentAcademicAchievementInRangeAAPlus