Skip to content

Commit

Permalink
Merge pull request #29 from udohjeremiah/dev
Browse files Browse the repository at this point in the history
Add past question for mth206, wdu
  • Loading branch information
udohjeremiah authored Dec 4, 2023
2 parents 8d17078 + dbfe9fb commit 9ba41c5
Show file tree
Hide file tree
Showing 4 changed files with 599 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ const courses = {
name: "MTH 211 - Statistics",
route: "1st-semester/mth211",
},
{
name: "MTH 203 - Linear Algebra I",
route: "1st-semester/mth203",
},
],
};

export default function _2nd_semester() {
export default function _1st_semester() {
return <LinkList items={courses} isOrdered={true} />;
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function MTH202() {
semester="second semester"
courseCode="mth202"
courseTitle="linear algebra II"
allowedTime="2hr: 30mins"
allowedTime="2hrs: 30mins"
instruction="answer any other THREE (3) questions only"
>
<li>
Expand Down
Loading

0 comments on commit 9ba41c5

Please sign in to comment.