-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathguidelines.php
187 lines (172 loc) · 7.61 KB
/
guidelines.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
<?php require 'include/headerindex.php';?>
<style>
.checkbox-inline, .radio-inline {
padding-left: 10%;
}
textarea{
margin:2%;
}
.s_no{
padding-top: 15px !important;
}
.btn{
padding:3px 12px;
}
th{
vertical-align: middle !important;
}
thead{
background-color: #f2f2f2;
}
.panel-body{
font-size: 12px;
}
.heading{
font-weight: bold;
font-size: 13px;
}
</style><a name="top"></a>
<div class="panel-heading" align="center" style="font-size:28px;padding-bottom:2%;">
Guidelines
</div><div class="panel-body" id="panel-body">
<div class="col-sm-12">
<p>
The University has initiated the process for preparation of Question Banks for various subjects of all the disciplines being run in the University. These model question papers shall be made available to the students for practice and to make them more equipped for preparation of semester examinations. For the purpose, the university has nominated coordinators for various streams, who shall be responsible for preparation of the model question papers of all the subjects related to their streams with the help of the subject faculties.
<br><br>
Faculty who are interested to contribute in this activity can upload their Model Questions Papers along with Model Answers with the help of this Portal.
<br><br>
This Portal will facilitate faculties of various streams to prepare and submit Model Question Papers and Model Answers online. The faculties can type the question papers with the online text editor. The portal automates the process of creating the Question Bank from the question papers submitted by faculties after duly approved by the concerned coordinators.</p><p>
The Portal will also provide facility to students to view and download the questions from the Question Bank and view corresponding Model Answers.
</p><p class="heading">
Important Information (Click for more detail) </p>
<ul>
<li><a href="#mqp">Guidelines for preparing Model Question Paper</a></li>
<li><a href="#qpf1">Classification of Questions under three section</a></li>
<li><a href="#qpf">Question Paper Format</a></li>
<li>Guidelines for Faculty*</li>
<!-- <li><a href="#gr">Guidelines for College Representative*</a></li>
--><li>Guidelines for Branch Coordinator*</li>
<li>Guidelines for University Controller of Examination*</li>
</ul>
<p><i>*will be visible to the concerned officials only after their own log in.</i></p>
<hr>
<h4><a name="mqp">GUIDELINES FOR PREPARING MODEL QUESTION PAPER</a><small><a href="#top" class="pull-right"><i class="fa fa-arrow-up"></i> Top</a></small></h4>
<p>
The following guideline with new pattern must be followed for preparing of question paper and
question bank:
</p>
<ol>
<li>Question paper pattern should consist of three types of questions, short answer type, and
medium answer type long answer type. Paper may be divided in three section such as A, B and C</li>
<li>First question should have ten parts without any internal choice; Second type question may
have five (out of eight) and third type two (out of three). All types questions shall cover
complete syllabus.
</li><li>The limit of answer for first type question may vary from one word two maximum of thirty
words with approximately 3 minutes each. Second type questions may be kept approximately
250 words of about 15 minutes each and third types of approximately 400 words of 30 minutes
each.
</li><li>Marks may be kept 2, 10 and 15 with maximum 20 (=2*10), 50(=10*5) and 30 (=15*2) for first,
second and third types respectively with total 100 marks.
</li><li>Question may be categorized as per the complexity level. These should be memory based
application based and evaluation/reflection based.
</li><li>The long type questions may preferable consists of several parts depending on type of course
contents.
</li></ol>
<hr><h4><a name="qpf1">CLASSIFICATION OF QUESTIONS UNDER THREE SECTIONS</a><small><a href="#top" class="pull-right"><i class="fa fa-arrow-up"></i> Top</a></small></h4>
<div class="table-responsive">
<table class="table" border="1">
<tbody>
<tr class="">
<th rowspan="2">Max Marks</th>
<th colspan="3">Very short Answer Type Questions<br/>(Section A)</th>
<th rowspan="2">Total</th>
<th colspan="3">Medium Answer Type Questions<br/>(Section B)</th>
<th rowspan="2">Total</th>
<th colspan="3">Long Answer Type Questions<br/>(Section C)</th>
<th rowspan="2">Total</th>
</tr>
<tr class="">
<th colspan="3">Level of Complexity</th>
<th colspan="3">Level of Complexity</th>
<th colspan="3">Level of Complexity</th>
</tr>
<tr class="">
<th></th>
<th>Memory Based(Lower)</th>
<th>Application Based (Middle)</th>
<th>Evaluation Based (Higher)</th>
<th>Each Question of 2 marks (total 20 marks)Total</th>
<th>Memory Based Lower)</th>
<th>Application Based Middle)</th>
<th>Evaluation Based Higher)</th>
<th>Each Question of 10 marks total 50 marks)</th>
<th>Memory Based(Lower)</th>
<th>Application Based (Middle)</th>
<th>Evaluation Based (Higher)</th>
<th>Each Question of 15 marks total 30 marks)</th>
</tr>
<tr>
<th>100</th>
<th>05</th>
<th>03</th>
<th>02</th>
<th>10*/10</th>
<th>03</th>
<th>03</th>
<th>02</th>
<th>05*/08</th>
<th>01</th>
<th>01</th>
<th>01</th>
<th>02*/03</th>
</tr>
</tbody>
</table>
</div>
<p><i>* Shows the number of questions to be attempted</i></p>
<hr>
<h4><a name="qpf">QUESTION PAPER FORMAT</a><small><a href="#top" class="pull-right"><i class="fa fa-arrow-up"></i> Top</a></small></h4>
<div style="width:50%;margin:auto;"><br><br><br>
<pre style="padding:5%">
<b>Printed Page :<span class="pull-right">SUBJECT CODE</span>
<div style="border:1px solid black;border-radius:4px;"><center>(Following Paper ID and Numbers to be filled in your Answer books)</center>
<div style="padding:5px"><div style="width:28%;display:inline-block;background-color:black;color:white;padding:2px;">Paper ID:<table border="1" style="background-color:#f5f5f5"><tr><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td></tr></table></div><div style="width:25%;display:inline-block;"></div><div style="display:inline-block">Roll No.: <table border="1"><tr><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td></tr></table></div></div></div>
<center>B.TECH</center>
<center>(SEM. III) (ODD SEM) THEORY EXAMINATION, 2015-16</center>
<center>NANO SCIENCE</center>
Time: 3 Hours<span class="pull-right">[Total Marks: 100]</span></b>
<center><b>Section-A</b></center>
<b>Q.1</b> Attempt all parts. All parts carry <b>equal</b> marks. Write answer of each part in short.<span class="pull-right"><b>(2x10 = 20)</b></span>
(a)
(b)
(c)
(d)
(e)
(f)
(g)
(h)
(i)
(j)
<center><b>Section- B</b></center>
Note: Attempt any <b>five</b> questions from this section.<span class="pull-right"><b>(10x5 = 50)</b></span>
<b>Q.2.
Q.3
Q.4
Q.5
Q.6
Q.7
Q.8
Q.9
</b>
<center><b>Section- C</b></center>
Note: Attempt any <b>two</b> questions from this section.<span class="pull-right"><b>(15x2 = 30)</b></span>
<b>
Q.10
Q.11
Q.12
</b>
</pre>
</div>
<hr>
</div>
<?php require 'include/footerindex.php'; ?>