{{ $quiz->title }}

{{ $quiz->description }}

{{ $quiz->type }} {{ $quiz->total_questions }} Questions {{ $quiz->duration }} minutes Pass: {{ $quiz->passing_percent }}% {{ $quiz->is_free ? 'Free' : '₹' . number_format($quiz->price) }}

Use the API to attempt this quiz: POST /api/quizzes/{{ $quiz->id }}/start with JWT token

Back to Quizzes