|
Post by alessiab on May 5, 2020 15:16:42 GMT
Why the program save only one trial, If I have more trials??
Is it a problem of the software?
|
|
|
Post by matia on May 6, 2020 8:38:04 GMT
Dear alessiab, Your question is pretty general one since You do not provide a code of the experiment nor do You explain whether You are using online/offline mode of data collection. Additionally it would be useful to know whether You have embedded the experiment into the survey. When I encountered similar problem, I found it was the problem in some of the following: - although You have probably checked this already, make sure that You did not mistype number of trials You want to have in Your experiment. - If You have already embedded the experiment into the survey and then changed something in the experiment make sure You have recompiled it. All of this comes from my experience, I had the same problems so maybe You'll find them useful. Unfortunately in the battle between the human and the software - I would always bet human made a mistake Best, Matia
|
|
|
Post by alessiab on May 6, 2020 8:42:59 GMT
This is the Script :
table conditionstraining "500 " stimolo 1 "1500" stimolo 2
task TaskTraining keys q p table conditionstraining show bitmap fixation delay 500 clear 1 show bitmap stimolo delay 500 clear 2 show bitmap domanda readkey 1 3000 if STATUS == CORRECT show bitmap corretto fi if STATUS != CORRECT show bitmap errore fi delay 1000 show bitmap ITI delay 500 clear -1 show bitmap stimolo delay 1500 clear -1 show bitmap domanda readkey 2 3000 if STATUS == CORRECT show bitmap corretto fi if STATUS != CORRECT show bitmap errore fi delay 1000 show bitmap ITI delay 500 clear -1 save @1 RT STATUS BLOCKNAME
block TemporalTraining message start message istruzioniTraining tasklist TaskTraining 2 end
|
|
|
Post by matia on May 6, 2020 9:06:27 GMT
Hello,
I believe the problem lies in the line before the end-line. You have told psytoolkit that You wish it makes (only) 2 trials. After TaskTraining you set a number of trials You wish to present in this block. Change the 2 into the number of times You would like to present them.
I have checked only for this, let us know whether Your code works now. Best, Matia
|
|