Post by alessiab on Jun 15, 2020 9:45:42 GMT
Hi!
I have a question about the script of my experiment on Psytoolkit.
In my experiment, there are 180 trials but not with a fixed numbers of times (not always are 90 and 90, but sometimes 95 and 85, and so on).
I would like always 90 trials (for the past condition) and 90 (for the future), that are presented in the table conditions.
How can I solve this problem??
Here, the script of my experiment:
table conditions
"past anticamente cong" anticamente 1
"past ieri cong" ieri 1
"past inpassato cong" inpassato 1
"past unavolta cong" unavolta 1
"past tempofa cong" tempofa 1
"past recentemente cong" recentemente 1
"past prima cong" prima 1
"past precedentemente cong" precedentemente 1
"past laltroieri cong" laltroieri 1
"past laltrogiorno cong" laltrogiorno 1
"futu infuturo cong" infuturo 1
"futu inseguito cong" inseguito 2
"futu prossimamente cong" prossimamente 2
"futu conseguentemente cong" conseguentemente 2
"futu successivamente cong" successivamente 2
"futu dopo cong" dopo 2
"futu domani cong" domani 2
"futu dopodomani cong" dopodomani 2
"futu trapoco cong" trapoco 2
"futu presto cong" presto 2
task The_V_SpaceTime
table conditions
keys down up
show bitmap fixation
delay 1000
clear 1
show bitmap @2
readkey @3 5000
clear 2
save @1 STATUS RT BLOCKNAME
block addestramento
message start
message istruzioni1
message addestramento
tasklist
The_V_SpaceTime 10 no_repeat all_before_repeat
end
block Exp_Past_Down_Future_Top
message esperimento
message istruzioni1
tasklist
The_V_SpaceTime 180 all_before_repeat
end
Thanks in advance
I have a question about the script of my experiment on Psytoolkit.
In my experiment, there are 180 trials but not with a fixed numbers of times (not always are 90 and 90, but sometimes 95 and 85, and so on).
I would like always 90 trials (for the past condition) and 90 (for the future), that are presented in the table conditions.
How can I solve this problem??
Here, the script of my experiment:
table conditions
"past anticamente cong" anticamente 1
"past ieri cong" ieri 1
"past inpassato cong" inpassato 1
"past unavolta cong" unavolta 1
"past tempofa cong" tempofa 1
"past recentemente cong" recentemente 1
"past prima cong" prima 1
"past precedentemente cong" precedentemente 1
"past laltroieri cong" laltroieri 1
"past laltrogiorno cong" laltrogiorno 1
"futu infuturo cong" infuturo 1
"futu inseguito cong" inseguito 2
"futu prossimamente cong" prossimamente 2
"futu conseguentemente cong" conseguentemente 2
"futu successivamente cong" successivamente 2
"futu dopo cong" dopo 2
"futu domani cong" domani 2
"futu dopodomani cong" dopodomani 2
"futu trapoco cong" trapoco 2
"futu presto cong" presto 2
task The_V_SpaceTime
table conditions
keys down up
show bitmap fixation
delay 1000
clear 1
show bitmap @2
readkey @3 5000
clear 2
save @1 STATUS RT BLOCKNAME
block addestramento
message start
message istruzioni1
message addestramento
tasklist
The_V_SpaceTime 10 no_repeat all_before_repeat
end
block Exp_Past_Down_Future_Top
message esperimento
message istruzioni1
tasklist
The_V_SpaceTime 180 all_before_repeat
end
Thanks in advance