Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.27 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.27 KB

EasyEyes Threshold

📖 Manual
📝 Parameter Glossary
🌏 Webapp (beta)

A PsychoJS-based experiment generator for the measuring various psychometric thresholds, e.g., crowding. Please visit https://easyeyes.app/experiment for more instructions.

Development

To clone this repo, use

git clone --recurse-submodules https://github.com/EasyEyes/threshold.git

Then, run the following for the initial setup

npm install
npm run build

To develop based on a specific experiment table, use

npm run examples [tableName].[xlsx] # you may also run `npm run examples` to prepare for all tables in your examples/tables folder
npm start -- --name=[tableName] # start hot-reload development

You need to rerun npm run examples [your table name] every time you edit the HTML or table files.

PsychoJS Version

We build EasyEyes Threshold with PsychoJS 2022.1.3.