update: comment column generate result on generated history

This commit is contained in:
abiyasa05 2025-06-01 13:37:37 +07:00
parent a5e4ea80a0
commit b2196ba1c1

View File

@ -385,7 +385,7 @@
<thead> <thead>
<tr> <tr>
<th>No</th> <th>No</th>
<th>Hasil Generate</th> {{-- <th>Hasil Generate</th> --}}
<th>Tipe Soal</th> <th>Tipe Soal</th>
<th>Jumlah Soal</th> <th>Jumlah Soal</th>
<th>Aksi</th> <th>Aksi</th>
@ -395,7 +395,7 @@
@forelse ($history_generated_texts as $index => $history_generated_text) @forelse ($history_generated_texts as $index => $history_generated_text)
<tr> <tr>
<td>{{ $index + 1 }}</td> <td>{{ $index + 1 }}</td>
<td>{{ $history_generated_text->generate_text }}</td> {{-- <td>{{ $history_generated_text->generate_text }}</td> --}}
<td> <td>
@if ($history_generated_text->question_type == 'multiple_choice') @if ($history_generated_text->question_type == 'multiple_choice')
Pilihan Ganda Pilihan Ganda