Reply To: Move to Next Stimulus on Keypress

Home Forums Support Move to Next Stimulus on Keypress Reply To: Move to Next Stimulus on Keypress

#2175
Erwin Haasnoot
Keymaster

Hi Tim,

A quick check in the source-code tells me that, although the config name is case-insensitive, the config value is not. See:

https://github.com/ErwinHaasnoot/QRTEngine/blob/master/lib/QRTEngine.js#L941

You need change all occurrences of ‘terminate’ to ‘TERMINATE’

Best regards,

Erwin