T201704031353
This commit is contained in:
@@ -50,7 +50,7 @@ class Question
|
||||
'categoryID' => $this->category_id,
|
||||
'categoryName' => $this->category,
|
||||
'question' => $this->question,
|
||||
'answers' => [$this->answers['a0'], $this->answers['a1'], $this->answers['a2'], $this->answers['a3']]
|
||||
'answers' => $this->answers
|
||||
);
|
||||
return $question_object;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user