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('galaxy') > -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 "space" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/space5.mp4" type="video/mp4">
</video>
<div class="content">
<h2>Hello $name! Welcome to your pick a path adventure, lost in space!
Your mission is to read the text carefully and do whatever you can to get back to 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 getting back to Earth. Keep an eye on your lifeline during these activities, as if it runs out you will remain lost in space forever!
<<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 volume 0 fadeto 0.2 loop>>
<video autoplay muted loop id="backVideo">
<source src="Videos/meteorshower.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
$name, the year is 2051. You are one of the first people to go on a space vacation to the planet Eremos. It was paradise! You left your “spacecation” a few weeks ago. You are now on the long flight home back to Earth.
<<linkappend "You are relaxing in your cabin.">><<audio "crash" volume 0.2 play>><<audio "spaceship" volume 0.1 play>>
You suddenly hear a loud noise. Everything starts to shake. The gravity on the spaceship has stopped working. Everything is now floating around. You panic and your arms and legs wave about in mid-air. You float to the window in your cabin. You see lots of bright, orange sparks outside. You hold your breath in shock. The spaceship has been hit by a meteor shower!
<<linkappend "You pull yourself to the hallway">> and call out for help. No one is there. You float to the flight deck cockpit but it is empty. You are all alone. You realize you are going to have to do something as the meteor shower is damaging your side of the ship and you are trapped.
What do you do?
[[Spacewalk outside to a safe area of the ship|2a beg]]
[[Undock the damaged part of the ship currently in flames|2b beg]]
[[Go to the escape pods to flee the spaceship|2c beg]]
(Is this text a bit too easy to read? No problem, [[try a different level|select]])
<</linkappend>>
<</linkappend>>
</h2>
</div><<audio ":playing" fadeout>>
<<audio waves volume 0 fadeto 0.2 loop>>
<video autoplay muted loop id="backVideo">
<source src="Videos/meteorshower.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
$name, the year is 2051. You are one of the first humans to have ever been on a space vacation to the distant planet of Eremos. These vacations have been named “spacecations” and last for 3 years at a time. Eremos is full of gorgeous sandy islands, exotic beaches, perfect weather and the cleanest air humans have ever had access to. It was absolute paradise! You left your spacecation a few weeks ago and are now on the long flight home back to Earth aboard the spaceship Asteria.
<<linkappend "You are laying on your bed in your private space cabin">>, browsing through your holographic photo album reminiscing on the wonderful vacation you had, when you suddenly hear a rattling sound coming from the ceiling of your cabin. You notice that items on your desk begin to shake aggressively then dramatically topple and crash to the floor. The artificial gravity aboard the Asteria space ship has abruptly failed and every item in your cabin is now floating.
<<linkappend "Your arms and legs flail about in panic">><<audio "crash" volume 0.2 play>><<audio "spaceship" volume 0.1 play>> and you spin upside down desperately clutching onto the side of the cabin. You manage to peek outside your space cabin porthole and you observe a bright, orange spark outside the window. Then these flashes increase in frequency.
<<linkappend "Suddenly you feel another jolt">> and the whole cabin shakes around you as you float in the center of it. You push your face to the porthole again, breathing heavily on the window. You hold your breath in disbelief. The whole side of the Asteria space ship has been hit by a passing meteor shower!
<<linkappend "You pull yourself to the cabin door">> and peek your head outside to view the hallway. You call out for help, but no one responds. You search the corridors, calling out for someone but no one is to be found. You float to the flight deck cockpit in hopes of finding the crew there, but to your astonishment, the place is empty. You seem to be completely alone.
<<linkappend "The ceiling lights are flickering on and off aggressively">> and there is a loud vibration coming from the ceiling of the ship, which is causing you to panic even more. You realize you are going to have to take action as the meteor shower is inflicting more damage on your side of the ship and you are trapped.
What do you do?
[[Spacewalk outside to a safe area of the ship|2a adv]]
[[Undock the damaged part of the ship currently in flames|2b adv]]
[[Go to the escape pods to flee the space ship|2c adv]]
(Is this text a bit too hard to read? No problem, [[try a different level|select]])
<</linkappend>>
<</linkappend>>
<</linkappend>>
<</linkappend>>
<</linkappend>>
</h2>
</div><<audio "space" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/space6.mp4" type="video/mp4">
</video>
<div class="content">
<h1>Hooray, your lost in space adventure 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>>
<<cacheaudio "space" "Audio/space.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">>
<<cacheaudio "crash" "Audio/crash.mp3">>
<<cacheaudio "spaceship" "Audio/spaceship.mp3">>
<<cacheaudio "whoosh" "Audio/whoosh.mp3">>
<<cacheaudio "spacestation" "Audio/spacestation.mp3">>
<<cacheaudio "dock" "Audio/dock.mp3">>
<<cacheaudio "storm" "Audio/storm.mp3">>
<<cacheaudio "warning" "Audio/warning.mp3">>
<<cacheaudio "footsteps" "Audio/footsteps.mp3">><<audio ":playing" stop>>
<<audio "gameover" volume 0.25 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/space5.mp4" type="video/mp4">
</video>
<div class="content">
<<timed 10s>>
<<audio "gameover" stop>>
<</timed>>
<h3>Oh no $name, your mission failed and you are stuck in space!
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">>
<<set $answer= ["12"]>>
<div class="content">
<h2>
You fly through the corridors of the spaceship, holding onto anything to help pull you along. You finally find the escape pods.
You turn the lock and open the round door. You bend down as you step inside the escape pod. There is just one seat and a control deck in front of you. You climb over the chair and sit on it.
You look around at the buttons and controls. You have no idea what to do. You need to take some time to work out how to control the escape pod!
<<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><</linkappend>></h2>
<code>[2Cbeg]</code></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.CurHP, State.variables.MaxHP, "hzhealthbar", true, ev.content);
});<</script>>
<<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">>
<<set $answer= ["50"]>>
<div class="content">
<h2>
You follow the signs to the control center. You pull your way through the corridors as you float through the air. You reach the control center and are shocked at what you see. There are red lights flashing and warning sounds going off. There is no one around: the crew must be asleep in the incubation pods.
<<linkappend "This is a lot of pressure for you!">><<audio "warning" fadeoverto 10 0>> You can see on the radar that more meteor showers are coming soon. You need to act fast if you are to save this spaceship!
You get in the control seat. You grab the joystick and turn on the jets ready to steer the ship away from the meteor shower...
<<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>><</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 "2aBeg">>
<<set $answer= ["17"]>>
<div class="content">
<h2>
Oh wow $name, you’ve made the brave decision to spacewalk outside. You are hoping to find a safe area on the other side of the ship. You float all the way to a nearby airlock.
<<linkappend "There is a space suit attached to the wall.">> It’s hard to put on but you manage it! You check your oxygen and controls; everything looks good. You turn the handle to the first door of the airlock. You open it and float through the door. It’s not easy to move with this heavy suit. You turn and lock the door behind you as tight as you can. The next door in front of you takes you right into space. Your heart is racing. You take a deep breath and open the final door.
<<linkappend "You see total blackness.">><<audio "whoosh" volume 0.2 play>> But then a large flash of orange light shoots past you. You feel a large crash shake the spaceship. You have to get to the other side right away.
You pull yourself out of the spaceship. You hold onto a bar and pull yourself towards the safe side of the ship. It’s much harder than it looks! You’re so scared of floating away. You finally reach the other side and look for the airlock to get inside the ship. You see it but you realize you’re going to have to float up there on your own…
<<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>><</linkappend>><</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 "2aInt">>
<<set $answer= ["38"]>>
<div class="content">
<h2>
Oh wow $name, you’ve made the brave decision to spacewalk during a meteoroid shower, to find a safe area on the other side of the ship. You grab whatever you can get hold of along the walls, and drag yourself to the nearby airlock.
<<linkappend "There is a space suit attached to the wall.">> You slip your body into the undergarment. You then place each of your legs into the lower torso part of the suit and put your feet in the boots. You then slide your body under the torso, poking your head out of the top and pulling your arms through the sleeves. You put the gloves on and finally lock the helmet over your head.
You check your oxygen and controls; everything looks good. You turn the handle to the first door of the airlock. You open it with great effort and float through the door. Movement is slow with this heavy suit. You turn and lock the door behind you as tight as you can. The next door in front of you will lead you directly into space. Your heart is racing. You take a deep breath and open the final door to the airlock.
<<linkappend "The door opens">><<audio "whoosh" volume 0.2 play>> and you see a stunning dark abyss, decorated with sparkles. It’s beautiful. You pause for a moment in awe. However, you are quickly brought back to reality when a large flash of orange light shoots past you, followed by a thundering crash into the spaceship. You have to get to the other side right away.
You pull yourself out of the spaceship into the darkness and look around. You hold onto a bar on the outside of the spaceship and pull yourself towards the right, away from the meteor showers. Your legs begin to float upwards and you feel yourself losing control. It’s much harder than it looks!
<<linkappend "You turn behind you and notice">> another meteoroid heading towards the ship, so you tether yourself to it and hold on for dear life. You feel the ship shake as it gets hit. After the rumble stops, you quickly untether yourself and continue pulling yourself across the ship. You finally reach the side that appears to have not been damaged and look for the airlock. You see it but you realize you’re going to have to let go of the ship and float up there on your own…
<<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>><</linkappend>><</linkappend>><</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= ["70"]>>
<div class="content">
<h2>
You follow the signs towards the control center. You float your way through the corridors, grabbing the walls and pipes as you drag yourself through the air. You reach the control center and you are horrified to see that there are red lights flashing everywhere with warning sounds blaring loudly. There is no one around: it looks as though the crew are asleep in the incubation pods.
<<linkappend "You draw a deep breath">><<audio "warning" fadeoverto 10 0>> as you realize it’s all down to you. You float over to the main screen which is flashing red for all the areas that have been damaged by the meteor shower. It is not looking good… You can see on the radar that more meteor showers are expected within the next hour. If you don’t do something soon, this whole spaceship could go down!
<<linkappend "You buckle yourself into the control seat,">> which is not easy to do when you are floating all over the place. You grab the joystick and fire up the jets ready to steer the ship away from the range of the meteor shower...
<<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>><</linkappend>><</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= ["42"]>>
<div class="content">
<h2>
You fly through the corridors of the spaceship, grabbing onto anything on the walls to help pull you along with as much speed as you can manage. You finally locate the escape pods.
You turn the lock with great force and open the round door. You crouch down as you step inside the escape pod. There is just a single seat and a control deck in front of you. You climb over the chair and buckle yourself in.
You look around at the buttons and controls in confusion. You have no idea what to do. You need to take some time to work out how to control the escape pod!
<<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 "2aAdv">>
<<set $answer= ["455"]>>
<div class="content">
<h2>
Oh wow $name, you’ve made the extremely brave decision to spacewalk outside of the spacecraft during a meteor shower, in order to locate a safe area on the other side of the ship. You grasp whatever you can get hold of along the walls, and drag yourself to the nearby airlock where there is a space suit attached to the wall.
<<linkappend "You take the cooling undergarment">> and slip your body into it: it’s not easy without gravity holding things down! You then place each of your legs into the lower torso part of the suit, ensuring your feet are firmly planted in the boots. You then slide your body under the torso, poking your head out of the top and carefully pulling your arms through the sleeves. You secure the insulated gloves over your fingers and finally lock the helmet over your head.
<<linkappend "Phew, that was not easy to do on your own">> and under such pressure! You check your oxygen and controls; everything looks good. You strenuously turn the handle to the first door of the airlock. You force it open with great effort and float through the door. Movement is slow with this heavy suit. You rotate and lock the door behind you as tight as you can. You are acutely aware that the next door in front of you will lead you directly into space. Your heart is racing. You take a deep breath and give yourself a little pep talk as you open the final door to the airlock.
<<linkappend "The door frees open">><<audio "whoosh" volume 0.2 play>> and you are presented with a stunning dark abyss, adorned with sparkles. It’s breathtakingly beautiful. You pause for a moment in absolute awe. However, you are harshly brought back to reality when a large flash of orange light shoots past you followed by a thundering crash into the spaceship. The meteor shower is causing increasing damage to this side of the ship; you have to get to the other side immediately.
<<linkappend "You gently pull yourself out of the spaceship">> into the dark abyss and gaze around. You reach onto a bar on the outside of the spaceship and pull yourself towards the right, away from the meteor showers. Your legs begin to float upwards and you feel yourself losing control. It’s much harder than it looks! You turn behind you and observe another meteoroid heading towards the ship, so you tether yourself to it and hold on for dear life. You feel the ship shake as it gets hit. After the rumble ceases, you promptly untether yourself and continue dragging your way across the ship. You finally reach the side that appears to have not suffered any damage and look for the airlock. You see it but you realize you’re going to have to let go of the ship and float up there on your own…
<<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>><</linkappend>><</linkappend>><</linkappend>><</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= ["94"]>>
<div class="content">
<h2>
You follow the signs towards the control center. You float your way through the corridors, grasping the walls and pipes as you pull yourself through the air. You finally reach the control center and you are horrified to see that there are red lights flashing everywhere with warning sounds blaring loudly. No one appears to be around: it’s possible that the crew are asleep in the incubation pods.
<<linkappend "You draw a deep breath">><<audio "warning" fadeoverto 10 0>> as you discern that it’s all down to you. You float over to the main screen which is flashing red for all the areas of the spaceship that have been damaged by the meteor shower. It is not looking good… You observe on the radar that further meteor showers are expected within the next hour. If you don’t take action soon, this whole spaceship could go down!
<<linkappend "You scramble to buckle yourself into the control seat,">> which is not easy to do when you are floating all over the place. You seize the joystick and fire up the jets ready to steer the ship away from the range of the meteor shower...
<<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>><</linkappend>><</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= ["358"]>>
<div class="content">
<h2>
You soar through the corridors of the spaceship, desperately clutching onto anything to help pull you along with as much momentum as you can manage. You breathe a sigh of relief when you finally locate the escape pods.
<<linkappend "You rotate the lock with great force">> and open the round door. You crouch down as you enter the cramped escape pod. There is just a single seat and a control deck in front of you. You awkwardly climb over the chair and buckle yourself in.
You gaze around at the overwhelming multitude of buttons and controls in confusion. You have no idea what to do. You need to take some time to work out how to control the escape pod!
<<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>><</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 "3aBeg">>
<<set $answer= ["stars"]>>
<div class="content">
<h2>
You take a deep breath and leap into space. Oh no, that was not as easy as you thought it would be! But at least you have in-built jets in your suit that will help you control your direction. You squeeze the jets from your arms but you pressed too hard which causes you to spin out of control! You try less pressure on the jets which works better. You are back on path to the airlock now. You’re getting closer… you can almost reach it!
<<linkappend "You finally grab the door!">> You try to turn the lever on the airlock, but it’s much harder to do while you’re floating in space. You manage to loosen the lock. The door swings open causing you to fly back with it. Thank goodness you held on tight. You pull your body into the airlock, feet first. You slam the door closed behind you and turn it to lock it tight. You take off your helmet and try to catch your breath.
<<linkappend "You make your way to the main ship">> and take off your spacesuit. Everything looks calmer on this side of the ship. You see a sign for a control center and drag yourself towards it. Maybe you can at least try and get the gravity working again...
<<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.jpg" 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 another clue?">>
Hint = they sparkle in the sky<<set $CurHP = $CurHP-5>>
<<run Health($CurHP, $MaxHP, "hzhealthbar", true)>><<audio "gong" volume 0.4 play>>
<</linkappend>><</linkappend>><</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>>
<<set $currentlevel to "3bBeg">>
<<set $answer= ["planet"]>>
<div class="content">
<h2>
Phew, you have managed to get the spaceship into a safe zone, for now. You don’t have time to relax though as the red lights are still flashing. You look at the map of the danger zones. You see that one part of the spaceship has caught fire! You grab a fire extinguisher from the wall and make your way to the fire. You see some of the electrics have caught light. You blast the extinguisher onto it. You keep it on the flame until the canister is empty.
<<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.jpg" 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 another clue?">>
Hint = e.g. Earth, Mars and Jupiter!<<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>>
<<set $currentlevel to "3cBeg">>
<<set $answer= ["orbit"]>>
<div class="content">
<h2>
OK, you feel a bit more confident now. You’ve read the manuals and have a good idea of what to do. You need to code the pod so you can move it. You see more flashes of meteor flying past your pod. If you get hit it could be awful! You need to leave NOW!
You take a deep breath and begin to input the code...
<<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.jpg" width="100%"></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 another clue?">>
Hint = a path taken by an object in space.<<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>>
<<set $currentlevel to "3aInt">>
<<set $answer= ["spaceship"]>>
<div class="content">
<h2>
You take a deep breath and push with as much force as you can to leap into space. You focus your eyes on the airlock and reach your arms in front of you. Oh no, that was definitely not as easy as you thought it would be; it looks as though you’re drifting off course already... If you keep going in this direction you may never be able to return.
<<linkappend "Fortunately, you remember">> you have in-built jets in your suit that will burst air out and help direct you back on path. You squeeze the jets from your arms but you pressed too hard which causes you to spiral out of control! You try less pressure on the jets and you’re able to control your direction better. You are back on path to the airlock now. You’re getting closer… you can almost reach it!
<<linkappend "You successfully grab the door!">> You try to turn the lever on the airlock, but it’s much harder to do while you’re floating in space. You start to feel your face getting hot and sweaty. You finally manage to loosen the lock. The door swings open causing you to fly back with it. Thank goodness you held on tight. You pull your body into the airlock, feet first. You slam the door closed behind you and turn it to lock it tight. You wait for the cabin to pressurize and you take off your helmet and try to catch your breath. You float over to the next door to the main spaceship and open it and seal it behind you.
<<linkappend "You take off your spacesuit;">> it feels great to be free from the weight of it. You look for any signs of danger but everything looks calmer on this side of the ship. You see a sign for a control center and begin dragging yourself towards it. Maybe you can at least try and get the gravity working again...
<<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.jpg" 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 = ..........!<<set $CurHP = $CurHP-5>><<run Health($CurHP, $MaxHP, "hzhealthbar", true)>><<audio "gong" volume 0.4 play>>
<<linkappend "Need another clue?">>
Hint = the vehicle you use to travel through space.<<set $CurHP = $CurHP-5>>
<<run Health($CurHP, $MaxHP, "hzhealthbar", true)>><<audio "gong" volume 0.4 play>>
<</linkappend>><</linkappend>><</linkappend>><</linkappend>><</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= ["spacesuit"]>>
<div class="content">
<h2>
Phew, you have managed to steer the spaceship into a safe zone, for now. You release the joystick and throw your head back in relief. The relief is temporary though, as the red flashing lights and alarm sounds are still going off. You unbuckle and take a closer look at the map of the spaceship to find the danger zones.
<<linkappend "Your eyes widen">> as you see that one part of the spaceship has caught fire! You quickly pull yourself towards the exit of the control center. You fly down the corridor, feeling the heat of the fire from here. You grab a fire extinguisher from the wall, release the tag and leap towards the fire. You see some of the electrics have caught light so you blast your extinguisher onto it. It sends you shooting backwards from the pressure! You steady yourself and try again. You keep the fire extinguisher on the flame until the canister is empty.
<<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.jpg" 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 = Hint = the thing you wear when spacewalking.<<set $CurHP = $CurHP-5>><<run Health($CurHP, $MaxHP, "hzhealthbar", true)>>
<<audio "gong" volume 0.4 play>><</linkappend>><</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= ["solar system"]>>
<div class="content">
<h2>
OK, you feel a bit more confident now. You’ve read the manuals and have a general idea of what to do. You need to set the navigation system so you can choose where to direct the pod to. The pressure is on as you see more and more flashes of meteoroids flying past your pod. If you get hit it could be disastrous! You need to leave NOW!
You take a deep breath and begin to click the sequence of buttons as directed in the manual...
<<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.jpg" 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 = where Earth orbits around the sun.<<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>>
<<set $currentlevel to "3aAdv">>
<<set $answer= ["moon"]>>
<div class="content">
<h2>
You take a deep breath, bend your knees and push through your legs with as much force as you can manage to leap into space. You fixate your eyes intently on the airlock and desperately reach your arms in front of you. This was definitely not as straightforward as you presumed it would be; it appears as though you’re drifting off course already... If you keep going in this direction you may never be able to return.
<<linkappend "Fortunately, you remember">> you have in-built jets in your suit that will release bursts of air out and help direct you back on path. You squeeze the jets from your arms but, oh no, you pressed too forcefully which causes you to spiral wildly out of control! Everything is spinning and your breathing is getting heavier as you attempt to regain control. You try less pressure on the jets and fortunately you’re able to control your direction more effectively. Phew, you are back on path to the airlock now. You’re edging closer… you can almost reach it!
<<linkappend "You successfully grab the door!">> You attempt to turn the lever on the airlock, but it’s much harder to accomplish while you’re floating in space. You begin to feel your face burning up and beads of sweat are dripping off your forehead. You jolt forward as you successfully loosen the lock. The door swings open with great force causing you to fly back with it. Thank goodness you held on tight as your body and legs are flailing about uncontrollably in mid-space. You manage to strenuously pull your body into the airlock, feet first. You pull the door closed behind you and turn it to lock it tight. You wait for the cabin to pressurize, remove your helmet and attempt to catch your breath. You throw your head back and breathe deeply as you reflect on how terrifying that experience was. You float over to the next door to the main spaceship, open it and seal it behind you.
<<linkappend "You pull off all the compartments of your space suit;">> it feels incredible to be free from the weight and restrictions of it. You rapidly glance around looking for any signs of danger or faults, but everything looks calmer on this side of the ship. That’s a relief. You notice a sign for the control center and commence dragging yourself towards it. Maybe you can at least try and get the gravity working again...
<<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.jpg" width="100%"></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 = you see it in the sky, day or night.<<set $CurHP = $CurHP-5>>
<<run Health($CurHP, $MaxHP, "hzhealthbar", true)>><<audio "gong" volume 0.4 play>><</linkappend>><</linkappend>><</linkappend>><</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= ["gravity"]>>
<div class="content">
<h2>
Phew, you have successfully managed to steer the spaceship into a safe zone, for now. You release the joystick and throw your head back in relief. The relief is temporary however, as those red flashing lights and alarm sounds are still blaring. You unbuckle and take a closer look at the map of the spaceship to identify specific danger zones.
<<linkappend "Your eyes widen">> in fear as you spot that one part of the spaceship has caught fire! You try to run but instead this causes you to spin in mid air. You manage to steady yourself, although you’re now feeling a bit nauseous. You pull yourself towards the exit of the control center and head down the corridor, feeling the heat of the fire from here. You grab a fire extinguisher from the wall, release the tag and leap towards the fire. You see some of the electrics have caught light so you blast your extinguisher onto it. It sends you shooting backwards from the pressure! You compose yourself and try again, this time holding onto a pipe with your other hand. You keep the fire extinguisher on the flame until the canister is empty.
<<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.jpg" width="100%"></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 = an invisible force.<<set $CurHP = $CurHP-5>><<run Health($CurHP, $MaxHP, "hzhealthbar", true)>><<audio "gong" volume 0.4 play>><</linkappend>><</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= ["mercury"]>>
<div class="content">
<h2>
You feel significantly more confident now. You’ve meticulously studied the manuals and have a general idea of what to do. You need to program the navigation system so you can select where to direct the pod to. The pressure is mounting as you observe an increase of meteoroids flashing past your pod. If you get struck it could be devastating! You need to leave NOW!
You take a deep breath and your fingers tremble as you begin to program the coding as directed in the manual...
<<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.jpg" width="100%"></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 planet closest to the sun.<<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>>
<<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/controlcenter.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
You walk into a control center. You’re not sure what it is you are looking for. You look for anything that could be for gravity. You spot a button with the letter ‘g’ on it. You’re pretty sure that’s the symbol for gravity… You worry about what could happen if you press the wrong button, but decide to just go for it. You hover your finger over the button, and close your eyes as you press it. Your body immediately drops to the floor!
<<linkappend "Phew, you did it!">> You jump back on your feet and dust yourself off. You step out of the control room and now have a choice to make.
Which way do you turn?
[[Left to the escape pods|5a beg 1]]
[[Right to the main flight deck|5a beg 2]]
<</linkappend>></h2></div>
<code>[4Abeg]</code><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/message.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Phew, you manage to put the fire out. That’s a relief. You go back to the control center and see a message. It’s a distress call from the nearby planet, Erebus. There’s no other information though.
What do you do?
[[Ignore the distress call and go on with your mission|5b beg 3]]
[[Fly to planet Erebus to respond to distress call|5b beg 4]]
</h2>
</div>
<code>[4Bbeg]</code><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/screen.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Yes! The pod lights up and things are looking good! The meteor shower continues to fly past your window. It could hit your pod if you don’t hurry. You finally see the screen asking you where you would like to direct the pod to.
Where do you choose to go?
[[Go to the nearest Space Station 10 hours away|5c beg 5]]
[[Land on a nearby unknown planet 20 minutes away|5c beg 6]]
</h2>
</div>
<code>[4Cbeg]</code><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/controlcenter.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
You walk into a control center. You’re not sure what it is you are looking for so you float over the many buttons and scan them for anything that could be for gravity. It’s all so overwhelming but then you spot a button with the letter ‘g’ on it. You’re pretty sure that’s the symbol for gravity… You bite your lip as you worry about the consequences of pressing the wrong button, but decide to just go for it. You hover your finger over the button, and squint your eyes shut as you press it. Your body immediately thuds to the floor!
<<linkappend "Phew, you did it!">> You feel pretty good with yourself as you jump back on your feet and dust yourself off. You step out of the control room and now have a choice to make.
Which way do you turn?
[[Left to the escape pods|5a int 1]]
[[Right to the main flight deck|5a int 2]]
<</linkappend>>
</h2>
</div>
<code>[4Aint]</code><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/message.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Phew, you successfully manage to put the fire out, what a relief. You release the fire extinguisher and watch as it floats off, knocking on every surface it touches as it dances away. You wipe the sweat away from your face and return to the control center.
<<linkappend "The warning lights and noise have all stopped now,">> thank goodness. The screen lights up with details about the flight’s mission on its journey back to Earth! But then something interrupts you and pops up on the screen. It looks like a message!. You can just about work out what it says - it’s a distress call from the nearby planet, Erebus. There’s no other information received. What do you do?
[[Ignore the distress call and go on with your mission|5b int 3]]
[[Fly to planet Erebus to respond to distress call|5b int 4]]
<</linkappend>>
</h2>
</div>
<code>[4Bint]</code><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/screen.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Success! The pod lights up and things are looking promising! You can feel your heart racing as the meteor shower continues to fly past your window. Something could hit your pod at any moment. Fortunately, a notification pops up on the screen asking you where you would like to direct the pod to.
Where do you choose to go?
[[Go to the nearest Space Station 10 hours away|5c int 5]]
[[Land on a nearby unknown planet 20 minutes away|5c int 6]]
</h2>
</div>
<code>[4Cint]</code><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/controlcenter.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
You burst into a control center. You’re not certain what it is you are looking for so you float over the multitude of buttons and scan them for anything that potentially could be for gravity. It’s all so overwhelming but then you spot a button with the letter ‘g’ on it. You’re pretty sure that’s the symbol for gravity… You bite your lip as you contemplate the consequences of potentially pressing the wrong button, but decide to just go for it. You hover your finger over the button, and squint your eyes shut as you press it. Your body immediately thuds to the floor!
<<linkappend "Phew, you did it!">> You feel pretty good with yourself as you jump back on your feet and dust yourself off. You step out of the control room and now have a choice to make.
Which way do you turn?
[[Left to the escape pods|5a adv 1]]
[[Right to the main flight deck|5a adv 2]]
<</linkappend>>
</h2>
</div>
<code>[4Aadv]</code>
<<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/message.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Phew, you successfully manage to extinguish the fire, what a relief. You release the fire extinguisher from your grasp and observe as it floats off, bouncing on every surface it touches as it dances away. You wipe the sweat away from your burning face and return back to the control center.
<<linkappend "The warning lights and noise have all ceased now,">> thank goodness. The screen lights up with details about the flight’s mission on its journey back to Earth. But then something ominous pops up on the screen and interrupts your reading. It appears to be some kind of message. You can just about interpret what it says - it’s a distress call from the nearby planet, Erebus. There’s no other information received.
What do you do?
[[Ignore the distress call and go on with your mission|5b adv 3]]
[[Fly to planet Erebus to respond to distress call|5b adv 4]]
<</linkappend>>
</h2>
</div>
<code>[4Badv]</code><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/screen.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Success! The interior lights up and things are looking promising! You can feel the adrenaline pumping round your body as the meteor shower continues to zoom past your window, threatening to strike your pod at any moment. Fortunately, a notification pops up on the screen asking you where you would like to navigate the pod to.
Where do you choose to go?
[[Go to the nearest Space Station 10 hours away|5c adv 5]]
[[Land on a nearby unknown planet 20 minutes away|5c adv 6]]
</h2>
</div>
<code>[4Cadv]</code><<set $currentlevel to "5aBeg2">>
<<set $answer= ["lightyears"]>>
<div class="content">
<h2>
You make it to the main flight deck. You can see people but it looks like they are asleep in hibernation. You run inside and look for the main controls.
You decide to try and move this ship away from the meteor shower. You tap on the display and see there is a planet close by. You worry about landing on an unknown planet, but decide to just go for it.
You set the spaceship to go to the nearest planet, called Kreos, and cross your fingers…
<<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?
meteorite, atmosphere, galaxy, space, asteroid, planet, lightyears, gravity, rocket, astronaut, universe
<iframe src="https://www.web-decks.com/wp-admin/admin-ajax.php?action=h5p_embed&id=70" width="100%" height="950" frameborder="0" allowfullscreen="allowfullscreen"></iframe><script src="https://www.web-decks.com/wp-content/plugins/h5p/h5p-php-library/js/h5p-resizer.js" charset="UTF-8">
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= ["atmosphere"]>>
<div class="content">
<h2>
The signal is coming from a nearby planet called Erebus. You don’t know who left the message. This is quite a risk but you want to help, so here we go!
You fly the spaceship towards planet Erebus. After many hours, you can see a planet in the distance! This is definitely the planet where the signal was coming from. You set the spaceship to land...
<<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?
planet, cosmos, atmosphere, astronaut, star, gravity, orbit, rocket, satellite, spacesuit, asteroid
<iframe src="https://www.web-decks.com/wp-admin/admin-ajax.php?action=h5p_embed&id=76" width="100%" height="950" frameborder="0" allowfullscreen="allowfullscreen"></iframe><script src="https://www.web-decks.com/wp-content/plugins/h5p/h5p-php-library/js/h5p-resizer.js" charset="UTF-8">
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= ["blackhole"]>>
<div class="content">
<h2>
You’re going to land on an unknown planet… You wonder what you’ll find here! The planet is known as Delphis. You start to feel very nervous. What will you find on this planet?
You see a bright star in the distance. After you get closer, the escape pod begins to land. You jolt as it lands on the ground. You press the button to open the hatch.
<<linkappend "It seems there is oxygen on this planet,">> as well as gravity similar to Earth. You crawl out of the pod and onto the ground. The whole planet is covered in moss.
Now it’s time to do some exploring to see what you can find here to help you get back home to Earth...
<<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?
lightyears, comet, gas, galaxy, meteor, asteroid, planet, gravity, rocket, blackhole, solarsystem
<iframe src="https://www.web-decks.com/wp-admin/admin-ajax.php?action=h5p_embed&id=82" width="100%" height="950" frameborder="0" allowfullscreen="allowfullscreen"></iframe><script src="https://www.web-decks.com/wp-content/plugins/h5p/h5p-php-library/js/h5p-resizer.js" charset="UTF-8">
Enter the missing word in the box below:
<</linkappend>><</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= ["asteroid"]>>
<div class="content">
<h2>
You make it to the main flight deck. You can see people inside but it looks like they are all asleep?! They must be in hibernation… Fortunately the door is unlocked so you hurry inside and find the main controls.
You’re not sure what it is you are looking for. But you decide it’s probably better to try and move this ship away from the meteor shower and land it somewhere to have it checked it over, in case there has been any damage. You tap on the holographic display and notice there is a planet close by, only an hour away. You bite your lip as you worry about the dangers of landing on an unknown planet, but decide to just go for it.
You set the spaceship to make its way to the nearest planet, called Kreos, and cross your fingers…
<<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?
meteorite, atmosphere, galaxy, space, planet, comet, gravity, solarsystem, satellite, sun, astronaut, universe, nova, asteroid, blackhole, cosmos
<iframe src="https://www.web-decks.com/wp-admin/admin-ajax.php?action=h5p_embed&id=71" width="100%" height="1050" frameborder="0" allowfullscreen="allowfullscreen"></iframe><script src="https://www.web-decks.com/wp-content/plugins/h5p/h5p-php-library/js/h5p-resizer.js" charset="UTF-8">
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= ["universe"]>>
<div class="content">
<h2>
You see that the signal is coming from a nearby planet called Erebus. It doesn’t say who was leaving the distress signal nor did it leave a message. This is quite a gamble but you really want to help, so here we go!
You direct the spaceship towards planet Erebus. After many hours, you can see a planet in the distance! According to your satellite navigation, this is the planet where the distress signal was coming from. You set the spaceship to land...
<<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?
nova, planet, blackhole, astronaut, star, gravity, universe, orbit, solarsystem, satellite, space, nebula, lightyears, cosmos, gas, escapepod
<iframe src="https://www.web-decks.com/wp-admin/admin-ajax.php?action=h5p_embed&id=77" width="100%" height="1050" frameborder="0" allowfullscreen="allowfullscreen"></iframe><script src="https://www.web-decks.com/wp-content/plugins/h5p/h5p-php-library/js/h5p-resizer.js" charset="UTF-8">
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= ["nebula"]>>
<div class="content">
<h2>
You’ve made the decision to land on an unknown planet… You wonder what you’ll find here! You set the navigation to the planet known as Delphis. You start to feel very nervous. What will you find on this planet?
You see a bright star in the distance. It is giving off a greenish tinge, very interesting… The escape pod begins its landing sequence and adjusts to the planet’s gravity.
<<linkappend "The pod begins to land on the planet">> and you jolt as it lands on the ground. You wearily hit the button to release the hatch and it bursts open. Fortunately it seems there is oxygen on this planet, as well as gravity similar to Earth. You crawl out of the pod and onto the ground. The whole planet seems to be covered in some type of moss.
Now it’s time to do some exploring to see what you can find here to help you get back home to Earth...
<<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?
comet, gas, galaxy, meteor, asteroid, planet, nebula, gravity, solarsystem, satellite, spacesuit, astronaut, universe, nova, escapepod, cosmos,
<iframe src="https://www.web-decks.com/wp-admin/admin-ajax.php?action=h5p_embed&id=83" width="100%" height="1050" frameborder="0" allowfullscreen="allowfullscreen"></iframe><script src="https://www.web-decks.com/wp-content/plugins/h5p/h5p-php-library/js/h5p-resizer.js" charset="UTF-8">
Enter the missing word in the box below:
<</linkappend>><</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= ["orbit"]>>
<div class="content">
<h2>
You reach the main flight deck and slam your body against the glass door in desperation. You can see people inside but it looks like they are all asleep?! They must be in hibernation still… You fumble with the door, phew, at least it’s not locked. You burst inside and locate the main controls.
<<linkappend "You’re not certain what it is you are looking for,">> but you figure it’s probably better to try and get this ship out of the way of the meteor shower and land it somewhere to have it checked it over, in case there has been any long term damage. You tap on the holographic display and notice there is an exoplanet close by, only an hour away. You bite your lip as you contemplate the consequences of landing on an unknown planet, but decide to just go for it.
You set the spaceship to make its way to the nearest planet, called Kreos, and cross your fingers…
<<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?
spacestation, atmosphere, galaxy, meteor, asteroid, planet, comet, gravity, rocket, solarsystem, satellite, nebula, sun, nova, cosmos, astronaut, universe, blackhole, intergalactic, orbit, star
<iframe src="https://www.web-decks.com/wp-admin/admin-ajax.php?action=h5p_embed&id=72" width="100%" height="1100" frameborder="0" allowfullscreen="allowfullscreen"></iframe><script src="https://www.web-decks.com/wp-content/plugins/h5p/h5p-php-library/js/h5p-resizer.js" charset="UTF-8">
Enter the missing word in the box below:
<</linkappend>><</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= ["gas"]>>
<div class="content">
<h2>
You determine that the signal is coming from a nearby planet called Erebus. It doesn’t say who was leaving the distress signal nor did it leave a message. This is quite a gamble but you genuinely want to assist, so here we go!
You decidedly navigate the spaceship towards planet Erebus. After many tedious hours, you squint and observe a planet in the distance! According to your satellite navigation, this is the planet where the distress signal was emanating from. You set the spaceship to land...
<<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?
meteorite, atmosphere, galaxy, space, asteroid, planet, comet, gravity, rocket, solarsystem, satellite, nebula, gas, sun, astronaut, universe, nova, blackhole, escapepod, intergalactic, cosmos
<iframe src="https://www.web-decks.com/wp-admin/admin-ajax.php?action=h5p_embed&id=78" width="100%" height="1100" frameborder="0" allowfullscreen="allowfullscreen"></iframe><script src="https://www.web-decks.com/wp-content/plugins/h5p/h5p-php-library/js/h5p-resizer.js" charset="UTF-8">
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= ["nova"]>>
<div class="content">
<h2>
You’ve made the decision to land on an unknown exoplanet… You’re curious about what you’ll find here! You bravely set the navigation to the planet which is known as Delphis and make your way there. You start to feel extremely nervous as you are heading deeper into the unknown. What will you find on this planet? You see a bright star in the distance which is getting larger and larger as you approach it. It is emanating a greenish tinge, very interesting… The escape pod begins its landing sequence and adjusts automatically to the planet’s gravity.
<<linkappend "The pod begins its process to land on the planet">> and you jolt with a thud as it firmly plants itself on the ground. You wearily hit the button to release the hatch and it bursts open. Miraculously it seems there is oxygen on this planet, as well as gravity similar to Earth, although you feel somewhat lighter here. You crawl out of the pod and onto the ground. The whole planet seems to be covered in some type of moss. You stand up and find you can almost leap into the air and land gently. It’s an interesting experience!
Now it’s time to do some exploring to see what you can find here to help you get back home to Earth...
<<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?
exoplanet, cosmos, gas, astronaut, nova, star, gravity, orbit, rocket, solarsystem, satellite, spacesuit, nebula, universe, stellar, intergalactic, blackhole, asteroid, comet, sun, atmosphere
<iframe src="https://www.web-decks.com/wp-admin/admin-ajax.php?action=h5p_embed&id=84" width="100%" height="1100" frameborder="0" allowfullscreen="allowfullscreen"></iframe><script src="https://www.web-decks.com/wp-content/plugins/h5p/h5p-php-library/js/h5p-resizer.js" charset="UTF-8">
Enter the missing word in the box below:
<</linkappend>><</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/landing.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
You have finally reached planet Kreos! The spaceship lands with a thud. You feel a bit worried about what you might find on this planet. But everything seems to be ok so far…
What do you do now?
[[Stay on the ship and try to contact Earth|7a beg 2 deadend]]
[[Get down to explore planet Kreos|7a beg 2]]
</h2>
</div>
<code>[6Abeg2]</code><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/erebus.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
The spaceship lands, great job $name! You don’t know anything about this planet. You don’t even know if it has oxygen for you to breathe. So you sensibly decide to put on a spacesuit.
You open the door and see an empty planet. It looks like a desert. Everything is sandy, dry, and beige. You climb down the stairs and look around. You see something in the distance. It looks like a spaceship!
<<linkappend "You run towards it,">><<audio "footsteps" fadeoverto 20 0>> not easy in a spacesuit! As you reach it you realize the ship crashed. It looks like it has been here for a long time. You climb in the spaceship. You can’t find any survivors and there is no power. After all that, It looks like it was an old signal that you received...
That’s a shame, what do you do now?
[[Make your way back to your ship and get off planet Erebus|7b beg 4]]
[[Explore planet Erebus |7b beg 4 deadend]]
<</linkappend>>
</h2>
</div>
<code>[6Bbeg4]</code><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/controlcenter.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
After some time, you find an old spaceship! You run in to explore further. Your goal is to look for resources. Also something to drink and eat would be amazing. You look through some bins and are so happy to find bottled water! You also find some oxygen tanks and out of date snacks.
This spaceship might be a bit old but nothing looks broken or damaged.
What do you do next?
[[Try to program an old space shuttle to launch it off the planet|7c beg 6]]
[[Try to make contact with Earth|7c beg 6 deadend]]
</h2>
</div>
<code>[6Cbeg6]</code><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/landing.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
After an hour of space travel, you have reached planet Kreos! You set the spaceship to autoland on the planet. It lands with a thud. You freeze and look around in anticipation. Everything seems to be ok so far…
What do you do now?
[[Stay on the ship and try to contact Earth|7a int 2 deadend]]
[[Get down to explore planet Kreos|7a int 2]]
</h2>
</div>
<code>[6Aint2]</code><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/erebus.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
The spaceship lands with a thud, great job $name! You don’t know anything about this planet or whether there is even oxygen, so you sensibly decide to put on a spacesuit. You slip your body into the undergarment. You then place each of your legs into the lower torso part of the suit and put your feet in the boots. You then slide your body under the torso, poking your head out of the top and pulling your arms through the sleeves. You put the gloves on and finally lock the helmet over your head. Phew, that was not easy to do alone!
<<linkappend "You check your oxygen and controls;">> everything looks good. You turn the handle to the lock while taking a deep breath, not knowing what you will find...
The door opens and you see a totally deserted planet. It looks like a desert! Everything is sandy, dry, and beige. You climb down the stairs and take a good look around you. You can’t see anything so you remove your portable navigator which can detect the location where the signal was coming from.
<<linkappend "You’re not walking for long">><<audio "footsteps" fadeoverto 20 0>> when you come across something in the distance - it looks like a spaceship! You run towards it, as best you can in your spacesuit anyway. As you approach it you realize the ship had crashed. It looks like it has been here for a long time. You manage to climb on board the spaceship. You can’t find any survivors and there is no power. After all that, It looks like it was an old signal that you received...
That’s a shame, what do you do now?
[[Make your way back to your ship and get off planet Erebus|7b int 4]]
[[Explore planet Erebus|7b int 4 deadend]]
<</linkappend>><</linkappend>>
</h2>
</div>
<code>[6Bint4]</code><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/controlcenter.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
After time exploring this mossy planet, you find an old abandoned spaceship! You run towards it and crawl your way in to explore further. Your priority is to look for resources; something to drink and eat would be amazing. You search through some bins and almost scream with joy when you find bottled water! You also find some oxygen tanks which might end up coming in handy as well as some out of date snacks.
This spaceship might be a bit old but nothing looks broken or damaged.
What do you do next?
[[Try to program an old space shuttle to launch it off the planet|7c int 6]]
[[Try to make contact with Earth|7c int 6 deadend]]
</h2>
</div>
<code>[6Cint6]</code><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/landing..mp4" type="video/mp4">
</video>
<div class="content">
<h2>
After an hour of intense space travel, you have finally reached planet Kreos! You program the spaceship to autoland on the planet and it lands with a resounding thud. You freeze and wildly look around in anticipation. Everything seems to be ok so far…
What do you do now?
[[Stay on the ship and try to contact Earth|7a adv 2 deadend]]
[[Get down to explore planet Kreos|7a adv 2]]
</h2>
</div>
<code>[6Aadv2]</code><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/erebus.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
The spaceship lands with an expectant thud, great job $name! You don’t know anything about this planet or whether there is even oxygen, so you sensibly decide to put on a spacesuit. You slip your body into the undergarment. You then place each of your legs into the lower torso part of the suit and put your feet in the boots. You then slide your body under the torso, poking your head out of the top and pulling your arms through the sleeves. You put the gloves on and finally lock the helmet over your head. Phew, that was tremendously complicated to do alone!
<<linkappend "You inspect your oxygen and controls;">> everything looks good. You rotate the handle to the lock while taking a deep breath, not knowing what you will discover...
The door opens slowly and you observe a completely deserted planet. It looks like a desert: everything is sandy, dry and beige. You climb down the stairs and observe your surroundings. There is nothing in sight, so you remove your portable navigator which can detect the location where the signal was coming from.
<<linkappend "You’re not walking for long">><<audio "footsteps" fadeoverto 20 0>> when you come across something in the distance - it looks like a spaceship! You race towards it, as best you can in your spacesuit anyway. As you approach it you discern that the ship had crashed. It looks like it has been here for a significant amount of time. You successfully climb on board the spaceship but you are unable to locate any survivors and the ship has no power. After all that effort, It appears it was an old signal that you received...
[[Make your way back to your ship and get off planet Erebus|7b adv 4]]
[[Explore planet Erebus|7b adv 4 deadend]]
<</linkappend>><</linkappend>>
</h2>
</div>
<code>[6Badv4]</code><<audio ":playing" fadeout>>
<<audio "yay" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/controlcenter.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
After much time exploring this mossy planet, you approach what appears to be an old abandoned spaceship! You leap towards it and crawl your way in to investigate further. Your priority is to look for resources; something to drink and eat would be phenomenal right now.
<<linkappend "You rummage through some stacked up bins">> and almost squeal with delight when you discover bottled water! You desperately open a bottle and guzzle as much as you can before you begin to choke. You also find some oxygen tanks which might end up coming in useful, as well as some out of date snacks.
As you look around you realize this spaceship might be a bit old, but nothing looks broken or damaged.
What do you do next?
[[Try to program an old space shuttle to launch it off the planet|7c adv 6]]
[[Try to make contact with Earth|7c adv 6 deadend]]
<</linkappend>>
</h2>
</div>
<code>[6Cadv6]</code><<set $currentlevel to "7aBeg2">>
<<set $answer= ["comet"]>>
<div class="content">
<h2>
You put on a spacesuit and go to the exit. You turn the handle and open the heavy door. You look out at this new planet. Everything is white and grey and looks like it is covered in snow. You slowly climb down the stairs. You walk around the spaceship looking for any problems. Fortunately, the cold and ice on this planet has put out all the fires from the meteor shower. That was lucky!
<<linkappend "As you look out at the white mountains,">><<audio "storm" fadeoverto 20 0>> you see that the sky is black. You start to get afraid as this might be some kind of storm...
You don’t want to see how bad storms get on Kreos. So you run up the steps and close the door tight. You take off your spacesuit and go to the control center. It’s time to program the ship to launch off this planet and back into space...
<<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>MCTOE</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>><</linkappend>></h2>
<code>[7Abeg2]</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= ["planet"]>>
<div class="content">
<h2>
You manage to run back to the ship in your heavy spacesuit. You are getting the ship ready for launch, but a sand storm is coming. It’s so strong that it might push your spaceship over. If it does that you will never make it off this planet! So you get ready to launch the spaceship off planet Erebus...
<<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>LAPNET</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>>
<<set $currentlevel to "7cBeg6">>
<<set $answer= ["meteor"]>>
<div class="content">
<h2>
Wow, you are getting some great skills! You manage to program the shuttle. Everything lights up inside. You are feeling very proud of yourself. But, you realize you need to work out how to launch this shuttle. You also need to find your way through space to go back home to Earth...
<<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>ERETOM</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>>
<<set $currentlevel to "7aInt2">>
<<set $answer= ["universe"]>>
<div class="content">
<h2>
You climb into a spacesuit, it never seems to get any easier to do this alone! After some time you make your way to the exit, turn the handle and throw open the heavy door. You take a sharp breath as you look around at this planet.
<<linkappend "Everything is white and grey">> and looks like it is covered in snow. There doesn’t seem to be any other form of life here. You release the steps and slowly climb down. Yes, this is definitely some kind of ice or snow and the air feels freezing, even in your spacesuit. You walk around the entire spaceship looking for any problems. Fortunately, the cold and ice on this planet has successfully put out all the fires from the meteor shower. That was lucky!
<<linkappend "You look out into the vastness of this undiscovered planet.">><<audio "storm" fadeoverto 20 0>> As your eyes sweep across the frozen mountains, you notice that the sky in the distance is almost black. You feel the color drain from your face as you realize this might be some kind of storm...
You decide you don’t want to stick around to see how bad storms get on Kreos, so you race up the steps and seal the door tight. You scramble to get out of your space suit and run to the control center. It’s time to program the ship to launch off this planet and back into space...
<<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>SIRVENUE</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>><</linkappend>><</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 "7bInt4">>
<<set $answer= ["exoplanet"]>>
<div class="content">
<h2>
You manage to run back to the ship in your heavy spacesuit and you make it back to the control center. You are preparing the ship for launch but a sand storm is coming. It’s so powerful that it is likely to push your spaceship over. If it does that you will never make it off this planet!
You have an idea to burn some of the fuel from the side jets to keep the spaceship upright until you can launch. It seems to be working! You buckle up and get ready to launch the spaceship off planet Erebus...
<<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>LATEXNOPE</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 "7cInt6">>
<<set $answer= ["stellar"]>>
<div class="content">
<h2>
Wow, you are developing some great skills! You manage to program the shuttle and everything lights up inside. You are feeling very proud of yourself but you realize you need to work out how to launch this shuttle. You also need to find your way through space to go back home to 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>ARTSELL</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>>
<<set $currentlevel to "7aAdv2">>
<<set $answer= ["airy"]>>
<div class="content">
<h2>
You awkwardly climb into a spacesuit, it never seems to get any easier to do this alone! After some time fumbling with the suit, you commence to the exit, turn the handle and throw open the heavy door. You take a sharp breath as you gaze around at this new planet in awe.
<<linkappend "Everything is white and grey">> and looks like it is covered in snow. There doesn’t appear to be any other form of life here. You release the steps and slowly climb down. Yes, this is definitely some kind of ice or snow and the air feels freezing, even in your spacesuit. You hike around the entire spaceship looking for any problems. Fortunately, the cold and ice on this planet has successfully put out all the fires from the meteor shower. That was lucky!
<<linkappend "You look out into the vastness of this undiscovered planet.">><<audio "storm" fadeoverto 20 0>> As your eyes sweep across the frozen mountains, you observe that the sky in the distance is turning a menacing shade of black. You feel the color drain from your face as you realize this might be some kind of ominous storm...
You decide you don’t want to stick around to see how bad storms get on Kreos, so you race up the steps and seal the heavy door tight. You scramble to get out of your space suit and sprint to the control center. It’s time to program the ship to launch off this planet and back into space...
<<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>GIVTRAY</h1>
Then take the following letters (3,5,2,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>><</linkappend>><</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 "7bAdv4">>
<<set $answer= ["edit"]>>
<div class="content">
<h2>
You somehow manage to run back to the ship in your heavy spacesuit and you successfully make it back to the control center. You are preparing the ship for launch but a sand storm is fast approaching. It’s so powerful that it is threatening to push your spaceship over - if it does that you will never make it off this planet!
You have an idea to burn some of the fuel from the side jets to keep the spaceship upright until you can launch. It seems to be working! You buckle up and get ready to launch the spaceship off planet Erebus...
<<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>ADOREITS</h1>
Then take the following letters (4,8,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>[7Bavd4]</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= ["seat"]>>
<div class="content">
<h2>
Wow, you are developing some impressive skills! After reading through some manuals you found, as well as a bit of trial and error, you successfully programmed the shuttle! Everything lights up inside and you look around you with a large grin on your face. That feeling of smugness soon fades, however, as you realize you need to somehow figure out how to launch this shuttle as well as find your way through space to go back home to Earth...
<<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>LILESTATE</h1>
Then take the following letters (1,9,2,8) 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/screen.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Phew, nice work $name, you managed to launch the spaceship. You look for another Space Station or planet you can go to for help. After a while, you see something on screen that looks like Earth! It says it is going to take you 5 months to get there, so you get ready for the long ride back home!
[[Congratulations for making it back to Earth!|cert a beg 2]]
</h2>
</div>
<code>[endAbeg2]</code><<audio ":playing" fadeout>>
<video autoplay muted loop id="backVideo">
<source src="Videos/screen.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
The spaceship shakes as it launches and goes through the storm. Soon everything goes black and you pass out…
You wake up and slowly open your eyes. Everything looks blurry. You are not sure where you are. You rub your eyes and look at the screen to see where you are. You breathe a sigh of relief when you find out you are on the way to Earth. Hooray $name, you are going to be home in 2 years time!
[[Congratulations for making it back to Earth!|cert b beg 4]]
</h2>
</div>
<code>[endBbeg4]</code><<audio ":playing" fadeout>>
<video autoplay muted loop id="backVideo">
<source src="Videos/spaceship.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
You did it $name! You launched this old shuttle off the planet Delphis! You lean back and look outside your window. The planet quickly drifts off into the distance. Now you see only black space and stars. You worry about your journey home.
<<linkappend "You find out that the shuttle">> is on course to reach Earth. The only thing is that it will take 5 years. That’s a long time… You find that there is a hibernation pod on board the shuttle. You decide to hibernate for the next few years. You successfully land on Earth 5 years later, you made it!
[[Congratulations for making it back to Earth!|cert c beg 6]]
<</linkappend>>
</h2>
</div>
<code>[endCbeg6]</code><<audio ":playing" fadeout>>
<video autoplay muted loop id="backVideo">
<source src="Videos/screen.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Phew, nice work $name, you have managed to launch the spaceship Asteria back into space. You turn on the navigation and look for another Space Station or planet you can go to for help. After looking for about 20 minutes you freeze in shock as you see something that looks like our solar system! You zoom in closer and jump up in delight as you spot our very own planet Earth! You quickly set the navigation to head straight for Earth. It says travel is going to take 5 months though, so you buckle up ready for the long ride back home!
[[Congratulations for making it back to Earth!|cert a int 2]]
</h2>
</div>
<code>[endAint2]</code><<audio ":playing" fadeout>>
<video autoplay muted loop id="backVideo">
<source src="Videos/screen.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
The spaceship shakes as it launches and passes through the powerful storm. Soon everything goes black as the G force makes you pass out…
You start to stir and slowly open your eyes. Everything looks blurry and you feel confused; you are not sure where you are. But it suddenly hits you and you begin to panic. You rub your eyes and look at the navigation screen to see where you are. You breathe a sigh of relief when you learn you are on the way to Earth and are expected to reach it in 2 years time!
[[Congratulations for making it back to Earth!|cert b int 4]]
</h2>
</div>
<code>[endBint4]</code><<audio ":playing" fadeout>>
<video autoplay muted loop id="backVideo">
<source src="Videos/spaceship.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
You did it $name! You managed to launch this old shuttle off the planet Delphis! You gaze outside your window as the shuttle launches off the planet. The planet quickly drifts off into the distance. Now there is nothing but black space and stars out in front of you.
<<linkappend "You worry">> as the journey ahead is so unclear. You play with the settings on board the shuttle and discover that it is on course to reach Earth, but it will take 5 years. That’s a long time… You find that there is a hibernation pod on board the shuttle so you decide to hibernate for the next few years. You successfully land on Earth 5 years later, you made it!
[[Congratulations for making it back to Earth!|cert c int 6]]
<</linkappend>>
</h2>
</div>
<code>[endCint6]</code><<audio ":playing" fadeout>>
<video autoplay muted loop id="backVideo">
<source src="Videos/screen.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Phew, nice work $name, you have successfully managed to launch the spaceship Asteria back into space and off that cold planet. This is so much pressure for you as everyones’ lives on board this ship are all in your hands!
<<linkappend "You play around with the hologram navigation">> looking for another Space Station or planet you can go to for help. After whizzing through the simulated space hologram for 20 minutes you freeze in shock as you see something that resembles our solar system! You squint your eyes and zoom in closer. You suddenly jump up in delight as you spot our very own planet Earth! You scramble to set the navigation to head straight for Earth. It says travel is going to take 5 months though, so you buckle up ready for the long ride back home!
[[Congratulations for making it back to Earth!|cert a adv 2]]
<</linkappend>>
</h2>
</div>
<code>[endAadv2]</code><<audio ":playing" fadeout>>
<video autoplay muted loop id="backVideo">
<source src="Videos/screen.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
The spaceship shakes aggressively as it launches and passes through the powerful storm. It’s extremely intense and soon everything goes black as the G force makes you pass out…
You start to stir and slowly open your eyes. Everything looks blurry and you feel disorientated; you are not sure where you are. But it suddenly hits you and you begin to panic. You rub your eyes and look at the navigation screen to see where you are. You breathe a sigh of relief when you discover you are well on the way to Earth and are expected to reach it in 2 years time!
[[Congratulations for making it back to Earth!|cert b adv 4]]
</h2>
</div>
<code>[endBadv4]</code><<audio ":playing" fadeout>>
<video autoplay muted loop id="backVideo">
<source src="Videos/spaceship.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
You did it $name! You successfully managed to launch this old shuttle off the planet Delphis! You gaze outside your window as the shuttle violently shakes as it powers off the planet. The planet quickly drifts off into the distance and there is nothing but endless black space and sparkling stars out in front of you.
<<linkappend "You take a deep breath">> as you realize the uncertainty of the journey in front of you. You experiment with the settings on board the shuttle and discover that it is on course to reach Earth but it will take 5 years. That’s a significant amount of time… You learn that there is a hibernation pod on board the shuttle so decide to hibernate for the next few years. You successfully land on Earth 5 years later - you made it!
[[Congratulations for making it back to Earth!|cert c adv 6]]
<</linkappend>>
</h2>
</div>
<code>[endCadv6]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/screen.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no! It says you can record a message to Earth but it will take 10 years before you can get a reply… You may as well get down to explore planet Kreos...
[[Get down to explore planet Kreos|7a beg 2]]
</h2>
</div>
<code>[7Abeg2d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/sandstorm.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no, it looks like a deadly sand storm is approaching. The sky has turned dark as the air is filling up with sand and dust. You decide it’s safer to get off this planet so you run back to the spaceship Asteria!
[[Make your way back to your ship and get off planet Erebus|7b beg 4]]
</h2>
</div>
<code>[7Bbeg4d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/satellite.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no, you tried to fix the signal dish but it failed. There is no way to make contact with Earth from here. It looks like you’re going to have to try and program this old space shuttle and launch it off this planet!
[[Try to program an old space shuttle to launch it off the planet|7c beg 6]]
</h2>
</div>
<code>[7Cbeg6d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/screen.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no! It says you can record a message to earth but it will take 10 years before you can get a reply… You may as well get down to explore planet Kreos...
[[Get down to explore planet Kreos|7a int 2]]
</h2>
</div>
<code>[7Aint2d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/sandstorm.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no, it looks like a deadly sand storm is approaching. The sky has turned dark as the air is filling up with sand and debris. You decide it’s safer to get off this planet so you run back to the spaceship Asteria!
[[Make your way back to your ship and get off planet Erebus|7b int 4]]
</h2>
</div>
<code>[7Bint4d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/screen.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no! It says you can record a message to earth but it will take 10 years before you can get a reply… You may as well get down to explore planet Kreos...
[[Get down to explore planet Kreos|7a adv 2]]
</h2>
</div>
<code>[7Aadv2d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/sandstorm.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no, it looks like a deadly sand storm is approaching. The sky has turned dark as the air is filling up with sand and debris. You decide it’s safer to get off this planet so you run back to the spaceship Asteria!
[[Make your way back to your ship and get off planet Erebus|7b adv 4]]
</h2>
</div>
<code>[7Badv4d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/satellite.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no, you tried to repair the signal dish but it totally failed. There is no way to make contact with Earth from here, so it looks like you’re going to have to try and reprogram this old space shuttle and launch it off this planet!
[[Try to program an old space shuttle to launch it off the planet|7c adv 6]]
</h2>
</div>
<code>[7Cadv6d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/satellite.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no, you tried to repair the signal dish but it totally failed. There is no way to make contact with Earth from here, so it looks like you’re going to have to try and reprogram this old space shuttle and launch it off this planet!
[[Try to program an old space shuttle to launch it off the planet|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/space9.mp4" type="video/mp4">
</video>
<div class="content">
<h1>
Awesome job $name, you're such a survivor!
Why not try again and this time choose another path to travel and see what other adventures you can find. Why not see if you can beat them all!
[[Go on another adventure!|select]]
</h1></div>
<<set $CurHP to 100>><<set $currentlevel to "5aBeg1">>
<<set $answer= ["solarsystem"]>>
<div class="content">
<h2>
You’ve decided to get off this spaceship in case the damage gets worse. You find the signs to the escape pods and run over there as fast as you can.
There is a space suit waiting outside each of the pods. It’s very hard to put one of these on without help, but you manage it.
<<linkappend "You turn the lock and open the round door.">> You crouch down as you step inside the escape pod. There is just a single seat and a control deck in front of you. You climb over the chair and buckle yourself in.
You look at the buttons and controls in confusion. You have no idea what to do. You need to take some time to work out how to use the pod and get yourself to the nearest space station.
<<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?
spacestation, galaxy, meteor, solarsystem, asteroid, planet, comet, gravity, rocket, astronaut, star
<iframe src="https://www.web-decks.com/wp-admin/admin-ajax.php?action=h5p_embed&id=67" width="100%" height="950" frameborder="0" allowfullscreen="allowfullscreen"></iframe><script src="https://www.web-decks.com/wp-content/plugins/h5p/h5p-php-library/js/h5p-resizer.js" charset="UTF-8">
Enter the missing word in the box below:
<</linkappend>><</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/escapepod.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Success $name, you manage to turn on the escape pod. The buttons light up like a Christmas tree! There is a touch screen control in front of you which shows a map of all the local space stations. The closest one is 3 hours away. Wow, getting anywhere in space really is very slow. You set the navigation.
<<linkappend "Next, it’s time to dislodge the pod from the main ship.">><<audio "spacestation" fadeoverto 10 0>> You click the dislodge button and you feel your pod loosen from the ship as it floats in space.
<<linkappend "You hold the joystick which controls the escape pod.">> You gently push it forward and fly away from the spaceship. You look to your left outside the window and can see you are moving- hooray! But there is a sudden jolt and you are pulled back to the ship. What is going on? You push forward and again you are pulled back. You look outside the window and see that your pod is tangled in cables…
What do you do now?
[[Keep trying to fly out in the hope the cables will dislodge|7a beg 1 deadend]]
[[Go on a spacewalk to untangle the cables by hand|7a beg 1]]
<</linkappend>><</linkappend>>
</h2>
</div>
<code>[6Abeg1]</code><<set $currentlevel to "7aBeg1">>
<<set $answer= ["space"]>>
<div class="content">
<h2>
Sigh, here we go again, another space walk… You move the pod back until it locks onto the spaceship. You check that your space suit and helmet is on securely. You slowly open the airlock door and climb outside of the ship. You crawl over the pod and find the tangled cables. It’s time to sort out this mess...
<<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>ASPEC</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>>
<<audio ":playing" fadeout>>
<video autoplay muted loop id="backVideo">
<source src="Videos/docking.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Hooray $name, you untangled the mess! You are sweating inside this hot spacesuit and cannot wait to get back inside. You crawl back inside the escape pod, and close the door tightly behind you. You can finally take off your spacesuit. That feels so much better.
<<linkappend "You sit in the control chair and get ready to launch.">> You take a deep breath and hope that this works… You slowly push the joystick forward. It’s working, the pod is moving away from the ship! You set the pod to travel to the nearest Space Station. It says it’s going to take 3 hours. Your eyes get heavy as you rest...
<<linkappend "You jump awake">><<audio "dock" volume 0.5 play>> as your pod locks into the Space Station. A group of astronauts open your pod and save you! They tell you that you can be sent back to Earth on the next flight home in a few months’ time!
[[Congratulations for making it back to Earth!|cert a beg 1]]
<</linkappend>>
<</linkappend>>
</h2>
</div>
<code>[endAbeg1]</code><<set $currentlevel to "5bBeg3">>
<<set $answer= ["spacestation"]>>
<div class="content">
<h2>
You ignore the distress call. You don’t know what is on planet Erebus or who the message is from. You get back to getting this ship to Earth!
Suddenly, the room lights up red again. Oh no, not another problem?! What is it this time? It looks like there is another fire on the spaceship. It’s too big this time though. The only way to save the ship is to dislodge part of it and send it into space...
<<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?
galaxy, meteor, asteroid, planet, comet, astronaut, gravity, orbit, rocket, universe, spacestation
<iframe src="https://www.web-decks.com/wp-admin/admin-ajax.php?action=h5p_embed&id=73" width="100%" height="950" frameborder="0" allowfullscreen="allowfullscreen"></iframe><script src="https://www.web-decks.com/wp-content/plugins/h5p/h5p-php-library/js/h5p-resizer.js" charset="UTF-8">
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/explosion.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Looks like you got it just in time. The part of the ship that you dislodged has just exploded. You stare at it in shock.That could have blown up the entire spaceship!
You give the spaceship one more checkover. Everything looks good. You even fix the gravity as you drop down on the ground! It feels weird after floating for so long. You refocus and set the target location to Earth. You flop back in the chair feeling glad.
<<linkappend "After a few minutes,">><<audio "warning" fadeoverto 10 0>> you notice the ship has run out of fuel. Oh no, you can’t catch a break?! The fire must have burned up some of the fuel…
What do you do?
[[Start a landing off sequence to steer the ship to the nearest Space Station|7b beg 3]]
[[Sit there and hope someone will save you|7b beg 3 deadend]]
<</linkappend>>
</h2>
</div>
<code>[6Bbeg3]</code><<audio ":playing" fadeout>>
<<set $currentlevel to "7bBeg3">>
<<set $answer= ["stars"]>>
<div class="content">
<h2>
You turn on the landing jets. This gives one last burst of power to push the spaceship forward. You then steer the spaceship towards the Space Station.
You are so happy that you can finally see the Space Station! You weren’t sure if you were going to make it! You now have the tough job of docking the ship onto the Station...
<<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>ARSTS</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>>
<<audio ":playing" fadeout>>
<video autoplay muted loop id="backVideo">
<source src="Videos/docking.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Well that was not easy… but you did it $name! You have made contact with the Space Station! You unlock the door and open it. As you climb through, you are greeted by a group of astronauts! You have never been so happy to see people!
<<linkappend "You tell them all about what happened.">> They give you the great news that they have contacted Earth. A spaceship is coming to rescue you soon!
[[Congratulations for making it back to Earth!|cert b beg 3]]
<</linkappend>>
</h2>
</div>
<code>[endBbeg3]</code><<audio ":playing" fadeout>>
<<set $currentlevel to "5cBeg5">>
<<set $answer= ["astronaut"]>>
<div class="content">
<h2>
You have chosen to go to the nearest Space Station. It’s time to start the long journey through space…
You launch the escape pod off into space. You decide to close your eyes and try to sleep through the long journey.
Time passes by. You wake up and see a bright light. It looks like it is the Space Station! Now it’s time for the hard part of docking the pod to the Station…
<<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?
sun, planet, blackhole, star, gravity, orbit, rocket, astronaut, solarsystem, spacesuit, universe
<iframe src="https://www.web-decks.com/wp-admin/admin-ajax.php?action=h5p_embed&id=79" width="100%" height="950" frameborder="0" allowfullscreen="allowfullscreen"></iframe><script src="https://www.web-decks.com/wp-content/plugins/h5p/h5p-php-library/js/h5p-resizer.js" charset="UTF-8">
Enter the missing word in the box below:
<</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/docking.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
You shake as your pod locks into the Space Station. You float over to the door to enter the Station. But you panic as you don’t know anything about this Station. You don’t even know if anyone is on board…
What do you do?
[[Go into the Space Station and explore|7c beg 5]]
[[Stay in the pod and hope for the best|7c beg 5 deadend]]
</h2>
</div>
<code>[6Cbeg5]</code><<set $currentlevel to "7cBeg5">>
<<set $answer= ["orbit"]>>
<div class="content">
<h2>
You unlock the door and pull it open. You peek behind the door but there is no one there. It’s totally dark inside, spooky… You put on a spacesuit and turn your headlight on. It looks like a very small space station. So far you’ve not seen a single person and everything is turned off. It looks like this is an old station.
Great, now what? You decide to go to one of the old escape pods on the station. Now you have to work out how to use it…
<<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>BIROT</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>>
<<audio ":playing" fadeout>>
<video autoplay muted loop id="backVideo">
<source src="Videos/space9.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Hooray $name, you figured it out! You’re getting pretty good at this now! The pod still works and there is lots of fuel left. You turn on the oxygen and take off your helmet so you are more comfortable. You program the pod to go straight to Earth. It’s going to be a long journey, but you’re going to make it!
[[Congratulations for making it back to Earth!|cert c beg 5]]
</h2>
</div>
<code>[endCbeg5]</code><<set $currentlevel to "5aInt1">>
<<set $answer= ["galaxy"]>>
<div class="content">
<h2>
You’ve decided to abandon this spaceship in case the meteor shower damages the whole ship. You find the signs to the escape pods and sprint your way over there as fast as you can.
There is a space suit waiting outside each of the pods. You mutter to yourself as you fumble with all the components; it’s very hard to put one of these on without help, but you manage it.
<<linkappend "You turn the lock with force">> and open the round door, crouching down as you step inside the cramped escape pod. There is just a single seat and a control deck in front of you. You climb over the chair and buckle yourself in.
Your eyes scan the buttons and controls in confusion. You have no idea what to do: you need to take some time to work out how to operate the pod and get yourself to the nearest space station.
<<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?
exoplanet, cosmos, astronaut, star, gravity, orbit, solarsystem, satellite, spacesuit, nebula, galaxy, universe, stellar, intergalactic, blackhole, asteroid
<iframe src="https://www.web-decks.com/wp-admin/admin-ajax.php?action=h5p_embed&id=68" width="100%" height="1050" frameborder="0" allowfullscreen="allowfullscreen"></iframe><script src="https://www.web-decks.com/wp-content/plugins/h5p/h5p-php-library/js/h5p-resizer.js" charset="UTF-8">
Enter the missing word in the box below:
<</linkappend>><</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/escapepod.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Success $name, you manage to activate the escape pod. The buttons light up the interior like a Christmas tree! There is an interactive touch screen control in front of you which reveals a map of your surrounding area and all the local space stations. The closest one is 3 hours away. Wow, getting anywhere while travelling through space really is painfully slow. You set the navigation, you just need to get the pod out into clear space now.
<<linkappend "Next, it’s time to dislodge the pod from the main ship.">><<audio "spacestation" fadeoverto 10 0>> Your palms are getting clammy as your finger hovers over the button. You click the dislodge button and you feel your pod loosen from the ship as it floats in space.
<<linkappend "You take a hold of the joystick which controls the escape pod.">> You gently push it forward and fly away from the spaceship. You look to your left outside the window and can see you are moving. You’re feeling pretty smug with yourself. Suddenly, there is a forceful jolt and you are pulled back to the ship. What is going on? You push forward and again, you are forcefully pulled back. You look outside the window and see that your pod is tangled in cables…
What do you do now?
[[Keep trying to fly out in the hope the cables will dislodge|7a int 1 deadend]]
[[Go on a spacewalk to untangle the cables manually|7a int 1]]
<</linkappend>><</linkappend>>
</h2>
</div>
<code>[6Aint1]</code><<set $currentlevel to "7aInt1">>
<<set $answer= ["asteroid"]>>
<div class="content">
<h2>
Sigh, here we go again, another space walk… You check all the parts of your space suit are secured and that your helmet is on tight. You reverse the escape pod back onto the ship until it locks back in place. You carefully climb outside onto the ship. You nervously walk out onto the escape pod and look for where the tangled cables are coming from. You slowly crawl over the pod and see the tangled mess in front of you. It’s time to get untangling...
<<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>AISORTED</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>>
<<audio ":playing" fadeout>>
<video autoplay muted loop id="backVideo">
<source src="Videos/docking.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Hooray, you managed to untangle the mess. You are sweating inside this hot spacesuit and cannot wait to get back into the pod and get out of here. You gently crawl your way back to the spaceship ensuring you seal the lock securely behind you. You make your way back to your pod and pull off all the parts of your space suit. You take a deep breath as you feel the cool air wash all over your sweaty skin.
<<linkappend "You shake it off and get back into your seat">> and grip the joystick ready to launch yourself out of here. You take a deep breath and hope that this works… You slowly push the joystick forward. It’s working, the pod is moving away from the ship! You set your destination to the nearest Space Station and kick back ready to rest for the next 3 hours. Your eyes get heavy as you rest...
<<linkappend "You startle awake">><<audio "dock" volume 0.5 play>> to the jolt of your escape pod locking into the Space Station. A group of astronauts burst into your pod and save you! They tell you you’re safe and that you can be sent back to Earth on the next flight home in a few months’ time!
[[Congratulations for making it back to Earth!|cert a int 1]]
<</linkappend>><</linkappend>>
</h2>
</div>
<code>[endAint1]</code><<set $currentlevel to "5bInt3">>
<<set $answer= ["satellite"]>>
<div class="content">
<h2>
You decide to ignore the distress call. You don’t know what is on planet Erebus and who the message is even from. You cancel the distress call and go back to what you were working on - getting this ship back to Earth!
<<linkappend "Suddenly, the room lights up red again">><<audio "warning" fadeoverto 10 0>> - oh no, not another problem?! What is it this time? You go into the spaceship map to locate the problem. It looks as though there is another fire which has engulfed an entire unit of the spaceship. It’s too out of control to put out with an extinguisher. The only way to save the ship is to close that part of the ship off and dislodge it, releasing it into space...
<<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?
intergalactic, planet, blackhole, astronaut, star, gravity, orbit, rocket, satellite, solarsystem, spacesuit, nebula, universe, lightyears, cosmos, escapepod
<iframe src="https://www.web-decks.com/wp-admin/admin-ajax.php?action=h5p_embed&id=74" width="100%" height="1050" frameborder="0" allowfullscreen="allowfullscreen"></iframe><script src="https://www.web-decks.com/wp-content/plugins/h5p/h5p-php-library/js/h5p-resizer.js" charset="UTF-8">
Enter the missing word in the box below:
<</linkappend>><</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/explosion.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
You look out the window in front of you and see the dislodged part of the ship is drifting away. Looks like you got it just in time as it suddenly explodes right in front of your eyes filling the whole control center with a bright orange light. You stare at it in astonishment. Had you been a minute later that could have blown up the entire spaceship!?
<<linkappend "You give the spaceship one more checkover.">> Everything looks good. You even accidentally manage to find the error to fix the gravity as you thud down on your seat in relief! It feels weird after floating for so long. You refocus and set the target location to Earth. You flop back in the chair feeling relieved.
<<linkappend "After a few minutes,">><<audio "warning" fadeoverto 10 0>> you notice a warning light has popped up saying the ship has run out of fuel. Oh no, you can’t catch a break?! The fire must have burned up some of the fuel…
What do you do?
[[Start a landing off sequence to set ship into motion and steer to nearest Space Station|7b int 3]]
[[Sit there and hope someone will save you|7b int 3 deadend]]
<</linkappend>><</linkappend>>
</h2>
</div>
<code>[6Bint3]</code><<set $currentlevel to "7bInt3">>
<<set $answer= ["gravity"]>>
<div class="content">
<h2>
You turn on the landing jets. This gives one last burst of power to help push the spaceship into motion. You find the nearest Space Station on the map and steer the spaceship towards it.
After what feels like forever, you scream with joy as you can see the Space Station in the distance! For a moment there you weren’t sure if you were going to make it! You inch closer and closer and now you have the challenging job of docking the ship onto the Station...
<<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>RIVYTAG</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>>
<<audio ":playing" fadeout>>
<video autoplay muted loop id="backVideo">
<source src="Videos/docking.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Well that was not easy… but you did it $name! You have made contact with the Space Station! You unlock the door and turn it with force. As you climb through you are welcomed by a group of astronauts! You have never been so happy to see people that you leap into the arms of the nearest person!
You tell them all about what happened and they successfully contacted Earth to send a spaceship to rescue you and everyone on board!
[[Congratulations for making it back to Earth!|cert b int 3]]
</h2>
</div>
<code>[endBint3]</code><<set $currentlevel to "5cInt5">>
<<set $answer= ["spacesuit"]>>
<div class="content">
<h2>
You have chosen to go to the nearest Space Station which is unfortunately over 10 hours away. It’s time to release the escape pod and begin the long journey through space into the unknown…
You undock the escape pod from the spaceship and launch it off into space. You look outside the window and see the spaceship Asteria get smaller and smaller as it fades into the distance. You can really see the damage that the meteor shower has caused. It’s a good thing you chose to get off the ship while you had a chance.
<<linkappend "You decide to close your eyes">> and try to sleep through the majority of the 10 hour journey. Time passes by and you finally see a bright spark in the distance! According to the navigation, this looks like it is a Space Station! You’re so relieved! Now it’s time for the challenging part of docking the pod to the Station…
<<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?
meteorite, atmosphere, galaxy, asteroid, planet, comet, gravity, rocket, solarsystem, satellite, astronaut, universe, spacesuit, blackhole, escapepod, cosmos
<iframe src="https://www.web-decks.com/wp-admin/admin-ajax.php?action=h5p_embed&id=80" width="100%" height="1050" frameborder="0" allowfullscreen="allowfullscreen"></iframe><script src="https://www.web-decks.com/wp-content/plugins/h5p/h5p-php-library/js/h5p-resizer.js" charset="UTF-8">
Enter the missing word in the box below:
<</linkappend>><</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/docking.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
You are shaken by the jolt of your escape pod locking into the Space Station. You unbuckle and float over to the door which connects to the Station. You are about to unlock the door when you pause. You don’t know anything about this Station, or whether anyone is even on board…
What do you do?
[[Go into the Space Station and explore|7c int 5]]
[[Stay in the pod and hope for the best|7c int 5 deadend]]
</h2>
</div>
<code>[6Cint5]</code><<set $currentlevel to "7cInt5">>
<<set $answer= ["galaxy"]>>
<div class="content">
<h2>
You unlock the door and pull it open with all your strength. You peek behind the door but there is no one around. In fact, it’s totally dark inside - spooky… You worry about oxygen and lack of light, so you decide to get into a spacesuit, just in case. After fumbling around with trying to climb into the spacesuit, you finally manage it. You’re good to go. You turn your headlight on and carefully float through the dark corridor. It looks like a very small space station, and so far you’ve not seen a single person and everything is turned off. It looks like this is an old station that has been abandoned…
Great, now what? You decide to make your way to one of the old escape pods attached to the station and try to figure out how to use it…
<<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>AGALYX</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>>
<<audio ":playing" fadeout>>
<video autoplay muted loop id="backVideo">
<source src="Videos/space9.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Hooray $name, you managed to figure it out! You’re getting pretty good at this now! Thankfully the pod still works and there is plenty of fuel left, from what you can see. You turn on the oxygen in the pod and take off your helmet so you are more comfortable. You buckle up and set the navigation to go straight to Earth. It’s going to be a long journey home, but thankfully you’re going to make it!
[[Congratulations for making it back to Earth!|cert c int 5]]
</h2>
</div>
<code>[endCint5]</code><<set $currentlevel to "5aAdv1">>
<<set $answer= ["star"]>>
<div class="content">
<h2>
You’ve decided to abandon this spaceship in case the meteor shower damage spreads to the entire ship. You locate the signs to the escape pods and sprint your way over there as fast as you can.
There is a space suit waiting outside each of the pods. You mutter to yourself as you fumble with all the components; it’s extremely challenging to put one of these on without assistance, but you manage it.
<<linkappend "You strenuously turn the lock with force">> and open the round door, crouching down as you step inside the cramped escape pod. There is just a single seat and a control deck in front of you. You clumsily climb over the chair and buckle yourself in.
Your eyes scan the buttons and controls in desperation. You have no idea what to do: you need to take some time to work out how to operate the pod and get yourself to the nearest space station.
<<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?
galaxy, meteor, asteroid, planet, comet, blackhole, astronaut, spaceship, gravity, orbit, rocket, solarsystem, satellite, nebula, star, universe, stellar, intergalactic, lightyears, gas, nova
<iframe src="https://www.web-decks.com/wp-admin/admin-ajax.php?action=h5p_embed&id=69" width="100%" height="1100" frameborder="0" allowfullscreen="allowfullscreen"></iframe><script src="https://www.web-decks.com/wp-content/plugins/h5p/h5p-php-library/js/h5p-resizer.js" charset="UTF-8">
Enter the missing word in the box below:
<</linkappend>><</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/escapepod.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Success $name, you have accomplished activating the escape pod and the entire interior lights up like a sparkly Christmas tree! You observe an interactive touch screen control in front of you which reveals a map of your surrounding area and all the local space stations: the closest one is 3 hours away. Wow, getting anywhere while travelling through space really is painfully slow. You set the navigation, you just need to direct the pod out into clear space now.
<<linkappend "Next, it’s time to dislodge the pod from the main ship.">><<audio "spacestation" fadeoverto 10 0>> Your palms are getting clammy as your finger hovers over the button. You click the dislodge button and you feel your pod loosen from the ship as it hovers in space.
<<linkappend "You firmly grip the joystick which controls the escape pod.">> You gently lever it forward and begin to fly away from the spaceship. You look to your left outside the window and can see you are moving; you’re feeling pretty smug with yourself. Suddenly, there is a forceful jolt and you are pulled back to the ship. What is going on? You push forward and again, you are forcefully pulled back. You look outside the window and see that your pod is tangled in cables…
What do you do now?
[[Keep trying to fly out in the hope the cables will dislodge|7a adv 1 deadend]]
[[Go on a spacewalk to untangle the cables manually|7a adv 1]]
<</linkappend>><</linkappend>>
</h2>
</div>
<code>[6Aadv1]</code><<set $currentlevel to "7aAdv1">>
<<set $answer= ["ruin"]>>
<div class="content">
<h2>
Sigh, here we go again, another space walk… You examine if all the components of your space suit are securely fastened and that your helmet is on tight. You reverse the escape pod back onto the ship until it locks back in place. You carefully climb outside onto the ship, clutching onto the handles for dear life. You nervously step out onto the escape pod and attempt to locate the tangled cables. Oh yes, there they are. What a mess.... You cautiously crouch down and crawl across the pod on all fours, trembling as you make your way to the tangled mess.You sigh to yourself; it’s time to get untangling...
<<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>EVIERUNS</h1>
Then take the following letters (6,1,3,2) 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>>
<<audio ":playing" fadeout>>
<video autoplay muted loop id="backVideo">
<source src="Videos/docking.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Hooray, you managed to untangle the monstrosity of that mess of cables. You are sweating profusely inside this hot spacesuit and cannot wait to just get back into the pod and get out of here. You gently crawl your way back to the spaceship ensuring you seal the lock securely behind you. You crouch down as you climb into the pod and then proceed to tear off all the parts of your space suit. You inhale a deep breath as you feel a wave of soothing cool air wash all over your sweaty skin.
<<linkappend "After a moment, you shake it off">> and get back into the control seat. You grip the joystick with conviction, ready to launch yourself out of here. You take a deep breath and hope that this works… You slowly inch the joystick forward. It’s working, the pod is traveling away from the ship! You set your destination to the nearest Space Station, lean back into the chair with relief and kick back ready to rest for the next 3 hours. Your eyes begin to get noticeably heavy as you rest...
<<linkappend "You abruptly startle awake">><<audio "dock" volume 0.5 play>> to the jolt of your escape pod locking into the Space Station. You swiftly spin your head around and are shocked and delighted to observe that a group of astronauts have burst into your pod! After many questions and conversations, they inform you that it is going to be possible to send you back to Earth on the next flight home in a few months' time!
[[Congratulations for making it back to Earth!|cert a adv 1]]
<</linkappend>><</linkappend>>
</h2>
</div>
<code>[endAadv1]</code><<set $currentlevel to "5bAdv3">>
<<set $answer= ["comet"]>>
<div class="content">
<h2>
You decide to disregard the distress call. You don’t know what is on planet Erebus and who the message is even from. You cancel the distress call and go back to what you were working on - getting this ship back to Earth!
<<linkappend "Suddenly, the room lights up red again">><<audio "warning" fadeoverto 10 0>> - oh no, not another problem?! What is it this time? You go into the spaceship map to locate the problem. It looks as though there is another fire which has engulfed an entire unit of the spaceship. It’s too out of control to put out with an extinguisher. The only way to save the ship is to close that part of the ship off and dislodge it, releasing it into space...
<<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?
intergalactic, sun, nova, planet, blackhole, astronaut, star, gravity, orbit, rocket, solarsystem, satellite, spacesuit, nebula, universe, stellar, lightyears, comet, cosmos, gas, escapepod
<iframe src="https://www.web-decks.com/wp-admin/admin-ajax.php?action=h5p_embed&id=75" width="100%" height="1100" frameborder="0" allowfullscreen="allowfullscreen"></iframe><script src="https://www.web-decks.com/wp-content/plugins/h5p/h5p-php-library/js/h5p-resizer.js" charset="UTF-8">
Enter the missing word in the box below:
<</linkappend>><</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/explosion.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
You gaze out the window in front of you and observe as the dislodged part of the ship slowly drifts away into the distance. It appears you succeeded just in time as it instantaneously explodes right in front of your eyes, filling the entire control center with a dazzling orange light. You gawp in astonishment. Had you been a minute later, that could potentially have blown up the entire spaceship!?
<<linkappend "You give the spaceship one more checkover on the system.">> Everything appears to be in order. You even succeed to identify the error to resolve the gravity as you thud down on your seat in relief! It’s bizarre to feel so heavy after floating for so long. You refocus and set the target location to Earth. You flop back in the chair with satisfaction feeling reassured.
<<linkappend "After a few minutes,">><<audio "warning" fadeoverto 10 0>> you are startled as you observe a warning light indicating the ship has run out of fuel. Oh no, you can’t catch a break?! The fire must have burned up some of the fuel… What do you do?
[[Start a landing off sequence to set ship into motion and steer to nearest Space Station|7b adv 3]]
[[Sit there and hope someone will save you|7b adv 3 deadend]]
<</linkappend>><</linkappend>>
</h2>
</div>
<code>[6Badv3]</code><<set $currentlevel to "7bAdv3">>
<<set $answer= ["leap"]>>
<div class="content">
<h2>
You release the landing jets which give one last burst of power that helps thrust the spaceship into motion. You locate the nearest Space Station on the map and manually navigate the spaceship towards it.
After what feels like forever, you scream with joy as you can see the Space Station in the distance! For a moment there you weren’t sure if you were going to make it! You inch closer and closer and now you have the challenging job of docking the ship onto the Station...
<<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>ANEXTPOLE</h1>
Then take the following letters (5,1,6,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>[7Bavd3]</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/docking.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Well that was extremely challenging… but you did it $name! You have successfully made contact with the Space Station! You unlock the door and rotate it with significant force. As you climb through the door, to your delight, you are warmly welcomed by a group of astronauts! You have never been so thrilled to see people that you enthusiastically leap into the arms of the nearest person!
<<linkappend "You inform them all about your adventure">> and what happened. They then share the phenomenal news that they have successfully made contact with Earth and a spaceship is coming to rescue you in a few months' time!
[[Congratulations for making it back to Earth!|cert b adv 3]]
<</linkappend>>
</h2>
</div>
<code>[endBadv3]</code><<set $currentlevel to "5cAdv5">>
<<set $answer= ["sun"]>>
<div class="content">
<h2>
You have selected to go to the nearest Space Station which is unfortunately over 10 hours away. It’s time to release the escape pod and commence the long journey through space into the unknown…
You undock the escape pod from the spaceship and launch it off into the dark depths of space. You peer outside the window and observe the spaceship Asteria get significantly smaller as it fades into the distance. You can really see the damage that the meteor shower has caused. It’s a good thing you chose to abandon the ship while you had the opportunity..
<<linkappend "You face forward, your body trembling">> from knowing you are all alone in the depths of space and putting all your trust into this one single escape pod. You decide to close your eyes and try to sleep through the majority of the 10 hour journey.
Time passes by and you finally see a bright spark in the distance! According to the navigation, this looks like it is a Space Station! You’re so relieved! Now it’s time for the challenging part of docking the pod to the Station...
<<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?
lightyears, comet, gas, galaxy, meteor, asteroid, planet, gravity, rocket, sun, solarsystem, satellite, spacesuit, nebula, astronaut, universe, nova, blackhole, escapepod, cosmos, stellar
<iframe src="https://www.web-decks.com/wp-admin/admin-ajax.php?action=h5p_embed&id=81" width="100%" height="1100" frameborder="0" allowfullscreen="allowfullscreen"></iframe><script src="https://www.web-decks.com/wp-content/plugins/h5p/h5p-php-library/js/h5p-resizer.js" charset="UTF-8">
Enter the missing word in the box below:
<</linkappend>><</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/docking.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
You are startled by the impact of your escape pod locking into the Space Station. You frantically unbuckle and nervously float over to the door which connects to the Station. You are about to unlock the door when you pensively pause. You don’t know anything about this Station, or whether anyone is even on board…
What do you do?
[[Go into the Space Station and explore|7c adv 5]]
[[Stay in the pod and hope for the best|7c adv 5 deadend]]
</h2>
</div>
<code>[6Cadv5]</code><<set $currentlevel to "7cAdv5">>
<<set $answer= ["time"]>>
<div class="content">
<h2>
You wearily unlock the door and pull it open with all your might. You peek behind the door but there is no one around. In fact, it’s totally dark inside - spooky… You are concerned about oxygen and lack of light, so you decide to get into a spacesuit, just in case. After fumbling around with trying to clamber into the spacesuit, you finally manage it. You’re good to go. You turn your headlight on and cautiously float your way through the dark corridor. It looks like a very small space station, and so far you’ve not seen a single person and everything is turned off. It appears this is an old station that has been abandoned…
Great, now what? You decide to make your way to one of the old escape pods attached to the station and try to figure out how to operate it…
<<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>REMOTETIE</h1>
Then take the following letters (3,7,1,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>[7Cavd5]</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/space9.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Hooray $name, you successfully managed to figure it out! You’re getting pretty competent at this now! Thankfully the pod still functions effectively and there is sufficient fuel left, from what you can determine. You turn on the oxygen in the pod and remove your helmet so you are more comfortable. You buckle up and program the navigation to go straight to Earth. It’s going to be a long journey home, but thankfully you’re going to make it!
[[Congratulations for making it back to Earth!|cert c adv 5]]
</h2>
</div>
<code>[endCadv5]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/space6.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no, hours have passed and no one has come to save you. You may end up here alone forever! You decide to go and explore the Space Station after all...
[[Go into the Space Station and explore|7c beg 5]]
</h2>
</div>
<code>[7Cbeg5d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/space6.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no… this is not working and you’re just burning through your fuel! Looks like you’re going to have to get out there and untangle the cables by hand...
[[Go on a spacewalk to untangle the cables by hand|7a beg 1]]
</h2>
</div>
<code>[7Abeg1d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/space5.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no, it could take years for someone to receive your distress call and send help! You decide to try the idea of bursting the landing jets to give the ship a boost to help you float to the nearest Space Station.
[[Start a landing off sequence to steer the ship to the nearest Space Station|7b beg 3]]
</h2>
</div>
<code>[7Bbeg3d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/space6.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no, hours have passed and no one has come to your rescue. At this rate, you may end up here alone forever! You decide to go and explore the Space Station after all...
[[Go into the Space Station and explore|7c int 5]]
</h2>
</div>
<code>[7Cint5d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/space6.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no… this is not working and you’re just burning through your fuel! The only solution appears to be to get out there and untangle the cables manually...
[[Go on a spacewalk to untangle the cables manually|7a int 1]]
</h2>
</div>
<code>[7Aint1d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/space5.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no, it could take years for someone to receive your distress call and send help! You decide to try the idea of bursting the landing jets to give the ship a boost to help you float to the nearest Space Station.
[[Start a landing off sequence to set ship into motion and steer to nearest Space Station|7b int 3]]
</h2>
</div>
<code>[7Bint3d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/space6.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no… this is not working and you’re just burning through your fuel! The only solution appears to be to get out there and untangle the cables manually...
[[Go on a spacewalk to untangle the cables manually|7a adv 1]]
</h2>
</div>
<code>[7Aadv1d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/space5.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no, it could take years for someone to receive your distress call and send help! You decide to try the idea of bursting the landing jets to give the ship a boost to help you float to the nearest Space Station.
[[Start a landing off sequence to set ship into motion and steer to nearest Space Station|7b adv 3]]
</h2>
</div>
<code>[7Badv3d]</code><<audio "dundun" volume 0.2 play>>
<video autoplay muted loop id="backVideo">
<source src="Videos/space6.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
Oh no, hours have passed and no one has come to your rescue. At this rate, you may end up here alone forever! You decide to go and explore the Space Station after all...
[[Go into the Space Station and explore|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>>
<video autoplay muted loop id="backVideo">
<source src="Videos/meteorshower.mp4" type="video/mp4">
</video>
<div class="content">
<h2>
$name, the year is 2051. You are one of the first humans to have ever been on a space vacation to the planet Eremos. These vacations have been named “spacecations” and last for 3 years at a time. Eremos is full of sandy islands, exotic beaches, perfect weather and the cleanest air humans have ever had access to. It was absolute paradise! You left your spacecation a few weeks ago and are now on the long flight home back to Earth aboard the spaceship Asteria.
<<linkappend "You are laying in your private space cabin">>, browsing through your holographic photo album thinking about the wonderful vacation you had, when you hear a rattling sound coming from the ceiling of your cabin. You notice that items on your desk begin to shake and then crash to the floor.
<<linkappend "The artificial gravity">><<audio "crash" volume 0.2 play>><<audio "spaceship" volume 0.1 play>> aboard the Asteria space ship has failed and every item in your cabin is now floating. Your arms and legs flail about as you panic and spin upside down trying to clutch onto the side of the cabin. You manage to peek outside your space cabin porthole and you observe a bright, orange spark outside the window. Then these flashes increase. Suddenly you feel another jolt and the whole cabin shakes around you as you float in the center of it. You push your face to the porthole again, breathing heavily on the window. You hold your breath in disbelief. The whole side of the Asteria space ship has been hit by a passing meteor shower!
<<linkappend "You pull yourself to the cabin door">> and peek your head outside to view the hallway. You call out for help, but no one responds. You search the corridors, calling out for someone but no one is to be found. You float to the flight deck cockpit in hopes of finding the crew there, but to your shock, the place is empty. You seem to be completely alone. The ceiling lights are flickering on and off and there is a loud vibration, which is causing you to panic even more. You realize you are going to have to take action as the meteor shower is creating more damage on your side of the ship and you are trapped.
What do you do?
[[Spacewalk outside to a safe area of the ship|2a int]]
[[Undock the damaged part of the ship currently in flames|2b int]]
[[Go to the escape pods to flee the space ship|2c int]]
(Is this text a bit too hard to read? No problem, [[try a different level|select]])
<</linkappend>><</linkappend>><</linkappend>>
</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - LOST IN SPACE</center></h1>
<h2>Congratulations, you made it back to 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: Escape pod to Space Station
Lifeline remaining: <<print $CurHP>>%</h1>
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - LOST IN SPACE</center></h1>
<h2>Congratulations, you made it back to 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: Fly spaceship Asteria back to Earth
Lifeline remaining: <<print $CurHP>>%</h1>
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - LOST IN SPACE</center></h1>
<h2>Congratulations, you made it back to 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: Spaceship coming to rescue you from the Station
Lifeline remaining: <<print $CurHP>>%</h1>
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - LOST IN SPACE</center></h1>
<h2>Congratulations, you made it back to 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: Spaceship Asteria reaches Earth in 2 years
Lifeline remaining: <<print $CurHP>>%</h1>
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - LOST IN SPACE</center></h1>
<h2>Congratulations, you made it back to 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: Escape pod back to Earth
Lifeline remaining: <<print $CurHP>>%</h1>
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - LOST IN SPACE</center></h1>
<h2>Congratulations, you made it back to 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: Launch an old spaceship back to Earth
Lifeline remaining: <<print $CurHP>>%</h1>
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - LOST IN SPACE</center></h1>
<h2>Congratulations, you made it back to 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: Escape pod to space station
Lifeline remaining: <<print $CurHP>>%</h1>
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - LOST IN SPACE</center></h1>
<h2>Congratulations, you made it back to 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: Fly spaceship Asteria back to Earth
Lifeline remaining: <<print $CurHP>>%</h1>
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - LOST IN SPACE</center></h1>
<h2>Congratulations, you made it back to 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: Spaceship coming to rescue you from the Station
Lifeline remaining: <<print $CurHP>>%</h1>
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<large><center>CERTIFICATE OF COMPLETION - LOST IN SPACE</center></large><h2>Congratulations, you made it back to 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: Spaceship Asteria reaches Earth in 2 years
Lifeline remaining: <<print $CurHP>>%</h1>
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - LOST IN SPACE</center></h1>
<h2>Congratulations, you made it back to 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: Escape pod back to Earth
Lifeline remaining: <<print $CurHP>>%</h1>
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - LOST IN SPACE</center></h1>
<h2>Congratulations, you made it back to 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: Launch an old spaceship back to Earth
Lifeline remaining: <<print $CurHP>>%</h1>
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - LOST IN SPACE</center></h1>
<h2>Congratulations, you made it back to 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: Escape pod to Space Station
Lifeline remaining: <<print $CurHP>>%</h1>
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - LOST IN SPACE</center></h1>
<h2>Congratulations, you made it back to 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: Fly spaceship Asteria back to Earth
Lifeline remaining: <<print $CurHP>>%</h1>
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - LOST IN SPACE</center></h1>
<h2>Congratulations, you made it back to 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: Spaceship coming to rescue you from the Station
Lifeline remaining: <<print $CurHP>>%</h1>
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - LOST IN SPACE</center></h1>
<h2>Congratulations, you made it back to 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: Spaceship Asteria reaches Earth in 2 years
Lifeline remaining: <<print $CurHP>>%</h1>
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - LOST IN SPACE</center></h1>
<h2>Congratulations, you made it back to 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: Escape pod back to Earth
Lifeline remaining: <<print $CurHP>>%</h1>
<h2>[[Next step|win]]</h2>
</div><<audio ":playing" fadeout>>
<div id="certificate">
<h1><center>CERTIFICATE OF COMPLETION - LOST IN SPACE</center></h1>
<h2>Congratulations, you made it back to 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: Launch an old spaceship back to Earth
Lifeline remaining: <<print $CurHP>>%</h1>
<h2>[[Next step|win]]</h2>
</div>