Group: Forum Members
Posts: 2,
Visits: 3
|
I would like to make sure participants spend a minimum amount of time reading a "news article" manipulation. I've looked into the "trialduration" attribute, but it seems like this would move participants away from the page once that time is up (I would like them to spend a minimum of 45 seconds, but also take as long as they need), and I'm also not sure how to integrate it with my current code. Current code for one condition below. Any tips? Thanks!
<surveypage CONTROL> / questions = [1=CONTROL] / showquestionnumbers = false / showpagenumbers = false / nextbuttonposition = (50, 95) / finishlabel="NEXT" </surveypage>
<image CONTROL> / items = ("CONTROL.png") / position = (10, 5) / size = (375, 750) </image>
<block Control> / screencolor = (255,255,255) / preinstructions=(ManipInstructions) / trials = [1 = Control] / skip=[dropdown.GENDER.response == "another gender"] / skip=[dropdown.TRANSGENDER.response == "yes"] </block>
|