gorkang / R_conditions_creation

0 stars 0 forks source link

pfab conditions should show first part of the unified_question #101

Closed gorkang closed 6 years ago

gorkang commented 6 years ago

In the pfab conditions we should show:

Imagine a group of prevalence_02_variable women at age age_variable that go through a massive screening.

Should look:

Imagine a group of prevalence_02_variable women at age age_variable that go through a massive screening.

women receive a positive test_result that correctly indicates the presence of medical_condition, and women receive a positive test_result that incorrectly indicates the presence of medical_condition. Therefore, given that the test_result indicates the signs of medical_condition, the probability that person_01 actually has medical_condition is out of

nik0lai commented 6 years ago

Is not so simple to achieve this. Right now the PPV question is a separate question on Qualtrics that is displayed in every condition, except when the presentation format is "positive framework" and the response type is "sequential guided". The reason is that the question contains calls to Embedded data fields, this calls cannot be stored inside embedded data fields.

If you want the following, there is no way to show only the first or both sentences.

Imagine a group of 2000 women at age 20/40 that go through a routine screening. Of those with a positive mammogram/test result, how many would you expect to actually have breast cancer/Down's syndrome?

The other solution is to separate the first and second sentence in two text items, which result in this.

image

Another solution would be to create the PPV question using Javascript and conditionals according to what presentation format and response type is being displayed.

nik0lai commented 6 years ago

we're using the two parts ppv question now. it is necessary to modify display logic of this questions on manual changes section.

nik0lai commented 6 years ago

fixed.