@extends('admin.layouts.master') @section('title') Level Quiz Report | @endsection @section('content')
# Id | User name | Total questions | Correct answers | Wrong answers | Total points | Submitted | {{--Total time spent (seconds) | --}} {{--Action | --}}
---|---|---|---|---|---|---|---|---|
{{ $uniqueLevelQuiz->unique_quiz_id }} | {{ $uniqueLevelQuiz->user->name }} | {{ $uniqueLevelQuiz->total_count }} | {{ $uniqueLevelQuiz->total_correct_answers }} | {{ $uniqueLevelQuiz->total_count - $uniqueLevelQuiz->total_correct_answers }} | {{ $uniqueLevelQuiz->total_points }} | {{ $uniqueLevelQuiz->updated_at->format('j F Y, g:i a') }} | {{--{{ $uniqueLevelQuiz->total_time }} | --}} {{----}} |
No data found |