Skip to content
Snippets Groups Projects
Commit 53363c69 authored by Christopher Bohn's avatar Christopher Bohn :thinking:
Browse files

Corrected blockcode formatting in assignment document

parent 4331ff66
No related branches found
No related tags found
No related merge requests found
# Car Rental System # Course Registration System
- Assignment Due: September 27, 2019 at 9:30am - Assignment Due: September 27, 2019 at 9:30am
- Peer Assessment Due: September 27, 2019 at 11:59pm - Peer Assessment Due: September 27, 2019 at 11:59pm
...@@ -289,7 +289,6 @@ architecture. These should be opaque layers. See Kung pp148-150. ...@@ -289,7 +289,6 @@ architecture. These should be opaque layers. See Kung pp148-150.
- Data display requirements: - Data display requirements:
10. When a student's data is displayed, it will be: 10. When a student's data is displayed, it will be:
``` ```
Name: StudentName Major: StudentMajor Name: StudentName Major: StudentMajor
Courses Completed: Courses Completed:
...@@ -301,10 +300,8 @@ architecture. These should be opaque layers. See Kung pp148-150. ...@@ -301,10 +300,8 @@ architecture. These should be opaque layers. See Kung pp148-150.
Course2ID Course2information Course2ID Course2information
... ...
``` ```
<!-- Why isn't pandoc placing </code></pre> here? --> Completed courses will only have their names shown. Registered courses will
be shown as described in the next requirement.
Completed courses will only have their names shown. Registered
courses will be shown as described in the next requirement.
11. When a course's data is displayed, it will be in these forms: 11. When a course's data is displayed, it will be in these forms:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment