@extends('layouts.admin') @section('content')
| Question # | Question Text | AI Score | AI Confidence | Examiner Score | Examiner | Status | Reviewed At |
|---|---|---|---|---|---|---|---|
| {{ $answer->question->question_number ?? '-' }} | {{ Str::limit($answer->question->text ?? '', 80) }} | {{ $answer->ai_score ?? '-' }} | {{ $answer->ai_confidence ? number_format($answer->ai_confidence * 100, 1) . '%' : '-' }} | {{ $answer->examiner_score ?? '-' }} | {{ $answer->examiner->name ?? '-' }} | {{ ucfirst($answer->status ?? 'pending') }} | {{ $answer->reviewed_at ?? '-' }} |
| No answers found. | |||||||