Check Student String Contains Substring
Validates that a student's string variable contains a given substring.
| Device Type |
|---|
| Jupyter |
Variables:
| Variable Name | Variable Description | Type | Required? | Default |
|---|---|---|---|---|
variable_name | The name of the student's string variable. | str | Yes | |
substring | The substring that must appear in the student's string. | str | Yes |