Check Student Int Is In Range
Checks if a student's integer variable falls within a specified range (inclusive).
| Device Type |
|---|
| Jupyter |
Variables:
| Variable Name | Variable Description | Type | Required? | Default |
|---|---|---|---|---|
variable_name | The name of the student's variable containing an integer. | str | Yes | |
min_value | The minimum allowed value (inclusive). | int | Yes | |
max_value | The maximum allowed value (inclusive). | int | Yes |