Skip to main content

Timing Parameters

You will want to control various timings in you experiment, such as the duration of a trial, how long stimuli are presented for and how long participants can respond

  • All timings in Testable are in milliseconds
  • Timings can be presented as fixed values, ranges or sets
  • Timings can also be specified as number of display frames
Examples
  • presTime = 1000 (presentation time will be 1000ms)
  • presTime = 1000_2000 (presentation will be a random time between 1000ms and 2000ms)
  • presTime = 1000 | 1500| 2000 (presentation will be randomly selected between 1000ms, 1500ms and 2000ms)