I am using a version of Limesurvey that is hosted by the university I work for.
I attached a screenshot (PDF) of what my platform looks like.
I am not able to access the codes for the questions, so I can't create an array with text and drop down for example (which is unfortunate as it is what I would need).
Now I have this question I need to set contraints:
We need initials of (max 9) people plus the relationship (so array text plus drop-down would have been perfect), but I can do array text with 2 columns, as the relationship does not matter in our final results.
The thing is, I need the person that writes initials to give the relationship too, but I can't find codes or constraints for that on my version
I set minimum answers to 2, but I can enter either an answer in 2 different columns (right) or in 2 different rows (wrong) and that simple constraint is satisfied.
How can I set a proper constraint that won't let people write only initials or only relationship?
Plus if I could find something that set "if answered "no one" --> don't let write anything else in the table"
I am very new to coding and I have no idea what I am doing, I need your help!!
How about breaking it into ten questions? An array-texts followed by 9 drop-downs. Then you could put minimum-answers on the array and hide/show the drop-downs via relevance.
Cheers,
Tony Partner Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
That would be a good idea, but would it make the data more complicated?
My Prof asked me to set it as a single question as it would make it simpler for her that way...
I'm only programming the survey, not analyzing the data for this project.
How would it make the data more complicated? Every input has a column in the data regardless of whether it's an array text input or a dropdown. Additionally, drop-downs give defined answers which will be far easier to analyze than random text answers.
If you don't have access to JavaScript, I see this as the easiest solution.
Cheers,
Tony Partner Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
How can I set a condition that will show the drop-down only if the related initials are not null?
I understand I'd look for a code that hides the 9 next questions if something was entered in the "no one" row, and one that shows relationship #1 if person #1 was identified, then #2 if something was written in person #2 and so on.
Such a bad luck that my coding course will only happen next semester!