- Posts: 27
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Joffm wrote: you can use the "massaction" plugin to change the relevance of these questions to "0".
Joffm
INSERT INTO [your_lime_prefix]_question_attributes (qid,attribute,value) VALUES ([QuestionID], "hidden", 1);
DELETE FROM [your_lime_prefix]_question_attributes WHERE qid=[QuestionID];
DELETE FROM [your_lime_prefix]_question_attributes WHERE (qid=[QuestionID]) AND (attribute='hidden');
Joffm wrote: Hi,
On the other side I do not think this is really necessary.
How much does it take to set - let's say - 100 questions to 'hidden'? 25 Minutes?
/quote]
In my case hiding 100 questions means 1 hour and a half (and a lot of possibilities of missing something)
It is a pity that the Settings/list questions bulk options does not allow to hide/show several questions at once (or choose the scale when exporting to spss)
this kind of bulk actions may save me a lot of time configuring surveys