@extends('layouts.app') @section('titlePage', 'Detail Test') @section('content')
| Total Marks | Marks obtained | Percentage | Analysis | Total pause | Status | |
|---|---|---|---|---|---|---|
| {{ $value->total_marks }} | {{ $value->marks_obtained }} | {{ number_format($value->percentage, 5) }}% | @include('client.performance.inc.test_analysis') | {{ $value->total_pause }} | {{ ucfirst($value->exam_status) }} | @if ($test->isEssay() || (!empty($value->score_essay)) && $value->score_essay != "[]" ) @include('student.test.exam.inc.review_essay') @endif |