Millisecond Forums

Description of scale missing

https://forums.millisecond.com/Topic21641.aspx

By xxPsyWWUxx - 5/20/2017

Hey there,

I have a problem concerning the description of my scale, because the anchors (= gar nicht & = sehr) do not appear in the survey. 
I don't know what is wrong here, because I used to do it like that all the time and also in the same script and it always worked. 

I appreciate your help! Thanks you. 

<item ManipulationCheckitems>
/1= "Ich wurde ignoriert."
/2 = "Ich wurde ausgeschlossen."
</item>

<text ManipulationCheckitems>
/ size = (50%, 20%)
/items = ManipulationCheckitems
/ fontstyle = ("Arial", 2%)
/ txcolor = black
/position = (50, 40)
</text>

<likert ManipulationCheckitems>
/stimulustimes = [1 = ManipulationCheckitems]
/anchors = [1 = "gar nicht"; 5= "sehr"]
/ numpoints = 5
/position = (50, 50)
/mouse = true
/anchorwidth = 45px
/ fontstyle = ("Arial", 2%)
By Dave - 5/21/2017

xxPsyWWUxx - Sunday, May 21, 2017
Hey there,

I have a problem concerning the description of my scale, because the anchors (= gar nicht & = sehr) do not appear in the survey. 
I don't know what is wrong here, because I used to do it like that all the time and also in the same script and it always worked. 

I appreciate your help! Thanks you. 

<item ManipulationCheckitems>
/1= "Ich wurde ignoriert."
/2 = "Ich wurde ausgeschlossen."
</item>

<text ManipulationCheckitems>
/ size = (50%, 20%)
/items = ManipulationCheckitems
/ fontstyle = ("Arial", 2%)
/ txcolor = black
/position = (50, 40)
</text>

<likert ManipulationCheckitems>
/stimulustimes = [1 = ManipulationCheckitems]
/anchors = [1 = "gar nicht"; 5= "sehr"]
/ numpoints = 5
/position = (50, 50)
/mouse = true
/anchorwidth = 45px
/ fontstyle = ("Arial", 2%)

You don't see the anchors because you have sized and positioned your <text> element such that it covers / conceals the anchors:



If you make it smaller, such that it does not conceal the anchors, they'll show up just fine.
By xxPsyWWUxx - 5/22/2017

Dave - Monday, May 22, 2017
xxPsyWWUxx - Sunday, May 21, 2017
Hey there,

I have a problem concerning the description of my scale, because the anchors (= gar nicht & = sehr) do not appear in the survey. 
I don't know what is wrong here, because I used to do it like that all the time and also in the same script and it always worked. 

I appreciate your help! Thanks you. 

<item ManipulationCheckitems>
/1= "Ich wurde ignoriert."
/2 = "Ich wurde ausgeschlossen."
</item>

<text ManipulationCheckitems>
/ size = (50%, 20%)
/items = ManipulationCheckitems
/ fontstyle = ("Arial", 2%)
/ txcolor = black
/position = (50, 40)
</text>

<likert ManipulationCheckitems>
/stimulustimes = [1 = ManipulationCheckitems]
/anchors = [1 = "gar nicht"; 5= "sehr"]
/ numpoints = 5
/position = (50, 50)
/mouse = true
/anchorwidth = 45px
/ fontstyle = ("Arial", 2%)

You don't see the anchors because you have sized and positioned your <text> element such that it covers / conceals the anchors:



If you make it smaller, such that it does not conceal the anchors, they'll show up just fine.

Thank you so much, it worked!