Reply To: Can we randomize time with newTimer() ?

PennController for IBEX Forums Support Can we randomize time with newTimer() ? Reply To: Can we randomize time with newTimer() ?

#7958
Larissa_Cury
Participant

Dear Jeremy,

Huhh….I guess I’m still doing sth wrong, ’cause it is still couting the 24 trials twice, let me show it you:

newButton(“come back”,”PRATICAR DE NOVO”)
.callback(newVar(“practiceRTs”).global().set( [] ),jump(startsWith(“p_trial”)) , end() )
.css(“margin”,”1.5em”)
.center()
.print()
?

I still get: “Você acertou 14 do total de 48” (which means you’ve got 14 out of 48)

ps: do you think that maybe setting 5800 rather than 6000 would be more precise? My idea was: “ok, I have to show a 2000ms feedback, so I’ll just count this time”

  • This reply was modified 2 years, 1 month ago by Larissa_Cury. Reason: add a question