@extends('layouts.base', [ 'breadcrumb' => [ // see partials/breadcrumb.blade.php for default options 'title' => 'Questions', 'nav' => [ 'ECs' => route("teacher.index"), 'Chapitres' => route("teacher.ec_chaps", $chap->idecu), 'Questions' => '#', ], ], ]) @section('title', 'GestStudent NG Questions') @section('css') @endsection @section('content') @php $MIN_NUMBER_OF_RESPONSE = 2; // min number of response for a question @endphp {{-- alert with content --}} @include('partials.alert') {{-- alert settings with content --}} @include('partials.alert-settings') {{-- top stats --}}
{{"$ec->sigleFilieres | $ec->niveauformation $ec->annee"}}
| Aperçu | Description | Code de formatage | Prévisualiser | |
|---|---|---|---|---|
| {{ $k + 1 }} |
|
{{ ($img->description !== null) ? $img->description : 'Pas de description' }} |
|
| Intitulé de la question | Niveau | Actions | |
|---|---|---|---|
| {{ $i + 1 }}. | {!! $question->intitulequestion !!} | @if ($question->difficulte == "F") Facile @elseif ($question->difficulte == "M") Moyen @else Difficile @endif | {{-- Responses modal --}} {{-- Edit question modal --}} {{-- Delete question modal --}} |