Condition_ExamRankCompare
Description
Compares the latest exam rank gap between BaseObject and the opposite script object. Rank 1 is the highest rank. Greater and GreaterOrEqual mean BaseObject is higher-ranked by the requested gap. Less and LessOrEqual mean BaseObject is lower-ranked by the gap.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The student compared against the opposite script object. |
| CompareType | Equal, NotEqual, Greater, GreaterOrEqual, Less, LessOrEqual. |
| F1 | Rank gap threshold. |
Notes
The opposite script object is resolved from ScriptContext by BaseObject and is not a table parameter.
Examples
| Description | BaseObject | Command | CompareType | F1 |
|---|---|---|---|---|
| Check if Self ranks above Target by 1+ | Self | ExamRankCompare | GreaterOrEqual | 1 |
| Check if Target ranks below Self by 1+ | Target | ExamRankCompare | LessOrEqual | 1 |
Back to Command FinderSearch and filter all 491 Script Condition documents