-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
11 changed files
with
706 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the | ||
// README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node | ||
{ | ||
"name": "Node.js", | ||
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile | ||
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-22-bookworm" | ||
|
||
// Features to add to the dev container. More info: https://containers.dev/features. | ||
// "features": {}, | ||
|
||
// Use 'forwardPorts' to make a list of ports inside the container available locally. | ||
// "forwardPorts": [], | ||
|
||
// Use 'postCreateCommand' to run commands after the container is created. | ||
// "postCreateCommand": "yarn install", | ||
|
||
// Configure tool-specific properties. | ||
// "customizations": {}, | ||
|
||
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. | ||
// "remoteUser": "root" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,223 @@ | ||
[ | ||
{ | ||
"id": 1, | ||
"question": "What is the name of the Pokémon that is known as the 'Mouse Pokémon' and is an Electric type?", | ||
"correctAnswer": "Pikachu", | ||
"options": ["Pikachu", "Raichu", "Sandshrew", "Jigglypuff"] | ||
}, | ||
{ | ||
"id": 2, | ||
"question": "Which region is the starting point in the original Pokémon Red and Blue games?", | ||
"correctAnswer": "Kanto", | ||
"options": ["Johto", "Sinnoh", "Kanto", "Hoenn"] | ||
}, | ||
{ | ||
"id": 3, | ||
"question": "What are the three starter Pokémon in the Kanto region?", | ||
"correctAnswer": "Bulbasaur, Charmander, Squirtle", | ||
"options": [ | ||
"Chikorita, Cyndaquil, Totodile", | ||
"Bulbasaur, Charmander, Squirtle", | ||
"Treecko, Torchic, Mudkip", | ||
"Turtwig, Chimchar, Piplup" | ||
] | ||
}, | ||
{ | ||
"id": 4, | ||
"question": "Which Pokémon evolves into Charizard?", | ||
"correctAnswer": "Charmeleon", | ||
"options": ["Charmeleon", "Charmander", "Charcoal", "Charcadet"] | ||
}, | ||
{ | ||
"id": 5, | ||
"question": "What is the type advantage of Water Pokémon over Fire Pokémon?", | ||
"correctAnswer": "Water is super effective against Fire", | ||
"options": [ | ||
"Water is weak to Fire", | ||
"Water is super effective against Fire", | ||
"Water and Fire are neutral", | ||
"Fire is immune to Water" | ||
] | ||
}, | ||
{ | ||
"id": 6, | ||
"question": "Which Legendary Pokémon is known as the 'Time Travel Pokémon'?", | ||
"correctAnswer": "Celebi", | ||
"options": ["Celebi", "Dialga", "Palkia", "Jirachi"] | ||
}, | ||
{ | ||
"id": 7, | ||
"question": "What is the main objective of a Pokémon Trainer in the games?", | ||
"correctAnswer": "To become the Pokémon Champion", | ||
"options": [ | ||
"To collect all Berries", | ||
"To become the Pokémon Champion", | ||
"To find hidden treasure", | ||
"To decorate their Secret Base" | ||
] | ||
}, | ||
{ | ||
"id": 8, | ||
"question": "Which item is used to catch Pokémon?", | ||
"correctAnswer": "Poké Ball", | ||
"options": ["Potion", "Poké Ball", "Repel", "Rare Candy"] | ||
}, | ||
{ | ||
"id": 9, | ||
"question": "What is the evolution of Eevee that is a Fire type?", | ||
"correctAnswer": "Flareon", | ||
"options": ["Jolteon", "Vaporeon", "Flareon", "Espeon"] | ||
}, | ||
{ | ||
"id": 10, | ||
"question": "What color is a Shiny Gyarados?", | ||
"correctAnswer": "Red", | ||
"options": ["Blue", "Yellow", "Red", "Green"] | ||
}, | ||
{ | ||
"id": 11, | ||
"question": "Which Pokémon is #001 in the National Pokédex?", | ||
"correctAnswer": "Bulbasaur", | ||
"options": ["Bulbasaur", "Charmander", "Squirtle", "Pikachu"] | ||
}, | ||
{ | ||
"id": 12, | ||
"question": "Which Pokémon can only evolve when exposed to a Thunder Stone?", | ||
"correctAnswer": "Pikachu", | ||
"options": ["Pikachu", "Eevee", "Growlithe", "Exeggcute"] | ||
}, | ||
{ | ||
"id": 13, | ||
"question": "What is the main role of Professor Oak in the Pokémon series?", | ||
"correctAnswer": "To give the player their first Pokémon", | ||
"options": [ | ||
"To sell Poké Balls", | ||
"To give the player their first Pokémon", | ||
"To teach battles", | ||
"To train Legendary Pokémon" | ||
] | ||
}, | ||
{ | ||
"id": 14, | ||
"question": "What type combination does Gardevoir have?", | ||
"correctAnswer": "Psychic/Fairy", | ||
"options": ["Psychic/Fairy", "Psychic/Normal", "Psychic/Ghost", "Fairy/Dark"] | ||
}, | ||
{ | ||
"id": 15, | ||
"question": "Which Pokémon game introduced the concept of Mega Evolution?", | ||
"correctAnswer": "Pokémon X and Y", | ||
"options": [ | ||
"Pokémon Sun and Moon", | ||
"Pokémon Sword and Shield", | ||
"Pokémon X and Y", | ||
"Pokémon Black and White" | ||
] | ||
}, | ||
{ | ||
"id": 16, | ||
"question": "What is the ability of Ditto that allows it to transform into other Pokémon?", | ||
"correctAnswer": "Imposter", | ||
"options": ["Imposter", "Mimicry", "Shape Shift", "Illusion"] | ||
}, | ||
{ | ||
"id": 17, | ||
"question": "Which Flying-type Legendary Pokémon is found in the Kanto region?", | ||
"correctAnswer": "Articuno", | ||
"options": ["Articuno", "Lugia", "Zapdos", "Moltres"] | ||
}, | ||
{ | ||
"id": 18, | ||
"question": "Which Pokémon is known as the 'Pikachu clone' of the Hoenn region?", | ||
"correctAnswer": "Plusle", | ||
"options": ["Minun", "Plusle", "Pachirisu", "Emolga"] | ||
}, | ||
{ | ||
"id": 19, | ||
"question": "Which Ghost/Poison Pokémon is the final evolution of Gastly?", | ||
"correctAnswer": "Gengar", | ||
"options": ["Haunter", "Mismagius", "Gengar", "Spiritomb"] | ||
}, | ||
{ | ||
"id": 20, | ||
"question": "What move does Magikarp typically know when caught in the wild?", | ||
"correctAnswer": "Splash", | ||
"options": ["Splash", "Tackle", "Flail", "Bounce"] | ||
}, | ||
{ | ||
"id": 21, | ||
"question": "Which Pokémon is said to carry trainers over the sea in the games?", | ||
"correctAnswer": "Lapras", | ||
"options": ["Lapras", "Gyarados", "Sharpedo", "Mantine"] | ||
}, | ||
{ | ||
"id": 22, | ||
"question": "What is the Pokémon League?", | ||
"correctAnswer": "An organization of the strongest Trainers in a region", | ||
"options": [ | ||
"A gym for training Pokémon", | ||
"An organization of the strongest Trainers in a region", | ||
"A battle club for novice Trainers", | ||
"A place to trade Pokémon" | ||
] | ||
}, | ||
{ | ||
"id": 23, | ||
"question": "Which type is super effective against Dragon Pokémon?", | ||
"correctAnswer": "Fairy", | ||
"options": ["Fairy", "Steel", "Psychic", "Bug"] | ||
}, | ||
{ | ||
"id": 24, | ||
"question": "What is the evolution of Togepi?", | ||
"correctAnswer": "Togetic", | ||
"options": ["Togekiss", "Togetic", "Clefairy", "Jigglypuff"] | ||
}, | ||
{ | ||
"id": 25, | ||
"question": "What are the names of the main characters in the Pokémon anime series?", | ||
"correctAnswer": "Ash and Pikachu", | ||
"options": [ | ||
"Ash and Pikachu", | ||
"Red and Charizard", | ||
"Brock and Misty", | ||
"Gary and Eevee" | ||
] | ||
}, | ||
{ | ||
"id": 26, | ||
"question": "Which Mythical Pokémon is featured in Pokémon: The First Movie?", | ||
"correctAnswer": "Mewtwo", | ||
"options": ["Mewtwo", "Mew", "Jirachi", "Celebi"] | ||
}, | ||
{ | ||
"id": 27, | ||
"question": "What is the primary currency used in Pokémon games?", | ||
"correctAnswer": "Pokédollars", | ||
"options": ["Coins", "Pokédollars", "Tokens", "Gold"] | ||
}, | ||
{ | ||
"id": 28, | ||
"question": "Which Pokémon is known for its ability to sing and put others to sleep?", | ||
"correctAnswer": "Jigglypuff", | ||
"options": ["Jigglypuff", "Clefairy", "Audino", "Meloetta"] | ||
}, | ||
{ | ||
"id": 29, | ||
"question": "What is the unique feature of Rotom in Pokémon games?", | ||
"correctAnswer": "It can change forms to possess appliances", | ||
"options": [ | ||
"It can change forms to possess appliances", | ||
"It has unlimited energy", | ||
"It is always Shiny", | ||
"It speaks human language" | ||
] | ||
}, | ||
{ | ||
"id": 30, | ||
"question": "Which Pokémon is known as the 'Aura Pokémon'?", | ||
"correctAnswer": "Lucario", | ||
"options": ["Lucario", "Zoroark", "Riolu", "Absol"] | ||
} | ||
] | ||
|
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Profile</title> | ||
<link id="theme-link" rel="stylesheet" href="styles/gameboy.css"> | ||
<script src="https://js.devcycle.com/devcycle.min.js"></script> | ||
</head> | ||
<body onload="displayUserSession()"> | ||
<div class="theme-selector"> | ||
<label for="theme">Choose a theme:</label> | ||
<select id="theme" onchange="switchTheme()"> | ||
<option value="gameboy">Gameboy</option> | ||
<option value="millionaire">Who Wants to Be a Millionaire?</option> | ||
</select> | ||
</div> | ||
<div class="navigation"> | ||
<a href="index.html">Home</a> | ||
<a href="profile.html">Profile</a> | ||
</div> | ||
<div class="profile-container"> | ||
<h1>User Profile</h1> | ||
<p id="user-session"></p> | ||
<p id="user-answersteak"></p> | ||
<p id="user-settings"></p> | ||
</div> | ||
<script src="scripts/session.js"></script> | ||
<script src="scripts/theme.js"></script> | ||
<script> | ||
document.addEventListener('DOMContentLoaded', function() { | ||
displayUserSession(); | ||
}); | ||
</script> | ||
</body> | ||
</html> |
Oops, something went wrong.