thanks, Dropped the idea of complex coding.
Following code is working fine for me. Except
some problems which I am not able to rectify . Please help in that.
<likert standard>
/ anchors = [1=" Very Strongly Agree";2="Strongly agree"; 3=" Neutral / Cant Say" ;4="Strongly disagree"; 5=" Very Strongly disagree"]
/ stimulusframes = [1 = question, sound; 100= sound; ]
/ color =(0,134,139)
/ fontstyle = ("Arial", 2%)
/ beginresponseframe = 1
/ recorddata = true
/ response = free
/ screencolor= (0,134,139)
/ numpoints=5
/ position = (50, 55)
</likert>
<text question>
/ items = question
/ select = noreplace
/ fontstyle = ("Arial", 2%)
/ txbgcolor = (0,134,139)
/ screencolor= (0,134,139)
/ position = (50%, 35%)
/ fontstyle = ("Arial", 18pt, false, false, false,false, 5)
</text>
<item question>
/1 = "How doyou feel about this question ?"
</item>
<block likert>
/ trials = [1= standard]
/ skip = [dropdown.agreement.response == "I do NOTagree to participate in this study"]
/ skip = [dropdown.areyou.response == "No"]
/ skip = [dropdown.areyou1.response == "No"]
/ screencolor = (0,134,139)
/ responsemode = correct
/ recorddata = true
</block>
Problems are -
Sound is heard twice. But I can only see the questions but not the anchors. So I cant respond unless I hear the sound twice. How I can i make the question and anchors to appear at the first screen along with sound.
How can I make the sound play continuously till the time subject responds
I am not able to change the colour around the anchors. Its still white. I want it to (0,134,139). How to do it. I tried to change the colour everywhere but it doesn't work
Thanks