-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfaq.html
More file actions
209 lines (192 loc) · 8.4 KB
/
Copy pathfaq.html
File metadata and controls
209 lines (192 loc) · 8.4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags always come first -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>CTE 2018 | FAQ</title>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">
<!-- Bootstrap core CSS -->
<link href="./css/bootstrap.min.css" rel="stylesheet">
<!-- Material Design Bootstrap -->
<link href="./css/mdb.min.css" rel="stylesheet">
</head>
<body class="fixed-sn light-blue-skin">
<!--Double navigation-->
<header>
<!-- Sidebar navigation -->
<div id="slide-out" class="side-nav sn-bg-4 fixed">
<ul class="custom-scrollbar">
<!-- Logo -->
<li>
<div class="logo-wrapper waves-light">
<a href="index.html"><img src="img/ctelogo.png" class="img-fluid flex-center"></a>
</div>
</li>
<li>
<ul class="collapsible collapsible-accordion">
<li><a class="collapsible-header waves-effect arrow-r" href="index.html"><i class="fa fa-home"></i> Home</a>
</li>
<li><a class="collapsible-header waves-effect arrow-r"><i class="fa fa-chevron-right"></i> Courses<i class="fa fa-angle-down rotate-icon"></i></a>
<div class="collapsible-body">
<ul>
<li><a href="cte2018.html" class="waves-effect">CTE 2018</a>
</li>
<li><a href="cte2017.html" class="waves-effect">CTE 2017</a>
</li>
</ul>
</div>
</li>
<li><a class="collapsible-header waves-effect arrow-r" href="about.html"><i class="fa fa-eye"></i> About</a>
</li>
<li><a class="collapsible-header waves-effect arrow-r" href="faq.html"><i class="fa fa-question"></i> FAQs</a>
</li>
<li><a class="collapsible-header waves-effect arrow-r" href="team.html"><i class="fa fa-envelope-o"></i> Contact us</i></a>
</li>
</ul>
</li>
<!--/. Side navigation links -->
</ul>
<ul class="custom-scrollbar" style="position:absolute; bottom:0;">
<li><a class=" waves-effect" href="http://aryanagarwal.me" style="color:white;">Developed By: Aryan Agarwal</a>
</ul>
<div class="sidenav-bg mask-strong"></div>
</div>
<!--/. Sidebar navigation -->
<!-- Navbar -->
<nav class="navbar fixed-top navbar-toggleable-md navbar-expand-lg scrolling-navbar double-nav">
<!-- SideNav slide-out button -->
<div class="float-left">
<a href="#" data-activates="slide-out" class="button-collapse"><i class="fa fa-bars"></i></a>
</div>
<!-- Breadcrumb-->
<div class="breadcrumb-dn mr-auto">
<p>Center For Technical Education</p>
</div>
<ul class="nav navbar-nav nav-flex-icons ml-auto">
<li class="nav-item">
<a class="nav-link" href="team.html"><i class="fa fa-envelope"></i> <span class="clearfix d-none d-sm-inline-block">Contact</span></a>
</li>
</ul>
</nav>
<!-- /.Navbar -->
</header>
<!--/.Double navigation-->
<!--Main Layout-->
<main>
<h1 class="card-title h2-responsive font-bold mt-3"><strong>Frequently Asked Questions</strong></h1>
<!--Panel-->
<div class="card">
<div class="card-body">
<h3 class="card-title">What is CTE? </h3>
<p class="card-text">Centre for Technical Education (CTE) is the largest technical department on campus. Various technical courses that are not included extensively in BITS curriculum are offered and taught by seniors under CTE.</p>
</div>
</div>
<!--/.Panel-->
<!--Panel-->
<div class="card">
<div class="card-body">
<h3 class="card-title">How are courses offered in CTE different than offered in BITS curriculum?</h3>
<p class="card-text">CTE courses provided a more hands-on experience and introductory theory related to various essential paradigms that are remain unexplored in the first few semesters of BITS curriculum. CTE course performance won't affect CGPA and are not taught by professors but are extracurricular activities to improve one's technical knowledge.</p>
</div>
</div>
<!--/.Panel-->
<!--Panel-->
<div class="card">
<div class="card-body">
<h3 class="card-title">Will I get certified on completion of a CTE course?</h3>
<p class="card-text">Yes. Those who complete a course will get Certificate of Completion. Meritious students will also get a different Certificate of Merit.</p>
</div>
</div>
<!--/.Panel-->
<!--Panel-->
<div class="card">
<div class="card-body">
<h3 class="card-title">What would be the evaluative components of a CTE course?</h3>
<p class="card-text">Evaluative components vary from course to course. It can include from quizzes to assignments, midsems and end projects/ compre. Please refer the respective course handout for more details.</p>
</div>
</div>
<!--/.Panel-->
<!--Panel-->
<div class="card">
<div class="card-body">
<h3 class="card-title">Is their any scholarship for CTE courses?</h3>
<p class="card-text">Meritious students will get their course fees reimbursed at the end of the semester.</p>
</div>
</div>
<!--/.Panel-->
<!--Panel-->
<div class="card">
<div class="card-body">
<h3 class="card-title">Till when can I deregister from a course ? How do I deregister myself from a course?</h3>
<p class="card-text">You can deregister from a course within the first 3 lectures of that course. In order to deregister from a course contact CTE MEMBERS ONLY. DO NOT CONTACT RESPECTIVE COURSE INSTRUCTORS FOR DEREGISTRATION PURPOSES.</p>
</div>
</div>
<!--/.Panel-->
<!--Panel-->
<div class="card">
<div class="card-body">
<h3 class="card-title">Is CTE a non-profit organisation?</h3>
<p class="card-text">Yes, CTE is a non-profit organisation. Money collected through courses is used to pay the instructors as well as fund student projects, rest is kept as reserves for future. All of the recent finance transaction details have been made public.</p>
</div>
</div>
<!--/.Panel-->
<!--Panel-->
<div class="card">
<div class="card-body">
<h3 class="card-title">Who is the faculty co-ordinator of CTE?</h3>
<p class="card-text">Prof. Bharat Deshpande of CSIS department is the faculty co-ordinator of CTE.</p>
</div>
</div>
<!--/.Panel-->
<!--Panel-->
<div class="card">
<div class="card-body">
<h3 class="card-title">How do I apply as Instructor for a CTE course?</h3>
<p class="card-text">Contact CTE members, apply along with your résumé and preferably with a course handout of the course you wish to conduct. Applications will be screened by faculty as well as CTE co-ordinators.</p>
</div>
</div>
<!--/.Panel-->
<!--Panel-->
<div class="card">
<div class="card-body">
<h3 class="card-title">Will I get paid as a CTE course instructor?</h3>
<p class="card-text">Yes.</p>
</div>
</div>
<!--/.Panel-->
<!--Panel-->
<div class="card">
<div class="card-body">
<h3 class="card-title">What is the difference between mentor and instructor?</h3>
<p class="card-text">Instructors will be conducting the teaching aspect the course whereas mentors will assist the instructors by solving students' doubts and evaluate assignments.</p>
</div>
</div>
<!--/.Panel-->
<!--Panel-->
<div class="card">
<div class="card-body">
<h3 class="card-title">What are the fees of a CTE course?</h3>
<p class="card-text">CTE courses cost Rs.1200/-.Sometimes a course can be free. Note that a free course can charge for supplementary materials required for project completion.</p>
</div>
</div>
<!--/.Panel-->
</main>
<!--Main Layout-->
<!-- SCRIPTS -->
<!-- JQuery -->
<script type="text/javascript" src="./js/jquery-3.3.1.min.js"></script>
<!-- Tooltips -->
<script type="text/javascript" src="./js/popper.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="./js/bootstrap.min.js"></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="./js/mdb.min.js"></script>
<script>
// SideNav Initialization
$(".button-collapse").sideNav();
</script>
</body>
</html>