@extends('layouts.app') @section('title', $module->title) @section('content') @include('partials.flash') @php $total = $questions->count(); $perQ = 60; $r = 32; $circ = 2 * M_PI * $r; @endphp arrow_back Back to {{ $course->title }} {{-- Header: title + per-question countdown (same ring as the module timer) --}}
{{ $total }} {{ Str::plural('question', $total) }} · Pass mark {{ $module->pass_mark }}% @if($module->max_attempts) · Attempt {{ $attemptNo }} of {{ $module->max_attempts }} @else · Attempt {{ $attemptNo }} @endif · {{ $perQ }}s per question