@extends('layouts.front') @section('content')
In this page, you will be able to read the explanation done by you
| Name | @if ($title == 'summary')Level | @elseContent | @endifQuestion | Your Answer | Answer Key | Score | {{--Action | --}}
|---|---|---|---|---|---|---|---|
| {{ $data->user->name }} | {{ $data->essay->questions->content->title }} | {!! $data->essay->question !!}
{{-- @if ($data->edited_admin != null)
Edited by admin
@endif --}}
|
{{ $data->answer }} | {{-- @if ($check_rubrik > 0){{ $data->essay->answer }} | @endif --}}@if ($explaining) {{ $data->essay->answer }} @else Not Available @endif | @if ($explaining?->konteks_penjelasan) {{ $explaining?->konteks_penjelasan }} @elseif($explaining?->keruntutan) {{ $explaining?->keruntutan }} @elseif($explaining?->kebenaran) {{ $explaining?->kebenaran }} @else Not Scored @endif |