Level 3: Learning Quiz - IncrediCoders/Python1 GitHub Wiki

GitHubAvatar copy3

Annie Conda added this page on March 15, 2023


I prepared some questions to check what you learned!

Level 3 Quiz Questions

  1. What information goes into the TRIVIA list?

  2. What is a list and what is another name for a list?

  3. What is a while loop and how often will it do its function?

  4. What is a parameter and how is it used in the program?

  5. What will this line of code check for: if answer_2_rect.collidepoint(mouse_position)?

  6. In this program, what line of code do you have to write in order to check if you got the correct answer?

  7. What does if event.type == pygame.QUIT check for and why is it important to include this line?

  8. What does the method event.get() do?

  9. What symbol key on the keyboard do you type at the end of an if statement?

  10. After you write an if statement, where do you have to position the next line so it is considered inside the if statement?

Next Steps

Next, you can take on the two extra challenges to add to your Turtle Map program and learn more! When you're done, you can move on to Level 4, the Class Introductions program!

Take the Challenges!

  1. Challenge 1: Add a score to the game, so you can try to get all the questions right. When the game ends, display the score!

  2. Challenge 2: Make the text of the answer choices turn red and green to show which one is the correct answer, as a visual feedback effect.

More Level 3 Resources

  • Level 3: Unplugged Activity - I wrote this page with more details than what you saw in the book. In this game, you'll have one person act as the developer, and one person act as the variable where the developer choose a noun for the variable to say in the story that they tell!

  • Level 3: Rewards - If you completed the Class Introductions project that we talked about, then I set up this page to act as a reward. You can see some illustrations of me and learn more about who I am! You'll also find the Apple Award digital download, to show off your accomplishment!

  • Level 3: Classroom Quiz: All Online Resources - Return back to the main Level 3 page, with all our online resources!

Level 4

After you're completely done with Level 3 (did you do the challenges?), then it's time to move on to Level 4! While you read through Level 4 in your book, you can check out the resources from SideWinder, as she teaches you how to build the Space Wars game:

I hope you had fun learning about Classroom Quiz! This is something that is very important for all of the future levels! Enjoy!

-- Annie

⚠️ **GitHub.com Fallback** ⚠️