Hi,
as far as I understand you want to know how many of the - not mandatory - question were answered.
The feature request you linked to was something to provide the response rate of questionnaires in total
Like: I invited 500 persons, 200 answered -> 40%
I think you have to count the "no answer" answers - which is not so difficult, if you have a specific code for that.
To be able to distinguish between you should use a specific code for "I do not want to answer this question" instead of showing the default "no answer" option (both show "empty" in the answer table, what I think you saw already) and make it mandatory.
Then you can do something like
{countifop("==","[yourCode]",Q1.NAOK,Q2.NAOK,that.Q3.NAOK,...)} for single punch and array
{countifop("==","Y",M1_SQ099,M2_SQ099,M3_SQ099,...)} for multiple
and other countings by ExpressionScript.
But I do not think this should be done in LimeSurvey.
This can be calculated more easily in your statistic software, let it be SPSS or EXCEL or R or whatever.
Because there is nothing else to do than to create an example, you should provide your survey as lss export, and I will try to show you something.
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
The topic has been locked.