Ejemplo n.º 1
0
function get_opciones_pregunta($id)
{
    echo json_encode(PreguntaController::get_opciones_pregunta($id));
}