-
Notifications
You must be signed in to change notification settings - Fork 0
/
faq.php
258 lines (204 loc) · 9.9 KB
/
faq.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
<?php
session_start();
?>
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>FAQs | IAS</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/faq.css">
<link rel="stylesheet" type="text/css" href="css/header.css">
<link rel="stylesheet" type="text/css" href="css/footer.css">
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link rel="stylesheet" type="text/css" href="css/aos.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" type="image/jpg"href="images/logo.jpg" />
</head>
<body>
<?php
include('header.php');
?>
<div class="container-fluid admission-banner">
<h2>Frequently Asked Questions</h2>
<p>Just focus on your goal, we will help you to achieve it.</p>
</div>
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.php">Home</a></li>
<li class="breadcrumb-item active">FAQs</li>
</ol>
<div class="container">
<div class="row">
<div class="col-sm-12 faq">
<h1>Frequently Asked Questions</h1><br>
<div id="accordion" class="panel-group data">
<div class="panel panel-primary">
<div class="panel-heading">
<h4 class="panel-title">
<a href="#panelbody1" data-toggle="collapse" data-parent="#accordion"><span class="glyphicon glyphicon-minus-sign picon"></span>General</a>
</h4>
</div>
<div id="panelbody1" class="panel-collapse collapse in">
<div class="panel-body">
<p><b>1. What is the Admission Procedure of IAS?</b><br>
It is elaborately described in the link given below:<br>
<a href="admissions.php">Browse Admission Process</a></p>
<p><b>2. Are all courses available at all centers of IAS?</b><br>
NO. Only the courses corresponding to the 10 th level and 10+2 level are available at all of the
existing centers of IAS. The availability for other courses is variable. Please contact
respective centers for further information.</p>
<p><b>3. Which center of IAS has the best faculty members?</b><br>
IAS tries to serve the students the best Quality Education. So IAS has the best faculty
members evenly and fairly distributed among all its centers.</p>
<p><b>4. Can I get scholarship for any course?</b><br>
Scholarship can be availed for most of the courses and eligibility for any scholarship is
determined by Scholarship Entrance Test (SET) of the respective course. Please contact
respective centers for further information.</p>
<p><b>5. Does IAS maintain regular contact with guardians?</b><br>
IAS is extremely concerned about the performance and upgradation of each student.
Regarding this IAS management or the faculty members may contact the guardians if required.
Besides IAS-Parents Meetings are organized on a regular basis.</p>
<p><b>6. What are the payment options available?</b><br>
IAS accepts payments throughDraft in favour of ‘INSTITUTE OF APPLIED SCIENCE’
payable at ‘KOLKATA’ or through cheques in favour of ‘INSTITUTE OF APPLIED
SCIENCE’. IAS also accepts payments in cash. Online Payment option will be available very
soon.</p>
</div>
</div>
</div>
<div class="panel panel-primary">
<div class="panel-heading">
<h4 class="panel-title">
<a href="#panelbody2" data-toggle="collapse" data-parent="#accordion"><span class="glyphicon glyphicon-plus-sign picon"></span>10th Level</a>
</h4>
</div>
<div id="panelbody2" class="panel-collapse collapse">
<div class="panel-body">
<p><b>1. What are the courses offered for 10 th level at IAS?</b><br>
For this time being the only available course for 10 th level at IAS is the IAS Test Series.</p>
<p><b>2. How the IAS Test Series helps a student to improve result?</b><br>
<ul>
<li>Questions are made by teachers associated with reputed schools, colleges and universities.</li>
<li>The evaluation book for each student with their answer sheets is given.</li>
<li>10 Doubt Clearing Classes are organized.</li>
</ul> </p>
<p><b>3. When the IAS Test Series for 10 th level starts?</b><br>
Enrollments generally commence five months before the Board Exam. The dates of
enrolment and the exam dates along with all other required information will be available at
our Notice Board from time to time.</p>
</div>
</div>
</div>
<div class="panel panel-primary">
<div class="panel-heading">
<h4 class="panel-title">
<a href="#panelbody3" data-toggle="collapse" data-parent="#accordion"><span class="glyphicon glyphicon-plus-sign picon"></span>10+2 Level</a>
</h4>
</div>
<div id="panelbody3" class="panel-collapse collapse">
<div class="panel-body">
<p><b>1. What are the courses offered for 10+2 level at IAS?</b><br>
Available courses for 10+2 level at IAS are,
<ol>
<li> Entrance Exam (Engineering / Medical / Engineering + Medical Combined)</li>
<li> Board Exam (WBCHSE / CBSE / ISC)</li>
<li> Board and Engineering Combined (WBCHSE+Engg / CBSE+Engg / ISC+Engg</li>
<li>Board and Medical Combined (WCHSE+Med / CBSE+Med / ISC+Med)</li>
<li> Board and Engineering and Medical Combined (WBCHSE+Comb / CBSE+Comb /
ISC+Comb)</li>
<li> IAS Test Series (For Board Exams)</li>
<li> IAS Test Series (For Entrance Exams)</li>
</ol>
</p>
<p><b>2. How the IAS Test Series helps a student to improve result?</b><br>
<ul>
<li>Questions are made by teachers associated with reputed schools, colleges and
universities.</li>
<li>The evaluation book for each student with their answer sheets is given.</li>
<li>10 Doubt Clearing Classes are organized.</li>
</ul>
</p>
<p><b>3. When the full time classes for 10+2 level starts?</b><br>
Enrollments generally commence in the month of March every year. The dates of
enrolment, classes and the exam dates along with all other required information will be
available at our Notice Board from time to time.</p>
<p><b>4. When the IAS Test Series for 10+2 level starts?</b><br>
Enrollments generally commence five months before the Board Exam. The dates of
enrolment and the exam dates along with all other required information will be available at
our Notice Board from time to time.</p>
</div>
</div>
</div>
<div class="panel panel-primary">
<div class="panel-heading">
<h4 class="panel-title">
<a href="#panelbody4" data-toggle="collapse" data-parent="#accordion"><span class="glyphicon glyphicon-plus-sign picon"></span>Engineering Graduate Level</a>
</h4>
</div>
<div id="panelbody4" class="panel-collapse collapse">
<div class="panel-body">
<p><b>1. What are the courses offered?</b><br>
<ul>
<li>GATE</li>
<li> IES / ESE</li>
<li>Training on Robotics with Arduino and PID Control Technology</li>
</ul>
</p>
<p><b>2. What are the branches offered by IAS for GATE, IES / ESE courses?</b><br>
At this time the branches offered are
<ul>
<li>Electrical Engineering (EE)</li>
<li>Electronics and Communication Engineering (ECE)</li>
<li>Instrumentation Engineering (IN)</li>
<li>Computer Science and Engineering (CSE</li>
</ul></p>
</div>
</div>
</div>
<div class="panel panel-primary">
<div class="panel-heading">
<h4 class="panel-title">
<a href="#panelbody5" data-toggle="collapse" data-parent="#accordion"><span class="glyphicon glyphicon-plus-sign picon"></span>Training Courses</a>
</h4>
</div>
<div id="panelbody5" class="panel-collapse collapse">
<div class="panel-body">
<p><b>1. What are the training courses offered at IAS?</b><br>
For this time being IAS offers
<ul>
<li>Training on Robotics with Arduino and PID Control Technology</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php
include('footer.php');
?>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/bootstrap.js"></script>
<script>
$('ul.nav li.dropdown').hover(function() {
$(this).find('.dropdown-menu').stop(true, true).delay(100).fadeIn(500);
$('.bg').removeClass('bg');
$(this).addClass('bg');
}, function() {
$(this).find('.dropdown-menu').stop(true, true).delay(100).fadeOut(100);
$('.bg').removeClass('bg');
});
</script>
<script type="text/javascript">
$(document).ready(function () {
$('.collapse').on('shown.bs.collapse', function () {
$(this).parent().find('.glyphicon-plus-sign').removeClass('glyphicon-plus-sign').addClass('glyphicon-minus-sign');
}).on('hidden.bs.collapse', function () {
$(this).parent().find('.glyphicon-minus-sign').removeClass('glyphicon-minus-sign').addClass('glyphicon-plus-sign');
});
});
</script>
</body>
</html>