Question {{ $i+1 }} of {{ $questions->count() }} · {{ $q->points }} point{{ $q->points!=1?'s':'' }}
{{ $q->question_text }}
@if($q->question_type === 'short_answer')
@elseif($q->question_type === 'multi_select')
Select all that apply
@foreach($q->options as $opt)
@endforeach
@else
@foreach($q->options as $opt)
@endforeach
@endif
@endforeach