Red Light Green Light Reaction Time Test
Click the circle as fast as you can when it turns green!
To create a “Red Light Green Light Reaction Time Test” table, we would typically capture the reaction times of participants when they are instructed to move or stop based on a color cue (green for go, red for stop). Here’s a structure that might capture essential details:
Trial # | Participant ID | Signal (Red/Green) | Reaction Time (ms) | Response (Move/Stop) | Correct Response? (Y/N) |
---|---|---|---|---|---|
1 | 001 | Green | 250 | Move | Y |
2 | 001 | Red | 300 | Stop | Y |
3 | 002 | Green | 275 | Move | Y |
4 | 002 | Red | 280 | Stop | N |
5 | 003 | Green | 200 | Move | Y |
6 | 003 | Red | 310 | Move | N |
Explanation of Columns:
- Trial #: Sequential number for each reaction test instance.
- Participant ID: Unique identifier for each participant.
- Signal: Color cue shown to participants (“Red” or “Green”).
- Reaction Time (ms): Time taken by participants to respond after the color appears.
- Response: Whether the participant chose to move or stop.
- Correct Response?: Indicates if the participant’s response matched the expected response (Y for yes, N for no).