Skip to main content

Simple & Choice Reaction Time

The Simple and Choice Reaction Time task combines the two most fundamental paradigms in experimental psychology. Simple RT (Donders, 1868) isolates psychomotor processing speed, while Choice RT adds stimulus-response mapping. The difference between the two provides a pure estimate of decision time.

ActivitySpec: lamp.simple_rt

Cognitive domain: Processing speed, psychomotor speed, decision time

Configurationโ€‹

SettingDescription
Simple TrialsNumber of simple RT trials
Choice TrialsNumber of choice RT trials (0 to skip)
Min ISIMinimum inter-stimulus interval (ms)
Max ISIMaximum inter-stimulus interval (ms)
API settings fields
Dashboard SettingAPI FieldTypeDefault
Simple Trialssimple_trialsnumber20
Choice Trialschoice_trialsnumber20
Min ISImin_isi_msnumber1000
Max ISImax_isi_msnumber4000

Sample Instructionsโ€‹

"Tap the circle as quickly as you can when it appears. In the first part, a circle will appear in the center. In the second part, it will appear on the left or right -- tap the matching side."

Usageโ€‹

The task has two phases. In Phase 1 (Simple RT), a blue circle appears at screen center after a random inter-stimulus interval (1000-4000 ms), and the participant taps anywhere as fast as possible. In Phase 2 (Choice RT), the blue circle appears on the left or right side, and the participant must tap the matching side.

Tapping during the inter-stimulus interval (before the stimulus appears) counts as an anticipation error, as does any reaction time below 100 ms. After each trial, brief feedback is displayed: green for a valid response, red for an anticipation or incorrect response.

Scoringโ€‹

Primary metrics are mean and median RT for each phase. The difference between choice and simple mean RT estimates decision time.

References
  1. Donders, F. C. (1868/1969). On the speed of mental processes. Acta Psychologica, 30, 412-431. DOI: 10.1016/0001-6918(69)90065-1
  2. Jensen, A. R. (2006). Clocking the Mind: Mental Chronometry and Individual Differences. Elsevier.

Dataโ€‹

static_dataโ€‹

FieldTypeDescription
simple_mean_rtnumberMean RT on simple trials (ms)
simple_median_rtnumberMedian RT on simple trials (ms)
simple_sd_rtnumberRT standard deviation on simple trials (ms)
simple_correct_countnumberValid simple trials
simple_trial_countnumberTotal simple trials
choice_mean_rtnumberMean RT on choice trials (ms)
choice_median_rtnumberMedian RT on choice trials (ms)
choice_sd_rtnumberRT standard deviation on choice trials (ms)
choice_correct_countnumberCorrect choice trials
choice_error_countnumberWrong-side choice responses
choice_trial_countnumberTotal choice trials
overall_mean_rtnumberMean RT across all trials (ms)
anticipation_countnumberAnticipation errors (tapped before stimulus)
scorenumberOverall score
correct_answersnumberTotal correct responses
wrong_answersnumberTotal errors
total_questionsnumberTotal trials
questionnaireobjectPost-game ratings: clarity (1-5), happiness (1-5)

temporal_slicesโ€‹

One entry per trial.

FieldTypeDescription
itemnumberTrial index
levelnumberPhase: 1 = simple, 2 = choice
typebooleanWhether the response was correct
valuenullUnused
durationnumberReaction time (ms)
phasestring"simple" or "choice"
trialnumberTrial number within phase
stimulus_sidestringStimulus location ("center", "left", or "right")
response_sidestringSide tapped
anticipationbooleanWhether this was an anticipation error
isinumberInter-stimulus interval for this trial (ms)

Cortex Featuresโ€‹

No Cortex features are currently available for this activity.

View in Portal | Python SDK | API Reference