From 21051ca498f28330fc3ec2b0d6b9a5cac8a300f1 Mon Sep 17 00:00:00 2001 From: Leander Date: Mon, 3 Apr 2017 13:37:19 +0200 Subject: [PATCH] T201704031337 --- Question.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Question.php b/Question.php index 27df3c0..7fa97a3 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->answers); return $question_object; }