NOTE: THIS IS STILL A WORK-IN-PROGRESS AND IS NOT FINISHED.
This is an interactive Jeopardy!-style review game for AP Human Geography. Players can select questions from different categories and difficulty levels, and teams compete to answer the questions correctly.
-
First, you gotta add teams! Teams can be added by clicking the "Add Team" button. There are no limits, so go nuts!
-
The game board is displayed with 7 columns of questions in different categories: Units 1 through 7. The point value for each question increases from top to bottom.
-
To select a question, click on its point value. The full question will appear on the screen. Teams should discuss and determine the answer to the question.
-
Once a team knows the answer, click the "Reveal Answer" button. The answer and "Correct" and "Incorrect" buttons will appear.
-
If the answer given was correct, click "Correct" and enter the number of the team that answered. Their point total will increase by the point value of the question. The question will be disabled since it has been answered.
-
If the answer given was incorrect, click "Incorrect". The question will be disabled since it has been answered incorrectly. No points will be awarded.
-
The game ends once all questions have been answered or disabled. The team with the highest point total wins!
- Display of game board with 7 categories and 5 difficulty levels
- Question revealed when a point value is selected
- Answer revealed with option to mark as "Correct" or "Incorrect"
- Team points tracked and updated based on correct answers
- Questions disabled after being answered to avoid repetition
- Styling with CSS for interactive interface
- HTML
- CSS
- JavaScript