Group: Forum Members
Posts: 52,
Visits: 110
|
Thanks Dave,
If going for multiple Likert questions over multiple screens, is the best way to script it as follows?
<likert Likert1> / stimulusframes=[1=question1] / anchors=[1="Never"; 2="Almost Never"; 3="Neutral"; 4="Sometimes, 5="Always"] / position=(50, 80) </likert>
<text question1> / items = ("Question 1 text") </text>
<likert Likert2> / stimulusframes=[1=question2] / anchors=[1="Never"; 2="Almost Never"; 3="Neutral"; 4="Sometimes, 5="Always"] / position=(50, 80) </likert>
<text question2> / items = ("Question 2 text") </text>
<likert Likert3> / stimulusframes=[1=question3] / anchors=[1="Never"; 2="Almost Never"; 3="Neutral"; 4="Sometimes, 5="Always"] / position=(50, 80) </likert>
<text question3> / items = ("Question 3 text") </text>
|