Stream: questionnaire
Topic: Within Item Display Logic
Grey Faulkenberry (May 05 2021 at 18:51):
I would like to display different text for the same item based on some logic. Specifically, I have a question where the answers are similar, but the phrasing differs based on age (but it's a similar concept, so I'd like to capture it as the same linkId for later comparisons). For instance,
0-13 years old: Do you need assistance finding a job (assumes parents are completing the questionnaire)? "Yes", "No", "I don't Know"
14-17 years old: Do you or your parents need assistance finding a job? "Yes", "No", "I don't Know"
18+: Do you need assistance finding a job (assumes patient is completing the questionnaire)? "Yes", "No", "I don't Know"
@Tilo Christ (who does make a smooth questionnaire, btw suggested using a locale translation based on age instead of country, which I will probably also try. Has anyone else dealt with this yet?
Lloyd McKenzie (May 05 2021 at 20:09):
We're adding an extension to SDC to allow the item.text to be driven by an expression, so that might be an option.
Last updated: Apr 12 2022 at 19:14 UTC