@php $instructions = [
'Do not close or refresh this page during the exam — your answers are saved automatically.',
'The timer will count down. When time is up, the exam submits automatically.',
'You can flag questions to review later using the flag button.',
'Click any question number in the panel to jump to that question.',
'You can change your answer at any time before submission.',
'Once you click Submit Exam, you cannot go back.',
]; @endphp
@foreach($instructions as $instruction)