From a3b79b41da099baf2be01701765bacccc40b884b Mon Sep 17 00:00:00 2001 From: Andrej Rasevic <andrej@rasevicengineering.com> Date: Wed, 29 Jun 2022 08:44:25 -0400 Subject: [PATCH] submission fix --- .../project3/Description/PhotoViewer/index.html | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/projects/project3/Description/PhotoViewer/index.html b/projects/project3/Description/PhotoViewer/index.html index f651bcb..8b7cc4d 100755 --- a/projects/project3/Description/PhotoViewer/index.html +++ b/projects/project3/Description/PhotoViewer/index.html @@ -220,17 +220,11 @@ <div class="h4">Submission</div> <ul> - <li>To submit your project, compress (zip) the folder <strong>PhotoViewer</strong> and - upload to the submit server entry "Project #3: PhotoViewer." + <li>To submit your project, make sure your commit your changes locally and push to your gitlab + repo (git push origin main). </li> - <li><strong>Make sure that after uploading your work, you download the work and verify - you are not missing any files. If you are missing any files, you will be penalized - -12 pts.</strong> - </li> - <li><strong>Read Carefully - - As we don't have submit server automatic testing, we will only grade the last - submission you provide. If you provide both an on time and a late submission, - we will only grade the last submission and apply a 12 pts penalty to it.</strong> + <li><strong>Make sure that after pushing your work, you login to gitlab.cs.umd.edu and verify that + your changes are there. </strong> </li> </ul> -- GitLab