add old question in change page
This commit is contained in:
parent
16bbb786e9
commit
9b570588d4
1 changed files with 2 additions and 1 deletions
|
|
@ -106,7 +106,8 @@ $question = $fileQ->get_question($id);
|
||||||
<label id="q" for="question">
|
<label id="q" for="question">
|
||||||
Quelle est votre question ? </label><br/>
|
Quelle est votre question ? </label><br/>
|
||||||
<textarea id="question" name="question"
|
<textarea id="question" name="question"
|
||||||
rows="3" cols="70"></textarea>
|
rows="3" cols="70"><?php echo $question->getQuestion()?>
|
||||||
|
</textarea>
|
||||||
</p>
|
</p>
|
||||||
<p id="answerList">
|
<p id="answerList">
|
||||||
<label for="answer">Quelle est la réponse ? </label><br/>
|
<label for="answer">Quelle est la réponse ? </label><br/>
|
||||||
|
|
|
||||||
Reference in a new issue