Quiz on {{$quizdta->quiz_name}}
No questions have been added yet!
@if(count($next)>0) Click here to take quiz on {{$next->quiz_name}}. @endifQuiz on {{$quizdta->quiz_name}}
@if(count($qdata)==0)
@endif
@if(count($qdata)>0)
@else
@endif
@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
Points Earned: {{$qdata->points}}
@endif
Well done! You've completed the quiz.
Your Score is: {{$qdata->points}}/{{$noofquestions}}    
Points Earned: {{$qdata->points}}
@endif