Assignment Results
{{ $assignment ? $assignment->assignment_title : '' }} Assignment Result @if(array_key_exists("start_date", $input) && array_key_exists("end_date", $input)) @if($input["start_date"]) from {{$input["start_date"]}} to {{$input["end_date"]}} @endif @endif
@php
$filter_range = HireMeeHelper::countBasedLimiter($total_results_count->count(),getenv('EXCEL_DOWNLOAD_ROWS'));
@endphp
{!! Form::select('rprt_filter_range',$filter_range,'',['class'=>'form-control','id'=>'rprt_filter_range']) !!}
| Candidate Name | Candidate Email Address | Percentage | Evaluate | Send grades to students | Report Link |
|---|---|---|---|---|---|
No Records Found |
|||||
| {{ $result->candidate_name }} | {{ $result->candidate_email }} | {{ round($result->total_percentage,1) }}% | @if($today_time > $end_date) @else Waiting for candidate completion @endif | {!! $result->is_published==1 ? 'Yes' : 'No' !!} | @if($result->score) View Report @else Waiting for Evaluate @endif |