@extends('adminlte::page') @section('title', 'クイズ 設問一覧') @section('content_header')
@stop @section('content')旧バージョン{{ $quizSurvey->version->number }}に対する表示、作成、編集で間違いありませんか? クイズの最新バージョンは{{ $latestVersionNumber }}です。
@endifクイズ:{{ $quizSurvey->name }}
@if ($quizSurvey->version)クイズバージョン:{{ $quizSurvey->version->number }}
@endif @if ($quizSurvey->page)ページ:{{ $page->page }}ページ目
タイトル:{{ $page->title }}
@endif @if (false)全{{ $questions->count() }}件中 {{ $questions->firstItem() }} - {{ $questions->lastItem() }}件表示
@endif| 設問順 | 設問 | 説明 | 回答タイプ/選択肢 | 正答/得点 | 解説 | 編集 |
|---|---|---|---|---|---|---|
| {{ $question->orders }} | {{ $question->question }} | {{ $question->detail }} | {{ $question->type }}@if ($question->type === 'radio' || $question->type === 'checkbox')({{ $question->choices }})@endif |
{{ $question->answer }} {{ $question->point }}点 |
@if ($question->correct_explanation || $question->incorrect_explanation)
@if ($question->correct_explanation)
正解時解説
@endif
@if ($question->incorrect_explanation)
@else
-
@endif
不正解時解説 @endif |
編集 |
| 登録されていません。 | ||||||