Skip to main content

Check Student Int Is In Range

Checks if a student's integer variable falls within a specified range (inclusive).

Device Type
Jupyter

Variables:

Variable NameVariable DescriptionTypeRequired?Default
variable_nameThe name of the student's variable containing an integer.strYes
min_valueThe minimum allowed value (inclusive).intYes
max_valueThe maximum allowed value (inclusive).intYes

Examples: