Skip to content

leftArrow

Experiments

leftArrow sets the text label displayed under a fixed left-pointing arrow image during CFPT (Cambridge Face Perception Test style) sorting trials, i.e. trials whose test column is CFPT. The arrow pair visually marks the two ends of the sortable row of stimuli (for example “most similar” on the left, “least similar” on the right). It is a purely decorative/instructional label, not a response option, and it only has an effect on CFPT trials, whether their stimuli are images or words. On any other trial type the column does nothing.

Type the label you want under the left arrow, for example most similar.

Any free text is accepted. HTML markup in the cell is rendered as markup, so <b>youngest</b> shows in bold.

Unlike topLeft and topRight, dynamic %...% variables are not substituted in this column: they would appear on screen exactly as typed.

ValueEffect
any non-empty text (or HTML)Rendered as the label under the left arrow image on CFPT trials
empty cellNo label text is written; the space under the left arrow stays empty. The arrow images still appear (see Tips & gotchas)

There are no keywords: whatever you type is shown as text.

Leave the column out of the trial file, or leave a cell empty, and no label is drawn under the left arrow. On CFPT trials the arrow image itself still appears, just without text underneath.

Column headers are matched case-insensitively, so leftarrow and LeftArrow both work.

  • test: only trials set to CFPT show the arrows. Trials set to CFPT2 ignore this column.
  • rightArrow: the label for the other end of the row, shown alongside this one.
  • presTime: sets the CFPT countdown displayed in the top-right corner. The arrows stay visible for the whole trial and disappear when the trial ends.
  • Position and size are fixed: the arrow image sits in the lower part of the display with its label just underneath, aligned to the left edge. You cannot move or resize either from the trial file.

CFPT sorting trial with labeled endpoints (semicolons as CSV separators shown as commas here):

teststim1stim2stim3sort1sort2sort3presTimeleftArrowrightArrow
CFPTface_aface_bface_cface_bface_cface_a60000most similarleast similar

Arrows with no labels (arrow images still shown, no text underneath):

teststim1stim2sort1sort2presTimeleftArrowrightArrow
CFPTword_oneword_twoword_twoword_one30000

HTML in the label (rendered as markup):

teststim1stim2sort1sort2presTimeleftArrowrightArrow
CFPTimg1img2img2img145000<b>youngest</b><b>oldest</b>
  • Dynamic %...% variables are shown literally in arrow labels. Use topLeft or topRight if you need text that changes with the participant’s performance.
  • The arrows appear only on CFPT trials presented on a single screen. A CFPT trial split across several screens never shows them.