Skip to content

presTimeS2

Experiments

presTimeS2 is the older alias of presTime2. It overrides the presentation time of the second screen of a trial, and nothing else. It is only read when presTime2 is empty, and from there on the two columns behave identically. It has no other effect anywhere in an experiment. Do not use it in new trial files; put per-screen times in presTime as a semicolon list.

Put a single whole number of milliseconds in the cell: it becomes the presentation time of the trial’s second screen.

None of the presTime forms (semicolon lists, min_max, a|b|c, V*N) work in this column.

ValueBehavior
empty (or absent)No override.
integer NSecond screen’s presentation time becomes N ms.
non-numericOverride skipped.

Leave the cell empty, or leave the column out, and nothing is overridden: the second screen keeps the time presTime gave it.

It is also ignored entirely whenever presTime2 has any value at all, including one that is not a number and therefore overrides nothing itself.

  • presTime2: the same override under a newer name, and everything on its page applies here too. presTime2 wins when both cells are filled in.
  • presTime: the value replaces the second screen’s time in the presTime list, before the trial works out whether the last screen should stay up until the participant responds.
  • ISI and stimScreens: the trial needs a second screen for the override to do anything. That screen comes from an ISI gap on the legacy path, or from a multi-screen stimScreens grouping; the override works the same way in both cases.
  1. Legacy cue then probe timing:
typestimFormatstim1stim2presTimepresTimeS2ISI
test.pngcueprobe2507500

Screen 1 shows cue for 250 ms, ISI of 0 ms, screen 2 shows probe for 750 ms.

  • Same as presTime2: on a two-screen trial where presTime gives only one value, adding presTimeS2 makes the second screen hide on a timer instead of waiting for a response. On the legacy ISI path it also cannot be used without a positive presTime for screen 1. On a multi-screen stimScreens trial that limitation disappears, because an empty presTime is filled with the 1000 ms per-screen default first.