Content Queue
AI Draft Review Queue Review generated drafts, edit them, then publish to live questions and flashcards.
@foreach($subjects as $subject) @endforeach
@foreach($topics as $topic) @endforeach
Apply Reset
@forelse($drafts as $draft)

Draft #{{ $draft->id }} • {{ $draft->subject?->name }} / {{ $draft->topic?->name }}

Objective: {{ $draft->objective?->objective_text }}

@if($draft->status === 'pending') pending @elseif($draft->status === 'published') published @else {{ $draft->status }} @endif
@csrf
@foreach(['short_answer','long_answer','multiple_choice','calculation','true_false','diagram_label'] as $type) @endforeach
@foreach(['easy','medium','hard'] as $level) @endforeach
{{ $draft->question_text }} {{ $draft->correct_answer }} {{ $draft->explanation }} {{ $draft->flashcard_front }} {{ $draft->flashcard_back }} {{ $draft->review_note }}
Publish Find Published Question
@csrf Reject
@empty No drafts in queue yet. Run php artisan revision:generate-content. @endforelse
{{ $drafts->links() }}