benjaffe / chrome-okc-plugin

OkCupid Poly Plugin
MIT License
63 stars 32 forks source link

Polarity incorrect on question #167

Closed stn4d89 closed 5 years ago

stn4d89 commented 8 years ago

For category NON-anxious

    {
        "qid":"68580",
        "text":"After dating someone for a while, you finally get to see where they live. He/she leaves you alone to go take a quick shower. Would you snoop?",
        "answerText": ["Yes.", "No."],
        "score": [-1, 1]
    },

I'd think that someone who answers "No" (I won't snoop) is non-anxious.

Replace with

    {
        "qid":"68580",
        "text":"After dating someone for a while, you finally get to see where they live. He/she leaves you alone to go take a quick shower. Would you snoop?",
        "answerText": ["Yes.", "No."],
        "score": [1, -1]
    },
benjaffe commented 5 years ago

I think this is actually correct -- If they answer "No (I won't snoop), it increases their score in the non-anxious category by 1. If you compare the scoring and weighting to other answers in that file, they seem consistent.