Level 1
Instructions: When you see the large purple circle at center‑screen, press SPACEBAR (desktop) or tap it (mobile) as fast as possible.
Purpose: Measure raw reaction time with a large, central stimulus.
/* Highlight on hover */ .sqs-tabs-nav .tab-item a:hover, .sqs-tabs-nav .tab-item a:focus { background-color: rgba(255, 215, 0, 0.3); /* semi-transparent gold */ outline: 2px solid #FFD700; /* gold border */ border-radius: 4px; } /* Persist highlight on the active/selected tab */ .sqs-tabs-nav .tab-item.is-active a { background-color: rgba(255, 215, 0, 0.4); outline: 2px solid #FFD700; }
Instructions: When you see the large purple circle at center‑screen, press SPACEBAR (desktop) or tap it (mobile) as fast as possible.
Purpose: Measure raw reaction time with a large, central stimulus.