[open] getting keyboard_response to accept double digit responses
as the title says, i'm trying to get the keyboard_response function to accept 2 digits rather than skipping forward after a single key press. Probably not a complex question... any advice?
Comments
This is generally not something you can do with a keyboard response (unless you put two of them directly after eachother, but I have the feeling this is not what you would want). You can do two things:
1) Use the
form_text_inputplugin, which allows users to type their response in.2) Use a bit of inline scripting, like the snippet below (replace your
keyboard_responsewith aninline_scriptand put the code in its Run Phase to test it).