To add the option via control pannel to dynamically change and add any question would be alot of coding, but i have uploaded an easy to edit template with questions...
Every question is between <Table ---> and ----> </table> so anything between the <Table> code you can delete or just edit to your own question... also i have just added another extra code to try and fix the token error.... download and try>>
"Application System (Different Layout) + 3.6.x-3.7.x.zip "
Example::::
Code:
<table class="tborder" cellpadding="6" cellspacing="0" border="0" width="100%" align="center">
<td class="alt1 wowsl" valign="center" width=50%>
What is your Character name?
</td>
<td class="alt1 wowsc" valign="center" width=50%>
<center>
<input type="text" size="25" value="" name="q_CharacterName" />
</center>
</td>
</tr>
</table>
That is 1 question which you can delete or change because it is in between the "Table" coding.