@if($noofquestions==0)

Quiz on {{$quizdta->quiz_name}}


No questions have been added yet!

@if(count($next)>0) Click here to take quiz on {{$next->quiz_name}}. @endif
@else

Quiz on {{$quizdta->quiz_name}}

@if(count($qdata)==0)

@endif
@if(count($qdata)>0) @php $percentage = ($qdata->points / $noofquestions)*100; $text_color = 'text-success'; $smile = 'fa-frown-open'; if($percentage >= 40) { $text_color = 'text-success'; $smile = 'fa-smile'; } @endphp

Well done! You've completed the quiz.

Your Score is: {{$qdata->points}}/{{$noofquestions}}    

Points Earned: {{$qdata->points}}

@endif
@if(count($qdata)>0) @else @endif @endif