MMCT TEAM
Server IP : 2a02:4780:11:1359:0:1d43:a566:2  /  Your IP : 216.73.216.199
Web Server : LiteSpeed
System : Linux in-mum-web1259.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64
User : u490972518 ( 490972518)
PHP Version : 5.6.40
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF
Directory (0755) :  /home/u490972518/domains/ppschool.org.in/public_html/admin/libs/../

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/u490972518/domains/ppschool.org.in/public_html/admin/libs/../pg_ukg_m.php
	<?php include("../link/databaseconnection.php");
	error_reporting(1);
	$session=$_POST['session'];
	$class=$_POST['class'];
		$exam=$_POST['exam'];
		$section=$_POST['section'];
	
	 $sel1r="select * from result_date where session='$session' and class='$class' order by id desc ";
	$res1r=mysqli_query($conn,$sel1r);
	$result_date=mysqli_fetch_array($res1r,MYSQLI_BOTH);
	 if($exam=='Half Yearly')
	      {
	          	$selc="select * from registration where subject='$class' and session='$session' and status='' and section='$section' order by h_rank desc";
	      }
	      else
	      {
	          	$selc="select * from registration where subject='$class' and session='$session' and status='' and section='$section' order by all_m desc";
	      }
	
	
	$resc=mysqli_query($conn,$selc);
		  $s=1;
		  $p='';
		  $j='1';
		  $all_m='';
		  
		      $r=4;
		  
	  while($row=mysqli_fetch_array($resc,MYSQLI_BOTH))
	  {
	     
	      $application=$row['application'];
	      $all_m=$row['all_m'];
	      $sel1="select * from mark where type='PT I' and session='$session' and sch='$application' and exam='TERM I'";
	$res1=mysqli_query($conn,$sel1);
	$pt1=mysqli_fetch_array($res1,MYSQLI_BOTH);
	
	
		       // $up="update registration set rank='$r' where session='$session' and application='$application'" ;
//	  mysqli_query($conn,$up);
		 
	 
	
	$sel147="select * from registration where  session='$session' and subject='$class' and rank='0'";
	$res147=mysqli_query($conn,$sel147);
	$mar7=mysqli_fetch_array($res147,MYSQLI_BOTH); 

	$sel18="select * from registration where all_m='$l' and session='$session' and application='$application'";
	$res18=mysqli_query($conn,$sel18);
	$pt18=mysqli_fetch_array($res18,MYSQLI_BOTH);
	
	
	
	
	 $sel12="select * from mark where type='PT II' and session='$session' and sch='$application' and exam='TERM II'";
	$res12=mysqli_query($conn,$sel12);
	$pt2=mysqli_fetch_array($res12,MYSQLI_BOTH);
	
	
	 $sel11="select * from mark where type='Sub Enr.' and session='$session' and sch='$application' and exam='TERM I' ";
	$res11=mysqli_query($conn,$sel11);
	$se1=mysqli_fetch_array($res11,MYSQLI_BOTH);
	
 $sel112="select * from mark where type='Sub Enr.' and session='$session' and sch='$application' and exam='TERM II' ";
	$res112=mysqli_query($conn,$sel112);
	$se2=mysqli_fetch_array($res112,MYSQLI_BOTH);
	
	
	
	$sel111="select * from mark where type='Half Yearly' and session='$session' and sch='$application' and exam='TERM I' ";
	$res111=mysqli_query($conn,$sel111);
	$half=mysqli_fetch_array($res111,MYSQLI_BOTH);
	
	
	$sel1112="select * from mark where type='Annual Exam' and session='$session' and sch='$application' and exam='TERM II' ";
	$res1112=mysqli_query($conn,$sel1112);
	$annual=mysqli_fetch_array($res1112,MYSQLI_BOTH);
		
		  
		  
		  
		  	 $sel116="select * from mark where type='Note Book' and session='$session' and sch='$application' and exam='TERM I' ";
	$res116=mysqli_query($conn,$sel116);
	$nt1=mysqli_fetch_array($res116,MYSQLI_BOTH);
	
 $sel1161="select * from mark where type='Note Book' and session='$session' and sch='$application' and exam='TERM II' ";
	$res1161=mysqli_query($conn,$sel1161);
	$nt2=mysqli_fetch_array($res1161,MYSQLI_BOTH);
	
	$sel11616="select * from grade_mark where session='$session' and sch='$application' and exam='TERM I' ";
	$res11616=mysqli_query($conn,$sel11616);
	$term1_record=mysqli_fetch_array($res11616,MYSQLI_BOTH);
	
	$sel116163="select * from grade_mark where session='$session' and sch='$application' and exam='TERM II' ";
	$res116163=mysqli_query($conn,$sel116163);
	$term2_record=mysqli_fetch_array($res116163,MYSQLI_BOTH);
	
		$sel1161631="select * from  result_date where session='$session' and class='$class'";
	$res1161631=mysqli_query($conn,$sel1161631);
	$p2_record=mysqli_fetch_array($res1161631,MYSQLI_BOTH);
	$p_term1=$p2_record['term_1'];
	$p_term2=$p2_record['term_2'];
	
		$sel1115="select * from max_fill where type='Half Yearly' and session='$session' and sch='$application' and exam='TERM I' ";
	$res1115=mysqli_query($conn,$sel1115);
	$max_half=mysqli_fetch_array($res1115,MYSQLI_BOTH);
	 $max_half['rank'];
		$sel11151="select * from max_fill where type='Annual Exam' and session='$session' and sch='$application' and exam='TERM II' ";
	$res1115=mysqli_query($conn,$sel11151);
	$max_annual=mysqli_fetch_array($res11151,MYSQLI_BOTH);
	
	?>

<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<style>
body {padding:0; margin:0; text-align:center; background-color:#777}
.page {margin:5px 0}
.page svg {background-color:#fff}
</style>
</head>
<body>

<div class="page">



<svg
   version="1.1"
   id="svg2"
   width="793.33331"
   height="1122.6667"
   viewBox="0 0 793.33331 1122.6667"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:svg="http://www.w3.org/2000/svg">
  <defs
     id="defs6">
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath14">
      <path
         d="M 10.8,-10.8 H 584.55 V -831.2 H 10.8 Z"
         id="path12" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath36">
      <path
         d="m 13.05,-11.55 h 571 v -418.4 h -571 z"
         id="path34" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath132">
      <path
         d="m 36.55,-18.55 h 514 v -68.1 h -514 z"
         id="path130" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath202">
      <path
         d="M 15.55,-153.05 H 86.8 v -9.05 H 15.55 Z"
         id="path200" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath242">
      <path
         d="M 230.55,-168 H 323 v -9.05 h -92.45 z"
         id="path240" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath258">
      <path
         d="m 505.3,-167.6 h 68.45 v -9.65 H 505.3 Z"
         id="path256" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath276">
      <path
         d="m 500.8,-179.7 h 42.25 v -17.7 H 500.8 Z"
         id="path274" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath290">
      <path
         d="m 238.05,-179.7 h 38.5 v -27.7 h -38.5 z"
         id="path288" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath310">
      <path
         d="m 352.55,-180.9 h 36.5 v -17.7 h -36.5 z"
         id="path308" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath324">
      <path
         d="m 389.8,-179.15 h 36.5 v -26.7 h -36.5 z"
         id="path322" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath340">
      <path
         d="m 427.55,-179.9 h 38.5 v -17.7 h -38.5 z"
         id="path338" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath370">
      <path
         d="m 13.05,-180.15 h 26.3 v -21.9 h -26.3 z"
         id="path368" />
    </clipPath>
  
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath400">
      <path
         d="m 237.55,-210.5 h 35.75 v -8.25 h -35.75 z"
         id="path398" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath412">
      <path
         d="M 351.55,-210.75 H 386.4 V -219 h -34.85 z"
         id="path410" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath424">
      <path
         d="M 388.55,-210.75 H 424.3 V -219 h -35.75 z"
         id="path422" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath436">
      <path
         d="m 13.55,-209 h 23.8 v -8.25 h -23.8 z"
         id="path434" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath448">
      <path
         d="M 277.05,-210.75 H 313.1 V -219 h -36.05 z"
         id="path446" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath460">
      <path
         d="m 427.3,-210.5 h 35.75 v -8.25 H 427.3 Z"
         id="path458" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath472">
      <path
         d="m 500.05,-211 h 39.4 v -8.25 h -39.4 z"
         id="path470" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath496">
      <path
         d="m 201.05,-224.15 h 32 v -8.25 h -32 z"
         id="path494" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath508">
      <path
         d="m 237.55,-224.15 h 35.75 v -8.25 h -35.75 z"
         id="path506" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath520">
      <path
         d="m 351.55,-224.4 h 34.85 v -8.25 h -34.85 z"
         id="path518" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath532">
      <path
         d="m 388.55,-224.4 h 35.75 v -8.25 h -35.75 z"
         id="path530" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath544">
      <path
         d="m 13.55,-222.65 h 23.8 v -8.25 h -23.8 z"
         id="path542" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath556">
      <path
         d="m 277.05,-224.4 h 36.05 v -8.25 h -36.05 z"
         id="path554" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath568">
      <path
         d="m 427.3,-224.15 h 35.75 v -8.25 H 427.3 Z"
         id="path566" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath580">
      <path
         d="m 500.05,-224.65 h 39.4 v -8.25 h -39.4 z"
         id="path578" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath600">
      <path
         d="m 201.3,-237.7 h 32.05 v -8.6 H 201.3 Z"
         id="path598" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath616">
      <path
         d="m 237.05,-237.7 h 36 v -8.6 h -36 z"
         id="path614" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath628">
      <path
         d="m 351.55,-237.7 h 34.2 v -8.6 h -34.2 z"
         id="path626" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath640">
      <path
         d="m 388.55,-237.7 h 35.1 v -8.6 h -35.1 z"
         id="path638" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath652">
      <path
         d="m 277.05,-238 h 36 v -8.6 h -36 z"
         id="path650" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath664">
      <path
         d="m 427.3,-237.7 h 35.1 v -8.6 h -35.1 z"
         id="path662" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath676">
      <path
         d="m 500.05,-237.7 h 38.7 v -8.6 h -38.7 z"
         id="path674" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath698">
      <path
         d="m 201.05,-251.55 h 32 v -8.25 h -32 z"
         id="path696" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath710">
      <path
         d="m 237.55,-251.55 h 35.75 v -8.25 h -35.75 z"
         id="path708" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath722">
      <path
         d="m 351.55,-251.8 h 34.85 v -8.25 h -34.85 z"
         id="path720" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath734">
      <path
         d="m 388.55,-251.8 h 35.75 v -8.25 h -35.75 z"
         id="path732" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath746">
      <path
         d="m 13.55,-250.05 h 23.8 v -8.25 h -23.8 z"
         id="path744" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath758">
      <path
         d="m 277.05,-251.8 h 36.05 v -8.25 h -36.05 z"
         id="path756" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath770">
      <path
         d="m 427.3,-251.55 h 35.75 v -8.25 H 427.3 Z"
         id="path768" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath782">
      <path
         d="m 500.05,-252.05 h 39.4 v -8.25 h -39.4 z"
         id="path780" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath806">
      <path
         d="m 201.05,-265.2 h 32 v -8.25 h -32 z"
         id="path804" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath818">
      <path
         d="m 237.55,-265.2 h 35.75 v -8.25 h -35.75 z"
         id="path816" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath830">
      <path
         d="m 351.55,-265.45 h 34.85 v -8.25 h -34.85 z"
         id="path828" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath842">
      <path
         d="m 388.55,-265.45 h 35.75 v -8.25 h -35.75 z"
         id="path840" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath854">
      <path
         d="m 13.55,-263.7 h 23.8 v -8.25 h -23.8 z"
         id="path852" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath866">
      <path
         d="m 277.05,-265.45 h 36.05 v -8.25 h -36.05 z"
         id="path864" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath878">
      <path
         d="m 427.3,-265.2 h 35.75 v -8.25 H 427.3 Z"
         id="path876" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath890">
      <path
         d="m 500.05,-265.7 h 39.4 v -8.25 h -39.4 z"
         id="path888" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath910">
      <path
         d="m 201.3,-278.75 h 32.05 v -8.6 H 201.3 Z"
         id="path908" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath926">
      <path
         d="m 237.05,-278.75 h 36 v -8.6 h -36 z"
         id="path924" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath938">
      <path
         d="m 351.55,-278.75 h 34.2 v -8.6 h -34.2 z"
         id="path936" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath950">
      <path
         d="m 388.55,-278.75 h 35.1 v -8.6 h -35.1 z"
         id="path948" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath962">
      <path
         d="m 277.05,-279.05 h 36 v -8.6 h -36 z"
         id="path960" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath974">
      <path
         d="m 427.3,-278.75 h 35.1 v -8.6 h -35.1 z"
         id="path972" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath986">
      <path
         d="m 500.05,-278.75 h 38.7 v -8.6 h -38.7 z"
         id="path984" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1008">
      <path
         d="m 201.05,-292.6 h 32 v -8.25 h -32 z"
         id="path1006" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1020">
      <path
         d="m 237.55,-292.6 h 35.75 v -8.25 h -35.75 z"
         id="path1018" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1032">
      <path
         d="m 351.55,-292.85 h 34.85 v -8.25 h -34.85 z"
         id="path1030" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1044">
      <path
         d="m 388.55,-292.85 h 35.75 v -8.25 h -35.75 z"
         id="path1042" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1056">
      <path
         d="m 13.55,-291.1 h 23.8 v -8.25 h -23.8 z"
         id="path1054" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1068">
      <path
         d="m 277.05,-292.85 h 36.05 v -8.25 h -36.05 z"
         id="path1066" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1080">
      <path
         d="m 427.3,-292.6 h 35.75 v -8.25 H 427.3 Z"
         id="path1078" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1092">
      <path
         d="m 500.05,-293.1 h 39.4 v -8.25 h -39.4 z"
         id="path1090" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1116">
      <path
         d="m 201.05,-306.25 h 32 v -8.25 h -32 z"
         id="path1114" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1128">
      <path
         d="m 237.55,-306.25 h 35.75 v -8.25 h -35.75 z"
         id="path1126" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1140">
      <path
         d="m 351.55,-306.5 h 34.85 v -8.25 h -34.85 z"
         id="path1138" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1152">
      <path
         d="m 388.55,-306.5 h 35.75 v -8.25 h -35.75 z"
         id="path1150" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1164">
      <path
         d="m 13.55,-304.75 h 23.8 V -313 h -23.8 z"
         id="path1162" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1176">
      <path
         d="m 277.05,-306.5 h 36.05 v -8.25 h -36.05 z"
         id="path1174" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1188">
      <path
         d="m 427.3,-306.25 h 35.75 v -8.25 H 427.3 Z"
         id="path1186" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1200">
      <path
         d="m 500.05,-306.75 h 39.4 V -315 h -39.4 z"
         id="path1198" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1220">
      <path
         d="m 201.3,-319.8 h 32.05 v -8.6 H 201.3 Z"
         id="path1218" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1236">
      <path
         d="m 237.05,-319.8 h 36 v -8.6 h -36 z"
         id="path1234" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1248">
      <path
         d="m 351.55,-319.8 h 34.2 v -8.6 h -34.2 z"
         id="path1246" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1260">
      <path
         d="m 388.55,-319.8 h 35.1 v -8.6 h -35.1 z"
         id="path1258" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1272">
      <path
         d="m 277.05,-320.1 h 36 v -8.6 h -36 z"
         id="path1270" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1284">
      <path
         d="m 427.3,-319.8 h 35.1 v -8.6 h -35.1 z"
         id="path1282" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1296">
      <path
         d="m 500.05,-319.8 h 38.7 v -8.6 h -38.7 z"
         id="path1294" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1318">
      <path
         d="m 201.05,-333.65 h 32 v -8.25 h -32 z"
         id="path1316" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1330">
      <path
         d="m 237.55,-333.65 h 35.75 v -8.25 h -35.75 z"
         id="path1328" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1342">
      <path
         d="m 351.55,-333.9 h 34.85 v -8.25 h -34.85 z"
         id="path1340" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1354">
      <path
         d="m 388.55,-333.9 h 35.75 v -8.25 h -35.75 z"
         id="path1352" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1366">
      <path
         d="m 13.55,-332.15 h 23.8 v -8.25 h -23.8 z"
         id="path1364" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1378">
      <path
         d="m 277.05,-333.9 h 36.05 v -8.25 h -36.05 z"
         id="path1376" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1390">
      <path
         d="m 427.3,-333.65 h 35.75 v -8.25 H 427.3 Z"
         id="path1388" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1402">
      <path
         d="m 500.05,-334.15 h 39.4 v -8.25 h -39.4 z"
         id="path1400" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1426">
      <path
         d="m 201.05,-347.3 h 32 v -8.25 h -32 z"
         id="path1424" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1438">
      <path
         d="m 237.55,-347.3 h 35.75 v -8.25 h -35.75 z"
         id="path1436" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1450">
      <path
         d="m 351.55,-347.55 h 34.85 v -8.25 h -34.85 z"
         id="path1448" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1462">
      <path
         d="m 388.55,-347.55 h 35.75 v -8.25 h -35.75 z"
         id="path1460" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1474">
      <path
         d="m 13.55,-345.8 h 23.8 v -8.25 h -23.8 z"
         id="path1472" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1486">
      <path
         d="m 277.05,-347.55 h 36.05 v -8.25 h -36.05 z"
         id="path1484" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1498">
      <path
         d="m 427.3,-347.3 h 35.75 v -8.25 H 427.3 Z"
         id="path1496" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1510">
      <path
         d="m 500.05,-347.8 h 39.4 v -8.25 h -39.4 z"
         id="path1508" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1534">
      <path
         d="m 201.05,-360.95 h 32 v -8.25 h -32 z"
         id="path1532" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1546">
      <path
         d="m 237.55,-360.95 h 35.75 v -8.25 h -35.75 z"
         id="path1544" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1558">
      <path
         d="m 351.55,-361.2 h 34.85 v -8.25 h -34.85 z"
         id="path1556" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1570">
      <path
         d="m 388.55,-361.2 h 35.75 v -8.25 h -35.75 z"
         id="path1568" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1582">
      <path
         d="m 13.55,-359.45 h 23.8 v -8.25 h -23.8 z"
         id="path1580" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1594">
      <path
         d="m 277.05,-361.2 h 36.05 v -8.25 h -36.05 z"
         id="path1592" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1606">
      <path
         d="m 427.3,-360.95 h 35.75 v -8.25 H 427.3 Z"
         id="path1604" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1618">
      <path
         d="m 500.05,-361.45 h 39.4 v -8.25 h -39.4 z"
         id="path1616" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1642">
      <path
         d="m 200.3,-375.65 h 32.45 v -8.6 H 200.3 Z"
         id="path1640" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1654">
      <path
         d="m 500.8,-375.4 h 37.8 v -8.6 h -37.8 z"
         id="path1652" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1670">
      <path
         d="M 427.8,-375.65 H 462 v -8.6 h -34.2 z"
         id="path1668" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1682">
      <path
         d="m 389.8,-375.4 h 32.45 V -384 H 389.8 Z"
         id="path1680" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1694">
      <path
         d="m 352.3,-375.4 h 33.35 V -384 H 352.3 Z"
         id="path1692" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1710">
      <path
         d="m 277.55,-375.55 h 35.1 v -8.6 h -35.1 z"
         id="path1708" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1722">
      <path
         d="m 238.05,-375.65 h 36 v -8.6 h -36 z"
         id="path1720" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1756">
      <path
         d="m 16.05,-431.2 h 283 v -180.25 h -283 z"
         id="path1754" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1886">
      <path
         d="m 300.3,-430.95 h 283 V -611.6 h -283 z"
         id="path1884" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath2016">
      <path
         d="m 16.05,-615.2 h 283 v -110.85 h -283 z"
         id="path2014" />
    </clipPath>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath2100">
      <path
         d="m 300.3,-615.45 h 283 V -726.3 h -283 z"
         id="path2098" />
    </clipPath>
  </defs>
  <g
     id="g8"
     transform="matrix(1.3333333,0,0,-1.3333333,0,6.14e-5)">
    <g
       id="g10"
       clip-path="url(#clipPath14)">
      <path
         d="M 11.05,-11.05 H 584.8 v -819.9 H 11.05 Z"
         style="fill:none;stroke:#0000ff;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path16" />
      <path
         d="M 15.55,-736.95 H 583.8 v -31 H 15.55 Z"
         style="fill:#c4c4ff;fill-opacity:1;fill-rule:nonzero;stroke:#0000ff;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path18" />
      <path
         d="M 11.8,-815.95 H 583.3"
         style="fill:none;stroke:#0000ff;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path20" />
      <path
         d="m 152.8,-738.2 v -29"
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path22" />
      <path
         d="M 15.55,-752.95 H 583.8"
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path24" />
      <path
         d="m 523.3,-737.2 v -16"
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path26" />
      <path
         d="m 475.3,-737.2 v -16"
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path28" />
      <g
         id="g30">
        <g
           id="g32"
           clip-path="url(#clipPath36)">
          <path
             d="m 13.05,-89.3 h 571 V -106 h -571 z"
             style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="path38" />
          <path
             d="m 13.05,-166 h 571 v -1 h -571 z"
             style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="path40" />
          <path
             d="m 13.05,-167 h 571 v -12.1 h -571 z"
             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="path42" />
          <path
             d="m 13.05,-179.1 h 571 v -28.3 h -571 z"
             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="path44" />
          <path
             d="M 284.3,-106.05 V -166"
             style="fill:none;stroke:#0000ff;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path46" />
          <path
             d="M 13.05,-118.45 H 497.7"
             style="fill:none;stroke:#0000ff;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path48" />
          <path
             d="M 13.8,-135.05 H 498.45"
             style="fill:none;stroke:#0000ff;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path50" />
          <path
             d="M 13.55,-150.8 H 499.2"
             style="fill:none;stroke:#0000ff;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path52" />
          <path
             d="M 13.8,-164.8 H 498.45"
             style="fill:none;stroke:#0000ff;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path54" />
          <path
             d="m 498.55,-106.05 v -59.6"
             style="fill:none;stroke:#0000ff;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path56" />
          <path
             d="M 40.05,-167 V -412.9"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path58" />
          <path
             d="m 200.3,-178.35 h 397"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path60" />
          <path
             d="M 200.8,-167 V -412.9"
             style="fill:none;stroke:#0000ff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path62" />
          <path
             d="M 352.05,-167 V -412.9"
             style="fill:none;stroke:#0000ff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path64" />
          <path
             d="M 500.3,-167 V -413.9"
             style="fill:none;stroke:#0000ff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path66" />
          <path
             d="M 466.05,-178.35 V -385.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path68" />
          <path
             d="M 427.05,-178.6 V -385.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path70" />
          <path
             d="M 277.05,-179.05 V -385.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path72" />
          <path
             d="M 236.55,-179.05 V -385.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path74" />
          <path
             d="M 317.55,-179.1 V -385.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path76" />
          <path
             d="M 389.05,-179.1 V -385.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path78" />
          <path
             d="M 543.8,-179.1 V -385.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path80" />
          <path
             d="m 13.05,-206.9 h 568"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path82" />
          <path
             d="M 13.05,-220.5 H 582.3"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path84" />
          <path
             d="M 13.05,-234.15 H 582.3"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path86" />
          <path
             d="M 13.05,-261.55 H 582.3"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path88" />
          <path
             d="M 13.05,-275.2 H 582.3"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path90" />
          <path
             d="M 13.05,-302.6 H 582.3"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path92" />
          <path
             d="M 13.05,-316.25 H 582.3"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path94" />
          <path
             d="M 13.05,-343.65 H 582.3"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path96" />
          <path
             d="M 13.05,-357.3 H 582.3"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path98" />
          <path
             d="M 13.05,-370.95 H 582.3"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path100" />
          <path
             d="m 13.05,-247.7 h 570"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path102" />
          <path
             d="m 13.05,-288.75 h 570"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path104" />
          <path
             d="m 13.05,-329.8 h 570"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path106" />
          <path
             d="m 13.05,-399 h 573"
             style="fill:none;stroke:#0000ff;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path108" />
          <path
             d="m 13.05,-385.5 h 572"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path110" />
          <path
             d="M 13.05,-413.9 H 606.3"
             style="fill:none;stroke:#0000ff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path112" />
          <path
             d="m 13.05,-372 h 574.5"
             style="fill:none;stroke:#0000ff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path114" />
          <path
             d="M 14.05,-428.9 H 607.3"
             style="fill:none;stroke:#0000ff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path116" />
          <g
             id="g118"
             transform="matrix(68,0,0,59,506.05,-77.55)">
            <image
               width="1"
               height="1"
               style="image-rendering:optimizeSpeed"
               preserveAspectRatio="none"
               transform="matrix(1,0,0,-1,0,1)"
               xlink:href=""
               id="image120" />
          </g>
          <g
             id="g122"
             transform="matrix(66,0,0,61,16.05,-80.55)">
            <image
               width="1"
               height="1"
               style="image-rendering:optimizeSpeed"
               preserveAspectRatio="none"
               transform="matrix(1,0,0,-1,0,1)"
               xlink:href="https://ppschool.org.in/images/logo.png"
               id="image124" />
          </g>
          <g
             id="g126">
            <g
               id="g128"
               clip-path="url(#clipPath132)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,183.85,-44.25)"
                 style="font-variant:normal;font-weight:bold;font-size:18.05px;font-family:'Segoe UI';-inkscape-font-specification:'SegoeUI Bold';writing-mode:lr-tb;fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text136"><tspan
                   x="0 9.9816504 22.363951 33.627151 39.348999 48.735001 54.456848 65.720047 75.683647 86.76635 99.816498 111.38655 120.6101 126.33195 137.59515 147.55875 157.6848 168.948 182.77431 196.45621 210.13811"
                   y="0"
                   id="tspan134">PACIFIC PUBLIC SCHOOL</tspan></text>
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,178.45,-60)"
                 style="font-variant:normal;font-weight:normal;font-size:9.05px;font-family:'Segoe UI';-inkscape-font-specification:SegoeUI;writing-mode:lr-tb;fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text140"><tspan
                   x="0 5.6019502 10.90525 14.5 19.23315 24.563601 29.6859 33.867001 38.47345 41.541401 43.731499 49.034801 54.157101 58.76355 60.953651 63.43335 68.01265 73.134949 78.465401 80.655502 82.845596 86.6828 91.805099 94.284798 102.4117 107.14485 112.4753 114.6654 119.7877 127.57975 130.05945 134.86501 139.0461 144.1684 149.47169 154.77499 156.9651 159.44479 165.98795 168.17805 171.246 176.3683 178.84801 184.44995 189.6356 194.44115 199.02045 201.50015 206.2695 210.87595 213.94389 217.01186 221.745 224.89439"
                   y="0"
                   id="tspan138">Co-educational English Medium School with CBSE Pattern</tspan></text>
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,151.25,-72.3)"
                 style="font-variant:normal;font-weight:normal;font-size:10.75px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text146"><tspan
                   x="0 7.1702499 13.14725 22.101999 25.681749 31.658751 34.647251 42.408749 48.38575 51.374249 57.35125 60.339748 68.10125 74.078247 80.055252 83.635002 89.612 95.588997 103.3505 109.3275 115.3045 118.293 121.2815 129.645 135.62199 139.20175 145.17876 150.55376 156.53075 162.50775 168.48476 172.0645 175.05299 178.0415 185.80299 188.7915 191.78 197.757 201.33675 204.32526 211.4955 215.07526 221.05225 227.02925 233.00626 238.38126 244.35825 247.938 253.91499 259.892 265.86899 271.84601 277.823"
                   y="0"
                   id="tspan142">Semra No.1 Chargawan, Gorakhpur, Uttar Pradesh-273013</tspan><tspan
                   x="-0.60000002 5.3769999 11.354 17.330999 23.308001 29.285 35.262001 41.238998 47.216 53.193001 59.169998 62.158501"
                   y="12.4"
                   id="tspan138" style=';writing-mode:lr-tb;fill:#0000ff;'>7376598752, Email: spacificpublic@gmail.com </tspan></text>
            
            
            </g>
          </g>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,387.25,-23.05)"
             style="font-variant:normal;font-weight:bold;font-size:8.75px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text156"><tspan
               x="0 6.3175001 9.2312498 12.145 14.5775 17.01 19.442499 24.307501 27.221251 29.653749 35 40.346249 42.778751 49.096249 54.442501 56.875 59.307499 62.221249 68.53875 70.971252 75.83625 80.701248 83.133751 87.998749 92.863747 97.728752"
               y="0"
               id="tspan154">Affiliation No. -C/80/2014</tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,496.2,-86.85)"
             style="font-variant:normal;font-weight:bold;font-size:6px;font-family:'Segoe UI';-inkscape-font-specification:'SegoeUI Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text160"><tspan
               x="0 3.516 8.1120005 11.304 12.96 16.176001 20.393999 25.134001 29.556 31.212 35.759998 38.880001 40.535999 46.566002 48.467999 51.834 56.256001 60.804001"
               y="0"
               id="tspan158"></tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,223.45,-100.7)"
             style="font-variant:normal;font-weight:bold;font-size:10.25px;font-family:Cambria;-inkscape-font-specification:'Cambria Bold';writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text164"><tspan
               x="0 6.4369998 12.31025 18.99325 26.2195 32.144001 40.815498 44.403 50.276249 52.53125 57.789501 63.714001 68.972252 74.230499 77.818001 84.94175 91.901497 94.050003 96.919998 101.43 107.498 113.566 119.634 125.702 129.15625 135.22424"
               y="0"
               id="tspan162">ACADEMIC SESSION : <?php echo $row['session']?></tspan></text>
          <g
             id="g166"
             transform="matrix(76,0,0,58,500.05,-166)">
            <image
               width="1"
               height="1"
               style="image-rendering:optimizeSpeed"
               preserveAspectRatio="none"
               transform="matrix(1,0,0,-1,0,1)"
               xlink:href="https://ppschool.org.in/code/img/<?php echo $row['picture']?>"
               id="image168" />
          </g>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,15.8,-116.2)"
             style="font-variant:normal;font-weight:normal;font-size:8.1px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text172"><tspan
               x="0 5.4026999 9.9062996 16.653601 18.451799 22.501801 26.5518 28.35 32.8536 37.357201 39.609001 45.457199 49.9608"
               y="0"
               id="tspan170">Admission No </tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,74.6684,-116.2)"
             style="font-variant:normal;font-weight:bold;font-size:7.8px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text178"><tspan
               x="0"
               y="0"
               id="tspan174">:</tspan><tspan
               x="16.881599 21.218399 25.555201 29.892"
               y="0.2"
               id="tspan176"><?php echo $row['application']?></tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,15.55,-130.1)"
             style="font-variant:normal;font-weight:normal;font-size:8.1px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text182"><tspan
               x="0 5.4026999 7.6545 12.1581 16.661699 21.1653 25.6689 27.9207 29.4678 33.517799 35.7696 41.617802 46.121399 52.868698"
               y="0"
               id="tspan180">Student's Name</tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,87.05,-131.2)"
             style="font-variant:normal;font-weight:bold;font-size:7.8px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text186"><tspan
            
               id="tspan184">: <?php echo $row['name']?></tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,15.3,-147.85)"
             style="font-variant:normal;font-weight:normal;font-size:8.1px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text190"><tspan
               
               id="tspan188">Father's Name</tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,87.55,-147.95)"
             style="font-variant:normal;font-weight:bold;font-size:7.8px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text194"><tspan
              
               id="tspan192">: <?php echo $row['fname']?></tspan></text>
          <g
             id="g196">
            <g
               id="g198"
               clip-path="url(#clipPath202)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,15.55,-161.1)"
                 style="font-variant:normal;font-weight:normal;font-size:8.1px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text206"><tspan
                   
                   id="tspan204">Mother's Name</tspan></text>
            </g>
          </g>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,88.05,-161.2)"
             style="font-variant:normal;font-weight:bold;font-size:7.8px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text210"><tspan
               
               id="tspan208">: <?php echo $row['mname']?></tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,289.05,-114.35)"
             style="font-variant:normal;font-weight:normal;font-size:8.1px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text214"><tspan
               x="0 5.8481998 10.3518 12.15 13.9482 16.200001 22.048201 26.5518 28.8036"
               y="0"
               id="tspan212">Roll No. </tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,328.3,-114.7)"
             style="font-variant:normal;font-weight:bold;font-size:7.8px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text218"><tspan
               x="0 2.5974 4.7658"
               y="0"
               id="tspan216">: <?php echo $row['rol']?></tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,287.3,-131.1)"
             style="font-variant:normal;font-weight:normal;font-size:8.1px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text222"><tspan
               x="0 5.8481998 7.6464 12.15 16.200001 20.25"
               y="0"
               id="tspan220">Class </tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,328.05,-130.2)"
             style="font-variant:normal;font-weight:bold;font-size:7.8px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text226"><tspan
              
               id="tspan224">: <?php echo $row['subject']?> - <?php echo $row['section']?></tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,288.05,-148.35)"
             style="font-variant:normal;font-weight:normal;font-size:8.1px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text230"><tspan
               x="0 5.8481998 12.15"
               y="0"
               id="tspan228">DOB</tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,327.3,-147.7)"
             style="font-variant:normal;font-weight:bold;font-size:7.8px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text234"><tspan
             
               id="tspan232">: <?php echo $row['dob']?></tspan></text>
          <g
             id="g236">
            <g
               id="g238"
               clip-path="url(#clipPath242)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,261.2,-176.4)"
                 style="font-variant:normal;font-weight:bold;font-size:7.8px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text246"><tspan
                   x="0 4.7658 9.9684 15.6 22.097401 24.2658 26.863199 29.031601"
                   y="0"
                   id="tspan244">TERM - I</tspan></text>
            </g>
          </g>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,409.1,-175.5)"
             style="font-variant:normal;font-weight:bold;font-size:7.8px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text250"><tspan
               x="0 4.7658 9.9684 15.6 22.097401 24.2658 26.863199 29.031601 31.200001"
               y="0"
               id="tspan248">TERM - II</tspan></text>
          <g
             id="g252">
            <g
               id="g254"
               clip-path="url(#clipPath258)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,519.3,-176)"
                 style="font-variant:normal;font-weight:bold;font-size:7.8px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text262"><tspan
                   x="0 4.7658 9.9684 15.6 22.097401 24.2658 26.863199 29.031601 33.5868 35.755199 37.923599"
                   y="0"
                   id="tspan260">TERM (I+II)</tspan></text>
            </g>
          </g>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,212.45,-188.55)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text268"><tspan
               x="0 4.6356502 8.8821001 11.19645"
               y="0"
               id="tspan264">PT-I</tspan><tspan
               x="2.75 6.6142001"
               y="9.6000004"
               id="tspan266">20</tspan></text>
          <g
             id="g270">
            <g
               id="g272"
               clip-path="url(#clipPath276)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,505.3,-187.15)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text282"><tspan
                   x="0 5.4071002 10.04275 14.6784 19.696301 24.714199 28.960649"
                   y="0"
                   id="tspan278">OVERALL</tspan><tspan
                   x="10.85 14.7142 18.5784"
                   y="9.6000004"
                   id="tspan280">200</tspan></text>
            </g>
          </g>
          <g
             id="g284">
            <g
               id="g286"
               clip-path="url(#clipPath290)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,248,-187.15)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text298"><tspan
                   x="0 5.0179 10.0358 14.28225 18.5287"
                   y="0"
                   id="tspan292">HALF </tspan><tspan
                   x="-4.5 0.13564999 4.7712998 9.7891998 14.8071 18.400249"
                   y="9.6000004"
                   id="tspan294">YEARLY</tspan><tspan
                   x="5.4499998 9.3142004"
                   y="19.200001"
                   id="tspan296">80</tspan></text>
            </g>
          </g>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,321.05,-189.8)"
             style="font-variant:normal;font-weight:bold;font-size:7.8px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text302"><tspan
               x="0 6.0683999 11.7 17.3316 22.9632"
               y="0"
               id="tspan300">GRADE</tspan></text>
          <g
             id="g304">
            <g
               id="g306"
               clip-path="url(#clipPath310)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,363.25,-188.35)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text316"><tspan
                   x="0 4.6356502 8.8821001 11.19645 13.12855"
                   y="0"
                   id="tspan312">PT-II</tspan><tspan
                   x="3.7 7.5641999"
                   y="9.6000004"
                   id="tspan314">20</tspan></text>
            </g>
          </g>
          <g
             id="g318">
            <g
               id="g320"
               clip-path="url(#clipPath324)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,393.45,-186.6)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text332"><tspan
                   x="0 5.0179 10.0358 15.0537 20.0716 25.0895 29.18305"
                   y="0"
                   id="tspan326">ANNUAL </tspan><tspan
                   x="4.5500002 9.1856499 13.8213 18.839199"
                   y="9.6000004"
                   id="tspan328">EXAM</tspan><tspan
                   x="10.75 14.6142"
                   y="19.200001"
                   id="tspan330">80</tspan></text>
            </g>
          </g>
          <g
             id="g334">
            <g
               id="g336"
               clip-path="url(#clipPath340)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,435.55,-187.35)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text346"><tspan
                   x="0 4.0935502 9.5006504 13.2467 18.264601"
                   y="0"
                   id="tspan342">TOTAL</tspan><tspan
                   x="5.4499998 9.3142004 13.1784"
                   y="9.6000004"
                   id="tspan344">100</tspan></text>
            </g>
          </g>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,468.3,-188.8)"
             style="font-variant:normal;font-weight:bold;font-size:7.8px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text352"><tspan
               x="0 6.0683999 11.7 17.3316 22.9632"
               y="0"
               id="tspan348">GRADE</tspan><tspan
               x="78.25 84.318398 89.949997 95.581596 101.2132"
               y="0.25"
               id="tspan350">GRADE</tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,286.8,-187.85)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text358"><tspan
               x="0 4.0935502 9.5006504 13.2467 18.264601"
               y="0"
               id="tspan354">TOTAL</tspan><tspan
               x="5.4499998 9.3142004 13.1784"
               y="9.6000004"
               id="tspan356">100</tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,97.65,-193.65)"
             style="font-variant:normal;font-weight:bold;font-size:8.75px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text362"><tspan
               x="0 5.8362498 12.15375 18.471251 23.33625 29.172501 35.490002"
               y="0"
               id="tspan360">SUBJECT</tspan></text>
          <g
             id="g364">
            <g
               id="g366"
               clip-path="url(#clipPath370)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,22.05,-189.4)"
                 style="font-variant:normal;font-weight:bold;font-size:8.75px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text376"><tspan
                   x="0 5.8362498"
                   y="0"
                   id="tspan372">S.</tspan><tspan
                   x="-2.9000001 3.4175 8.7637501"
                   y="11.9"
                   id="tspan374">No.</tspan></text>
            </g>
          </g>
           <g
             id="g430">
            <g
               id="g432"
               clip-path="url(#clipPath436)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,24.4377,-216.2)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text440"><tspan
                   x="0"
                   y="0"
                   id="tspan438">1</tspan></text>
            </g>
          </g>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,42.05,-217.35)"
             style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text380"><tspan
               x="0 4.7690501 9.9313498 15.49405 19.46945 21.45715 26.2262 31.3885 33.376202 40.125801 45.288101 47.275799 51.644451 56.0131 60.78215"
               y="0"
               id="tspan378">ENGLISH WRITTEN</tspan></text>
          <g
             id="g382">
            <g
               id="g384"
               clip-path="url(#clipPath388)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,216.0377,-217.7)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text392"><tspan
                   x="0"
                   y="0"
                   id="tspan390"><?php echo $p1=$pt1['s1']?></tspan></text>
            </g>
          </g>
          <g
             id="g394">
            <g
               id="g396"
               clip-path="url(#clipPath400)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,252.3877,-217.7)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text404"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan402"><?php echo  $h1=$half['s1']?></tspan></text>
            </g>
          </g>
           <g
             id="g442">
            <g
               id="g444"
               clip-path="url(#clipPath448)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,292.0377,-217.95)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text452"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan450"><?php echo $t1=(int)$p1+(int)$h1;?></tspan></text>
            </g>
          </g>
            <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,330.35,-218.4)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text484"><tspan
               x="0 5.0179"
               y="0"
               id="tspan478"><?php $pr=$t1/1;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';}?></tspan></text>
          <g
             id="g406">
            <g
               id="g408"
               clip-path="url(#clipPath412)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,365.9377,-217.95)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text416"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan414"><?php echo $p2=$pt2['s1']?></tspan></text>
            </g>
          </g>
          <g
             id="g418">
            <g
               id="g420"
               clip-path="url(#clipPath424)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,403.3877,-217.95)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text428"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan426"><?php echo  $a1=$annual['s1'];?></tspan></text>
            </g>
             <g
             id="g454">
            <g
               id="g456"
               clip-path="url(#clipPath460)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,442.1377,-217.7)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text464"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan462"><?php $t2=(int)$p2+(int)$a1; if($t2>0){echo $t2;}?></tspan></text>
            </g>
          </g>
          </g>
            <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,330.35,-218.4)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text484"><tspan
               x="148.25 153.2679"
               y="-0.5"
               id="tspan480"><?php if($t2>0){$pr=$t2/1;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';} }?></tspan></text>
         
         
          <g
             id="g466">
            <g
               id="g468"
               clip-path="url(#clipPath472)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,516.7377,-218.2)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text476"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan474"><?php $t3=(int)$t1+(int)$t2; if($t3>0){echo $t3;}?></tspan></text>
            </g>
          </g>
           
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,330.35,-218.4)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text484"><tspan
               x="225.25 230.2679"
               y="-0.25"
               id="tspan482"><?php if($t3>0){$pr1=$t3/2; $pr=(int)$pr1;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';} }?></tspan></text>
          <g
               id="g538"
               clip-path="url(#clipPath544)">
              <text
                 xml:space="preserve"
                transform="matrix(1,0,0,-1,24.4377,-229.85)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text440"><tspan
                   x="0"
                   y="0"
                   id="tspan438">2</tspan></text>
            </g>
          </g>
         <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,42.05,-231)"
             style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text488"><tspan
               x="0 4.7690501 9.9313498 15.49405 19.46945 21.45715 26.2262 31.3885 33.376202 38.9389 44.1012 48.870251"
               y="0"
               id="tspan486">ENGLISH ORAL</tspan></text>
             
          <g
             id="g490">
            <g
               id="g492"
               clip-path="url(#clipPath496)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,214.0377,-231.35)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text500"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan498"><?php echo $p21=$pt1['s2']?></tspan></text>
            </g>
          </g>
      <g
             id="g502">
            <g
               id="g504"
               clip-path="url(#clipPath508)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,252.3877,-231.35)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text512"><tspan
                  
                   id="tspan510"><?php echo  $h21=$half['s2']?></tspan></text>
            </g>
          </g>
           <g
             id="g550">
            <g
               id="g552"
               clip-path="url(#clipPath556)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,292.0377,-231.6)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text560"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan558"><?php echo $t21=(int)$p21+(int)$h21;?></tspan></text>
            </g>
          </g>
          
            <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,330.35,-232.05)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text484"><tspan
               x="0 5.0179"
               y="0"
               id="tspan586"><?php $pr=$t21/1;if($pr>91 and $pr<=100) {echo 'A1';} if($pr>81 and $pr<=91) {echo 'A2';}if($pr>71 and $pr<=81) {echo 'B1';}if($pr>61 and $pr<=71) {echo 'B2';}
               if($pr>51 and $pr<=61) {echo 'B2';}if($pr>41 and $pr<=51) {echo 'C1';}if($pr>31 and $pr<=41) {echo 'C2';}if($pr>21 and $pr<=31) {echo 'D';}if($pr<=21 ) {echo 'E';}?></tspan></text>
               
                <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,365.35,-232.05)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text484"><tspan
               x="0 5.0179"
               y="0"
               id="tspan586"><?php echo $p22=$pt2['s2']?></tspan></text>
              <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,403.35,-232.05)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text484"><tspan
               x="0 5.0179"
               y="0"
               id="tspan586"><?php echo  $a21=$annual['s2'];?></tspan></text>
               
                 <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,441.35,-232.05)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text484"><tspan
               x="0 5.0179"
               y="0"
               id="tspan586"><?php $t5=(int)$p22+(int)$a21; if($t5>0){echo $t5;}?></tspan></text>
                 <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,441.35,-232.05)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text484"><tspan
               x="0 5.0179"
               y="0"
               id="tspan586"><?php $t5=(int)$p22+(int)$a21; if($t5>0){echo $t5;}?></tspan></text>
        
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,516.35,-232.05)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text484"><tspan
               x="0 5.0179"
               y="0"
               id="tspan586"><?php $t6=(int)$t21+(int)$t5; if($t6>0){echo $t6;}?></tspan></text>
          </g>
            <text
             xml:space="preserve"
              transform="matrix(1,0,0,-1,330.35,-232.05)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text484"><tspan
               x="148.25 153.2679"
               y="-0.5"
               id="tspan480"><?php if($t5>0){$pr=$t5/1;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';} }?></tspan></text>
         
         
          <g
             id="g466">
            <g
               id="g468"
               clip-path="url(#clipPath472)">
              <text
                 xml:space="preserve"
           transform="matrix(1,0,0,-1,516.7377,-231.85)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text476"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan474"></tspan></text>
            </g>
          </g>
           
          <text
             xml:space="preserve"
                  transform="matrix(1,0,0,-1,330.35,-232.05)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text484"><tspan
               x="225.25 230.2679"
               y="-0.25"
               id="tspan482"><?php if($t5>0){$pr1=$t6/2;$pr=(int)$pr1;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';} }?></tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,41.95,-245.15)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text608"><tspan
               x="0 4.6356502 9.6535501 15.06065 19.3071 21.239201 25.874849 30.89275 32.526001 37.5439 42.951 48.358101 53.375999 58.01165 63.418751 67.936249 72.182701"
               y="0"
               id="tspan606">ENGLISH AGGREGATE</tspan></text>
       <g
             id="g594">
            <g
               id="g596"
               clip-path="url(#clipPath600)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,214.4321,-245.1)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text604"><tspan
                   x="0 3.8642001"
                   y="0"
                   id="tspan602"><?php echo $t_hindi_p=(int)$p21+(int)$p1;?></tspan></text>
            </g>
          </g>
               <g
             id="g622">
            <g
               id="g624"
               clip-path="url(#clipPath628)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,214.4321,-245.1)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text632"><tspan
                   x="0 3.8642001"
                   y="0"
                   id="tspan630"><?php echo $t_hindi_p=(int)$p21+(int)$p1;?></tspan></text>
            </g>
          </g>
		   <g
             id="g610">
            <g
               id="g612"
               clip-path="url(#clipPath616)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,252.1321,-245.1)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text620"><tspan
                   x="0 3.8642001"
                   y="0"
                   id="tspan618"><?php echo $t_hindi_h=(int)$h1+(int)$h21;?></tspan></text>
            </g>
          </g>
                <g
             id="g646">
            <g
               id="g648"
               clip-path="url(#clipPath652)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,292.1321,-245.4)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text656"><tspan
                   x="0 3.8642001"
                   y="0"
                   id="tspan654"><?php  echo $t_hindi_t=(int)$t1+(int)$t21;?></tspan></text>
            </g>
          </g>
               
          
        
           
            <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,330.6,-245.8)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text686"><tspan
               x="0 5.0179"
               y="0"
               id="tspan682"><?php $pr=$t_hindi_t/1;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';} ?></tspan></tspan>
              </text>
         
                    <g
             id="g622">
            <g
               id="g624"
               clip-path="url(#clipPath628)">
              <text
                 xml:space="preserve"
                      transform="matrix(1,0,0,-1,365.7321,-245.1)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text632"><tspan
                   x="0 3.8642001"
                   y="0"
                   id="tspan630"><?php  $t_hindi_p_ii=(int)$p22+(int)$p2; if($t_hindi_p_ii>0){echo $t_hindi_p_ii;}?></tspan></text>
            </g>
          </g>
                <g
             id="g634">
            <g
               id="g636"
               clip-path="url(#clipPath640)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,403.1821,-245.1)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text644"><tspan
                   x="0 3.8642001"
                   y="0"
                   id="tspan642"><?php  $t_hindi_a_ii=(int)$a21+(int)$a1; if($t_hindi_a_ii>0){echo $t_hindi_a_ii;}?></tspan></text>
            </g>
          </g>
                     <g
             id="g658">
            <g
               id="g660"
               clip-path="url(#clipPath664)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,441.9321,-245.1)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text668"><tspan
                   x="0 3.8642001"
                   y="0"
                   id="tspan666"><?php  $t_hindi_t_ii=(int)$t2+(int)$t5; if($t_hindi_t_ii>0){echo $t_hindi_t_ii;}?></tspan></text>
            </g>
          </g>
                
              
          
          <g
             id="g670">
            <g
               id="g672"
               clip-path="url(#clipPath676)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,514.5821,-245.1)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text680"><tspan
                   x="0 3.8642001 7.7284002"
                   y="0"
                   id="tspan678"><?php $t_hindi_all=(int)$t3+(int)$t6; if($t_hindi_all>0){echo $t_hindi_all;}?></tspan></text>
            </g>
          </g>
               
                <text
             xml:space="preserve"
          transform="matrix(1,0,0,-1,330.6,-245.8)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text686"><tspan
               x="148.25 153.2679 226.25 231.2679"
               y="-0.5"
               id="tspan682"><?php $pr=$t_hindi_t_ii/1;if($t_hindi_all>0){if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';} ?><?php $pr=$t_hindi_all/2;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';}} ?></tspan></text>
              

			  

 
			   <g
             id="g740">
            <g
               id="g742"
               clip-path="url(#clipPath746)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,24.4377,-257.25)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text750"><tspan
                   x="0"
                   y="0"
                   id="tspan748">3</tspan></text>
            </g>
          </g>
		   
               <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,42.05,-258.4)"
             style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text690"><tspan
               x="0 5.1623001 7.1500001 12.3123 17.4746 19.462299 21.450001 28.1996 33.3619 35.349602 39.71825 44.086899 48.855949"
               y="0"
               id="tspan688">HINDI WRITTEN</tspan></text>
          <g
             id="g692">
            <g
               id="g694"
               clip-path="url(#clipPath698)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,216.0377,-258.75)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text702"><tspan
                   x="0"
                   y="0"
                   id="tspan700"><?php echo $p31=$pt1['s3']?></tspan></text>
            </g>
          </g>  
              <g
             id="g704">
            <g
               id="g706"
               clip-path="url(#clipPath710)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,252.3877,-258.75)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text714"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan712"><?php echo  $h31=$half['s3']?></tspan></text>
            </g>
          </g> 
         <g
             id="g752">
            <g
               id="g754"
               clip-path="url(#clipPath758)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,292.0377,-259)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text762"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan760"><?php echo $t31=(int)$p31+(int)$h31;?></tspan></text>
            </g>
          </g>
		    <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,330.35,-259.45)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text794"><tspan
               x="0 5.0179"
               y="0"
               id="tspan788"><?php $pr=$t31/1;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';} ?></tspan></text>
         
<g
             id="g716">
            <g
               id="g718"
               clip-path="url(#clipPath722)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,365.9377,-259)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text726"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan724"><?php echo $p32=$pt2['s3']?></tspan></text>
            </g>
          </g>
 <g
             id="g728">
            <g
               id="g730"
               clip-path="url(#clipPath734)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,403.3877,-259)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text738"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan736"><?php echo  $a32=$annual['s3'];?></tspan></text>
            </g>
          </g>
		  <g
             id="g764">
            <g
               id="g766"
               clip-path="url(#clipPath770)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,442.1377,-258.75)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text774"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan772"><?php $t32=(int)$p32+(int)$a32; if($t5>0){echo $t32;}?></tspan></text>
            </g>
          </g>
		  
		   <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,330.35,-259.45)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text794"><tspan
               x="148.25 153.2679"
               y="-0.5"
               id="tspan790"><?php $pr=$t32/1;if($t5>0){if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';}} ?></tspan></text>
		 <g
             id="g776">
            <g
               id="g778"
               clip-path="url(#clipPath782)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,516.7377,-259.25)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text786"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan784"><?php $t3f=(int)$t31+(int)$t32; if($t5>0){echo $t3f;}?></tspan></text>
            </g>
          </g>
 <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,330.35,-259.45)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text794"><tspan
               x="225.25 230.2679"
               y="-0.25"
               id="tspan792"><?php if($t5>0){$pr=$t3f/2;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';} }?></tspan></text>
		
		 <g
             id="g848">
            <g
               id="g850"
               clip-path="url(#clipPath854)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,24.4377,-270.9)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text858"><tspan
                   x="0"
                   y="0"
                   id="tspan856">4</tspan></text>
            </g>
          </g>
		   <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,42.05,-272.05)"
             style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text798"><tspan
               x="0 5.1623001 7.1500001 12.3123 17.4746 19.462299 21.450001 27.012699 32.174999 36.94405"
               y="0"
               id="tspan796">HINDI ORAL</tspan></text>
          <g
             id="g800">
            <g
               id="g802"
               clip-path="url(#clipPath806)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,214.0377,-272.4)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text810"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan808"><?php echo $p41=$pt1['s4']?></tspan></text>
            </g>
          </g>
		 <g
             id="g812">
            <g
               id="g814"
               clip-path="url(#clipPath818)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,252.3877,-272.4)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text822"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan820"><?php echo  $h41=$half['s4']?></tspan></text>
            </g>
          </g>
		    <g
             id="g860">
            <g
               id="g862"
               clip-path="url(#clipPath866)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,292.0377,-272.65)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text870"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan868"><?php echo $t41=(int)$p41+(int)$h41;?></tspan></text>
            </g>
          </g>
		   <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,330.35,-273.1)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text902"><tspan
               x="0 5.0179"
               y="0"
               id="tspan896"><?php $pr=$t41/1;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';}?></tspan></text>
		
		<g
             id="g824">
            <g
               id="g826"
               clip-path="url(#clipPath830)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,365.9377,-272.65)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text834"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan832"><?php echo $p42=$pt2['s4']?></tspan></text>
            </g>
          </g>
		 <g
             id="g836">
            <g
               id="g838"
               clip-path="url(#clipPath842)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,403.3877,-272.65)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text846"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan844"><?php echo  $a42=$annual['s4'];?></tspan></text>
            </g>
          </g>
		  <g
             id="g872">
            <g
               id="g874"
               clip-path="url(#clipPath878)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,442.1377,-272.4)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text882"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan880"><?php $t42=(int)$p42+(int)$a42; if($t42>0){echo $t42;}?></tspan></text>
            </g>
          </g>
		   <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,330.35,-273.1)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text902"><tspan
               x="148.25 153.2679"
               y="-0.5"
               id="tspan898"><?php if($t42>0){$pr=$t42/1;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';} }?></tspan></text>
		
		 <g
             id="g884">
            <g
               id="g886"
               clip-path="url(#clipPath890)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,516.7377,-272.9)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text894"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan892"><?php $t4f=(int)$t41+(int)$t42; if($t4f>0){echo $t4f;}?></tspan></text>
            </g>
          </g>
		 <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,330.35,-273.1)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text902"><tspan
               x="225.25 230.2679"
               y="-0.25"
               id="tspan900"><?php if($t42>0){$pr1=$t4f/2;$pr=(int)$pr1;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';} }?></tspan></text>
		
		 <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,41.95,-286.2)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text918"><tspan
               x="0 5.0179 6.9499998 11.9679 16.9858 18.9179 20.551149 25.56905 30.976151 36.383251 41.40115 46.0368 51.443901 55.961399 60.207851"
               y="0"
               id="tspan916">HINDI AGGREGATE</tspan></text>
		
		<g
             id="g904">
            <g
               id="g906"
               clip-path="url(#clipPath910)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,214.4321,-286.15)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text914"><tspan
                   x="0 3.8642001"
                   y="0"
                   id="tspan912"><?php echo $t_hg=(int)$p31+(int)$p41;?></tspan></text>
            </g>
          </g>
		  <g
             id="g920">
            <g
               id="g922"
               clip-path="url(#clipPath926)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,252.1321,-286.15)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text930"><tspan
                   x="0 3.8642001"
                   y="0"
                   id="tspan928"><?php echo $t_hg_half=(int)$h31+(int)$h41;?></tspan></text>
            </g>
          </g>
		    <g
             id="g956">
            <g
               id="g958"
               clip-path="url(#clipPath962)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,292.1321,-286.45)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text966"><tspan 
                   x="0 3.8642001"
                   y="0"
                   id="tspan964"><?php echo $t_hg_i=(int)$t31+(int)$t41;?></tspan></text>
            </g>
          </g>
		   <g
             id="g932">
            <g
               id="g934"
               clip-path="url(#clipPath938)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,365.7321,-286.15)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text942"><tspan
                   x="0 3.8642001"
                   y="0"
                   id="tspan940"><?php  $t_hg_p_ii=(int)$p32+(int)$p42; if($t_hg_p_ii>0){echo $t_hg_p_ii;}?></tspan></text>
            </g>
          </g>
		    <g
             id="g944">
            <g
               id="g946"
               clip-path="url(#clipPath950)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,403.1821,-286.15)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text954"><tspan
                   x="0 3.8642001"
                   y="0"
                   id="tspan952"><?php  $t_hg_a_ii=(int)$a32+(int)$a42; if($t_hg_a_ii>0){echo $t_hg_a_ii;}?></tspan></text>
            </g>
          </g>
		   <g
             id="g968">
            <g
               id="g970"
               clip-path="url(#clipPath974)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,441.9321,-286.15)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text978"><tspan
                   x="0 3.8642001"
                   y="0"
                   id="tspan976"><?php  $t_hg_t_ii=(int)$t32+(int)$t42; if($t_hg_t_ii>0){echo $t_hg_t_ii;}?></tspan></text>
            </g>
          </g>
		   <g
             id="g980">
            <g
               id="g982"
               clip-path="url(#clipPath986)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,514.5821,-286.15)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text990"><tspan
                   x="0 3.8642001 7.7284002"
                   y="0"
                   id="tspan988"><?php if($t5>0){ $t_hg_f_ii=(int)$t3f+(int)$t4f; if($t_hg_f_ii>0){echo $t_hg_f_ii;}}?></tspan></text>
            </g>
          </g>
		   <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,330.6,-286.85)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text996"><tspan
               x="0 5.0179"
               y="0"
               id="tspan992"><?php $pr=$t_hg_i/1;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';} ?></tspan><tspan
               x="148.25 153.2679 226.25 231.2679"
               y="-0.5"
               id="tspan994"><?php if($t5>0){$pr=$t_hg_t_ii/1;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';} }?><?php if($t5>0){$pr=$t_hg_f_ii/2;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';} }?></tspan></text>
		 <g
             id="g1050">
            <g
               id="g1052"
               clip-path="url(#clipPath1056)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,24.4377,-298.3)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1060"><tspan
                   x="0"
                   y="0"
                   id="tspan1058">5</tspan></text>
            </g>
          </g>
		   <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,42.05,-299.45)"
             style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1000"><tspan
               x="0 5.9559498 10.2245 14.59315 19.755449 24.5245 26.512199 33.261799 38.424099 40.4118 44.780449 49.149101 53.918152"
               y="0"
               id="tspan998">MATHS WRITTEN</tspan></text>
		  <g
             id="g1002">
            <g
               id="g1004"
               clip-path="url(#clipPath1008)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,214.0377,-299.8)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1012"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan1010"><?php echo $p51=$pt1['s5']?></tspan></text>
            </g>
          </g>
		<g
             id="g1014">
            <g
               id="g1016"
               clip-path="url(#clipPath1020)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,252.3877,-299.8)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1024"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan1022"><?php echo  $h51=$half['s5']?></tspan></text>
            </g>
          </g>
		    <g
             id="g1062">
            <g
               id="g1064"
               clip-path="url(#clipPath1068)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,292.0377,-300.05)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1072"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan1070"><?php echo $t52=(int)$p51+(int)$h51;?></tspan></text>
            </g>
          </g>
		  
		   <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,330.35,-300.5)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1104"><tspan
               x="0 5.0179"
               y="0"
               id="tspan1098"><?php $pr=$t52/1;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';}?></tspan></text>
			   <g
             id="g1026">
            <g
               id="g1028"
               clip-path="url(#clipPath1032)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,365.9377,-300.05)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1036"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan1034"><?php echo $p52=$pt2['s5']?></tspan></text>
            </g>
          </g> 
		     <g
             id="g1038">
            <g
               id="g1040"
               clip-path="url(#clipPath1044)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,403.3877,-300.05)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1048"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan1046"><?php echo  $a52=$annual['s5'];?></tspan></text>
            </g>
          </g>
		   <g
             id="g1074">
            <g
               id="g1076"
               clip-path="url(#clipPath1080)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,442.1377,-299.8)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1084"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan1082"><?php $t5t=(int)$p52+(int)$a52; if($t5>0){echo $t5t;}?></tspan></text>
            </g>
          </g>
		   <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,330.35,-300.5)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1104"><tspan
               x="148.25 153.2679"
               y="-0.5"
               id="tspan1100"><?php if($t5>0){$pr=$t5t/1;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';} }?></tspan></text>
		 <g
             id="g1086">
            <g
               id="g1088"
               clip-path="url(#clipPath1092)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,516.7377,-300.3)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1096"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan1094"><?php $t5f=(int)$t52+(int)$t5t; if($t5>0){echo $t5f;}?></tspan></text>
            </g>
          </g>
		 <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,330.35,-300.5)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1104"><tspan
               x="225.25 230.2679"
               y="-0.25"
               id="tspan1102"><?php if($t5>0){$pr=$t5f/2;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';} }?></tspan></text>
		 <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,42.05,-313.1)"
             style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1108"><tspan
               x="0 5.9559498 10.2245 14.59315 19.755449 24.5245 26.512199 32.074902 37.237202 42.006248"
               y="0"
               id="tspan1106">MATHS ORAL</tspan></text>
		<g
             id="g1110">
            <g
               id="g1112"
               clip-path="url(#clipPath1116)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,214.0377,-313.45)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1120"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan1118"><?php echo $p61=$pt1['s6']?></tspan></text>
            </g>
          </g>
		 <g
             id="g1122">
            <g
               id="g1124"
               clip-path="url(#clipPath1128)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,252.3877,-313.45)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1132"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan1130"><?php echo  $h61=$half['s6']?></tspan></text>
            </g>
          </g>
		   <g
             id="g1170">
            <g
               id="g1172"
               clip-path="url(#clipPath1176)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,292.0377,-313.7)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1180"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan1178"><?php echo $t61=(int)$p61+(int)$h61;?></tspan></text>
            </g>
          </g>
		    <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,330.35,-314.15)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1212"><tspan
               x="0 5.0179"
               y="0"
               id="tspan1206"><?php $pr=$t61/1;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';}?></tspan></text>
		
		<g
             id="g1134">
            <g
               id="g1136"
               clip-path="url(#clipPath1140)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,367.9377,-313.7)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1144"><tspan
                   x="0"
                   y="0"
                   id="tspan1142"><?php echo $p62=$pt2['s6']?></tspan></text>
            </g>
          </g>
		   <g
             id="g1146">
            <g
               id="g1148"
               clip-path="url(#clipPath1152)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,403.3877,-313.7)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1156"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan1154"><?php echo  $a61=$annual['s6'];?></tspan></text>
            </g>
          </g>
		   <g
             id="g1182">
            <g
               id="g1184"
               clip-path="url(#clipPath1188)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,442.1377,-313.45)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1192"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan1190"><?php $t62=(int)$p62+(int)$a61; if($t5>0){echo $t62;}?></tspan></text>
            </g>
          </g>
		  
		    <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,330.35,-314.15)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1212"><tspan
               x="148.25 153.2679"
               y="-0.5"
               id="tspan1208"><?php if($t5>0){$pr=$t62/1;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';} }?></tspan></text>
		<g
             id="g1194">
            <g
               id="g1196"
               clip-path="url(#clipPath1200)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,516.7377,-313.95)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1204"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan1202"><?php $t6f=(int)$t61+(int)$t62; if($t5>0){echo $t6f;}?></tspan></text>
            </g>
          </g>
		   <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,330.35,-314.15)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1212"><tspan
               x="225.25 230.2679"
               y="-0.25"
               id="tspan1210"><?php if($t5>0){$pr=$t6f/2;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';} }?></tspan></text>
		
		  <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,41.95,-327.25)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1228"><tspan
               x="0 5.78935 10.30685 14.5533 19.571199 24.20685 25.840099 30.858 36.265099 41.672199 46.690102 51.325748 56.732849 61.250351 65.496803"
               y="0"
               id="tspan1226">MATHS AGGREGATE</tspan></text>
		 <g
             id="g1214">
            <g
               id="g1216"
               clip-path="url(#clipPath1220)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,214.4321,-327.2)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1224"><tspan
                   x="0 3.8642001"
                   y="0"
                   id="tspan1222"><?php echo $t_math_p=(int)$p51+(int)$p61;?></tspan></text>
            </g>
          </g>
		   <g
             id="g1230">
            <g
               id="g1232"
               clip-path="url(#clipPath1236)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,252.1321,-327.2)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1240"><tspan
                   x="0 3.8642001"
                   y="0"
                   id="tspan1238"><?php echo $t_math_h=(int)$h51+(int)$h61;?></tspan></text>
            </g>
          </g>
		   <g
             id="g1266">
            <g
               id="g1268"
               clip-path="url(#clipPath1272)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,292.1321,-327.5)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1276"><tspan
                   x="0 3.8642001"
                   y="0"
                   id="tspan1274"><?php echo $t_math_i=(int)$t52+(int)$t61;?></tspan></text>
            </g>
          </g>
		  <g
             id="g1242">
            <g
               id="g1244"
               clip-path="url(#clipPath1248)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,365.7321,-327.2)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1252"><tspan
                   x="0 3.8642001"
                   y="0"
                   id="tspan1250"><?php  $t_math_p_ii=(int)$p52+(int)$p62; if($t_math_p_ii>0){echo $t_math_p_ii;}?></tspan></text>
            </g>
          </g>
		   <g
             id="g1254">
            <g
               id="g1256"
               clip-path="url(#clipPath1260)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,403.1821,-327.2)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1264"><tspan
                   x="0 3.8642001"
                   y="0"
                   id="tspan1262"><?php  $t_math_a_ii=(int)$a52+(int)$a61; if($t_math_a_ii>0){echo $t_math_a_ii;}?></tspan></text>
            </g>
          </g>
		  <g
             id="g1278">
            <g
               id="g1280"
               clip-path="url(#clipPath1284)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,441.9321,-327.2)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1288"><tspan
                   x="0 3.8642001"
                   y="0"
                   id="tspan1286"><?php  $t_math_t_ii=(int)$t5t+(int)$t62; if($t_math_t_ii>0){echo $t_math_t_ii;}?></tspan></text>
            </g>
          </g>
		  
		  <g
             id="g1290">
            <g
               id="g1292"
               clip-path="url(#clipPath1296)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,514.5821,-327.2)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1300"><tspan
                   x="0 3.8642001 7.7284002"
                   y="0"
                   id="tspan1298"><?php $t_math_all=(int)$t5f+(int)$t6f; if($t5>0){echo $t_math_all;}?></tspan></text>
            </g>
          </g>
		  
		   <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,330.6,-327.9)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1306"><tspan
               x="0 5.0179"
               y="0"
               id="tspan1302"><?php $pr=$t_math_i/1;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';} ?></tspan><tspan
               x="148.25 153.2679 226.25 231.2679"
               y="-0.5"
               id="tspan1304"><?php if($t5>0){$pr=$t_math_t_ii/1;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';}} ?><?php if($t5>0){$pr=$t_math_all/2;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';} }?></tspan></text>
		<g
             id="g1360">
            <g
               id="g1362"
               clip-path="url(#clipPath1366)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,24.4377,-339.35)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1370"><tspan
                   x="0"
                   y="0"
                   id="tspan1368">7</tspan></text>
            </g>
          </g>
		   <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,42.05,-340.5)"
             style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1310"><tspan
               x="0 5.5626998 7.5503998 12.31945"
               y="0"
               id="tspan1308">G.K.</tspan></text>
		  
		
          <g
             id="g1312">
            <g
               id="g1314"
               clip-path="url(#clipPath1318)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,214.0377,-340.85)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1322"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan1320"><?php echo $p71=$pt1['s7']?></tspan></text>
            </g>
          </g>
		   <g
             id="g1324">
            <g
               id="g1326"
               clip-path="url(#clipPath1330)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,252.3877,-340.85)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1334"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan1332"><?php echo  $h71=$half['s7']?></tspan></text>
            </g>
          </g>
		    <g
             id="g1372">
            <g
               id="g1374"
               clip-path="url(#clipPath1378)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,292.0377,-341.1)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1382"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan1380"><?php echo $t7i=(int)$p71+(int)$h71;?></tspan></text>
            </g>
          </g>
		    <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,330.35,-341.55)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1414"><tspan
               x="0 5.0179"
               y="0"
               id="tspan1408"><?php $pr=$t7i/1;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';}?></tspan></text>
		<g
             id="g1336">
            <g
               id="g1338"
               clip-path="url(#clipPath1342)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,365.9377,-341.1)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1346"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan1344"><?php echo $p72=$pt2['s2']?></tspan></text>
            </g>
          </g>
		    <g
             id="g1348">
            <g
               id="g1350"
               clip-path="url(#clipPath1354)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,403.3877,-341.1)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1358"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan1356"><?php echo  $a71=$annual['s7'];?></tspan></text>
            </g>
          </g>
		    <g
             id="g1384">
            <g
               id="g1386"
               clip-path="url(#clipPath1390)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,442.1377,-340.85)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1394"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan1392"><?php $t7ii=(int)$p72+(int)$a71; if($t5>0){echo $t7ii;}?></tspan></text>
            </g>
          </g>
		   <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,330.35,-341.55)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1414"><tspan
               x="148.25 153.2679"
               y="-0.5"
               id="tspan1410"><?php if($t5>0){$pr=$t7ii/1;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';} }?></tspan></text>
		 <g
             id="g1396">
            <g
               id="g1398"
               clip-path="url(#clipPath1402)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,514.7377,-341.35)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1406"><tspan
                   x="0 3.9754 7.9507999"
                   y="0"
                   id="tspan1404"><?php $t7f=(int)$t7i+(int)$t7ii; if($t5>0){echo $t7f;}?></tspan></text>
            </g>
          </g>
		  
		  
		<text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,330.35,-341.55)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1414"><tspan
               x="225.25 230.2679"
               y="-0.25"
               id="tspan1412"><?php if($t5>0){$pr1=$t7f/2;$pr=(int)$pr1;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';} }?></tspan></text>
		 <g
             id="g1468">
            <g
               id="g1470"
               clip-path="url(#clipPath1474)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,24.4377,-353)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1478"><tspan
                   x="0"
                   y="0"
                   id="tspan1476">8</tspan></text>
            </g>
          </g>

		<text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,42.05,-354.15)"
             style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1418"><tspan
               x="0 5.1623001 10.725 15.8873 20.656349 25.4254 30.5877 35.35675 39.625301 43.99395 45.981651 51.54435"
               y="0"
               id="tspan1416">CONVERSATION</tspan></text>
          <g
             id="g1420">
            <g
               id="g1422"
               clip-path="url(#clipPath1426)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,214.0377,-354.5)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1430"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan1428"><?php echo $p81=$pt1['s8']?></tspan></text>
            </g>
          </g>
		   <g
             id="g1432">
            <g
               id="g1434"
               clip-path="url(#clipPath1438)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,252.3877,-354.5)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1442"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan1440"><?php echo  $h81=$half['s8']?></tspan></text>
            </g>
          </g>
		     <g
             id="g1480">
            <g
               id="g1482"
               clip-path="url(#clipPath1486)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,292.0377,-354.75)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1490"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan1488"><?php echo $t8i=(int)$p81+(int)$h81;?></tspan></text>
            </g>
          </g>
		   <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,330.35,-355.2)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1522"><tspan
               x="0 5.0179"
               y="0"
               id="tspan1516"><?php $pr=$t8i/1;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';}?></tspan></text>
		
		 <g
             id="g1444">
            <g
               id="g1446"
               clip-path="url(#clipPath1450)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,365.9377,-354.75)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1454"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan1452"><?php echo $p82=$pt2['s8']?></tspan></text>
            </g>
          </g>
		    <g
             id="g1456">
            <g
               id="g1458"
               clip-path="url(#clipPath1462)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,403.3877,-354.75)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1466"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan1464"><?php echo  $a81=$annual['s8'];?></tspan></text>
            </g>
          </g>
		   <g
             id="g1492">
            <g
               id="g1494"
               clip-path="url(#clipPath1498)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,442.1377,-354.5)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1502"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan1500"><?php $t8ii=(int)$p82+(int)$a81; if($t5>0){echo $t8ii;}?></tspan></text>
            </g>
          </g>
		  
		  <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,330.35,-355.2)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1522"><tspan
               x="148.25 153.2679"
               y="-0.5"
               id="tspan1518"><?php if($t5>0){$pr=$t8ii/1;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';} }?></tspan></text>
	
 <g
             id="g1504">
            <g
               id="g1506"
               clip-path="url(#clipPath1510)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,514.7377,-355)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1514"><tspan
                   x="0 3.9754 7.9507999"
                   y="0"
                   id="tspan1512"><?php $t8f=(int)$t8i+(int)$t8ii; if($t5>0){echo $t8f;}?></tspan></text>
            </g>
	
	 <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,330.35,-355.2)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1522"><tspan
               x="225.25 230.2679"
               y="-0.25"
               id="tspan1520"><?php if($t5>0){$pr=$t8f/2;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';} }?></tspan></text>
	
	  <g
             id="g1576">
            <g
               id="g1578"
               clip-path="url(#clipPath1582)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,24.4377,-366.65)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1586"><tspan
                   x="0"
                   y="0"
                   id="tspan1584">9</tspan></text>
            </g>
          </g>
	 <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,42.05,-367.8)"
             style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1526"><tspan
               x="0 4.7690501 9.8312502"
               y="0"
               id="tspan1524">ART</tspan></text>
          <g
             id="g1528">
            <g
               id="g1530"
               clip-path="url(#clipPath1534)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,214.0377,-368.15)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1538"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan1536"><?php echo $p91=$pt1['s9']?></tspan></text>
            </g>
          </g>
	<g
             id="g1540">
            <g
               id="g1542"
               clip-path="url(#clipPath1546)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,252.3877,-368.15)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1550"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan1548"><?php echo  $h91=$half['s9']?></tspan></text>
            </g>
          </g>
		   <g
             id="g1588">
            <g
               id="g1590"
               clip-path="url(#clipPath1594)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,292.0377,-368.4)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1598"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan1596"><?php echo $t9i=(int)$p91+(int)$h91;?></tspan></text>
            </g>
          </g>
	<text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,330.35,-368.85)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1634"><tspan
               x="0 5.0179"
               y="0"
               id="tspan1624"><?php $pr=$t9i/1;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';}?></tspan></text>
         
 <g
             id="g1552">
            <g
               id="g1554"
               clip-path="url(#clipPath1558)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,365.9377,-368.4)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1562"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan1560"><?php echo $p92=$pt2['s9']?></tspan></text>
            </g>
          </g>
 <g
             id="g1564">
            <g
               id="g1566"
               clip-path="url(#clipPath1570)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,403.3877,-368.4)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1574"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan1572"><?php echo  $a91=$annual['s9'];?></tspan></text>
            </g>
          </g>
		    <g
             id="g1600">
            <g
               id="g1602"
               clip-path="url(#clipPath1606)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,442.1377,-368.15)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1610"><tspan
                   x="0 3.9754"
                   y="0"
                   id="tspan1608"><?php $t9ii=(int)$p92+(int)$a91; if($t5>0){echo $t9ii;}?></tspan></text>
            </g>
          </g>
		  
		    <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,330.35,-368.85)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1634"><tspan
               x="148.25 153.2679"
               y="-0.5"
               id="tspan1626"><?php if($t5>0){$pr=$t9ii/1;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';} }?></tspan></text>
		
<g
             id="g1612">
            <g
               id="g1614"
               clip-path="url(#clipPath1618)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,514.7377,-368.65)"
                 style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1622"><tspan
                   x="0 3.9754 7.9507999"
                   y="0"
                   id="tspan1620"><?php $t9f=(int)$t9i+(int)$t9ii; if($t5>0){echo $t9f;}?></tspan></text>
            </g>
          </g>
		   <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,330.35,-368.85)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1634"><tspan
               x="225.25 230.2679"
               y="-0.25"
               id="tspan1628"><?php if($t5>0){$pr=$t9f/2;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';} }?></tspan></text>
		
		 <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,330.35,-368.85)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1634"><tspan
               x="-287.29999 -281.89291 -276.875 -271.85709 -266.8392 -261.82129 -259.88919 -255.79565 -250.38855 -246.6425 -241.6246"
               y="13.9"
               id="tspan1630">GRAND TOTAL</tspan><tspan
               x="-287.29999 -282.66434 -278.02869 -273.0108 -267.99289 -263.35724 -258.33936 -254.59331 -249.57539 -244.1683"
               y="28.1"
               id="tspan1632">PERCENTAGE</tspan></text>
		<g
             id="g1636">
            <g
               id="g1638"
               clip-path="url(#clipPath1642)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,211.8821,-383.05)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1646"><tspan
                   x="0 3.5167 7.3808999"
                   y="0"
                   id="tspan1644"><?php echo  $pt_1=(int)$p1+(int)$p21+(int)$p31+(int)$p41+(int)$p51+(int)$p61+(int)$p71+(int)$p81+(int)$p91; ?></tspan></text>
            </g>
          </g>
		  <g
             id="g1716">
            <g
               id="g1718"
               clip-path="url(#clipPath1722)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,251.2321,-383.05)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1726"><tspan
                   x="0 3.8642001 7.7284002"
                   y="0"
                   id="tspan1724"><?php echo  $half_1=(int)$h1+(int)$h21+(int)$h31+(int)$h41+(int)$h51+(int)$h61+(int)$h71+(int)$h81+(int)$h91; ?></tspan></text>
            </g>
          </g>
		   <g
             id="g1704">
            <g
               id="g1706"
               clip-path="url(#clipPath1710)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,290.2821,-382.95)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1714"><tspan
                   x="0 3.8642001 7.7284002"
                   y="0"
                   id="tspan1712"><?php echo  $term_1=(int)$t1+(int)$t21+(int)$t31+(int)$t41+(int)$t52+(int)$t61+(int)$t7i+(int)$t8i+(int)$t9i; ?></tspan></text>
            </g>
          </g>
		  <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,330.35,-382.55)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1702"><tspan
               x="0 5.0179"
               y="0"
               id="tspan1700"><?php $pr=$term_1/6;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';} 
               
               
               
               
               
               ?></tspan></text>
          <g
             id="g1688">
            <g
               id="g1690"
               clip-path="url(#clipPath1694)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,364.3321,-382.8)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1698"><tspan
                   x="0 3.5167 7.3808999"
                   y="0"
                   id="tspan1696"><?php if($t5>0){echo  $pt_2=(int)$p2+(int)$p22+(int)$p32+(int)$p42+(int)$p52+(int)$p62+(int)$p72+(int)$p82+(int)$p92; }?></tspan></text>
            </g>
          </g>

  <g
             id="g1676">
            <g
               id="g1678"
               clip-path="url(#clipPath1682)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,401.1821,-382.8)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1686"><tspan
                   x="0 3.8642001 7.7284002"
                   y="0"
                   id="tspan1684"><?php if($t5>0){ echo  $an_2=(int)$a1+(int)$a21+(int)$a32+(int)$a42+(int)$a52+(int)$a61+(int)$a71+(int)$a81+(int)$a91; }?></tspan></text>
            </g>
          </g>
		  <g
             id="g1664">
            <g
               id="g1666"
               clip-path="url(#clipPath1670)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,440.0821,-383.05)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1674"><tspan
                   x="0 3.8642001 7.7284002"
                   y="0"
                   id="tspan1672"><?php if($t5>0){echo  $term_2=(int)$t2+(int)$t5+(int)$t32+(int)$t42+(int)$t5t+(int)$t62+(int)$t7ii+(int)$t8ii+(int)$t9ii;} 
                   $ap=(int)$term_1+(int)$term_2;
                   $up="update registration set h_rank='$term_1',a_rank='$term_2',all_m='$ap' where  session='$session'  and application='$application'";
					    if(mysqli_query($conn,$up))
					    {
					        echo '';
					    }
                   
                   
                   ?></tspan></text>
            </g>
          </g>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,478.6,-382.55)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1662"><tspan
               x="0 5.0179"
               y="0"
               id="tspan1660"><?php if($t5>0){$pr1=$term_2/6;$pr=(int)$pr1;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';}} ?></tspan></text>
          
        
		<g
             id="g1648">
            <g
               id="g1650"
               clip-path="url(#clipPath1654)">
              <text
                 xml:space="preserve"
                 transform="matrix(1,0,0,-1,513.1321,-382.8)"
                 style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
                 id="text1658"><tspan
                   x="0 3.5167 7.3808999 11.2451"
                   y="0"
                   id="tspan1656"><?php if($t5>0){ echo  $all=(int)$t3+(int)$t6+(int)$t3f+(int)$t4f+(int)$t5f+(int)$t6f+(int)$t7f+(int)$t8f+(int)$t9f;} ?></tspan></text>
            </g>
          </g>
        
          
         
          
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,42.55,-409.1)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1740"><tspan
               x="0 4.5174999 8.7639503 13.0104 17.646049 22.66395 27.68185 32.699749 37.717651 42.73555"
               y="0"
               id="tspan1728">ATTENDANCE</tspan><tspan
               x="242.35001 245.8667 249.38341  "
               y="-0.25"
               id="tspan1730"><?php echo $p1=$term1_record['p'];?> / <?php echo $r1=$p_term1;?></tspan>
               <tspan
               x="400"
               y="0"
               id="tspan940"><?php echo $p2=$term2_record['p'] ;?> / <?php echo $r2=$p_term2 ;?></tspan>
               
               <tspan
               x="515.20001 520.2179"
               y="-26.200001"
               id="tspan1732"><?php if($t5>0){$pr=$all/12;if($pr>=91 and $pr<=100) {echo 'A1';} if($pr>=81 and $pr<=90) {echo 'A2';}if($pr>=71 and $pr<=80) {echo 'B1';}if($pr>=61 and $pr<=70) {echo 'B2';}
               if($pr>=51 and $pr<=60) {echo 'C1';}if($pr>=41 and $pr<=50) {echo 'C2';}if($pr>=33 and $pr<=40) {echo 'D';}if($pr<=32 ) {echo 'E';} }?></tspan><tspan
               x="246.55 250.4142 254.2784 256.21051 260.07471 263.9389 265.871"
               y="-12.75"
               id="tspan1734"><?PHP $per1=$term_1/6; echo substr("$per1",0,5);?> %  </tspan><tspan
               x="396.04999 399.91422 403.77841 405.71051 409.57471 413.4389 415.371"
               y="-13.1"
               id="tspan1736"><?PHP if($t5>0){ $per11=$term_2/6; echo substr("$per11",0,5);?> % <?php }?></tspan><tspan
               x="491.89999 495.76419 499.62839 501.56049 505.42471 509.28891 511.22101"
               y="-12.75"
               id="tspan1738"><?PHP if($t5>0){ $per13=$all/12; echo substr("$per13",0,5);?> % <?php }?></tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,16.8,-424.8)"
             style="font-style:italic;font-variant:normal;font-size:6px;font-family:'Segoe UI';-inkscape-font-specification:'SegoeUI Italic';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1744"><tspan
               x="0 3.234 4.8839998 8.3339996 11.544 13.098 16.469999 18.408001 20.058001 24.186001 26.316 29.568001 32.82 34.374001 37.745998 40.998001 42.647999 45.630001 48.245998 51.498001 53.051998 55.973999 57.282001 58.931999 62.723999 65.958 67.781998 71.015999 74.25 79.188004 81.587997 84.821999 88.056 91.290001 96.227997 98.052002 99.360001 101.01 104.802 108.036 109.86 113.094 116.328 121.266 123.666 126.9 130.134 135.07201 136.896 138.20399 139.854 143.29201 146.526 148.35001 151.584 154.81799 159.756 162.15601 165.39 168.62399 173.562 175.386 176.694 178.34399 181.782 185.01601 186.84 190.07401 193.308 198.246 200.646 203.88 207.114 212.052 213.87601 215.18401 216.834 220.668 223.90199 225.726 228.96001 232.194 237.132 239.532 242.76601 246 250.938 252.76199 254.07001 255.72 259.55399 262.78799 264.612 267.84601 271.07999 276.01801 278.418 281.65201 284.88599 289.82401 291.64801 292.95599 294.60599 298.87799 300.702 303.936 307.17001 312.108 314.508 317.742 320.97601 325.914 327.73801 329.04599 330.69601 333.69 335.51401 338.74799 341.98199 346.92001 351.54001 353.19 356.62799 359.54999 361.104 364.314 368.634"
               y="0"
               id="tspan1742">8 Point Grading Scale: A1(91%-100%), A2(81%-90%), B1(71%-80%), B2(61%-70%), C1(51%-60%), C2(41%-50%), D(33%-40%), E(32%&amp; Below)</tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,528.55,-408.6)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1748"><tspan
               x="0 3.5167 7.0334001 10.8976 "
               y="0"
               id="tspan1746"> <?php if($t5>0){echo (int)$p1+(int)$term2_record['p'];}?>/<?php if($t5>0){echo $r1+$r2;}?></tspan></text>
        </g>
      </g>
      <g
         id="g1750">
        <g
           id="g1752"
           clip-path="url(#clipPath1756)">
          <path
             d="M 208.05,-433.2 H 296.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1758" />
          <path
             d="m 252.65,-433.2 v -14.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1760" />
          <path
             d="M 16.05,-447.7 H 296.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1762" />
          <path
             d="m 208.2,-433.2 v -14.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1764" />
          <path
             d="M 296.75,-433.2 V -610"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1766" />
          <path
             d="M 16.05,-446.7 V -610"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1768" />
          <path
             d="m 35.05,-482.75 v -68.2"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1770" />
          <path
             d="m 35.05,-447.7 v -35.05"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1772" />
          <path
             d="M 35.05,-550.95 V -586"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1774" />
          <path
             d="m 35.05,-586 v -24"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1776" />
          <path
             d="m 16.05,-460.65 h 281"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1778" />
          <path
             d="m 16.05,-495.7 h 281"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1780" />
          <path
             d="m 16.05,-563.9 h 281"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1782" />
          <path
             d="m 16.05,-598.95 h 281"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1784" />
          <path
             d="m 252.65,-495.7 v -55.25"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1786" />
          <path
             d="m 252.65,-460.65 v -22.1"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1788" />
          <path
             d="M 252.65,-563.9 V -586"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1790" />
          <path
             d="M 252.65,-598.95 V -610"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1792" />
          <path
             d="m 208.2,-495.7 v -55.25"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1794" />
          <path
             d="m 208.2,-460.65 v -22.1"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1796" />
          <path
             d="M 208.2,-563.9 V -586"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1798" />
          <path
             d="M 208.2,-598.95 V -610"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1800" />
          <path
             d="M 16.05,-471.7 H 296.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1802" />
          <path
             d="M 16.05,-482.75 H 296.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1804" />
          <path
             d="M 16.05,-506.75 H 296.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1806" />
          <path
             d="M 16.05,-517.8 H 296.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1808" />
          <path
             d="M 16.05,-528.85 H 296.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1810" />
          <path
             d="M 16.05,-539.9 H 296.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1812" />
          <path
             d="M 16.05,-550.95 H 296.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1814" />
          <path
             d="M 16.05,-574.95 H 296.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1816" />
          <path
             d="M 16.05,-586 H 296.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1818" />
          <path
             d="M 16.05,-610 H 296.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1820" />
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,36.1,-443.6)"
             style="font-variant:normal;font-weight:bold;font-size:7.8px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1824"><tspan
               x="0 5.6315999 7.8000002 9.9684 14.7342 20.365801 25.9974 32.0658 37.697399 43.328999 49.3974 54.599998 59.802601 61.971001 67.6026 72.805199 78.007797 83.210403 87.976196 94.044601 99.2472 105.7446 110.9472 116.5788 121.3446 123.513 126.1104 131.742 133.9104 139.54201 145.1736 147.342"
               y="0"
               id="tspan1822">A. LANGUAGES DEVELOPMENT (HINDI)</tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,217.1,-444.15)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1830"><tspan
               x="0 4.2464499 8.8821001 13.9 19.68935 21.62145 23.935801 25.867901 43.049999 47.296452 51.932098 56.950001 62.739349 64.671448 66.985802 68.9179 70.849998"
               y="0"
               id="tspan1826">TERM - ITERM - II</tspan><tspan
               x="-180.55 -175.5321 -173.60001 -169.35355 -165.1071 -163.175 -161.2429 -156.22501 -152.36079 -148.4966 -144.25015 -142.31805 -138.07159 -133.82515 -131.89305 -127.2574 -123.3932 -121.4611 -119.529 -117.5969"
               y="13.95"
               id="tspan1828">Hindi Reading Skills</tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,24,-457.9)"
             style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1838"><tspan
               x="0"
               y="0"
               id="tspan1832">1</tspan><tspan
               x="24.049999 28.81905 31.200001 35.1754 39.150799 43.126202 46.701199 48.288502 52.263901 54.251598 55.838902 59.814301 204.39999 247.39999"
               y="10.95"
               id="tspan1834">Pronuciation<?php echo $term1_record['g1'].$term2_record['g1'] ?></tspan><tspan
               x="24.049999 28.41865 30.005951 33.98135 37.956749 41.932152 45.507149 204.39999 247.39999"
               y="22"
               id="tspan1836">Fluency<?php echo $term1_record['g2'].$term2_record['g2'] ?></tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,36.55,-493.15)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1842"><tspan
               x="0 5.0179 6.9499998 11.19645 15.4429 17.375 19.3071 25.770599 28.47415 30.40625 32.7206 34.652699 38.899151 43.145599 45.077702 49.713348 53.577549 55.509651 57.44175 59.373852"
               y="0"
               id="tspan1840">Hindi Writing Skills</tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,24,-492.95)"
             style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1856"><tspan
               x="0"
               y="0"
               id="tspan1844">2</tspan><tspan
               x="24.049999 29.212299 31.59325 35.568649 39.544048 41.53175 43.119049 46.69405 50.669449 52.65715 59.256599 61.63755 63.22485 65.212547 66.79985 70.775253 204.39999 247.39999"
               y="10.95"
               id="tspan1846">Creative Writing<?php echo $term1_record['g3'].$term2_record['g3'] ?></tspan><tspan
               x="24.049999 29.212299 33.187698 37.163101 41.1385 43.126202 49.725651 52.106602 53.693901 55.681599 57.268902 61.244301 204.39999 247.39999"
               y="22"
               id="tspan1848">Hand Writing<?php echo $term1_record['g4'].$term2_record['g4'] ?></tspan><tspan
               x="24.049999 29.6127 31.99365 35.969051 41.924999 47.880951 51.85635 204.39999 247.39999"
               y="33.049999"
               id="tspan1850">Grammar<?php echo $term1_record['g5'].$term2_record['g5'] ?></tspan><tspan
               x="24.049999 28.81905 32.794449 36.769852 38.357151 39.94445 41.53175 45.507149 49.482552 204.39999 247.39999"
               y="44.099998"
               id="tspan1852">Spellings<?php echo $term1_record['g6'].$term2_record['g6'] ?></tspan><tspan
               x="24.049999 28.4687 32.444099 36.0191 39.994499 43.969898 47.945301 49.5326 53.507999 55.88895 204.39999 247.39999"
               y="55.150002"
               id="tspan1854">Vocabulary<?php echo $term1_record['g7'].$term2_record['g7'] ?></tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,36.55,-561.35)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1860"><tspan
               x="0 5.0179 6.9499998 11.19645 15.4429 17.375 19.3071 23.942751 28.189199 32.053398 35.917599 39.781799 41.713902 45.96035 50.206799 52.138901 56.774551 60.638748 62.57085 64.502953 66.435051"
               y="0"
               id="tspan1858">Hindi Speaking Skills</tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,24,-561.15)"
             style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1868"><tspan
               x="0"
               y="0"
               id="tspan1862">3</tspan><tspan
               x="24.049999 29.212299 33.187698 37.163101 40.738098 44.713501 47.094452 50.669449 54.644852 56.632549 58.219849 62.195251 204.39999 247.39999"
               y="10.95"
               id="tspan1864">Conversation<?php echo $term1_record['g8'].$term2_record['g8'] ?></tspan><tspan
               x="24.049999 29.212299 33.187698 36.762699 38.349998 40.3377 44.313099 46.3008 47.8881 51.863499 204.39999 247.39999"
               y="22"
               id="tspan1866">Recitation<?php echo $term1_record['g9'].$term2_record['g9'] ?></tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,36.55,-596.4)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1872"><tspan
               x="0 5.0179 6.9499998 11.19645 15.4429 17.375 19.3071 23.553551 25.485649 29.34985 31.6642 35.5284 39.774849 41.706951 45.9534 50.199848 52.13195 56.767601 60.631802 62.5639 64.496002 66.428101"
               y="0"
               id="tspan1870">Hindi Listening Skills</tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,24,-596.2)"
             style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1878"><tspan
               x="0"
               y="0"
               id="tspan1874">4</tspan><tspan
               x="24.049999 29.212299 33.187698 39.14365 43.119049 45.5 49.475399 53.450802 57.426201 61.4016 64.976601 66.563904 70.539299 204.39999 247.39999"
               y="10.95"
               id="tspan1876">Comprehension<?php echo $term1_record['g10'].$term2_record['g10'] ?></tspan></text>
        </g>
      </g>
      <g
         id="g1880">
        <g
           id="g1882"
           clip-path="url(#clipPath1886)">
          <path
             d="m 492.8,-432.95 h 88.45"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1888" />
          <path
             d="m 537.4,-432.95 v -14.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1890" />
          <path
             d="M 300.3,-447.45 H 581.25"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1892" />
          <path
             d="m 492.95,-432.95 v -14.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1894" />
          <path
             d="m 581.3,-432.95 v -177.2"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1896" />
          <path
             d="m 300.3,-446.45 v -163.7"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1898" />
          <path
             d="m 300.3,-460.5 h 281"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1900" />
          <path
             d="m 300.3,-495.65 h 281"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1902" />
          <path
             d="m 300.3,-563.95 h 281"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1904" />
          <path
             d="m 300.3,-599.1 h 281"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1906" />
          <path
             d="m 319.3,-482.6 v -68.3"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1908" />
          <path
             d="M 319.3,-447.45 V -482.6"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1910" />
          <path
             d="m 319.3,-550.9 v -35.15"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1912" />
          <path
             d="m 319.3,-586.05 v -24.1"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1914" />
          <path
             d="M 536.9,-495.65 V -550.9"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1916" />
          <path
             d="m 536.9,-460.5 v -22.1"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1918" />
          <path
             d="m 536.9,-563.95 v -22.1"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1920" />
          <path
             d="m 536.9,-599.1 v -11.05"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1922" />
          <path
             d="M 492.45,-495.65 V -550.9"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1924" />
          <path
             d="m 492.45,-460.5 v -22.1"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1926" />
          <path
             d="m 492.45,-563.95 v -22.1"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1928" />
          <path
             d="m 492.45,-599.1 v -11.05"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1930" />
          <path
             d="M 300.3,-471.55 H 581.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1932" />
          <path
             d="M 300.3,-482.6 H 581.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1934" />
          <path
             d="M 300.3,-506.7 H 581.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1936" />
          <path
             d="M 300.3,-517.75 H 581.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1938" />
          <path
             d="M 300.3,-528.8 H 581.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1940" />
          <path
             d="M 300.3,-539.85 H 581.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1942" />
          <path
             d="M 300.3,-550.9 H 581.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1944" />
          <path
             d="M 300.3,-575 H 581.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1946" />
          <path
             d="M 300.3,-586.05 H 581.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1948" />
          <path
             d="M 300.3,-610.15 H 581.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path1950" />
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,317.75,-443.35)"
             style="font-variant:normal;font-weight:bold;font-size:7.8px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1954"><tspan
               x="0 5.6315999 7.8000002 9.9684 14.7342 20.365801 25.9974 32.0658 37.697399 43.328999 49.3974 54.599998 56.768398 62.400002 67.6026 72.805199 78.007797 82.773598 88.842003 94.044601 100.542 105.7446 111.3762 116.142 118.3104 120.9078 126.1104 131.742 137.81039 142.5762 144.7446 149.9472 155.5788"
               y="0"
               id="tspan1952">B. LANGUAGE DEVELOPMENT (ENGLISH)</tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,501.85,-443.9)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1960"><tspan
               x="0 4.2464499 8.8821001 13.9 19.68935 21.62145 23.935801 25.867901 43.049999 47.296452 51.932098 56.950001 62.739349 64.671448 66.985802 68.9179 70.849998"
               y="0"
               id="tspan1956">TERM - ITERM - II</tspan><tspan
               x="-181.05 -176.41435 -172.16789 -167.92145 -165.98935 -164.05725 -160.19305 -155.94659 -154.0145 -148.9966 -145.1324 -141.2682 -137.02174 -135.08965 -130.8432 -126.59675 -124.66465 -120.029 -116.1648 -114.2327 -112.3006 -110.3685"
               y="13.95"
               id="tspan1958">English Reading Skills</tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,308.25,-457.65)"
             style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1968"><tspan
               x="0"
               y="0"
               id="tspan1962">5</tspan><tspan
               x="24.049999 28.81905 31.200001 35.1754 39.150799 43.126202 46.701199 48.288502 52.263901 54.251598 55.838902 59.814301 204.39999 249.14999"
               y="11.05"
               id="tspan1964">Pronuciation<?php echo $term1_record['g11'].$term2_record['g11'] ?></tspan><tspan
               x="24.049999 28.41865 30.005951 33.98135 37.956749 41.932152 45.507149 204.39999 249.14999"
               y="22.1"
               id="tspan1966">Fluency<?php echo $term1_record['g12'].$term2_record['g12'] ?></tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,320.8,-493)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1972"><tspan
               x="0 4.6356502 8.8821001 13.12855 15.06065 16.99275 20.856951 25.103399 27.0355 33.499001 36.202549 38.134651 40.449001 42.3811 46.627548 50.874001 52.806099 57.44175 61.30595 63.238049 65.170151 67.102249"
               y="0"
               id="tspan1970">English Writing Skills</tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,308.25,-492.8)"
             style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1986"><tspan
               x="0"
               y="0"
               id="tspan1974">6</tspan><tspan
               x="24.049999 29.212299 31.59325 35.568649 39.544048 41.53175 43.119049 46.69405 50.669449 52.65715 59.256599 61.63755 63.22485 65.212547 66.79985 70.775253 204.39999 249.14999"
               y="11.05"
               id="tspan1976">Creative Writing<?php echo $term1_record['g13'].$term2_record['g13'] ?></tspan><tspan
               x="24.049999 29.212299 33.187698 37.163101 41.1385 43.126202 49.725651 52.106602 53.693901 55.681599 57.268902 61.244301 204.39999 249.14999"
               y="22.1"
               id="tspan1978">Hand Writing<?php echo $term1_record['g14'].$term2_record['g14'] ?></tspan><tspan
               x="24.049999 29.6127 31.99365 35.969051 41.924999 47.880951 51.85635 204.39999 249.14999"
               y="33.150002"
               id="tspan1980">Grammar<?php echo $term1_record['g15'].$term2_record['g15'] ?></tspan><tspan
               x="24.049999 28.81905 32.794449 36.769852 38.357151 39.94445 41.53175 45.507149 49.482552 204.39999 249.14999"
               y="44.200001"
               id="tspan1982">Spellings<?php echo $term1_record['g16'].$term2_record['g16'] ?></tspan><tspan
               x="24.049999 28.4687 32.444099 36.0191 39.994499 43.969898 47.945301 49.5326 53.507999 55.88895 204.39999 249.14999"
               y="55.25"
               id="tspan1984">Vocabulary<?php echo $term1_record['g17'].$term2_record['g17'] ?></tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,320.8,-561.3)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1990"><tspan
               x="0 4.6356502 8.8821001 13.12855 15.06065 16.99275 20.856951 25.103399 27.0355 31.67115 35.917599 39.781799 43.646 47.510201 49.442299 53.688751 57.9352 59.867298 64.502953 68.367149 70.299248 72.231354 74.163452"
               y="0"
               id="tspan1988">English Speaking Skills</tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,308.25,-561.1)"
             style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text1998"><tspan
               x="0"
               y="0"
               id="tspan1992">7</tspan><tspan
               x="24.049999 29.212299 33.187698 37.163101 40.738098 44.713501 47.094452 50.669449 54.644852 56.632549 58.219849 62.195251 204.39999 249.14999"
               y="11.05"
               id="tspan1994">Conversation<?php echo $term1_record['g18'].$term2_record['g18'] ?></tspan><tspan
               x="24.049999 29.212299 33.187698 36.762699 38.349998 40.3377 44.313099 46.3008 47.8881 51.863499 204.39999 249.14999"
               y="22.1"
               id="tspan1996">Recitation<?php echo $term1_record['g19'].$term2_record['g19'] ?></tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,320.8,-596.45)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text2002"><tspan
               x="0 4.6356502 8.8821001 13.12855 15.06065 16.99275 20.856951 25.103399 27.0355 31.28195 33.21405 37.078251 39.392601 43.256802 47.50325 49.435349 53.681801 57.928249 59.860352 64.496002 68.360199 70.292297 72.224403 74.156502"
               y="0"
               id="tspan2000">English Listening Skills</tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,308.25,-596.25)"
             style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text2008"><tspan
               x="0"
               y="0"
               id="tspan2004">8</tspan><tspan
               x="24.049999 29.212299 33.187698 39.14365 43.119049 45.5 49.475399 53.450802 57.426201 61.4016 64.976601 66.563904 70.539299 204.39999 249.14999"
               y="11.05"
               id="tspan2006">Comprehension<?php echo $term1_record['g20'].$term2_record['g20'] ?></tspan></text>
        </g>
      </g>
      <g
         id="g2010">
        <g
           id="g2012"
           clip-path="url(#clipPath2016)">
          <path
             d="M 208.55,-617.2 H 297"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2018" />
          <path
             d="m 254.4,-616.7 v -14.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2020" />
          <path
             d="m 16.05,-632.2 h 282.2"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2022" />
          <path
             d="m 208.7,-616.7 v -14.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2024" />
          <path
             d="M 297.05,-616.7 V -724.6"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2026" />
          <path
             d="m 16.05,-645.25 h 281"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2028" />
          <path
             d="m 16.05,-691.45 h 281"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2030" />
          <path
             d="m 35.05,-632.2 v -46.2"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2032" />
          <path
             d="m 35.05,-678.4 v -46.2"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2034" />
          <path
             d="m 16.05,-632.2 v -46.2"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2036" />
          <path
             d="m 16.05,-678.4 v -46.2"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2038" />
          <path
             d="M 253.4,-645.25 V -678.4"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2040" />
          <path
             d="M 253.4,-691.45 V -724.6"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2042" />
          <path
             d="M 208.2,-645.25 V -678.4"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2044" />
          <path
             d="M 208.2,-691.45 V -724.6"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2046" />
          <path
             d="m 16.05,-656.3 h 281.2"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2048" />
          <path
             d="m 16.05,-667.35 h 281.2"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2050" />
          <path
             d="m 16.05,-678.4 h 281.2"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2052" />
          <path
             d="m 16.05,-702.5 h 281.2"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2054" />
          <path
             d="m 16.05,-713.55 h 281.2"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2056" />
          <path
             d="m 16.05,-724.6 h 281.2"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2058" />
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,38.4,-627.6)"
             style="font-variant:normal;font-weight:bold;font-size:7.8px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text2062"><tspan
               x="0 5.6315999 7.8000002 9.9684 15.6 21.6684 27.736799 33.368401 35.5368 40.302601 42.471001 47.673599 52.876202 55.044601 60.676201 65.878799 71.081398 76.283997 81.049797 87.118202 92.320801 98.818199 104.0208 109.6524"
               y="0"
               id="tspan2060">C. COGNITIVE DEVELOPMENT</tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,217.6,-628.15)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text2068"><tspan
               x="0 4.2464499 8.8821001 13.9 19.68935 21.62145 23.935801 25.867901 44.299999 48.546452 53.182098 58.200001 63.989349 65.921448 68.235802 70.1679 72.099998"
               y="0"
               id="tspan2064">TERM - ITERM - II</tspan><tspan
               x="-181.05 -175.26065 -171.39645 -169.08211 -164.83565 -160.97145 -154.79289 -150.9287 -148.61435 -146.68225 -142.81805"
               y="14.45"
               id="tspan2066">Mathematics</tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,24,-642.4)"
             style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text2078"><tspan
               x="0"
               y="0"
               id="tspan2070">9</tspan><tspan
               x="24.049999 28.81905 32.794449 36.36945 37.956749 41.53175 43.519451 48.681751 52.65715 56.632549 60.20755 64.182953 68.158348 70.146049 204.39999 249.14999"
               y="11.05"
               id="tspan2072">Basic Concepts<?php echo $term1_record['g21'].$term2_record['g21'] ?></tspan><tspan
               x="24.049999 29.212299 33.187698 39.14365 43.119049 47.094452 49.475399 51.4631 56.625401 60.6008 64.576202 68.151199 72.126602 76.101997 78.089699 204.39999 249.14999"
               y="22.1"
               id="tspan2074">Number Concepts<?php echo $term1_record['g22'].$term2_record['g22'] ?></tspan><tspan
               x="24.049999 28.41865 32.394051 33.98135 37.956749 41.53175 43.119049 47.094452 51.069851 53.057549 57.826599 61.4016 62.988899 64.576202 66.163498 204.39999 249.14999"
               y="33.150002"
               id="tspan2076">Thinking Skills<?php echo $term1_record['g23'].$term2_record['g23'] ?></tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,36.55,-688.8)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text2082"><tspan
               x="0 4.6356502 8.8821001 12.7463 14.6784 17.38195 21.628401 25.874849 32.053398 35.917599 40.164051 42.478401 46.342602 48.2747 50.206799 54.842449 57.156799 61.403252 65.649696 67.581802 71.445999"
               y="0"
               id="tspan2080">Environmental Studies</tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,22,-688.6)"
             style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text2092"><tspan
               x="0 3.9754"
               y="0"
               id="tspan2084">10</tspan><tspan
               x="26.049999 30.81905 34.394051 36.381748 37.969051 41.544048 43.131351 45.119049 48.69405 50.681751 52.669449 54.65715 59.426201 61.807152 65.782547 67.36985 71.345253 74.92025 206.39999 251.14999"
               y="11.05"
               id="tspan2086">Activity / Project<?php echo $term1_record['g24'].$term2_record['g24'] ?></tspan><tspan
               x="26.049999 30.81905 34.794449 38.36945 39.956749 42.3377 46.313099 50.288502 56.24445 60.219849 64.195251 66.182953 70.158348 71.745651 73.733353 78.502403 82.477798 86.453201 90.028198 92.0159 93.603203 97.1782 98.765503 100.7532 206.39999 251.14999"
               y="22.1"
               id="tspan2088">Environmental Senstivity<?php echo $term1_record['g25'].$term2_record['g25'] ?></tspan><tspan
               x="26.049999 31.6127 33.993649 37.969051 41.94445 45.919849 47.907551 53.069851 54.65715 58.232151 61.807152 65.782547 69.357552 72.932549 74.519852 78.495247 206.39999 251.14999"
               y="33.150002"
               id="tspan2090">Group Discussion<?php echo $term1_record['g26'].$term2_record['g26'] ?></tspan></text>
        </g>
      </g>
      <g
         id="g2094">
        <g
           id="g2096"
           clip-path="url(#clipPath2100)">
          <path
             d="m 538.65,-616.95 v -14.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2102" />
          <path
             d="M 300.3,-632.45 H 582.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2104" />
          <path
             d="m 492.95,-616.95 v -14.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2106" />
          <path
             d="m 581.3,-616.95 v -107.9"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2108" />
          <path
             d="m 492.8,-617.45 h 88.45"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2110" />
          <path
             d="m 319.3,-632.45 v -46.2"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2112" />
          <path
             d="m 319.3,-678.65 v -46.2"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2114" />
          <path
             d="m 300.3,-632.45 v -46.2"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2116" />
          <path
             d="m 300.3,-678.65 v -46.2"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2118" />
          <path
             d="m 300.3,-645.5 h 281"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2120" />
          <path
             d="m 300.3,-691.7 h 281"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2122" />
          <path
             d="m 537.65,-645.5 v -33.15"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2124" />
          <path
             d="m 537.65,-691.7 v -33.15"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2126" />
          <path
             d="m 492.45,-645.5 v -33.15"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2128" />
          <path
             d="m 492.45,-691.7 v -33.15"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2130" />
          <path
             d="M 300.3,-656.55 H 581.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2132" />
          <path
             d="M 300.3,-667.6 H 581.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2134" />
          <path
             d="M 300.3,-678.65 H 581.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2136" />
          <path
             d="M 300.3,-702.75 H 581.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2138" />
          <path
             d="M 300.3,-713.8 H 581.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2140" />
          <path
             d="M 300.3,-724.85 H 581.5"
             style="fill:none;stroke:#0000ff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
             id="path2142" />
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,323.25,-627.85)"
             style="font-variant:normal;font-weight:bold;font-size:7.8px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text2146"><tspan
               x="0 5.6315999 7.8000002 9.9684 15.6 21.6684 24.25 29.881599 35.513199 41.144798 46.776402 48.944801 54.576401 60.208 64.973801 70.6054 76.237 78.1558 83.787399 89.418999 94.184799 96.353203 101.5558 103.7242 108.49 110.6584 115.861"
               y="0"
               id="tspan2144">D. CO-CURRICULAR ACTIVITIES</tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,501.85,-628.4)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text2152"><tspan
               x="0 4.2464499 8.8821001 13.9 19.68935 21.62145 23.935801 25.867901 44.299999 48.546452 53.182098 58.200001 63.989349 65.921448 68.235802 70.1679 72.099998"
               y="0"
               id="tspan2148">TERM - ITERM - II</tspan><tspan
               x="-181.05 -176.0321 -173.32855 -171.01421 -169.08211 -167.14999 -162.1321 -159.42854 -155.56435 -153.25 -150.93565 -149.00356 -147.07146 -141.2821 -137.03564 -133.17145 -131.23935 -127.37515 -125.44305 -120.42515 -118.49305 -113.47515 -109.61095 -105.3645 -101.5003"
               y="14.45"
               id="tspan2150">Art, Craft, Music &amp; Dance</tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,306.55,-642.65)"
             style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text2162"><tspan
               x="0 3.42485"
               y="0"
               id="tspan2154">11</tspan><tspan
               x="25.75 27.7377 31.7131 33.700802 37.676201 40.057152 44.032551 47.607552 206.10001 250.85001"
               y="11.05"
               id="tspan2156">Interest<?php echo $term1_record['g27'].$term2_record['g27'] ?></tspan><tspan
               x="25.75 30.9123 33.293251 37.26865 41.244049 43.23175 44.81905 48.394051 49.98135 51.969051 206.10001 250.85001"
               y="22.1"
               id="tspan2158">Creativity<?php echo $term1_record['g28'].$term2_record['g28'] ?></tspan><tspan
               x="25.75 30.519051 34.094051 35.681351 37.26865 206.10001 250.85001"
               y="33.150002"
               id="tspan2160">Skill<?php echo $term1_record['g29'].$term2_record['g29'] ?></tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,320.8,-689.05)"
             style="font-variant:normal;font-weight:bold;font-size:6.95px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text2166"><tspan
               x="0 5.4071002 9.2713003 15.44985 19.314051 23.178249 25.11035 30.12825 32.060349 36.695999 40.942451 44.806648 48.670849 50.602951 54.467152 58.331348 60.263451 62.195549 66.8312 71.077652 75.324097 79.188301 83.052498 85.366852 87.29895 91.545403"
               y="0"
               id="tspan2164">Games &amp; Physical Education</tspan></text>
          <text
             xml:space="preserve"
             transform="matrix(1,0,0,-1,306.25,-688.85)"
             style="font-variant:normal;font-weight:normal;font-size:7.15px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="text2176"><tspan
               x="0 3.9754"
               y="0"
               id="tspan2168">12</tspan><tspan
               x="26.049999 31.212299 32.799599 36.374599 39.9496 41.5369 45.512299 47.099602 48.686901 52.6623 206.39999 251.14999"
               y="11.05"
               id="tspan2170">Discipline<?php echo $term1_record['g30'].$term2_record['g30'] ?></tspan><tspan
               x="26.049999 30.81905 34.794449 36.78215 40.757549 44.732948 48.307949 49.895248 53.870651 206.39999 251.14999"
               y="22.1"
               id="tspan2172">Enthusiam<?php echo $term1_record['g31'].$term2_record['g31'] ?></tspan><tspan
               x="26.049999 29.6679 33.643299 37.618698 43.57465 45.562351 50.331402 54.306801 55.8941 58.275051 59.86235 206.39999 251.14999"
               y="33.150002"
               id="tspan2174">Team Spirit<?php echo $term1_record['g32'].$term2_record['g32'] ?></tspan></text>
        </g>
      </g>
      <text
         xml:space="preserve"
         transform="matrix(1,0,0,-1,502.35,-810.95)"
         style="font-variant:normal;font-weight:bold;font-size:8.75px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="text2180"><tspan
           x="0 5.8362498 9.2399998 11.6725 17.018749 21.883751 24.31625 29.6625 34.5275 36.959999 39.392502 45.228748 47.661251 53.0075 58.353748"
           y="0"
           id="tspan2178">Principal Sign.</tspan></text>
      <text
         xml:space="preserve"
         transform="matrix(1,0,0,-1,118.75,-826.9)"
         style="font-variant:normal;font-weight:bold;font-size:6.8px;font-family:'Segoe UI';-inkscape-font-specification:'SegoeUI Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="text2184"><tspan
           x="0 4.2431998 8.3979998 11.1452 14.96 18.224001 22.3176 26.472401 28.403601 32.062 35.054001 37.6992 39.630402 42.894402 44.771198 49.605999 52.312401 55.970798 60.18 62.111198 66.225197 70.434402 72.311203 76.125999 79.389999 83.048401 84.979599 88.658401 90.535202 92.377998 94.254799 99.035202 103.8428 105.7196 108.2288 113.3832 117.4972 120.1424 123.1344 125.7796 129.438 133.552 137.7612 139.6924 143.8064 148.01559 150.5248 152.3676 154.2444 159.0248 160.9016 163.55 167.6368 171.3156 174.3212 177.9796 179.8564 184.69119 188.84599 193.00079 197.25 199.7592 201.60201 203.47881 207.8376 212.6452 214.522 217.0312 221.866 226.0208 230.1756 234.3848 236.894 238.7368 240.6136 244.9724 246.8492 249.39999 254.03081 257.61441 261.29321 263.9996 267.65799 271.86719 275.60001 278.10919 279.952 281.8288 286.07199 287.94879 290.5 295.87201 299.55081 303.22961 307.43881 310.43079 312.30759 314.2388 320.46759 324.68359 327.39001 331.5448 335.12839 338.80719 345.03601 348.71481 352.8288 355.60001"
           y="0"
           id="tspan2182">Co-Scholastic Grading Scale : A+ (Outstanding), A (Very Good), B+ (Good), B (Average), C (Needs improvement)</tspan></text>
      <text
         xml:space="preserve"
         transform="matrix(1,0,0,-1,199.3,-811.2)"
         style="font-variant:normal;font-weight:bold;font-size:8.75px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="text2190"><tspan
           x="0 5.8362498 10.70125 14.105 18.969999 24.31625 27.23 32.095001 34.5275 40.36375 42.796249 48.142502 53.48875 137.14999 143.4675 145.89999 150.765 155.63 160.495 162.92751 167.62625 172.49126 177.35625 182.22125 187.5675 192.4325 195.75 197.8325 202.69749 205.13 210.96625 213.39874 218.745 224.09125"
           y="0"
           id="tspan2186">Parents Sign.Class Teacher's Sign.</tspan><tspan
           x="-184 -178.16376 -175.73125 -170.86626 -166.00125 -161.13625 -158.70375"
           y="-13.75"
           id="tspan2188">Place :</tspan></text>
      <text
         xml:space="preserve"
         transform="matrix(1,0,0,-1,46,-797.45)"
         style="font-style:italic;font-variant:normal;font-size:8.95px;font-family:Arial;-inkscape-font-specification:'Arial Italic';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="text2194"><tspan
           x="0 6.9631 13.9262 20.3881 26.35775 32.3274 38.789299 44.758949 51.220852"
           y="0"
           id="tspan2192">GORAKHPUR</tspan></text>
      <text
         xml:space="preserve"
         transform="matrix(1,0,0,-1,15.05,-811.45)"
         style="font-variant:normal;font-weight:bold;font-size:8.75px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="text2198"><tspan
           x="0 6.3175001 11.1825 14.09625 18.96125 21.393749"
           y="0"
           id="tspan2196">Date :</tspan></text>
      <text
         xml:space="preserve"
         transform="matrix(1,0,0,-1,41.8,-811.45)"
         style="font-style:italic;font-variant:normal;font-size:8.95px;font-family:Arial;-inkscape-font-specification:'Arial Italic';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="text2202"><tspan
           x="0 4.9762001 9.9524002 12.93275 18.902399 23.878599"
           y="0"
           id="tspan2200"><?php if($t5>0){echo $result_date['date2'];} else{echo $result_date['date1'];} ?></tspan></text>
      <text
         xml:space="preserve"
         transform="matrix(1,0,0,-1,19.3,-763.85)"
         style="font-variant:normal;font-weight:normal;font-size:8.95px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="text2208"><tspan
           x="0 6.4619002 8.4488001 13.425 17.9 22.375 24.710951 29.2307 34.206902 39.183102 43.6581 48.6343 53.6105 56.799999 58.509449 62.984451 65.472549 71.934448 76.910652 84.365997 89.342201 92.322548 96.797546"
           y="0"
           id="tspan2204">Class Teacher's Remarks</tspan><tspan
           x="-0.5 5.9619002 10.9381 15.4131 20.389299 22.3762"
           y="-15.25"
           id="tspan2206">Result</tspan></text>
      <text
         xml:space="preserve"
         transform="matrix(1,0,0,-1,157.8,-748.6)"
         style="font-variant:normal;font-weight:bold;font-size:8.75px;font-family:Arial;-inkscape-font-specification:'Arial Bold';writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="text2216"><tspan
           x="0 5.8362498 10.70125 15.56625 20.43125 "
           y="0"
           id="tspan2210"><?php if($t5>0){ $pr13=(int)$per13 ;if($pr13>=46){echo 'Passed and Promoted';} else{ echo 'Need improvement';}} else{$pr= (int)$pr; 
           if($pr>46){echo 'Passed and Promoted';} else{echo 'Need improvement';}}?></tspan><tspan
           x="0"
           y="15.6"
           id="tspan2212"><?php  $pr;;if($t5>0){if($pr13>90 and $per13<=100){echo 'Excellent';}if($pr13>80 and $pr13<=90){echo 'Better';}if($pr13>70 and $pr13<=80){echo 'Very Good';}if($pr13>60 and $pr13<=70){echo 'Good';}if($pr13<60){echo '';}} else{ if($pr>90 and $pr<=100){echo 'Excellent';}if($pr>80 and $pr<=90){echo 'Better';}if($pr>70 and $pr<=80){echo 'Very Good';}if($pr>60 and $pr<=70){echo 'Good';}if($pr<60){echo '';}}?></tspan><tspan
           x="372.25"
           y="0.34999999"
           id="tspan2214"><?php if($row['h_rank']!=''){  if($row['rank']>0){echo $row['rank'];};;};?></tspan></text>
      <text
         xml:space="preserve"
         transform="matrix(1,0,0,-1,483.3,-748.6)"
         style="font-variant:normal;font-weight:normal;font-size:8.95px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="text2220"><tspan
           
           id="tspan2218">Rank</tspan></text>
    </g>
  </g>
</svg>

</div>
</body>
</html>
<?php $r++ ;}?>

MMCT - 2023