About question attribute in surveypage


Author
Message
abhi
abhi
Guru (7.3K reputation)Guru (7.3K reputation)Guru (7.3K reputation)Guru (7.3K reputation)Guru (7.3K reputation)Guru (7.3K reputation)Guru (7.3K reputation)Guru (7.3K reputation)Guru (7.3K reputation)
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
abhi
Guru (7.3K reputation)Guru (7.3K reputation)Guru (7.3K reputation)Guru (7.3K reputation)Guru (7.3K reputation)Guru (7.3K reputation)Guru (7.3K reputation)Guru (7.3K reputation)Guru (7.3K reputation)
Group: Forum Members
Posts: 114, Visits: 558
abhi - 6/9/2019
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>

Hi,
Something like this (https://www.millisecond.com/forums/Topic15229.aspx#bm15230)
Only difference is with text (not image).
Thanks



Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
abhi - 6/9/2019
abhi - 6/9/2019
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>

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
abhi
Guru (7.3K reputation)Guru (7.3K reputation)Guru (7.3K reputation)Guru (7.3K reputation)Guru (7.3K reputation)Guru (7.3K reputation)Guru (7.3K reputation)Guru (7.3K reputation)Guru (7.3K reputation)
Group: Forum Members
Posts: 114, Visits: 558
Dave - 6/10/2019
abhi - 6/9/2019
abhi - 6/9/2019
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>

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
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
abhi - 6/10/2019
Dave - 6/10/2019
abhi - 6/9/2019
abhi - 6/9/2019
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>

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
abhi
Guru (7.3K reputation)Guru (7.3K reputation)Guru (7.3K reputation)Guru (7.3K reputation)Guru (7.3K reputation)Guru (7.3K reputation)Guru (7.3K reputation)Guru (7.3K reputation)Guru (7.3K reputation)
Group: Forum Members
Posts: 114, Visits: 558
Dave - 6/10/2019
abhi - 6/10/2019
Dave - 6/10/2019
abhi - 6/9/2019
abhi - 6/9/2019
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>

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.

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search