chrome-okc-plugin
chrome-okc-plugin copied to clipboard
Scoring for "Is jealousy healthy in the context of a relationship?" is conflicting
For the question "Is jealousy healthy in the context of a relationship?" in the non-monogamy categories, I've seen red dots for both "Yes" and "No".
Hmm, can you confirm? The question, if we're talking about the same one, is
"Jealousy: healthy or unhealthy, in the context of a relationship?"
In relationship_model.js, it has the proper scores, so if this bug is happening, it'd potentially be a bug in the view code (which I haven't seen bugs in yet). LMK if you can reproduce.
This one has been annoying me for ages!
At issue:
Someone who agrees that "jealousy is unhealthy is a relationship" should gain points for "not
The issue MIGHT be because the wording of the question has changed, though it doesn't appear that the polarity changed.
<Interjection> Interjection: I just ran into:
and
The change in wording should probably be addressed, but I think there is something else going on (as well?). </Interjection>
526 "not_possessive": [
527 {
528 "qid":"1440",
529 "text":"Jealousy: healthy or unhealthy, in the context of a relationship?",
530 "answerText": ["Healthy", "Unhealthy"],
531 "score": [-1, 1],
532 "weight": [0.5, 0.5]
533 },
Current suggestion output (score/weight changes mine): {"qid":"1440","text":" Is jealousy healthy in a relationship? ","answerText":["Yes","No"],"score":[-1,1],"weight":[0.5,0.5]}
Nonetheless, adding the above line might knock something loose.