I'm trying to create a question like this:
www.partnersinc.biz/surveys//index.php?s...32&newtest=Y&lang=en
The first row is the only one initially visible, but each time you press the [+] button, you see one more row.
I'm following the instructions on
docs.limesurvey.org/tiki-index.php?page=...exible_Text_question
Step 1 is "Set up your survey to use JavaScript (See instructions
here)
Step 2 is: "Add the following script to your template.js file."
Step 3: "Replace "QQ" in the function call at the end with the question ID."
I did this on Line 180 in the template.js file. I've pasted the contents of my template.js file into
pastebin.com/QFhZV2iv.
Step 4: "Create one or more Array (Multi Flexible Text) questions"
I created an array question with question-id called "Associations".
Please help.