| Server IP : 216.106.184.20 / Your IP : 216.73.216.234 Web Server : LiteSpeed System : Linux asmodeus.in-hell.com 5.14.0-570.58.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 29 06:24:11 EDT 2025 x86_64 User : sekoaid1 ( 1891) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/sekoaid1/www/rdmts/umbks/application/views/ |
Upload File : |
<?php
$uri4 = $this->uri->segment(4);
?>
<div class="row col-md-12 ini_bodi">
<div class="panel panel-info">
<div class="panel-heading">Daftar Hasil Tes
<div class="tombol-kanan">
<a href='<?php echo base_url(); ?>adm/hasil_ujian_cetak/<?php echo $uri4; ?>' class='btn btn-info btn-sm' target='_blank'><i class='glyphicon glyphicon-print'></i> Cetak</a>
</div>
</div>
<div class="panel-body">
<div class="col-lg-12 alert alert-warning" style="margin-bottom: 20px">
<div class="col-md-6">
<table class="table table-bordered" style="margin-bottom: 0px">
<tr><td>Mata Pelajaran</td><td><?php echo $detil_tes->namaMapel; ?></td></tr>
<tr><td>Nama Guru</td><td><?php echo $detil_tes->nama_guru; ?></td></tr>
<tr><td width="30%">Nama Ujian</td><td width="70%"><?php echo $detil_tes->nama_ujian; ?></td></tr>
<tr><td>Waktu</td><td><?php echo $detil_tes->waktu; ?> menit</td></tr>
</table>
</div>
<!--<div class="col-md-2"></div>-->
<div class="col-md-6">
<table class="table table-bordered" style="margin-bottom: 0px">
<tr><td width="30%">Jumlah Soal</td><td><?php echo $detil_tes->jumlah_soal; ?></td></tr>
<tr><td>Tertinggi</td><td><?php echo $statistik->max_; ?></td></tr>
<tr><td>Terendah</td><td><?php echo $statistik->min_; ?></td></tr>
<tr><td>Rata-rata</td><td><?php echo number_format($statistik->avg_); ?></td></tr>
</table>
</div>
</div>
<table class="table table-bordered" id="datatabel">
<thead>
<tr>
<th width="5%">No</th>
<th width="40%">Nama Peserta</th>
<th width="15%">Jumlah Benar</th>
<th width="15%">Nilai</th>
<th width="15%">Nilai Bobot</th>
<th width="10%">Aksi</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</div>
</div>