๐ How to Submit Assignments in eCampus
Where to Submit
All assignments for this course must be submitted through the Dallas College eCampus system (Brightspace). Each assignment in your course will include specific instructions for what to submit. Some will ask for an uploaded file or written explanation; others will require a link to your published work.
Steps to Submit
- Open the assignment in eCampus and click the title link.
- Paste the URL of your assignment (e.g., live web page or GitHub repo) into the Comments box.
- Include any relevant notes that will help your instructor evaluate your work.
- Attach any required files as listed in the assignment instructions. (uncommon in this class)
- Click Submit to finalize your submission.
Formatting URLs for Web Assignments
Most web development assignments require you to submit a valid, working URL. Before submitting, open your project in a browser and carefully test every page. Once you're confident everything works as expected, copy the full URL directly from the browserโs address bar โ this ensures accuracy. Youโll often need to submit two links: one to the live, deployed version of your project (e.g., GitHub Pages or a class server), and one to your source files, usually hosted in a GitHub repository.
Examples
- GitHub Repository:
https://github.com/username/project-name - GitHub Pages (live site):
https://username.github.io/project-name/index.html - Student Server (live site PHP pages):
https://mywebtraining.net/webdev/username/index.html
Best Practice
Test your link in a browser before submitting. Copy the full URL from the address bar to avoid missing file names or incorrect domains. A valid submission link should start with https:// and contain no spaces or local file paths.
Invalid Examples
ftp://...file:///C:/...localhost/...127.0.0.1@usernameor partial internal links
Note: Instructors will grade the deployed (live) version of your site and the site files in your GitHub repo, not files stored locally.
After You Submit
Once submitted, your instructor is notified and can begin grading. If your assignment isn't submitted in eCampus, it may not be reviewed.
Viewing Instructor Feedback
To view instructor comments for graded assignments in Brightspace, navigate to the Assignments link in your course, select the specific assignment, and click on the "View Feedback" option. You can also check the Grades section for overall feedback and any inline comments provided by your instructor.
Be sure to review feedback on each assignment so you can improve on future work.
Last updated: July 22, 2025 at 8:33 PM