Millisecond Forums

back button in surveypage

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

By IR - 7/14/2014

Hello,

I would like my participants to be able to go back and forth in a questionnaire with multiple pages. I thought that it would be pretty straightforward by setting /showbackbutton =true in a surveypage. But I cannot figure out why it is not working. Below please find the script.

Thank you in advance for your help.

IR





*** Window ***

<defaults>
/ windowsize = (85%, 85%)
</defaults>
******************


<surveypage quest_p1>
/ questions=[1=v1; 2=v2; 3=v3; 4=v4; 5=v5; 6=v6; 7=v7; 8=v8; 9=v9; 10=cq1; 11=q1; 12=cq2; 13=q2;14=cq3; 15=q3; 16=cq4; 17=q4;18=cq5; 19=q5; 20=cq6; 21=q6; 22=cq7; 23=q7]
/ showpagenumbers = false
/ backbuttonposition = (70%,90%)
/ showbackbutton = true
/ backlabel = "Back"
/ finishlabel = "Next"
/ nextbuttonposition = (75%, 90%)
</surveypage>

<surveypage quest_p2>
/ questions=[1=v1; 2=v2; 3=v3; 4=v4; 5=v5; 6=v6; 7=v7; 8=v8; 9=v9; 10=cq8; 11=q8; 12=cq9; 13=q9;14=cq10; 15=q10; 16=cq11; 17=q11;18=cq12; 19=q12; 20=cq13; 21=q13; 22=cq14; 23=q14]
/ showpagenumbers = false
/ backbuttonposition = (50%,90%)
/ showbackbutton = true
/ backlabel = "Back"
/ finishlabel = "Next"
/ nextbuttonposition = (75%, 90%)
</surveypage>
**********SVS***************************
*** Captions for SVS ***

<caption v1>
/ caption = "Opposed
  to my
 values"
/ position = (25%, 8%)
/ size = (6, 50)
</caption>

<caption v2>
/ caption = "
   Not
important"
/ position = (32%, 8%)
/ size = (6, 50)
</caption>

<caption v3>
/ caption = "        "
/ position = (37%, 8%)
/ size = (6, 50)
</caption>

<caption v4>
/ caption = "        "
/ position = (50%, 8%)
/ size = (6, 50)
</caption>

<caption v5>
/ caption = "

Important"
/ position = (53.5%, 8%)
/ size = (6, 50)
</caption>

<caption v6>
/ caption = "        "
/ position = (57%, 8%)
/ size = (6, 50)
</caption>

<caption v7>
/ caption = "        "
/ position = (61%, 8%)
/ size = (6, 50)
</caption>

<caption v8>
/ caption = "
   Very
important"
/ position = (76%, 8%)
/ size = (6, 50)
</caption>

<caption v9>
/ caption = "   Of
 supreme
importance"
/ position = (83%, 8%)
</caption>


*****Page 1*****************************

<radiobuttons q1>
/ options=("              ";"              ";"              ";"              ";"              ";"              ";"              ";"             ";"             ")
/ optionvalues = ("-1", "0", "1", "2", "3", "4","5","6","7")
/ orientation=horizontal
/ position = (27%, 20%)
</radiobuttons>

<caption cq1>
/ caption = "1. EQUALITY"
/ fontstyle = ("Arial", 2%)
/ subcaption = "(equal opportunity for all)"
/ subcaptionfontstyle = ("Arial",2%)
/ position = (3%, 20%)
</caption>

<radiobuttons q2>
/ options=("              ";"              ";"              ";"              ";"              ";"              ";"              ";"             ";"             ")
/ optionvalues = ("-1", "0", "1", "2", "3", "4","5","6","7")
/ orientation=horizontal
/ position = (27%, 30%)
</radiobuttons>

<caption cq2>
/ caption = "2. INNER HARMONY"
/fontstyle = ("Arial", 2%)
/subcaption ="(at peace with myself)"
/subcaptionfontstyle = ("Arial",2%)
/ position = (3%, 30%)
</caption>

<radiobuttons q3>
/ options=("              ";"              ";"              ";"              ";"              ";"              ";"              ";"             ";"             ")
/ optionvalues = ("-1", "0", "1", "2", "3", "4","5","6","7")
/ orientation=horizontal
/ position = (27%, 40%)
</radiobuttons>

<caption cq3>
/ caption = "3. SOCIAL POWER"
/fontstyle = ("Arial", 2%)
/subcaption = "(control over others, dominance)"
/subcaptionfontstyle = ("Arial",2%)
/ position = (3%, 40%)
</caption>

<radiobuttons q4>
/ options=("              ";"              ";"              ";"              ";"              ";"              ";"              ";"             ";"             ")
/ optionvalues = ("-1", "0", "1", "2", "3", "4","5","6","7")
/ orientation=horizontal
/ position = (27%, 50%)
</radiobuttons>

<caption cq4>
/ caption = "4. PLEASURE"
/fontstyle = ("Arial", 2%)
/subcaption = "(gratification of desires)"
/subcaptionfontstyle = ("Arial",2%)
/ position = (3%, 50%)
</caption>

<radiobuttons q5>
/ options=("              ";"              ";"              ";"              ";"              ";"              ";"              ";"             ";"             ")
/ optionvalues = ("-1", "0", "1", "2", "3", "4","5","6","7")
/ orientation=horizontal
/ position = (27%, 60%)
</radiobuttons>

<caption cq5>
/ caption = "5. FREEDOM"
/fontstyle = ("Arial", 2%)
/subcaption = "(freedom of action and thought)"
/subcaptionfontstyle = ("Arial",2%)
/ position = (3%, 60%)
</caption>

<radiobuttons q6>
/ options=("              ";"              ";"              ";"              ";"              ";"              ";"              ";"             ";"             ")
/ optionvalues = ("-1", "0", "1", "2", "3", "4","5","6","7")
/ orientation=horizontal
/ position = (27%, 70%)
</radiobuttons>

<caption cq6>
/ caption = "6. A SPIRITUAL LIFE"
/fontstyle = ("Arial", 2%)
/subcaption ="(emphasis on spiritual not material matters)"
/subcaptionfontstyle = ("Arial",2%)
/ position = (3%, 70%)
</caption>

<radiobuttons q7>
/ options=("              ";"              ";"              ";"              ";"              ";"              ";"              ";"             ";"             ")
/ optionvalues = ("-1", "0", "1", "2", "3", "4","5","6","7")
/ orientation=horizontal
/ position = (27%, 80%)
</radiobuttons>

<caption cq7>
/ caption = "7. SENSE OF BELONGING"
/fontstyle = ("Arial", 2%)
/subcaption = "(feeling that others care about me)"
/subcaptionfontstyle = ("Arial",2%)
/ position = (3%, 80%)
</caption>


*****Page 2*****************************

<radiobuttons q8>
/ options=("              ";"              ";"              ";"              ";"              ";"              ";"              ";"             ";"             ")
/ optionvalues = ("-1", "0", "1", "2", "3", "4","5","6","7")
/ orientation=horizontal
/ position = (27, 20)
</radiobuttons>

<caption cq8>
/ caption = "8. SOCIAL ORDER"
/fontstyle = ("Arial", 2%)
/subcaption = "(stability of society)"
/subcaptionfontstyle = ("Arial",2%)
/ position = (3, 20)
</caption>

<radiobuttons q9>
/ options=("              ";"              ";"              ";"              ";"              ";"              ";"              ";"             ";"             ")
/ optionvalues = ("-1", "0", "1", "2", "3", "4","5","6","7")
/ orientation=horizontal
/ position = (27, 30)
</radiobuttons>

<caption cq9>
/ caption = "9. AN EXCITING LIFE"
/fontstyle = ("Arial", 2%)
/subcaption = "(stimulating experiences)"
/subcaptionfontstyle = ("Arial",2%)
/ position = (3, 30)
</caption>

<radiobuttons q10>
/ options=("              ";"              ";"              ";"              ";"              ";"              ";"              ";"             ";"             ")
/ optionvalues = ("-1", "0", "1", "2", "3", "4","5","6","7")
/ orientation=horizontal
/ position = (27, 40)
</radiobuttons>

<caption cq10>
/ caption = "10. MEANING IN LIFE"
/fontstyle = ("Arial", 2%)
/subcaption = "(a purpose in life)"
/subcaptionfontstyle = ("Arial",2%)
/ position = (3, 40)
</caption>

<radiobuttons q11>
/ options=("              ";"              ";"              ";"              ";"              ";"              ";"              ";"             ";"             ")
/ optionvalues = ("-1", "0", "1", "2", "3", "4","5","6","7")
/ orientation=horizontal
/ position = (27, 50)
</radiobuttons>

<caption cq11>
/ caption = "11. POLITENESS"
/fontstyle = ("Arial", 2%)
/subcaption = "(courtesy, good manners)"
/subcaptionfontstyle = ("Arial",2%)
/ position = (3, 50)
</caption>

<radiobuttons q12>
/ options=("              ";"              ";"              ";"              ";"              ";"              ";"              ";"             ";"             ")
/ optionvalues = ("-1", "0", "1", "2", "3", "4","5","6","7")
/ orientation=horizontal
/ position = (27, 60)
</radiobuttons>

<caption cq12>
/ caption = "12. WEALTH"
/fontstyle = ("Arial", 2%)
/subcaption = "(material possessions, money)"
/subcaptionfontstyle = ("Arial",2%)
/ position = (3, 60)
</caption>

<radiobuttons q13>
/ options=("              ";"              ";"              ";"              ";"              ";"              ";"              ";"             ";"             ")
/ optionvalues = ("-1", "0", "1", "2", "3", "4","5","6","7")
/ orientation=horizontal
/ position = (27, 70)
</radiobuttons>

<caption cq13>
/ caption = "13. NATIONAL SECURITY"
/fontstyle = ("Arial", 2%)
/subcaption = "(protection of my nation from enemies)"
/subcaptionfontstyle = ("Arial",2%)
/ position = (3, 70)
</caption>

<radiobuttons q14>
/ options=("              ";"              ";"              ";"              ";"              ";"              ";"              ";"             ";"             ")
/ optionvalues = ("-1", "0", "1", "2", "3", "4","5","6","7")
/ orientation=horizontal
/ position = (27, 80)
</radiobuttons>

<caption cq14>
/ caption = "14. SELF RESPECT"
/fontstyle = ("Arial", 2%)
/subcaption = "(belief in one's own worth)"
/subcaptionfontstyle = ("Arial",2%)
/ position = (3, 80)
</caption>





By Dave - 7/15/2014

You need to set up a <survey> element that actually runs your various <surveypage>'s in the desired order / fashion. For an introduction, I recommend completing the "Demographic Survey" tutorial in the Inquisit documentation.