@php $questionTypes = [ 'multiple_choice_single' => 'Multiple Choice (Single Answer)', 'multiple_choice_multiple' => 'Multiple Choice (Multiple Answers)', 'true_false' => 'True/False', 'text' => 'Text Input' ]; @endphp
@if ($errors->any()) @endif
@error('type')

{{ $message }}

@enderror

The number of points this question is worth.