* Fix plugin filename

* Make questions save!
This commit is contained in:
Zach Copley
2011-03-21 15:50:36 -07:00
parent 424670a5eb
commit 73c3344cc3
8 changed files with 92 additions and 523 deletions

View File

@@ -103,7 +103,7 @@ class AnswerForm extends Form
$out = $this->out;
$id = "question-" . $question->id;
$out->element('p', 'answer', $question->question);
$out->element('p', 'answer', $question->title);
$out->element('input', array('type' => 'text', 'name' => 'answer'));
}