update: comment column generate result on generated history
This commit is contained in:
parent
3dee4a13fc
commit
37fe5ea832
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user