@extends('layouts.app') @section('title', 'Kelola Soal Ujian') @section('content')
{{ $exam->title }} - {{ $exam->course->name }}
{{ $loop->iteration }}. {{ Str::limit($q->question, 100) }}
{{ str_replace('_', ' ', $q->type) }} | Bobot: {{ $q->point }}