T201704031333

This commit is contained in:
Leander
2017-04-03 13:33:46 +02:00
parent 802d5c5d4a
commit 4d2b46a1e7

View File

@@ -52,6 +52,7 @@ class Question
'question' => $this->question, 'question' => $this->question,
'answers' => [$this->answers['a0'], $this->answers['a1'], $this->answers['a2'], $this->answers['a3']] 'answers' => [$this->answers['a0'], $this->answers['a1'], $this->answers['a2'], $this->answers['a3']]
); );
print_r($this->question);
return $question_object; return $question_object;
} }