| Essay results | Question | Answer | Score |
|---|---|---|---|
| {!! $result_essay !!} |
{!! wordwrap(strip_tags($question->question),100," \n") !!} |
{!! wordwrap($answers[$questionId] ?? null ,100," \n") !!} |
@if ($score === false) Error or blank answer... @else {{$score}} @endif |