Generation Z
{{-- @extends('student.master') @section('title', 'My Learning') @section('content') --}}

{{ ucfirst($assignData->title) ?? '' }}

Assignment Details
@if (!is_null($passingScore)) @if ($userAssign && $userAssign->score >= $passingScore) @else @if ($assignData->attempts > $count) @else @endif @endif @else @if (($shortStatus ?? 0) == 1) @else @if ($assignData->attempts > $count) @if (($shortStatus ?? 0) == 0) @elseif(($shortStatus ?? 0) == 2) @else @endif @else @endif @endif @endif

Total Attempts:

{{ $assignData->attempts }} {{ $assignData->total_attempts }}


@if (!isset($shortStatus))

Your Passing Score: {{ $passingScore ?? '' }}

@endif
@if (!empty($userAssign))

Your Percentage Score: {{ $userAssign->score ?? '' }}

@endif
Pass Start Pass Progress Start Start Go To Next

Time limit

{{ $assignData->duration }} min per attempt

Submissions

{{ $assignData->attempts - $count }} left ({{ $assignData->attempts }} total within the time limit)

{{--
Assignment details

3 left (3 attempts every 24 hours)

-----

--}}
{{-- @endsection --}}