Commit 93866b98 authored by Augustin Burchell's avatar Augustin Burchell

Merge branch 'main' of https://github.com/EasyEyes/threshold

parents 38e1e0fc 7f91d051
# crowding
# EasyEyes Threshold
A PsychoJS-based experiment generator for the measuring various psychometric thresholds, eg crowding.
......@@ -39,7 +39,7 @@ or use a hosting service like Pavlovia.
For testing your experiment while developing it, use the first solution below;
when your experiment is tested and ready to be run by participants, use the second.
A. Start a server for testing locally.
- A. Start a server for testing locally.
We need to [start up a local server](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/set_up_a_local_testing_server).
In essence, this is a program running on
......@@ -50,7 +50,9 @@ when your experiment is tested and ready to be run by participants, use the seco
`python3 -m http.server`.
This is a quick, one-line way to start a server instance in the current
directory, which is built-in to python.
(Note: Other servers, such as with [Node.js](https://stackoverflow.com/questions/6084360/using-node-js-as-a-simple-web-server) or [PHP](https://stackoverflow.com/questions/1678010/php-server-on-local-machine), would also work for this purpose, though we recommend
(Note: Other servers, such as with [Node.js](https://stackoverflow.com/questions/6084360/using-node-js-as-a-simple-web-server)
or [PHP](https://stackoverflow.com/questions/1678010/php-server-on-local-machine),
would also work for this purpose, though we recommend
using the Python server, as Python is already a dependency of the preprocessor.)
We can then open the experiment by visiting
......@@ -59,7 +61,7 @@ when your experiment is tested and ready to be run by participants, use the seco
from a web-browser on the same computer.
B. Deploy your experiment by uploading to an experiment hosting service.
- B. Deploy your experiment by uploading to an experiment hosting service.
Once your experiment is ready for participants, it should be hosted online.
We recommend doing this safely and quickly by using a hosting service,
......
......@@ -39,7 +39,7 @@
<Param name="elSimMode" updates="None" val="False" valType="bool"/>
<Param name="elTrackEyes" updates="None" val="RIGHT_EYE" valType="str"/>
<Param name="elTrackingMode" updates="None" val="PUPIL_CR_TRACKING" valType="str"/>
<Param name="expName" updates="None" val="crowding" valType="str"/>
<Param name="expName" updates="None" val="threshold" valType="str"/>
<Param name="exportHTML" updates="None" val="manually" valType="str"/>
<Param name="eyetracker" updates="None" val="None" valType="str"/>
<Param name="gpAddress" updates="None" val="127.0.0.1" valType="str"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment