For some questions, the default answer is "No Answer" before the user chooses an option, but is there any way to get rid of that? I feel that by having a "No Answer" button, it gives them an option to not answer the question, thus nullifying the purpose of the survey and resulting in a loss of data. So is there any way to get rid of the "No Answer" option?
Also, would it be able to edit the tip? For ex. Instead of saying "Check any that apply", can I change it to say "Check all that apply"? The latter seems to make more sense in my opinion.
Second thing first: changing default texts needs to be done via "translating" (see documentation). You could hide the tip (is an option in the advanced setting of each question and add the text yourself either in the question text itself or in the 'helptext'.
Now to "no answer". There is a setting in general settings "Show 'no answer' option for non-mandatory questions:". [Hmm, I only see this now, but this should actually be read "for mandatory questions" I think.
Help us to help you!
Provide your LS version and where it is installed (own server, uni/employer, SaaS hosting, etc.).
Always provide a LSS file (not LSQ or LSG).
Note: I answer at this forum in my spare time, I'm not a LimeSurvey GmbH employee.
Without your help we can't keep this project alive.
Best regards/Beste Grüße,
Dr. Marcel Minke
survey-consulting.com
offlinesurveys.com
Feel free to contact me by email for professional LimeSurvey support!
I have a question about this setting. We have enabled to 'no answer' option for the survey but now the 'no answer' option that is added to each question is ticked by default. Can the radio button be set to unticked so none of the radio buttons are selected?
This isn't possible without additional Javascript.
Best regards/Beste Grüße,
Dr. Marcel Minke
survey-consulting.com
offlinesurveys.com
Feel free to contact me by email for professional LimeSurvey support!
Would be great if you could list different solutions there.
Best regards/Beste Grüße,
Dr. Marcel Minke
survey-consulting.com
offlinesurveys.com
Feel free to contact me by email for professional LimeSurvey support!
We also thought preselecting "no answer" is too suggestive for people taking the survey.
The cleanest solution I think is to not explicitly select it, directly in limesurvey's code.
The attached patch (.txt added to allow for uploading) removes this.
Based on limesurvey250plus-build160715.tar.gz
I think it would be a great addition to make this simple change switchable from the GUI (either per survey or at least globally).
Selecting "no answer" now and going back again makes the radio button be unselected again. This might be suboptimal but I don't think it's a big spoiler. It seems there's no difference between explicitly selecting "no answer" and giving no answer. Without further research, it seems both values likely result in a NULL (that is, no change whatsoever to the default value in the database). The only possibility to fix this would be to explicitly write a value to the DB indicating "no answer" has been selected. Defining such a value yourself (as a survey admin) is sometimes possible, using bipolar matrix questions (those defined by subquestion text "not at all | very much"), it is not.
The patch might be incomplete as not all question types might be covered. But you get the point.
Hi, just one short remark:
from my decade's experience in opinion and market research:
You should never use this precoded and predelected "no answer". People like comfortable things and what is more comfortable than this preselected option to proceed in the survey without having to use your brains?
In most cases, really in most cases you can define your own "DKNA" code with the advantage that in the analysis, let's say by SPSS you have ONE "missing value" code.
And you can style it that this answer option is less suggestive (smaller font, grayed, or so)
tbart said: using bipolar matrix questions (those defined by subquestion text "not at all | very much"), it is not.
In this case I wouldn't use the pipe symbol, but have these option in the header of the matrix.
Best regards
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
I use LimeSurvey Version 3.14 now. Last year when I used LimeSurvey in Version 2.6+ there was this "show 'no answer'" button in the presentation and navigation tab of the general settings, which can be deactivated.
However, in Version 3.14 some things changed. I can't find a way to disable the "no answer" option for not mandatory questions (in my case for the questions List (Radio) and Yes/No). Is there any way to do that?