Like this?
The hidden "multiple short text" question is called Q0.
This shows
With this url.
www.myServer/lime/index.php/123123?lang=...Q0_4=y&Q0_5=n&Q0_6=n
And the "textdisplay" question?
Include an if-statement
Code:
<ul>
{if(Q0_1=='y','<li>Condition 1</li>','')}
{if(Q0_2=='y','<li>Condition 2</li>','')}
{if(Q0_3=='y','<li>Condition 3</li>','')}
{if(Q0_4=='y','<li>Condition 4</li>','')}
{if(Q0_5=='y','<li>Condition 5</li>','')}
{if(Q0_6=='y','<li>Condition 6</li>','')}
</ul>
Please, do not use the HTML-Editor (it will destroy everything becqause of the HTML-tags).
Use the plain text editor
Joffm