@extends('layouts.app') @section('content')
Track your progress and review past attempts
| Topic | Score | Questions | Time Spent | Date | Actions |
|---|---|---|---|---|---|
|
@if($attempt->score_percentage >= 80)
🏆
@elseif($attempt->score_percentage >= 60)
⭐
@else
📚
@endif
{{ $attempt->topic->title }}
{{ $attempt->topic->description }}
|
|
{{ $attempt->correct_answers }} / {{ $attempt->total_questions }} | {{ gmdate('i:s', $attempt->total_time_seconds) }} |
{{ $attempt->completed_at->format('M d, Y') }} {{ $attempt->completed_at->format('h:i A') }} |
View Details Retake |