abhi
|
|
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>
|
|
|
abhi
|
|
Group: Forum Members
Posts: 114,
Visits: 558
|
+xHi, 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> Hi, Something like this ( https://www.millisecond.com/forums/Topic15229.aspx#bm15230)Only difference is with text (not image). Thanks
|
|
|
Dave
|
|
Group: Administrators
Posts: 13K,
Visits: 104K
|
+x+xHi, 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> Hi, Something like this ( https://www.millisecond.com/forums/Topic15229.aspx#bm15230)Only difference is with text (not image). Thanks Use a <caption> element displayed via the surveypage's /questions, instead of a <text> element displayed via /stimulusframes. The rest would be identical to the example you linked.
|
|
|
abhi
|
|
Group: Forum Members
Posts: 114,
Visits: 558
|
+x+x+xHi, 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> Hi, Something like this ( https://www.millisecond.com/forums/Topic15229.aspx#bm15230)Only difference is with text (not image). Thanks Use a <caption> element displayed via the surveypage's /questions, instead of a <text> element displayed via /stimulusframes. The rest would be identical to the example you linked. Thanks for the reply. But can caption show 'text' from a list of items in a random way?
|
|
|
Dave
|
|
Group: Administrators
Posts: 13K,
Visits: 104K
|
+x+x+x+xHi, 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> Hi, Something like this ( https://www.millisecond.com/forums/Topic15229.aspx#bm15230)Only difference is with text (not image). Thanks Use a <caption> element displayed via the surveypage's /questions, instead of a <text> element displayed via /stimulusframes. The rest would be identical to the example you linked. Thanks for the reply. But can caption show 'text' from a list of items in a random way? Yes, in the exact same way the example you linked does with an <image> showing the randomly selected item from an off-screen <picture> element. That is: Smply take the example, replace the <picture> element with a <text> element, replace the <image> element with a <caption> element.
|
|
|
abhi
|
|
Group: Forum Members
Posts: 114,
Visits: 558
|
+x+x+x+x+xHi, 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> Hi, Something like this ( https://www.millisecond.com/forums/Topic15229.aspx#bm15230)Only difference is with text (not image). Thanks Use a <caption> element displayed via the surveypage's /questions, instead of a <text> element displayed via /stimulusframes. The rest would be identical to the example you linked. Thanks for the reply. But can caption show 'text' from a list of items in a random way? Yes, in the exact same way the example you linked does with an <image> showing the randomly selected item from an off-screen <picture> element. That is: Smply take the example, replace the <picture> element with a <text> element, replace the <image> element with a <caption> element. Works Fine. Thanks a lot.
|
|
|