@extends('cdt.layout')
@section("content")
@foreach ($cdtSet->feedbackTopics as $feedbackTopic)
WRITING TASK {{ $loop->iteration }}
You should spend about {{ $loop->iteration == 1 ? 20 : 40 }} minutes on this task. Write at least {{ $loop->iteration == 1 ? 150 : 250 }} words.
{!! $feedbackTopic->question !!}
@if (!empty($feedbackTopic->chart_s3_key))

@endif
@endforeach
@endsection