Skip to content

Commit

Permalink
Add past question for mth206, wdu
Browse files Browse the repository at this point in the history
  • Loading branch information
udohjeremiah committed Dec 4, 2023
1 parent 8d17078 commit dbfe9fb
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 dbfe9fb

Please sign in to comment.