options fix
This commit is contained in:
@@ -16,7 +16,7 @@ class WrenchResources extends BaseController
|
||||
|
||||
$next_question = [
|
||||
"question" => 'This is the question',
|
||||
"option" => ['aaaaa'=>'aaaaaaa', 'bbbbbb'=>'bbbbbbbbb', 'cccccc'=>'cccccccc'],
|
||||
"option" => ['aaaaaaa', 'bbbbbbbbb', 'cccccccc'],
|
||||
"answer" => 'bbbbbb',
|
||||
"last" => false,
|
||||
"points" => 10
|
||||
|
||||
Reference in New Issue
Block a user