{{-- Progression --}} @if($total > 0)
Question {{ $answered + 1 }} / {{ $total }}
@endif

{{ $question->title }}

@if($question->question && $question->question !== $question->title)

{{ $question->question }}

@endif
@csrf
@foreach($question->choices as $choice) @endforeach
@if($question->accept_comments)
@endif