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

 

  1. From your Launch Pad homepage, click "Launch Pad."
    launch pad button 3


  2. Navigate to a lesson that includes puzzles and select an activity.
    puzzle activity 1


  3. Click the "</>" mode button in the center of the screen.
    1. "Blocks" allows you to work in block-based coding.
    2. "JavaScript" allows you to work in text-based coding.
      puzzle block type 1

     

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.