-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathguidelines.jsp
62 lines (54 loc) · 2.21 KB
/
guidelines.jsp
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
<!DOCTYPE html>
<html>
<head>
<title>Login page</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
</head>
<body>
<header class="clearfix">
<div class="container">
<div class="header-right">
<nav>
<a class="myNavlink" href="dashboard.jsp">Dashboard</a>
<a class="myNavlink" href="index.html">Home</a>
</nav>
</div>
</div>
</header>
<div class="container-fluid">
<div class="row">
<div class="col-md-3 col-sm-12 col-xs-12"></div>
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="form-horizontal">
<label class="control-label"><h1>Quiz guidelines</h1></label>
<br>
<label class="">
<ol>
<br>
<li> The online round will be conducted in any one of the computer labs within the CSE
cmampus on the day of the event. The participants will be informed of the venue and time
in due course of time.</li>
<br>
<li> Each team would have to answer 25 multiple choice objective type questions online.</li>
<br>
<li> Time limit will be 20 minutes for the entire session.</li>
<br>
<li> Only 6 teams would be selected for the FINAL STAGE ROUND.</li>
<br>
<li> In case of a tie between any two or more teams, an additional five questions will be
given to the teams in question and a final selection will be made.</li>
<br>
<li> The selected teams shall have to appear for the final on-stage round for which the
venue and time will be informed during the qualifying round. </li>
<br>
</ol>
</label>
</div>
</div>
<div class="col-md-3 col-sm-12 col-xs-12"></div>