json([ 'id' => $question->id, 'solution' => $question->solution, 'answer' => $question->answer, ]); } }