- Posts: 5
- Thank you received: 0
Multiple question types in array modifiy
Please Log in or Create an account to join the conversation.
Can you post a link to an activated sample survey?
Best regards/Beste Grüße,
Dr. Marcel Minke
Need Help? We offer professional Limesurvey support
Contact: marcel.minke(at)survey-consulting.com
Want to use your survey offline -> www.offlinesurveys.com
Please Log in or Create an account to join the conversation.
So now that this is working, I need to adapt it.. How do I change the code in the Multiple question types in array: text, yes/no, short text, numeric, dropdown list
into:
text, yes/no and two dropdown lists?
Please Log in or Create an account to join the conversation.
After spending many hours on this, I'm posting for help! I'm trying to incorporate multiple arrays and "normal" (non-inline) questions in the same survey. I was successful in getting my first array to work, using the original workaround . But I can't seem to make a second array work, no matter how I tweak the start question parameters.
To clarify, I'm trying to do something like this:
normal (non-inline) questions, then multiple question types in an array, then another array of multiple question types, then more normal questions.
I'm partway through implementing the "XHTML more valid" workaround--but, at the risk of seeming lazy, I wanted to check first, because I've already been sinking so many hours into this.

Thanks in advance for any help you can provide! I've already benefited a great deal from the workaround and subsequent modifications, even if I haven't gotten multiple arrays to play well together yet.
Please Log in or Create an account to join the conversation.
Best regards/Beste Grüße,
Dr. Marcel Minke
Need Help? We offer professional Limesurvey support
Contact: marcel.minke(at)survey-consulting.com
Want to use your survey offline -> www.offlinesurveys.com
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.
Thank you for the helpful suggestion to move additional arrays to new pages!
I'm now wondering if you might help with the following: I'm creating another multiple question type array. One of the <a href=' www.docs.limesurvey.org/tiki-index.php?p...tions+for+LimeSurvey '>question types</a> inside the array is a boilerplate, but I'm having a hard time making the text appear. I am guessing this has to do with boilerplate questions being hidden after row/column 1 (since the numbers and headers show up fine), but I'm a code naif.
I've attached a screen shot of what I'm trying to do.
Thanks in advance for any help you can provide!
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.
Please Log in or Create an account to join the conversation.
$('div.questionCell td.questiontext').parent().hide();
With this:
$('div.questionCell td.questiontext').parent().hide();
$('div.boilerplate.questionCell td.questiontext').parent().show();
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.
Thanks for supporting Limesurvey by a donation!mjr244 wrote:
![]()
![]()
tpartner saves the day!!! Thank you so much! (Donating now!)
Best regards/Beste Grüße,
Dr. Marcel Minke
Need Help? We offer professional Limesurvey support
Contact: marcel.minke(at)survey-consulting.com
Want to use your survey offline -> www.offlinesurveys.com
Please Log in or Create an account to join the conversation.
Since i didn't succeed i was wondering if someone could help me adjusting the code for the multiple question types in array which was planned for the default template, to fit the "Limespired" template?
Thanks in advance,
Please Log in or Create an account to join the conversation.
I also have another JS located in template.js that filters the second list (products) by the answer of the first (brand). I got that workaround here . It's possible that the problem is actually in that code, but I can't find it. Maybe they are conflicting with each other somehow? Any thoughts?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.