Current File : /home/inlingua/public_html/faridabad/icentex/evaluation/html/course_questionaire.php |
<?php include('include/header.php') ;?>
<!-- content-->
<section class="breadcrumbs">
<div class="container">
<div class="row">
<div class="col-sm-6">
<h1>Course Questionaire</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('course_questionaire'); ?>">Course Questionaire</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">End Of Course Questionaire</div>
<div class="col-md-4"></div>
</div>
<div class="tab-content">
<?php
isset($_SESSION['coach_data']['first_name'])?$first_name=$_SESSION['coach_data']['first_name']:$first_name='';
isset($_SESSION['coach_data']['assessed'])?$assessed=$_SESSION['coach_data']['assessed']:$assessed='';
isset($_SESSION['coach_data']['oral_comments'])?$oral_comments=$_SESSION['coach_data']['oral_comments']:$oral_comments='';
isset($_SESSION['coach_data']['phone_no'])?$phone_no=$_SESSION['coach_data']['phone_no']:$phone_no='';
isset($_SESSION['coach_data']['center'])?$center=$_SESSION['coach_data']['center']:$center='';
isset($_SESSION['coach_data']['recommended_level'])?$recommended_level=$_SESSION['coach_data']['recommended_level']:$recommended_level='';
isset($_SESSION['coach_data']['about_yourself'])?$about_yourself=$_SESSION['coach_data']['about_yourself']:$about_yourself='';
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('course_questionaire'); ?>" method="POST" class="contact-form2">
<input type="text" name="course_id" value="" size="40" placeholder="Course ID *" aria-invalid="false" aria-required="true" class="form-row form-row-first">
<input type="text" name="name_of_course" value="" size="40" placeholder="Course level *" aria-required="true" class="form-row form-row-last">
<input type="text" name="instructor" value="" size="40" placeholder="Instructor Name *" aria-required="true" class="form-row form-row-last">
<div class="form">
<div class="well">
<label>Course date *</label><br>
<div id="" class="form-row form-row-first">
<input id="start_date" name="start_date" placeholder="Start Date" data-format="dd/MM/yyyy hh:mm:ss" type="text">
</div>
<div id="" class="form-row form-row-last">
<input id="end_date" name="end_date" placeholder="End Date" data-format="dd/MM/yyyy hh:mm:ss" type="text">
</div>
</div>
</div>
<div class="form">
<div class="well lavel cq">
<h4><p>1. About the course</p></h4>
<label>a. Quality of topics that were covered during the course *</label>
<p>Please rate the following on a scale of 1 to 5, where 5 -Excellent, 4- Very Good, 3-Good, 2- Fair and 1-poor</p>
<div class="form-row form-row-all">
<label>1 <br><input value="1" name="quality_topics" type="radio"></label>
<label>2 <br><input value="2" name="quality_topics" type="radio"></label>
<label>3 <br><input value="3" name="quality_topics" type="radio"></label>
<label>4 <br><input value="4" name="quality_topics" type="radio"></label>
<label>5 <br><input value="5" name="quality_topics" type="radio"></label>
</div>
<label>b. Quality of the course material *</label>
<p>Please rate the following on a scale of 1 to 5, where 5 -Excellent, 4- Very Good, 3-Good, 2- Fair and 1-poor</p>
<div class="form-row form-row-all">
<label>1 <br><input value="1" name="course_material" type="radio"></label>
<label>2 <br><input value="2" name="course_material" type="radio"></label>
<label>3 <br><input value="3" name="course_material" type="radio"></label>
<label>4 <br><input value="4" name="course_material" type="radio"></label>
<label>5 <br><input value="5" name="course_material" type="radio"></label>
</div>
<label>C. Usefulness of the course *</label>
<p>Please rate the following on a scale of 1 to 5, where 5 -Excellent, 4- Very Good, 3-Good, 2- Fair and 1-poor</p>
<div class="form-row form-row-all">
<label>1 <br><input value="1" name="usefulness" type="radio"></label>
<label>2 <br><input value="2" name="usefulness" type="radio"></label>
<label>3 <br><input value="3" name="usefulness" type="radio"></label>
<label>4 <br><input value="4" name="usefulness" type="radio"></label>
<label>5 <br><input value="5" name="usefulness" type="radio"></label>
</div>
</div>
</div>
<div class="form">
<div class="well lavel cq">
<h4><p>2. About the instructor</p></h4>
<label>a. Ability to maintain your interest in the course *</label>
<p>Please rate the following on a scale of 1 to 5, where 5 -Excellent, 4- Very Good, 3-Good, 2- Fair and 1-poor</p>
<div class="form-row form-row-all">
<label>1 <br><input value="1" name="int_in_course" type="radio"></label>
<label>2 <br><input value="2" name="int_in_course" type="radio"></label>
<label>3 <br><input value="3" name="int_in_course" type="radio"></label>
<label>4 <br><input value="4" name="int_in_course" type="radio"></label>
<label>5 <br><input value="5" name="int_in_course" type="radio"></label>
</div>
<label>b. Ability to maintain a good, friendly atmosphere in the class *</label>
<p>Please rate the following on a scale of 1 to 5, where 5 -Excellent, 4- Very Good, 3-Good, 2- Fair and 1-poor</p>
<div class="form-row form-row-all">
<label>1 <br><input value="1" name="atmosphere" type="radio"></label>
<label>2 <br><input value="2" name="atmosphere" type="radio"></label>
<label>3 <br><input value="3" name="atmosphere" type="radio"></label>
<label>4 <br><input value="4" name="atmosphere" type="radio"></label>
<label>5 <br><input value="5" name="atmosphere" type="radio"></label>
</div>
<label>c. Overall effectiveness *</label>
<p>Please rate the following on a scale of 1 to 5, where 5 -Excellent, 4- Very Good, 3-Good, 2- Fair and 1-poor</p>
<div class="form-row form-row-all">
<label>1 <br><input value="1" name="effectiveness" type="radio"></label>
<label>2 <br><input value="2" name="effectiveness" type="radio"></label>
<label>3 <br><input value="3" name="effectiveness" type="radio"></label>
<label>4 <br><input value="4" name="effectiveness" type="radio"></label>
<label>5 <br><input value="5" name="effectiveness" type="radio"></label>
</div>
</div>
</div>
<div class="form">
<div class="well lavel cq">
<h4><p>3. About the Personal inlingua Executive(PiE) </p></h4>
<label>a. Ability to handle queries *</label>
<p>Please rate the following on a scale of 1 to 5, where 5 -Excellent, 4- Very Good, 3-Good, 2- Fair and 1-poor</p>
<div class="form-row form-row-all">
<label>1 <br><input value="1" name="handle_queries" type="radio"></label>
<label>2 <br><input value="2" name="handle_queries" type="radio"></label>
<label>3 <br><input value="3" name="handle_queries" type="radio"></label>
<label>4 <br><input value="4" name="handle_queries" type="radio"></label>
<label>5 <br><input value="5" name="handle_queries" type="radio"></label>
</div>
<label>b. Overall quality of service offered *</label>
<p>Please rate the following on a scale of 1 to 5, where 5 -Excellent, 4- Very Good, 3-Good, 2- Fair and 1-poor</p>
<div class="form-row form-row-all">
<label>1 <br><input value="1" name="service_offered" type="radio"></label>
<label>2 <br><input value="2" name="service_offered" type="radio"></label>
<label>3 <br><input value="3" name="service_offered" type="radio"></label>
<label>4 <br><input value="4" name="service_offered" type="radio"></label>
<label>5 <br><input value="5" name="service_offered" type="radio"></label>
</div>
</div>
</div>
<div class="form">
<div class="well lavel cq">
<h4><p>4. About the institute</p></h4>
<label>a. Classroom comfort *</label>
<p>Please rate the following on a scale of 1 to 5, where 5 -Excellent, 4- Very Good, 3-Good, 2- Fair and 1-poor</p>
<div class="form-row form-row-all">
<label>1 <br><input value="1" name="classroom_comfort" type="radio"></label>
<label>2 <br><input value="2" name="classroom_comfort" type="radio"></label>
<label>3 <br><input value="3" name="classroom_comfort" type="radio"></label>
<label>4 <br><input value="4" name="classroom_comfort" type="radio"></label>
<label>5 <br><input value="5" name="classroom_comfort" type="radio"></label>
</div>
<label>b. Overall atmosphere *</label>
<p>Please rate the following on a scale of 1 to 5, where 5 -Excellent, 4- Very Good, 3-Good, 2- Fair and 1-poor</p>
<div class="form-row form-row-all">
<label>1 <br><input value="1" name="Overall_atmosphere" type="radio"></label>
<label>2 <br><input value="2" name="Overall_atmosphere" type="radio"></label>
<label>3 <br><input value="3" name="Overall_atmosphere" type="radio"></label>
<label>4 <br><input value="4" name="Overall_atmosphere" type="radio"></label>
<label>5 <br><input value="5" name="Overall_atmosphere" type="radio"></label>
</div>
<label>Would you join the next level at inlingua? *</label>
<div class="form-row form-row-all">
<label>Yes <br><input value="1" name="join_next_level" type="radio"></label>
<label>No <br><input value="2" name="join_next_level" type="radio"></label>
</div>
<label>Strengths of inlingua</label>
<div class="form-row form-row-all new-form">
<input class="form-row form-row-all" type="text" name="strengths" value="" size="40" placeholder="Strengths of inlingua" aria-invalid="false" aria-required="true">
</div>
<label>Areas of improvement for inlingua</label>
<div class="form-row form-row-all new-form">
<input class="form-row form-row-all" type="text" name="improvement" value="" size="40" placeholder="Areas of improvement for inlingua" aria-invalid="false" aria-required="true">
</div>
<label>How likely is it that you would recommend inlingua to friends or colleagues *</label>
<p>1= Not at all likely ...............10=extremely likely</p>
<div class="form-row form-row-all">
<label>1 <br><input value="1" name="recommend" type="radio"></label>
<label>2 <br><input value="2" name="recommend" type="radio"></label>
<label>3 <br><input value="3" name="recommend" type="radio"></label>
<label>4 <br><input value="4" name="recommend" type="radio"></label>
<label>5 <br><input value="5" name="recommend" type="radio"></label>
<label>6 <br><input value="6" name="recommend" type="radio"></label>
<label>7 <br><input value="7" name="recommend" type="radio"></label>
<label>8 <br><input value="8" name="recommend" type="radio"></label>
<label>9 <br><input value="9" name="recommend" type="radio"></label>
<label>10 <br><input value="10" name="recommend" type="radio"></label>
</div>
<label>Other comments, if any:</label>
<textarea name="comments" cols="40" rows="2" placeholder="comments..." aria-invalid="false" aria-required="true"></textarea>
</div>
</div>
</div>
<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>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<link rel="stylesheet"href="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/themes/smoothness/jquery-ui.css" />
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js"></script>
<script>
$(document).ready(function () {
var objDate = new Date();
var Presentyear = objDate.getFullYear();
$("#start_date").datepicker({
//yearRange: '1900:' + Presentyear,
changeMonth: true,
changeYear: true,
dateFormat: 'yy-mm-dd'
//minDate: '0'
});
});
$(document).ready(function () {
var objDate = new Date();
var Presentyear = objDate.getFullYear();
$("#end_date").datepicker({
//yearRange: '1900:' + Presentyear,
changeMonth: true,
changeYear: true,
dateFormat: 'yy-mm-dd'
//minDate: '0'
});
});
</script>
</section>
<!-- ! content-->
<?php
include ("include/footer.php");
?>