Group: Forum Members
Posts: 9,
Visits: 34
|
Hi All, I'm back! After some discussion we decided we still need a time limit set for each problem. I'm trying to implement a problem time limit on the Tower of London task from Inquisitlab. I want the script to move on to the next problem once a set time limit that is same for all problems is up ( for example, 60 seconds, then it automatically moves to the next problem).
The part of the script I was thinking of adding to the choice trial is:
/branch [if (script.currenttime - values.t_roundstart > 60000) trial.stopblock
But it doesn't seem to work the way I want it to, and nothing seems to happen. Am I misunderstanding how I should implement the code, or is my approach completely wrong?
|