Introduction

Visual search is about how we search and find objects using our vision. Research on searching for items in a search display goes back to the work of Anne Treisman in the late 1970s. One of the important ideas of searching for features with specific items (e.g., searching for a green round bottle among a large collection of bottles) is that this cannot be done in parallel; hence, the more items there are to search through, the longer it takes.

Searching for specific combinations of features in items (e.g., the ROUND GREEN bottle amongst bottles of all sorts of colors and shapes) is known as conjunctive search. The increase in conjunctive search time due to the numbers present is known as the search slope.

This Scholarpedia page has good background information. It is curated by well know visual search researcher Jeremy Wolfe.

About this implementation

  • Note, you can show your response times and copy and paste them to a local file for your own data analysis.

Run the demo

In this example, you need to respond to the letter T, but only if it is in it’s regular upright position and only if it is orange. You respond with the space bar (and do not do anything if no T is present). There are 50 search displays, and the task takes around 5 minutes to complete. In each display, there are 5, 10, 15, or 20 items. Search time increases with large numbers of items on the screen.

Data output file

In PsyToolkit, the data output file is simply a textfile. The save line of the PsyToolkit experiment script determines what is being saved in the data output file. Typically, for each experimental trial, you would have exactly one line in your text file, and each number/word on that line gives you the information you need for your data analysis, such as the condition, response speed, and whether an error was made.

Meaning of the columns in the output datafile. You need this information for your data analysis.

Colum

Meaning

1

blockname

2

the stimulus display number (that is, the line number of the display as defined in the table)

3

distractor present? 1=yes, 0=no

4

number of distractors

5

status (1=correct, 2=error, 3=too slow)

6

the response time (ms)

Download

If you have a PsyToolkit account, you can upload the zipfile directly to your PsyToolkit account. Watch a video on how to do that. If you want to upload the zipfile into your PsyToolkit account, make sure the file is not automatically uncompressed (some browsers, especially Mac Safari, by default uncompress zip files). Read here how to easily deal with this.

Further reading

  • Treisman, A. (1977). Focussed attention in the perception and retrieval of multidimensional stimuli. Perception and Psychophysics, 9, 40-50.

  • Treisman, A., & Gelade, G. (1980). A feature integration theory of attention. Cognitive Psychology, 12, 97-136.