VarArgList

If the trial definition contains variable command arguments, all values for them must be defined in the remaining line.

 Example for inserting a pause trial in a running block



; This trial definition defines the trial which will be inserted

TRIAL Break
SP Pause  MidPos  1  ?          ; Show picture 'Pause' and wait for a variable time
SP Press  MidPos          ; Show picture 'Press'
WK Space          ; Wait for any key


SESSION 
RUNTRIAL  Welcome          ; Run a welcome trial

MAXTRIAL  50  Break  15000          ; Insert trial 'Break' after each 50 trials
RUNBLOCK  Blk  192          ; Run 192 valid trials, but pause after each 50

RUNTRIAL  GoodBye          ; Run a good-bye trial
 



Copyright 2023 - BeriSoft Inc.
All rights reserved