Skip to content

A platform for measuring Perceptual Speed based on Ekstrom et al.'s tests.

License

Notifications You must be signed in to change notification settings

CarolinaMPereira/Perceptual-Speed-Test-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.