Group: Administrators
Posts: 13K,
Visits: 105K
|
<block myblock> / trials = [1-3=myoe] </block>
<openended myoe> / stimulusframes = [1=q] / iscorrectresponse = [openended.myoe.response == item.myas.item(text.q.currentindex)] </openended>
<text q> / items = myqs / select = noreplace / position = (50%, 40%) </text>
<item myqs> / 1 = "The cow says ...?" / 2 = "The dog says ...?" / 3 = "The cat says ...?" </item>
<item myas> / 1 = "moo" / 2 = "woof" / 3 = "meow" </item>
|