-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (51 loc) · 1.87 KB
/
index.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
<!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>Viva_Voce Guide</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Viva Voce Practice Bot</h1>
<h3>Description of Project :</h3>
<p>This Bot is expected to answer to your Viva Questions for most CSE Subjects and Help you prepare for Viva Exams.</p>
<p>This Bot is powered by Azure Web Apps. And Several other Functionalities will be added in subsequent phases.</p>
<h4>How to Use the tool:</h4>
<p>Jump over to the subject you want to practice. Then select any specific topic or go All-in. Then Bot will ask you questions from respective topic and you can answer by typing out the answer or even by speech (this Functionality will be added later). </p>
<p>Or if you want to ask any Viva-centric questions to the bot, you can head over to the explore page and input your doubt statement, the bot will pull over the most appropriate answer from the database.</p>
<table>
<tr>
<th>S.No</th>
<th>Subject</th>
<th>Status</th>
<th>Access Link</th>
</tr>
<tr>
<th>1. </th>
<th>DBMS</th>
<th>Not Available</th>
<th>Here</th>
</tr>
<tr>
<th>2. </th>
<th>Operating Systems</th>
<th>Not Available</th>
<th>Here</th>
</tr>
<tr>
<th>3. </th>
<th>Computer Networks</th>
<th>Not Available</th>
<th>Here</th>
</tr>
<tr>
<th>4. </th>
<th>Web Development</th>
<th>Not Available</th>
<th>Here</th>
</tr>
</table>
</body>
</html>