How to Create a File (For Students)

In this article, you will learn how to create a file in Launch Pad and Voyage.

Last updated - July 18, 2024

How to Create a File in Launch Pad

In Launch Pad, students are able to create files in the Code Playground.

  1. Navigate to your Launch Pad homepage. 
    lp homepage 2


  2. Click the "Playgrounds" button.
    playgrounds button 2


  3. Select "Code Playground."
    code playground button 1


  4. Click the "No file selected" dropdown and click the "+ New File" button. If you previously created a file, that file will automatically load.
    new file lp 1


  5. Type the file name and select one of the three file types.  You can choose between:
    1. .html (HTML)
    2. .css (CSS)
    3. .js (JavaScript)

    lp file type 1
  6. Click "Create File."

 

How to Create a File in Voyage

  1. Navigate to your Voyage homepage and click "<> Code."
    voyage code 2


  2. Click the "New file" button.
    voyage new file 2


  3. Input the file name and select the file type. You can choose between:
    1. .html (HTML)
    2. .css (CSS)
    3. .js (JavaScript)
    4. .java (Java)
    5. .cpp (C++)
    6. .py (Python)
    7. .txt (Text - for use with Python)

      voyage new file II


  4. Click "Save" to save your file.
    save voyage file II