Current File : /home/inlingua/public_html/faridabad/icentex/level_4.view.php
<?php
// Copyright, Panalink Infotech Limited. Created on: 02-07-2010

// Include header
include "header.php";

echo '<h3>'.$succFailMesg.'</h3>'; 
?>
<div id="contentnew">
<table border='1'  width="100%">
<tr valign='top'><td>Language</td><td><?php echo $dbObject->getDbField('language');?>&nbsp;</td></tr>
<tr valign='top'><td>Course ID</td><td><?php echo $dbObject->getDbField('courseId');?>&nbsp;</td></tr>
<tr valign='top'><td>Level</td><td><?php echo $dbObject->getDbField('level');?>&nbsp;</td></tr>
<tr valign='top'><td>Start Date</td><td><?php echo $dbObject->getDbField('startDate');?>&nbsp;</td></tr>
<tr valign='top'><td>End Date</td><td><?php echo $dbObject->getDbField('endDate');?>&nbsp;</td></tr>
<tr valign='top'><td>Student Name</td><td><?php echo $dbObject->getDbField('name_student');?>&nbsp;</td></tr>



<tr valign='top'><td colspan='2'>Use of Structures:<br><?php echo $dbObject->getDbField('useStructures');?>&nbsp;</td></tr>
<tr valign='top'><td colspan='2'>Pronunciation and Fluency:<br><?php echo $dbObject->getDbField('pronFluency');?>&nbsp;</td></tr>
<tr valign='top'><td colspan='2'>Listening Skills:<br><?php echo $dbObject->getDbField('listening_skill');?>&nbsp;</td></tr>

<tr valign='top'><td colspan='2'>Lexical Skills:<br><?php echo $dbObject->getDbField('lexical_skill');?>&nbsp;</td></tr>
<tr valign='top'><td colspan='2'>Comment:<br><?php echo $dbObject->getDbField('general_comment');?>&nbsp;</td></tr>

<tr valign='top'><td>Overall Grade</td><td><?php echo $dbObject->getDbField('overall_grade');?>&nbsp;</td></tr>
<tr valign='top'><td>Eligibility for the next level</td><td><?php  if($dbObject->getDbField('eligibility') =='Other') echo $dbObject->getDbField('othereligibility'); else echo $dbObject->getDbField('eligibility')  ;?>&nbsp;</td></tr>

</table>
</div>


<?php
// Include footer
include "footer-certificate.php";
?>