I need to get this javascript program up and running ASAP!
HTML Code
<!doctype html>
<html>
<head>
<!– Bootstrap File –>
<link rel=”stylesheet”href=”https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css”>
<link rel=”stylesheet”href=”https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css”>
<!– Font Awesome Fonts –>
<link rel=”stylesheet”href=”https://use.fontawesome.com/releases/v5.0.13/css/all.css”integrity=”sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp”crossorigin=”anonymous”>
<!– Google fonts–>
<linkhref=”https://fonts.googleapis.com/css?family=Sans+Serif”rel=”stylesheet”>
<!– CSS–>
<!– JQuery –>
<scriptsrc=”https://code.jquery.com/jquery.js”></script>
<div class=”container”>
<div class=”jumbotron align=”center”>
<h1 align=”center”><strong>The Raider TriviaGame!<br></strong></h1>
<h2 class=”display-6text-center”><strong>We</strong> know Raidertrivia… </h2>
<h2 class=”display-6 text-center”>Do you??? Well, let’ssee!!!</h2>
<h2>————————————————————————————————–</h2>
<br>
<button type=”button” class=”btn btn-lgalign-center”><strong>Begin!</strong>
</button>
</div>
</div>
<body>
<div class=”container”>
<div class=”card” style=”width: 60rem;”>
<div class=”card-body text-primary”>
<div id=”timer”></div>
<div id=”question_div”></div>
<div id=”choices_div”></div>
<div class=”correct”></div>
<div class=”incorrect”></div>
</div>
</div>
</div>
</div>
<style>
.jumbotron {background-color: #A9A9A9;}
div {margin-bottom: 20px; font-family: ‘Sans-Serif’, serif;font-size: 1.25em;}
.correct, .incorrect {text-transform: capitalize;}
body {
background-image:url(“http://www.finewebstores.com/thumbnail.asp?file=assets/images/teamarearugs/nflarearugs/repeatrugs/oakland-raiders-rug.jpg&maxx=300&maxy=0”);
}
</style>
</body>
</html>
App.js
//Pseudocode for Raider Trivia Game
//Display questions with a timer
// display options
//capture results
//evaluate result for correct or incorrect
// update counter for right and wrong answer
// dispaly results
// repeat the above till all questions
PayPal Gateway not configured
PayPal Gateway not configured