Skip to content

Commit

Permalink
rating type.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondavis4422 committed Nov 15, 2024
1 parent 115407e commit 4a93859
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ export const estHITTime = '60'; // estimated time to complete HIT (in minutes)
export const totalHITTime = estHITTime * 2; // total time provided for HIT (in minutes)

// stimuli variables
export const ratingTypes = ['happy', 'sad', 'amused']; // array of rating types
export const ratingTypes = ['happy', 'sad', 'amused']; // array of rating types
// export const ratingTypes = ['pleasant', 'unpleasant', 'calm', 'aroused', 'funny', 'happy', 'angry', 'sad', 'disgusted', 'afraid', 'suprised']; // array of rating types

// this configures path to proper firebase
// COPY AND PASTE YOUR FIREBASE CONFIG HERE
Expand Down

0 comments on commit 4a93859

Please sign in to comment.