I already have an 'auto quota' system in 2.05 version , using some hack and javascript.
The system was this one :
- User answer on some question
- This question prefill a 'multiple choice question' (user can go to quota1, quota3 or quota6)
- This multiple choice question have a corresponding single choice question with quota
- This question was checked according to the number of quota to do
It's really complex to manage for user, i like to find a way to such system with
- no JS : only PHP (and existing system)
- A clean GUI for survey manager.
Currently : you don't have to use ajax, you can use only javascript and this plugin : framagit.org/SondagePro-LimeSurvey-plugin/getStatInSurvey
In fact : this plugin was done fpor this :
- Hide answer if they get up of quota
- Show the number of "still valid answer"
For a webphone survey.
The system was this one :
- User answer on some question
- This question prefill a 'multiple choice question' (user can go to quota1, quota3 or quota6)
- This multiple choice question have a corresponding single choice question with quota
- This question was checked according to the number of quota to do
It's really complex to manage for user, i like to find a way to such system with
- no JS : only PHP (and existing system)
- A clean GUI for survey manager.
Currently : you don't have to use ajax, you can use only javascript and this plugin : framagit.org/SondagePro-LimeSurvey-plugin/getStatInSurvey
In fact : this plugin was done fpor this :
- Hide answer if they get up of quota
- Show the number of "still valid answer"
For a webphone survey.