Actividad |
Nota |
grade_scg;
if ($itemAct->grade_scg && $itemAct->grade_scg !== 0) {
$totalAvg = number_format(Global_Functions::truncate($itemAct->grade_scg, $precision), $precision);
}
?>
name_act); ?> |
|
grade_osg;
if ($itemAct->grade_osg && $itemAct->grade_osg !== 0) {
$totalAvg = number_format(Global_Functions::truncate($itemAct->grade_osg, $precision), $precision);
}
?>
name_opa); ?> |
|