placeholder image to represent content

Environmental Posters

Quiz by Adam Masters

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
10 questions
Show answers
  • Q1
    What has been the main driver of climate change since the 1800s?
    Question Image
    Human activities
    Solar radiation
    Natural phenomena
    Volcanic eruptions
    30s
  • Q2
    Which command would you use to set the background color in a poster?
    Question Image
    setBackground()
    colorBackground()
    background()
    setBackgroundColor()
    30s
  • Q3
    What does the background(255, 0, 0) command do?
    Creates a red background
    Creates a yellow background
    Creates a blue background
    Creates a green background
    30s
  • Q4
    If you wanted to create a yellow background, which combination of RGB would you use?
    Question Image
    background(0, 255, 255)
    background(255, 0, 255)
    background(255, 255, 0)
    background(0, 0, 255)
    30s
  • Q5
    Which of the following would set the background color to blue?
    Question Image
    background(0,255,0)
    background(255,255,255)
    background(255,255,0)
    background(0,0,255)
    31s
  • Q6
    What is a string in programming?
    A number without a decimal
    A sequence of characters wrapped in quote marks
    A true or false value
    A decimal number
    32s
  • Q7
    To place an image on the right-hand side of the page, what should be true about the x-coordinate?
    Question Image
    It should be equal to the y-coordinate
    It should be less than 0
    It should be exactly 0
    It should be greater than 200
    33s
  • Q8
    What will the command drawImage("plane", 70, 80, "large") do?
    Question Image
    Changes the color of the plane
    Draws a plane at the bottom of the canvas
    Draws a small plane
    Draws a large plane
    34s
  • Q9
    In what sequence should the commands be placed to tint an image red before drawing it?
    Question Image
    tint() only
    tint() then drawImage()
    drawImage() only
    drawImage() then tint()
    35s
  • Q10
    If you want to display the slogan "STOP POLLUTING" in your poster, which command would you use?
    Question Image
    print("STOP POLLUTING")
    drawText("STOP POLLUTING")
    text("STOP POLLUTING", x, y)
    textSize("STOP POLLUTING")
    36s

Teachers give this quiz to your class