Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 622 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 622 Bytes

Iterated guessing experiment

This is an iterative (dynamic) experiment, implemented with magpie.

Participants guess mundane quantities (e.g., average calorie intake per day of an adult UK citizen). They also receive the guess of the previous participant (possibly creating a king of iterative anchoring effect).

Online version: https://magpie-ea.github.io/magpie3-iterated-guessing/

Local use

Clone repo, then set up the project with npm install

To run the project locally, run npm run serve

To build the project for deployment (e.g. to Netlify), run npm run build