You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/projects/submission.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ A good, finished project should include *all* of the following:
40
40
41
41
- Read the problem statement over and over; make sure you did not overlook anything.
42
42
- Make sure your project compiles without errors or warnings and can be executed as expected.
43
-
- Test your code again and again, and compare your result with our examples.
43
+
- Test your code again and again, and compare your result with our examples, if provided, or make up some.
44
44
- A partially completed project is better than nothing. Do not hesitate to add a comment describing your difficulties; that will show that you are aware of the limitations of your program.
45
45
- Make sure you submitted the correct files by re-downloading them (possibly on a different computer) and making sure you can still compile and execute your program.
46
46
@@ -56,13 +56,12 @@ Try to
56
56
57
57
## Getting Help
58
58
59
-
You can ask the instructor or the (under)graduate course assistants for help and feedback. Please upload your project according to the instructions and send an email asking to go over it if you want us to check that you submitted the correct file, that your code compiles, etc.
59
+
You can ask the instructor or the (under)graduate course assistants for help and feedback. Please upload your project according to the instructions and send an email asking to go over it if you want us to check that you submitted the correct file, that your code compiles, etc.
60
60
You should ask early and not wait until the last minute.
61
61
62
62
| ⚠ Warning |
63
63
|:---------------------------|
64
-
|*Do not* ask other classmates for help, copy and paste from the internet, or ask a chatbot to writh the program for you. This work is supposed to be *your own*, and should reflect *your own* understanding. Getting help from un-authorized sources will hurt your understanding of this class and therefore your grade on the long run. |
65
-
64
+
|*Do not* ask other classmates for help, copy and paste from the internet, or ask a chatbot to write the program for you. This work is supposed to be *your own*, and should reflect *your own* understanding. Getting help from un-authorized sources will hurt your understanding of this class and therefore your grade on the long run. |
66
65
67
66
How to share a project is also explained [in this video](./vid/CreateUploadProjectTutorial_light.mkv).
0 commit comments