Resume Quiz

You have an in-progress attempt for "{{ $quiz->title }}"

Started

{{ $existingAttempt->started_at->format('M d, Y H:i') }}

Progress

{{ $existingAttempt->answers->count() }} / {{ $quiz->total_questions }} questions

Time Left

@if($existingAttempt->expires_at) {{ $existingAttempt->expires_at->diffForHumans() }} @else No time limit @endif

What would you like to do?

You can continue where you left off, or start a new attempt (this will discard your current progress).

Continue Quiz
© {{ date('Y') }} Quiz Platform. All rights reserved.