diff --git a/resources/views/soal/index.blade.php b/resources/views/soal/index.blade.php index 0d9d760..a9e2928 100644 --- a/resources/views/soal/index.blade.php +++ b/resources/views/soal/index.blade.php @@ -547,6 +547,12 @@ @if ($isConsentQuestion) data-consent-input="1" required @endif @if($formLocked) disabled @endif placeholder="Masukkan jawaban Anda"> + @elseif ($type === 'number') + @elseif ($type === 'option_with_range') @if ($rangeMin !== null && $rangeMax !== null)