Adriex9 / pythonquizz-Montreer_Adrien-DIA5

quizz
MIT License
2 stars 2 forks source link

QUIZZ questions #2

Open Adriex9 opened 7 months ago

Adriex9 commented 7 months ago

i need new questions for my quizz, use syntaxe of question that already exist to create new ones, don't forget to change the random.randint(start, stop) in order to make the new question inside the range of the randint.

mchianale commented 7 months ago

sub to my github please !!!! questions = [ { "question": "What is the largest planet in our solar system?", "options": ["Jupiter", "Saturn", "Neptune"], "answer": 1 }, { "question": "What galaxy is Earth located in?", "options": ["Andromeda Galaxy", "Whirlpool Galaxy", "Milky Way Galaxy"], "answer": 3 }, { "question": "What is the name of the red planet?", "options": ["Mars", "Venus", "Mercury"], "answer": 1 }, { "question": "How many moons does Earth have?", "options": ["1", "2", "3"], "answer": 1 }, { "question": "What is the hottest planet in our solar system?", "options": ["Mercury", "Venus", "Mars"], "answer": 2 }, { "question": "What planet is known as the 'Ringed Planet'?", "options": ["Jupiter", "Saturn", "Uranus"], "answer": 2 }, { "question": "Which planet is known for its Great Red Spot?", "options": ["Jupiter", "Mars", "Neptune"], "answer": 1 }, { "question": "Which is the closest star to Earth?", "options": ["Proxima Centauri", "Sirius", "The Sun"], "answer": 3 }, { "question": "What is the term for a year on Mars?", "options": ["Solar Year", "Martian Year", "Red Year"], "answer": 2 }, { "question": "Which of these is not a dwarf planet?", "options": ["Pluto", "Eris", "Neptune"], "answer": 3 } ]