public function getnamequestion($id) { $a = Question::getNameQuestion($id); return Response::json($a); }