episphere / questionnaire

1 stars 2 forks source link

Participant entered COV1=0 and still saw COV3 #252

Closed cusackjm closed 9 months ago

cusackjm commented 11 months ago

Participant issue CS00097: App is asking for date I had COVID (COV3) before it will let me continue. I never had COVID & there is no option to skip or say that I didn't have it.

Kelsey checked backend data and saw: COV1= 0 no COV2= null COV3= null

If COV1= 0, participant should go to COV23_SKIP not COV2

@danielruss is this a Quest/PWA issue?

danielruss commented 11 months ago

when I run with the stage module

I go from:

1. SRVCOV_COVIDINTRO_V1R0 
2. D_494226443
3. SRVCOV_COV23_V1R0

results:
D_793330426 {"D_494226443":"104430631"}

This happens because the displayif on [COV23] stops it from displaying the question, so it goes to [SRVCOV_COV23_V1R0].

Same on prod module.

I cannot reproduce the error.

cusackjm commented 11 months ago

Could this be an issue with data not saving?

Davinkjohnson commented 9 months ago

This has been tested and seems to now be resolved. closing.