Group: Forum Members
Posts: 9,
Visits: 61
|
Hello again, I have a likert with anchors 1-4 and I would like to design it such that as soon as a keyboard input (number) is entered, it takes that as a response and moves on. In the current scenario I have to hit "enter" in order to "select" the entry as a response. Thanks for the help.
<likert rateimage> / anchors = [1 ="Weak"; 2="Light"; 3="Moderate"; 4="Strong"] / stimulustimes = [0 = ratequestion; 2000 = warning ] / beginresponsetime = 0 / mouse=true / numpoints=4 / position= (50%, 40%) / timeout = values.maxsurveytime / inputdevice = keyboard / ontrialend = [ values.response1= likert.rateimage.selectedcount ] //would like to get the currently highlighted number here. </likert>
|