How to Use
Step-by-step guide to download and use FSWD experiments
Note: This example is for experiment 01. File names may differ for other experiments (e.g. exp07 is a .jsx React source). Refer to the downloaded file for exact instructions.
1. Open Terminal
Open your terminal (Terminal, Command Prompt, PowerShell, etc.).
2. Navigate to Desktop
Go to your Desktop folder:
cd ~/DesktopWindows: cd %USERPROFILE%\Desktop
3. Create a Folder
Create a new folder to store your FSWD files:
mkdir fswd-labWindows: same
4. Enter the Folder
Go into the newly created folder:
cd fswd-labWindows: same
5. Download the File
Now download experiment 01:
curl -L -o exp01.html https://fswd.ufraan.dev/api/g/016. Open in Browser
The downloaded file is exp01.html. Open it in a web browser to view the experiment.
open exp01.htmlLinux: xdg-open exp01.html | Windows: start exp01.html