Web-based version of the probabilistic reversal-learning task and Tower of London task (Executive functioning segment)
The probabilistic reversal-learning task and the Tower of London task are standard psychological tests for evaluating an individual's executive functioning and attentional control abilities. The web-based applications will be used for collecting data and for building cognitive models to predict human behavior in these tasks.
Probabilistic Reversal Learning
The web based version can be accessed at https://finalproject-cs308.herokuapp.com/ . To run it on local, follow the steps as given below:-
-
Install node.js and npm first.
-
For installing the dependencies.
npm install
- For generating docs.
make
- For running the server.
node index.js
- Access the website at http://localhost:5000