
The Scratch Planet Quiz
BSF STEM Scholars Hack Shop
PR0 Challenge 4.3 [60 pts]
Week 7 – December 20, 2014
Partner Names
- Partner Name 1
- Partner Name 2
- Partner Name 3
All of your answers must be in the form of complete sentences to receive full credit.
Planet Profiles Revisited
In week 4 we visited the Adler Planetarium and learned about the different planets from the Solar System gallery in the museum. We used what we learned to build these planet profiles.
Return to the planet profiles you made in Week 4 and correct your work here. Change the Earth information below for your planet.
Planet Fact Sheet
Provide a brief description of this planet. Include any information about current exploration, discoveries, or observed changes to the planet itself.
Important Hint: To calculate the mass, size, or distance of your planet in "Earths", you need to divide the mass, size or distance of your planet by the Earth's.
![]() |
DISTANCE TO SUN | |
1 AU | 1.5 x 108 km | |
PLANET MASS | ||
1 Earths | 5.8 x 1024 kg | |
PLANET DIAMETER | ||
1 Earths | 1.3 x 104 km | |
LENGTH OF ORBIT | ||
1 Earth-Year | 365d:5h:55m |
Learn More About This Planet
The Scratch Planet Quiz

CLICK THE IMAGE ABOVE TO PLAY!
To Remix This Quiz
- Change the backdrop to be an image of your planet and change "The Planet Quiz" title to refer to your planet.
- Change the planet text throughout the quiz to refer to your planet.
- Change the planet data to be about your planet.
- Add a fourth question about your planet's orbit.
- Change the link and the image above to be your planet.
Let's go through it step by step.
Lookin' for more? Check out these:
BONUS Challenges
Step 0: Login and See Inside
Click on the image above to play the game. Then login using the stemscholar-bsf account and the usual password.

Click on "See Inside" to open up the project.

You'll notice that this one is a little more complex than some of the other projects we've worked on, but don't worry. We'll takit one step at a time.

From the "File" menu at the top-left, select "Save a Copy" to create your own copy of this project, then change the project name right away.
Step 1: Backdrop and Title
The first thing you will want to do is change the backdrop and title! Afterall, your planet is super cool and we want to make sure people see it. Then we want to change the title "Planet Quiz" to replace the word "planet" with your planet's name. That way people know what this is about.

First, find the backdrop thumbnail list just to the left of the Sprites. There is only one option in this quiz, "the Stage". Click it to switch the editor window to work on this backdrop.

In the main editor window on the right, find the "Backdrops" tab at the top, to the right of the "Scripts" tab. Click it to open up the backdrop editor specifically. Here you can upload new images and edit them using the editing tools to paint, add shapes, or add text. Use Google image search to find an image of your planet you would like to uplaod. Make sure to edit both backdrops!
Step 2: Quiz Text
This Planet Quiz is about your planet, so let's make that super clear. Find the word "planet" throughout the code and replace it with the name of your planet. That way people playing the game will know what data to use!




In each of the examples above, the word "planet" is used and needs to be replaced with your planet's name! Find all of the places where you need to replace the word planet with your planet's name.


Some of the text in this quiz is stored in a hidden place – a data structure called a "list", which looks exactly like what it sounds. To make the different lists in the code visible, click on the "Data" code block menu, scroll down through the data block options to find the lists, and click on the checkbox to the left of "Questions" to activate that list and make it appear in the demo screen (below).

You can change the list items by clicking right into the orange lines. You can add new items by clicking the "+" button. Be careful before you add new list items, it can have a major impact on the code.
Step 3: Planet Data
Based on Step 2, you now know how to change other list data to make all the questions, answers and helpful information correct for your planet. Find the "Answers" and "Planet Data" lists and replace the values and information you find there with the correct values for your planet. The "Parameters" list will tell you what each item 1-3 is.

Step 4: Adding Questions
After Steps 2 and 3, you should be a pro at working with lists. So, I'm sure you could figure out how to add a question pretty easily.
Step 5: Posting it Here
Wow! You are pretty amazing at navigating this complex code and now you've customized the quiz to be all about your planet. That's some impressive stuff. Now let's finish this webp page so your quiz is featured back at the top. To do that is simple:
- Click on the "See Project Page" button at the top-right;
- Get the share link for your project;
- Take a Screenshot of your scratch project page;
- Name your screenshot file something you can easily remember;
- Put your screenshot file in the "Scholar work open > Robert Friedman > Images folder"
- Go up to "The Scratch Planet Quiz" section of this HTML code;
- Change the link URL to point to your project URL;
- Change the img filename to be your screenshot file;

-)┛┗(-_- )┓┗(-_-)┛┏(-_-)┓┏(-_-)┛┗(-_- )┓┗(-_-)┛┏(-_-)┓┏(-_-)┛┗(-_- )┓┗(-_-)┛┏(-_-)┓┏(-_-)┛┗(-_- )┓┗(-_-)┛┏(-_-)┓┏(-_-)┛┗(-_- )┓┗(-_-
Bonus Challenges
Feeling like a hot shot Scratch quiz programmer? OK, well here are some mind-bending challenges that will require you to really make some changes to the code. Can you do it without loosing the polish and refinement of the original code? Learn more about quiz methods in Scratch here.
- [20 pts] Change the way that the sprites look, speak and move.
- [30 pts] Change the relative point value so that some questions are worth more points than others.
- [50 pts] Make the questions appear in a random order each time.
- [200 pts] Make the answers multiple choice options!