-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathviewperq.html
98 lines (98 loc) · 4.15 KB
/
viewperq.html
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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css">
<script src="js/bootstrap_js/bootstrap.min.js"></script>
<title></title>
<link rel="stylesheet" href="css\aptqs.css">
<style>
.box{
width: 900px;
top: 50%;
left: 60%;
}
td{
color: beige;
}
td a{
text-decoration: none;
color: aliceblue;
font-size: large;
}
td a:hover{
color: aqua;
}
</style>
<link rel="stylesheet" href="css\mainstyle.css">
</head>
<body>
<nav class="menu">
<header>Close<span>X</span></header>
<ol>
<li class="menu-item"><a href="aptq.html">Aptitude Questions</a></li>
<li class="menu-item"><a href="perq.html">Persnality Questions</a></li>
<li class="menu-item">
<a href="#0">Job Details</a>
<ol class="sub-menu">
<li class="menu-item"><a href="addjobdetails.html">AddJobDetails</a></li>
<li class="menu-item"><a href="#">AddRequirementdetails</a></li>
<li class="menu-item"><a href="uploadcv.html">Uploadpreferedcvs</a></li>
</ol>
</li>
<li class="menu-item">
<a href="#0">View</a>
<ol class="sub-menu">
<li class="menu-item"><a href="viewaptq.html">ShowAptitudeQuestions</a></li>
<li class="menu-item"><a href="viewperq.html">ShowPersnalityQuestions</a></li>
<li class="menu-item"><a href="viewjobdetails.html">ShowJobDetails</a></li>
</ol>
</li>
<li class="menu-item"><a href="index.html">Logout</a></li>
</ol>
<footer><button aria-label="Toggle Menu">Toggle</button></footer>
</nav>
<form action="#" class="box" method="post">
<h1 align="center">Personality Questions</h1>
<table class="table">
<tr>
<td>1</td>
<td colspan="10">
A train running at the speed of 60 km/hr crosses a pole in 9 seconds. What is the length of the train?</td>
<td><a href="editque.html">Edit</a></td>
<td><a href="deleteque.html">Delete</a></td>
</tr>
<tr>
<td>2</td>
<td colspan="10">
A train 125 m long passes a man, running at 5 km/hr in the same direction in which the train is going, in 10 seconds. The speed of the train is:</td>
<td><a href="editque.html">Edit</a></td>
<td><a href="deleteque.html">Delete</a></td>
</tr>
<tr>
<td>3</td>
<td colspan="10">
A train passes a station platform in 36 seconds and a man standing on the platform in 20 seconds. If the speed of the train is 54 km/hr, what is the length of the platform?</td>
<td><a href="editque.html">Edit</a></td>
<td><a href="deleteque.html">Delete</a></td>
</tr>
<tr>
<td>4</td>
<td colspan="10">
A right triangle with sides 3 cm, 4 cm and 5 cm is rotated the side of 3 cm to form a cone. The volume of the cone so formed is</td>
<td><a href="editque.html">Edit</a></td>
<td><a href="deleteque.html">Delete</a></td>
</tr>
<tr>
<td>5</td>
<td colspan="10">
In a shower, 5 cm of rain falls. The volume of water that falls on 1.5 hectares of ground is:
<td><a href="editque.html">Edit</a></td>
<td><a href="deleteque.html">Delete</a></td>
</tr>
</table>
</form>
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
<script src="js/navbar.js"></script>
</body>
</html>