I tried editing template quiz_do_question (which I assumed was the proper template) to fix the width of the actual quiz page. See screenshot.
I need the left column to be 20% or so so the questions (which mostly are long) do not appear crushed and more than one line in most cases.
Quote:
<tr>
<td class='thead' colspan='2' width='100%'>
Question Number: {$n}
</td>
</tr>
<tr>
<td class='alt2' align='left' width='20%'>
<b>Question:</b> {$Q['q_question']}
</td>
<td class='alt1' align='center' width='80%'>
{$Select}
</td>
</tr>
|
No effect after the template change, in FF and IE.