Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.88 KB

README.md

File metadata and controls

58 lines (39 loc) · 1.88 KB

License: GPL-3.0 Last release

Perceptual Speed Test Tool

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.

Preview

Find A test:

Find A Test

Number Comparison test:

Number Comparison Test

Shape Recognition test:

Shape Recognition Test

Run the application

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-Tool

Initialize backend:

cd backend
npm i
npm run start

Initialize frontend in another terminal tab:

cd Perceptual-Speed-Test-Tool/frontend
npm i
npm run start

Open http://localhost:3000/ in your web browser.