Check Student Int Is Greater Than
Checks if a student's integer variable is greater 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 | |
min_value | The minimum value that the student's integer must be greater than. | int | Yes |