episphere / quest

experimenting with the idea of a questionnaire markup
https://episphere.github.io/quest/
2 stars 11 forks source link

Module 2 - INTRONONCISWOM and HORNONCISWOM missing #299

Closed robertsamm closed 3 years ago

robertsamm commented 3 years ago

Both the intro text INTRONONCISWOM and question for HORNONCISWOM is missing for SEX=3, SEX2=6, GEN=2.

Both should display if: SEX= (01 “MALE” OR 03 “INTERSEX OR OTHER”) AND GEN= (02 “FEMALE”, 04 “TRANSGENDER FEMALE”, 05 “GENDERQUEER”, OR 06 “ADDITIONAL GENDER”)

Tested with: {"firstName":"Amelia","AGE":"55","SEX":["3"],"SEX2":["6"], "GEN":["2"],"WORK":["1"]} {"firstName":"Amelia","AGE":"55","SEX":["3"],"SEX2":["2"], "GEN":["4"],"WORK":["1"]}

stealthv commented 3 years ago

@robertsamm Seems to be working for me. Maybe an issue with the browser cache?

Screen Shot 2021-02-23 at 5 00 06 PM
robertsamm commented 3 years ago

Tested in incognito mode and still not seeing the INTRONONCISWOM intro or the HORNONCISWOM question for SEX=3, SEX2=6, GEN=2. Tested with: {"firstName":"Amelia","AGE":"55","SEX":["3"],"SEX2":["6"], "GEN":["2"],"WORK":["1"]}

Moving to triage.

robertsamm commented 3 years ago

I see that this is working correctly now. I reloaded the markup incorrectly. Closing.