Check Student Int Is Less Than
Checks if a student's integer variable is less than a specified value.
| 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 | |
max_value | The maximum value that the student's integer must be less than. | int | Yes |