|
Total Attempts: {{ $assignData->attempts }} {{ $assignData->total_attempts }} @if (!isset($shortStatus)) Your Passing Score: {{ $passingScore ?? '' }} @endif@if (!empty($userAssign)) Your Percentage Score: {{ $userAssign->score ?? '' }} @endif |
@if (!is_null($passingScore))
@if ($userAssign && $userAssign->score >= $passingScore)
Pass | @else @if ($assignData->attempts > $count)Start | @else@endif @endif @else @if (($shortStatus ?? 0) == 1) | Pass | @else @if ($assignData->attempts > $count) @if (($shortStatus ?? 0) == 0)Progress | @elseif(($shortStatus ?? 0) == 2)Start | @elseStart | @endif @else@endif @endif @endif | Go To Next |
|
Time limit {{ $assignData->duration }} min per attempt |
|||||||||
|
Submissions {{ $assignData->attempts - $count }} left ({{ $assignData->attempts }} total within the time limit) |
3 left (3 attempts every 24 hours)
-----