Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
,,,,,,<video autoplay muted loop id="backVideo">
<source src="Videos/keyboard.mp4" type="video/mp4">
</video>
<div class="content">
<h1>
<div id="passwordArea">
Before you begin, please enter your game code below:
</div>
<<textbox "$password" "">><<button "Enter">>
<<set $password to $password.toLowerCase()>>
<<if $password.indexOf('environment') > -1>>
<<goto [[name]]>>
<<else>>
<<replace "#passwordArea">>Oops, that's not the right code I'm afraid. Try again or ask your teacher!<</replace>>
<<audio "oops" play>>
<</if>>
<</button>>
</h1>
</div><<audio ":playing" fadeout>>
<<audio "waves" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/earth.mp4" type="video/mp4">
</video>
<div class="content">
<h2>Hello $name! Welcome to your pick a path adventure to save the earth!
Your mission is to read the text carefully and do whatever you can to reduce your carbon footprint and help save the earth. At times you will have important choices to make which could have a significant impact on your journey. Every step you take will take you down a different path, so make your decisions wisely.
<<linkappend "At certain points">> you will be asked to complete some important activities that will allow you to move to the next level and take you one step closer to saving the earth. Keep an eye on your lifeline during these activities, as if it runs out you will get stuck in this game!
<<linkappend "You can also">> play as many times as you like to experiment with different choices, storylines and escape routes!
Your first important choice is to select your level:
[[Beginner|1 beginner]]
[[Intermediate|1 intermediate]]
[[Advanced|1 advanced]]
<</linkappend>>
<</linkappend>>
</h2>
</div><<audio ":playing" fadeout>>
<<audio birds volume 0 fadeto 0.2 loop>>
<video autoplay muted loop id="backVideo">
<source src="Videos/climatechange.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
$name, climate change is showing on earth. There are droughts, heatwaves, hurricanes, high sea levels, bad weather, bad air, wildfires, floodings etc.
<<linkappend "We all have a role to play in this.">> We have our own “carbon footprint” based on what we do. The smaller your carbon footprint, the better you are treating the earth. As you play this game, try to make choices that you think will make your carbon footprint smaller and help save the earth! Ready $name? Great, let’s begin!
What is your plan for today?
[[Go to school|2a beg]]
[[Spend the day at home|2b beg]]
[[Meet up with friends|2c beg]]
(Is this text a bit too easy to read? No problem, [[try a different level|select]])
<</linkappend>>
</h2>
</div><<audio ":playing" fadeout>>
<<audio birds volume 0 fadeto 0.2 loop>>
<video autoplay muted loop id="backVideo">
<source src="Videos/climatechange.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
$name, the effects of the climate change crisis is really starting to show on earth. We are observing more rising temperatures, droughts, heatwaves, intense hurricanes, rising sea levels, heavy downpours, impacted eco-systems, pollution, decreased air quality, wildfires, insect outbreaks, floodings etc.
<<linkappend "Each of us plays a significant role">> in how we contribute to this; we have our own “carbon footprint” on earth based on our choices and actions as we go about our everyday lives. The smaller your carbon footprint, the better you are treating the earth. There are many things you can do to help reduce your carbon footprint, so as you go about your day in this game, aim to make choices that you believe will reduce your carbon footprint and help save the earth! Ready $name? Great, let’s begin!
What is your plan for today?
[[Go to school|2a adv]]
[[Spend the day at home|2b adv]]
[[Meet up with friends|2c adv]]
(Is this text a bit too hard to read? No problem, [[try a different level|select]])
<</linkappend>>
</h2>
</div><<audio "birds" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/earth.mp4" type="video/mp4">
</video>
<div class="content">
<h1>Hooray, your adventure to save the earth is about to begin!
Please enter your name:
<<textbox "$name" "">><<button "Enter">>
<<goto [[select]]>>
<</button>>
</h1>
</div><<set $MaxHP = 100>>
<<set $CurHP = 100>>
<<script>>$(document).one(':passagerender', function (ev) {
Health(100, 100, "hzhealthbar", true, ev.content);
});<</script>>
<<set $Score = 0>>
<<cacheaudio "waves" "Audio/birds.mp3">>
<<cacheaudio "yay" "Audio/yay.mp3">>
<<cacheaudio "oops" "Audio/oops.mp3">>
<<cacheaudio "gameover" "Audio/gameover.mp3">>
<<cacheaudio "challenge" "Audio/challenge.mp3">>
<<cacheaudio "cheer" "Audio/cheer.mp3">>
<<cacheaudio "dundun" "Audio/dundun.mp3">>
<<cacheaudio "gong" "Audio/gong.mp3">><<audio ":playing" stop>>
<<audio "gameover" volume 0.25 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/gameover.mp4" type="video/mp4">
</video>
<div class="content">
<<timed 10s>>
<<audio "gameover" stop>>
<</timed>>
<h3>Oh no $name, your mission failed and you didn't save the earth this time!
Not to worry, you can always try again!</h3>
<<nobr>>
<<timed 2s>>
<center><<button "Try again">>
<<goto [[select]] >>
<<set $CurHP to 100>>
<</button>>
</center>
<</timed>>
<</nobr>>
</div><<audio ":playing" fadeout>>
<<set $currentlevel to "2cBeg">>
<div class="content">
<h2>
You are really looking forward to a fun day out with your friends! You all agree to meet up in town. How do you choose to travel there?
[[30 minute walk|2c beg2][$Score += 20]]
[[5 minute lift in a car|2c beg2][$Score += 0]]
</h2>
<code>[2Cbeg]</code></div>
<<if tags().includes("bbar")>><div id="bottombar"><div id="bbblock"><div id="bbtext"><span id="error"></span><<include [[textbox display]] >><div id="hzhealthbarbkg" class="hzbarbkg"><div id="hzhealthbar" class="hzbar"></div></div><</if>><<include [[textbox]] >><span class="textenter"><div id="code-form"><<textbox "$code" "" >><<button "ENTER">>
<<set $code to $code.trim()>> <<set $code to $code.toLowerCase()>>
<<if $answer.includesAny($code)>>
<<audio "yay" volume 0.2 play>>
<<timed 3s>>
<<audio "yay" stop>>
<</timed>>
<<switch $currentlevel>>
<<case "2aBeg">>
<<goto [[3a beg]]>>
<<case "2bBeg">>
<<goto [[3b beg]]>>
<<case "2cBeg">>
<<goto [[3c beg]]>>
<<case "2aInt">>
<<goto [[3a int]]>>
<<case "2bInt">>
<<goto [[3b int]]>>
<<case "2cInt">>
<<goto [[3c int]]>>
<<case "2aAdv">>
<<goto [[3a adv]]>>
<<case "2bAdv">>
<<goto [[3b adv]]>>
<<case "2cAdv">>
<<goto [[3c adv]]>>
<<case "3aBeg">>
<<goto [[4a beg]]>>
<<case "3bBeg">>
<<goto [[4b beg]]>>
<<case "3cBeg">>
<<goto [[4c beg]]>>
<<case "3aInt">>
<<goto [[4a int]]>>
<<case "3bInt">>
<<goto [[4b int]]>>
<<case "3cInt">>
<<goto [[4c int]]>>
<<case "3aAdv">>
<<goto [[4a adv]]>>
<<case "3bAdv">>
<<goto [[4b adv]]>>
<<case "3cAdv">>
<<goto [[4c adv]]>>
<<case "5aBeg1">>
<<goto [[6a beg 1]]>>
<<case "5aBeg2">>
<<goto [[6a beg 2]]>>
<<case "5bBeg3">>
<<goto [[6b beg 3]]>>
<<case "5bBeg4">>
<<goto [[6b beg 4]]>>
<<case "5cBeg5">>
<<goto [[6c beg 5]]>>
<<case "5cBeg6">>
<<goto [[6c beg 6]]>>
<<case "5aInt1">>
<<goto [[6a int 1]]>>
<<case "5aInt2">>
<<goto [[6a int 2]]>>
<<case "5bInt3">>
<<goto [[6b int 3]]>>
<<case "5bInt4">>
<<goto [[6b int 4]]>>
<<case "5cInt5">>
<<goto [[6c int 5]]>>
<<case "5cInt6">>
<<goto [[6c int 6]]>>
<<case "5aAdv1">>
<<goto [[6a adv 1]]>>
<<case "5aAdv2">>
<<goto [[6a adv 2]]>>
<<case "5bAdv3">>
<<goto [[6b adv 3]]>>
<<case "5bAdv4">>
<<goto [[6b adv 4]]>>
<<case "5cAdv5">>
<<goto [[6c adv 5]]>>
<<case "5cAdv6">>
<<goto [[6c adv 6]]>>
<<case "6aBeg1">>
<<goto [[7a beg 1]]>>
<<case "6aBeg2">>
<<goto [[7a beg 2]]>>
<<case "6bBeg3">>
<<goto [[7b beg 3]]>>
<<case "6bBeg4">>
<<goto [[7b beg 4]]>>
<<case "6cBeg5">>
<<goto [[7c beg 5]]>>
<<case "6cBeg6">>
<<goto [[7c beg 6]]>>
<<case "6aInt1">>
<<goto [[7a int 1]]>>
<<case "6aInt2">>
<<goto [[7a int 2]]>>
<<case "6bInt3">>
<<goto [[7b int 3]]>>
<<case "6bInt4">>
<<goto [[7b int 4]]>>
<<case "6cInt5">>
<<goto [[7c int 5]]>>
<<case "6cInt6">>
<<goto [[7c int 6]]>>
<<case "6aAdv1">>
<<goto [[7a adv 1]]>>
<<case "6aAdv2">>
<<goto [[7a adv 2]]>>
<<case "6bAdv3">>
<<goto [[7b adv 3]]>>
<<case "6bAdv4">>
<<goto [[7b adv 4]]>>
<<case "6cAdv5">>
<<goto [[7c adv 5]]>>
<<case "6cAdv6">>
<<goto [[7c adv 6]]>>
<<case "7aBeg1">>
<<goto [[end a beg 1]]>>
<<case "7aBeg2">>
<<goto [[end a beg 2]]>>
<<case "7bBeg3">>
<<goto [[end b beg 3]]>>
<<case "7bBeg4">>
<<goto [[end b beg 4]]>>
<<case "7cBeg5">>
<<goto [[end c beg 5]]>>
<<case "7cBeg6">>
<<goto [[end c beg 6]]>>
<<case "7aInt1">>
<<goto [[end a int 1]]>>
<<case "7aInt2">>
<<goto [[end a int 2]]>>
<<case "7bInt3">>
<<goto [[end b int 3]]>>
<<case "7bInt4">>
<<goto [[end b int 4]]>>
<<case "7cInt5">>
<<goto [[end c int 5]]>>
<<case "7cInt6">>
<<goto [[end c int 6]]>>
<<case "7aAdv1">>
<<goto [[end a adv 1]]>>
<<case "7aAdv2">>
<<goto [[end a adv 2]]>>
<<case "7bAdv3">>
<<goto [[end b adv 3]]>>
<<case "7bAdv4">>
<<goto [[end b adv 4]]>>
<<case "7cAdv5">>
<<goto [[end c adv 5]]>>
<<case "7cAdv6">>
<<goto [[end c adv 6]]>>
<<default>>
this is a currentlevel error...
<</switch>>
<<replace "#error">>
<</replace>>
<<else>>
<<include [[wrong]] >>
<<audio "oops" volume 0.4 play>>
<<timed 2s>>
<<audio "oops" stop>>
<</timed>>
<<replace "#error">><center><strong>Oops, try again!</strong></center><</replace>>
<<timed 3s>> <<replace "#error">> <</replace>>
<</timed>>
<</if>>
<</button>></div></span>
<<set $CurHP = $CurHP-10>>
<<run Health($CurHP, $MaxHP, "hzhealthbar", true)>>
<<if $CurHP lte 0>>
<<timed 1.5s>>
<<goto [[lose]]>>
<</timed>>
<<else>>
<<timed 1.5s>>
<</timed>>
<</if>>
<<audio ":playing" fadeout>>
<<set $currentlevel to "2bBeg">>
<div class="content">
<h2>
Ah, a nice day at home! You start the day by washing your face and brushing your teeth. How do you usually brush your teeth?
[[Keep the water running as you brush your teeth|2b beg2][$Score += 0]]
[[Turn the water off as you brush your teeth|2b beg2][$Score += 20]]
</h2>
<code>[2Bbeg]</code></div><<audio ":playing" fadeout>>
<<set $currentlevel to "2aBeg">>
<div class="content">
<h2>
It’s time to go to school… How would you rather travel there today, $name?
[[Cycle|2a beg2][$Score += 20]]
[[Get a ride|2a beg2][$Score += 0]]
</h2>
<code>[2Abeg]</code></div><<audio ":playing" fadeout>>
<<set $currentlevel to "2aInt">>
<div class="content">
<h2>
It’s time to go to school, where you seem to spend most of your time… How would you rather travel there today, $name?
[[Cycle|2a int2][$Score += 20]]
[[Get a ride|2a int2][$Score += 0]]
</h2>
<code>[2Aint]</code></div>
<<audio ":playing" fadeout>>
<<set $currentlevel to "2bInt">>
<div class="content">
<h2>
Ah, a glorious day at home! You begin the day by washing your face and brushing your teeth. How do you usually brush your teeth?
[[Keep the water running as you brush your teeth|2b int2][$Score += 0]]
[[Turn the water off as you brush your teeth|2b int2][$Score += 20]]
</h2>
<code>[2Bint]</code></div>
<<audio ":playing" fadeout>>
<<set $currentlevel to "2cInt">>
<div class="content">
<h2>
You’re really looking forward to a fun day out with your friends! You all agree to meet up in town. How do you choose to travel there?
[[30 minute walk|2c int2][$Score += 20]]
[[5 minute lift in car|2c int2][$Score += 0]]
</h2>
<code>[2Cint]</code></div>
<<audio ":playing" fadeout>>
<<set $currentlevel to "2aAdv">>
<div class="content">
<h2>
It’s time to go to school, where you seem to spend the majority of your time… How would you rather travel there today, $name?
[[Cycle|2a adv2][$Score += 20]]
[[Get a ride|2a adv2][$Score += 0]]
</h2>
<code>[2Aadv]</code></div>
<<audio ":playing" fadeout>>
<<set $currentlevel to "2bAdv">>
<div class="content">
<h2>
Ah, a glorious day at home! You commence the day by washing your face and brushing your teeth. How do you usually brush your teeth?
[[Keep the water running as you brush your teeth|2b adv2][$Score += 0]]
[[Turn the water off as you brush your teeth|2b adv2][$Score += 20]]
</h2>
<code>[2Badv]</code></div>
<<audio ":playing" fadeout>>
<<set $currentlevel to "2cAdv">>
<div class="content">
<h2>
You’re really looking forward to an enjoyable day out to unwind with your friends! You all agree to meet up in town. How do you choose to travel there?
[[30 minute walk|2c adv2][$Score += 20]]
[[5 minute lift in a car|2c adv2][$Score += 0]]
</h2>
<code>[2Cadv]</code></div>
<<audio ":playing" fadeout>>
<<set $currentlevel to "3aBeg">>
<div class="content">
<h2>
Awesome $name, you made it to school! You are feeling very proud of yourself for cycling. On your way to class, you see some litter on the floor… What is your reaction?
[[Walk past and not give it another thought|3a beg2][$Score += 0]]
[[Pick it up and put it in the trash|3a beg2][$Score += 20]]
</h2>
<code>[3Abeg]</code></div><<audio ":playing" fadeout>>
<<set $currentlevel to "3bBeg">>
<div class="content">
<h2>
It’s time for breakfast. What do you choose?
[[A smoothie|3b beg2][$Score += 20]]
[[A bowl of cereal|3b beg2][$Score += 0]]
</h2>
<code>[3Bbeg]</code></div>
<<audio ":playing" fadeout>>
<<set $currentlevel to "3cBeg">>
<div class="content">
<h2>
Phew $name, that was a long walk. But the fresh air and exercise has made you feel great! All your friends are there and you greet each other. Seeing as you are in town, you all decide to do some shopping. There are so many products on the shelf - which one do you choose?
[[The most popular well-known brand|3c beg2][$Score += 0]]
[[A natural brand you’ve never heard of|3c beg2][$Score += 20]]
</h2>
<code>[3Cbeg]</code></div>
<<audio ":playing" fadeout>>
<<set $currentlevel to "3aInt">>
<div class="content">
<h2>
Awesome $name, you made it to school on your bike and you’re feeling very proud of yourself, and a little sweaty…! On your way to class, you see some litter on the floor… What’s your immediate reaction?
[[Walk past and not give it another thought|3a int2][$Score += 0]]
[[Pick it up and put it in the trash|3a int2][$Score += 20]]
</h2>
<code>[3Aint]</code></div>
<<audio ":playing" fadeout>>
<<set $currentlevel to "3bInt">>
<div class="content">
<h2>
It’s time for breakfast. What would you choose to have?
[[A smoothie|3b int2][$Score += 20]]
[[A bowl of cereal|3b int2][$Score += 0]]
</h2><code>[3Bint]</code></div><<audio ":playing" fadeout>>
<<set $currentlevel to "3cInt">>
<div class="content">
<h2>
Phew $name, that was a longer journey than getting a ride would have been. But the fresh air and exercise has made you feel great! All your friends are there and you happily greet each other. Seeing as you’re in town, you all decide to do some shopping. There are so many products on the shelf - which one do you choose?
[[The most popular well-known brand|3c int2][$Score += 0]]
[[A natural brand you’ve never heard of|3c int2][$Score += 20]]
</h2>
<code>[3Cint]</code></div>
<<audio ":playing" fadeout>>
<<set $currentlevel to "3aAdv">>
<div class="content">
<h2>
Awesome $name, you successfully made it to school on your bike and you’re feeling extremely proud of yourself, albeit a little sweaty…! On your way to class, you observe some litter scattered on the floor… What’s your immediate reaction?
[[Walk past and not give it another thought|3a adv2][$Score += 0]]
[[Pick it up and put it in the trash|3a adv2][$Score += 20]]
</h2>
<code>[3Aadv]</code></div>
<<audio ":playing" fadeout>>
<<set $currentlevel to "3bAdv">>
<<set $answer= ["coconut"]>>
<div class="content">
<h2>
It’s time for breakfast. What would you choose to have?
[[A smoothie|3b adv2][$Score += 20]]
[[A bowl of cereal|3b adv2][$Score += 0]]
</h2>
<code>[3Badv]</code></div>
<<audio ":playing" fadeout>>
<<set $currentlevel to "3cAdv">>
<<set $answer= ["..."]>>
<div class="content">
<h2>
Phew $name, that was a longer journey than getting a ride would have been, but the fresh air and exercise has really uplifted you! All your friends are already there when you arrive, and you greet each other enthusiastically. Seeing as you’re in town, you all decide to do some shopping. There are so many products on the shelf - which one do you choose?
[[The most popular well-known brand|3c adv2][$Score += 0]]
[[A natural brand you’ve never heard of|3c adv2][$Score += 20]]
</h2>
<code>[3Cadv]</code></div>
<<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/campaign.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
You are talking of your teachers about climate change. She also cares a lot about saving the earth. She asks whether you want to help her with a school campaign? What do you say?
[[You would love to help|4a beg2][$Score += 20]]
[[You care but don’t want to give up your free time for it|4a beg2][$Score += 0]]
</h2>
<code>[4Abeg]</code></div><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/homework.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Well that was tasty and healthy! You are feeling proud of your choices to help save the earth. You have done your homework, so have some free time now. What do you choose to do?
[[Relax and watch a movie|4b beg2][$Score += 0]]
[[Make something with your hands|4b beg2][$Score += 20]]
</h2><code>[4Bbeg]</code></div><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/shopping.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Awesome work $name. You feel really good about the choices you made in your shopping today. You and your friends now agree to have an outdoor picnic in nature. Where do you get your lunch from?
[[Fast food takeaway|4c beg2][$Score += 0]]
[[Sandwiches from a local market stall|4c beg2][$Score += 20]]
</h2><code>[4Cbeg]</code></div><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/campaign.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
You are having a talk with one of your teachers who is also really passionate about climate change and protecting the earth. She asks you whether you want to help her with a school-wide campaign during your free time? What’s your reaction?
[[You’d love to help|4a int2][$Score += 20]]
[[You care but don’t want to give up your free time for it|4a int2][$Score += 0]]
</h2><code>[4Aint]</code></div><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/homework.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Well that was delicious and healthy! You’re feeling good and are proud of your decisions so far to help save the earth. You’re caught up on your homework, so have some free time to spend now. What do you choose to do?
[[Relax and watch a movie|4b int2][$Score += 0]]
[[Make something with your hands|4b int2][$Score += 20]]
</h2><code>[4Bint]</code></div><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/shopping.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Awesome work $name, you feel really good about the choices you made in your shopping today knowing that your actions are helping to save the earth, hooray! You and your friends all gather together and everyone agrees to have an outdoor picnic in nature. Where do you get your lunch from?
[[Fast food takeaway|4c int2][$Score += 0]]
[[Sandwiches from a local market stall|4c int2][$Score += 20]]
</h2><code>[4Cint]</code></div><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/campaign.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
You are having a discussion with one of your teachers, who is also really passionate about climate change and protecting the earth. She asks you whether you want to assist her with a school-wide campaign during your free time? What’s your reaction?
[[You’d love to help|4a adv2][$Score += 20]]
[[You care but don’t want to give up your free time for it|4a adv2][$Score += 0]]
</h2><code>[4Aadv]</code></div><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/homework.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Well that was delicious and healthy! You’re feeling good and are proud of your decisions so far to help save the earth. You’re caught up on your homework, so you have some free time to spend now. What do you choose to do?
[[Relax and watch a movie|4b adv2][$Score += 0]]
[[Make something with your hands|4b adv2][$Score += 20]]
</h2><code>[4Badv]</code></div><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/shopping.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Awesome work $name, you feel really positive about the decisions you made in your shopping trip today, knowing that your actions are helping to save the earth, hooray! You and your friends reconvene together for lunch and everyone agrees to have a picnic while hanging out in nature. Where do you order your lunch from?
[[Fast food takeaway|4c adv2][$Score += 0]]
[[Sandwiches from a local market stall|4c adv2][$Score += 20]]
</h2><code>[4Cadv]</code></div><<set $currentlevel to "5aBeg2">>
<<set $answer= ["environment"]>>
<div class="content">
<h2>
Your teacher loves the idea an eco-blog for the school! You write an article about the dangers of plastic packaging. It takes hundreds of years for plastic to rot in a landfill. Plastic waste is also bad for animals and wildlife. In your article, you help people reduce their use of plastics. You give some ideas liike buying products with no plastic packaging, reusing water bottles, and using biodegradable packaging for the school cafeteria.
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Which of the following words is missing from this word search?
landfill, ozone, compost, upcycle, litter, climate, pollution, environment, energy, wildlife, nature
<iframe src="https://games.trf.one/wp-admin/admin-ajax.php?action=h5p_embed&id=20" width="100%" height="950" frameborder="0" allowfullscreen="allowfullscreen" title="[Save the Earth] Word Search A2 Beg"></iframe>
Enter the missing word in the box below:
<</linkappend>></h2>
<code>[5Abeg2]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>>
<<set $currentlevel to "5bBeg4">>
<<set $answer= ["biodegradable"]>>
<div class="content">
<h2>
Learning how to create a water filter is so important. Especially in an emergency if you need clean water! You learn how to make your own and it turns out great! Your water filter is great for drinking and even watering plants. You then decide to plant some seeds to grow different vegetables.
<<linkappend "Complete the activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Which of the following words is missing from this word search?
compost, renewable, upcycle, solar, litter, biodegradable, pollution, energy, nature, ecoclub, protect
<iframe src="https://games.trf.one/wp-admin/admin-ajax.php?action=h5p_embed&id=22" width="100%" height="950" frameborder="0" allowfullscreen="allowfullscreen" title="[Save the Earth] Word Search B4 Beg"></iframe>
Enter the missing word in the box below:
<</linkappend>></h2>
<code>[5Bbeg4]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>>
<<audio ":playing" fadeout>>
<<set $currentlevel to "5cBeg6">>
<<set $answer= ["wildlife"]>>
<div class="content">
<h2>
A lovely day at the lake sounds great! On your way there, you get thirsty. You are tempted to buy bottled water from a vending machine. But instead you fill up a reusable one you have in your bag to save plastic waste.
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Which of the following words is missing from this word search?
litter, pollution, energy, nature, ecoclub, protect, plastic, earth, waste, fossilfuels, wildlife
<iframe src="https://games.trf.one/wp-admin/admin-ajax.php?action=h5p_embed&id=24" width="100%" height="950" frameborder="0" allowfullscreen="allowfullscreen" title="[Save the Earth] Word Search C6 Beg"></iframe>
Enter the missing word in the box below:
<</linkappend>></h2>
<code>[5Cbeg6]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<set $currentlevel to "5aInt2">>
<<set $answer= ["climate"]>>
<div class="content">
<h2>
Your teacher loves the idea of an eco-blog! You write about the dangers of plastic packaging. It takes hundreds of years for plastic to rot in a landfill. Plastic waste is also dangerous to wildlife. In your article, you give some ideas to help reduce the use of plastics. For example, buying products with plastic-free packaging and reusing water bottles.
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Which of the following words is missing from this word search?
compost, renewable, upcycle, solar, litter, pollution, energy, park, nature, ecoclub, protect, climate, plastic, earth, waste, fossilfuels
<iframe src="https://games.trf.one/wp-admin/admin-ajax.php?action=h5p_embed&id=26" width="100%" height="970" frameborder="0" allowfullscreen="allowfullscreen" title="[Save the Earth] Word Search A2 Int"></iframe>
Enter the missing word in the box below:
<</linkappend>></h2>
<code>[5Aint2]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>>
<<set $currentlevel to "5bInt4">>
<<set $answer= ["compost"]>>
<div class="content">
<h2>
Most people don’t realize how important a good water filter is, especially in an emergency if you need access to clean water! You do some research learning how to make your own and it turns out great! Your water filter is great for drinking and even watering your plants. While you’re at it, you decide to plant some seeds to grow different vegetables.
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Which of the following words is missing from this word search?
sustainability, solar, recycle, reuse, upcycle, environment, pollution, energy, water, wildlife, park, nature, ecoclub, protect, plastic, compost
<iframe src="https://games.trf.one/wp-admin/admin-ajax.php?action=h5p_embed&id=28" width="100%" height="1090" frameborder="0" allowfullscreen="allowfullscreen" title="[Save the Earth] Word Search B4 Int"></iframe>
Enter the missing word in the box below:
<</linkappend>></h2>
<code>[5Bint4]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<set $currentlevel to "5cInt6">>
<<set $answer= ["ecoclub"]>>
<div class="content">
<h2>
A lovely day at the lake sounds amazing! On your way there, you get thirsty and are so tempted to buy bottled water from a vending machine, but instead you fill up a reusable one you have in your bag to save plastic waste.
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Which of the following words is missing from this word search?
sustainability, earth, recycle, upcycle, environment, solar, climate, pollution, ecoclub, energy, water, wildlife, park, nature, plastic, waste
<iframe src="https://games.trf.one/wp-admin/admin-ajax.php?action=h5p_embed&id=30" width="100%" height="1870" frameborder="0" allowfullscreen="allowfullscreen" title="[Save the Earth] Word Search C6 Int"></iframe>Enter the missing word in the box below:<</linkappend>></h2><code>[5Cint6]</code></div><<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);});<</script>><<set $currentlevel to "5aAdv2">>
<<set $answer= ["earth"]>>
<div class="content">
<h2>
Your teacher loves the idea of you starting an eco-blog for the school! You get right on with writing an article raising awareness of the dangers of plastic packaging. It takes hundreds of years for plastic to decompose in a landfill as it is made from finite resources like oil it, plus it can cause harm to animals and wildlife. In your article, you offer some suggestions for students to help reduce their use of plastics, such as purchasing products with plastic-free packaging, reusing water bottles, and encouraging the use of biodegradable packaging for the school cafeteria.
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Which of the following words is missing from this word search?
ozone, biodegradable, compost, renewable, upcycle, environment, solar, litter, climate, pollution, energy, water, wildlife, park, nature, ecoclub, earth, protect, plastic, waste, sustainability
<iframe src="https://games.trf.one/wp-admin/admin-ajax.php?action=h5p_embed&id=32" width="100%" height="1110" frameborder="0" allowfullscreen="allowfullscreen" title="[Save the Earth] Word Search A2 Adv"></iframe>
Enter the missing word in the box below:
<</linkappend>></h2>
<code>[5Aadv2]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<set $currentlevel to "5bAdv4">>
<<set $answer= ["park"]>>
<div class="content">
<h2>
Most people underestimate how important a good water filter is, especially in an emergency if you need access to clean water! You do some research learning how to make your own and it turns out amazing! Your water filter is great for drinking and even watering your plants. While you’re at it, you decide to germinate some seeds to grow different vegetables in pots to keep on the windowsill.
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Which of the following words is missing from this word search?
ozone, biodegradable, compost, renewable, upcycle, solar, park, litter, climate, energy, water, wildlife, nature, ecoclub, protect, plastic, earth, waste, upcycle, recycle, fossilfuels
<iframe src="https://games.trf.one/wp-admin/admin-ajax.php?action=h5p_embed&id=34" width="100%" height="1036" frameborder="0" allowfullscreen="allowfullscreen" title="[Save the Earth] Word Search B4 Adv"></iframe>
Enter the missing word in the box below:
<</linkappend>></h2>
<code>[5Badv4]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>>
<<set $currentlevel to "5cAdv6">>
<<set $answer= ["solar"]>>
<div class="content">
<h2>
A lovely day at the lake sounds wonderful! On your way there, you get thirsty and are so tempted to purchase bottled water from a vending machine, but instead you responsibly fill up a reusable one you have in your bag to save plastic waste.
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Which of the following words is missing from this word search?
landfill, ozone, biodegradable, compost, renewable, upcycle, environment, litter, climate, pollution, energy, water, wildlife, park, nature, ecoclub, protect, plastic, solar, waste, sustainability
<iframe src="https://games.trf.one/wp-admin/admin-ajax.php?action=h5p_embed&id=36" width="100%" height="1144" frameborder="0" allowfullscreen="allowfullscreen" title="[Save the Earth] Word Search C6 Adv"></iframe>
Enter the missing word in the box below:
<</linkappend>></h2>
<code>[5Cadv6]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>>
<<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/computerlab.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Wow, $name! The school love your article. They are going to change from plastic food packaging to cardboard! This is great for the school’s carbon footprint and will save so much plastic.
It is time for your next class now. You are the last to leave the computer lab after writing your blogpost. What do you do?
[[Put all computers in sleep mode and turn off the lights when you leave |7a beg 2][$Score += 20]]
[[Just leave the room as it is|7a beg 2 deadend][$Score += 0]]
</h2>
</div>
<code>[6Abeg2]</code><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/vegetables.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
It’s time for lunch. Instead of having a ready meal, you choose to use up the vegetables in the fridge. Your healthy lunch turned out great. Plus it was much better for you and the environment. You keep the rest for lunch tomorrow. That saves you having to waste energy making more.
What do you do with the scraps?
[[Put them in the compost bin to fertilise your garden|7b beg 4][$Score += 20]]
[[Throw them in the trash|7b beg 4 deadend][$Score += 0]]
</h2><code>[6Bbeg4]</code></div><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/lake.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
You and your friends arrive at the lake. It looks so beautiful! The water is still and crystal clear. You are enjoying walking along the water and suddenly see lots of trash and plastic bags floating in the water. How do you react?
[[You’re shocked and start picking up the trash out of the lake|7c beg 6][$Score += 20]]
[[You shake your head and keep walking|7c beg 6 deadend][$Score += 0]]
</h2><code>[6Cbeg6]</code></div><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/computerlab.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Wow, $name! The school love your article. They are going to change from plastic food packaging to cardboard! This is great for the school’s carbon footprint and will save so much plastic.
It is time for your next class now. You are the last to leave the computer lab after writing your blogpost. What do you do?
[[Put all computers in sleep mode and turn off the lights when you leave|7a int 2][$Score += 20]]
[[Just leave the room as it is|7a int 2 deadend][$Score += 0]]
</h2><code>[6Aint2]</code></div><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/vegetables.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
It’s time for lunch. Instead of having a quick microwaveable lunch, you choose the healthy option to use up the vegetables in the fridge, seeing as they’re going to go off soon. Your healthy lunch turned out great and was much better for you and the environment. You keep the rest for lunch tomorrow so you save energy having to make something new. What do you do with the scraps?
[[Put them in the compost bin to fertilise your garden|7b int 4][$Score += 20]]
[[Throw them in the trash|7b int 4 deadend][$Score += 0]]
</h2><code>[6Bint4]</code></div><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/lake.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
You and your friends arrive at the lake; it looks so beautiful! The water is as still as glass as is a stunning turquoise. You are enjoying walking along the water and suddenly start to see lots of trash and plastic bags floating in the water. How do you react?
[[You’re horrified and start collecting all the trash out of the lake|7c int 6][$Score += 20]]
[[You shake your head in disappointment and keep walking|7c int 6 deadend][$Score += 0]]
</h2><code>[6Cint6]</code></div><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/computerlab.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
What a result, $name! You’ve already had great feedback from the school. They have agreed to change from polystyrene food packaging to biodegradable packaging like cardboard! This is going to have such a positive result on the school’s carbon footprint and will save so much plastic.
It’s time for your next class now and you notice you're the last to leave the computer lab after writing your blogpost. What do you do?
[[Put all computers in sleep mode and turn off the lights when you leave|7a adv 2][$Score += 20]]
[[Just leave the room as it is|7a adv 2 deadend][$Score += 0]]
</h2><code>[6Aadv2]</code></div><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/vegetables.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
It’s time for lunch. Instead of having a convenient microwaveable lunch, you opt for the healthy option to use up the vegetables in the fridge, seeing as they’re going to go off soon. Your healthy lunch turned out fantastically and was much better for you and the environment than fast food would have been. You keep the rest for lunch tomorrow so you save energy having to make something new. What do you do with the scraps?
[[Put them in the compost bin to fertilise your garden|7b adv 4][$Score += 20]]
[[Throw them in the trash|7b adv 4 deadend][$Score += 0]]
</h2><code>[6Badv4]</code></div><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/lake.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
You and your friends arrive at the lake; it looks so beautiful! The water is as still as glass as is a stunning turquoise. You are enjoying strolling along the water edge when you suddenly start to see an abundance of trash and plastic bags floating in the water. How do you react?
[[You’re horrified and start collecting all the trash out of the lake|7c adv 6][$Score += 20]]
[[You shake your head in disappointment and keep walking|7c adv 6 deadend][$Score += 0]]
</h2><code>[6Cadv6]</code></div><<set $currentlevel to "7aBeg2">>
<div class="content">
<h2>
Phew, it’s now the end of the school day. You get a call from your home asking if you want a lift. What do you say?
[[Take the ride, you deserve it|7a beg2.2][$Score += 0]]
[[Say "no thank you" and take the bus|7a beg2.2][$Score += 20]]
</h2>
<code>[7Abeg2]</code></div>
<<set $currentlevel to "7bBeg4">>
<div class="content">
<h2>
You’ve spent most of the day off your phone, which is great for the environment and your health. But you notice your phone battery is running low. How do you choose to charge it?
[[Plug it into the wall for superfast charging|7b beg4.2][$Score += 0]]
[[Use a portable solar charger|7b beg4.2][$Score += 20]]
</h2>
<code>[7Bbeg4]</code></div>
<<set $currentlevel to "7cBeg6">>
<div class="content">
<h2>
Great job $name! You and your friends cleaned up all the plastic from the lake! Your friends filmed it on TikTok to hopefully help inspire others to do the same. You are all tired and it is going to be getting dark soon, so you call home for a ride. How do you all go home?
[[Everyone gets their own ride home|7c beg6.2][$Score += 0]]
[[One person calls home and you all carpool together|7c beg6.2][$Score += 20]]
</h2>
<code>[7Cbeg6]</code></div>
<<set $currentlevel to "7aInt2">>
<div class="content">
<h2>
Phew, it’s now the end of the school day. You get a call from your home asking if you want a lift. How do you respond?
[[Take the ride, you deserve it|7a int2.2][$Score += 0]]
[[Respectfully decline and take the bus|7a int2.2][$Score += 20]]
</h2>
<code>[7Aint2]</code></div>
<<set $currentlevel to "7bInt4">>
<div class="content">
<h2>
You’ve spent most of the day off your phone, which is great for the environment and your health, but you notice your phone battery is running low. How do you choose to charge it?
[[Plug it into the wall for superfast charging|7b int4.2][$Score += 0]]
[[Use a portable solar charger|7b int4.2][$Score += 20]]
</h2>
<code>[7Bint4]</code></div>
<<set $currentlevel to "7cInt6">>
<div class="content">
<h2>
Great job $name! You and your friends successfully picked up all the plastic from the lake! Your friends filmed it on TikTok to hopefully help inspire others around the world to do the same. You’re all pretty tired and it’s going to be getting dark soon, so you call home for a ride. How do you all go home?
[[Everyone gets their own ride home|7c int6.2][$Score += 0]]
[[One person calls home and you all carpool together|7c int6.2][$Score += 20]]
</h2>
<code>[7Cint6]</code></div>
<<set $currentlevel to "7aAdv2">>
<div class="content">
<h2>
Phew, it’s now the end of the school day. You receive a call from your home asking if you want a lift. How do you respond?
[[Take the ride, you deserve it|7a adv2.2][$Score += 0]]
[[Respectfully decline and take the bus|7a adv2.2][$Score += 20]]
</h2>
<code>[7Aavd2]</code></div>
<<set $currentlevel to "7bAdv4">>
<div class="content">
<h2>
You’ve spent most of the day off your phone, which is great for the environment and your health, but you notice your phone battery is running low. How do you choose to charge it?
[[Plug it into the wall for superfast charging|7b adv4.2][$Score += 0]]
[[Use a portable solar charger|7b adv4.2][$Score += 20]]
</h2>
<code>[7Bavd4]</code></div>
<<set $currentlevel to "7cAdv6">>
<div class="content">
<h2>
Fantastic job $name! You and your friends successfully picked up all the plastic from the lake! Your friends filmed it on TikTok to hopefully help inspire others around the world to do the same. You’re all pretty exhausted and it’s going to be getting dark soon, so you call home for a ride. How do you all go home?
[[Everyone gets their own ride home|7c adv6.2][$Score += 0]]
[[One person calls home and you all carpool together|7c adv6.2][$Score += 20]]
</h2>
<code>[7Cavd6]</code></div>
<<audio ":playing" fadeout>>
<div class="content">
<h2>
Phew, you made it home! You are very proud of your choices today. Your parents/guardians tell you that the school phoned. Your blog is up for student eco-blogger of the year award! You have raised awareness and inspired others to help save the earth! Great work $name!
[[Congratulations for doing your bit to save the earth!|cert a beg 2]]
</h2><code>[endAbeg2]</code></div><<audio ":playing" fadeout>>
<div class="content">
<h2>
Your parents/guardians have come home. You tell them about all the things you did today to reduce your carbon footprint. They are so excited that you will save them so much on their energy bills, that they give you bonus pocket money! Well done in your efforts to save the earth. Keep up the great work every day!
[[Congratulations for doing your bit to save the earth!|cert b beg 4]]
</h2><code>[endBbeg4]</code></div><<audio ":playing" fadeout>>
<div class="content">
<h2>
Phew, you made it home, $name! After a few hours, your friends send you a text. The TikTok video of you all cleaning the lake has gone viral! A local news station wants to interview you all for the news! This could help inspire people to start clean up events to keep our world clean! What a wonderful way to save the earth!
[[Congratulations for doing your bit to save the earth!|cert c beg 6]]
</h2><code>[endCbeg6]</code></div><<audio ":playing" fadeout>>
<video autoplay muted loop id="backVideo">
<source src="Videos/sea.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Phew, you made it home! You feel really proud of your decisions today. Your parents/guardians rush to tell you that the school phoned while you were on the bus. Your blog has been nominated for student eco-blogger of the year award! You have been commended for raising awareness and inspiring students reduce their carbon footprints to help save the earth! Great work $name!
[[Congratulations for doing your bit to save the earth!|cert a int 2]]
</h2><code>[endAint2]</code></div><<audio ":playing" fadeout>>
<div class="content">
<h2>
Your parents/guardians have come home and you tell them about all the things you did today to reduce your carbon footprint. They are so excited that your choices will save them so much on their energy bills, that they give you bonus pocket money! Well done in your efforts to save the earth. Keep up the great work every day!
[[Congratulations for doing your bit to save the earth!|cert b int 4]]
</h2><code>[endBint4]</code></div><<audio ":playing" fadeout>>
<div class="content">
<h2>
Phew, you made it home, $name! After a few hours, your friends text you to tell you that the TikTok video of you all cleaning the lake has gone viral! A local news station has reached out wanting to interview you all and share your wonderful efforts on the news! All your hard work has inspired local communities around the country to arrange clean up events to keep our natural world clean! What a wonderful way to save the earth!
[[Congratulations for doing your bit to save the earth!|cert c int 6]]
</h2><code>[endCint6]</code></div><<audio ":playing" fadeout>>
<video autoplay muted loop id="backVideo">
<source src="Videos/sea.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Phew, you made it home and feel really proud of your decisions today. Your parents/guardians are excited to tell you that the school phoned while you were on the bus, and your blog has been nominated for a global competition for student eco-blogger of the year award! You have been commended for raising awareness and inspiring students reduce their carbon footprints to help save the earth! Great work $name!
[[Congratulations for doing your bit to save the earth!|cert a adv 2]]
</h2><code>[endAadv2]</code></div><<audio ":playing" fadeout>>
<div class="content">
<h2>
Your parents/guardians have arrived home and you keenly inform them about all the positive things you did today to reduce your carbon footprint. They are so excited that your reduction in using technology and saving energy will save them so much on their energy bills, that they give you bonus pocket money! Well done in your efforts to save the earth; keep up the great work every day!
[[Congratulations for doing your bit to save the earth!|cert b adv 4]]
</h2><code>[endBadv4]</code></div><<audio ":playing" fadeout>>
<div class="content">
<h2>
After a few hours, your friends text you to tell you that the TikTok video of you all cleaning the lake has gone viral and a local news station has reached out wanting to interview you all and share your wonderful efforts on the news! You and your friends’ hard work has inspired local communities around the country to arrange clean up events to keep our natural world clean! What a wonderful way to save the earth!
[[Congratulations for doing your bit to save the earth!|cert c adv 6]]
</h2><code>[endCadv6]</code></div><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/computerlab.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no… all the computers and lights are on even though no one is in the room! What a waste of electricity! So you go back and put all the computers in sleep mode. You also turn off all the lights when you leave.
[[Put the computers in sleep mode and turn the lights off|7a beg 2]]
</h2>
</div>
<code>[7Abeg2d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/vegetables.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no… while they will rot in landfill, they have so many nutrients that would be much better for the soil outside instead!
[[Put the scraps in the compost bin to fertilise your garden|7b beg 4]]
</h2>
</div>
<code>[7Bbeg4d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/lake.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no… you can’t just leave it all there! The trash will harm the wildlife and pollute the lake. Even though you didn’t drop it, it’s our job to do the right thing to save the earth. So you and your friends pick up the trash.
[[Pick up the trash out of the lake|7c beg 6]]
</h2>
</div>
<code>[7Cbeg6d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/computerlab.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no… all the computers and lights are on even though no one is in the room! What an unnecessary waste of electricity! You realize ignoring the problem, increases your carbon footprint, even if you weren’t the one who turned them on. When we see a problem, we should solve it if it’s going to save the earth. So you go back and put all the computers in sleep mode and ensure the lights are off before you leave.
[[Put the computers in sleep mode and turn the lights off|7a int 2]]
</h2>
</div>
<code>[7Aint2d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/vegetables.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no… while they will decay in landfill, they have so many nutrients that would be put to much better use to fertilise the soil outside instead!
[[Put the scraps in the compost bin to fertilise your garden|7b int 4]]
</h2>
</div>
<code>[7Bint4d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/computerlab.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
h no… all the computers and lights are on even though no one is in the room! What an unnecessary waste of electricity! You realize ignoring the problem, increases your carbon footprint, even if you weren’t the one who turned them on. When we see a problem, we should solve it, if it’s going to save the earth. So you go back and put all the computers in sleep mode and ensure the lights are off before you leave.
[[Put the computers in sleep mode and turn off the lights|7a adv 2]]
</h2>
</div>
<code>[7Aadv2d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/vegetables.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no… while they will decay in landfill, they have so many nutrients that would be put to much better use to fertilise the soil outside instead!
[[Put the scraps in the compost bin to fertilise your garden|7b adv 4]]
</h2>
</div>
<code>[7Badv4d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/lake.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no… you can’t just leave it all there! Not only is it an eyesore, but the trash will harm the wildlife and pollute the lake. Even though you didn’t drop it, it’s our responsibility to do the right thing to save the earth, so you and your friends pick up the trash.
[[Pick up the trash from the lake|7c adv 6]]
</h2>
</div>
<code>[7Cadv6d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/lake.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no… you can’t just leave it all there! Not only is it an eyesore, but the trash will harm the wildlife and pollute the lake. Even though you didn’t drop it, it’s our responsibility to do the right thing to save the earth, so you and your friends pick up the trash.
[[Pick up the trash from the lake|7c int 6]]
</h2>
</div>
<code>[7Cint6d]</code><<audio ":playing" stop>>
<<audio cheer volume 0 fadeto 0.5>>
<video autoplay muted loop id="backVideo">
<source src="Videos/success.mp4" type="video/mp4">
</video>
<div class="content">
<h1>
Awesome job $name, you helped save the earth!
Why not try again and this time choose another path to travel and see what other adventures you can find. You can also try to beat your eco-score by making better environmental decisions. Why not see if you can beat all the paths!
[[Go on another adventure!|select]]
</h1></div>
<<set $CurHP to 100>>
<<set $Score to 0>><<set $currentlevel to "5aBeg1">>
<<set $answer= ["pollution"]>>
<div class="content">
<h2>
$name, that’s a nice thing to do! You find a group of students who also want to save the earth. You meet up at lunchtime to make posters about the climate crisis. You also think of ways people can reduce their carbon footprint.
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Which of the following words is missing from this word search?
compost, upcycle, solar, pollution, litter, climate, energy, water, wildlife, nature, ecoclub
<iframe src="https://games.trf.one/wp-admin/admin-ajax.php?action=h5p_embed&id=19" width="100%" height="950" frameborder="0" allowfullscreen="allowfullscreen" title="[Save the Earth] Word Search A1 Beg"></iframe>Enter the missing word in the box below:
<</linkappend>></h2>
<code>[5Abeg1]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/bees.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
What great efforts from your eco-club, $name! You decide to spend the rest of your lunch break outside to get some fresh air. But then you walk past an area that has been closed off because a bee nest has been found! You see the signs that say the nest will be destroyed due to health and safety.
How do you react?
[[Fight to save the bees and have their nest relocated|7a beg 1][$Score += 20]]
[[Shrug it off and let them get exterminated|7a beg 1 deadend][$Score += 0]]
</h2><code>[6Abeg1]</code></div><<set $currentlevel to "7aBeg1">>
<div class="content">
<h2>
Hooray $name, the school listened to you and the bees have been saved! They were moved to a safe place. One of your friends says you should help save the trees too. With fewer trees, there will be more carbon dioxide in the air and less places for wildlife to live. What do you say?
[[Leave it for now, you’ve already done enough for the day|7a beg1.2][$Score += 0]]
[[Get started now and work on the plan after school|7a beg1.2][$Score += 20]]
</h2>
<code>[7Abeg1]</code></div>
<<audio ":playing" fadeout>>
<div class="content">
<h2>
$name, the head loved the idea! The school agreed to plant 10 trees every year for the next 20 years. What a great result for you and the eco-club. When you get home, your parents/guardians tell you that they had a phone call from the school. You have won a school award for your efforts in the eco-club! You have had a huge role in helping save the earth. Keep up the great work every day!
[[Congratulations for doing your bit to save the earth!|cert a beg 1]]
</h2><code>[endAbeg1]</code></div><<set $currentlevel to "5bBeg3">>
<<set $answer= ["renewable"]>>
<div class="content">
<h2>
Upcycling projects are always fun. It’s amazing what you can do with old junk! You look in the recycle bin for something to use. You decide to turn old food cans into a cool desk tidy!
<<linkappend "Complete the activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Which of the following words is missing from this word search?
sustainability, earth, recycle, upcycle, environment, solar, litter, climate, pollution, energy, renewable
<iframe src="https://games.trf.one/wp-admin/admin-ajax.php?action=h5p_embed&id=21" width="100%" height="1080" frameborder="0" allowfullscreen="allowfullscreen" title="[Save the Earth] Word Search B3 Beg"></iframe>
Enter the missing word in the box below:<</linkappend>></h2>
<code>[5Bbeg3]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>>
<<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/bulb.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Awesome job $name, the project came out great! You were able to match the cans to your bedroom decor and now it is sitting on your desk. Soon after, you notice that the bulb has gone out in your room! What a pain!
You have a choice of two bulbs you can replace it with. Which one do you choose?
[[LED lightbulb|7b beg 3][$Score += 20]]
[[Filament lightbulb|7b beg 3 deadend][$Score += 0]]
</h2><code>[6Bbeg3]</code></div><<audio ":playing" fadeout>>
<<set $currentlevel to "7bBeg3">>
<<set $answer= ["..."]>>
<div class="content">
<h2>
That’s better, LEDs are a great choice! Now that your room is lit up, you decide to clean out your clothes. You have a few pieces that you really love but they have holes. What do you do with them?
[[They need to be thrown out|7b beg3.2][$Score += 0]]
[[Sew up the holes and upcycle them|7b beg3.2][$Score += 20]]
</h2>
<code>[7Bbeg3]</code></div><<audio ":playing" fadeout>>
<div class="content">
<h2>
What a result, $name! Your old clothes look almost as good as new now. Plus you can get more use out of them too. The rest of the clothes you have outgrown or are no longer wearing, you donate to charity. The charity shop is so grateful for them. It makes you happy knowing your old clothes are going to go to good homes. Your actions today have really helped the earth. Keep doing the right thing and inspiring others to do the same and help save the earth!
[[Congratulations for doing your bit to save the earth!|cert b beg 3]]
</h2><code>[endBbeg3]</code></div><<audio ":playing" fadeout>>
<<set $currentlevel to "5cBeg5">>
<<set $answer= ["sustainability"]>>
<div class="content">
<h2>
You make it to the park. It is so nice being around nature and fresh air from the trees! You have your picnic and enjoy the healthy homemade sandwiches. You are really enjoying talking and laughing with your friends! It is a nice break from being on your phone all day.
<<linkappend "It is now time to pack up and leave.">> You can see some regular trash cans in the park. But there are no options for recycling! So you all agree to walk to the other side of the park to throw away your trash in the recycle bins. It is much better than the trash ending up in a landfill.
<<linkappend "Complete the activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Which of the following words is missing from this word search?
recycle, upcycle, environment, solar, climate, pollution, energy, sustainability, water, wildlife, nature
<iframe src="https://games.trf.one/wp-admin/admin-ajax.php?action=h5p_embed&id=23" width="100%" height="950" frameborder="0" allowfullscreen="allowfullscreen" title="[Save the Earth] Word Search C5 Beg"></iframe>
Enter the missing word in the box below:
<</linkappend>><</linkappend>></h2>
<code>[5Cbeg5]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/park.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
That was such a great thing to do! You realize that all trash cans should have recycle options with them so it is easier for people to recycle. You make a mental note to share this idea with your school as well. On your way out, you and your friends see a sign that the park is going to be sold and turned into a parking lot. How do you react?
[[Angry and start a petition to save the park|7c beg 5][$Score += 20]]
[[Such a shame, oh well|7c beg 5 deadend][$Score += 0]]
</h2><code>[6Cbeg5]</code></div><<set $currentlevel to "7cBeg5">>
<div class="content">
<h2>
Wow, $name, lots of people have offered to help you get signatures to save the park! You all make your way back into town. You choose to buy some green clothes for a save the park Instagram campaign. Where do you choose to buy them from?
[[A popular clothing store you all love|7c beg5.2][$Score += 0]]
[[A thrift store|7c beg5.2][$Score += 20]]
</h2>
<code>[7Cbeg5]</code></div>
<<audio ":playing" fadeout>>
<div class="content">
<h2>
Weeks later, you get an email saying you have saved the park! You share your success on Instagram. Lots of other young people start to do the same. Congratulations, you have played a big role in saving the earth!
[[Congratulations for doing your bit to save the earth!|cert c beg 5]]
</h2><code>[endCbeg5]</code></div><<set $currentlevel to "5aInt1">>
<<set $answer= ["recycle"]>>
<div class="content">
<h2>
Oh $name, what a noble thing to do! You find a group of fellow students who are also passionate about saving the earth. You meet up at lunchtime to create posters and plan for an upcoming assembly to raise awareness of the climate crisis. You also brainstorm ways students and teachers can reduce their carbon footprint.
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Which of the following words is missing from this word search?
landfill, ozone, biodegradable, compost, recycle, renewable, upcycle, environment, litter, climate, pollution, energy, water, wildlife, park, nature
<iframe src="https://games.trf.one/wp-admin/admin-ajax.php?action=h5p_embed&id=25" width="100%" height="1015" frameborder="0" allowfullscreen="allowfullscreen" title="[Save the Earth] Word Search A1 Int"></iframe>
Enter the missing word in the box below:
<</linkappend>></h2>
<code>[5Aint1]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/bees.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
What great efforts from your eco-club, $name! You decide to spend the rest of your lunch break outside to get some fresh air. However, you walk past an area that has been cordoned off because a bee nest has been found on the school site! You see the signs that say the nest will be exterminated due to the health and safety risks.
How do you react?
[[Fight to save the bees and have their nest relocated|7a int 1][$Score += 20]]
[[Shrug it off and let them get exterminated|7a int 1 deadend][$Score += 0]]
</h2><code>[6Aint1]</code></div><<set $currentlevel to "7aInt1">>
<div class="content">
<h2>
Hooray $name, thanks to your efforts with the eco club, the school listened to you and the bees have been saved! They were carefully moved where they would not cause harm to people but could continue to live and help keep pollinating plants. While your eco team are on a roll, one of your eco teammates shares that they are passionate about deforestation. With fewer trees, there will be more carbon dioxide in the atmosphere, increasing global warming. What’s your reaction?
[[Leave it for now, you’ve already done enough for the day|7a int1.2][$Score += 0]]
[[Strike while the iron is hot and work on the plan after school|7a int1.2][$Score += 20]]
</h2>
<code>[7Aint1]</code></div>
<<audio ":playing" fadeout>>
<div class="content">
<h2>
$name, the school leaders loved the idea! They have agreed to have 10 trees planted every year for the next 20 years. What a great result for you and the eco-club.
When you get home, your parents/guardians tell you that they had a phone call from the school. You have won a school award for your efforts in the eco-club! You have had a huge role in helping save the earth. Keep up the great work every day!
[[Congratulations for doing your bit to save the earth!|cert a int 1]]
</h2><code>[endAint1]</code></div><<set $currentlevel to "5bInt3">>
<<set $answer= ["nature"]>>
<div class="content">
<h2>
Upcycling projects are always fun, it’s amazing what you can do with old junk! You search the recycle bin for something that looks like it has the potential to be transformed. For this project, you decide to turn old food cans into a cool desk tidy!
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Which of the following words is missing from this word search?
biodegradable, compost, renewable, upcycle, litter, climate, energy, water, wildlife, ecoclub, protect, earth, waste, upcycle, nature, recycle
<iframe src="https://games.trf.one/wp-admin/admin-ajax.php?action=h5p_embed&id=27" width="100%" height="1016" frameborder="0" allowfullscreen="allowfullscreen" title="[Save the Earth] Word Search B3 Int"></iframe>
Enter the missing word in the box below:
<</linkappend>></h2>
<code>[5Bint3]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>>
<<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/bulb.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Awesome job $name, the project came out perfectly! You were able to style the cans to match your bedroom decor and now it has pride of place on your desk. Soon after, you notice that the bulb has gone out in your room! What a pain!
You have a choice of two bulbs in the cabinet that you can replace it with. Which one do you choose?
[[LED lightbulb|7b int 3][$Score += 20]]
[[Filament lightbul|7b int 3 deadend][$Score += 0]]
</h2><code>[6Bint3]</code></div><<set $currentlevel to "7bInt3">>
<div class="content">
<h2>
That’s better, LEDs are the way to go right now! Now that you can see properly, you decide to go through your clothes and have a bit of a cleanout. You spot a few pieces that you really love but have holes and look tired. What do you do with them?
[[They’re done and need to be disposed of|7b int3.2][$Score += 0]]
[[Sew up the holes and upcycle them|7b int3.2][$Score += 20]]
</h2>
<code>[7Bint3]</code></div>
<<audio ":playing" fadeout>>
<div class="content">
<h2>
What a result, $name! Your old clothes look almost as good as new now, and you can get more use out of them too! The rest of the clothes you have outgrown or are no longer wearing, you choose to donate to charity. The charity shop is so grateful for them and you are happy knowing your old clothes are going to go to good homes.
<<linkappend "Your actions today">> have greatly reduced your carbon footprint by choosing to spend your day at home, being more mindful of the environment and turning off technology! Keep this up and continue to inspire others to do the same and help save the earth!
[[Congratulations for doing your bit to save the earth!|cert b int 3]]
<</linkappend>>
</h2><code>[endBint3]</code></div><<set $currentlevel to "5cInt5">>
<<set $answer= ["landfill"]>>
<div class="content">
<h2>
You make it to the park. It’s so refreshing being surrounded by all this greenery and fresh air from the trees! You have your picnic with the delicious and healthy homemade sandwiches. You are really enjoying talking to your friends and hanging out laughing! It’s a nice break from being on your device all day!
It’s now time to pack up and leave. You can see some regular landfill trash cans in the park but there are no options for recycling, which is a shame. So you all agree to walk to the other side of the park to dispose of your waste to ensure that the packaging gets recycled instead of just being thrown in a landfill.
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Which of the following words is missing from this word search?
sustainability, solar, landfill, recycle, reuse, upcycle, environment, pollution, energy, plastic, waste, ozone, biodegradable, compost, earth, ecoclub
<iframe src="https://games.trf.one/wp-admin/admin-ajax.php?action=h5p_embed&id=29" width="100%" height="1080" frameborder="0" allowfullscreen="allowfullscreen" title="[Save the Earth] Word Search C5 Int"></iframe>
Enter the missing word in the box below:
<</linkappend>></h2>
<code>[5Cint5]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>>
<<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/park.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
You and your friends should be so proud of yourselves, what a great thing to do! It might be worth suggesting that all trash cans should have recycle options with them so it’s easier for people to recycle… You make a mental note to suggest it to your school as well. On your way out, you and your friends see a sign that the park is going to be sold and turned into a parking lot. How do you react?
[[Outraged and arrange a petition to save the park|7c int 5][$Score =+ 20]]
[[Such a shame, oh well|7c int 5 deadend][$Score += 0]]
</h2><code>[6Cint5]</code></div><<set $currentlevel to "7cInt5">>
<div class="content">
<h2>
Thank goodness for your efforts, $name, lots of people have agreed to help you gather signatures to save the park! It’s so important to do what we can to save our earth! You all make your way back into town and decide to buy some green clothes for a save the park protest Instagram campaign.
Where do you choose to buy them from?
[[A popular clothing store you all love|7c int5.2][$Score += 0]]
[[A thrift store|7c int5.2][$Score += 20]]
</h2>
<code>[7Cint5]</code></div>
<<audio ":playing" fadeout>>
<div class="content">
<h2>
Weeks later, you get an email saying your efforts to get signatures have saved the park! You share your success on Instagram and encourage lots of other young people to do the same. Saving parks has a great impact on the environment. Congratulations, your actions have played an enormous role in saving the earth!
[[Congratulations for doing your bit to save the earth!|cert c int 5]]
</h2><code>[endCint5]</code></div><<set $currentlevel to "5aAdv1">>
<<set $answer= ["reuse"]>>
<div class="content">
<h2>
Oh $name, what an incredibly noble thing to do! You gather a group of fellow do-gooders who are also passionate about saving the earth, and you meet up at lunchtime to create posters and plan for an upcoming assembly to raise awareness of the climate crisis and consider ways in which students and teachers can reduce their carbon footprint.
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Which of the following words is missing from this word search?
sustainability, earth, recycle, upcycle, environment, solar, litter, climate, pollution, energy, water, reuse, wildlife, park, nature, ecoclub, protect, plastic, clean, waste, landfill
<iframe src="https://games.trf.one/wp-admin/admin-ajax.php?action=h5p_embed&id=31" width="100%" height="1080" frameborder="0" allowfullscreen="allowfullscreen" title="[Save the Earth] Word Search A1 Adv"></iframe>
Enter the missing word in the box below:
<</linkappend>></h2>
<code>[5Aadv1]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>>
<<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/bees.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
What superb efforts from your eco-club, $name! You decide to spend the rest of your lunch break outside to breathe in some much needed fresh air, however, you walk past an area that has been cordoned off because a bee nest has been discovered on the school site! You observe the signs that say the nest will be exterminated due to concerns over health and safety risks.
How do you react?
[[Fight to save the bees and have their nest relocated|7a adv 1][$Score += 20]]
[[Shrug it off and let them get exterminated|7a adv 1 deadend][$Score += 0]]
</h2><code>[6Aadv1]</code></div><<set $currentlevel to "7aAdv1">>
<div class="content">
<h2>
Hooray $name, thanks to yours and the eco club’s outstanding efforts, the school listened to you, and long story short, the bees have been saved! They were carefully relocated to another location where they would not cause harm to people, but could continue to live, help pollinate plants, and preserve the ecosystem. While your eco team are on a roll, one of your eco teammates shares that they are passionate about deforestation - with fewer trees, there will be less habitation for wildlife and more carbon dioxide in the atmosphere, increasing global warming.
What’s your reaction?
[[Leave it for now, you’ve already done enough for the day|7a adv1.2][$Score += 0]]
[[Strike while the iron is hot and work on the plan after school|7a adv1.2][$Score += 20]]
</h2>
<code>[7Aavd1]</code></div>
<<audio ":playing" fadeout>>
<div class="content">
<h2>
$name, the school leaders loved the idea and the initiative was granted for 10 trees to be planted every year for the next 20 years! What an incredible achievement you and the eco-team have accomplished in one day!
When you arrive home, your parents/guardians excitedly rush to tell you that they received a phone call from the school saying that you have won a school award for your efforts in the eco-club and you've helped to significantly reduce the school's carbon footprint! You have had a huge role in helping save the earth - keep up the great work every day!
[[Congratulations for doing your bit to save the earth!|cert a adv 1]]
</h2><code>[endAadv1]</code></div><<set $currentlevel to "5bAdv3">>
<<set $answer= ["clean"]>>
<div class="content">
<h2>
Upcycling projects are always fun, it’s amazing what you can do with old junk! You have a rummage in the recycle bin for something that looks like it has the potential to be transformed. For this project, you decide to convert some old food cans into a cool desk tidy!
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Which of the following words is missing from this word search?
sustainability, solar, recycle, reuse, upcycle, environment, pollution, energy, water, wildlife, park, nature, ecoclub, protect, plastic, waste, ozone, biodegradable, compost, clean, earth
<iframe src="https://games.trf.one/wp-admin/admin-ajax.php?action=h5p_embed&id=33" width="100%" height="1080" frameborder="0" allowfullscreen="allowfullscreen" title="[Save the Earth] Word Search B3 Adv"></iframe>
Enter the missing word in the box below:
<</linkappend>></h2>
<code>[5Badv3]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>>
<<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/bulb.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Awesome job $name, the project came out brilliantly! You were able to style the cans to match your bedroom decor and now it has pride of place on your desk. Soon after, you notice that the bulb has gone out in your room! What a pain! You have a choice of two bulbs in the cabinet that you can replace it with. Which one do you choose?
[[LED lightbulb|7b adv 3][$Score += 20]]
[[Filament lightbulb|7b adv 3 deadend][$Score += 0]]
</h2><code>[6Badv3]</code></div><<set $currentlevel to "7bAdv3">>
<div class="content">
<h2>
That’s better, LEDs are the way to go right now! Now that you can see properly, you decide to go through your clothes and have a bit of a cleanout. You spot a few pieces that you really love but they have a few holes and look tired. What do you do with them?
[[They’re done and need to be disposed of|7b adv3.2][$Score += 0]]
[[Sew up the holes and revive them by upcycling|7b adv3.2][$Score += 20]]
</h2>
<code>[7Bavd3]</code></div>
<<audio ":playing" fadeout>>
<div class="content">
<h2>
What a result, $name! Your old clothes look almost as good as new now, and you can get more use out of them too! The rest of the clothes you have outgrown or are no longer wearing, you decide to donate to charity. The charity shop is so grateful for your contribution and you are fulfilled knowing your old clothes are going to go to good homes where people can enjoy them at a much more reasonable price. Your actions today have significantly reduced your carbon footprint by choosing to spend your day at home, being more mindful of the environment and turning off technology! Keep this up and continue to inspire others to do the same and help save the earth!
[[Congratulations for doing your bit to save the earth!|cert b adv 3]]
</h2><code>[endBadv3]</code></div><<set $currentlevel to "5cAdv5">>
<<set $answer= ["water"]>>
<div class="content">
<h2>
You make it to the beautiful park. It’s so refreshing being surrounded by all this greenery and fresh air from the trees! You enjoy your picnic with the delicious and healthy homemade sandwiches. You are enjoying talking to your friends and hanging out laughing! It’s a nice break from being on your device all day!
It’s now time to pack up and leave. You observe some regular landfill trash cans in the park, but there don’t appear to be any options for recycling, which is a shame. So you all agree to walk to the other side of the park to dispose of your waste appropriately to ensure that the packaging gets recycled instead of just being thrown in a landfill.
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Which of the following words is missing from this word search?
landfill, ozone, biodegradable, compost, renewable, upcycle, solar, litter, climate, pollution, energy, water, wildlife, park, nature, ecoclub, protect, plastic, earth, waste, fossilfuels
<iframe src="https://games.trf.one/wp-admin/admin-ajax.php?action=h5p_embed&id=35" width="100%" height="1080" frameborder="0" allowfullscreen="allowfullscreen" title="[Save the Earth] Word Search C5 Adv"></iframe>
Enter the missing word in the box below:
<</linkappend>></h2>
<code>[5Cadv5]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>>
<<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/park.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
You and your friends should be extremely proud of yourselves, what a noble thing to do to go out of your way for the environment! You consider that it might be worth suggesting that all trash cans should have recycle options with them so it’s more convenient for people to recycle… You make a mental note to suggest it to your school as well. On your way out, you and your friends observe a sign that states the park is going to be sold and turned into a parking lot. How do you react?
[[Outraged and arrange a petition to save the park|7c adv 5][$Score += 20]]
[[Such a shame, oh well|7c adv 5 deadend][$Score += 0]]
</h2><code>[6Cadv5]</code></div><<set $currentlevel to "7cAdv5">>
<div class="content">
<h2>
Thank goodness for your efforts, $name, many people have thankfully agreed to assist you to gather signatures to save the park! It’s so important to do what we can to save our earth! You all make your way back into town and decide to purchase some green clothes for a save the park protest Instagram campaign. Where do you choose to buy them from?
[[A popular clothing store you all love|7c adv5.2][$Score += 0]]
[[A thrift store|7c adv5.2][$Score += 20]]
</h2>
<code>[7Cavd5]</code></div>
<<audio ":playing" fadeout>>
<div class="content">
<h2>
Weeks have passed and you receive an email informing you that your efforts to collect signatures have successfully saved the park! You excitedly share your success on Instagram and encourage lots of other young people to do the same, having a huge impact on helping the environment. Congratulations, your actions have played an enormous role in saving the earth!
[[Congratulations for doing your bit to save the earth!|cert c adv 5]]
</h2><code>[endCadv5]</code></div><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/park.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no… Parks are so needed, especially in the cities where there isn’t much nature. We need trees to take in carbon dioxide and release oxygen for us to breathe in. You decide this park needs saving. So you change your mind and start a petition to save the park!
[[Start a petition to save the park|7c beg 5]]
</h2>
</div>
<code>[7Cbeg5d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/bees.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no… bees are an endangered species, and they are extremely important to nature, ecosystems and our food supply. When you realize this, you immediately change your mind and decide to fight to save the bees!
[[Fight to save the bees|7a beg 1]]
</h2>
</div>
<code>[7Abeg1d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/bulb.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no… Filament lightbulbs use up to 90% more energy than LED ones and don’t last as long either. It is much better for the environment and your carbon footprint to switch to LED, so you choose that instead!
[[Use the LED lighbulb|7b beg 3]]
</h2>
</div>
<code>[7Bbeg3d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/park.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no… Parks are so important, especially in the cities where there is a lack of greenery. We need trees to take in the carbon dioxide that we emit, and release oxygen for us to breathe in. You decide this park is worth fighting for and is much more important than paving it over for more cars to fill the space, so you change your mind and start a petition to save the park!
[[Start a petition to save the park|7c int 5]]
</h2>
</div>
<code>[7Cint5d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/bees.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no… bees are an endangered species, and they are extremely important to nature, ecosystems and our food supply. When you realize this, you immediately change your mind and decide to fight to save the bees!
[[Fight to save the bees|7a int 1]]
</h2>
</div>
<code>[7Aint1d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/bulb.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no… Filament lightbulbs use up to 90% more energy than LED ones and often don’t last as long either. It is much better for the environment and your carbon footprint to switch to LED where possible, so you opt for that instead!
[[Use the LED lightbulb|7b int 3]]
</h2>
</div>
<code>[7Bint3d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/bees.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no, you hear terrifying noises coming from the forest which sends chills down your spine. You stop in your tracks, trembling with fear. You impulsively spin and launch yourself in the opposite direction into the new beach after all!
[[Fight to save the bees|7a adv 1]]
</h2>
</div>
<code>[7Aadv1d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/bulb.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no… Filament lightbulbs use up to 90% more energy than LED ones and often don’t last as long either. It is much better for the environment and your carbon footprint to switch to LED where possible, so you opt for that instead!
[[Use the LED lightbulb|7b adv 3]]
</h2>
</div>
<code>[7Badv3d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/park.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no… Parks are absolutely fundamental, especially in the cities where there is a lack of greenery. We need trees to consume the carbon dioxide that we emit, and release oxygen for us to breathe in. You decide this park is worth fighting for and is much more important than paving it over for more cars to fill the space, so you change your mind and start a petition to save the park!
[[Start a petition to save the park|7c adv 5]]
</h2>
</div>
<code>[7Cadv5d]</code>
Double-click this passage to edit it.Double-click this passage to edit it.Double-click this passage to edit it.Double-click this passage to edit it.Double-click this passage to edit it.Double-click this passage to edit it.Double-click this passage to edit it.Double-click this passage to edit it.Double-click this passage to edit it.<<audio ":playing" fadeout>>
<<audio birds volume 0 fadeto 0.2 loop>>
<video autoplay muted loop id="backVideo">
<source src="Videos/climatechange.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
$name, the effects of the climate change crisis is really starting to show on earth. We are seeing more rising temperatures, droughts, heatwaves, hurricanes, rising sea levels, heavy downpours, affected eco-systems, pollution, decreased air quality, wildfires, insect outbreaks, floodings etc.
<<linkappend "We all contribute to this in some way.">> We have our own “carbon footprint” on earth based on our choices and actions. The smaller your carbon footprint, the better you are treating the earth. There are many things you can do to help reduce your carbon footprint. So, as you go about your day in this adventure, aim to make choices that you think will reduce your carbon footprint and help save the earth! Ready $name? Great, let’s begin!
What is your plan for today?
[[Go to school|2a int]]
[[Spend the day at home|2b int]]
[[Meet up with friends|2c int]]
(Is this text a bit too hard to read? No problem, [[try a different level|select]])
<</linkappend>>
</h2>
</div>
<<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - SAVE THE EARTH</center></h1>
<h2>Congratulations, you reduced your carbon footprint today and helped save the earth! Please take a screenshot of this certificate as proof of your success, which you can send to your teacher if they ask for it.</h2>
<h1>Name: $name
Level: Beginner
Escape route: Won a school award for the eco-club
Lifeline remaining: <<print $CurHP>>%
Eco-Score: <<print $Score>>%</h1>(Your eco score is based on how environmentally friendly your decisions were)
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - SAVE THE EARTH</center></h1>
<h2>Congratulations, you reduced your carbon footprint today and helped save the earth! Please take a screenshot of this certificate as proof of your success, which you can send to your teacher if they ask for it.</h2>
<h1>Name: $name
Level: Beginner
Escape route: You're nominated for eco-blogger of the year
Lifeline remaining: <<print $CurHP>>%
Eco-Score: <<print $Score>>%</h1>(Your eco score is based on how environmentally friendly your decisions were)
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - SAVE THE EARTH</center></h1>
<h2>Congratulations, you reduced your carbon footprint today and helped save the earth! Please take a screenshot of this certificate as proof of your success, which you can send to your teacher if they ask for it.</h2>
<h1>Name: $name
Level: Beginner
Escape route: Won a school award for the eco-club
Lifeline remaining: <<print $CurHP>>%
Eco-Score: <<print $Score>>%</h1>(Your eco score is based on how environmentally friendly your decisions were)
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - SAVE THE EARTH</center></h1>
<h2>Congratulations, you reduced your carbon footprint today and helped save the earth! Please take a screenshot of this certificate as proof of your success, which you can send to your teacher if they ask for it.</h2>
<h1>Name: $name
Level: Beginner
Escape route: You get bonus pocket money for saving energy
Lifeline remaining: <<print $CurHP>>%
Eco-Score: <<print $Score>>%</h1>(Your eco score is based on how environmentally friendly your decisions were)
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - SAVE THE EARTH</center></h1>
<h2>Congratulations, you reduced your carbon footprint today and helped save the earth! Please take a screenshot of this certificate as proof of your success, which you can send to your teacher if they ask for it.</h2>
<h1>Name: $name
Level: Beginner
Escape route: You inspire people on Instagram to save parks
Lifeline remaining: <<print $CurHP>>%
Eco-Score: <<print $Score>>%</h1>(Your eco score is based on how environmentally friendly your decisions were)
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - SAVE THE EARTH</center></h1>
<h2>Congratulations, you reduced your carbon footprint today and helped save the earth! Please take a screenshot of this certificate as proof of your success, which you can send to your teacher if they ask for it.</h2>
<h1>Name: $name
Level: Beginner
Escape route: A local news station wants to do an article on your work
Lifeline remaining: <<print $CurHP>>%
Eco-Score: <<print $Score>>%</h1>(Your eco score is based on how environmentally friendly your decisions were)
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - SAVE THE EARTH</center></h1>
<h2>Congratulations, you reduced your carbon footprint today and helped save the earth! Please take a screenshot of this certificate as proof of your success, which you can send to your teacher if they ask for it.</h2>
<h1>Name: $name
Level: Intermediate
Escape route: Won a school award for the eco-club
Lifeline remaining: <<print $CurHP>>%
Eco-Score: <<print $Score>>%</h1>(Your eco score is based on how environmentally friendly your decisions were)
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - SAVE THE EARTH</center></h1>
<h2>Congratulations, you reduced your carbon footprint today and helped save the earth! Please take a screenshot of this certificate as proof of your success, which you can send to your teacher if they ask for it.</h2>
<h1>Name: $name
Level: Intermediate
Escape route: You're nomimated for eco-blogger of the year
Lifeline remaining: <<print $CurHP>>%
Eco-Score: <<print $Score>>%</h1>(Your eco score is based on how environmentally friendly your decisions were)
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - SAVE THE EARTH</center></h1>
<h2>Congratulations, you reduced your carbon footprint today and helped save the earth! Please take a screenshot of this certificate as proof of your success, which you can send to your teacher if they ask for it.</h2>
<h1>Name: $name
Level: Intermediate
Escape route: Won a school award for the eco-club
Lifeline remaining: <<print $CurHP>>%
Eco-Score: <<print $Score>>%</h1>(Your eco score is based on how environmentally friendly your decisions were)
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<large><center>CERTIFICATE OF COMPLETION - SAVE THE EARTH</center></large><h2>Congratulations, you reduced your carbon footprint today and helped save the earth! Please take a screenshot of this certificate as proof of your success, which you can send to your teacher if they ask for it.</h2>
<h1>Name: $name
Level: Intermediate
Escape route: You get bonus pocket money for saving energy
Lifeline remaining: <<print $CurHP>>%
Eco-Score: <<print $Score>>%</h1>(Your eco score is based on how environmentally friendly your decisions were)
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - SAVE THE EARTH</center></h1>
<h2>Congratulations, you reduced your carbon footprint today and helped save the earth! Please take a screenshot of this certificate as proof of your success, which you can send to your teacher if they ask for it.</h2>
<h1>Name: $name
Level: Intermediate
Escape route: You inspire people on Instagram to save parks
Lifeline remaining: <<print $CurHP>>%
Eco-Score: <<print $Score>>%</h1>(Your eco score is based on how environmentally friendly your decisions were)
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - SAVE THE EARTH</center></h1>
<h2>Congratulations, you reduced your carbon footprint today and helped save the earth! Please take a screenshot of this certificate as proof of your success, which you can send to your teacher if they ask for it.</h2>
<h1>Name: $name
Level: Intermediate
Escape route: A local news station wants to do an article on your work
Lifeline remaining: <<print $CurHP>>%
Eco-Score: <<print $Score>>%</h1>(Your eco score is based on how environmentally friendly your decisions were)
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - SAVE THE EARTH</center></h1>
<h2>Congratulations, you reduced your carbon footprint today and helped save the earth! Please take a screenshot of this certificate as proof of your success, which you can send to your teacher if they ask for it.</h2>
<h1>Name: $name
Level: Advanced
Escape route: Won a school award for the eco-club
Lifeline remaining: <<print $CurHP>>%
Eco-Score: <<print $Score>>%</h1>(Your eco score is based on how environmentally friendly your decisions were)
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - SAVE THE EARTH</center></h1>
<h2>Congratulations, you reduced your carbon footprint today and helped save the earth! Please take a screenshot of this certificate as proof of your success, which you can send to your teacher if they ask for it.</h2>
<h1>Name: $name
Level: Advanced
Escape route: You're nominated for eco-blogger of the year
Lifeline remaining: <<print $CurHP>>%
Eco-Score: <<print $Score>>%</h1>(Your eco score is based on how environmentally friendly your decisions were)
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - SAVE THE EARTH</center></h1>
<h2>Congratulations, you reduced your carbon footprint today and helped save the earth! Please take a screenshot of this certificate as proof of your success, which you can send to your teacher if they ask for it.</h2>
<h1>Name: $name
Level: Advanced
Escape route: ...
Lifeline remaining: <<print $CurHP>>%
Eco-Score: <<print $Score>>%</h1>(Your eco score is based on how environmentally friendly your decisions were)
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - SAVE THE EARTH</center></h1>
<h2>Congratulations, you reduced your carbon footprint today and helped save the earth! Please take a screenshot of this certificate as proof of your success, which you can send to your teacher if they ask for it.</h2>
<h1>Name: $name
Level: Advanced
Escape route: You get bonus pocket money for saving energy
Lifeline remaining: <<print $CurHP>>%
Eco-Score: <<print $Score>>%</h1>(Your eco score is based on how environmentally friendly your decisions were)
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - SAVE THE EARTH</center></h1>
<h2>Congratulations, you reduced your carbon footprint today and helped save the earth! Please take a screenshot of this certificate as proof of your success, which you can send to your teacher if they ask for it.</h2>
<h1>Name: $name
Level: Advanced
Escape route: You inspire people on Instagram to save parks
Lifeline remaining: <<print $CurHP>>%
Eco-Score: <<print $Score>>%</h1>(Your eco score is based on how environmentally friendly your decisions were)
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - SAVE THE EARTH</center></h1>
<h2>Congratulations, you reduced your carbon footprint today and helped save the earth! Please take a screenshot of this certificate as proof of your success, which you can send to your teacher if they ask for it.</h2>
<h1>Name: $name
Level: Advanced
Escape route: A local news station wants to do an article on your work
Lifeline remaining: <<print $CurHP>>%
Eco-Score: <<print $Score>>%</h1>(Your eco score is based on how environmentally friendly your decisions were)
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<<set $currentlevel to "2bBeg">>
<<set $answer= ["60"]>>
<div class="content">
<h2>
Turning off the water when brushing your teeth saves about 64 cups of water! It is always best to turn it off when you are not using it.
<<linkappend "Complete the activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Solve the emoji math and write the correct answer in the box below!
<center><img src="Images/2bbeg.jpg" width="50%"></center>
You can use the whiteboard to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe></div><</linkappend>></h2>
<code>[2Bbeg]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<audio ":playing" fadeout>>
<<set $currentlevel to "3bBeg">>
<<set $answer= ["reuse"]>>
<div class="content">
<h2>
Food like cereal does not seem like it would affect your carbon footprint. But it takes a lot of energy to make and ship it. And what would you do if you did not have a grocery store? There are also lots of things in the food that are not good for you. It is better to eat food that grows from the earth. You have some fresh berries in the garden, so you choose to make a smoothie!
<<linkappend "Complete the activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Use the code below to reveal the secret message and post the word in the box below!
<center><img src="Images/3bbeg.png" width="50%"></center>
Key:
<img src="Images/key.png" width="100%">
You can use the whiteboard below to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe>
</div>
<<linkappend "Need a clue? (It will affect your lifeline!)">>
Hint = to get more use out of a product<<set $CurHP = $CurHP-5>><<run Health($CurHP, $MaxHP, "hzhealthbar", true)>><<audio "gong" volume 0.4 play>>
<</linkappend>><</linkappend>></h2>
<code>[3Bbeg]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<audio ":playing" fadeout>>
<video autoplay muted loop id="backVideo">
<source src="Videos/homework.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
TV and phones use a lot of electricity and power. This will make your carbon footprint higher. Instead, you work on an eco-project. What project would you like to make?
[[Upcycling old tin cans|5b beg 3]]
[[DIY water filter|5b beg 4]]
</h2><code>[4Bbeg]</code></div><<audio ":playing" fadeout>>
<<set $currentlevel to "7bBeg3">>
<<set $answer= ["water"]>>
<div class="content">
<h2>
Sometimes clothes cannot be fixed. But the fabric can sometimes be used for another upcycle project. It’s better than throwing them away and filling up landfill sites! For the ones that have small holes, you decide to stitch them back up to make them last a bit longer.
<<linkappend "Complete the activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Unscramble these letters to make a word, then post this word in the box below!
<h1>ATREW</h1>
You can use the whiteboard below to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe>
</div><</linkappend>></h2>
<code>[7Bbeg3]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<set $currentlevel to "7bBeg4">>
<<set $answer= ["earth"]>>
<div class="content">
<h2>
Plugging it in the wall to charge is much faster. But it is more expensive and worse for the environment. So to be more eco-friendly, you use your solar charger to charge it up instead!
<<linkappend "Complete the activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Unscramble these letters to make a word, then post this word in the box below!
<h1>ARTHE</h1>
You can use the whiteboard below to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe>
</div><</linkappend>></h2>
<code>[7Bbeg4]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<audio ":playing" fadeout>>
<<set $currentlevel to "2cBeg">>
<<set $answer= ["15"]>>
<div class="content">
<h2>
You and your friends all want to reduce your carbon footprints and agree to not use any energy when you travel. So everyone agrees to either walk, cycle, skate or scoot to the meetup!
<<linkappend "Complete the activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Solve the emoji math and write the correct answer in the box below!
<center><img src="Images/2cbeg.jpg" width="50%"></center>
You can use the whiteboard to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe></div>
</div><</linkappend>></h2>
<code>[2Cbeg]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<audio ":playing" fadeout>>
<<set $currentlevel to "3cBeg">>
<<set $answer= ["water"]>>
<div class="content">
<h2>
Many well-known products can have lots of chemicals. This can make them bad for the environment and your health. So you read the bottle on the natural products. You are happy that the packaging is made from recycled plastics and the product was not tested on animals too. Supporting these companies is really important for the earth, great job $name!
<<linkappend "Complete the activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Use the code below to reveal the secret message and post the word in the box below!
<center><img src="Images/3cbeg.png" width="50%"></center>
Key:
<img src="Images/key.png" width="100%">
You can use the whiteboard below to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe>
</div>
<<linkappend "Need a clue? (It will affect your lifeline!)">>
Hint = the most important liquid on earth<<set $CurHP = $CurHP-5>><<run Health($CurHP, $MaxHP, "hzhealthbar", true)>><<audio "gong" volume 0.4 play>>
<</linkappend>><</linkappend>></h2>
<code>[3Cbeg]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<audio ":playing" fadeout>>
<video autoplay muted loop id="backVideo">
<source src="Videos/shopping.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Fast food is quick and tasty but it can be bad for your health. The packaging is often wasteful too. Plastic can take hundreds of years to rot in landfills. It is better for your health to choose sandwiches from a local market stall. It also takes much less energy to make and transport. This makes it more eco-friendly!
You are all ready for your picnic. Now you just need to decide which nature location you want to go to?
[[The park|5c beg 5]]
[[The lake|5c beg 6]]
</h2><code>[4Cbeg]</code></div><<set $currentlevel to "7cBeg5">>
<<set $answer= ["reuse"]>>
<div class="content">
<h2>
It is so much better for the earth (and your wallets!) to reuse second-hand clothes instead of buying new products. New items can be wasteful and much more pricey, especially as these are for a one-off event.
<<linkappend "Complete the activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Unscramble these letters to make a word, then post this word in the box below!
<h1>EREUS</h1>
You can use the whiteboard below to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe>
</div><</linkappend>></h2>
<code>[7Cbeg5]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<set $currentlevel to "7cBeg6">>
<<set $answer= ["ozone"]>>
<div class="content">
<h2>
Seeing as you all live in the same town, it is more environmentally friendly for only one car to make the journey, plus as a bonus, your friend’s parent’s car is electric, which is even better!
<<linkappend "Complete the activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Unscramble these letters to make a word, then post this word in the box below!
<h1>ZOENO</h1>
You can use the whiteboard below to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe>
</div><</linkappend>></h2>
<code>[7Cbeg6]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>>
<<audio ":playing" fadeout>>
<<set $currentlevel to "2aBeg">>
<<set $answer= ["14"]>>
<div class="content">
<h2>
It would be nice getting a ride! But it wouldn’t be good for your carbon footprint. Driving uses a lot of gas and creates pollution. So you choose to cycle, which is good exercise for you too!
<<linkappend "Complete the activity to get to the next level:">><<audio "challenge" loop volume 0 fadeto 0.1>>
Solve the emoji math and write the correct answer in the box below!
<center><img src="Images/2abeg.jpg" width="50%"></center>
You can use the whiteboard to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe></div>
<</linkappend>></h2>
<code>[2Abeg]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<audio ":playing" fadeout>>
<<set $currentlevel to "3aBeg">>
<<set $answer= ["earth"]>>
<div class="content">
<h2>
It is tempting to ignore it. It is not your litter. But, litter isn’t only ugly, it is also dangerous to animals too. You care about the environment, so you choose to put the litter in the trash.
<<linkappend "Complete the activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Use the code below to reveal the secret message and post the word in the box below!
<center><img src="Images/3abeg.png" width="50%"></center>
Key:
<img src="Images/key.png" width="100%">
You can use the whiteboard below to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe>
</div>
<<linkappend "Need a clue? (It will affect your lifeline!)">>
Hint = our home planet<<set $CurHP = $CurHP-5>><<run Health($CurHP, $MaxHP, "hzhealthbar", true)>><<audio "gong" volume 0.4 play>>
<</linkappend>><</linkappend>></h2>
<code>[3Abeg]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<audio ":playing" fadeout>>
<video autoplay muted loop id="backVideo">
<source src="Videos/campaign.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
As you are trying to save the earth, this would really help. So you tell your teacher that you want to help.
How do you choose to help raise awareness?
[[Start an eco-club|5a beg 1]]
[[Create a blog for the school website|5a beg 2]]
</h2>
<code>[4Abeg]</code></div><<set $currentlevel to "7aBeg1">>
<<set $answer= ["solar"]>>
<div class="content">
<h2>
They say the best time to have planted a tree was 100 years ago, the second best time to plant is today. So you all agree to work on a project to plant 10 trees every year in the school forest.
<<linkappend "Complete the activity to get to the next level:">><<audio "challenge" loop volume 0 fadeto 0.1>>
Unscramble these letters to make a word, then post this word in the box below!
<h1>ARLOS</h1>
You can use the whiteboard below to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe>
</div>
<</linkappend>></h2>
<code>[7Abeg1]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>>
<<set $currentlevel to "7aBeg2">>
<<set $answer= ["clean"]>>
<div class="content">
<h2>
You are very tired and a lift sounds good. You have made many good decisions today. While you might want a ride home, you think about your carbon footprint. So you decide to get the bus which is better for the earth.
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Unscramble these letters to make a word, then post this word in the box below!
<h1>ENLAC</h1>
You can use the whiteboard below to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe>
</div><</linkappend>></h2>
<code>[7Abeg2]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<audio ":playing" fadeout>>
<<set $currentlevel to "2aInt">>
<<set $answer= ["24"]>>
<div class="content">
<h2>
It would be nice getting a ride from your parents/guardians in a comfortable vehicle! But you’re trying to make an effort to reduce your carbon footprint. You know how much gas is used for this journey and what effect this will have on pollution too. So you politely decline the offer for a ride today and choose to cycle, which is emission-free, plus is a great form of exercise for you too!
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Solve the emoji math and write the correct answer in the box below!
<center><img src="Images/2aint.jpg" width="50%"></center>
You can use the whiteboard to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe></div><</linkappend>></h2>
<code>[2Aint]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<audio ":playing" fadeout>>
<<set $currentlevel to "2bInt">>
<<set $answer= ["80"]>>
<div class="content">
<h2>
Not many people know that turning off the water when brushing your teeth saves about 64 cups of water! It’s always best to turn it off when you’re not using it.
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Solve the emoji math and write the correct answer in the box below!
<center><img src="Images/2bint.jpg" width="50%"></center>
You can use the whiteboard to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe></div><</linkappend>></h2>
<code>[2Bint]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<audio ":playing" fadeout>>
<<set $currentlevel to "2cInt">>
<<set $answer= ["37"]>>
<div class="content">
<h2>
You and your friends are on board to reduce your carbon footprints and agree to not use any energy when you travel. So everyone agrees to either walk, cycle, skate or scoot to the meetup!
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Solve the emoji math and write the correct answer in the box below!
<center><img src="Images/2cint.jpg" width="50%"></center>
You can use the whiteboard to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe></div><</linkappend>></h2>
<code>[2Cint]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>>
<<audio ":playing" fadeout>>
<<set $currentlevel to "3aInt">>
<<set $answer= ["pollution"]>>
<div class="content">
<h2>
It is tempting to just walk past it, after all, you didn’t drop it, why should you throw away someone else’s trash?! But, litter isn’t only unsightly, it’s also dangerous to our natural wildlife too. You care about the environment and reducing your carbon footprint, so you choose to do the right thing and put it in the trash.
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Use the code below to reveal the secret message riddle and post the answer in the box below!
<center><img src="Images/3aint.png" width="50%"></center>
Key:
<img src="Images/key.png" width="100%">
You can use the whiteboard below to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe></div>
<<linkappend "Need a clue? (It will affect your lifeline!)">>
Hint = damage to the quality of air<<set $CurHP = $CurHP-5>><<run Health($CurHP, $MaxHP, "hzhealthbar", true)>><<audio "gong" volume 0.4 play>>
<</linkappend>><</linkappend>></h2>
<code>[3Aint]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<audio ":playing" fadeout>>
<<set $currentlevel to "3bInt">>
<<set $answer= ["upcycle"]>>
<div class="content">
<h2>
Convenience food like cereal seems like it wouldn’t affect your carbon footprint, wouldn’t it! The truth is, that it’s actually pretty unsustainable as it takes a lot of energy and resources to make and transport it. And what would you do if you didn’t have a grocery store to rely on? Not to mention all the extra additives and chemicals often found in processed food. A much more sustainable option would be to eat food that grows out of the ground, for example. Fruit can be picked from the garden or purchased from a local farmer’s market. Fortunately, you have some fresh berries in the garden, so decide to make a healthy, fresh smoothie!
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Use the code below to reveal the secret message riddle and post the answer in the box below!
<center><img src="Images/3bint.png" width="50%"></center>
Key:
<img src="Images/key.png" width="100%">
You can use the whiteboard below to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe></div>
<<linkappend "Need a clue? (It will affect your lifeline!)">>
Hint = to make something new out of old junk
<<set $CurHP = $CurHP-5>>
<<run Health($CurHP, $MaxHP, "hzhealthbar", true)>>
<<audio "gong" volume 0.4 play>>
<</linkappend>><</linkappend>>
</h2>
<code>[3Bint]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<audio ":playing" fadeout>>
<<set $currentlevel to "3cInt">>
<<set $answer= ["compost"]>>
<div class="content">
<h2>
It’s so crazy, but most popular products that are on the shelf are often filled with chemicals that can be bad for the environment and even your health. The natural brands are usually less known but are often a lot better for the environment and your health. You read the ingredients of the natural products and are happy that the packaging is made from recycled plastics and the product was not tested on animals too. Supporting these companies is really important for the sustainability of the earth, great job $name!
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Use the code below to reveal the secret message riddle and post the answer in the box below!
<center><img src="Images/3cint.png" width="50%"></center>
Key:
<img src="Images/key.png" width="100%">
You can use the whiteboard below to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe></div>
<<linkappend "Need a clue? (It will affect your lifeline!)">>
Hint = something to fertilize and improve soil
<<set $CurHP = $CurHP-5>>
<<run Health($CurHP, $MaxHP, "hzhealthbar", true)>>
<<audio "gong" volume 0.4 play>>
<</linkappend>><</linkappend>></h2>
<code>[3Cint]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<audio ":playing" fadeout>>
<video autoplay muted loop id="backVideo">
<source src="Videos/campaign.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Considering you are trying to save the earth, you figure this is a really good cause you should get behind so you tell your teacher that you want to help raise awareness for climate change and saving the earth.
How do you choose to help raise awareness?
[[Start an eco-club|5a int 1]]
[[Create a blog for the school website|5a int 2]]
</h2><code>[4Aint]</code></div><<audio ":playing" fadeout>>
<video autoplay muted loop id="backVideo">
<source src="Videos/homework.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Watching a movie or spending time on your device is common these days, but technology uses a lot of electricity and power. This will increase your carbon footprint and damage the earth. Instead, you decide to work on an eco-project with your hands. What project would you like to make?
[[Upcycling old tin cans|5b int 3]]
[[DIY water filter|5b int 4]]
</h2><code>[4Bint]</code></div><<audio ":playing" fadeout>>
<video autoplay muted loop id="backVideo">
<source src="Videos/shopping.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Fast food is really convenient as it’s quick and really tasty, but it’s processed and often full of additives, which is bad for your health. The packaging is often wasteful too and the plastics used take hundreds of years to decompose in landfills. Choosing sandwiches from a local market stall not only is better for your health, but it supports small businesses too. Plus, it takes much less energy to make and transport, making it eco-friendly as well!
You’re all ready for your picnic, so now you just need to decide which nature location you want to go to?
[[The park|5c int 5]]
[[The lake|5c int 6]]
</h2><code>[4Cint]</code></div><<set $currentlevel to "7aInt1">>
<<set $answer= ["climate"]>>
<div class="content">
<h2>
They say the best time to have planted a tree was 100 years ago, the second best time to plant is today. So you all agree to get together after school to work on a project to plant 10 trees every year in the school forest.
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Unscramble these letters to make a word, then post this word in the box below!
<h1>ALICEMT</h1>
You can use the whiteboard below to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe>
</div><</linkappend>></h2>
<code>[7Aint1]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<set $currentlevel to "7aInt2">>
<<set $answer= ["compost"]>>
<div class="content">
<h2>
You’re pretty tired and the idea of getting a lift sounds so good. You’ve made so many good decisions today to help save the earth. While you might feel you deserve a private ride home, you realize that every action affects your carbon footprint. So you decide to get the bus. This reduces your carbon footprint as lots of people are sharing a vehicle, thus reducing the carbon emissions.
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Unscramble these letters to make a word, then post this word in the box below!
<h1>MOTPOSC</h1>
You can use the whiteboard below to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe>
</div><</linkappend>></h2>
<code>[7Aint2]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<set $currentlevel to "7bInt3">>
<<set $answer= ["protect"]>>
<div class="content">
<h2>
Sometimes clothes are beyond repair, but the fabric can usually be used for another upcycle project rather than disposing of them and filling up landfill sites! For the ones that have minor holes, you decide to stitch back up to make them last a bit longer.
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Unscramble these letters to make a word, then post this word in the box below!
<h1>TCPROTE</h1>
You can use the whiteboard below to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe>
</div><</linkappend>></h2>
<code>[7Bint3]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<set $currentlevel to "7bInt4">>
<<set $answer= ["recycle"]>>
<div class="content">
<h2>
While plugging it in the wall to charge is much faster, it’s more expensive and worse for the environment. Therefore, to be more eco-friendly, you choose to use your solar charger to charge it up instead!
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Unscramble these letters to make a word, then post this word in the box below!
<h1>CLEERYC</h1>
You can use the whiteboard below to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe>
</div><</linkappend>></h2>
<code>[7Bint4]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<set $currentlevel to "7cInt5">>
<<set $answer= ["ecoclub"]>>
<div class="content">
<h2>
It is so much better for the environment (and your wallets!) to reuse second-hand items instead of buying new products, which are wasteful and much more costly, especially as these are for a one-off event.
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Unscramble these letters to make a word, then post this word in the box below!
<h1>CLOCUBE</h1>
You can use the whiteboard below to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe>
</div><</linkappend>></h2>
<code>[7Cint5]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<set $currentlevel to "7cInt6">>
<<set $answer= ["nature"]>>
<div class="content">
<h2>
Seeing as you all live in the same town, it is much better for the environment for only one car to make the journey. Plus as a bonus, your friend’s parent’s car is electric, which is even better!
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Unscramble these letters to make a word, then post this word in the box below!
<h1>EARNUT</h1>
You can use the whiteboard below to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe>
</div><</linkappend>></h2>
<code>[7Cint6]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<audio ":playing" fadeout>>
<<set $currentlevel to "2aAdv">>
<<set $answer= ["350"]>>
<div class="content">
<h2>
It certainly would be more convenient getting a ride from your parents/guardians in a comfortable, temperature-controlled vehicle! But you’re trying to make an effort to reduce your carbon footprint; you know how much gas is used for this journey and what effect this will have on pollution too. So you politely decline the offer for a ride today and opt to take your bike which is emission-free, plus is a great form of exercise for you too!
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Solve the emoji math and write the correct answer in the box below!
<center><img src="Images/2aadv.jpg" width="50%"></center>
You can use the whiteboard to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe></div><</linkappend>></h2>
<code>[2Aadv]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<audio ":playing" fadeout>>
<<set $currentlevel to "2bAdv">>
<<set $answer= ["194"]>>
<div class="content">
<h2>
Not many people are aware that turning off the water when brushing your teeth saves an astonishing 64 cups of water! It’s always best to turn it off when you’re not using it.
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Solve the emoji math and write the correct answer in the box below!
<center><img src="Images/2badv.jpg" width="50%"></center>
You can use the whiteboard to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe></div><</linkappend>></h2>
<code>[2Badv]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<audio ":playing" fadeout>>
<<set $currentlevel to "2cAdv">>
<<set $answer= ["94"]>>
<div class="content">
<h2>
You and your friends are on board to reduce your carbon footprints and agree to not use any energy when you travel. So everyone agrees to either walk, cycle, skate or scoot to the meetup!
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Solve the emoji math and write the correct answer in the box below!
<center><img src="Images/2cadv.jpg" width="50%"></center>
You can use the whiteboard to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe></div><</linkappend>></h2>
<code>[2Cadv]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<audio ":playing" fadeout>>
<<set $currentlevel to "3aAdv">>
<<set $answer= ["plastic"]>>
<div class="content">
<h2>
It certainly is tempting to just walk past it, after all, you didn’t drop it, why should you throw away someone else’s trash?! But, litter isn’t only unsightly, it’s actually incredibly dangerous to our natural wildlife too; you care about the environment and reducing your carbon footprint, so you choose to do the right thing and put it in the trash.
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Use the code below to reveal the secret message riddle and post the answer in the box below!
<center><img src="Images/3aadv.png" width="50%"></center>
Key:
<img src="Images/key.png" width="100%">
You can use the whiteboard below to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe></div>
<<linkappend "Need a clue? (It will affect your lifeline!)">>
Hint = a material made from oil that takes hundreds of years to decompose
<<set $CurHP = $CurHP-5>>
<<run Health($CurHP, $MaxHP, "hzhealthbar", true)>>
<<audio "gong" volume 0.4 play>>
<</linkappend>><</linkappend>></h2>
<code>[3Aadv]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<audio ":playing" fadeout>>
<<set $currentlevel to "3bAdv">>
<<set $answer= ["litter"]>>
<div class="content">
<h2>
Convenience food like cereal seems like it wouldn’t have an impact on your carbon footprint, wouldn’t it! The truth is, that it’s actually extremely unsustainable as it takes a significant amount of energy and resources to manufacture and transport it. And what would you do if you didn’t have a grocery store to rely on? Not to mention all the extra additives and chemicals often found in processed food. A much more sustainable option would be to consume food that readily grows out of the ground, for example. Fruit can be picked from the garden or obtained from a local farmer’s market. Fortunately, you have access to some fresh berries in the garden, so you decide to make a healthy, fresh smoothie!
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Use the code below to reveal the secret message riddle and post the answer in the box below!
<center><img src="Images/3badv.png" width="50%"></center>
Key:
<img src="Images/key.png" width="100%">
You can use the whiteboard below to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe></div>
<<linkappend "Need a clue? (It will affect your lifeline!)">>
Hint = trash that has been left on the floor
<<set $CurHP = $CurHP-5>>
<<run Health($CurHP, $MaxHP, "hzhealthbar", true)>>
<<audio "gong" volume 0.4 play>>
<</linkappend>><</linkappend>>></h2>
<code>[3Badv]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<audio ":playing" fadeout>>
<<set $currentlevel to "3cAdv">>
<<set $answer= ["park"]>>
<div class="content">
<h2>
It’s so crazy, but most popular products that are on the shelf are often filled with chemicals that can be bad for the environment and even your health. The natural brands are usually less known but are often a lot better for the environment and your health. You read the ingredients of the natural products and are happy that the packaging is made from recycled plastics and the product was not tested on animals too. Supporting these companies is really important for the sustainability of the earth, great job $name!
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
Use the code below to reveal the secret message riddle and post the answer in the box below!
<center><img src="Images/3cadv.png" width="50%"></center>
Key:
<img src="Images/key.png" width="100%">
You can use the whiteboard below to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe></div>
<<linkappend "Need a clue? (It will affect your lifeline!)">>
Hint = a public place full of nature
<<set $CurHP = $CurHP-5>>
<<run Health($CurHP, $MaxHP, "hzhealthbar", true)>>
<<audio "gong" volume 0.4 play>>
<</linkappend>><</linkappend>></h2>
<code>[3Cadv]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<set $currentlevel to "7aAdv1">>
<<set $answer= ["tool"]>>
<div class="content">
<h2>
They say the best time to have planted a tree was 100 years ago; the second best time to plant is today. So you all agree to convene after school to work on a project to plant 10 trees every year in the school forest.
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
First, unscramble these letters to make a word:
<h1>LOOPUNLIT</h1>
Then take the following letters (6,8,2,4) and post that word in the box below!
You can use the whiteboard below to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe>
</div><</linkappend>></h2>
<code>[7Aavd1]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<set $currentlevel to "7aAdv2">>
<<set $answer= ["bins"]>>
<div class="content">
<h2>
You’re pretty tired and the idea of getting a lift sounds really appealing… You’ve made so many good decisions today to help save the earth, and while you might feel you deserve a private ride home, you realize that every action affects your carbon footprint, not just the ones that are convenient for you. So you decide to get the bus, which greatly reduces your carbon footprint as multiple people are sharing a vehicle, thus reducing the carbon emissions.
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
First, unscramble these letters to make a word:
<h1>ITALYANUBISSIT</h1>
Then take the following letters (9,6,7,3) and post that word in the box below!
You can use the whiteboard below to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe>
</div><</linkappend>></h2>
<code>[7Aavd2]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<set $currentlevel to "7bAdv3">>
<<set $answer= ["bear"]>>
<div class="content">
<h2>
Sometimes clothes are beyond repair, but the fabric can usually be used for another upcycle project rather than disposing of them and filling up landfill sites! For the ones that have minor holes, you decide to stitch back up to extend their lifespan further.
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
First, unscramble these letters to make a word:
<h1>ALGEBRABODIED</h1>
Then take the following letters (1,5,8,7) and post that word in the box below!
You can use the whiteboard below to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe>
</div><</linkappend>></h2>
<code>[7Bavd3]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>>
<<set $currentlevel to "7bAdv4">>
<<set $answer= ["lawn"]>>
<div class="content">
<h2>
While plugging it in the wall to charge is much faster, it’s more expensive and worse for the environment. Therefore, to be more eco-friendly, you choose to use your solar charger to charge it up instead!
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
First, unscramble these letters to make a word:
<h1>AWNBEREEL</h1>
Then take the following letters (8,6,5,3) and post that word in the box below!
You can use the whiteboard below to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe>
</div><</linkappend>></h2>
<code>[7Bavd4]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<set $currentlevel to "7cAdv5">>
<<set $answer= ["tree"]>>
<div class="content">
<h2>
It is so much better for the environment (and your wallets!) to reuse second-hand items instead of buying new products, which are wasteful and much more costly, especially as these are for a one-off event.
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
First, unscramble these letters to make a word:
<h1>MIENONRVTEN</h1>
Then take the following letters (11,5,1,9) and post that word in the box below!
You can use the whiteboard below to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe>
</div><</linkappend>></h2>
<code>[7Cavd5]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>><<set $currentlevel to "7cAdv6">>
<<set $answer= ["well"]>>
<div class="content">
<h2>
Seeing as you all live in the same town, it is more environmentally friendly for only one car to make the journey, plus as a bonus, your friend’s parent’s car is electric, which is even better!
<<linkappend "Complete this activity to get to the next level:">>
<<audio "challenge" loop volume 0 fadeto 0.1>>
First, unscramble these letters to make a word:
<h1>FILLEDWE</h1>
Then take the following letters (1,8,5,3) and post that word in the box below!
You can use the whiteboard below to make notes:
<div class="iframe"><iframe class="responsive-iframe" src="https://www.thegameshost.com/game?ur=UR00006734" width="100%" height="600" frameborder="0">Browser not compatible</iframe>
</div><</linkappend>></h2>
<code>[7Cavd6]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>>
<<audio ":playing" fadeout>>
<video autoplay muted loop id="backVideo">
<source src="Videos/campaign.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Considering you are trying to save the earth, you figure this is an excellent cause you should get behind, so you inform your teacher that you want to help raise awareness for climate change and saving the earth.
How do you choose to help raise awareness?
[[Start an eco-club|5a adv 1]]
[[Create a blog for the school website|5a adv 2]]
</h2><code>[4Aadv]</code></div><<audio ":playing" fadeout>>
<video autoplay muted loop id="backVideo">
<source src="Videos/homework.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
While watching a movie or spending time on your device is a popular pastime, especially in this day and age, technology is actually using a lot of electricity and power which will increase your carbon footprint and damage to the earth. Instead of defaulting to spending your free time on technology, you decide to work on an eco-project instead. What project would you like to make?
[[Upcycling old tin cans|5b adv 3]]
[[DIY water filter|5b adv 4]]
</h2><code>[4Badv]</code></div><<audio ":playing" fadeout>>
<video autoplay muted loop id="backVideo">
<source src="Videos/shopping.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Fast food is convenient as it’s quick and tasty, but it’s processed and often full of additives, which is detrimental to your health. The packaging is often wasteful too and the plastics used take hundreds of years to decompose in landfills. Choosing sandwiches from a local market stall is not only better for your health, but it supports small businesses. In addition, it requires much less energy to make and transport, making it eco-friendly as well!
You’re all ready for your picnic, so now you just need to decide which nature location you want to go to?
[[The park|5c adv 5]]
[[The lake|5c adv 6]]
</h2><code>[4Cadv]</code></div>