Dre4m Shell
Server IP : 103.6.199.200  /  Your IP : 3.145.61.199
Web Server : Microsoft-IIS/10.0
System : Windows NT EMPUSA 10.0 build 20348 (Windows Server 2016) i586
User : EMPUSA$ ( 0)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Domains/smsmalor/smsmalorsetar.com/wwwroot/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/Domains/smsmalor/smsmalorsetar.com/wwwroot/analisis_item_fizik_4a.php
<?php require_once('Connections/mentorpbs.php'); ?>
<?php
if (!isset($_SESSION)) {
  session_start();
}
$MM_authorizedUsers = "";
$MM_donotCheckaccess = "true";

// *** Restrict Access To Page: Grant or deny access to this page
function isAuthorized($strUsers, $strGroups, $UserName, $UserGroup) { 
  // For security, start by assuming the visitor is NOT authorized. 
  $isValid = False; 

  // When a visitor has logged into this site, the Session variable MM_Username set equal to their username. 
  // Therefore, we know that a user is NOT logged in if that Session variable is blank. 
  if (!empty($UserName)) { 
    // Besides being logged in, you may restrict access to only certain users based on an ID established when they login. 
    // Parse the strings into arrays. 
    $arrUsers = Explode(",", $strUsers); 
    $arrGroups = Explode(",", $strGroups); 
    if (in_array($UserName, $arrUsers)) { 
      $isValid = true; 
    } 
    // Or, you may restrict access to only certain users based on their username. 
    if (in_array($UserGroup, $arrGroups)) { 
      $isValid = true; 
    } 
    if (($strUsers == "") && true) { 
      $isValid = true; 
    } 
  } 
  return $isValid; 
}

$MM_restrictGoTo = "gagal.php";
if (!((isset($_SESSION['MM_Username'])) && (isAuthorized("",$MM_authorizedUsers, $_SESSION['MM_Username'], $_SESSION['MM_UserGroup'])))) {   
  $MM_qsChar = "?";
  $MM_referrer = $_SERVER['PHP_SELF'];
  if (strpos($MM_restrictGoTo, "?")) $MM_qsChar = "&";
  if (isset($QUERY_STRING) && strlen($QUERY_STRING) > 0) 
  $MM_referrer .= "?" . $QUERY_STRING;
  $MM_restrictGoTo = $MM_restrictGoTo. $MM_qsChar . "accesscheck=" . urlencode($MM_referrer);
  header("Location: ". $MM_restrictGoTo); 
  exit;
}
?>
<?php
if (!function_exists("GetSQLValueString")) {
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "") 
{
  $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;

  $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);

  switch ($theType) {
    case "text":
      $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
      break;    
    case "long":
    case "int":
      $theValue = ($theValue != "") ? intval($theValue) : "NULL";
      break;
    case "double":
      $theValue = ($theValue != "") ? "'" . doubleval($theValue) . "'" : "NULL";
      break;
    case "date":
      $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
      break;
    case "defined":
      $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
      break;
  }
  return $theValue;
}
}

$editFormAction = $_SERVER['PHP_SELF'];
if (isset($_SERVER['QUERY_STRING'])) {
  $editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);
}

if ((isset($_POST["MM_update"])) && ($_POST["MM_update"] == "form2")) {
  $updateSQL = sprintf("UPDATE analisis_item_4a_phy SET q1=%s, q2=%s, q3=%s, q4=%s, q5=%s, q6=%s, q7=%s, q8=%s, q9=%s, q10=%s, q11=%s, q12=%s, q13=%s, q14=%s, q15=%s, q16=%s, q17=%s, q18=%s, q19=%s, q20=%s, q21=%s, q22=%s, q23=%s, q24=%s, q25=%s, q26=%s, q27=%s, q28=%s, q29=%s, q30=%s, q31=%s, q32=%s, q33=%s, q34=%s, q35=%s, q36=%s, q37=%s, q38=%s, q39=%s, q40=%s, q41=%s, q42=%s, q43=%s, q44=%s, q45=%s, q46=%s, q47=%s, q48=%s, q49=%s, q50=%s, k2q1=%s, k2q2=%s, k2q3=%s, k2q4=%s, k2q5=%s, k2q6=%s, k2q7=%s, k2q8=%s, k2q9=%s, k2q10=%s, k2q11=%s, k2q12=%s, k3q1=%s, k3q2=%s, k3q3=%s, k3q4=%s WHERE id_murid=%s",
                       GetSQLValueString($_POST['RadioGroup1'], "text"),
                       GetSQLValueString($_POST['RadioGroup2'], "text"),
                       GetSQLValueString($_POST['RadioGroup3'], "text"),
                       GetSQLValueString($_POST['RadioGroup4'], "text"),
                       GetSQLValueString($_POST['RadioGroup5'], "text"),
                       GetSQLValueString($_POST['RadioGroup6'], "text"),
                       GetSQLValueString($_POST['RadioGroup7'], "text"),
                       GetSQLValueString($_POST['RadioGroup8'], "text"),
                       GetSQLValueString($_POST['RadioGroup9'], "text"),
                       GetSQLValueString($_POST['RadioGroup10'], "text"),
                       GetSQLValueString($_POST['RadioGroup11'], "text"),
                       GetSQLValueString($_POST['RadioGroup12'], "text"),
                       GetSQLValueString($_POST['RadioGroup13'], "text"),
                       GetSQLValueString($_POST['RadioGroup14'], "text"),
                       GetSQLValueString($_POST['RadioGroup15'], "text"),
                       GetSQLValueString($_POST['RadioGroup16'], "text"),
                       GetSQLValueString($_POST['RadioGroup17'], "text"),
                       GetSQLValueString($_POST['RadioGroup18'], "text"),
                       GetSQLValueString($_POST['RadioGroup19'], "text"),
                       GetSQLValueString($_POST['RadioGroup20'], "text"),
                       GetSQLValueString($_POST['RadioGroup21'], "text"),
                       GetSQLValueString($_POST['RadioGroup22'], "text"),
                       GetSQLValueString($_POST['RadioGroup23'], "text"),
                       GetSQLValueString($_POST['RadioGroup24'], "text"),
                       GetSQLValueString($_POST['RadioGroup25'], "text"),
                       GetSQLValueString($_POST['RadioGroup26'], "text"),
                       GetSQLValueString($_POST['RadioGroup27'], "text"),
                       GetSQLValueString($_POST['RadioGroup28'], "text"),
                       GetSQLValueString($_POST['RadioGroup29'], "text"),
                       GetSQLValueString($_POST['RadioGroup30'], "text"),
                       GetSQLValueString($_POST['RadioGroup31'], "text"),
                       GetSQLValueString($_POST['RadioGroup32'], "text"),
                       GetSQLValueString($_POST['RadioGroup33'], "text"),
                       GetSQLValueString($_POST['RadioGroup34'], "text"),
                       GetSQLValueString($_POST['RadioGroup35'], "text"),
                       GetSQLValueString($_POST['RadioGroup36'], "text"),
                       GetSQLValueString($_POST['RadioGroup37'], "text"),
                       GetSQLValueString($_POST['RadioGroup38'], "text"),
                       GetSQLValueString($_POST['RadioGroup39'], "text"),
                       GetSQLValueString($_POST['RadioGroup40'], "text"),
                       GetSQLValueString($_POST['RadioGroup41'], "text"),
                       GetSQLValueString($_POST['RadioGroup42'], "text"),
                       GetSQLValueString($_POST['RadioGroup43'], "text"),
                       GetSQLValueString($_POST['RadioGroup44'], "text"),
                       GetSQLValueString($_POST['RadioGroup45'], "text"),
                       GetSQLValueString($_POST['RadioGroup46'], "text"),
                       GetSQLValueString($_POST['RadioGroup47'], "text"),
                       GetSQLValueString($_POST['RadioGroup48'], "text"),
                       GetSQLValueString($_POST['RadioGroup49'], "text"),
                       GetSQLValueString($_POST['RadioGroup50'], "text"),
                       GetSQLValueString($_POST['textbox1'], "int"),
                       GetSQLValueString($_POST['textbox2'], "int"),
                       GetSQLValueString($_POST['textbox3'], "int"),
                       GetSQLValueString($_POST['textbox4'], "int"),
                       GetSQLValueString($_POST['textbox5'], "int"),
                       GetSQLValueString($_POST['textbox6'], "int"),
                       GetSQLValueString($_POST['textbox7'], "int"),
                       GetSQLValueString($_POST['textbox8'], "int"),
                       GetSQLValueString($_POST['textbox9'], "int"),
                       GetSQLValueString($_POST['textbox10'], "int"),
                       GetSQLValueString($_POST['textbox11'], "int"),
                       GetSQLValueString($_POST['textbox12'], "int"),
                       GetSQLValueString($_POST['textbox13'], "int"),
                       GetSQLValueString($_POST['textbox14'], "int"),
                       GetSQLValueString($_POST['textbox15'], "int"),
                       GetSQLValueString($_POST['textbox16'], "int"),
                       GetSQLValueString($_POST['id_murid'], "int"));

  mysql_select_db($database_mentorpbs, $mentorpbs);
  $Result1 = mysql_query($updateSQL, $mentorpbs) or die(mysql_error());

  $updateGoTo = "logout_4a.php";
  if (isset($_SERVER['QUERY_STRING'])) {
    $updateGoTo .= (strpos($updateGoTo, '?')) ? "&" : "?";
    $updateGoTo .= $_SERVER['QUERY_STRING'];
  }
  header(sprintf("Location: %s", $updateGoTo));
}

$colname_Recordset_ai_4a = "-1";
if (isset($_SESSION['MM_Password'])) {
  $colname_Recordset_ai_4a = $_SESSION['MM_Password'];
}
mysql_select_db($database_mentorpbs, $mentorpbs);
$query_Recordset_ai_4a = sprintf("SELECT * FROM analisis_item_4a_phy WHERE kata_laluan = %s", GetSQLValueString($colname_Recordset_ai_4a, "int"));
$Recordset_ai_4a = mysql_query($query_Recordset_ai_4a, $mentorpbs) or die(mysql_error());
$row_Recordset_ai_4a = mysql_fetch_assoc($Recordset_ai_4a);
$totalRows_Recordset_ai_4a = mysql_num_rows($Recordset_ai_4a);
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.style1 {
	color: #0000FF;
	font-size: 24px;
}
.style3 {color: #0000FF}
.style4 {color: #006600}
.style5 {color: #CC0099}
.style8 {color: #FF3300}
-->
</style>
</head>

<body>
<form id="form1" name="form1" method="post" action="">
  <div align="center">
    <p class="style1">ANALISIS ITEM</p>
    <p class="style1">FIZIK TINGKATAN 4A</p>
    <p class="style1">TAHUN 2019</p>
    <p class="style1">PEPERIKSAAN PERTENGAHAN TAHUN</p>
    <p class="style1">&nbsp;</p>
    <p class="style1 style4"><?php echo $row_Recordset_ai_4a['nama_murid']; ?></p>
  </div>
</form>

<p>&nbsp;</p>

<form action="<?php echo $editFormAction; ?>" method="post" name="form2" id="form2">
  <div align="center">
    <input type="text" style="display:none" name="id_murid2" value="<?php echo htmlentities($row_Recordset_ai_4a['id_murid'], ENT_COMPAT, 'utf-8'); ?>" size="32" />
  </div>
  <p align="center" class="style1">KERTAS 1: OBJEKTIF </p>
  <p align="center" class="style1">&nbsp;</p>
  <div align="center">
    <table width="1025" border="1">
      <tr>
        <td width="190"><span class="style3">1.
          <label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q1'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="A" id="RadioGroup1_0" />
            A </label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q1'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="B" id="RadioGroup1_1" />
              <label> B </label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q1'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="C" id="RadioGroup1_2" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q1'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup1" value="D" id="RadioGroup1_3" />
              <label> D</label>
              <br />
        </span></td>
        <td width="195"><span class="style4">11.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q11'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup11" value="A" id="RadioGroup11_0" />
              <label> A</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q11'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup11" value="B" id="RadioGroup11_1" />
              <label> B</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q11'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup11" value="C" id="RadioGroup11_2" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q11'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup11" value="D" id="RadioGroup11_3" />
              <label> D</label>
              <br />
        </span></td>
        <td width="195"><span class="style5">21.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q21'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup21" value="A" id="RadioGroup21_0" />
              <label> A</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q21'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup21" value="B" id="RadioGroup21_1" />
              <label> B</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q21'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup21" value="C" id="RadioGroup21_2" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q21'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup21" value="D" id="RadioGroup21_3" />
              <label> D</label>
              <br />
        </span></td>
        <td width="204"><span class="style8">31.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q31'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup31" value="A" id="RadioGroup31_0" />
              <label> A</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q31'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup31" value="B" id="RadioGroup31_1" />
              <label> B</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q31'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup31" value="C" id="RadioGroup31_2" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q31'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup31" value="D" id="RadioGroup31_3" />
              <label> D</label>
              <br />
        </span></td>
        <td width="207">41.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q41'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup41" value="A" id="RadioGroup41_0" />
            <label> A</label>
            <label>
            <input <?php if (!(strcmp($row_Recordset_ai_4a['q41'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup41" value="B" id="RadioGroup41_1" />
              B</label>
            <label>
            <input <?php if (!(strcmp($row_Recordset_ai_4a['q41'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup41" value="C" id="RadioGroup41_2" />
              C</label>
            <label>
            <input <?php if (!(strcmp($row_Recordset_ai_4a['q41'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup41" value="D" id="RadioGroup41_3" />
              D</label>
            <br />        </td>
      </tr>
      <tr>
        <td><span class="style3">2.
          <label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q2'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="A" id="RadioGroup2_1" />
            A </label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q2'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="B" id="RadioGroup2_2" />
              <label> B </label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q2'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="C" id="RadioGroup2_3" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q2'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup2" value="D" id="RadioGroup2_4" />
              <label> D</label>
        </span></td>
        <td><span class="style4">12.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q12'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup12" value="A" id="RadioGroup12_0" />
              <label> A</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q12'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup12" value="B" id="RadioGroup12_1" />
              <label> B</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q12'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup12" value="C" id="RadioGroup12_2" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q12'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup12" value="D" id="RadioGroup12_3" />
              <label> D</label>
              <br />
        </span></td>
        <td><span class="style5">22.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q22'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup22" value="A" id="RadioGroup22_0" />
              <label> A</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q22'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup22" value="B" id="RadioGroup22_1" />
              <label> B</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q22'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup22" value="C" id="RadioGroup22_2" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q22'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup22" value="D" id="RadioGroup22_3" />
              <label> D</label>
              <br />
        </span></td>
        <td><span class="style8">32.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q32'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup32" value="A" id="RadioGroup32_0" />
              <label> A</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q32'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup32" value="B" id="RadioGroup32_1" />
              <label> B</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q32'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup32" value="C" id="RadioGroup32_2" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q32'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup32" value="D" id="RadioGroup32_3" />
              <label> D</label>
              <br />
        </span></td>
        <td>42.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q42'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup42" value="A" id="RadioGroup42_0" />
            <label> A</label>
            <label>
            <input <?php if (!(strcmp($row_Recordset_ai_4a['q42'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup42" value="B" id="RadioGroup42_1" />
              B</label>
            <label>
            <input <?php if (!(strcmp($row_Recordset_ai_4a['q42'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup42" value="C" id="RadioGroup42_2" />
              C</label>
            <label>
            <input <?php if (!(strcmp($row_Recordset_ai_4a['q42'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup42" value="D" id="RadioGroup42_3" />
              D</label>
            <br />        </td>
      </tr>
      <tr>
        <td><span class="style3">3.
          <label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q3'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup3" value="A" id="RadioGroup3_1" />
            A </label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q3'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup3" value="B" id="RadioGroup3_2" />
              <label> B </label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q3'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup3" value="C" id="RadioGroup3_3" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q3'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup3" value="D" id="RadioGroup3_4" />
              <label> D</label>
        </span></td>
        <td><span class="style4">13.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q13'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup13" value="A" id="RadioGroup13_0" />
              <label> A</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q13'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup13" value="B" id="RadioGroup13_1" />
              <label> B</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q13'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup13" value="C" id="RadioGroup13_2" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q13'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup13" value="D" id="RadioGroup13_3" />
              <label> D</label>
              <br />
        </span></td>
        <td><span class="style5">23.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q23'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup23" value="A" id="RadioGroup23_0" />
              <label> A</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q23'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup23" value="B" id="RadioGroup23_1" />
              <label> B</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q23'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup23" value="C" id="RadioGroup23_2" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q23'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup23" value="D" id="RadioGroup23_3" />
              <label> D</label>
              <br />
        </span></td>
        <td><span class="style8">33.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q33'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup33" value="A" id="RadioGroup33_0" />
              <label> A</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q33'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup33" value="B" id="RadioGroup33_1" />
              <label> B</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q33'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup33" value="C" id="RadioGroup33_2" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q33'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup33" value="D" id="RadioGroup33_3" />
              <label> D</label>
              <br />
        </span></td>
        <td>43.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q43'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup43" value="A" id="RadioGroup43_0" />
            <label> A</label>
            <label>
            <input <?php if (!(strcmp($row_Recordset_ai_4a['q43'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup43" value="B" id="RadioGroup43_1" />
              B</label>
            <label>
            <input <?php if (!(strcmp($row_Recordset_ai_4a['q43'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup43" value="C" id="RadioGroup43_2" />
              C</label>
            <label>
            <input <?php if (!(strcmp($row_Recordset_ai_4a['q43'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup43" value="D" id="RadioGroup43_3" />
              D</label>
            <br />        </td>
      </tr>
      <tr>
        <td><span class="style3">4.
          <label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q4'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup4" value="A" id="RadioGroup4_1" />
            A </label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q4'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup4" value="B" id="RadioGroup4_2" />
              <label> B </label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q4'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup4" value="C" id="RadioGroup4_3" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q4'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup4" value="D" id="RadioGroup4_4" />
              <label> D</label>
        </span></td>
        <td><span class="style4">14.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q14'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup14" value="A" id="RadioGroup14_0" />
              <label> A</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q14'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup14" value="B" id="RadioGroup14_1" />
              <label> B</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q14'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup14" value="C" id="RadioGroup14_2" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q14'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup14" value="D" id="RadioGroup14_3" />
              <label> D</label>
              <br />
        </span></td>
        <td><span class="style5">24.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q24'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup24" value="A" id="RadioGroup24_0" />
              <label> A</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q24'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup24" value="B" id="RadioGroup24_1" />
              <label> B</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q24'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup24" value="C" id="RadioGroup24_2" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q24'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup24" value="D" id="RadioGroup24_3" />
              <label> D</label>
              <br />
        </span></td>
        <td><span class="style8">34.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q34'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup34" value="A" id="RadioGroup34_0" />
              <label> A</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q34'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup34" value="B" id="RadioGroup34_1" />
              <label> B</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q34'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup34" value="C" id="RadioGroup34_2" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q34'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup34" value="D" id="RadioGroup34_3" />
              <label> D</label>
              <br />
        </span></td>
        <td>44.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q44'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup44" value="A" id="RadioGroup44_0" />
            <label> A</label>
            <label>
            <input <?php if (!(strcmp($row_Recordset_ai_4a['q44'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup44" value="B" id="RadioGroup44_1" />
              B</label>
            <label>
            <input <?php if (!(strcmp($row_Recordset_ai_4a['q44'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup44" value="C" id="RadioGroup44_2" />
              C</label>
            <label>
            <input <?php if (!(strcmp($row_Recordset_ai_4a['q44'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup44" value="D" id="RadioGroup44_3" />
              D</label>
            <br />        </td>
      </tr>
      <tr>
        <td><span class="style3">5.
          <label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q5'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup5" value="A" id="RadioGroup5_1" />
            A </label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q5'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup5" value="B" id="RadioGroup5_2" />
              <label> B </label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q5'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup5" value="C" id="RadioGroup5_3" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q5'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup5" value="D" id="RadioGroup5_4" />
              <label> D</label>
        </span></td>
        <td><span class="style4">15.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q15'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup15" value="A" id="RadioGroup15_0" />
              <label> A</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q15'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup15" value="B" id="RadioGroup15_1" />
              <label> B</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q15'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup15" value="C" id="RadioGroup15_2" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q15'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup15" value="D" id="RadioGroup15_3" />
              <label> D</label>
              <br />
        </span></td>
        <td><span class="style5">25.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q25'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup25" value="A" id="RadioGroup25_0" />
              <label> A</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q25'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup25" value="B" id="RadioGroup25_1" />
              <label> B</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q25'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup25" value="C" id="RadioGroup25_2" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q25'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup25" value="D" id="RadioGroup25_3" />
              <label> D</label>
              <br />
        </span></td>
        <td><span class="style8">35.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q35'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup35" value="A" id="RadioGroup35_0" />
              <label> A</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q35'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup35" value="B" id="RadioGroup35_1" />
              <label> B</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q35'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup35" value="C" id="RadioGroup35_2" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q35'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup35" value="D" id="RadioGroup35_3" />
              <label> D</label>
              <br />
        </span></td>
        <td>45.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q45'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup45" value="A" id="RadioGroup45_0" />
            <label> A</label>
            <label>
            <input <?php if (!(strcmp($row_Recordset_ai_4a['q45'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup45" value="B" id="RadioGroup45_1" />
              B</label>
            <label>
            <input <?php if (!(strcmp($row_Recordset_ai_4a['q45'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup45" value="C" id="RadioGroup45_2" />
              C</label>
            <label>
            <input <?php if (!(strcmp($row_Recordset_ai_4a['q45'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup45" value="D" id="RadioGroup45_3" />
              D</label>
            <br />        </td>
      </tr>
      <tr>
        <td><span class="style3">6.
          <label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q6'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup6" value="A" id="RadioGroup6_1" />
            A </label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q6'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup6" value="B" id="RadioGroup6_2" />
              <label> B </label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q6'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup6" value="C" id="RadioGroup6_3" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q6'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup6" value="D" id="RadioGroup6_4" />
              <label> D</label>
        </span></td>
        <td><span class="style4">16.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q16'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup16" value="A" id="RadioGroup16_0" />
              <label> A</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q16'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup16" value="B" id="RadioGroup16_1" />
              <label> B</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q16'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup16" value="C" id="RadioGroup16_2" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q16'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup16" value="D" id="RadioGroup16_3" />
              <label> D</label>
              <br />
        </span></td>
        <td><span class="style5">26.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q26'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup26" value="A" id="RadioGroup26_0" />
              <label> A</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q26'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup26" value="B" id="RadioGroup26_1" />
              <label> B</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q26'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup26" value="C" id="RadioGroup26_2" />
              <label> C
                <input <?php if (!(strcmp($row_Recordset_ai_4a['q26'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup26" value="D" id="RadioGroup26_3" />
              </label>
              <label> D</label>
              <br />
        </span></td>
        <td><span class="style8">36.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q36'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup36" value="A" id="RadioGroup36_0" />
              <label> A</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q36'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup36" value="B" id="RadioGroup36_1" />
              <label> B</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q36'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup36" value="C" id="RadioGroup36_2" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q36'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup36" value="D" id="RadioGroup36_3" />
              <label> D</label>
              <br />
        </span></td>
        <td>46.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q46'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup46" value="A" id="RadioGroup46_0" />
            <label> A</label>
            <label>
            <input <?php if (!(strcmp($row_Recordset_ai_4a['q46'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup46" value="B" id="RadioGroup46_1" />
              B</label>
            <label>
            <input <?php if (!(strcmp($row_Recordset_ai_4a['q46'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup46" value="C" id="RadioGroup46_2" />
              C</label>
            <label>
            <input <?php if (!(strcmp($row_Recordset_ai_4a['q46'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup46" value="D" id="RadioGroup46_3" />
              D</label>
            <br />        </td>
      </tr>
      <tr>
        <td><span class="style3">7.
          <label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q7'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup7" value="A" id="RadioGroup7_1" />
            A </label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q7'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup7" value="B" id="RadioGroup7_2" />
              <label> B </label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q7'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup7" value="C" id="RadioGroup7_3" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q7'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup7" value="D" id="RadioGroup7_4" />
              <label> D</label>
        </span></td>
        <td><span class="style4">17.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q17'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup17" value="A" id="RadioGroup17_0" />
              <label> A</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q17'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup17" value="B" id="RadioGroup17_1" />
              <label> B</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q17'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup17" value="C" id="RadioGroup17_2" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q17'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup17" value="D" id="RadioGroup17_3" />
              <label> D</label>
              <br />
        </span></td>
        <td><span class="style5">27.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q27'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup27" value="A" id="RadioGroup27_0" />
              <label> A</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q27'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup27" value="B" id="RadioGroup27_1" />
              <label> B</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q27'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup27" value="C" id="RadioGroup27_2" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q27'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup27" value="D" id="RadioGroup27_3" />
              <label> D</label>
              <br />
        </span></td>
        <td><span class="style8">37.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q37'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup37" value="A" id="RadioGroup37_0" />
              <label> A</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q37'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup37" value="B" id="RadioGroup37_1" />
              <label> B</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q37'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup37" value="C" id="RadioGroup37_2" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q37'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup37" value="D" id="RadioGroup37_3" />
              <label> D</label>
              <br />
        </span></td>
        <td>47.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q47'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup47" value="A" id="RadioGroup47_0" />
            <label> A</label>
            <label>
            <input <?php if (!(strcmp($row_Recordset_ai_4a['q47'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup47" value="B" id="RadioGroup47_1" />
              B</label>
            <label>
            <input <?php if (!(strcmp($row_Recordset_ai_4a['q47'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup47" value="C" id="RadioGroup47_2" />
              C</label>
            <label>
            <input <?php if (!(strcmp($row_Recordset_ai_4a['q47'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup47" value="D" id="RadioGroup47_3" />
              D</label>
            <br />        </td>
      </tr>
      <tr>
        <td><span class="style3">8.
          <label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q8'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup8" value="A" id="RadioGroup8_1" />
            A </label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q8'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup8" value="B" id="RadioGroup8_2" />
              <label> B </label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q8'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup8" value="C" id="RadioGroup8_3" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q8'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup8" value="D" id="RadioGroup8_4" />
              <label> D</label>
        </span></td>
        <td><span class="style4">18.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q18'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup18" value="A" id="RadioGroup18_0" />
              <label> A</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q18'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup18" value="B" id="RadioGroup18_1" />
              <label> B</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q18'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup18" value="C" id="RadioGroup18_2" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q18'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup18" value="D" id="RadioGroup18_3" />
              <label> D</label>
              <br />
        </span></td>
        <td><span class="style5">28.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q28'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup28" value="A" id="RadioGroup28_0" />
              <label> A</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q28'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup28" value="B" id="RadioGroup28_1" />
              <label> B</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q28'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup28" value="C" id="RadioGroup28_2" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q28'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup28" value="D" id="RadioGroup28_3" />
              <label> D</label>
              <br />
        </span></td>
        <td><span class="style8">38.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q38'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup38" value="A" id="RadioGroup38_0" />
              <label> A</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q38'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup38" value="B" id="RadioGroup38_1" />
              <label> B</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q38'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup38" value="C" id="RadioGroup38_2" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q38'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup38" value="D" id="RadioGroup38_3" />
              <label> D</label>
              <br />
        </span></td>
        <td>48.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q48'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup48" value="A" id="RadioGroup48_0" />
            <label> A</label>
            <label>
            <input <?php if (!(strcmp($row_Recordset_ai_4a['q48'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup48" value="B" id="RadioGroup48_1" />
              B</label>
            <label>
            <input <?php if (!(strcmp($row_Recordset_ai_4a['q48'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup48" value="C" id="RadioGroup48_2" />
              C</label>
            <label>
            <input <?php if (!(strcmp($row_Recordset_ai_4a['q48'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup48" value="D" id="RadioGroup48_3" />
              D</label>
            <br />        </td>
      </tr>
      <tr>
        <td><span class="style3">9.
          <label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q9'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup9" value="A" id="RadioGroup9_1" />
            A </label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q9'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup9" value="B" id="RadioGroup9_2" />
              <label> B </label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q9'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup9" value="C" id="RadioGroup9_3" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q9'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup9" value="D" id="RadioGroup9_4" />
              <label> D</label>
        </span></td>
        <td><span class="style4">19.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q19'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup19" value="A" id="RadioGroup19_0" />
              <label> A</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q19'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup19" value="B" id="RadioGroup19_1" />
              <label> B</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q19'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup19" value="C" id="RadioGroup19_2" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q19'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup19" value="D" id="RadioGroup19_3" />
              <label> D</label>
              <br />
        </span></td>
        <td><span class="style5">29.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q29'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup29" value="A" id="RadioGroup29_0" />
              <label> A</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q29'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup29" value="B" id="RadioGroup29_1" />
              <label> B</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q29'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup29" value="C" id="RadioGroup29_2" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q29'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup29" value="D" id="RadioGroup29_3" />
              <label> D</label>
              <br />
        </span></td>
        <td><span class="style8">39.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q39'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup39" value="A" id="RadioGroup39_0" />
              <label> A</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q39'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup39" value="B" id="RadioGroup39_1" />
              <label> B</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q39'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup39" value="C" id="RadioGroup39_2" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q39'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup39" value="D" id="RadioGroup39_3" />
              <label> D</label>
              <br />
        </span></td>
        <td>49.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q49'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup49" value="A" id="RadioGroup49_0" />
            <label> A</label>
            <label>
            <input <?php if (!(strcmp($row_Recordset_ai_4a['q49'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup49" value="B" id="RadioGroup49_1" />
              B</label>
            <label>
            <input <?php if (!(strcmp($row_Recordset_ai_4a['q49'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup49" value="C" id="RadioGroup49_2" />
              C</label>
            <label>
            <input <?php if (!(strcmp($row_Recordset_ai_4a['q49'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup49" value="D" id="RadioGroup49_3" />
              D</label>
            <br />        </td>
      </tr>
      <tr>
        <td><span class="style3">10.
          <label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q10'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup10" value="A" id="RadioGroup10_1" />
            A </label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q10'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup10" value="B" id="RadioGroup10_2" />
              <label> B </label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q10'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup10" value="C" id="RadioGroup10_3" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q10'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup10" value="D" id="RadioGroup10_4" />
              <label> D</label>
        </span></td>
        <td><span class="style4">20.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q20'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup20" value="A" id="RadioGroup20_0" />
              <label> A</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q20'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup20" value="B" id="RadioGroup20_1" />
              <label> B</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q20'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup20" value="C" id="RadioGroup20_2" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q20'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup20" value="D" id="RadioGroup20_3" />
              <label> D</label>
              <br />
        </span></td>
        <td><span class="style5">30.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q30'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup30" value="A" id="RadioGroup30_0" />
              <label> A</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q30'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup30" value="B" id="RadioGroup30_1" />
              <label> B</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q30'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup30" value="C" id="RadioGroup30_2" />
              <label> C</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q30'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup30" value="D" id="RadioGroup30_3" />
              <label> D</label>
              <br />
        </span></td>
        <td><span class="style8">40.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q40'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup40" value="A" id="RadioGroup40_0" />
              <label> A</label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q40'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup40" value="B" id="RadioGroup40_1" />
              <label> B</label>
              <label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q40'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup40" value="C" id="RadioGroup40_2" />
                C</label>
              <label>
              <input <?php if (!(strcmp($row_Recordset_ai_4a['q40'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup40" value="D" id="RadioGroup40_3" />
                D</label>
              <br />
        </span></td>
        <td>50.
          <input <?php if (!(strcmp($row_Recordset_ai_4a['q50'],"A"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup50" value="A" id="RadioGroup50_0" />
            <label> A</label>
            <label>
            <input <?php if (!(strcmp($row_Recordset_ai_4a['q50'],"B"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup50" value="B" id="RadioGroup50_1" />
              B</label>
            <label>
            <input <?php if (!(strcmp($row_Recordset_ai_4a['q50'],"C"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup50" value="C" id="RadioGroup50_2" />
              C</label>
            <label>
            <input <?php if (!(strcmp($row_Recordset_ai_4a['q50'],"D"))) {echo "checked=\"checked\"";} ?> type="radio" name="RadioGroup50" value="D" id="RadioGroup50_3" />
              D</label>
            <br />        </td>
      </tr>
      </table>
  </div>
  <p align="center">&nbsp;</p>
  <p align="center" class="style1">KERTAS 2: STRUKTUR</p>
  <div align="center">
    <table width="233" border="1">
      <tr>
        <td width="71"><div align="center" class="style4">SOALAN</div></td>
        <td width="146"><div align="center">MARKAH</div></td>
      </tr>
      <tr>
        <td><div align="center" class="style4">1</div></td>
        <td><label>
          <input name="textbox1" style="text-align: center;" type="text" id="textbox1" value="<?php echo $row_Recordset_ai_4a['k2q1']; ?>" />
        </label></td>
      </tr>
      <tr>
        <td><div align="center" class="style4">2</div></td>
        <td><input name="textbox2" style="text-align: center;" type="text" id="textbox2" value="<?php echo $row_Recordset_ai_4a['k2q2']; ?>" /></td>
      </tr>
      <tr>
        <td><div align="center" class="style4">3</div></td>
        <td><input name="textbox3" style="text-align: center;" type="text" id="textbox3" value="<?php echo $row_Recordset_ai_4a['k2q3']; ?>" /></td>
      </tr>
      <tr>
        <td><div align="center" class="style4">4</div></td>
        <td><input name="textbox4" style="text-align: center;" type="text" id="textbox4" value="<?php echo $row_Recordset_ai_4a['k2q4']; ?>" /></td>
      </tr>
      <tr>
        <td><div align="center" class="style4">5</div></td>
        <td><input name="textbox5" style="text-align: center;" type="text" id="textbox5" value="<?php echo $row_Recordset_ai_4a['k2q5']; ?>" /></td>
      </tr>
      <tr>
        <td><div align="center" class="style4">6</div></td>
        <td><input name="textbox6" style="text-align: center;" type="text" id="textbox6" value="<?php echo $row_Recordset_ai_4a['k2q6']; ?>" /></td>
      </tr>
      <tr>
        <td><div align="center" class="style4">7</div></td>
        <td><input name="textbox7" style="text-align: center;" type="text" id="textbox7" value="<?php echo $row_Recordset_ai_4a['k2q7']; ?>" /></td>
      </tr>
      <tr>
        <td><div align="center" class="style4">8</div></td>
        <td><input name="textbox8" style="text-align: center;" type="text" id="textbox8" value="<?php echo $row_Recordset_ai_4a['k2q8']; ?>" /></td>
      </tr>
      <tr>
        <td><div align="center" class="style4">9</div></td>
        <td><input name="textbox9" style="text-align: center;" type="text" id="textbox9" value="<?php echo $row_Recordset_ai_4a['k2q9']; ?>" /></td>
      </tr>
      <tr>
        <td><div align="center" class="style4">10</div></td>
        <td><input name="textbox10" style="text-align: center;" type="text" id="textbox10" value="<?php echo $row_Recordset_ai_4a['k2q10']; ?>" /></td>
      </tr>
      <tr>
        <td><div align="center" class="style4">11</div></td>
        <td><input name="textbox11" style="text-align: center;" type="text" id="textbox11" value="<?php echo $row_Recordset_ai_4a['k2q11']; ?>" /></td>
      </tr>
      <tr>
        <td><div align="center" class="style4">12</div></td>
        <td><input name="textbox12" style="text-align: center;" type="text" id="textbox12" value="<?php echo $row_Recordset_ai_4a['k2q12']; ?>" /></td>
      </tr>
      </table>
  </div>
  <p align="center">&nbsp;</p>
  <p align="center" class="style1">KERTAS 3: AMALI</p>
  <div align="center">
    <table width="239" border="1">
      <tr>
        <td width="77"><div align="center" class="style3">SOALAN</div></td>
        <td width="146"><div align="center">MARKAH</div></td>
      </tr>
      <tr>
        <td><div align="center" class="style3">1</div></td>
        <td><input name="textbox13" style="text-align: center;" type="text" id="textbox13" value="<?php echo $row_Recordset_ai_4a['k3q1']; ?>" /></td>
      </tr>
      <tr>
        <td><div align="center" class="style3">2</div></td>
        <td><input name="textbox14" style="text-align: center;" type="text" id="textbox14" value="<?php echo $row_Recordset_ai_4a['k3q2']; ?>" /></td>
      </tr>
      <tr>
        <td><div align="center" class="style3">3</div></td>
        <td><input name="textbox15" style="text-align: center;" type="text" id="textbox15" value="<?php echo $row_Recordset_ai_4a['k3q3']; ?>" /></td>
      </tr>
      <tr>
        <td><div align="center" class="style3">4</div></td>
        <td><input name="textbox16" style="text-align: center;" type="text" id="textbox16" value="<?php echo $row_Recordset_ai_4a['k3q4']; ?>" /></td>
      </tr>
      </table>
  </div>
  <p align="center">&nbsp;</p>
  <p align="center">
    <label></label>
    <input type="submit" value="KEMAS KINI" />
</p>
  <p align="center"><a href="logout_4a.php">LOG OUT</a></p>
  <p align="center">&nbsp;</p>
  <p>
    <input type="hidden" name="MM_update" value="form2" />
    <input type="hidden" name="id_murid" value="<?php echo $row_Recordset_ai_4a['id_murid']; ?>" />
          </p>
</form>
<p>&nbsp;</p>
</body>
</html>

<?php
mysql_free_result($Recordset_ai_4a);
?>

Anon7 - 2022
AnonSec Team