@extends('common.layout-empty') @section('content')
이름{{ $result['user_name'] }} 전화번호{{ $result['user_phone'] }}
학습강좌{{ $result['composition_type'] }} 회원ID{{ $result['user_id_str'] ?? '' }}
목표점수{{ $result['goal_score'] }} 수강시간{{ $result['hope_time'] }}
점수 결과 {{ $result['user_name'] }}님의 점수: {{ $result['total_score'] }}점 / 100
[어휘]: {{ $result['voca_score'] }}점
[리딩]: {{ $result['reading_score'] }}점
IELTS Test Score Band Score {{ $result['user_level_info']['bandscore'] }}
맞춤형 학습가이드
    @foreach($result['user_level_info']['study_guide'] as $item)
  • {!! $item !!}
  • @endforeach
추천상품 {{ $result['user_recommand_course']['title'] }}
@for($i=2; $i<=8; $i++) @endfor @for($i=10; $i<=21; $i++) @endfor @for($i=23; $i<=26; $i++) @endfor
유형문제 수정정답 여부 및 내가 답
어휘테스트 {{ $result['grading_info'][1]['question'] }}
{{ $result['grading_info'][1]['correct_answer'] }}
{!! $result['grading_info'][1]['correct_yn'] !!}
{{ $result['grading_info'][$i]['question'] }}
{{ $result['grading_info'][$i]['correct_answer'] }}
{!! $result['grading_info'][$i]['correct_yn'] !!}
리딩테스트 {!! $result['grading_info'][9]['question'] !!}{!! $result['grading_info'][9]['correct_yn'] !!}
{!! $result['grading_info'][$i]['question'] !!}{!! $result['grading_info'][$i]['correct_yn'] !!}
에세이테스트 Q.22
{!! nl2br(e($result['grading_info'][22]['user_answer'])) !!}
Q.{{ $i }}
{!! nl2br(e($result['grading_info'][$i]['user_answer'])) !!}
@endsection