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' : '' }}>