I am trying to create a self checking table where students type a word or letter to identify male or female words for a spanish class. What should I use?
The text input doesn’t have the correct:
sink so you’ll need to get creative.
I thought of:
- dragging words on a graph to left or right labeled columns
- card sort
String matching for correctness checks is super error-prone for false negatives due to extra spaces or misspellings or whatever student errors.
I also suggest using @SandiG’s suggestions. A card sort would be the easiest to set up, but we could help you with the first option as well. Feel free to share a more specific example as it can be helpful for us to see what you envision.
1 Like