done lms mutu soal

This commit is contained in:
JokoPrasetio 2025-12-04 16:24:24 +07:00
parent 6c37654b0a
commit b6677d9103

View File

@ -547,6 +547,12 @@
@if ($isConsentQuestion) data-consent-input="1" required @endif @if ($isConsentQuestion) data-consent-input="1" required @endif
@if($formLocked) disabled @endif @if($formLocked) disabled @endif
placeholder="Masukkan jawaban Anda"> placeholder="Masukkan jawaban Anda">
@elseif ($type === 'number')
<input type="number" class="form-control @error('jawaban.' . $detail->id) is-invalid @enderror"
name="jawaban[{{ $detail->id }}]" value="{{ $currentAnswer }}"
data-field-hal="{{ $detailHal }}"
@if ($isConsentQuestion) data-consent-input="1" required @endif
@if($formLocked) disabled @endif>
@elseif ($type === 'option_with_range') @elseif ($type === 'option_with_range')
@if ($rangeMin !== null && $rangeMax !== null) @if ($rangeMin !== null && $rangeMax !== null)
<div class="range-slider-wrapper" data-range-wrapper="{{ $detail->id }}"> <div class="range-slider-wrapper" data-range-wrapper="{{ $detail->id }}">