{"id":3811,"date":"2019-09-11T12:23:51","date_gmt":"2019-09-11T10:23:51","guid":{"rendered":"https:\/\/www.byor.nl\/?page_id=3811"},"modified":"2019-09-13T14:35:58","modified_gmt":"2019-09-13T12:35:58","slug":"mission-control-theme-coding-mission-4","status":"publish","type":"page","link":"https:\/\/www.byor.nl\/en\/mission-control-theme-coding-mission-4\/","title":{"rendered":"Mission Control | Theme Coding | Mission 4"},"content":{"rendered":"<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n<link rel=\"stylesheet\" href=\"https:\/\/www.byor.nl\/img\/MissionControlTheme2\/w3.css\">\r\n<style>\r\n.topshop-header-layout-standard {\r\n\tdisplay: none !important;\t\r\n}\r\n.site-footer {\r\n\tdisplay: none !important;\r\n}\r\n.customize-support {\r\nbackground-color:#000000 !important;\r\nbackground-size:100% !important;\r\nbackground: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 1)), url('http:\/\/byor.nl\/img\/missionbg.jpg');\r\n}\r\n.body {\r\nbackground-color:#000000 !important;\r\nbackground-size:100%;\r\n}\r\na:link {\r\n  color: #7e7ab9;\r\n  text-decoration: underline;\r\n}\r\na:visited {\r\n  color: #7e7ab9;\r\n  text-decoration: underline;\r\n}\r\na:hover {\r\n  color: #7cc9a0;\r\n}\r\n<\/style>\r\n<div class=\"full-width-div-no-head-foot-outer\">\r\n<div class=\"full-width-div-no-head-foot-inner\">\r\n<div style=\"position: fixed; right: 35px; top: 35px; color: #fff;\">Log in<\/div>\r\n<div class=\"roes-MC-title\"><img decoding=\"async\" style=\"width: 15%; min-width: 150px; margin-top: 35px; margin-bottom: -15px;\" src=\"http:\/\/byor.nl\/img\/MClogohalf.png\" \/>\r\n<h1 style=\"color: #fff; font-weight: bold; font-size: 50px; text-shadow: 2px 2px #939598;\">MISSION CONTROL<\/h1>\r\n<h4 style=\"color: #fff;\">Welcome to mission control, start the video below to hear the first transmission from the spaceship.<\/h4>\r\n<!-- https:\/\/maxl.us\/hideyt --><style>.hytPlayerWrap{display: inline-block; position: relative;}.hytPlayerWrap.ended::after{content:\"\"; position: absolute; top: 0; left: 0; bottom: 0; right: 0; cursor: pointer; background-color: black; background-repeat: no-repeat; background-position: center; background-size: 64px 64px; background-image: url(data:image\/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);}.hytPlayerWrap.paused::after{content:\"\"; position: absolute; top: 70px; left: 0; bottom: 50px; right: 0; cursor: pointer; background-color: black; background-repeat: no-repeat; background-position: center; background-size: 40px 40px; background-image: url(data:image\/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);}<\/style><div class=\"hytPlayerWrapOuter\"> <div class=\"hytPlayerWrap\"> <iframe loading=\"lazy\" width=\"640\" height=\"360\" src=\"https:\/\/www.youtube.com\/embed\/DPQ83YU27IM?rel=0&#038;enablejsapi=1\" frameborder=\"0\" ><\/iframe> <\/div><\/div><script>\"use strict\"; document.addEventListener('DOMContentLoaded', function(){if (window.hideYTActivated) return; let onYouTubeIframeAPIReadyCallbacks=[]; for (let playerWrap of document.querySelectorAll(\".hytPlayerWrap\")){let playerFrame=playerWrap.querySelector(\"iframe\"); let tag=document.createElement('script'); tag.src=\"https:\/\/www.youtube.com\/iframe_api\"; let firstScriptTag=document.getElementsByTagName('script')[0]; firstScriptTag.parentNode.insertBefore(tag, firstScriptTag); let onPlayerStateChange=function(event){if (event.data==YT.PlayerState.ENDED){playerWrap.classList.add(\"ended\");}else if (event.data==YT.PlayerState.PAUSED){playerWrap.classList.add(\"paused\");}else if (event.data==YT.PlayerState.PLAYING){playerWrap.classList.remove(\"ended\"); playerWrap.classList.remove(\"paused\");}}; let player; onYouTubeIframeAPIReadyCallbacks.push(function(){player=new YT.Player(playerFrame,{events:{'onStateChange': onPlayerStateChange}});}); playerWrap.addEventListener(\"click\", function(){let playerState=player.getPlayerState(); if (playerState==YT.PlayerState.ENDED){player.seekTo(0);}else if (playerState==YT.PlayerState.PAUSED){player.playVideo();}});}window.onYouTubeIframeAPIReady=function(){for (let callback of onYouTubeIframeAPIReadyCallbacks){callback();}}; window.hideYTActivated=true;});<\/script>\r\n<br>\r\n<!-- https:\/\/maxl.us\/hideyt --><style>.hytPlayerWrap{display: inline-block; position: relative;}.hytPlayerWrap.ended::after{content:\"\"; position: absolute; top: 0; left: 0; bottom: 0; right: 0; cursor: pointer; background-color: black; background-repeat: no-repeat; background-position: center; background-size: 64px 64px; background-image: url(data:image\/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);}.hytPlayerWrap.paused::after{content:\"\"; position: absolute; top: 70px; left: 0; bottom: 50px; right: 0; cursor: pointer; background-color: black; background-repeat: no-repeat; background-position: center; background-size: 40px 40px; background-image: url(data:image\/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);}<\/style><div class=\"hytPlayerWrapOuter\"> <div class=\"hytPlayerWrap\"> <iframe loading=\"lazy\" width=\"640\" height=\"360\" src=\"https:\/\/www.youtube.com\/embed\/x4GiTFwzdMw?rel=0&#038;enablejsapi=1\" frameborder=\"0\" ><\/iframe> <\/div><\/div><script>\"use strict\"; document.addEventListener('DOMContentLoaded', function(){if (window.hideYTActivated) return; let onYouTubeIframeAPIReadyCallbacks=[]; for (let playerWrap of document.querySelectorAll(\".hytPlayerWrap\")){let playerFrame=playerWrap.querySelector(\"iframe\"); let tag=document.createElement('script'); tag.src=\"https:\/\/www.youtube.com\/iframe_api\"; let firstScriptTag=document.getElementsByTagName('script')[0]; firstScriptTag.parentNode.insertBefore(tag, firstScriptTag); let onPlayerStateChange=function(event){if (event.data==YT.PlayerState.ENDED){playerWrap.classList.add(\"ended\");}else if (event.data==YT.PlayerState.PAUSED){playerWrap.classList.add(\"paused\");}else if (event.data==YT.PlayerState.PLAYING){playerWrap.classList.remove(\"ended\"); playerWrap.classList.remove(\"paused\");}}; let player; onYouTubeIframeAPIReadyCallbacks.push(function(){player=new YT.Player(playerFrame,{events:{'onStateChange': onPlayerStateChange}});}); playerWrap.addEventListener(\"click\", function(){let playerState=player.getPlayerState(); if (playerState==YT.PlayerState.ENDED){player.seekTo(0);}else if (playerState==YT.PlayerState.PAUSED){player.playVideo();}});}window.onYouTubeIframeAPIReady=function(){for (let callback of onYouTubeIframeAPIReadyCallbacks){callback();}}; window.hideYTActivated=true;});<\/script>\r\n\r\n&nbsp;\r\n<h1 style=\"color: #fff; font-weight: bold; font-size: 50px;\">Protocol Alpha<\/h1>\r\n<h4 style=\"color: #fff;\">Counting<\/h4>\r\n<br>\r\n<div class=\"roes-MC-block\">\r\n<h4 style=\"color: #7e7ab9;\">Count your points!<\/h4>\r\n<h5>The way chips and computers developed on our planet was greatly do to entertainment, games!\r\nThe most fun games let you set high scores! Let&#8217;s make a code that will add a point to a score when a sensor is triggered.\r\nWe will need to attach a sensor to the Easyboard, let&#8217;s use the distance sensor for now.<\/h5>\r\n<img decoding=\"async\" style=\"width: 80%; max-width:700px;\" src=\"https:\/\/www.byor.nl\/img\/MissionControlTheme2\/MB9.jpg\" \/><br>\r\n<h5 style=\"color: #231f20; margin-top: 25px;\">For counting something, we need to make what&#8217;s called a Variable, this is basically just a number that the chip remembers. To make a simple counter and show this on the micro:bit LEDs we can use the following code.<\/h5>\r\n<br>\r\n<img decoding=\"async\" style=\"width: 80%; max-width:600px;\" src=\"https:\/\/www.byor.nl\/img\/MissionControlTheme2\/simplecounter.png\" \/>\r\n<br>\r\n<h5 style=\"color: #231f20; margin-top: 25px;\">Before you can make this code, you need to create a Variable, we named this one &#8216;Var&#8217;. With this code, the counter is adding one, every time it is done displaying the number on the micro:bit. Now we want the code to add one, everytime a sensor is triggered, so the input signal is higher than for example 500. Can you come up with the code you need to make this work?<\/h5>\r\n\r\n<!-- Trigger\/Open the Modal -->\r\n<button onclick=\"document.getElementById('id01').style.display='block'\"\r\nclass=\"w3-button roes-button-style\" style=\"padding-top:10px; background-color:#7e7ab9; color:#fff !important;\">See the code!<\/button>\r\n\r\n<!-- The Modal -->\r\n<div id=\"id01\" class=\"w3-modal\">\r\n  <div class=\"w3-modal-content w3-animate-top\">\r\n    <div class=\"w3-container\">\r\n      <span onclick=\"document.getElementById('id01').style.display='none'\" \r\n      class=\"w3-button w3-display-topright\">&times;<\/span>\r\n       <br>\r\n       <img decoding=\"async\" style=\"width: 80%;\" src=\"https:\/\/www.byor.nl\/img\/MissionControlTheme2\/countersensor.png\" \/><br>\r\n       <br>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n<br>\r\n<h5 style=\"color: #231f20; margin-top: 25px;\">Upload the code and come close to the distance sensor to trigger the counter. Change the distance sensor for another sensor and try again, what kind of games can you come up with?<\/h5>\r\n<br>\r\n<\/div>\r\n\r\n<h1 style=\"color: #fff; font-weight: bold; font-size: 50px; margin-top: 25px;\">Protocol Bravo<\/h1>\r\n<h4 style=\"color: #fff;\">Keeping Score<\/h4>\r\n\r\n<div class=\"roes-MC-block\">\r\n<h4 style=\"color: #7e7ab9;\">Score a goal!<\/h4>\r\n<h5>We can use the code you just made to create a simple aiming game. Let&#8217;s make a simple counter that makes you score a point every time a marble is going in the goal.  \r\nIt will look something like this:<\/h5>\r\n<img decoding=\"async\" style=\"width: 80%; max-width:700px;\" src=\"https:\/\/www.byor.nl\/img\/MissionControlTheme2\/pinball1.png\" \/>\r\n<h5 style=\"color: #231f20; margin-top: 25px;\">The sensor is aiming down, play with the height of the goal (physically) and the strength of the signal (in your code, 500 in the example above), to finetune your goal and make sure it works correctly.<\/h5>\r\n<br>\r\n<button onclick=\"document.getElementById('id02').style.display='block'\"\r\nclass=\"w3-button roes-button-style\" style=\"padding-top:10px; background-color:#7e7ab9; color:#fff !important;\">How to make the goal<\/button>\r\n<div id=\"id02\" class=\"w3-modal\">\r\n  <div class=\"w3-modal-content w3-animate-top\">\r\n    <div class=\"w3-container\">\r\n      <span onclick=\"document.getElementById('id02').style.display='none'\" \r\n      class=\"w3-button w3-display-topright\">&times;<\/span>\r\n       <br>\r\nFirst take a piece of cardboard and fold it 4 times as shown in the image. \r\nThen use the split pens to attach the sensor to the middle of the cardboard and to attach the folded piece to another piece of flat cardboard.\r\n       <img decoding=\"async\" style=\"width: 80%;\" src=\"https:\/\/www.byor.nl\/img\/MissionControlTheme2\/pinball2.png\" \/><br>\r\n       <br>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n<br>\r\n<h5 style=\"color: #231f20; margin-top: 25px;\">Attach the sensor to the Easyboard on port 0 and connect the micro:bit, upload the code you made earlier and try to score points!\r\n<br>\r\nAs the code works now, if the ball remains in the goal, it will just keep getting points. We want it to just score one point at a time and only able to score another one once it is out of the goal again. We can make sure this happens using something called Flagging. We basically pull up a flag every time a goal is scored and do not let it happen again while the flag is up. Of course we need to make sure the flag is brought down when it needs to. \r\n<br>\r\nIn code this means we make a new variable (let&#8217;s call it Flag). When the sensor is triggered we check whether the flag is down (Flag = 0). If so, the score variable (Var) gets + 1 and this time, the flag is put up (Flag = 1). As long as the sensor is triggered, the flag stays 1 and no new points are added. Once the sensor is no longer triggered (signal goes below 500) the flag is set to 0 again. Enabling the scoring of points once again.  <\/h5>\r\n<br>\r\n<button onclick=\"document.getElementById('id03').style.display='block'\"\r\nclass=\"w3-button roes-button-style\" style=\"padding-top:10px; background-color:#7e7ab9; color:#fff !important;\">See the code!<\/button>\r\n<div id=\"id03\" class=\"w3-modal\">\r\n  <div class=\"w3-modal-content w3-animate-top\">\r\n    <div class=\"w3-container\">\r\n      <span onclick=\"document.getElementById('id03').style.display='none'\" \r\n      class=\"w3-button w3-display-topright\">&times;<\/span>\r\n       <br>\r\n       <img decoding=\"async\" style=\"width: 80%;\" src=\"https:\/\/www.byor.nl\/img\/MissionControlTheme2\/flagcode.png\" \/><br>\r\n       <br>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n<br>\r\n<h5>Try out the code and fine tune if necessary!<\/h5>\r\n<br>\r\n<\/div>\r\n\r\n<h1 style=\"color: #fff; font-weight: bold; font-size: 50px; margin-top: 25px;\">Protocol Bravo<\/h1>\r\n<h4 style=\"color: #fff;\">Calculating score!<\/h4>\r\n\r\n<div class=\"roes-MC-block\">\r\n   <h4 style=\"color: #7e7ab9;\">Crazy power-ups!<\/h4>\r\n  <h5>What if you score twice within 1 minute? Should you get rewarded with more points? If yes, let&#8217;s make that happen.\r\nIn order to do that we have added two variables. First the PointMultiplier variable, everytime you score a goal, the points are multiplied with the PointMultiplier variable. This variable is set to 1 on start. The second variable will keep time and is called Timer. In order to keep time we can use a block called Running Time. It gives us the time the program has been running. Comparing to this time will help to see when goals are scored soon after one another. If you can figure out this code on your own, super! If not, no problem, this one is very tricky.<\/h5>\r\n<br>\r\n<button onclick=\"document.getElementById('id04').style.display='block'\"\r\nclass=\"w3-button roes-button-style\" style=\"padding-top:10px; background-color:#7e7ab9; color:#fff !important;\">Show me the code!<\/button>\r\n<div id=\"id04\" class=\"w3-modal\">\r\n  <div class=\"w3-modal-content w3-animate-top\">\r\n    <div class=\"w3-container\">\r\n      <span onclick=\"document.getElementById('id04').style.display='none'\" \r\n      class=\"w3-button w3-display-topright\">&times;<\/span>\r\n       <br>\r\n       <img decoding=\"async\" style=\"width: 80%; max-width:700px;\" src=\"https:\/\/www.byor.nl\/img\/MissionControlTheme2\/scoretimemulti.png\" \/><br>\r\nNote that in this code, the scores need to follow up within 5 seconds (5000 ms). This is done to test the code, you can change it later to a time you want. \r\nAlso note that the timer is being set to -5000 this is to prevent the sensor triggering the first time. \r\n       <br>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n<br>\r\n<h5>The changing and showing of the score takes some time, especially when the score grows bigger than double digits. During this time, the code is on pause. To prevent this from getting in the way of your game you check the score when a button is pressed, saving you precious time during fast games. <h5>\r\n<img decoding=\"async\" style=\"width: 80%; max-width:400px;\" src=\"https:\/\/www.byor.nl\/img\/MissionControlTheme2\/buttonpressedshowscore.png\" \/>\r\n<br>\r\n<h5>A Button Pressed block can go out of the On Start or Forever blocks.<\/h5>\r\n<br>\r\n<br>\r\n<\/div>\r\n\r\n<h1 style=\"color: #fff; font-weight: bold; font-size: 50px; margin-top: 25px;\">Protocol Charly<\/h1>\r\n<h4 style=\"color: #fff;\">Pin ball!<\/h4>\r\n\r\n<div class=\"roes-MC-block\" style=\"background-color: #efeff7;\">\r\n<h4 style=\"color: #7e7ab9;\">Go crazy!<\/h4>\r\n  <h5>What if there were more ways to score points and what if it worked together? Let&#8217;s build a pin ball machine and use the different sensors to score points. Maybe even get some output parts in there to shake things up a bit!<\/h5>\r\n<br>\r\n\r\n<button onclick=\"document.getElementById('id05').style.display='block'\"\r\nclass=\"w3-button roes-button-style\" style=\"padding-top:10px; background-color:#7e7ab9; color:#fff !important;\">An example of what to build<\/button>\r\n<div id=\"id05\" class=\"w3-modal\">\r\n  <div class=\"w3-modal-content w3-animate-top\">\r\n    <div class=\"w3-container\">\r\n      <span onclick=\"document.getElementById('id05').style.display='none'\" \r\n      class=\"w3-button w3-display-topright\">&times;<\/span>\r\n       <br>\r\n       <img decoding=\"async\" style=\"width: 80%;\" src=\"https:\/\/www.byor.nl\/img\/MissionControlTheme2\/ifsplitter3way.png\" \/><br>\r\n       <br>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n<br>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"roes-MC-block\" style=\"background-color: #efeff7;\">\r\n<h1>Show us your creation!<\/h1>\r\n<h4>Be sure you are logged in to receive your space tokens!<\/h4>\r\n<h5>Log in<\/h5>\r\n<h4>Upload a video of your creation and send us the link!<\/h4>\r\n\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f3537-o1\" lang=\"nl-NL\" dir=\"ltr\" data-wpcf7-id=\"3537\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/wp-json\/wp\/v2\/pages\/3811\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contactformulier\" novalidate=\"novalidate\" data-status=\"init\" data-trp-original-action=\"\/en\/wp-json\/wp\/v2\/pages\/3811#wpcf7-f3537-o1\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"3537\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.1\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"nl_NL\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f3537-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<h3 style=\"margin-top:0px; margin-bottom:0px;\">Your username\n<\/h3>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required roes-field\" id=\"roes-MC-field\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Your username, tokens will go to this user\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span>\n<\/p>\n<h3 style=\"margin-top:0px; margin-bottom:3px;\">Your video\n<\/h3>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"url-106\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-url wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-url roes-field\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Paste your video-link here\" value=\"\" type=\"url\" name=\"url-106\" \/><\/span>\n<\/p>\n<p><span style=\"font-size:16px; margin-bottom:16px; margin-top:-20px;\">Upload your video through <a href=\"https:\/\/www.youtube.com\/\" target=\"_new\" style=\"text-decoration: underline;\" >Youtube<\/a>, <a href=\"https:\/\/vimeo.com\/\" target=\"_new\" style=\"text-decoration: underline;\">Vimeo<\/a> or social media!<\/span>\n<\/p>\n<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner roes-button-style\" id=\"roes-form-button-MC\" type=\"submit\" value=\"Submit evidence and go!\" \/>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n<\/div>\n\r\n<a href=\"https:\/\/www.byor.nl\/en\/mission-control-theme-coding-mission-4\/\">skip (you won&#8217;t receive tokens)<\/a>\r\n<\/div>\r\n<img decoding=\"async\" style=\"width: 15%; min-width: 150px; margin-top: 35px; margin-bottom: -15px;\" src=\"http:\/\/byor.nl\/img\/MCbadgeclose.png\" \/>\r\n\r\n<\/div>\r\n<\/div>\r\n<div class=\"roes-MC-footer\">\r\n<div style=\"width: 60%; margin-left: auto; margin-right: auto;\">\r\n<div style=\"display: inline-block; width: 29%; min-width: 300px;\"><a href=\"https:\/\/www.nowyouknowchannel.com\/\" target=\"_new\"><img decoding=\"async\" style=\"width: 30%;\" src=\"https:\/\/www.byor.nl\/img\/NYKlogo.png\" \/><\/a><\/div>\r\n<div style=\"display: inline-block; width: 29%; vertical-align: top; padding-top: 30px; min-width: 300px;\">\r\n<h5>BYOR Mission Control\r\ninfo@byor.nl\r\n<a href=\"http:\/\/www.BYORcraft.com\">www.BYORcraft.com<\/a>\r\n<a href=\"http:\/\/www.nowyouknowchannel.com\">www.nowyouknowchannel.com<\/a><\/h5>\r\n<\/div>\r\n<div style=\"display: inline-block; width: 29%; min-width: 300px;\"><a href=\"https:\/\/www.byor.nl\/en\/\" target=\"_new\"><img decoding=\"async\" style=\"width: 60%; margin-left: 25px;\" src=\"https:\/\/www.byor.nl\/img\/missioncontrollogo.png\" \/>\r\n<\/a><\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>","protected":false},"excerpt":{"rendered":"<p>MISSION CONTROL Welcome to mission control, start the video below to hear the first transmission from the spaceship. &nbsp; Protocol Alpha Counting Count your points! The way chips and computers developed on our planet was greatly do to entertainment, games! The most fun games let you set high scores! Let&#8217;s make a code that will [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"wf_page_folders":[69],"class_list":["post-3811","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.byor.nl\/en\/wp-json\/wp\/v2\/pages\/3811","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.byor.nl\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.byor.nl\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.byor.nl\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.byor.nl\/en\/wp-json\/wp\/v2\/comments?post=3811"}],"version-history":[{"count":13,"href":"https:\/\/www.byor.nl\/en\/wp-json\/wp\/v2\/pages\/3811\/revisions"}],"predecessor-version":[{"id":3837,"href":"https:\/\/www.byor.nl\/en\/wp-json\/wp\/v2\/pages\/3811\/revisions\/3837"}],"wp:attachment":[{"href":"https:\/\/www.byor.nl\/en\/wp-json\/wp\/v2\/media?parent=3811"}],"wp:term":[{"taxonomy":"wf_page_folders","embeddable":true,"href":"https:\/\/www.byor.nl\/en\/wp-json\/wp\/v2\/wf_page_folders?post=3811"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}