I want to allow for some leeway, so guessing a few years either side of the correct answers will be accepted, but I wasn't quite sure how to implement that? i.e. I'm not too sure of how to select what will be accepted as type-ins and I don't think I want to have it so that entering, for example, "1597" will be counted as wrong! Is there a way I can set it so that it counts certain years within a particular range as incorrect?
I'm hoping that the quiz will end up being something like this one.
Hopefully this makes some kind of sense. Thanks for any help!
I would probably do something like ^1[1-9]+ for the whammies and adding the leeway years as type-ins.
^(1890|1891|1892|1893|1894|1895)
or
^189[0-5]
AI can help with this. Funny enough, AI couldn't do this until about 1 year ago. So it might still make mistakes.