@extends('layouts.admin') @section('title','Frage hinzufügen') @section('content')
← Zurück zu {{ $quiz->title }}

Neue Frage hinzufügen

@csrf @php $qtype='multiple_choice'; $correctIdx=0; $question_text=''; $time_limit=''; $correct_answer=''; $options=[]; @endphp
{{-- MC / Exclusion options --}}
@for($i = 0; $i < 4; $i++)
@endfor

Klicke den Radio-Button links neben der richtigen Antwort.

{{-- True / False --}}
{{-- Free text --}}
@endsection