I am new to the SSI 8 web tool and programming and I think I have some beginner questions.
I want to display a contructed list in the next question. To do this I use the code: [% ListLabelsarray(NameofList) %]. There are two problems with this. First one is that displays all the options behind each other wich makes it really messy. I want it to be displayed like:
Your choices in the previous question:
- chosen answer 1
- chosen answer 2
- etc
Rest of the question..
Furthermore, the [ ] signs are still around this input, is to possible to remove these?
In the same question I want to display 'this' or 'these' depending on whether they chose 1 answer or 2 (or more) in the previous question. Is this possible?
Thanks in advance!