@extends('layouts.admin') @section('title','Frage bearbeiten') @section('content')
← Zurück

Frage bearbeiten

@csrf @method('PUT')
@if($question->type==='multiple_choice')
@foreach($question->answerOptions as $i=>$opt)
is_correct?'checked':'' }} class="accent-violet-600">
@endforeach
@endif
active?'checked':'' }} class="accent-violet-600">
@endsection