issue with surveypage and radiobuttons


Author
Message
Kate61
Kate61
Esteemed Member (2.2K reputation)Esteemed Member (2.2K reputation)Esteemed Member (2.2K reputation)Esteemed Member (2.2K reputation)Esteemed Member (2.2K reputation)Esteemed Member (2.2K reputation)Esteemed Member (2.2K reputation)Esteemed Member (2.2K reputation)Esteemed Member (2.2K reputation)
Group: Forum Members
Posts: 29, Visits: 56
Hi, I'm experiencing an issue here with the following code. It seems that the SE block and the SDO block are exactly the same in terms of structure, but only the SDO block runs as intended. For the SE block, however, when I scroll down the page, only items move but the radio buttons don't move at all. And the "continue" button is not showing up. Anyone knows why? (the SDO block used to have the same issue and I have no idea how I fixed it...)

Thanks!

Code pasted here:

<defaults>
/ font = ("Arial", -21, 400, 0, 34)
/ txbgcolor = (0, 0, 0) / screencolor = (0, 0, 0)
/ pretrialpause = 0 / posttrialpause = 150 </defaults>

************
Self-esteem Scale
************

<block SE>
/preinstructions = (startselfesteem)
/trials = [1 = SE_Q]
</block>

<page startselfesteem>
In this section, you will be asked to indicate how much you agree with some items.
Please record the appropriate answer for each item, depending on whether you strongly disagree, disagree, agree, or strongly agree with it. ^^
Please press SPACE to continue.
</page>

<surveypage SE_Q>
/ fontstyle = ("Arial", 2.5%, false, false, false, false, 5, 1)
/subcaptionfontstyle = ("Arial", 2.5%, false, false, false, false, 5, 1)
/itemfontstyle = ("Arial", 2.5%, false, false, false, false, 5, 1)
/responsefontstyle = ("Arial", 2.5%, false, false, false, false, 5, 1)
/questions = [1-10 = random(SE1,SE2,SE3,SE4,SE5,SE6,SE7,SE8,SE9,SE10)]
/ txcolor = white
/showpagenumbers = false
/showquestionnumbers = false
</surveypage>


<radiobuttons SE1>
/caption = "On the whole, I am satisfied with myself."
/ options = ("Strongly disagree", "Disagree", "Agree","Strongly agree")
/orientation = horizontalequal
/required = true
</radiobuttons>

<radiobuttons SE2>
/caption = "At times I think I am no good at all."
/ options = ("Strongly disagree", "Disagree", "Agree","Strongly agree")
/orientation = horizontalequal
/required = true
</radiobuttons>

<radiobuttons SE3>
/caption = "I feel that I have a number of good qualities."
/ options = ("Strongly disagree", "Disagree", "Agree","Strongly agree")
/orientation = horizontalequal
/required = true
</radiobuttons>

<radiobuttons SE4>
/caption = "I am able to do things as well as most other people. "
/ options = ("Strongly disagree", "Disagree", "Agree","Strongly agree")
/orientation = horizontalequal
/required = true
</radiobuttons>

<radiobuttons SE5>
/caption = "I feel I do not have much to be proud of."
/ options = ("Strongly disagree", "Disagree", "Agree","Strongly agree")
/orientation = horizontalequal
/required = true
</radiobuttons>

<radiobuttons SE6>
/caption = "I certainly feel useless at times."
/ options = ("Strongly disagree", "Disagree", "Agree","Strongly agree")
/orientation = horizontalequal
/required = true
</radiobuttons>

<radiobuttons SE7>
/caption = "I feel that I'm a person of worth."
/ options = ("Strongly disagree", "Disagree", "Agree","Strongly agree")
/orientation = horizontalequal
/required = true
</radiobuttons>

<radiobuttons SE8>
/caption = "I wish I could have more respect for myself."
/ options = ("Strongly disagree", "Disagree", "Agree","Strongly agree")
/orientation = horizontalequal
/required = true
</radiobuttons>

<radiobuttons SE9>
/caption = "All in all, I am inclined to think that I am a failure."
/ options = ("Strongly disagree", "Disagree", "Agree","Strongly agree")
/orientation = horizontalequal
/required = true
</radiobuttons>

<radiobuttons SE10>
/caption = "I take a positive attitude toward myself."
/ options = ("Strongly disagree", "Disagree", "Agree","Strongly agree")
/orientation = horizontalequal
/required = true
</radiobuttons>

************
SDO Scale
************

<block SDO>
/preinstructions = (startSDO)
/trials = [1 = SDO_Q]
</block>

<page startSDO>
In this section, you will be asked to indicate how your attitudes towards some items.
Please record the appropriate answer for each item, depending on whether you think the items are negative or positive, using a scale of very negative (1) to very positive (7). ^^
Please press SPACE to continue.
</page>


<surveypage SDO_Q>
/ fontstyle = ("Arial", 2.5%, false, false, false, false, 5, 1)
/subcaptionfontstyle = ("Arial", 2.5%, false, false, false, false, 5, 1)
/itemfontstyle = ("Arial", 2.5%, false, false, false, false, 5, 1)
/responsefontstyle = ("Arial", 2.5%, false, false, false, false, 5, 1)
/questions = [1-14 = random(SDO1,SDO2,SDO3,SDO4,SDO5,SDO6,SDO7,SDO8,SDO9,SDO10,SDO11,SDO12,SDO13,SDO14)]
/ txcolor = white
/showpagenumbers = false
/showquestionnumbers = false
</surveypage>



<radiobuttons SDO1>
/caption = "Some groups of people are simply not the equals of others."
/ options = ("1 Very negative", "2  ", "3  ","4 Neutral" ,"5  ","6  ","7 Very positive")
/orientation = horizontalequal
/required = true
</radiobuttons>

<radiobuttons SDO2>
/caption = "Some people are just more worthy than others."
/ options = ("1 Very negative", "2  ", "3  ","4 Neutral" ,"5  ","6  ","7 Very positive")
/orientation = horizontalequal
/required = true
</radiobuttons>

<radiobuttons SDO3>
/caption = "This country would be better off if we cared less about how equal all people were."
/ options = ("1 Very negative", "2  ", "3  ","4 Neutral" ,"5  ","6  ","7 Very positive")
/orientation = horizontalequal
/required = true
</radiobuttons>

<radiobuttons SDO4>
/caption = "Some people are just more deserving than others."
/ options = ("1 Very negative", "2  ", "3  ","4 Neutral" ,"5  ","6  ","7 Very positive")
/orientation = horizontalequal
/required = true
</radiobuttons>

<radiobuttons SDO5>
/caption = "It is not a problem if some people have more of a chance in life than others."
/ options = ("1 Very negative", "2  ", "3  ","4 Neutral" ,"5  ","6  ","7 Very positive")
/orientation = horizontalequal
/required = true
</radiobuttons>

<radiobuttons SDO6>
/caption = "Some people are just inferior to others."
/ options = ("1 Very negative", "2  ", "3  ","4 Neutral" ,"5  ","6  ","7 Very positive")
/orientation = horizontalequal
/required = true
</radiobuttons>

<radiobuttons SDO7>
/caption = "To get ahead in life, it is sometimes necessary to step on others."
/ options = ("1 Very negative", "2  ", "3  ","4 Neutral" ,"5  ","6  ","7 Very positive")
/orientation = horizontalequal
/required = true
</radiobuttons>

<radiobuttons SDO8>
/caption = "Increased economic equality."
/ options = ("1 Very negative", "2  ", "3  ","4 Neutral" ,"5  ","6  ","7 Very positive")
/orientation = horizontalequal
/required = true
</radiobuttons>

<radiobuttons SDO9>
/caption = "Increased social equality."
/ options = ("1 Very negative", "2  ", "3  ","4 Neutral" ,"5  ","6  ","7 Very positive")
/orientation = horizontalequal
/required = true
</radiobuttons>

<radiobuttons SDO10>
/caption = "Equality."
/ options = ("1 Very negative", "2  ", "3  ","4 Neutral" ,"5  ","6  ","7 Very positive")
/orientation = horizontalequal
/required = true
</radiobuttons>

<radiobuttons SDO11>
/caption = "If people were treated more equally we would have fewer problems in this country."
/ options = ("1 Very negative", "2  ", "3  ","4 Neutral" ,"5  ","6  ","7 Very positive")
/orientation = horizontalequal
/required = true
</radiobuttons>

<radiobuttons SDO12>
/caption = "In an ideal world, all nations would be equal."
/ options = ("1 Very negative", "2  ", "3  ","4 Neutral" ,"5  ","6  ","7 Very positive")
/orientation = horizontalequal
/required = true
</radiobuttons>

<radiobuttons SDO13>
/caption = "All humans should be treated equally"
/ options = ("1 Very negative", "2  ", "3  ","4 Neutral" ,"5  ","6  ","7 Very positive")
/orientation = horizontalequal
/required = true
</radiobuttons>

<radiobuttons SDO14>
/caption = "It is important that we treat other countries as equals."
/ options = ("1 Very negative", "2  ", "3  ","4 Neutral" ,"5  ","6  ","7 Very positive")
/orientation = horizontalequal
/required = true
</radiobuttons>



GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Kate61 - 7 Years Ago
Dave - 7 Years Ago
Kate61 - 7 Years Ago
Kate61 - 7 Years Ago
                     + x [quote] [b] Kate61 - Tuesday, October 30, 2018 [/b]...
Dave - 7 Years Ago
                         + x [quote] [b] Dave - Tuesday, October 30, 2018 [/b]...
Kate61 - 7 Years Ago
                             + x [quote] [b] Kate61 - Tuesday, October 30, 2018 [/b]...
Dave - 7 Years Ago
                                 + x [quote] [b] Dave - Tuesday, October 30, 2018 [/b]...
Kate61 - 7 Years Ago
                                     + x [quote] [b] Kate61 - Tuesday, October 30, 2018 [/b]...
Dave - 7 Years Ago
                                         + x [quote] [b] Dave - Tuesday, October 30, 2018 [/b]...
Kate61 - 7 Years Ago

Reading This Topic

Explore
Messages
Mentions
Search