Perceptual Speed (PS) is the cognitive ability related to comparison tasks as higher Perceptual Speed means greater accuracy in identifying different objects or patterns. This Perceptual Speed Test Tool is a ReactJS App that measures PS through a set of questions adapted from Ekstrom et al., featuring identification of words with certain letters, number comparison, and shape recognition.
Find A test:
Number Comparison test:
Shape Recognition test:
In order to save results in the PostgreSQL database, please create a .env file as shown in the sample provided.
Clone the repository and open the folder:
git clone https://github.com/CarolinaMPereira/Perceptual-Speed-Test-Tool.git
cd Perceptual-Speed-Test-ToolInitialize backend:
cd backend
npm i
npm run startInitialize frontend in another terminal tab:
cd Perceptual-Speed-Test-Tool/frontend
npm i
npm run startOpen http://localhost:3000/ in your web browser.


