diff --git a/src/app/past-questions-archive/wdu/eco/2022_2023/100-level/2nd-semester/eco102/page.jsx b/src/app/past-questions-archive/wdu/eco/2022_2023/100-level/2nd-semester/eco102/page.jsx
index c091fc4..285ee6e 100644
--- a/src/app/past-questions-archive/wdu/eco/2022_2023/100-level/2nd-semester/eco102/page.jsx
+++ b/src/app/past-questions-archive/wdu/eco/2022_2023/100-level/2nd-semester/eco102/page.jsx
@@ -80,7 +80,7 @@ export default function ECO101() {
Question 6
-
+
-
Explain the various forms of money you know
diff --git a/src/app/past-questions-archive/wdu/page.jsx b/src/app/past-questions-archive/wdu/page.jsx
index 8bed868..4aaa9c1 100644
--- a/src/app/past-questions-archive/wdu/page.jsx
+++ b/src/app/past-questions-archive/wdu/page.jsx
@@ -13,7 +13,10 @@ const departments = {
{ name: "Management Sciences", route: "wdu/mgmsci" },
{ name: "Mathematics (Pure and Applied)", route: "wdu/mth" },
],
- p: [{ name: "Physics With Electronics", route: "wdu/phywithelect" }],
+ p: [
+ { name: "Political Science", route: "wdu/pol" },
+ { name: "Physics With Electronics", route: "wdu/phywithelect" },
+ ],
};
export default function WesternDeltaUniversity() {
diff --git a/src/app/past-questions-archive/wdu/pol/2022_2023/100-level/2nd-semester/page.jsx b/src/app/past-questions-archive/wdu/pol/2022_2023/100-level/2nd-semester/page.jsx
new file mode 100644
index 0000000..edebb09
--- /dev/null
+++ b/src/app/past-questions-archive/wdu/pol/2022_2023/100-level/2nd-semester/page.jsx
@@ -0,0 +1,14 @@
+import LinkList from "@/components/LinkList";
+
+const courses = {
+ "": [
+ {
+ name: "POL 102 - Forms and Organs of Government",
+ route: "2nd-semester/pol102",
+ },
+ ],
+};
+
+export default function _2nd_semester() {
+ return ;
+}
diff --git a/src/app/past-questions-archive/wdu/pol/2022_2023/100-level/2nd-semester/pol102/page.jsx b/src/app/past-questions-archive/wdu/pol/2022_2023/100-level/2nd-semester/pol102/page.jsx
new file mode 100644
index 0000000..5c3c443
--- /dev/null
+++ b/src/app/past-questions-archive/wdu/pol/2022_2023/100-level/2nd-semester/pol102/page.jsx
@@ -0,0 +1,89 @@
+import Questions from "@/components/Questions";
+import Answers from "@/components/Answers";
+
+export default function ECO101() {
+ return (
+
+
-
+
Question 1
+ What do you understand by Dictatorship? How is it different from
+ fascism?
+
+
+
+ -
+
Question 2
+
+ -
+ What do you understand by constitutional convention?
+
+
+ -
+ Why is change in constitution difficult?
+
+
+
+
+
+ -
+
Question 3
+
+ -
+ What do you understand by separation of powers?
+
+
+ -
+ To what extent is there separation of power in the British
+ constitution?
+
+
+
+
+
+ -
+
Question 4
+
+ -
+ Discuss the different types of legislature you have studied
+
+
+ -
+ What are the advantages?
+
+
+
+
+
+ -
+
Question 5
+ Identify and discuss the major features of any federal state within a
+ political system
+
+
+
+ -
+
Question 6
+
+ -
+ Explain a unitary system of government as a political concept
+
+
+ -
+ Highlight the features of a unitary system of government
+
+
+
+
+
+ );
+}
diff --git a/src/app/past-questions-archive/wdu/pol/2022_2023/100-level/page.jsx b/src/app/past-questions-archive/wdu/pol/2022_2023/100-level/page.jsx
new file mode 100644
index 0000000..e9af727
--- /dev/null
+++ b/src/app/past-questions-archive/wdu/pol/2022_2023/100-level/page.jsx
@@ -0,0 +1,9 @@
+import LinkList from "@/components/LinkList";
+
+const semesters = {
+ "": [{ name: "2nd Semester", route: "100-level/2nd-semester" }],
+};
+
+export default function _100_level() {
+ return ;
+}
diff --git a/src/app/past-questions-archive/wdu/pol/2022_2023/page.jsx b/src/app/past-questions-archive/wdu/pol/2022_2023/page.jsx
new file mode 100644
index 0000000..5a0f76c
--- /dev/null
+++ b/src/app/past-questions-archive/wdu/pol/2022_2023/page.jsx
@@ -0,0 +1,9 @@
+import LinkList from "@/components/LinkList";
+
+const levels = {
+ "": [{ name: "100 Level", route: "2022_2023/100-level" }],
+};
+
+export default function _2022_2023() {
+ return ;
+}
diff --git a/src/app/past-questions-archive/wdu/pol/page.jsx b/src/app/past-questions-archive/wdu/pol/page.jsx
new file mode 100644
index 0000000..786cf5c
--- /dev/null
+++ b/src/app/past-questions-archive/wdu/pol/page.jsx
@@ -0,0 +1,9 @@
+import LinkList from "@/components/LinkList";
+
+const sessions = {
+ "": [{ name: "2022/2023", route: "pol/2022_2023" }],
+};
+
+export default function Pol() {
+ return ;
+}