Check if text-box is empty

Is there a good way to know if a student has typed anything in a text box?

Try isBlank(input.content)

1 Like