Group: Forum Members
Posts: 19,
Visits: 29
|
Hey Dave,
sorry to get back so soon but I haven't worked with values before and have admittedly no understanding of them so I was unsure what to really do after the ... part in <values> / learningitem = 1 ... </values>
I tried this:
<values> /learn = 1 /vid1 = 1 /vid2 = 1 /distr = 1 </values>
<picture learningitem> /items = Bilder / select = values.learn / size = (75%, 75%) </picture>
<picture distractoritem> /items = Bilder / select = values.distr / size = (75%, 75%) </picture>
<video vid_a_item> /items = Videos_A / select = values.vid1 / size = (75%, 75%) </video>
<video vid_b_item> /items = Videos_B / select = values.vid2 / size = (75%, 75%) </video>
and inserted the /ontrialbegin line into every trial but the afore-mentioned error still remains. (Example: <trial lernen_a> / ontrialbegin = [values.vid1 = list.vid_a_itemnumbers.nextvalue; ] )
Since I don't understand the mechanism of values (and the manual is a bit scarce in its explaination) I didn't really know what else I could alter so I have to come back here without any further progress. (E.g. I don't understand why you set it to 1 because in the manual all examples are set to 0.)
|