|
1 | | -# BusTub Non-CMU Gradescope |
2 | | - |
3 | | -To create a fair learning environment for all students and avoid potential |
4 | | -Academic Integrity Violations within CMU, we ask you to AVOID making your |
5 | | -BusTub repository public on GitHub. If you are not a student from CMU, you will |
6 | | -need to sign this document before submitting to Gradescope. |
7 | | - |
8 | | -Please sign this document by filling your information in the form and include |
9 | | -this file along with your submission. Firstly, run the following command to copy |
10 | | -this file: |
11 | | - |
12 | | -``` |
13 | | -cp GRADESCOPE.md.template GRADESCOPE.md |
14 | | -``` |
15 | | - |
16 | | -Then, please read the following agreement and fill in the signature below. |
17 | | - |
18 | | -```plain |
19 | | -I hereby agree to the terms outlined in this agreement ("Agreement"). By |
20 | | -signing this Agreement, I acknowledge that I have read, understood, and will |
21 | | -comply with the following terms and conditions: |
22 | | - |
23 | | -1. Respect for System Security: I understand and acknowledge that the Gradescope |
24 | | - system, which is used for the submission and grading of assignments, projects, |
25 | | - and examinations, is a secure platform. I agree to respect the security measures |
26 | | - implemented by Gradescope and will not engage in any activities that could |
27 | | - compromise the integrity, functionality, or security of the system. |
28 | | - |
29 | | - TL;DR: DO NOT try to retrieve private test cases from the autograder. They are |
30 | | - not meant to be used by students in their local development environment. |
31 | | - |
32 | | -2. Academic Integrity: I affirm that the work I submit for assessment, |
33 | | - including assignments, projects, and examinations, is my original work. I |
34 | | - understand that cheating, plagiarism, or any form of academic dishonesty is |
35 | | - strictly prohibited by the School/Organization's policies, and any violation |
36 | | - will result in appropriate disciplinary action, which may include academic |
37 | | - penalties and sanctions. |
38 | | - |
39 | | - TL;DR: DO submit your own work. |
40 | | - |
41 | | -3. Prohibition on Publishing: I agree not to publish, upload, or otherwise make |
42 | | - available any solutions, code, assignments, projects, or related materials |
43 | | - provided by the School/Organization that are designated as confidential or |
44 | | - proprietary to any public repositories on GitHub or any other online |
45 | | - platforms accessible to the public. This includes but is not limited to |
46 | | - personal repositories, organizational repositories, public gists, and forums. |
47 | | - |
48 | | - TL;DR: DO NOT publish your project solution anywhere. You may publish blog |
49 | | - posts on your general approach and ideas about the project, but DO NOT |
50 | | - publish it before the CMU deadline for that project, and DO NOT publish code. |
51 | | - |
52 | | -4. No Official Help: I understand and acknowledge that the School/Organization |
53 | | - does not offer official assistance or support for technical, academic, or |
54 | | - non-academic matters. This includes, but is not limited to, help with |
55 | | - assignments, projects, technical troubleshooting, academic advising, and |
56 | | - administrative inquiries. |
57 | | - |
58 | | - TL;DR: This is an unofficial Gradescope for 15-445/645 course. DO NOT submit |
59 | | - issues to the BusTub repo regarding Gradescope issues. There is an |
60 | | - unofficial Discord server, but neither TAs or professors will actively |
61 | | - monitor it. See the course FAQ for the Discord link. |
62 | | - |
63 | | -===BEGIN SIGNATURE=== |
64 | | -Student's GitHub ID: |
65 | | -Student's Legal Name: |
66 | | -Student's Organization/School Name: |
67 | | -Student's Email: |
| 1 | +To create a fair learning environment for all students and avoid potential Academic Integrity Violations within Carnegie Mellon University, we ask you to sign this short agreement before submitting to Gradescope. |
| 2 | + |
| 3 | +1. I agree NOT to make my solution public. i.e., DO NOT make it public on GitHub or create videos explaining the solution code. |
| 4 | +2. I agree NOT to hack Gradescope. i.e., DO NOT retrieve private test cases from Gradescope, or bypass correctness checks. |
| 5 | +3. I affirm that the work I submit for assessment is my original work. i.e., DO NOT purchase/copy solution from others. |
| 6 | +4. I understand that the course staff does not provide official help for students outside CMU. i.e., DO NOT email the course staff or create GitHub issues for course-related questions. Use the unofficial Discord server. |
| 7 | +I understand that if I violate the rules, I will be banned from using Gradescope. |
| 8 | + |
| 9 | +Name: |
| 10 | +Affiliation (School/Company): |
| 11 | +Email: |
| 12 | +GitHub ID: |
68 | 13 | Date: |
69 | | -=== END SIGNATURE === |
70 | | -``` |
71 | | - |
72 | | -* Note: Your email should be the same as your Gradescope email. Please use the email |
73 | | - from your academic affiliation if possible. |
74 | | -* Note: If you do not have a GitHub account, please fill in N/A. |
75 | | -* Note: If you are not affiliated with any organization, you can fill in |
76 | | - the third line with N/A. |
77 | 14 |
|
78 | | -The `make submit-pX` command will automatically include this file (TBD) and the |
79 | | -grader will grade your submission. Thank you for your interest in the BusTub |
80 | | -project, and thank you for helping us create a fair learning environment. |
| 15 | +I understand that if I provide a fake signature, I will be banned from using Gradescope. |
81 | 16 |
|
82 | 17 | [id]: bustub-non-cmu-gradescope-23333 |
83 | 18 |
|
|
0 commit comments