- Posts: 23
- Thank you received: 0
- Forum
- English support forums
- Can I do this with LimeSurvey?
- Answer sourcing to question - hide space and get content in "others"
Answer sourcing to question - hide space and get content in "others"
Selections from this question is part of question 2. I have used help from www.limesurvey.org/en/forum/design-issue...-showing-qno-answerq to make the options appear. However the problem is, I have not been able to get
1. what respondents writes when he selects others pulled to the page
2. to eliminate the huge space/gap between the two options selected (if the options are 1 and 18 in the list for previous question)
Please let me know if I should provide any further information to get further help.
Thanks,
Please Log in or Create an account to join the conversation.
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Please Log in or Create an account to join the conversation.
I have attached the screen shots and also a copy of the dummy survey where i need help.
Please Log in or Create an account to join the conversation.
I would use a list element for the brands instead of <p> elements - see the screenshot. In which case the script should be:
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
$('li:contains("No answer")').hide();
});
</script>
Here is a modified survey:
And the screenshot:
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Please Log in or Create an account to join the conversation.
Here is a screenshot of the running survey (in all-in-one mode):
The actual question text is this:
The color coding (syntax highlighting), shows the equation. It may seem a little tricky since you want to only list the name of the product (the .question) if the product was actually selected. Thus the use of the if() function like this (if option 1 was checked, then it returns the question for option 1, otherwise it returns blank).
if(Q2_1, Q2_1.question, '')
The list() function creates a comma separated list of all of the non-blank answers.
If you depend upon LimeSurvey or the support team, please give generously to our 2012 fundraiser .
- Expression Manager (EM):
Documentation
|
Sample Surveys
|
How Tos
|
Show Logic File
|
Upgrading to 1.92+ - Excel Style for Survey Structure Import/Export
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.

Best regards/Beste Grüße,
Dr. Marcel Minke
(Limesurvey Head of Support)
Need Help? We offer professional Limesurvey support
Contact: marcel.minke(at)survey-consulting.com'"
Please Log in or Create an account to join the conversation.
If you depend upon LimeSurvey or the support team, please give generously to our 2012 fundraiser .
- Expression Manager (EM):
Documentation
|
Sample Surveys
|
How Tos
|
Show Logic File
|
Upgrading to 1.92+ - Excel Style for Survey Structure Import/Export
Please Log in or Create an account to join the conversation.
EM rocks!TMSWhite wrote: Mazi, yes, as you can see from the post below (where I entered "Acer" for other), you can trigger and access the "other" text using EM.


Best regards/Beste Grüße,
Dr. Marcel Minke
(Limesurvey Head of Support)
Need Help? We offer professional Limesurvey support
Contact: marcel.minke(at)survey-consulting.com'"
Please Log in or Create an account to join the conversation.
The JavaScript solution for 1.91 works as expected for me. What LimeSurvey version and browser are you using?However, "others" answer still does not appear in the list in next page.
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Can you activate a test survey for us to try?
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Please Log in or Create an account to join the conversation.
I also need another help in Q4 (last question in the last page).
In that question respondents are rating 3 brands - 1 chosen and 2 considered, on set of parameters. If I can have boxes to insert the names of the brands before going for rating it would be great. I cannot change the numerical drop down to a text box as the parameters are randomized to avoid bias, and the respondents would have to search for the text box to insert the name.
Please help.
[attachment:1]limesurvey_survey_33888.lss[/attachment]
Survey attached.
Thanks.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Updating to the latest version should fix the problem of the "Other" text not appearing. Test here with 1.91 (12416) - www.partnersinc.biz/surveys//index.php?s...88&newtest=Y&lang=enI am using version 1.91 and build 10089 in Google Chrome
I see another small problem though: If you select "Wild Fire" in page 1, then "C510" will appear in page 2. This appears to be a bug with INSERTANS whe using numerics for answer codes and having more that 10. Try changing the answer codes in the multiple-options from 1-22 to A-W (use alphas).
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Please Log in or Create an account to join the conversation.