Website script and materials associated with the following manuscript
- Bohn, M., Prein, J., Delikaya, B., Haun, D. B. M., & Gagarina, N. (2022). oREV: an Item Response Theory based open receptive vocabulary task for 3 to 8-year-old children. PsyArXiv.
Link to task (in German): oREV
.
├── fetchdata <-- scripts for uploading data to server
├── data.php
├── upload_video.php
├── public
├── audio <-- all audio prompts
├── data <-- folder where participant data will be saved
├── images <-- all stimulus pictures
├── logos
├── movies
├── src <-- folder containing all CSS and JavaScript for functionality
└── ...some more config files
Development requires Node.js
git clone git@github.com:ccp-eva/orev-demo.git
npm install
npm start
git clone git@github.com:ccp-eva/orev-demo.git
npm install
npm run build
- Upload the contents within the
dist
folder to your web hoster.