diff --git a/Question.php b/Question.php index 2327726..b96256b 100644 --- a/Question.php +++ b/Question.php @@ -52,6 +52,7 @@ class Question 'question' => $this->question, 'answers' => [$this->answers['a0'], $this->answers['a1'], $this->answers['a2'], $this->answers['a3']] ); + print_r($this->question); return $question_object; }