Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.27 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.27 KB

PREVIC: Parent Report of Expressive Vocabulary in Children

Bohn, M., Prein, J.C., Engicht, J., Haun, D.B.M., Gagarina, N. & Koch, T. (in preparation). PREVIC: An adaptive parent report measure of expressive vocabulary in children between 3 and 8 years of age.

Usage

Link to task (in German): PREVIC

PREVIC

Structure

.
├── adaptivetesting             <-- scripts for maximum likelihood estimations
├── public                      
    ├── data                    <-- scripts for uploading data to server
    ├── images                  <-- logos etc. 
    ├── all html pages          <-- index, instructions, questionnaire and goodbye page
├── src                         <-- folder containing all CSS and JavaScript for functionality
└── ...some more config files                      

Development

Development requires Node.js

Local Development

  1. git clone [email protected]:ccp-eva/orev-demo.git
  2. npm install
  3. npm start

Deploy Application To A Server

  1. git clone [email protected]:ccp-eva/orev-demo.git
  2. npm install
  3. npm run build
  4. Upload the contents within the dist folder to your web hoster.