background_img != "") {
?>
|
|
left_logo != "") {
?> |
|
exam_name; ?>
|
|
exam_session) {
?>
|
session; ?>
|
|
left_logo != "") {
?>; ?>) |
|
is_admission_no || $template->is_roll_no || $template->is_photo) {
?>
is_admission_no) {
?>
|
lang->line('admission_no') ?>
|
is_roll_no) {
?>
lang->line('roll_no') ?> |
is_admission_no) {
?>
|
is_roll_no) {
$roll_no=($exam->use_exam_roll_no)?$student_value['exam_result']['exam_roll_no_' . $exam->id]:$student_value['student_roll_no'];
?>
|
|
lang->line('certificated_that') ?>
|
|
is_photo) {
?>
|
|
is_name) {
?>
| lang->line('name_prefix'); ?> |
is_father_name) {
?>
| lang->line('marksheet_father_name') ?> |
is_mother_name) {
?>
| lang->line('exam_mother_name'); ?> |
is_class && $template->is_section) {
?>
| lang->line('class'); ?> |
is_class) {
?>
| lang->line('class'); ?> |
is_section) {
?>
| lang->line('section'); ?> |
school_name != "") {
?>
| lang->line('school_name'); ?>school_name; ?> |
| lang->line('exam') . " " . $this->lang->line('center') ?>exam_center; ?> |
content != "") {
?>
| content ?> |
|
id])) {
?>
id])) {
?>
| lang->line('subjects') ?> |
exam_group_type != "gpa") {
?>
lang->line('max') ?> |
lang->line('min') ?> |
lang->line('marks') . " " . $this->lang->line('obtained') ?> |
exam_group_type == "gpa") {
?>
lang->line('grade') . " " . $this->lang->line('point') ?> |
lang->line('credit') . " " . $this->lang->line('hours') ?> |
lang->line('quality') . " " . $this->lang->line('point') ?> |
exam_group_type == "school_grade_system" || $exam->exam_group_type == "coll_grade_system") {
?>
lang->line('grade') ?>> |
lang->line('note') ?> |
id] as $exam_result_key => $exam_result_value) {
$total_max_marks = $total_max_marks + $exam_result_value->max_marks;
$total_obtain_marks = $total_obtain_marks + $exam_result_value->get_marks;
if ($exam_result_value->attendence == "absent") {
$absent_status = true;
}
?>
|
name . "(" . $exam_result_value->code . ")"; ?>
|
exam_group_type != "gpa") {
?>
max_marks; ?>
|
min_marks; ?>
|
get_marks;
if ($exam_result_value->attendence == "absent") {
echo " " . $this->lang->line('exam_absent');
}
if ($exam_result_value->get_marks < $exam_result_value->min_marks) {
$result_status = 0;
}
?>
|
exam_group_type == "gpa") {
?>
get_marks * 100) / $exam_result_value->max_marks;
$point = findGradePoints($exam_grades, $percentage_grade);
$total_points = $total_points + $point;
echo $point;
?>
|
credit_hours;
echo ($exam_result_value->credit_hours);
?>
|
credit_hours * $point);
$total_quality_point = $total_quality_point + ($exam_result_value->credit_hours * $point);
?>
|
exam_group_type == "school_grade_system" || $exam->exam_group_type == "coll_grade_system") {
?>
get_marks * 100) / $exam_result_value->max_marks;
echo findGrade($exam_grades, $percentage_grade);
?>
|
exam_group_type == "basic_system") {
if ($exam_result_value->get_marks < $exam_result_value->min_marks) {
$result_status = 0;
echo "(F) ";
}
}
echo $exam_result_value->note;
?>
|
exam_group_type != "gpa") {
?>
|
|
lang->line('grand_total') ?> |
|
|
exam_group_type == "school_grade_system" || $exam->exam_group_type == "coll_grade_system") {
?>
|
| lang->line('percentage') ?> |
|
|
|
|
exam_group_type == "school_grade_system" || $exam->exam_group_type == "coll_grade_system") {
?>
|
exam_group_type == "gpa") {
?>
|
|
|
|
|
|
|
exam_group_type != "gpa") {
?>
|
Result
lang->line('fail');
} else {
if ($percentage_total > 40) {
echo $this->lang->line('pass');
} else {
echo $this->lang->line('fail');
}
}
?>
|
is_division) {
?>
|
Division
= 60) {
echo $this->lang->line('first');
} elseif ($percentage_total >= 50 && $percentage_total < 60) {
echo $this->lang->line('second');
} elseif ($percentage_total >= 0 && $percentage_total < 50) {
echo $this->lang->line('third');
} else {
}
?>
|
is_teacher_remark) {
?>
| lang->line('teacher_remark'); ?>
|
| date; ?> |
|
$each_exam_value) {
if (empty($marksheet['students'][$student_key]['exam_result']['exam_result_' . $each_exam_value->id])) {
$is_consoledate = 0;
}
}
?>
| lang->line('exam'); ?> |
$each_exam_value) {
?>
exam; ?> |
lang->line('consolidate') ?> |
| Marks Obtained |
$each_exam_value) {
if ($is_consoledate) {
?>
id]);
$sss = json_decode($s);
if (!$sss->exam_result) {
$consolidate_exam_status = false;
}
$percentage_grade = (($sss->get_marks * 100) / $sss->max_marks);
// echo $sss->get_marks . "/" . $sss->max_marks . "[" . findGrade($exam_grades, $percentage_grade) . "]";
$consolidate_marks_exam_total = $consolidate_marks_exam_total + $sss->max_marks;
$weightage_marks = getWeightageExam($marksheet['exam_connection_list'], $each_exam_value->id, $sss->get_marks);
$consolidate_weightage_marks_total = $weightage_marks + $consolidate_weightage_marks_total;
echo number_format($weightage_marks, 2, '.', '');
if (!$sss->exam_result) {
echo " (F) ";
}
?>
|
--
|
|
--
|
lang->line('result') . " " . $this->lang->line('fail');
} else {
echo $this->lang->line('result') . " " . $this->lang->line('pass');
}
?>
Division
= 60) {
echo $this->lang->line('first');
} elseif ($consolidate_percentage_total >= 50 && $consolidate_percentage_total < 60) {
echo $this->lang->line('second');
} elseif ($consolidate_percentage_total >= 0 && $consolidate_percentage_total < 50) {
echo $this->lang->line('third');
} else {
}
?>
|
|
content_footer != "") {
?>
| content_footer ?> |
|
|
left_sign != "") {
?>
|
middle_sign != "") {
?>
|
right_sign != "") {
?>
|
|
|