Group: Forum Members
Posts: 8,
Visits: 71
|
Hi everyone,
I would like to do a survey with one question ("How did you find the task?") and several radiobuttons to indicate different aspects ("very frustrating" / "not frustrating at all"; "very easy" / "very difficult").
I would like to go the the horizontalequal option, but as the options have different length, they are not equally spaced. Is it possible to change that?
Thank you bery much for your help! Karolin
Here is my code:
<surveypage concluding1> / caption = "Der Aufgabenteil der Studie ist nun vorbei. Es folgen noch einige wenige Fragen." / fontstyle = ("avenir", 2.2%, true, false, false, false, 5) / subcaptionfontstyle = ("avenir", 2%, false, true, false, false, 5, 0 ) / itemfontstyle = ("avenir", 2.2%, false, true, false, false, 5, 0) / txcolor = (black) / questions = [1 = sequence(boring, frustrating, difficult)] / showbackbutton = false / showpagenumbers = false / showquestionnumbers = false / itemspacing = 2% / nextbuttonposition = (90%, 90%) / navigationbuttonfontstyle = ("Avenir", 2.2%, false, false, false, false, 5, 0) / nextlabel = " weiter" / finishlabel = " weiter" </surveypage>
<radiobuttons boring> / caption = "Wie würden Sie die Aufgabe beschreiben?" / options=("gar nicht langweilig", " ", " ", " ", " ", " ", "sehr langweilig") / optionvalues= ("1", "2", "3", "4", "5", "6", "7") / orientation = horizontalequal / required = true / responsefontstyle = ("Arial", 1.5%, true, false, false, false, 5, 0) </radiobuttons>
<radiobuttons frustrating> / options=("gar nicht frustrierend", " ", " ", " ", " ", " ", "sehr frustrierend") / optionvalues= ("1", "2", "3", "4", "5", "6", "7") / orientation = horizontalequal / required = true / responsefontstyle = ("Arial", 1.5%, true, false, false, false, 5, 0) </radiobuttons>
<radiobuttons difficult> / options=("viel zu leicht", " ", " ", " ", " ", " ", "viel zu schwierig") / optionvalues= ("1", "2", "3", "4", "5", "6", "7") / orientation = horizontalequal / required = true / responsefontstyle = ("Arial", 1.5%, true, false, false, false, 5, 0) </radiobuttons>
|
Group: Forum Members
Posts: 13,
Visits: 102
|
Thank you for this thread, helped me a lot! Unfortunately I still have an issue that I couldn't solve so far. Everytime I try to adjust font styles, the space between the radiobuttons goes back to the situation I had before. Only when I delete all font style options, then the spacing works. Can anyone tell me why is that and how it is possible to adjust font styles? Thank you!
One additional question: Is it possible to present single words of the /caption in bold?
<defaults> /canvasaspectratio = (4,3) /minimumversion = "6.5.2.0" / screencolor = (240, 240, 240) / txbgcolor = (transparent) / txcolor = black / inputdevice = keyboard / canvassize = (90%, 90%) </defaults>
<survey trust> / pages = [1=trust1; 2=trust2] / pagefontstyle = ("Arial", 2.0%, false, false, false, false, 5, 1) /showpagenumbers = false /showquestionnumbers = false / navigationbuttonfontstyle = ("Arial", 3%, false, false, false, false, 5, 1) / navigationbuttonsize = (15%, 5%) / backbuttonposition = (20%, 90%) / nextbuttonposition = (70%, 90%) / finishlabel = "Fertig" / nextlabel = "Weiter" / backlabel = "Zurück" </survey>
************************************************ ************************************************ Glaubwürdigkeit Textquelle ************************************************ ************************************************ <surveypage trust1>
/caption ="In diesem Teil der Untersuchung möchten wir Sie bitten einzuschätzen, welche Qualitäten Sie Menschen im Allgemeinen als Verfasser eines Textes mit wissenschaftlichem Bezug zuweisen würden. Hierzu stellen wir Ihnen eine Liste mit verschiedenen Adjektivpaaren zur Verfügung. Diese Begriffspaare umschreiben jeweils die Enden einer Skala. Geben Sie bitte auf jeder Skala an, wie Sie Menschen im Allgemeinen als Verfasser eines Textes mit wissenschaftlichem Bezug einschätzen. Möglicherweise scheinen Ihnen einige Adjektivpaare nicht immer angemessen zu sein. Bitte treffen Sie trotzdem für jedes Paar eine persönliche Entscheidung." / subcaption = "Der Mensch als Textquelle erscheint mir..."
/questions = [1 = q1_trust, q2_trust, q3_trust, q4_trust, q5_trust, q6_trust, q7_trust] / itemspacing = 2%
</surveypage>
<surveypage trust2> /caption ="In diesem Teil der Untersuchung möchten wir Sie bitten einzuschätzen, welche Qualitäten Sie ~bMenschen im Allgemeinen als Verfasser eines Textes~b mit wissenschaftlichem Bezug zuweisen würden. Hierzu stellen wir Ihnen eine Liste mit verschiedenen Adjektivpaaren zur Verfügung. Diese Begriffspaare umschreiben jeweils die Enden einer Skala. Geben Sie bitte auf jeder Skala an, wie Sie Menschen im Allgemeinen als Verfasser eines Textes mit wissenschaftlichem Bezug einschätzen. Möglicherweise scheinen Ihnen einige Adjektivpaare nicht immer angemessen zu sein. Bitte treffen Sie trotzdem für jedes Paar eine persönliche Entscheidung." / subcaption = "Der Mensch als Textquelle erscheint mir..."
/questions = [1 = q8_trust, q9_trust, q10_trust, q11_trust, q12_trust, q13_trust, q14_trust] / itemspacing = 2%
</surveypage>
<radiobuttons q1_trust> / options = ("kompetent~t", " ", " ", " ", " ", " ", "inkompetent~t") / optionvalues = ("1", "2", "3", "4", "5", "6", "7") /required = true /orientation = horizontalequal </radiobuttons>
<radiobuttons q2_trust> / options = ("intelligent~t", " ", " ", " ", " ", " ", "unintelligent~t") / optionvalues = ("1", "2", "3", "4", "5", "6", "7") /required = true /orientation = horizontalequal </radiobuttons>
<radiobuttons q3_trust> / options = ("gut~nausgebildet~t", " ", " ", " ", " ", " ", "schlecht~nausgebildet~t") / optionvalues = ("1", "2", "3", "4", "5", "6", "7") /required = true /orientation = horizontalequal </radiobuttons>
<radiobuttons q4_trust> / options = ("fachmännisch~t", " ", " ", " ", " ", " ", "unfachmännisch~t") / optionvalues = ("1", "2", "3", "4", "5", "6", "7") /required = true /orientation = horizontalequal </radiobuttons>
<radiobuttons q5_trust> / options = ("erfahren~t", " ", " ", " ", " ", " ", "unerfahren~t") / optionvalues = ("1", "2", "3", "4", "5", "6", "7") /required = true /orientation = horizontalequal </radiobuttons>
<radiobuttons q6_trust> / options = ("qualifiziert~t", " ", " ", " ", " ", " ", "unqualifiziert~t") / optionvalues = ("1", "2", "3", "4", "5", "6", "7") /required = true /orientation = horizontalequal </radiobuttons>
<radiobuttons q7_trust> / options = ("aufrichtig~t", " ", " ", " ", " ", " ", "unaufrichtig~t") / optionvalues = ("1", "2", "3", "4", "5", "6", "7") /required = true /orientation = horizontalequal </radiobuttons>
<radiobuttons q8_trust> / options = ("ehrlich~t", " ", " ", " ", " ", " ", "unehrlich~t") / optionvalues = ("1", "2", "3", "4", "5", "6", "7") /required = true /orientation = horizontalequal </radiobuttons>
<radiobuttons q9_trust> / options = ("gerecht~t", " ", " ", " ", " ", " ", "ungerecht~t") / optionvalues = ("1", "2", "3", "4", "5", "6", "7") /required = true /orientation = horizontalequal </radiobuttons>
<radiobuttons q10_trust> / options = ("fair~t~t", " ", " ", " ", " ", " ", "unfair~t") / optionvalues = ("1", "2", "3", "4", "5", "6", "7") /required = true /orientation = horizontalequal </radiobuttons>
<radiobuttons q11_trust> / options = ("moralisch~t", " ", " ", " ", " ", " ", "unmoralisch~t") / optionvalues = ("1", "2", "3", "4", "5", "6", "7") /required = true /orientation = horizontalequal </radiobuttons>
<radiobuttons q12_trust> / options = ("ethisch~t", " ", " ", " ", " ", " ", "unethisch~t") / optionvalues = ("1", "2", "3", "4", "5", "6", "7") /required = true /orientation = horizontalequal </radiobuttons>
<radiobuttons q13_trust> / options = ("verantwortungsbewusst~t", " ", " ", " ", " ", " ", "verantwortungslos~t") / optionvalues = ("1", "2", "3", "4", "5", "6", "7") /required = true /orientation = horizontalequal </radiobuttons>
<radiobuttons q14_trust> / options = ("rücksichtsvoll~t", " ", " ", " ", " ", " ", "rücksichtslos~t") / optionvalues = ("1", "2", "3", "4", "5", "6", "7") /required = true /orientation = horizontalequal </radiobuttons>
|