@extends('layouts.app') @section('title', 'Manage Questions') @section('page-title', 'Questions — ' . $exam->title) @section('content')
Select the radio button next to the correct answer.
{{ $question->question_text }}
{{ $question->explanation }}