Watts-Lab / surveys

Library of surveys for deliberation experiments
MIT License
3 stars 4 forks source link

[Add] Subjective Value Inventory #148

Closed xehu closed 3 months ago

xehu commented 1 year ago

Add a new survey to the repository according to the instructions in the package README.md.

Survey Title: Subjective Value Inventory

Survey Source

http://www.subjectivevalue.com/

Survey Overview

Measures subjective outcomes of negotiation.

Aggregation/scoring function

Average each of 4 different subscales, as well as an "overall" score and a "rapport" score (average of the last 2 subscales).

Tasks

xehu commented 1 year ago

Noting that after running npm run test, it hangs after a very long time .... how long is the expected time for the tests to complete @JamesPHoughton?

Screenshot 2023-09-28 at 8 01 13 PM
JamesPHoughton commented 1 year ago

This just opens the test runner in a separate window, and you have to click through and run the tests manually, at the moment, to see what they do. This is good from the perspective of letting you see and debug stuff, but not great from an actual acceptance testing perspective. When we push to GH, it runs through all the tests automatically and gives a report.

xehu commented 1 year ago

I did push to GitHub and .... some tests are definitely broken, lol! Maybe we can take a closer look tomorrow? Interestingly, it seems like most of the failed tests are ones I didn't touch, while the tests I wrote didn't show up. Do you have to "add" the cypress tests to a list somewhere?