{{ $quiz->title }}
{{ $quiz->description ?: 'Test your knowledge with this quiz!' }}
{{ $quiz->total_questions }}
Questions
{{ $quiz->total_points }}
Total Points
{{ $quiz->duration_minutes ? $quiz->duration_minutes . ' min' : 'No limit' }}
Duration
{{ $quiz->require_auth ? 'Secure' : 'Open' }}
Access
Instructions
You will need to register or login to take this quiz
Read each question carefully before answering
You can navigate between questions using the navigation buttons
@if($quiz->duration_minutes)
You have {{ $quiz->duration_minutes }} minutes to complete the quiz
@endif
Once you submit, you cannot change your answers
@auth
Start Quiz
@else
Login to Start Quiz
Don't have an account?
Register here
@endauth
© {{ date('Y') }} Quiz Platform. All rights reserved.