Millisecond Forums

Creating a text response to a timed question with a slider

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

By Youba - 8/14/2013

Hello,

I'm trying to create an experiment where a person will be shown a timed statement alongside a slider with a timer beneath it (which I have done), but I want to be able to show feedback to after every question. This is what I've done so far:


<surveypage sosy>


/ stimulustimes = [1=sosyite, txTimer4; 1000=txTimer3; 2000=txTimer2; 3000=txTimer1; 4000=txTimer0]


/ questions = [1=socyslider]


/ recorddata = true


/ timeout = 4000


</surveypage>



<slider socyslider>


/ labels = ("0- strongly disagree", "100- strongly agree")


/ range = (0,100)


/ defaultresponse = 0


/ fontstyle = ("Garamond", 3%, true, false, false, false, 5, 0)


/ position = (23%,50%)


/ showticks = true


/ slidersize = (50%,5%)


</slider>



<text sosyite>


/size = (500, 70)


/items = sosyite


/select = noreplace


/position = (50, 40)


/halign = center


</text>



<item sosyite>


/ 1= "DF, a member of Group A, is kind."


/ 2= "HJ, a member of Group A, is friendly."


/ 3= "OR, a member of Group A, is gentle."


/ 4= "TR, a member of Group A, is cheery."


/ 5= "WS, a member of Group A, is generous."


/ 6= "GB, a member of Group A, is considerate."


</item>



<item agreement>


/ 1= "Three other people said strongly agreed with the statement you just saw."


</item> 



Can anyone help me to make the agreement item flash up everytime after the slider, question, and timer show up?



Any help would be appreciated!

By Dave - 8/14/2013

You need to set up a <trial> and a <text> element to display your feedback. Then you need to run the surveypage and trial in sequence.


<block myblock>


/ trials = [1-4=sequence(mysurveypage, mytrial)]


</block>