@extends('admin.layout.master') @section('content')

Bug Reported

Question Details

  • {{ strip_tags($details->question) }}
  • {{$type}}
  • @if($details->question_type != 9)
  • @if($details->question_type == 1) @if(isset($answerDetailsEng) && count($answerDetailsEng)) @foreach($answerDetailsEng as $test_answer) @if(isset($details) && $details->correct_answer == $right_answer_values[$x-1]){!! '('.strtoupper($right_answer_values[$x-1]).') '.$test_answer->answer.'' !!}@endif @endforeach @elseif(isset($answerDetailsHindi) && count($answerDetailsHindi)) @foreach($answerDetailsHindi as $test_answer) @if(isset($details) && $details->correct_answer == $right_answer_values[$x-1]){!! '('.strtoupper($right_answer_values[$x-1]).') '.$test_answer->answer.'' !!}@endif @endforeach @endif @endif @if($details->question_type == 2) @if(isset($answerDetailsEng) && count($answerDetailsEng)) @foreach($answerDetailsEng as $test_answer) @if(in_array($right_answer_values[$x-1],$right_answers)){!! '('.strtoupper($right_answer_values[$x-1]).') '.$test_answer->answer.'' !!}@endif @endforeach @elseif(isset($answerDetailsHindi) && count($answerDetailsHindi)) @foreach($answerDetailsHindi as $test_answer) @if(in_array($right_answer_values[$x-1],$right_answers)){!! '('.strtoupper($right_answer_values[$x-1]).') '.$test_answer->answer.'' !!}@endif @endforeach @endif @endif @if($details->question_type == 3) @if(isset($details) && $details->correct_answer == $right_answer_values[0]) {{ 'True' }} @else {{ 'False' }} @endif @endif @if($details->question_type == 4 || $details->question_type == 7|| $details->question_type == 8) @if(isset($answerDetailsEng) && count($answerDetailsEng)) {{ strip_tags($answerDetailsEng[0]->answer) }} @elseif(isset($answerDetailsHindi) && count($answerDetailsHindi)) {{ strip_tags($answerDetailsHindi[0]->answer) }} @endif @endif
  • @endif
  • @if(isset($details->subject)){{$details->subject}}@else{{'NA'}}@endif
  • @if(isset($details->chapter)){{$details->chapter}}@else{{'NA'}}@endif
  • @if(isset($details->topic)){{$details->topic}}@else{{'NA'}}@endif
  • @if(isset($quesDetailsEng)) {{ strip_tags($quesDetailsEng->solution) }} @elseif(isset($quesDetailsHindi)) {{ strip_tags($quesDetailsHindi->solution) }} @endif
  • @if(isset($quesDetailsEng)) {{$quesDetailsEng->solution_url}} @elseif(isset($quesDetailsHindi)) {{$quesDetailsHindi->solution_url}} @endif
  • Right Marks: {{$details->local_positive_mark}}

    Negative Marks: {{$details->local_negative_mark}}

    Typist Name: {{$details->typist_name}}

    Faculty Name: @if(isset($details->faculty_name)){{$details->faculty_name}}@else{{'N/A'}}@endif

    Difficulty Level: {{$difficulty_level}}

    Created Date: {{date('d/m/Y', strtotime($details->question_created_at))}} & ({{date('H:i:s', strtotime($details->question_created_at))}})

  • {{ $bugDetails->error_reportrd }}

  • {{ $bugDetails->other_issue_desc }}

  • Completed

Close Edit
@endsection @section('scripts') @endsection