how to show all following surveypages after branch command


Author
Message
wanda
wanda
Respected Member (495 reputation)Respected Member (495 reputation)Respected Member (495 reputation)Respected Member (495 reputation)Respected Member (495 reputation)Respected Member (495 reputation)Respected Member (495 reputation)Respected Member (495 reputation)Respected Member (495 reputation)
Group: Forum Members
Posts: 5, Visits: 23
Hello there,
I've got a problem with my questionnaire script. This questionnaire should figure out wether someone fits all criteria needed to participate in our study, therefore people are being asked a bunch of questions during the first few pages and if the answer 'incorrect' they are lead to the last survey page (surveypage 'raus'), telling them that they can't participate in this study. The branch commands work just fine, people get kicked out of the survey if the don't fit certain criteria and so on. Problem is: people who fit all criteria should just complete the whole survey, so the script should show them ALL pages following the criteria pages..it doesn't.
After the last survey page with these criteria the script just jumps back to a previous page with criteria and gets all messed up, after a while the following pages are shown but just if you push the next button like 10 times. Does anybody have a solution for this? Is there a command that tells Inquisit 'if people answer 1 show page 'raus' BUT if people answer 2 show ALL following pages'? 
Thanks a lot for your time guys!

p.s.: i'm using inquisit 4 and that is basically my script:

<surveypage1>
/ branch = [if (radiobuttons.xxx.response == "1") surveypage.raus
else surveypage.2]
/ branch = [if (radiobuttons.xxx_2.response == "1") surveypage.raus
else surveypage.2]
/ questions = [1 = xxx, xxx_2]
(...)
</surveypage>

<surveypage 2>
/ branch = [if (checkboxes.xxx_3.selected.16 == false) surveypage.raus
else surveypage.3]
/questions = [1 = xxx_3 ]
(...)
</surveypage>

<surveypage 3>
/ branch = [if (radiobuttons.xxx_4.response == "1") surveypage.raus
else surveypage.intro]
/questions = [1 = xxx_4]
 (...)
</surveypage>

this is the problematic part, the transition between the previous (page 3) and the following pages

<surveypage intro>
/ caption = "hvkchsaudcm,ascgb"
/ fontstyle = ("Arial", 3%, false, false, false, false, 5, 1)
/subcaptionfontstyle = ("Arial", 1.5%, false, false, false, false, 5, 1)
/itemfontstyle = ("Arial", 2.5%, false, false, false, false, 5, 1)
/responsefontstyle = ("Arial", 2%, false, false, false, false, 5, 1)
/ txcolor = (0, 0, 0)
/ ontrialbegin = [shape.progressbar.width=80%*(values.currentpage/values.npages)]
/ stimulusframes = [1 = progressbar]
</surveypage>


(several pages in-between)


<surveypage raus>
/ caption = "We are really sorry, but you can't participate in our study. ..."
/ fontstyle = ("Arial", 3%, false, false, false, false, 5, 1)
/subcaptionfontstyle = ("Arial", 1.5%, false, false, false, false, 5, 1)
/itemfontstyle = ("Arial", 2.5%, false, false, false, false, 5, 1)
/responsefontstyle = ("Arial", 2%, false, false, false, false, 5, 1)
/ txcolor = (0, 0, 0)
/showpagenumbers = false
/showquestionnumbers = false
/ nextbuttonposition = (90%, 90%)
/ backbuttonposition = (80%, 90%)
/ showbackbutton = false
/ finishlabel = "beenden"
/ nextlabel = "beenden"
</surveypage>

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...





Reading This Topic

Explore
Messages
Mentions
Search