Group: Forum Members
Posts: 114,
Visits: 558
|
Hi, In the folllwing code if some accidently clicks on 'continue', 'C11' disappears. Is there a way for 'C11' to stay on screen.
I cant present it as 'caption', as it is a randomly selected text from a list of items.
Thanks
<block 9June> / trials = [1 = 9June] / screencolor = (0,134,139) / recorddata = true </block>
<surveypage 9June> / questions = [1= V11] / stimulusframes = [1= C11 ] / showquestionnumbers = false / showpagenumbers = false / fontstyle = ("Arial", 2.3%) / finishlabel="Continue" / nextbuttonposition = (45,70) / showbackbutton = true / backbuttonposition = (20, 70) </surveypage>
<text C11> / items = C11 / txbgcolor = (0,136,139) / fontstyle = ("Arial", 5%) / select = random / selectionrate = block / position = (20%,50%) / erase = false </text>
<item C11> /01="K" /02="P" /03="D" /04="T" /05="S" </item>
<dropdown V11> / options = ("m","n","o","p","q") / position = (22%, 49%) / fontstyle = ("Arial", 2%) / required = true </dropdown>
|