- Help Center
- Coding Resources
- Launch Pad & Type Station
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.
- Navigate to your Launch Pad homepage.
- Click the "Playgrounds" button.
- Select "Code Playground."
- Click the "No file selected" dropdown and click the "+ New File" button. If you previously created a file, that file will automatically load.
- Type the file name and select one of the three file types. You can choose between:
- .html (HTML)
- .css (CSS)
- .js (JavaScript)
- Click "Create File."
How to Create a File in Voyage
- Navigate to your Voyage homepage and click "<> Code."
- Click the "New file" button.
- Input the file name and select the file type. You can choose between:
- .html (HTML)
- .css (CSS)
- .js (JavaScript)
- .java (Java)
- .cpp (C++)
- .py (Python)
- .txt (Text - for use with Python)
- Click "Save" to save your file.