main
ilhamwara 2025-07-08 09:04:25 +07:00
parent 243a6647f7
commit 764802e3ac
1 changed files with 3 additions and 1 deletions

View File

@ -565,8 +565,10 @@ if (!function_exists('hitungSkor')) {
$skor = 3;
}elseif(count($val) == 2){
$skor = 2;
}else{
}elseif(count($val) == 1){
$skor = 1;
}else{
$skor = 0;
}
}elseif($key == 'media'){
if(count($val) >= 5){