@extends('layout.default') @section('page_toolbar')   Back @endsection @section('content')

Attempted Quizzes

{!! Form::select('curriculum', $curriculum ,'', ['class' => 'form-control new-drop-section select2', 'placeholder' => 'Select curriculum','id' => 'curriculum']) !!}
{!! Form::select('subject', $subjects , '', ['class' => 'form-control new-drop-section select2 ', 'id' => 'subject', 'style' => 'width:100%','placeholder'=>'Select Subject']) !!}
{!! Form::select('topic', $topics , '', ['class' => 'form-control new-drop-section select2', 'id' => 'topic', 'style' => 'width:100%','placeholder'=>'Select Topics']) !!}
{!! Form::select('chapter', $chapters , '', ['class' => 'form-control new-drop-section select2', 'id' => 'chapter', 'style' => 'width:100%','placeholder'=>'Select Chapters']) !!}

Rank Video number Video name Curriculum Subject Topic Chapter Number of times QUIZ has been attempted Average percentage answered correctly
@endsection @section('styles') @endsection @section('scripts') @endsection