@extends('ielts.layout') @section('ielts-css') {!! resource('css/common/leveltest.css') !!} @endsection @section('ielts-content')

레벨 테스트 결과

레벨 평가

추정 IELTS Band Score

{{ $user_level_info['bandscore'] }}

Voca Test

{{ $voca_score }}/30점

Writing Test

{{ $writing_score }}/70점

Total Score

{{ $total_score }}/100점

Total Voca Writing

・레이더 차트는 달성한 점수를 퍼센트로 표시한 값입니다.

Band Score Table에 따른 수준

{!! $user_level_info['study_type'] !!}

{!! $user_level_info['score_desc'] !!}

맞춤형 학습 가이드

대상

    @foreach($user_level_info['target'] as $item)
  • {{ $item }}
  • @endforeach

학습전략

    @foreach($user_level_info['strategy'] as $item)
  • {{ $item }}
  • @endforeach

추천학습 순서

    @foreach($user_level_info['study_flow'] as $idx => $item) @php $item = preg_replace('/\s+/', '
    ', $item, 1); @endphp
  • Step{{ $idx+1 }}{!! $item !!}
  • @endforeach

{!! $user_level_info['study_desc'] !!}

@if(!is_null($counponid))
베스트 강좌 쿠폰 발급 완료 @if($user_id > 0)

마이페이지> 쿠폰 내역을 확인하세요!

@else

카카오톡에서 [쿠폰번호]를 확인하세요!

@endif
@endif
@endsection @section('ielts-script') @endsection