i have problems with my branching conditions...i will try my best to explain that
i'm using LS 3.20.2
this is the lss.
so i have this kind of path (look the picture)
i have 5 Big categories of groups which are SC, AV, VD, CA, RS and for every category i have a special group for the age, so i have
SC18
SC30
SC60
SC99
AV18
AV30
and so on, as you can imagine, this is the order of the groups in my limesurvey, and basically i wanto to follow the path as the age is select, so the first question is, what is your age and four options (18(A1), 30(A2), 60(A3), 99(A4)) Ax is the answer id.
in the relevance equation in the group e.g SC18 i put ((Age1.NAOK == "A1")) this is my selection tom determine in which group you should enter and this is working.
now comes the real problem.
for entering the next group of questions which is AV18 e.g i used this relevance equation ---> ((SC18001.NAOK == "A1" OR "A2" OR "A3"))
[where sc18001 is the id question of the first question and its mandatory so basiccally i dont bother which is the answer but important is that you give an answer](all questions are radio button with 3 options)
and the same i have in VD, CA, RS but if i choose the path 30 for exemple it goes in the category SC30 which is correct but after that it goes into the category AV18 but it should go to AV30 so i dont know whats wrong.
basically i want that you need just to answer to the question of the previous aged category to enter the other ---> better explenation...
SC18 (answer the mandatory question) ---> AV18(answer the mandatory question)-->VD18(answer the mandatory question) so on
SC30(answer the mandatory question)-->AV30(answer the mandatory question)-->vd30(answer the mandatory question)
SC60(answer the mandatory question)-->AV60(answer the mandatory question)-->VD60 .....so on as you can imagine
i appreciate if someone answers, if you dont understand let me know i will try to explain better
thanks FG
ps: im new to LS please tell me exactly where and what to put, dont be generic, sorry again