@extends('admin.layouts.master') @section('title') Quiz Question Management | @endsection @section('content')
# Id | Module Name/ID | Quiz | Question | Audio Sound | Type | Answer | Points | Status | Action |
---|---|---|---|---|---|---|---|---|---|
{{ $question->id }} | {{ $question->quiz->module->module_name ?? '--' }} - {{ $question->quiz->module->id ?? '--' }} | {{ $question->quiz->name ?? null }} | {{ $question->question }} |
@if ($question->audio)
@else
No audio uploaded @endif |
{{ ucfirst($question->quiz_type) }} | {{ $question->answer }} | {{ $question->points }} | @if ($question->status == 1) Active @else Inactive @endif | |
No data found |