@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.

@error('incorrect_feedback')

{{ $message }}

@enderror

This learning tip will be displayed to students when they answer this question incorrectly, helping them understand the correct concept.