From 2205bc6a275f28f2ab4cf28d5b97a8c6431c9a28 Mon Sep 17 00:00:00 2001 From: JokoPrasetio Date: Wed, 3 Dec 2025 15:52:02 +0700 Subject: [PATCH] progress penggaris --- resources/views/soal/index.blade.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/resources/views/soal/index.blade.php b/resources/views/soal/index.blade.php index 45cf152..e05056b 100644 --- a/resources/views/soal/index.blade.php +++ b/resources/views/soal/index.blade.php @@ -410,21 +410,21 @@ value="{{ $currentAnswer }}" data-dual-hidden="{{ $detail->id }}" data-field-hal="{{ $detailHal }}" - @if ($isConsentQuestion) data-consent-input="1" @endif + @if ($isConsentQuestion) data-consent-input="1" required @endif @if($formLocked) disabled @endif> @elseif ($type === 'textarea') @elseif ($type === 'text') @elseif ($type === 'option_with_range') @@ -465,6 +465,7 @@ data-range-min-value="{{ $rangeMin }}" data-range-max-value="{{ $rangeMax }}" data-field-hal="{{ $detailHal }}" + @if ($isConsentQuestion) data-consent-input="1" required @endif @if($formLocked) disabled @endif> @@ -490,7 +491,7 @@ @endif @@ -526,7 +527,7 @@ data-original-value="{{ $optionLabel }}" data-lainnya-radio="{{ $isLainnya ? $detail->id : '' }}" data-field-hal="{{ $detailHal }}" - @if ($isConsentQuestion) data-consent-input="1" @endif + @if ($isConsentQuestion) data-consent-input="1" required @endif @if($formLocked) disabled @endif {{ $shouldCheck || $autoSelect ? 'checked' : '' }}>