@extends('layouts.master') @section('content')
| Question | Type | Action |
|---|---|---|
{{$question->question}} |
{{($question->question_type == 1 ? 'MCQS' : ($question->question_type == 2 ? 'True/False' : ($question->question_type == 3 ? 'Blanks' : '')))}} |
|