| Comprehension: | {!! $data->comprehension !!} | ||||
| Question: | {!! $data->question !!} | ||||
| Course: | {{$data->course_name->course_name ?? "---"}} | ||||
| AnswerType: | @if($data->is_manual_evaluation == 1)Manual Evaluation | @elseif($data->is_manual_evaluation == 0)Auto Evaluation | |||
| Answer: | {{$data->subjtiveAnswer->answer ?? "---"}} | ||||
| Option{{$optioncount}} : | {!! $key->options !!} | ||||
| Answer: | @foreach($data->answers as $answerKey => $answerValue) @if(!empty($answerValue->options_id)) @if(array_key_exists($answerValue->options_id,$arr)) {!! $arr[$answerValue->options_id][0] !!} @endif @elseif(!empty($answerValue->answer)) {!! $answerValue->answer or '---' !!} @endif @endforeach | ||||
| Option{{$optioncount}} : | {!! $key->options !!} | ||||
| Option score{{$optionscorecount}} : | {!! $scorekey->score !!} | ||||
| Answer: | @foreach($data->testcases as $answerKey => $answerValue) @if(!empty($answerValue->options_id)) @if(array_key_exists($answerValue->options_id,$arr)) {!! $arr[$answerValue->options_id][0] !!} @endif @elseif(!empty($answerValue->answer)) {!! $answerValue->answer or '---' !!} @endif @endforeach |
| Test case No | Input | Output | Time | Status | Score |
|---|---|---|---|---|---|
| {!! $testKey+1 !!} | {!! $testValue->input !!} | {!! $testValue->output !!} | {!! $testValue->time_limit !!} | {!! $testValue->active_status !!} | {!! $testValue->score !!} |
| S.no | Type | Sub Question | Preview | Sub Options | Answer |
|---|---|---|---|---|---|
| {{ $keys + 1}} | {{ ($getsubquestions->sub_question_type==3) ? 'Subjective' : 'MCQ' }} | {{$getsubquestions ? strip_tags(html_entity_decode(htmlspecialchars_decode($getsubquestions->sub_question ,ENT_QUOTES),ENT_QUOTES)): "--" }} |
@foreach($getsubquestions->getaudiovideolist as $values) @if(!empty($values)) @if($values->media_type == 'audio') @elseif($values->media_type == 'video') @elseif($values->media_type == 'pdf') @endif @else "---" @endif @endforeach |
@foreach($getsubquestions->suboptions as $getoptions)
@if($getoptions->sub_question_id == $getsubquestions->Id)
{!! $getoptions ? $getoptions->options : "--" !!} @endif @endforeach |
@foreach($getsubquestions->suboptions as $answerKey => $answerValue) @if(!empty($answerValue->answer)) {!! strip_tags($answerValue->answer->answerOption->options) ?? '' !!} @endif @endforeach |
| S.no | Sub Question | Preview | Sub Options |
|---|---|---|---|
| {{ $keys + 1}} | {!! $getsubquestions ? $getsubquestions->sub_question : "--" !!} |
@foreach($getsubquestions->getaudiovideolist as $values) @if(!empty($values)) @if($values->media_type == 'audio') @elseif($values->media_type == 'video') @elseif($values->media_type == 'pdf') @endif @else "---" @endif @endforeach |
@foreach($getsubquestions->suboptions as $getoptions)
@if($getoptions->sub_question_id == $getsubquestions->Id)
{!! $getoptions ? $getoptions->options : "--" !!} @endif @endforeach @endforeach |
| S.no | Essay Model |
|---|---|
| {{ $keys + 1}} | {!! $getessaymodel ? $getessaymodel->essay_model : "--" !!} |