📖 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.
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.
We build EasyEyes Threshold with PsychoJS 2022.1.3
.