Current File : /home/inlingua/public_html/faridabad/icentex/evaluation/html/level_assessment.php |
<?php include('include/header.php') ;?>
<!-- content-->
<section class="breadcrumbs">
<div class="container">
<div class="row">
<div class="col-sm-6">
<h1>Level Assessment</h1>
</div>
<div class="col-sm-6 text-right breadcrumbs-item"><a href="<?php echo make_url('home'); ?>">Home</a><i class="fa fa-angle-right"></i><a href="<?php echo make_url('level_assessment'); ?>">Level Assessment</a></div>
</div>
</div>
</section>
<section class="page-section1 cws_prlx_section">
<div class="container page1">
<div class="row text-center">
<div class="col-md-4"></div>
<div class="col-md-4 reg mb-40">Level Assessment</div>
<div class="col-md-4"></div>
</div>
<div class="tab-content">
<?php
isset($_SESSION['coach_data']['name_of_student'])?$name_of_student=$_SESSION['coach_data']['name_of_student']:$name_of_student='';
isset($_SESSION['coach_data']['assessed_by'])?$assessed_by=$_SESSION['coach_data']['assessed_by']:$assessed_by='';
isset($_SESSION['coach_data']['oral_comments'])?$oral_comments=$_SESSION['coach_data']['oral_comments']:$oral_comments='';
isset($_SESSION['coach_data']['other_comments'])?$other_comments=$_SESSION['coach_data']['other_comments']:$other_comments='';
isset($_SESSION['coach_data']['voice_quality'])?$voice_quality=$_SESSION['coach_data']['voice_quality']:$voice_quality='';
isset($_SESSION['coach_data']['structures'])?$structures=$_SESSION['coach_data']['structures']:$structures='';
isset($_SESSION['coach_data']['center'])?$center=$_SESSION['coach_data']['center']:$center='';
isset($_SESSION['coach_data']['listening_comprehension'])?$listening_comprehension=$_SESSION['coach_data']['listening_comprehension']:$listening_comprehension='';
isset($_SESSION['coach_data']['recommended_level'])?$recommended_level=$_SESSION['coach_data']['recommended_level']:$recommended_level='';
isset($_SESSION['coach_data']['vocabulary'])?$vocabulary=$_SESSION['coach_data']['vocabulary']:$vocabulary='';
isset($_SESSION['coach_data']['associated_message'])?$associated_message=$_SESSION['coach_data']['associated_message']:$associated_message='';
?>
<div id="form1" class="tab-pane fade active in">
<div class="row">
<div class="col-md-2"></div>
<div class="col-md-8">
<? #handle sections here.
display_message(1); ?>
<div class="widget-contact-form pb-0">
<form action="<?php echo make_url('level_assessment'); ?>" method="POST" class="contact-form2">
<input type="text" name="name_of_student" value="<?=$name_of_student; ?>" size="40" placeholder="Name of the student *" aria-invalid="false" aria-required="true" class="form-row form-row-first">
<input type="text" name="assessed_by" value="<?=$assessed_by; ?>" size="40" placeholder="Assessed By *" aria-required="true" class="form-row form-row-last">
<select name="center" id='listid' class="form-row form-row-first" aria-required="true" placeholder="center">
<option value='center' selected>Center *</option>
<option <? if($center=='FB') { echo "selected='selected'"; } ?> value='FB'>FB</option>
<option <? if($center=='SE') { echo "selected='selected'"; } ?> value='SE'>SE</option>
<option <? if($center=='VP') { echo "selected='selected'"; } ?> value='VP'>VP</option>
<option <? if($center=='ED') { echo "selected='selected'"; } ?> value='ED'>ED</option>
<option <? if($center=='ND') { echo "selected='selected'"; } ?> value='ND'>ND</option>
<option <? if($center=='GG') { echo "selected='selected'"; } ?> value='GG'>GG</option>
<option <? if($center=='PP') { echo "selected='selected'"; } ?> value='PP'>PP</option>
<option <? if($center=='CP') { echo "selected='selected'"; } ?> value='CP'>CP</option>
</select>
<select name="recommended_level" id='spec' class="form-row form-row-last" aria-required="true" placeholder="Speciality">
<option <? if($recommended_level=='Speciality') { echo "selected='selected'"; } ?> value='' selected>Recommended Level * </option>
<option <? if($recommended_level=='1A') { echo "selected='selected'"; } ?> value='1A'>1A</option>
<option <? if($recommended_level=='E1S2') { echo "selected='selected'"; } ?> value='E1S2'>E1S2</option>
<option <? if($recommended_level=='E1S2+') { echo "selected='selected'"; } ?> value='E1S2+'>E1S2+</option>
<option <? if($recommended_level=='E2S1') { echo "selected='selected'"; } ?> value='E2S1'>E2S1</option>
<option <? if($recommended_level=='E2S1+') { echo "selected='selected'"; } ?> value='E2S1+'>E2S1+</option>
<option <? if($recommended_level=='E2S2') { echo "selected='selected'"; } ?> value='E2S2'>E2S2</option>
<option <? if($recommended_level=='E2S2+') { echo "selected='selected'"; } ?> value='E2S2+'>E2S2+</option>
<option <? if($recommended_level=='E3S1') { echo "selected='selected'"; } ?> value='E3S1'>E3S1</option>
<option <? if($recommended_level=='E3S2') { echo "selected='selected'"; } ?> value='E3S2'>E3S2</option>
<option <? if($recommended_level=='4') { echo "selected='selected'"; } ?> value='4'>4</option>
</select>
<input type="text" aria-required="true" name="oral_comments" value="<?=$oral_comments; ?>" size="40" placeholder="Oral Comments(Fluency) * " aria-required="true" class="form-row form-row-first form-row-all">
<input type="text" name="structures" value="<?=$structures; ?>" size="40" placeholder="Structures *" aria-required="true" class="form-row form-row-last form-row-all">
<input type="text" name="voice_quality" value="<?=$voice_quality; ?>" size="40" placeholder="Voice quality *" aria-required="true" class="form-row form-row-last form-row-all">
<textarea name="vocabulary" cols="40" rows="2" placeholder="Vocabulary *" aria-invalid="false" aria-required="true"><?=$vocabulary; ?></textarea>
<textarea name="listening_comprehension" cols="40" rows="2" placeholder="Listening Comprehension *" aria-invalid="false" aria-required="true"><?=$listening_comprehension; ?></textarea>
<textarea aria-required="true" name="other_comments" cols="40" rows="2" placeholder="Other comments/ if class canceled before the 6 hrs/ student joined the class on......etc. *" aria-invalid="false" aria-required="true"><?=$other_comments; ?></textarea>
<div class="row text-center">
<div class="col-md-4"></div>
<div class="col-md-4"><input type="submit" name="submit" value="Submit" class="cws-button border-radius "></div>
<div class="col-md-4"></div>
</div>
<!--<input type="submit" name="submit" value="Register" class="cws-button border-radius pull-right">-->
</form>
<!-- /contact-form-->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ! content-->
<?php
include ("include/footer.php");
?>