-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #81 from Harshil-Gupta21/main
Bg music + logo
- Loading branch information
Showing
22 changed files
with
303 additions
and
224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,42 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge" /> | ||
<title>Quiz Rules</title> | ||
<link rel="stylesheet" href="style.css" /> | ||
<link rel="stylesheet" href="rules.css" /> | ||
</head> | ||
<body> | ||
<link rel="icon" href="logo-kviz.jpg" /> | ||
</head> | ||
<body> | ||
<h1>Quiz Rules</h1> | ||
<ol class="rules-list"> | ||
<li>The game consists of 10 questions!</li> | ||
<li>You get 15 seconds to answer each question; a timer is displayed to show the time left for each question.</li> | ||
<li>Speed Bonus If You Answer Quickly</li> | ||
<ul> | ||
<li>You will earn +10 points for providing a correct answer within the first 5 seconds.</li> | ||
<li>If you give a correct answer after the initial 5 seconds but within 10 seconds, you get +5 points.</li> | ||
<li>Answers given correctly after 10 seconds will still be rewarded with +2 points.</li> | ||
</ul> | ||
|
||
<li>There is no negative marking for a wrong answer.</li> | ||
<ol class="rules-list"> | ||
<li>The game consists of 10 questions!</li> | ||
<li> | ||
You get 15 seconds to answer each question; a timer is displayed to show | ||
the time left for each question. | ||
</li> | ||
<li>Speed Bonus If You Answer Quickly</li> | ||
<ul> | ||
<li> | ||
You will earn +10 points for providing a correct answer within the | ||
first 5 seconds. | ||
</li> | ||
<li> | ||
If you give a correct answer after the initial 5 seconds but within 10 | ||
seconds, you get +5 points. | ||
</li> | ||
<li> | ||
Answers given correctly after 10 seconds will still be rewarded with | ||
+2 points. | ||
</li> | ||
</ul> | ||
|
||
<li>There is no negative marking for a wrong answer.</li> | ||
</ol> | ||
<h2>ALL THE BEST!</h2> | ||
<a class="btn" href="index.html" id="goHomeBtn">Go Home</a> | ||
</body> | ||
<script src="../music.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.