|
Post by mykey1612 on Aug 25, 2023 11:54:14 GMT
Hi there, i am new here and bit stuck on experiment I am in process writing. I am hoping somebody could help me. I am currently working out some research on face and trust. I have 10 bitmap pics so far and i would like them to appear in a random order and not to repeat but i am stuck how to do this. so they are being shown 1 to 10 in order but want to randomise it with each participant. here is what ive done;- this is table of bitmaps table my_table2
"AI1" AI_1
"AI2" AI_2
"Real3" AI_3
"AI4" AI_4
"Real5" AI_5
"AI6" AI_6
"Real7" AI_7
"AI8" AI_8
"Real9" AI_9
"Real10" AI_10
this is code ive used to run experiment
task rate_face
table my_table2
sound beep1
clear screen
show bitmap fixpoint
delay 300
show bitmap @2 0 -100
rate option pos 0 200
rate option labels left right
rate option items selection_item
rate 10000 5
delay 500
save @1 RATE RATE_RT RATE_STATUS
It works perfectly apart from not randomising the bitmaps. Any ideas? Thank you, Mykey
|
|