Hi,
1. please always attach a lss export.
lsq and lsg exports are language sensitive. So we have to guess which base language you used, then create a survey with that base language, and then we are able to import it.
Furthermore lsq and lsg exports don't contain survey settigs which sometimes also are of importance.
2.
Let us assume that the first question weighs twice more than the other two questions which are of equal weighs.
Is that done by your giving 2 points to "Yes"? Or what?
Please explain.
But it is exactly what I showed in my first example.
{sum(if(Q1=="A1",1,0),if(Q2=="A1",1,if(Q2=="A2",2,3))}
In your example.
{sum(if(Q2=="Y",2,0),if(Q2b_SQ001=="Y",5,0),if(Q2b_SQ002=="Y",2,0),if(Q2c=="A1",0,1))}
If you used no Y/N question, but list(radio) you could have used assessment values.
That would have shortened the equation to
{sum(Q2.valueNAOK,if(Q2b_SQ001=="Y",5,0),if(Q2b_SQ002=="Y",2,0),Q2c.valueNAOK)}
So add a question of type equation and enter your summing up.
I saw that there are the sample survey available. You really should study them.
www.limesurvey.org/manual/Expression_Manager_sample_surveys
Joffm