Group: Forum Members
Posts: 5,
Visits: 21
|
I have worked this out. You need to declare the missing letter boxes at the front and you can then tab through them.
My difficulty now is that although the response to this filling-in-the-blanks task is via the keyboard, you seem to have to use the mouse to signal completion.
Example code: ------------------- <caption c1> / fontstyle = ("Arial", 3%, false, false, false, false, 5, 1) /caption= "SP" /position = (25,25) </caption> <textbox b1> /caption= "" / responsefontstyle = ("Arial", 3%, false, false, true, false, 5, 1) /position = (25+3,25) /textboxsize = (2,3) / maxchars = 1 /required = true </textbox> <caption c2> / fontstyle = ("Arial", 3%, false, false, false, false, 5, 1) /caption= "T" /position = (25+5,25) </caption> <textbox b2> /caption= "" / fontstyle = ("Arial", 3%, false, false, false, false, 5, 1) /position = (25+6.5,25) /textboxsize = (2,3) / maxchars = 1 /required = true </textbox> <surveypage SCT1> /questions = [ 1 = b1,b2, c1, c2] / timeout = 100000 /showpagenumbers = false / showbackbutton=false / nextbuttonposition = (30,30) / showmousecursor = false </surveypage> <survey SentenceCompletionTask> / pages = [ 1 = SCT1] / showbackbutton=false / nextbuttonposition = (30,30) / showmousecursor = false </survey> <expt > /blocks = [1 = SentenceCompletionTask] </expt>
|