benjaffe / chrome-okc-plugin

OkCupid Poly Plugin
MIT License
63 stars 32 forks source link

Categories for STIs #118

Open wilbur4321 opened 9 years ago

wilbur4321 commented 9 years ago

It would be wonderfully helpful to have a category for the various STI questions that OkC asks.

wilbur4321 commented 9 years ago

(I'll see about submitting a PR for this when I get the chance)

stn4d89 commented 8 years ago

I proposed categories for risk (aversion vs friendliness/seeking) and included a number of the STI questions among them. It may make sense to break them out as separate subcategories of the broader risk concept.

Cross references #140, #148

For Aversion: // STI-STD -relevant {"qid":"26387","text":" Do you bring up STD results/risk factors before you start fooling around? ","answerText":["Not usually","Only when I suspect there might be risk involved","Not always, but I always use protection","Always"],"score":[-1,-1,-1,1],"weight":[1,1,.5,1]} {"qid":"16317","text":" Would you ever date someone that is HIV positive? ","answerText":["Yes","No","I don't know"],"score":[-1,1,-1],"weight":[1,1,1]} {"qid":"12560","text":" Might you consider dating someone who confided to you that he/she had a sexually transmitted disease? ","answerText":["Yes","No"],"score":[-1,1],"weight":[1,1]} {"qid":"1618","text":" Would you date someone who has genital herpes? ","answerText":["Yes","No"],"score":[-1,1],"weight":[1,1]} {"qid":"81847","text":" Would you date someone who has cold-sores (oral herpes)? ","answerText":["Yes.","No."],"score":[-1,1],"weight":[1,1]}

For friendliness: // STI-STD -relevant {"qid":"1618","text":" Would you date someone who has genital herpes? ","answerText":["Yes","No"],"score":[1,-1],"weight":[1,1]} {"qid":"81847","text":" Would you date someone who has cold-sores (oral herpes)? ","answerText":["Yes.","No."],"score":[1,-1],"weight":[1,1]} {"qid":"16317","text":" Would you ever date someone that is HIV positive? ","answerText":["Yes","No","I don't know"],"score":[1,-1,0],"weight":[1,1,1]} {"qid":"12560","text":" Might you consider dating someone who confided to you that he/she had a sexually transmitted disease? ","answerText":["Yes","No"],"score":[1,-1],"weight":[1,1]} {"qid":"26387","text":" Do you bring up STD results/risk factors before you start fooling around? ","answerText":["Not usually","Only when I suspect there might be risk involved","Not always, but I always use protection","Always"],"score":[1,1,-1,-1],"weight":[1,1,1,1]}