
Environmental Posters
Quiz by Adam Masters
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
10 questions
Show answers
- Q1What has been the main driver of climate change since the 1800s?Human activitiesSolar radiationNatural phenomenaVolcanic eruptions30s
- Q2Which command would you use to set the background color in a poster?setBackground()colorBackground()background()setBackgroundColor()30s
- Q3What does the background(255, 0, 0) command do?Creates a red backgroundCreates a yellow backgroundCreates a blue backgroundCreates a green background30s
- Q4If you wanted to create a yellow background, which combination of RGB would you use?background(0, 255, 255)background(255, 0, 255)background(255, 255, 0)background(0, 0, 255)30s
- Q5Which of the following would set the background color to blue?background(0,255,0)background(255,255,255)background(255,255,0)background(0,0,255)31s
- Q6What is a string in programming?A number without a decimalA sequence of characters wrapped in quote marksA true or false valueA decimal number32s
- Q7To place an image on the right-hand side of the page, what should be true about the x-coordinate?It should be equal to the y-coordinateIt should be less than 0It should be exactly 0It should be greater than 20033s
- Q8What will the command drawImage("plane", 70, 80, "large") do?Changes the color of the planeDraws a plane at the bottom of the canvasDraws a small planeDraws a large plane34s
- Q9In what sequence should the commands be placed to tint an image red before drawing it?tint() onlytint() then drawImage()drawImage() onlydrawImage() then tint()35s
- Q10If you want to display the slogan "STOP POLLUTING" in your poster, which command would you use?print("STOP POLLUTING")drawText("STOP POLLUTING")text("STOP POLLUTING", x, y)textSize("STOP POLLUTING")36s
