Group: Administrators
Posts: 13K,
Visits: 103K
|
<values> / coloritem = 1 </values>
<block someblock> / trials = [1=sequence(gender,colormessage)] </block>
<likert gender> / ontrialend = [if (likert.gender.response==1) values.coloritem = replace(1,2)] / ontrialend = [if (likert.gender.response==2) values.coloritem = replace(3,4)] / numpoints = 2 / anchors = [1="Male"; 2="Female"] / stimulustimes = [1=questiongender] </likert>
<text questiongender> / items = ("What is your gender?") / position = (50,30) </text>
<trial colormessage> / stimulusframes = [1=messagetxt] / validresponse = (57) </trial>
<text messagetxt> / items = ("Please hold the RED stretchband.", "Please hold the PURPLE stretchband." "Please hold the YELLOW stretchband.", "Please hold the GREEN stretchband.") / select = values.coloritem </text>
|