mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
21 lines
278 B
Plaintext
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>
|
|
|
|
|
|
|