Ejemplo n.º 1
0
                        <h3> PRIMARY SCHOOL LEAVING EXAMINATION (PSLE) SCHOOLS RANKING </h3>
                        <div class="thick-hr-line medium-left"></div>
                        <p>PSLE schools are ranked based on average total marks of the school which is computed by summing the total scores of each candidate in all five examination subjects divide by the total number of students sat for the examination in that school. This average score ranges between 0 to 250, the higher the average the higher the performance </p>
                        <div class="file-tree">
                            <?php 
echo php_ftp_file_tree("/PSLE", "http://41.188.136.75/BRN[link]", $ftp_login_id);
?>
                        </div>

                        <h3>CERTIFICATE OF SECONDARY EDUCATION EXAMINATION (CSEE) CENTERS RANKING</h3>
                        <div class="thick-hr-line medium-left"></div>
                        <p>Examination Centers are grouped into two categories and ranked based on average centers Grade Point Average (avgGPA) referenced as Average GPA in the range of 1 to 5, <i><b> the lower the avgGPA the higher the performance.</b></i> </p>
                        <div class="file-tree">
                            <?php 
echo php_ftp_file_tree("/CSEE", "http://41.188.136.75/BRN[link]", $ftp_login_id);
?>
                        </div>

                        <h4>Examination centres Average GPA Calculation <b>(avgGPA)</b> </h4> 

                        <b>avgGPA</b> =  (<u>divGPA  + subjGPA</u>) <br>
                        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2 <br>

                        Where: <br>
                        <b>divGPA</b> = Examination center average divisions GPA <br>
                        <b>subjGPA</b> = Examination center average subjects GPA 
                    </div>
                </div>

                <!--END LEFT COMMON COLUMN-->
Ejemplo n.º 2
0
<?php

error_reporting(E_ALL ^ (E_NOTICE | E_WARNING));
include './config/ftp.php';
include './functions/general_functions.php';
echo php_ftp_file_tree("/PSLE", "http://localhost/necta/brnfiles/[link]", $ftp_login_id);
/* 
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */