@extends('layouts.app') @section('content')
Inspect user-wise pitch attempts, trigger AI reviews, and assign final grades.
| Attempt # | Submitted At | Duration | Score | AI Review Status | Assigned Grade | Actions |
|---|---|---|---|---|---|---|
| Attempt #{{ $attempts->count() - $index }} | {{ $attempt->created_at->format('M d, Y h:i A') }} ({{ $attempt->created_at->diffForHumans() }}) | {{ round($attempt->duration_sec) }}s | {{ $attempt->overall_score ?: 'N/A' }}/100 | @if($attempt->llm_report) AI Generated @else Not Generated @endif | @if($attempt->grade) {{ $attempt->grade }} @else Ungraded @endif | Select & Review Attempt |
No pitch attempts submitted by this user yet.
@endifNo sales representatives assigned to this training scenario.