Hi,
I have a simple demographics questionnaire based on the task library version. For some reason, the item labels to the right of the radio buttons are not showing up. Version 4.0.3, Java up to date. Code is here:
<radiobuttons marital>
/ caption = "Stato civile"
/ options = ("Celibe/nubile", "Sposato/a", "Divorziato/", "Separato/a", "Vedovo/a")
/ other = "Other"
</radiobuttons>
<radiobuttons currentemploy>
/ caption = "Qual è il suo attuale stato occupazionale? (ne selezioni più di uno se necessario)?"
/ options = ("Disoccupato/a", "Occupato/a", "Studente", "Pensionato/a")
/ other = "Other"
</radiobuttons>
<radiobuttons schooling>
/ caption = "Qual è il suo titolo di studio?"
/ options = ("Nessuno", "Scuola elementare", "Scuola media", "Scuola superiore", "Laurea", "Diploma post-laurea (master o dottorato di ricerca)")
/ other = "Other"
</radiobuttons>
<surveypage demographics1>
/ caption = "Please answer the following demographic questions"
/ fontstyle = ("Verdana", -16, true, false, false, false, 5, 0)
/ questions = [1=oldyoufeel; 2=oldyoulook]
</surveypage>
<surveypage demographics2>
/ caption = "Please answer the following demographic questions (continued)"
/ fontstyle = ("Verdana", -16, true, false, false, false, 5, 0)
/ questions = [1=feel; 2=yearborn]
</surveypage>
<surveypage demographics3>
/ caption = "Please answer the following demographic questions (continued)"
/ fontstyle = ("Verdana", -16, true, false, false, false, 5, 0)
/ questions = [1=sex; 2=marital; 3=currentemploy; 4=schooling]
</surveypage>
<survey demographics>
/ pages = [1=demographics1; 2=demographics2; 3=demographics3]
/ responsefontstyle = ("Verdana", -12, false, false, false, false, 5, 0)
/ itemfontstyle = ("Verdana", -13, false, false, false, false, 5, 0)
/ txcolor = (255, 255, 255)
/ itemspacing = 2%
/ showpagenumbers = false
</survey>
Also, here are the global default settings:
<defaults>
/ fontstyle = ("Arial", 3.5%)
/ screencolor = (0,0,0)
/ txbgcolor = (0,0,0)
/ txcolor = (255, 255, 255)
/ minimumversion = "4.0.0.0"
/ canvasaspectratio = (4, 3)
</defaults>
Any help?