Group: Forum Members
Posts: 15,
Visits: 59
|
Hello,
Apologies in advance, but I'm new to Inquisit. For my study we are collecting information from healthy controls and people with chronic pain. For the demographics questionnaire, all participants are exposed to the same questions except when they are asked about chronic pain. Anyone who identifies as having chronic pain will be asked additional questions about their pain; however, I want to use branching so that HCs do not see these questions. This is what I have so far but I can't quite figure out I need to add anything else or how I format my questions after this section of code...
Does anyone know how to fix this? Everything I have tried just gives me an error code, or does not display some of my questions altogether.
<surveypage Demographics7> /caption ="<%parameters.demographicpageinstructions%>" /subcaption = "<%parameters.quitinstructions%>" /questions = [1 = chronic_pain_question] / branch = [if (radiobuttons.chronic_pain_question=="Yes") surveypage.Demographics8] </surveypage>
Thanks in advance, Caitlin
|