Skip to content

LianaSun/TriviaGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TriviaGame

Link to Deployed App https://lianasun.github.io/TriviaGame/

JavaScript Assignment 2

Overview In this assignment, You'll create a Trivia game using JavaScript for the logic and jQuery to manipulate HTML. Be sure to layout this app with valid HTML and stylish CSS.

Submission on BCS Please submit both the deployed Github.io link to your homework AND the link to the Github Repository!

Before You Begin Create a GitHub repo called TriviaGame, then clone the repo to your computer. Create a file inside of the TriviaGame folder called index.html. This is where you'll mark up all of your HTML. Don't forget to include a script tag with the jQuery library. Create a folder inside of the TriviaGame folder called assets. Inside assets, create three folders: css, javascript, images In your css folder, create a style.css file. In your javascript folder, create an app.js file; here you'll write all of your JavaScript and jQuery. In your images folder, save whatever images you'd like to use in this exercise.

Choose a game to build from your options below.

Option One: Basic Quiz (Timed Form) You'll create a trivia form with multiple choice or true/false options (your choice). The player will have a limited amount of time to finish the quiz. The game ends when the time runs out. The page will reveal the number of questions that players answer correctly and incorrectly. Don't let the player pick more than one answer per question. Don't forget to include a countdown timer.

How I Solved the Problem & My Technical Approach I started this assignement with the end result in mind - from there, I wrote out every piece I would need to include and problems that needed to be solved, then began to write the code that would solve each issue individually, then began to tie solutions together until the entire everything worked together.

Releases

No releases published

Packages

No packages published