add old question in change page

This commit is contained in:
Bertrand 2012-06-17 10:13:29 +02:00
parent 16bbb786e9
commit 9b570588d4
1 changed files with 2 additions and 1 deletions

View File

@ -106,7 +106,8 @@ $question = $fileQ->get_question($id);
<label id="q" for="question">
Quelle est votre question ? </label><br/>
<textarea id="question" name="question"
rows="3" cols="70"></textarea>
rows="3" cols="70"><?php echo $question->getQuestion()?>
</textarea>
</p>
<p id="answerList">
<label for="answer">Quelle est la réponse ? </label><br/>