- Posts: 6
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<table> <tbody> <tr> <td>{QQ_sq1.question} </td> <td> : {if (QQ_sq1.code == 'Y' , 'Yes' , ' good or wrong ')}</td> </tr> <tr> <td>{QQ_sq2.question} </td> <td> : {if (QQ_sq2.code != 'Y' , 'No' , ' good or wrong ')}</td> </tr> </tbody> </table>
{if (Q3 == 'A2' , 'Correct' , 'Incorrect')}
<table> <tbody> <tr> <td>{Q3.question} </td> <td> : {if (Q3 == 'A2' , 'Correct' , 'Incorrect')}</td> </tr> </tbody> </table>
paulhazelwood wrote: ...The questions are all multiple