Typo Persentase
This commit is contained in:
parent
1560b87cc0
commit
b952c1ed64
|
@ -228,7 +228,7 @@ public function perangkingan(Request $request)
|
|||
|
||||
// Hitung persentase total nilai akhir
|
||||
$totalPersen = ($totalNilai ) * 100; // di sini 100 adalah jumlah maksimum bobot
|
||||
$totalNilaiAkhirPersen[$extracurricularId] = number_format($totalPersen, 2, '.', '');
|
||||
$totalNilaiAkhirPersen[$extracurricularId] = number_format($totalPersen, 0, '.', '');
|
||||
|
||||
// Simpan peringkat
|
||||
$peringkat[$extracurricularId] = $totalPersen;
|
||||
|
|
Loading…
Reference in New Issue