Creating a text response to a timed question with a slider


Author
Message
Youba
Youba
New Member (36 reputation)New Member (36 reputation)New Member (36 reputation)New Member (36 reputation)New Member (36 reputation)New Member (36 reputation)New Member (36 reputation)New Member (36 reputation)New Member (36 reputation)
Group: Forum Members
Posts: 1, Visits: 1

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!


Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 108K

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>


GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search