2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00
Files
CATI_Tool/include/limesurvey/templates/bluengrey/question.pstpl
2010-01-14 07:45:37 +00:00

21 lines
278 B
Plaintext

<div class="question">
<div class="questiontext">
{QUESTION_CODE}: {QUESTION}
</div>
<div class="answers">
<table style="margin:0">
<tr>
<td style="text-align:left;">
{ANSWER}
</td>
</tr>
</table>
</div>
<div class="questionhelp">
{QUESTIONHELP}
</div>
</div>