Post by tfi on Apr 12, 2021 0:16:42 GMT
hi there,
I have a script that ive made which involves the use of 2 stimuli(face and word) for my IAT test mixed block. This block contains compatible and incompatible versions.
e.g. the stimuli are listed and so are the corresponding stimuli conditions/order(1 or 2)
Face10 1 2 "pleasure" 1 1
Face11 1 2 "diamond" 1 1
Face12 1 2 "gentle" 1 1
Face13 2 1 "abuse" 2 2
Face14 2 1 "crash" 2 2
Face15 2 1 "filth" 2 2
i have also adjusted the 1AT templatae mixed block for my experiment but im having issues with a particular sublock in it:
The other blocks are similar to this and haave the same structure. only difference would be the keys/order. this sub block is in the incompatible order(2) and is demonstrated in the code. The issue is, when i put "show text @3" instead of showing the actual words it only shows the numbers 1 or 2. i have tested it a few time and the script does pic up that the numbers correspond to the crrect keys e.g. 1= left key correct, 2 = right key correct). My issue is i dont want the numbers to show, iw ant the actual words to instead. what can i do t show the text and not the order numbers?
Thanks in advance
#3
delay 100
show rectangle 0 0 10 10 255 255 255 # fixpoint
delay 100
clear -1
delay 100
show text @3
#delay 100
#clear -1
if &order == 2
readkey @3 7000
fi
clear -1
if STATUS != CORRECT
show bitmap cross
delay 100
clear -1
delay 100
fi
#clear -1
if STATUS == CORRECT
show bitmap tick
delay 100
clear -1
delay 100
fi
delay 700
save BLOCKNAME BLOCKNUMBER @1 RT STATUS
I have a script that ive made which involves the use of 2 stimuli(face and word) for my IAT test mixed block. This block contains compatible and incompatible versions.
e.g. the stimuli are listed and so are the corresponding stimuli conditions/order(1 or 2)
Face10 1 2 "pleasure" 1 1
Face11 1 2 "diamond" 1 1
Face12 1 2 "gentle" 1 1
Face13 2 1 "abuse" 2 2
Face14 2 1 "crash" 2 2
Face15 2 1 "filth" 2 2
i have also adjusted the 1AT templatae mixed block for my experiment but im having issues with a particular sublock in it:
The other blocks are similar to this and haave the same structure. only difference would be the keys/order. this sub block is in the incompatible order(2) and is demonstrated in the code. The issue is, when i put "show text @3" instead of showing the actual words it only shows the numbers 1 or 2. i have tested it a few time and the script does pic up that the numbers correspond to the crrect keys e.g. 1= left key correct, 2 = right key correct). My issue is i dont want the numbers to show, iw ant the actual words to instead. what can i do t show the text and not the order numbers?
Thanks in advance
#3
delay 100
show rectangle 0 0 10 10 255 255 255 # fixpoint
delay 100
clear -1
delay 100
show text @3
#delay 100
#clear -1
if &order == 2
readkey @3 7000
fi
clear -1
if STATUS != CORRECT
show bitmap cross
delay 100
clear -1
delay 100
fi
#clear -1
if STATUS == CORRECT
show bitmap tick
delay 100
clear -1
delay 100
fi
delay 700
save BLOCKNAME BLOCKNUMBER @1 RT STATUS