By 中风的少女 - 11/6/2015
Hi! I want to make the valid response as number arrange from 0 to 100. How could I code that? I tried that validresponse=("0","1","2", ....,"9") , however, it will jump to next section when I just typed one key. Since something like "100" or "10" is not valid setting, what should I do ? Need help!! thank you sooo much~~
|
By Dave - 11/8/2015
A <trial> element generally collects a single key press. If you want longer responses to be typed, you should use <openended> elements instead.
|
|