Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML>
- <html ng-app="myQuiz">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>Test Your Knowledge: Saturn</title>
- <link rel="stylesheet" type="text/css" href="css/quiz.css">
- </head>
- <body>
- <div id="myQuiz" ng-controller="QuizController">
- <h1>Test Your Knowledge: <span>Saturn</span></h1>
- <div class="progress"> {{totalQuestions}} </div>
- <div class="intro"> <h2>Welcome</h2>
- <p>Click begin to test your knowledge of Saturn.</p>
- <p class="btn"> Being</p>
- </div>
- <div class="question answered">
- <p class="txt">This is a question</p>
- <p class="ans">Answer 1</p>
- <p class="ans">Answer 2</p>
- <p class="ans">Answer 3</p>
- <p class="ans">Answer 4</p>
- <div class="feedback">
- <p>You are <strong>correct</strong></p>
- <p>Oops! That is not correct.</p>
- <p>Additional feedback.</p>
- <div class="btn">Continue</div>
- </div>
- </div>
- <div class="results">
- <h3>Results</h3>
- <p>You scored x% by correctly answering x of the total x questions.</p>
- <p>Use the links below to challenge your class mates </p>
- <div class="share">
- <a class="btn email" href="#">email</a>
- <a class="btn twitter" href="#">tweet</a>
- </div>
- </div>
- </div>
- <script type="text/javascript" src="js/angular.min.js"></script>
- <script type="text/javascript" src="js/quiz.js"></script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment