My boss is planning a big survey with many thousands of responses. He wants for a few (20-50) to have one (complicated) extra question.
Now I looked at quotas to do that, but with quotas as far as I understand they work for the whole questionnaire and if it is above the 20-50 the rest will just see the end screen.
Is there a way to do something like quota on a question group level?
(My other solution would be to create 2 separate questionnaires, one full, one shorter and then maybe use the quota from one to the other.
4.x. and up has a built-in plugin.
3.x. You may use a plugin that you have to install by yourself.
These count the complete surveys so far.
Or you use the SAVEDID.
Create an equation (addQuest) that calculates a value - using the SAVEDID or the other values - that each "number of expected responses / 50" participant sees the additional question.
Like {if(SAVEDID / (number of expected responses / 50) == floor(SAVEDID / (number of expected responses / 50)),1,0)}
And the relevance equation of this question is: addQuest==1.
A rough idea but might work.
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
The equation looks like it would work. But just to be sure, what built-in plugin? I checked the plugin manager and did not find any that looked like they would do that.
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
It is strange, it says it is missing the config file.
Now I took over a very old (I think Version 1.9) and updated it and its database of old questionnaires. So I used the comfort updater and later the manual updates. I remember that there was an error where the system looked for the plugins under /root/plugins and not /root/application/core/plugins
But the statFunctions folder (with the config.xml) is in both directories.
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.