diff --git a/resources/views/child/quiz/question.blade.php b/resources/views/child/quiz/question.blade.php index 19a08bb..d3e30ab 100644 --- a/resources/views/child/quiz/question.blade.php +++ b/resources/views/child/quiz/question.blade.php @@ -82,8 +82,9 @@ @foreach($question->answerOptions as $opt) @endforeach @@ -94,14 +95,16 @@ @@ -114,9 +117,11 @@ @endif + @if($question->type === 'free_text') + @endif