editing rubric
This commit is contained in:
@@ -143,7 +143,9 @@ You may need to include this double-quote-removal logic twice in your program so
|
||||
|
||||
Note that the above double-quote-removal logic wouldn't do anything if the argument doesn't contain a double quote. This means including the double-quote-removal logic in your code should not affect how you run your program locally on your own computer.
|
||||
|
||||
## Submission Details
|
||||
## Program Requirements & Submission Details
|
||||
|
||||
In this assignment, you are required to use both std::string or std::vector. You are NOT allowed to use any data structures we have not learned so far.
|
||||
|
||||
Use good coding style when you design and implement your program. Organize your program into functions: don’t put all the code in main! Be sure to read the [Homework Policies](https://www.cs.rpi.edu/academics/courses/spring24/csci1200/homework_policies.php) as you put the finishing touches on your solution. Be sure to make up new test cases to fully debug your program and don’t forget to comment your code! Complete the provided template [README.txt](./README.txt). You must do this assignment on your own, as described in the [Collaboration Policy & Academic Integrity](https://www.cs.rpi.edu/academics/courses/spring24/csci1200/academic_integrity.php) page. If you did discuss the problem or error messages, etc. with anyone, please list their names in your README.txt file. Prepare and submit your assignment as instructed on the course webpage. Please ask a TA if you need help preparing your assignment for submission.
|
||||
|
||||
@@ -157,8 +159,9 @@ Use good coding style when you design and implement your program. Organize your
|
||||
- Two or more of name, collaborators, or hours not filled in. (-2)
|
||||
- No reflection. (-1)
|
||||
- STL Vector & String (3 pts)
|
||||
- Did not use STL vector (-3)
|
||||
- Did not use STL string (-3)
|
||||
- Uses data structures which have not been covered in this class. (-3)
|
||||
- Did not use STL vector (-2)
|
||||
- Did not use STL string (-2)
|
||||
- Program Structure (7 pts)
|
||||
- No credit (significantly incomplete implementation) (-7)
|
||||
- Putting almost everything in the main function. It's better to create separate functions for different tasks. (-2)
|
||||
|
||||
Reference in New Issue
Block a user