- Help Center
- Coding Resources
- Launch Pad & Type Station
How to Toggle Between Block-Based and Text-Based Coding in Puzzles
The puzzles in Launch Pad allow students to code with block-based or text-based coding. This article explains how to toggle between the two.
Last updated - July 18, 2024
- From your Launch Pad homepage, click "Launch Pad."
- Navigate to a lesson that includes puzzles and select an activity.
- Click the "</>" mode button in the center of the screen.
- "Blocks" allows you to work in block-based coding.
- "JavaScript" allows you to work in text-based coding.
When you build an algorithm using blocks and switch the mode to JavaScript, the code is automatically converted to JavaScript! To test this, put a few blocks together and switch over to text-based coding.