@Al at DECKED - from another user here..
one of the things to keep in mind if you use logic branches - if you have required questions on the Yes branch of your survey and choose NO, and are presented with a series of questions only on the No branch (or send someone straight to the ending) , the user will bypass all the required questions on the Yes path .. sort of like this
- q1 is Yes or No
- if q1 is YES
- then jumpto q2 then q3 then q4 then q8
- if q1 is NO
- then jumpto q5 then q6 then q7 then q8
- q8 to q9 then ending are all common in this example
if all the questions are required, the user will only see SOME of the required questions and will not have the opportunity to answer the others, hence the answers will be blank
If you are NOT using any logic jumps, then you should probably take a screen shot of the logic map and display it here, it you could
thanks
@Paulo - yeah.. it’s usually the simple things we forget BUT what happens in Community, stays in Community lol
des