@extends('android/teacher/home') @section('content')
| # | Task Name | Status | Exec Time | Duration | Percentage | Test Case | Result |
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} |
{{ $isi->task->task_name }}
Bobot Task : {{ $isi->bobot }} Skor mahasiswa yang diperoleh : +{{ number_format($isi->nilai, 2) }} |
{{ $isi->validator }} | {{ $isi->created_at }} | {{ $isi->duration }} | {{ number_format($passed / $jumlah * 100, 2) }}% | ||
| {{ explode(':', $det->case)[0] }} | @php $icon = ''; $color = "text-primary"; if ( $det->status_validate == "failed" ) { $icon = ''; $color = "text-danger"; } else { $passed++; } echo ''; @endphp |