-
Notifications
You must be signed in to change notification settings - Fork 0
/
project1.html
32 lines (32 loc) · 1.8 KB
/
project1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Exam Proctor</title>
<link rel="stylesheet" type="text/css" media="screen" href="./styles/main.css">
</head>
<body>
<div id="container--main">
<a href="./index.html">← Go Back</a>
<br><br>
<h1>Exam Proctor</h1>
<a href="https://examproctor.herokuapp.com/" target="_blank">https://examproctor.herokuapp.com</a>
<br><br>
<ul>
<li><a href="https://github.com/Kraniket901/exam-proctor" target="_blank">Source Code</a></li>
<li><a href="https://youtu.be/A7Z4owfSAuY" target="_blank">Live Demo</a></li>
</ul>
<p>There are a lot of cheating activities going on during online exams. Now, exams are not that serious for students after this lockdown. Especially when the exams are conducted in Google Form format. They open Google Form in one tab and google or their class notes pdf in another. So, the main motive of examination, which is to evaluate their performance and preparation goes into vain. <br><br>
Taking this under consideration, We, a team of 4 students, have come up with a solution to this problem where teachers can conduct online exams, which will be organized in such a way that students cannot cheat. <br><br>
Examproctor gives you the advantage to give and take the examination via Google Form in a fair mean.</p>
<div class="p1">
<ul>
<li><a href="./assets/ExamProctor.pdf" target="_blank">More Info</a></li>
<li><a href="./assets/tthHackathon.pdf" target="_blank">Certificate</a></li>
</ul>
</div>
</div>
</body>
</html>