|
Post by alessiab on May 5, 2020 15:13:50 GMT
table conditionstraining
"500 short" stimulus 1 #show the bitmap stimulus , correct key 1 "1500 long" stimulus 2 #show the bitmap stimulus, correct key 2
1- Having this, is it possible to insert the DURATION of the stimulus in the table conditions?
Task TemporalTest
keys q p
table conditionsTest
show bitmap fixation
delay 500
clear -1
show bitmap stimolo
delay 500
clear -1
show bitmap ITI
delay 500
clear -1
show bitmap domanda
readkey 1 3000
clear -1
2 - There is not a correct response because it is a subjective temporal estimation. How I can do it? I want only know what is the response key pressed by the subject.
3- If I want that a subject hold the spacebar for all the duration of the stimulus, how I can do this? and how I can save it in the task?
Thanks Alessia
|
|
|
Post by matia on May 6, 2020 8:58:13 GMT
Hello again Q1: I think You should remove the quotes and have one column with number you wish to delay the stimulus. In that way when you are giving the delay command you won't say delay 500 but delay @1 (or in which ever column You've put the interval). When this is in quotes, psytoolkit "thinks" it is one column (with all of what You have written in it as the same column). for the Q2 you should check: www.psytoolkit.org/doc2.6.1/syntax.html#task-rate I think You'll find what You are looking for there. There is (much less elegant) alternative that I did: I defined keys (1-7) in the task and told psytoolkit to save the KEY - although in the table I have defined only one key as the correct one - it does not matter to me which one is it if I have information on which one is being pressed (I hope I explained what I did, but again, You should check the "rate" command. For the Q3, I believe I have come across that there is an option You are searching for (I'm not 100% positive whether this is what You were looking for but check the TT variable (the time that the key was released) from the readkey command: www.psytoolkit.org/doc2.6.1/syntax.html#task-readkey ). Hope (at leaste some of) it helps, best, Matia
|
|
|
Post by PsyToolkit on May 6, 2020 9:44:06 GMT
For Q3, unfortunately, that is currently not working, sorry. It would be a nice feature to have and I will put it on the wishlist for future implementation.
|
|