Missed Demonstrations ΒΆ
The number of missed demonstrations for a given student+skill is calculated as follows:
- If any override is logged for the given student+skill, 0 missed demonstrations are reported, regardless of any missed demonstrations that may have been logged before the override.
- Count the number of missed demonstrations logged. Missed demonstrations are stored like normal demonstrations but with
DemonstratedLevel
equal to the special value0
. - If any demonstrations are logged for the given skill where
DemonstratedLevel
does not equal0
, even those belowTargetLevel
, these are subtracted from the number of demonstrations required for the given skill to obtain the remaining number of demonstrations required. - If there are more missed demonstrations logged than the number produced by step #3, the lesser number is reported.