T201704031337
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user