@extends('layouts.app') @section('title', $quiz->title) @section('content') @php $secondsLeft = $deadline ? max(0, now()->diffInSeconds($deadline, false)) : null; @endphp
{{ $q->question_text }}
Select all that apply.
Assign the correct position to each item.
Review your answers before submitting.