has_attachment ?? 0) ? 'checked' : '' }}>
Toggle to enable or disable question attachment. @error('has_attachment')
{{ $message }}
@endif

attachment_type ?? '') === 'comprehension_passage' ? 'checked' : '' }}>
attachment_type ?? '') === 'audio' ? 'checked' : '' }}>
attachment_type ?? '') === 'video' ? 'checked' : '' }}>
@error('attachment_type')
{{ $message }}
@endif
@error('comprehension_passage_id')
{{ $message }}
@endif

attachment_sub_type ?? '') === 'audio_type_mp3' ? 'checked' : '' }}>
attachment_sub_type ?? '') === 'audio_type_ogg' ? 'checked' : '' }}>
@error('audio_type')
{{ $message }}
@endif
@error('audio_link')
{{ $message }}
@endif

attachment_sub_type ?? '') === 'mp4' ? 'checked' : '' }}>
attachment_sub_type ?? '') === 'youtube' ? 'checked' : '' }}>
attachment_sub_type ?? '') === 'vimeo' ? 'checked' : '' }}>
@error('video_type')
{{ $message }}
@endif
@error('video_link')
{{ $message }}
@endif