Revonzy Mini Shell

Revonzy Mini Shell

Şuanki Dizin: /home/wwwdreamtechnolo/public_html/rpcollege.edu.in/
Dosya Yükle :
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/rpcollege.edu.in/teacher-feedback.php

<?php
	require_once("admin/lib/functions.php");
	$db = new login_function();
	$flag = 0;
   $success_msg = 0;
   $mobile_no_no_error="";
   $contact_no_error="";
   $name_error="";
   $success_flag=0;
   $teacher_name="";
   $email="";
   $contact="";
   $department="";
   $subject ="";
   $qt1="";
   $qt2="";
   $qt3="";
   $qt4="";
   $qt5="";
   $qt6="";
   $qt7="";
   $suggestion="";
   $qt8="";
   $qt9="";
   $qt10="";
   $qt11="";
   $qt12="";
   $qt13="";
   $qt14="";
   $qt15="";
   $qt16="";  
   $qt17="";
   $qt18="";
   $qt19="";
   $qt20="";
   $qt21="";
   $qt22="";
   $qt23="";
   $qt24="";
   $qt25="";
   $qt26="";
   $qt27="";
   $error_counter   =   0;
   
	if(isset($_POST['submit_btn']))
	{
	    $teacher_name		=	$_POST['teacher_name'];
		$email			   	=	$_POST['email'];
		$contact			=	$_POST['contact'];
		$department			=	$_POST['department'];
		$subject			=	$_POST['subject'];
		$qt1				=	$_POST['qt1'];
		$qt2			   	=	$_POST['qt2'];
		$qt3				=	$_POST['qt3'];
		$qt4				=	$_POST['qt4'];
		$qt5				=	$_POST['qt5'];
		$qt6				=	$_POST['qt6'];
		$qt7				=	$_POST['qt7'];
		$suggestion			=	$_POST['suggestion'];
		$qt8				=	$_POST['qt8'];
		$qt9				=	$_POST['qt9'];
		$qt10				=	$_POST['qt10'];
		$qt11				=	$_POST['qt11'];
		$qt12				=	$_POST['qt12'];
		$qt13				=	$_POST['qt13'];
		$qt14				=	$_POST['qt14'];
		$qt15				=	$_POST['qt15'];
		$qt16				=	$_POST['qt16'];
		$qt17				=	$_POST['qt17'];
		$qt18				=	$_POST['qt18'];
		$qt19				=	$_POST['qt19'];
		$qt20				=	$_POST['qt20'];
		$qt21				=	$_POST['qt21'];
		$qt22				=	$_POST['qt22'];
		$qt23				=	$_POST['qt23'];
		$qt24				=	$_POST['qt24'];
		$qt25				=	$_POST['qt25'];
		$qt26				=	$_POST['qt26'];
		$qt27				=	$_POST['qt27'];
		if($contact=="")
		{
			$contact_no_error = "Please enter contact number";
			$error_counter = 1;
		}
		else if(!is_numeric($contact))
		{
			$contact_no_error = "Please enter valid contact number";
			$error_counter = 1;
		}
		else if(strlen($contact)<10 OR strlen($contact)>10)
		{
			$contact_no_error = "Please enter valid 10 digit contact no";
			$error_counter = 1;
		}
		if($error_counter==0)
		{
		$inserted_id=$db->save_teacher_detail($teacher_name,$email,$contact,$department,$subject,$qt1,$qt2,$qt3,$qt4,$qt5,$qt6,$qt7,$suggestion,$qt8,$qt9,$qt10,$qt11,$qt12,$qt13,$qt14,$qt15,$qt16,$qt17,$qt18,$qt19,$qt20,$qt21,$qt22,$qt23,$qt24,$qt25,$qt26,$qt27);
		if($inserted_id!="")
		{ 
		  
        		   $success_flag			= 1;
        		   $teacher_name	        = "";
        		   $email          	        = "";
        		   $contact           	    = "";
        		   $department			    = "";
        		   $subject    		    	= "";
        		   $qt1					    ="";
				   $qt2			        	="";
				   $qt3				        ="";
				   $qt				        ="";
				   $qt5				        ="";
				   $qt6			        	="";
				   $qt7			        	="";
				   $suggestion	        	="";
				   $qt8			            ="";
				   $qt9			            ="";
				   $qt10		        	="";
				   $qt11		        	="";
				   $qt12		        	="";
				   $qt13		        	="";
				   $qt14			        ="";
				   $qt15		        	="";
				   $qt16			        ="";  
				   $qt17		        	="";
				   $qt18			        ="";
				   $qt19			        ="";
				   $qt20		        	="";
				   $qt21			        ="";
				   $qt22			        ="";
				   $qt23			        ="";
				   $qt24			        ="";
				   $qt25			        ="";
				   $qt26			        ="";
				   $qt27			        ="";
				   
				$success_flag	=	1;
		}
		else
		{
			$success_flag	=	2;
		}
		}
	}
	
?>	


<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="description" content="">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
    <!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags -->

    <!-- Title -->
    <title></title>

    <!-- Favicon -->
    <link rel="icon" href="img/core-img/favicon.ico">

    <!-- Core Stylesheet -->
    <link rel="stylesheet" href="style.css">
	<style>
body {
  
}

@media only screen and (max-width: 600px) {
  .img {
   width:20px;
   height:20px;
  }
}

.tab_data
{
	background:#E91546;
	font-weight:bold;
	font-size:16px;
	color:white;
	border-right:0px solid black;
}
tr td
{
	padding:10px;
	border:0px solid black;
	text-align:center;
}
th 
{
	padding:10px;
}
.order_txt
{
	height:30px;
	width:310px;
	box-shadow:0px 0px 3px 0px #dedede ;
	resize :none;
	border:1px solid #DFDFDF;
}
.error_msgs
{
	color:red;
	font-size:13px;
}

</style>
</head>

<body>
    <!-- ##### Preloader ##### -->
    <div id="preloader">
        <i class="circle-preloader"></i>
    </div>

    <!-- ##### Header Area Start ##### -->
   <?php
	include('header.php');
   ?>
    <!-- ##### Header Area End ##### -->

    <div class="breadcumb-area bg-img" style="background-image: url(img/bg-img/breadcumb.jpg);">
        <div class="bradcumbContent">
            <h2>Teacher's Feedback</h2>
        </div>
    </div>
    <!-- ##### Breadcumb Area End ##### -->

    <!-- ##### About Us Area Start ##### -->
   <section class="about-us-area mt-50 section-padding-100" style="min-height:300px;">
        <div class="container">
            			<div class="data_container" style="margin-top:10px; min-height:1000px;">
			    	<div id="page-wrapper">
		<div class="row">
            <div class="col-lg-12">
                <div class="panel panel-yellow">

					<?php
						$birth_date		=	date("Y-m-d");
						$admission_date	=	date("Y-m-d");
					?>
				<div class="panel-body">
					<div class="row">
						<div class="col-lg-12 ">
						<div>

						<div class="header_part" style="padding:50px;">

						<div class="col-lg-12 col-xs-12 col-sm-12" style=" background-repeat: no-repeat; background-position: center; background-color:#F0F0F0;">
							
						   
							
							<div style="margin:auto; width:72%;">
						 <section class="main_heading" id="effect" style="margin-top:-4px; font-family: 'Lobster', cursive; font-family: 'Libre Baskerville', serif;"> Feedback From Teacher's </section>
							
						<!--<span style="font-size:17px;font-family: 'Lobster', cursive; font-family: 'Libre Baskerville', serif;"><center>District-Solapur </center> </span>-->
						<center><span style="color:	#7FFF00; font-weight:bold; font-size:18px; text-align:center; background-color:#880015; font-family: 'Lobster', cursive; font-family: 'Libre Baskerville', serif;" class="blink txtxxx">Feedback Form for the Academic Year: <?php echo date("Y")-1; ?> -<?php echo date("Y"); ?></span></center> 
						<center><span style="color:	#808080; font-weight:bold; font-size:18px; text-align:center;  font-family: 'Lobster', cursive; font-family: 'Libre Baskerville', serif; margin-bottom:20px;">Teacher's feedback on Design & Review of syllabus</span></center> 

						</div>

						</div>
						</div>
						</div>		
                            <form method="POST" action="<?php echo $_SERVER['PHP_SELF'] ?>" enctype="multipart/form-data" autocomplete="off">
									
					
					
					<?php
						if($mobile_no_no_error==1)
						{
					?>
						
						<div class="alert alert-danger">
						<span class="alert-link">Failed! </span>Add 10 Digit Mobile No....
						</div>	
					<?php
						}
					?>
                          <div class="col-lg-12 ">
                            <form method="POST" autocomplete="off" action="<?php echo $_SERVER['PHP_SELF'] ?>"> 
                            	<table border="0">
					<tr>
						<td class="msg" colspan=2>
							<?php
					if($success_flag == 1)
					{
					?>
					<div class="alert alert-success">
						Feedback Added Successfully
					</div>
					<?php
					}
					?>
					<?php
					if($success_flag== 2)
					{
					?>
					<div class="alert alert-danger">
						Feedback Not Added!!!
					</div>
					<?php
					}
					?>
						</td>
					</tr>

					<tr class="tr1">
						<td>
							<label>Name Of Teacher</label>
						</td>
						<td>
							<input type="textbox" class="order_txt" name="teacher_name" id="txtname" value="<?php echo $teacher_name;?>" required>
							<br />
							<span class="error_msgs"><?php echo $name_error; ?></span>
						</td>
						<tr class="tr1">
						<td>
							<label>Email Id</label>
						</td>
						<td>
							<input type="email" class="order_txt" name="email" id="txtcno" value="<?php echo $email;?>" required>
						</td>
					</tr>
					<tr class="tr1">
						<td>
							<label>Contact No</label>
						</td>
						<td>
							<input type="number" class="order_txt" name="contact" id="txtcno" value="<?php echo $contact;?>" required>
							<br />
							<span class="error_msgs"><?php echo $contact_no_error; ?></span>
						</td>
					</tr>
					</tr>
						<tr class="tr1">
						<td>
							<label>Name of Department</label>
						</td>
						<td>
							<input type="textbox" class="order_txt" name="department" id="txtcno" value="<?php echo $department;?>" required>
						</td>
					</tr>
					<tr class="tr1">
						<td> 
							<label >Subject</label>
						</td>
						<td>
							<input type="textbox" class="order_txt" name="subject" id="txtemail" value="<?php echo $subject;?>" required>
							
						</td>
					</tr>
					<tr style="height:0px;">
						<td></td>
					</tr>
					
				</table>
								<div class="form-group col-lg-12">
									<label class="market_titles"><p>1. Role in designing the curriculum.</p></label><br/>
									<label class="market_titles"><input type="radio" name="qt1" placeholder="YES" required value="YES" checked <?php if($qt1=="YES"){ ?>checked<?php } ?>  class="market_rdo" required />YES </label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt1" placeholder="NO" <?php if($qt1=="NO"){ ?>checked<?php } ?> required value="NO"  class="market_rdo"/> NO</label>
								</div>
								
								<div class="form-group col-lg-12">
									<label class="market_titles"><p>2. Syllabus accurately describes the course</p></label><br/>
										<label class="market_titles"><input type="radio" name="qt2" placeholder="YES" required value="YES" <?php if($qt2=="YES"){ ?>checked<?php } ?> class="market_rdo"  required/>YES </label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt2" placeholder="NO" required value="NO" <?php if($qt2=="NO"){ ?>checked<?php } ?>  class="market_rdo"/> NO </label>
								</div>
								
								<div class="form-group col-lg-12">
									<label  class="market_titles" ><p>3. Syllabus includes useful textbooks</p></label><br/>
										<label class="market_titles"><input type="radio" name="qt3" placeholder="YES" required value="YES"  class="market_rdo" <?php if($qt3=="YES"){ ?>checked<?php } ?> required />YES</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt3" placeholder="NO" required value="NO" <?php if($qt3=="NO"){ ?>checked<?php } ?> class="market_rdo"/> NO </label>
								</div>
								<div class="form-group col-lg-12">
									<label class="market_titles" ><p>4. Allotted time to complete the syllabus is sufficient</p></label><br/>
										<label class="market_titles"><input type="radio" name="qt4" placeholder="YES" required value="YES"  class="market_rdo" <?php if($qt4=="YES"){ ?>checked<?php } ?> required />YES </label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt4" placeholder="NO" required value="NO" <?php if($qt4=="NO"){ ?>checked<?php } ?> class="market_rdo"/> NO </label>
								</div>
								<div class="form-group col-lg-12">
									<label  class="market_titles" ><p>5. Syllabus entails reference work</p></label><br/>
										<label class="market_titles"><input type="radio" name="qt5" placeholder="YES" required value="YES"  class="market_rdo" <?php if($qt5=="YES"){ ?>checked<?php } ?> required />YES </label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt5" placeholder="NO" required value="NO" <?php if($qt5=="NO"){ ?>checked<?php } ?>  class="market_rdo"/> NO </label>
								</div>
								<div class="form-group col-lg-12">
									<label class="market_titles" ><p>6. Objectives are appropriate & explained clearly</p></label><br/>
										<label class="market_titles"><input type="radio" name="qt6" placeholder="YES" required value="YES"  class="market_rdo" <?php if($qt6=="YES"){ ?>checked<?php } ?> required />YES </label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt6" placeholder="NO" required value="NO" <?php if($qt6=="NO"){ ?>checked<?php } ?>  class="market_rdo"/> NO </label>
								</div>
								<div class="form-group col-lg-12">
									<label  class="market_titles" ><p>7. Work required for the course is sufficient</p></label><br/>
										<label class="market_titles"><input type="radio" name="qt7" placeholder="YES" required value="YES"  class="market_rdo" <?php if($qt7=="YES"){ ?>checked<?php } ?> required />YES </label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt7" placeholder="NO" required value="NO" <?php if($qt7=="NO"){ ?>checked<?php } ?>  class="market_rdo"/> NO </label>
								</div></br>
								<div class="form-group col-lg-10s">
									<p> Suggestions if any  </p><br />
				                    	<textarea name="suggestion"  class="order_txt" name="txtcno" id="txtcno" style=" height:80px" required><?php echo $suggestion; ?></textarea><br />
								</div>
								<br/>
								
								<hr />
								<br />
								
								<div class="form-group col-lg-12">
									<label  class="market_titles" > <p>1. Syllabus is suitable to the course and need based.</p></label><br/>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt8" placeholder="strongly agree" required value="strongly agree" <?php if($qt8=="strongly agree"){ ?>checked<?php } ?>  class="market_rdo" required />1</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt8" placeholder="agree" required value="agree" <?php if($qt8=="agree"){ ?>checked<?php } ?>  class="market_rdo" />2</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt8" placeholder="neither agree nor disagree" required value="neither agree nor disagree" <?php if($qt8=="neither agree nor disagree"){ ?>checked<?php } ?>  class="market_rdo" />3</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt8" placeholder="disagree" required value="disagree" <?php if($qt8=="disagree"){ ?>checked<?php } ?>  class="market_rdo" />4</label>
								</div>
								<div class="form-group col-lg-12">
									<label  class="market_titles" ><p> 2. I have the freedom to adopt/adapt new techniques/strategies of testing and assessment of students.</p></label><br/>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt9" placeholder="strongly agree" required value="strongly agree" <?php if($qt9=="strongly agree"){ ?>checked<?php } ?>  class="market_rdo" required />1</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt9" placeholder="agree" required value="agree" <?php if($qt9=="agree"){ ?>checked<?php } ?>  class="market_rdo" />2</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt9" placeholder="neither agree nor disagree" required value="neither agree nor disagree" <?php if($qt9=="neither agree nor disagree"){ ?>checked<?php } ?>  class="market_rdo"/>3</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt9" placeholder="disagree" required value="disagree" <?php if($qt9=="disagree"){ ?>checked<?php } ?>  class="market_rdo"/>4</label>
								</div>
								<div class="form-group col-lg-12">
									<label  class="market_titles" ><p> 3.Aims and objectives of the syllabi are well defined and clear to teachers and students.</p></label><br/>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt10" placeholder="strongly agree" required value="strongly agree" <?php if($qt10=="strongly agree"){ ?>checked<?php } ?>  class="market_rdo" required />1</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt10" placeholder="agree" required value="agree" <?php if($qt10=="agree"){ ?>checked<?php } ?>  class="market_rdo" />2</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt10" placeholder="neither agree nor disagree" required value="neither agree nor disagree" <?php if($qt10=="neither agree nor disagree"){ ?>checked<?php } ?>  class="market_rdo"/>3</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt10" placeholder="disagree" required value="disagree" <?php if($qt10=="disagree"){ ?>checked<?php } ?>  class="market_rdo"/>4</label>
								</div>
								<div class="form-group col-lg-12">
									<label  class="market_titles" ><p> 4. Sufficient numbers of prescribed books are available in the Library.</p></label><br/>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt11" placeholder="strongly agree" required value="strongly agree" <?php if($qt11=="strongly agree"){ ?>checked<?php } ?>  class="market_rdo" required />1</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt11" placeholder="agree" required value="agree" <?php if($qt11=="agree"){ ?>checked<?php } ?>  class="market_rdo" />2</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt11" placeholder="neither agree nor disagree" required value="neither agree nor disagree" <?php if($qt11=="neither agree nor disagree"){ ?>checked<?php } ?>  class="market_rdo"/>3</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt11" placeholder="disagree" required value="disagree" <?php if($qt11=="disagree"){ ?>checked<?php } ?>  class="market_rdo"/>4</label>
								</div>
								<div class="form-group col-lg-12">
									<label  class="market_titles" ><p> 5. I have the freedom to propose, modify, suggest and incorporate new topics in the syllabus.</p></label><br/>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt12" placeholder="strongly agree" required value="strongly agree" <?php if($qt12=="strongly agree"){ ?>checked<?php } ?>  class="market_rdo" required />1</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt12" placeholder="agree" required value="agree" <?php if($qt12=="agree"){ ?>checked<?php } ?>  class="market_rdo" />2</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt12" placeholder="neither agree nor disagree" required value="neither agree nor disagree" <?php if($qt12=="neither agree nor disagree"){ ?>checked<?php } ?>  class="market_rdo"/>3</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt12" placeholder="disagree" required value="disagree" <?php if($qt12=="disagree"){ ?>checked<?php } ?>  class="market_rdo"/>4</label>
								</div>
								<div class="form-group col-lg-12">
									<label  class="market_titles" ><p>6. The course/syllabus has good balance of cross-cutting issues.</p></label><br/>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt13" placeholder="strongly agree" required value="strongly agree" <?php if($qt13=="strongly agree"){ ?>checked<?php } ?>  class="market_rdo" required />1</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt13" placeholder="agree" required value="agree" <?php if($qt13=="agree"){ ?>checked<?php } ?>  class="market_rdo" />2</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt13" placeholder="neither agree nor disagree" required value="neither agree nor disagree" <?php if($qt13=="neither agree nor disagree"){ ?>checked<?php } ?>  class="market_rdo"/>3</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt13" placeholder="disagree" required value="disagree" <?php if($qt13=="disagree"){ ?>checked<?php } ?>  class="market_rdo"/>4</label>
								</div>
								<div class="form-group col-lg-12">
									<label  class="market_titles" ><p>7. The course/syllabus has made me interested in the subject area.</p></label><br/>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt14" placeholder="strongly agree" required value="strongly agree" <?php if($qt14=="strongly agree"){ ?>checked<?php } ?>  class="market_rdo" required />1</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt14" placeholder="agree" required value="agree" <?php if($qt14=="agree"){ ?>checked<?php } ?>  class="market_rdo" />2</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt14" placeholder="neither agree nor disagree" required value="neither agree nor disagree" <?php if($qt14=="neither agree nor disagree"){ ?>checked<?php } ?>  class="market_rdo"/>3</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt14" placeholder="disagree" required value="disagree" <?php if($qt14=="disagree"){ ?>checked<?php } ?>  class="market_rdo"/>4</label>
								</div>
								<div class="form-group col-lg-12">
									<label  class="market_titles" ><p>8. The course/syllabus of this subject increased my knowledge and perspective in the subject area.</p></label><br/>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt15" placeholder="strongly agree" required value="strongly agree" <?php if($qt15=="strongly agree"){ ?>checked<?php } ?>  class="market_rdo" required />1</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt15" placeholder="agree" required value="agree" <?php if($qt15=="agree"){ ?>checked<?php } ?>  class="market_rdo" />2</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt15" placeholder="neither agree nor disagree" required value="neither agree nor disagree" <?php if($qt15=="neither agree nor disagree"){ ?>checked<?php } ?>  class="market_rdo"/>3</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt15" placeholder="disagree" required value="disagree" <?php if($qt15=="disagree"){ ?>checked<?php } ?>  class="market_rdo"/>4</label>
								</div>
								<div class="form-group col-lg-12">
									<label  class="market_titles" ><p>9. Tests and examinations are conducted well in time with proper coverage of all units in the syllabus.</p></label><br/>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt16" placeholder="strongly agree" required value="strongly agree" <?php if($qt16=="strongly agree"){ ?>checked<?php } ?>  class="market_rdo" required />1</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt16" placeholder="agree" required value="agree" <?php if($qt16=="agree"){ ?>checked<?php } ?>  class="market_rdo" />2</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt16" placeholder="neither agree nor disagree" required value="neither agree nor disagree" <?php if($qt16=="neither agree nor disagree"){ ?>checked<?php } ?>  class="market_rdo"/>3</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt16" placeholder="disagree" required value="disagree" <?php if($qt16=="disagree"){ ?>checked<?php } ?>  class="market_rdo"/>4</label>
								</div>
								<div class="form-group col-lg-12">
									<label  class="market_titles" ><p>10. I have the freedom to adopt new techniques/strategies of teaching such as seminar presentations, group discussions and learners’ participations.</p></label><br/>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt17" placeholder="strongly agree" required value="strongly agree" <?php if($qt17=="strongly agree"){ ?>checked<?php } ?>  class="market_rdo" required />1</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt17" placeholder="agree" required value="agree" <?php if($qt17=="agree"){ ?>checked<?php } ?>  class="market_rdo" />2</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt17" placeholder="neither agree nor disagree" required value="neither agree nor disagree" <?php if($qt17=="neither agree nor disagree"){ ?>checked<?php } ?>  class="market_rdo"/>3</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt17" placeholder="disagree" required value="disagree" <?php if($qt17=="disagree"){ ?>checked<?php } ?>  class="market_rdo"/>4</label>
								</div>
								
								<br />
								<hr />
								<br />

										<div class="form-group col-lg-12">
									<label  class="market_titles" ><p>1. Syllabus is suitable to the course and need based.</p></label><br/>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt18" placeholder="strongly agree" required value="strongly agree" <?php if($qt18=="strongly agree"){ ?>checked<?php } ?>  class="market_rdo" required />a</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt18" placeholder="agree" required value="agree" <?php if($qt18=="agree"){ ?>checked<?php } ?>  class="market_rdo" />b</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt18" placeholder="neither agree nor disagree" required value="neither agree nor disagree" <?php if($qt18=="neither agree nor disagree"){ ?>checked<?php } ?>  class="market_rdo"/>c</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt18" placeholder="disagree" required value="disagree" <?php if($qt18=="disagree"){ ?>checked<?php } ?>  class="market_rdo"/>d</label>
								</div>
								<div class="form-group col-lg-12">
									<label  class="market_titles" ><p>2. I have the freedom to adopt/adapt new techniques/strategies of testing and assessment of students.</p></label><br/>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt19" placeholder="strongly agree" required value="strongly agree" <?php if($qt19=="strongly agree"){ ?>checked<?php } ?>  class="market_rdo" required />a</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt19" placeholder="agree" required value="agree" <?php if($qt19=="agree"){ ?>checked<?php } ?>  class="market_rdo" />b</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt19" placeholder="neither agree nor disagree" required value="neither agree nor disagree" <?php if($qt19=="neither agree nor disagree"){ ?>checked<?php } ?>  class="market_rdo"/>c</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt19" placeholder="disagree" required value="disagree" <?php if($qt19=="disagree"){ ?>checked<?php } ?>  class="market_rdo"/>d</label>
								</div>
								<div class="form-group col-lg-12">
									<label  class="market_titles" ><p>3. Aims and objectives of the syllabi are well defined and clear to teachers and students.</p></label><br/>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt20" placeholder="strongly agree" required value="strongly agree" <?php if($qt20=="strongly agree"){ ?>checked<?php } ?>  class="market_rdo" required />a</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt20" placeholder="agree" required value="agree" <?php if($qt20=="agree"){ ?>checked<?php } ?>  class="market_rdo" />b</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt20" placeholder="neither agree nor disagree" required value="neither agree nor disagree" <?php if($qt20=="neither agree nor disagree"){ ?>checked<?php } ?>  class="market_rdo"/>c</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt20" placeholder="disagree" required value="disagree" <?php if($qt20=="disagree"){ ?>checked<?php } ?>  class="market_rdo"/>d</label>
								</div>
								<div class="form-group col-lg-12">
									<label  class="market_titles" ><p>4. Sufficient numbers of prescribed books are available in the Library.</p></label><br/>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt21" placeholder="strongly agree" required value="strongly agree" <?php if($qt21=="strongly agree"){ ?>checked<?php } ?>  class="market_rdo" required />a</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt21" placeholder="agree" required value="agree" <?php if($qt21=="agree"){ ?>checked<?php } ?>  class="market_rdo" />b</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt21" placeholder="neither agree nor disagree" required value="neither agree nor disagree" <?php if($qt21=="neither agree nor disagree"){ ?>checked<?php } ?>  class="market_rdo"/>c</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt21" placeholder="disagree" required value="disagree" <?php if($qt21=="disagree"){ ?>checked<?php } ?>  class="market_rdo"/>d</label>
								</div>
								<div class="form-group col-lg-12">
									<label  class="market_titles" ><p>5. I have the freedom to propose, modify, suggest and incorporate new topics in the syllabus. </p></label><br/>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt22" placeholder="strongly agree" required value="strongly agree" <?php if($qt22=="strongly agree"){ ?>checked<?php } ?>  class="market_rdo" required />a</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt22" placeholder="agree" required value="agree" <?php if($qt22=="agree"){ ?>checked<?php } ?>  class="market_rdo" />b</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt22" placeholder="neither agree nor disagree" required value="neither agree nor disagree" <?php if($qt22=="neither agree nor disagree"){ ?>checked<?php } ?>  class="market_rdo"/>c</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt22" placeholder="disagree" required value="disagree" <?php if($qt22=="disagree"){ ?>checked<?php } ?>  class="market_rdo"/>d</label>
								</div>
							  <div class="form-group col-lg-12">
									<label  class="market_titles"><p>6. The course/syllabus has good balance of cross-cutting issues.</p> </label><br/>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt23" placeholder="strongly agree" required value="strongly agree" <?php if($qt23=="strongly agree"){ ?>checked<?php } ?>  class="market_rdo" required />a</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt23" placeholder="agree" required value="agree" <?php if($qt23=="agree"){ ?>checked<?php } ?>  class="market_rdo" />b</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt23" placeholder="neither agree nor disagree" required value="neither agree nor disagree" <?php if($qt23=="neither agree nor disagree"){ ?>checked<?php } ?>  class="market_rdo"/>c</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt23" placeholder="disagree" required value="disagree" <?php if($qt23=="disagree"){ ?>checked<?php } ?>  class="market_rdo"/>d</label>
								</div>
								<div class="form-group col-lg-12">
									<label  class="market_titles" ><p>7.The course/syllabus has made me interested in the subject area.</p> </label><br/>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt24" placeholder="strongly agree" required value="strongly agree" <?php if($qt24=="strongly agree"){ ?>checked<?php } ?>  class="market_rdo" required />a</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt24" placeholder="agree" required value="agree" <?php if($qt24=="agree"){ ?>checked<?php } ?>  class="market_rdo" />b</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt24" placeholder="neither agree nor disagree" required value="neither agree nor disagree" <?php if($qt24=="neither agree nor disagree"){ ?>checked<?php } ?>  class="market_rdo"/>c</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt24" placeholder="disagree" required value="disagree" <?php if($qt24=="disagree"){ ?>checked<?php } ?>  class="market_rdo"/>d</label>
								</div>
								<div class="form-group col-lg-12">
									<label  class="market_titles" ><p>8.The course/syllabus of this subject increased my knowledge and perspective in the subject area.</p> </label><br/>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt25" placeholder="strongly agree" required value="strongly agree" <?php if($qt25=="strongly agree"){ ?>checked<?php } ?>  class="market_rdo" required />a</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt25" placeholder="agree" required value="agree" <?php if($qt25=="agree"){ ?>checked<?php } ?>  class="market_rdo" />b</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt25" placeholder="neither agree nor disagree" required value="neither agree nor disagree" <?php if($qt25=="neither agree nor disagree"){ ?>checked<?php } ?>  class="market_rdo"/>c</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt25" placeholder="disagree" required value="disagree" <?php if($qt25=="disagree"){ ?>checked<?php } ?>  class="market_rdo"/>d</label>
								</div>
								<div class="form-group col-lg-12">
									<label  class="market_titles" >9.Tests and examinations are conducted well in time with proper coverage of all units in the syllabus. </label><br/>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt26" placeholder="strongly agree" required value="strongly agree" <?php if($qt26=="strongly agree"){ ?>checked<?php } ?>  class="market_rdo" required />a</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt26" placeholder="agree" required value="agree" <?php if($qt26=="agree"){ ?>checked<?php } ?>  class="market_rdo" />b</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt26" placeholder="neither agree nor disagree" required value="neither agree nor disagree" <?php if($qt26=="neither agree nor disagree"){ ?>checked<?php } ?>  class="market_rdo"/>c</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt26" placeholder="disagree" required value="disagree" <?php if($qt26=="disagree"){ ?>checked<?php } ?>  class="market_rdo"/>d</label>
								</div>
								<div class="form-group col-lg-12">
									<label  class="market_titles" ><p>10.I have the freedom to adopt new techniques/strategies of teaching such as seminar presentations, group discussions and learners’ participations.</p> </label><br/>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt27" placeholder="strongly agree" required value="strongly agree" <?php if($qt27=="strongly agree"){ ?>checked<?php } ?>  class="market_rdo" required />a</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt27" placeholder="agree" required value="agree" <?php if($qt27=="agree"){ ?>checked<?php } ?>  class="market_rdo" />b</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt27" placeholder="neither agree nor disagree" required value="neither agree nor disagree" <?php if($qt27=="neither agree nor disagree"){ ?>checked<?php } ?>  class="market_rdo"/>c</label>
									<label class="market_titles" style="margin-left:25px;"><input type="radio" name="qt27" placeholder="disagree" required value="disagree" <?php if($qt27=="disagree"){ ?>checked<?php } ?>  class="market_rdo"/>d</label>
								</div>
							</div>
							    	<table>
					<tr class="tr1">
						<td></td>
						<td class="order_btn_contnr">
							<input type="submit" value="SEND FEEDBACK" name="submit_btn" class="btn academy-btn mt-30 contact_btn" style="width:200px;" />
						</td>
					</tr>
					<tr>
						<td></td>
					</tr>
				</table>
							</form>
                      
                           

							</form>
							
                        </div>
                        <!-- /.col-lg-6 (nested) -->
                        <!-- /.col-lg-6 (nested) -->
                    </div>
                     <!-- /.row (nested) -->
                </div>
				
				<!-- /.panel-body -->
				
				</div>
                <!-- /.panel -->
            </div>
        </div>
    </div>
				

</div>	
        </div>
    </section>
    <!-- ##### About Us Area End ##### -->

    <!-- ##### Team Area Start ##### -->
  
    <!-- ##### Footer Area Start ##### -->
    <?php
		include('footer.php');
	?>
    <!-- ##### Footer Area Start ##### -->

    <!-- ##### All Javascript Script ##### -->
    <!-- jQuery-2.2.4 js -->
    <script src="js/jquery/jquery-2.2.4.min.js"></script>
    <!-- Popper js -->
    <script src="js/bootstrap/popper.min.js"></script>
    <!-- Bootstrap js -->
    <script src="js/bootstrap/bootstrap.min.js"></script>
    <!-- All Plugins js -->
    <script src="js/plugins/plugins.js"></script>
    <!-- Active js -->
    <script src="js/active.js"></script>
</body>

</html>

EliteHackz.ORG
Revonzy Mini Shell
root@revonzy.com

Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4