{{ $question->tipo === 'multiple' ? 'Opción múltiple' : 'Abierta' }}
edit
Editar
{{ $question->pregunta }}
@if ($question->descripcion){{ $question->descripcion }}
@endif
@foreach ($question->respuestas as $answer)
@endif
{{ $answer->respuesta }}
{{ $answer->valor }} pts
@endforeach