Skip to content

cosanlab/continuous-rater-nes

Repository files navigation

Continuous-Rater-NES

a svelte based rating app to collect continuous emotion ratings for the cosanlab nes study. Based on maxfarrens continous-rater

For an in-depth tutorial and more information, please visit maxfarrens.github.io/continuous-rater-book. Visit continuous-rater-demo.netlify.app to play with a pre-configured demo. Here is a gif of the app in action:

about

continuous-rater is an app that allows participants to continuously rate their emotions while viewing a video stimulus. It is compatible with Amazon Mechanical Turk. This app requires some configuration before use: click here for more information.

app built by Max Farrens and COSAN Lab.

getting started

  1. If you do not already have it, install Node.js

  2. Clone the repository locally. Go to your command line and enter:

    git clone https://github.com/maxfarrens/continuous-rater.git
    
  3. Install the dependencies using npm (from within the local repository):

    cd continuous-rater
    npm install
    
  4. Start Rollup:

    npm run dev
    
  5. Navigate to localhost:5000 in your browser of choice. You should see a developer version of your app running. Initially, it should just display a white screen with no content. In order to make the app functional for your experiment, you need to set up and link a Firebase backend, and edit some variables in the src/utils.js file within the continuous-rater repository. This is all explained at maxfarrens.github.io/continuous-rater-book.

contact

please contact Jonathan Lim, Max, or COSAN Lab with any questions or issues. Thanks!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published