Charge a device's battery to 100%, but be careful. You'll have to get through a maze that can steal your battery life.
  • ¿QUÉ NECESITO PARA COMENZAR?

    1
    Software
    Scratch Online

    Scratch es un entorno de programación por bloques con el cual aprender a programar de manera divertida.
    En el paso a paso de la actividad encontrarás un botón que te redirigirá a su editor online. ¡Te damos parte del código hecho, anímate a completarlo!
    Aprende más sobre Scratch en la página de tecnologías creativas de CLOQQ.

    2
    Materiales

    Cartón

    Tijeras

    Alicates

    LED de color

    Papel de aluminio

    Cables cocodrilo

    Alambre

  • ¡COMIENZA TU PROYECTO!

    [{"id":74495,"node_id":"0","position":1,"comment":"","status":"1","deleted":"0","methodology_id":"42646","name":"Introduction","type_element":"2","context":"user_bp","object":null,"tool_name":"Introduction","tool_hash":"","graph_id":"43636","is_new":0,"arrows":[],"equivalence":false,"extra_data":"","timer":"0","comment_modal":"1","element":false,"type":"level_jump","icon":"medal.png","timetracking":null,"is_disabled":0,"is_hidden":0,"visualizations":["fullview","minimized"],"default_visualization":"minimized"},{"id":68046,"node_id":"55417","position":2,"comment":"","status":"1","deleted":"0","methodology_id":"42646","name":"Scratch","type_element":"0","context":"user","object":"null","tool_name":"Scratch","tool_hash":"","graph_id":"43636","is_new":0,"arrows":[],"equivalence":"41622","extra_data":"","timer":"0","comment_modal":"0","element":{"id":"41622","id_template_params":53473,"params":[{"name":"name_card","value":"Open Scratch"},{"name":"text_card","value":"Log on to the Scratch website and click on "Remix." If you don't have a Scratch account, create one. It's easy, and it won't take long! <br><br>Remember to keep the CLOQQ window open so that you know what the next steps are."},{"name":"main_video","value":"<iframe allowfullscreen=""></iframe>"},{"name":"link_materials","value":"no"},{"name":"link_external","value":"yes"},{"name":"name_external_link","value":"GO TO SCRATCH"},{"name":"url_external_link","value":"https://scratch.mit.edu/projects/197483783/#editor"}]},"type":"template","relationid":"41622","icon":"template.png","timetracking":{"estimated_time":"00:02:00","maximum_time":"00:05:00","minimum_time":"00:01:00","random":11569},"is_complete":0,"is_disabled":0,"is_hidden":0,"visualizations":["fullview","minimized"],"default_visualization":"minimized"},{"id":68047,"node_id":"55414","position":3,"comment":"","status":"1","deleted":"0","methodology_id":"42646","name":"Fíjate en el código","type_element":"0","context":"user","object":"null","tool_name":"Fíjate en el código","tool_hash":"","graph_id":"43636","is_new":0,"arrows":[],"equivalence":"41622","extra_data":"","timer":"0","comment_modal":"0","element":{"id":"41622","id_template_params":53470,"params":[{"name":"name_card","value":"Look at the code"},{"name":"text_card","value":"Click on the green flag and look at the character's code. <br><br>What happens if you press the space bar? <br><br>And if you click the mouse?"},{"name":"main_video","value":"<iframe allowfullscreen=""></iframe>"},{"name":"link_materials","value":"no"},{"name":"link_external","value":"no"}]},"type":"template","relationid":"41622","icon":"template.png","timetracking":{"estimated_time":"00:02:00","maximum_time":"00:05:00","minimum_time":"00:01:00","random":10132},"is_complete":0,"is_disabled":0,"is_hidden":0,"visualizations":["fullview","minimized"],"default_visualization":"minimized"},{"id":68048,"node_id":"55418","position":4,"comment":"","status":"1","deleted":"0","methodology_id":"42646","name":"Fija las vidas","type_element":"0","context":"user","object":"null","tool_name":"Fija las vidas","tool_hash":"","graph_id":"43636","is_new":0,"arrows":[],"equivalence":"41622","extra_data":"","timer":"0","comment_modal":"0","element":{"id":"41622","id_template_params":53474,"params":[{"name":"name_card","value":"Lives!"},{"name":"text_card","value":"Select the stage by clicking on it. <br><br>Make your game start with three lives. To do this, we're going to use the EVENT when pressing the green flag and the fixed block of the VARIABLE Lives so that when we press the green flag on Scratch, the life counter starts at the number we've chosen."},{"name":"main_video","value":"<iframe allowfullscreen=""></iframe>"},{"name":"link_materials","value":"no"},{"name":"link_external","value":"no"}]},"type":"template","relationid":"41622","icon":"template.png","timetracking":{"estimated_time":"00:02:00","maximum_time":"00:05:00","minimum_time":"00:01:00","random":10087},"is_complete":0,"is_disabled":0,"is_hidden":0,"visualizations":["fullview","minimized"],"default_visualization":"minimized"},{"id":68049,"node_id":"55416","position":5,"comment":"","status":"1","deleted":"0","methodology_id":"42646","name":"Si te quedas sin carga","type_element":"0","context":"user","object":"null","tool_name":"Si te quedas sin carga","tool_hash":"","graph_id":"43636","is_new":0,"arrows":[],"equivalence":"41622","extra_data":"","timer":"0","comment_modal":"0","element":{"id":"41622","id_template_params":53472,"params":[{"name":"name_card","value":"0% battery"},{"name":"text_card","value":"Now make it so that IF the number of lives is LESS than 1, THEN the stage changes to the "4" backdrop. <br><br>In order for the program to keep track of the number of lives you have left, you will need to use a block that will make something repeat FOREVER. <br><br>Can you think of one?"},{"name":"main_video","value":"<iframe allowfullscreen=""></iframe>"},{"name":"link_materials","value":"no"},{"name":"link_external","value":"no"}]},"type":"template","relationid":"41622","icon":"template.png","timetracking":{"estimated_time":"00:02:00","maximum_time":"00:05:00","minimum_time":"00:01:00","random":11397},"is_complete":0,"is_disabled":0,"is_hidden":0,"visualizations":["fullview","minimized"],"default_visualization":"minimized"},{"id":68050,"node_id":"55415","position":6,"comment":"","status":"1","deleted":"0","methodology_id":"42646","name":"Comprueba tu código","type_element":"0","context":"user","object":"null","tool_name":"Comprueba tu código","tool_hash":"","graph_id":"43636","is_new":0,"arrows":[],"equivalence":"41622","extra_data":"","timer":"0","comment_modal":"0","element":{"id":"41622","id_template_params":53471,"params":[{"name":"name_card","value":"Check your code"},{"name":"text_card","value":"Press the green flag and check that if you hit the space bar three times, the battery backdrop appears empty. <br><br>Keep in mind that you have to wait 5 seconds every time you hit the space bar since it's the time set so that the program doesn't take all your lives at once."},{"name":"main_video","value":"<iframe allowfullscreen=""></iframe>"},{"name":"link_materials","value":"no"},{"name":"link_external","value":"no"}]},"type":"template","relationid":"41622","icon":"template.png","timetracking":{"estimated_time":"00:02:00","maximum_time":"00:05:00","minimum_time":"00:01:00","random":11313},"is_complete":0,"is_disabled":0,"is_hidden":0,"visualizations":["fullview","minimized"],"default_visualization":"minimized"},{"id":68051,"node_id":"55421","position":7,"comment":"","status":"1","deleted":"0","methodology_id":"42646","name":"Tu laberinto descarga","type_element":"0","context":"user","object":"null","tool_name":"Tu laberinto descarga","tool_hash":"","graph_id":"43636","is_new":0,"arrows":[],"equivalence":"41622","extra_data":"","timer":"0","comment_modal":"0","element":{"id":"41622","id_template_params":53477,"params":[{"name":"name_card","value":"Create your maze"},{"name":"text_card","value":"Create a maze on the board using wire. Take a long piece of wire, cut it, and fold it in half. <br><br>Stick the two ends of the wire through the back of the board and start creating the two rails approximately 1 cm apart. <br><br>Keep the rails about 2 cm away from the board."},{"name":"main_video","value":"<iframe allowfullscreen=""></iframe>"},{"name":"link_materials","value":"no"},{"name":"link_external","value":"no"}]},"type":"template","relationid":"41622","icon":"template.png","timetracking":{"estimated_time":"00:02:00","maximum_time":"00:05:00","minimum_time":"00:01:00","random":10496},"is_complete":0,"is_disabled":0,"is_hidden":0,"visualizations":["fullview","minimized"],"default_visualization":"minimized"},{"id":68052,"node_id":"55424","position":8,"comment":"","status":"1","deleted":"0","methodology_id":"42646","name":"Crea la meta","type_element":"0","context":"user_bp","object":"null","tool_name":"Crea la meta","tool_hash":"","graph_id":"43636","is_new":0,"arrows":[],"equivalence":"41622","extra_data":"","timer":"0","comment_modal":"0","element":{"id":"41622","id_template_params":53480,"params":[{"name":"name_card","value":"Create the goal"},{"name":"text_card","value":"Make something out of aluminum foil or wire and put it at the end of the maze, making sure it doesn't touch the wire sides. This will be where you'll have to bring the charge. <br><br>Make a battery out of aluminum foil and put it at the beginning of the maze."},{"name":"main_video","value":"<iframe allowfullscreen=""></iframe>"},{"name":"link_materials","value":"no"},{"name":"link_external","value":"no"}]},"type":"template","relationid":"41622","icon":"template.png","timetracking":{"estimated_time":"00:02:00","maximum_time":"00:05:00","minimum_time":"00:01:00","random":10254},"is_complete":0,"is_disabled":0,"is_hidden":0,"visualizations":["fullview","minimized"],"default_visualization":"minimized"},{"id":68053,"node_id":"55420","position":9,"comment":"","status":"1","deleted":"0","methodology_id":"42646","name":"Pon las luces de carga","type_element":"0","context":"user_bp","object":"null","tool_name":"Pon las luces de carga","tool_hash":"","graph_id":"43636","is_new":0,"arrows":[],"equivalence":"41622","extra_data":"","timer":"0","comment_modal":"0","element":{"id":"41622","id_template_params":53476,"params":[{"name":"name_card","value":"Add the charge lights"},{"name":"text_card","value":"On the back of the Makey Makey, connect a red LED for when you hit the space bar and a blue LED for when you click the mouse."},{"name":"main_video","value":"<iframe allowfullscreen=""></iframe>"},{"name":"link_materials","value":"no"},{"name":"link_external","value":"no"}]},"type":"template","relationid":"41622","icon":"template.png","timetracking":{"estimated_time":"00:02:00","maximum_time":"00:05:00","minimum_time":"00:01:00","random":11440},"is_complete":0,"is_disabled":0,"is_hidden":0,"visualizations":["fullview","minimized"],"default_visualization":"minimized"},{"id":68054,"node_id":"55423","position":10,"comment":"","status":"1","deleted":"0","methodology_id":"42646","name":"Conecta el Makey","type_element":"0","context":"user_bp","object":"null","tool_name":"Conecta el Makey","tool_hash":"","graph_id":"43636","is_new":0,"arrows":[],"equivalence":"41622","extra_data":"","timer":"0","comment_modal":"0","element":{"id":"41622","id_template_params":53479,"params":[{"name":"name_card","value":"Connect the Makey Makey"},{"name":"text_card","value":"Using the crocodile wires, connect the space bar to the wire sides. <br><br>Now connect the mouse to the goal. <br><br>Finally, connect the mass, or Earth, which will pick up the battery with the cable pliers and take it to the goal."},{"name":"main_video","value":"<iframe allowfullscreen=""></iframe>"},{"name":"link_materials","value":"no"},{"name":"link_external","value":"no"}]},"type":"template","relationid":"41622","icon":"template.png","timetracking":{"estimated_time":"00:02:00","maximum_time":"00:05:00","minimum_time":"00:01:00","random":10619},"is_complete":0,"is_disabled":0,"is_hidden":0,"visualizations":["fullview","minimized"],"default_visualization":"minimized"},{"id":68055,"node_id":"55419","position":11,"comment":"","status":"1","deleted":"0","methodology_id":"42646","name":"Prueba","type_element":"0","context":"user","object":"null","tool_name":"Prueba","tool_hash":"","graph_id":"43636","is_new":0,"arrows":[],"equivalence":"41622","extra_data":"","timer":"0","comment_modal":"0","element":{"id":"41622","id_template_params":53475,"params":[{"name":"name_card","value":"Test your project"},{"name":"text_card","value":"Press the green flag and take the battery through the maze to the device that needs to be charged. <br><br>Can you do it?"},{"name":"main_video","value":"<iframe allowfullscreen=""></iframe>"},{"name":"link_materials","value":"no"},{"name":"link_external","value":"no"}]},"type":"template","relationid":"41622","icon":"template.png","timetracking":{"estimated_time":"00:02:00","maximum_time":"00:05:00","minimum_time":"00:01:00","random":10656},"is_complete":0,"is_disabled":0,"is_hidden":0,"visualizations":["fullview","minimized"],"default_visualization":"minimized"},{"id":68056,"node_id":"55413","position":12,"comment":"","status":"1","deleted":"0","methodology_id":"42646","name":"personaliza","type_element":"0","context":"user","object":"null","tool_name":"personaliza","tool_hash":"","graph_id":"43636","is_new":0,"arrows":[],"equivalence":"41622","extra_data":"","timer":"0","comment_modal":"0","element":{"id":"41622","id_template_params":53469,"params":[{"name":"name_card","value":"Customize"},{"name":"text_card","value":"Dare to give it some style? <br><br>You can try to add a timer to keep track of the amount of time it takes you to finish the maze."},{"name":"main_video","value":"<iframe allowfullscreen=""></iframe>"},{"name":"link_materials","value":"no"},{"name":"link_external","value":"no"}]},"type":"template","relationid":"41622","icon":"template.png","timetracking":{"estimated_time":"00:02:00","maximum_time":"00:05:00","minimum_time":"00:01:00","random":10085},"is_complete":0,"is_disabled":0,"is_hidden":0,"visualizations":["fullview","minimized"],"default_visualization":"minimized"},{"id":68057,"node_id":"55426","position":13,"comment":"","status":"1","deleted":"0","methodology_id":"42646","name":"Descarga","type_element":"0","context":"user","object":"null","tool_name":"Descarga","tool_hash":"","graph_id":"43636","is_new":0,"arrows":[],"equivalence":"41622","extra_data":"","timer":"0","comment_modal":"0","element":{"id":"41622","id_template_params":53482,"params":[{"name":"name_card","value":"Download your project"},{"name":"text_card","value":"Click on the "File" heading at the top of the menu and select "Download to your computer" to save your game and play it whenever you want."},{"name":"main_video","value":"<iframe allowfullscreen=""></iframe>"},{"name":"link_materials","value":"no"},{"name":"link_external","value":"no"}]},"type":"template","relationid":"41622","icon":"template.png","timetracking":{"estimated_time":"00:02:00","maximum_time":"00:05:00","minimum_time":"00:01:00","random":10617},"is_complete":0,"is_disabled":0,"is_hidden":0,"visualizations":["fullview","minimized"],"default_visualization":"minimized"},{"arrows":[],"comment":"End_itinerary_message","context":"bp","element":false,"equivalence":false,"graph_id":"43636","icon":"medal.png","id":0,"is_complete":0,"is_new":0,"name":"End_itinerary","node_id":1,"object":null,"position":14,"status":1,"timetracking":null,"tool_hash":"","tool_name":"End_itinerary","type":"level_jump","type_element":2,"timer":0,"comment_modal":0,"is_disabled":0,"is_hidden":0,"visualizations":["fullview","minimized"],"default_visualization":"minimized"}]
  • Si te animas a explorar nuevas ideas este no será el final de la actividad.
Las actividades CLOQQ han sido diseñadas y realizadas por un equipo experimentado en tecnologías creativas. El desarrollo de las actividades debe realizarse bajo la supervisión de un adulto.