- Posts: 17
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
LS does not support loops, but you can do the following:allows to use dynamic things like create an uncertain number (of repetition) of group/question/answer,
What do you mean? For the respondent? For the admin?is more intuitive to use
Usually you don't come into touch with these things.is easier than strarting from scratch with HTML/CSS/JavaScript
Please Log in to join the conversation.
There are lot of survey tools available these days. In the end you need to test them all for yourself. You will be surprised how different all these tools are when it comes to certain features. Even the biggest survey tools lack certain features you might expect everywhere.Furthermore, I just wanted to know if a survey management software better than LimeSurvey (which
- allows to use dynamic things like create an uncertain number (of repetition) of group/question/answer,
- is more intuitive to use
Please Log in to join the conversation.
Please Log in to join the conversation.
Sorry, I do not really understand what you want to achieve. The questions (text) are a bit short.
Therefore I do not know what to enter and why.
Actually we already chose this way, but I'd enjoy to see the code you wrote to build this JS array !LS does not support loops, but you can do the following:
If there number of loops is rather small (10, 20) you create as many questions, groups and display as many as needed.
Here is a javascript solution to dynamically add rows in an array.
Where can I reach this modus ? I've searched in vain.You seem to use the "source code editor". With the "WYSIWYG" editor you can style all your texts without any knowledge of such things.
Thanks Holch, I'll consider this option ! ^^However, I personally would recommend to get a bit deeper in with Limesurvey and Expression Script and you might actually get used to the way Limesurvey works and most probably enjoy it.
Please Log in to join the conversation.
Search the forum for "varLengthArray"!but I'd enjoy to see the code you wrote to build this JS array !
In your account. In the upper right corner where you see your name.Where can I reach this modus ? I've searched in vain.
Please Log in to join the conversation.
I found this there forums.limesurvey.org/forum/can-i-do-thi...re-rows-to-the-array , thanks ! But 2 things :Search the forum for "varLengthArray"!
Please Log in to join the conversation.
so I definitively am going to contact IT administration of my University in order to fix it.
Please Log in to join the conversation.
So let's assume I can't use JavaScript, is there a way to stay on the same page with response dynamicaly memorized ?If there number of loops is rather small (10, 20) you create as many questions, groups and display as many as needed.
Here is a javascript solution to dynamically add rows in an array.
If the number of loops is greater you may use some kind of "father - son" survey.
In the "father" survey you ask some general things, the questions at the beginning, then
you link to the "son" survey which contains the questions to loop (once)
At the end of this "son" survey you again link to it and start again with the next loop, This the respondent can do as often as needed.
And if necessary you may link to another survey to ask the rest of the - not looped - questions.
Please Log in to join the conversation.
Please Log in to join the conversation.