Differences

This shows you the differences between two versions of the page.

Link to this comparison view

student:gradescope:submitting-code [2022/07/27 12:15] – created bernstdhstudent:gradescope:submitting-code [2022/08/21 11:54] (current) bernstdh
Line 7: Line 7:
 The upload option supports two different ways of supplying the code, "drag and drop" and "browse" The upload option supports two different ways of supplying the code, "drag and drop" and "browse"
  
-Regardless of which you use, **if you are submitting Java code that is in packages**, you should submit a ''.zip'' file that contains the directories/folders corresponding to the packages, and these directories/folders must be at the top of the ''.zip'' file. For more information, see the page on [[student:zip:creating| creating a ''.zip'' file]]. (Note: If you submit the directories/folders themselves, Gradescope will "flatten" the tree. In other words, all of the files will be placed in a single directory/folder, which may cause problems if your code or the autograder expects things to be in specific directories/folders. You can check to see if this has happened by clicking on the <mouse>Code</mouse> tab after the autograder finishes. If the directory/folder name corresponding to the package does not appear before the name of the file then your submission was "flattened", in which case, your code may compile but not execute correctly.)+Regardless of which you use, **if you are submitting Java code that is in packages**, you should submit a ''.zip'' file that contains the directories/folders corresponding to the packages, and these directories/folders must be at the top of the ''.zip'' file. For more information, see the page on [[student:zip:creating| creating a ''.zip'' file]]. (Note: If you submit the directories/folders themselves, Gradescope will "flatten" the tree. In other words, all of the files will be placed in a single directory/folder, which may cause problems if your code or the autograder expects things to be in specific directories/folders. You can check to see if this has happened by clicking on the <key>Code</key> tab after the autograder finishes. If the directory/folder name corresponding to the package does not appear before the name of the file then your submission was "flattened", in which case, your code may compile but not execute correctly.)
  
-After you identify your code, you must click on the <mouse>Upload</mouse> button to complete the process.+After you identify your code, you must click on the <key>Upload</key> button to complete the process.
  
 === Drag and Drop === === Drag and Drop ===
Line 26: Line 26:
   - Navigate to the appropriate directory/folder.   - Navigate to the appropriate directory/folder.
   - Select the appropriate file(s).   - Select the appropriate file(s).
-  - Click on <mouse>Open</mouse>/<mouse>OK</mouse>/<mouse>Done</mouse>/... as appropriate for your operating system and browser.+  - Click on <key>Open</key>/<key>OK</key>/<key>Done</key>/... as appropriate for your operating system and browser.