Thi thử lý thuyết miễn phí

Kiểm tra kiến thức của bạn, biết kết quả ngay và hoàn toàn miễn phí
@for($i = $currentIndex; $i < $currentIndex+5; $i++) @php $question = $questions[$i] @endphp

Câu hỏi {{ $i+1 }} {{ $question->content }}

@foreach($question->answers as $answer)
@endforeach
@endfor
Câu {{ $currentIndex+1 }} - {{ $currentIndex+self::PER_PAGE }}/20 @if($currentIndex != 0) @endif @if($currentIndex+self::PER_PAGE != $countQuestion) @else @endif
@if($resultMessage)
@endif