Skip to content

Commit

Permalink
Merge pull request #55 from udohjeremiah/dev
Browse files Browse the repository at this point in the history
Add 5 new past questions.
  • Loading branch information
udohjeremiah authored Jan 24, 2025
2 parents 0aa6839 + 6e6d10f commit 92d9946
Show file tree
Hide file tree
Showing 6 changed files with 396 additions and 1 deletion.
59 changes: 59 additions & 0 deletions src/questions/wdu-pol-23_24-2lvl-1st-pol213.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
import Questions from "@/components/Questions";
import Answers from "@/components/Answers";

export default function POL213() {
return (
<Questions
school="western delta university"
college="social and management sciences"
department="Political Science"
session="2023/2024"
semester="first semester"
courseCode="POL213"
courseTitle="Introduction of Local Government Administration"
allowedTime="2hrs"
instruction="Answer only four (4) questions. All unused scripts must be canceled. Failure to do this will attract five marks."
>
<li>
<h4 className="mb-2 font-bold">Question 1</h4>
What are the meaning and objectives of Local Government administration
in Nigeria?
<Answers questionNumber="1" />
</li>

<li>
<h4 className="mb-2 font-bold">Question 2</h4>
Discuss the outcome of the 1976 Local Government Reforms in Nigeria.
<Answers questionNumber="2" />
</li>

<li>
<h4 className="mb-2 font-bold">Question 3</h4>
Some people were of the opinion that the problem of Local Government is
lack of autonomy and finance while some say it is corruption. What is
your opinion?
<Answers questionNumber="3" />
</li>

<li>
<h4 className="mb-2 font-bold">Question 4</h4>
Outline and discuss the importance of Local Government to National
Development.
<Answers questionNumber="4" />
</li>

<li>
<h4 className="mb-2 font-bold">Question 5</h4>
Outline and discuss the organizational structure and functions of Local
Government in grass-root development.
<Answers questionNumber="5" />
</li>

<li>
<h4 className="mb-2 font-bold">Question 6</h4>
Discuss the evolution of Local Government in Nigeria.
<Answers questionNumber="6" />
</li>
</Questions>
);
}
68 changes: 68 additions & 0 deletions src/questions/wdu-pol-23_24-2lvl-2nd-pol205.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
import Questions from "@/components/Questions";
import Answers from "@/components/Answers";

export default function POL205() {
return (
<Questions
school="western delta university"
college="social and management sciences"
department="Political Science"
session="2023/2024"
semester="second semester"
courseCode="POL205"
courseTitle="Introduction to International Relations"
allowedTime="2.15hrs"
instruction="Answer any three (3) questions."
>
<li>
<h4 className="mb-2 font-bold">Question 1</h4>
Discuss International Relations:
<ol className="flex list-[lower-alpha] flex-col gap-2">
<li>
As a Principle
<Answers questionNumber="1a" />
</li>
<li>
As a Situation
<Answers questionNumber="1b" />
</li>
</ol>
</li>

<li>
<h4 className="mb-2 font-bold">Question 2</h4>
Discuss the Realist Approach to International Relations.
<Answers questionNumber="2" />
</li>

<li>
<h4 className="mb-2 font-bold">Question 3</h4>
Briefly discuss:
<ol className="flex list-[lower-alpha] flex-col gap-2">
<li>
Individual
<Answers questionNumber="3a" />
</li>
<li>
State Level
<Answers questionNumber="3b" />
</li>
</ol>
of analysis in International Relations
</li>

<li>
<h4 className="mb-2 font-bold">Question 4</h4>
Identify and briefly discuss three (3) concepts of International
Relations.
<Answers questionNumber="4" />
</li>

<li>
<h4 className="mb-2 font-bold">Question 5</h4>
Discuss in detail Balance of Power in International Relations.
<Answers questionNumber="5" />
</li>
</Questions>
);
}
67 changes: 67 additions & 0 deletions src/questions/wdu-pol-23_24-3lvl-1st-pol305.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
import Questions from "@/components/Questions";
import Answers from "@/components/Answers";

export default function POL305() {
return (
<Questions
school="western delta university"
college="social and management sciences"
department="Political Science"
session="2023/2024"
semester="first semester"
courseCode="POL305"
courseTitle="Public Policy Analysis"
allowedTime="3hrs"
instruction="Answer all questions"
>
<li>
<h4 className="mb-2 font-bold">Question 1</h4>
Attempt a comprehensive definition of Public Policy Analysis. Discuss
its characteristics and purpose.
<Answers questionNumber="1" />
</li>

<li>
<h4 className="mb-2 font-bold">Question 2</h4>
Citing the Procedures, Assumptions or Criticisms, distinguish between
the Rational Comprehensive Model and the Mixed Scanning Model.
<Answers questionNumber="2" />
</li>

<li>
<h4 className="mb-2 font-bold">Question 3</h4>
Succinctly define Public Policy stating its various types and actors.
<Answers questionNumber="3" />
</li>

<li>
<h4 className="mb-2 font-bold">Question 4</h4>
Discuss any one of the following Techniques in Public Policy Analysis:
<ol className="flex list-[lower-alpha] flex-col gap-2">
<li>
Cost-Benefit Analysis
<Answers questionNumber="4a" />
</li>
<li>
Cost-Effectiveness Tool of Analysis
<Answers questionNumber="4b" />
</li>
</ol>
</li>

<li>
<h4 className="mb-2 font-bold">Question 5</h4>
Discuss Public Policy Making Process and advance reasons for the failure
of Public Policies.
<Answers questionNumber="5" />
</li>

<li>
<h4 className="mb-2 font-bold">Question 6</h4>
Discuss the Critical Path as an Analytical tool in Public Policy
Analysis.
<Answers questionNumber="6" />
</li>
</Questions>
);
}
49 changes: 49 additions & 0 deletions src/questions/wdu-pol-23_24-3lvl-2nd-pol311.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
import Questions from "@/components/Questions";
import Answers from "@/components/Answers";

export default function POL313() {
return (
<Questions
school="western delta university"
college="social and management sciences"
department="Political Science"
session="2023/2024"
semester="second semester"
courseCode="POL311"
courseTitle="Theories of International Relations"
allowedTime="2.15hrs"
instruction="Answer any three (3) questions."
>
<li>
<h4 className="mb-2 font-bold">Question 1</h4>
Discuss the Realist approach to International Relations.
<Answers questionNumber="1" />
</li>

<li>
<h4 className="mb-2 font-bold">Question 2</h4>
What is the Game of Chicken? Discuss
<Answers questionNumber="2" />
</li>

<li>
<h4 className="mb-2 font-bold">Question 3</h4>
Though Games have limitations, they also have usefulness. Discuss the
usefulness of games.
<Answers questionNumber="3" />
</li>

<li>
<h4 className="mb-2 font-bold">Question 4</h4>
Discuss the Analytical Approach in Internationl Relations.
<Answers questionNumber="4" />
</li>

<li>
<h4 className="mb-2 font-bold">Question 5</h4>
Identify two (2) types of games. Discuss three (3) limitations of Games.
<Answers questionNumber="5" />
</li>
</Questions>
);
}
107 changes: 107 additions & 0 deletions src/questions/wdu-pol-23_24-3lvl-2nd-pol313.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
import Questions from "@/components/Questions";
import Answers from "@/components/Answers";

export default function POL313() {
return (
<Questions
school="western delta university"
college="social and management sciences"
department="Political Science"
session="2023/2024"
semester="second semester"
courseCode="POL313"
courseTitle="Rural and Community Development"
allowedTime="2hrs"
instruction="Answer four (4) questions."
>
<li>
<h4 className="mb-2 font-bold">Question 1</h4>
<ol className="flex list-[lower-alpha] flex-col gap-2">
<li>
What is Rural Development?
<Answers questionNumber="1a" />
</li>
<li>
What are the objective and key features of Rural Development?
<Answers questionNumber="1b" />
</li>
</ol>
</li>

<li>
<h4 className="mb-2 font-bold">Question 2</h4>
Critically appraise the role of Local Government as agency of Rural
Development.
<Answers questionNumber="2" />
</li>

<li>
<h4 className="mb-2 font-bold">Question 3</h4>
<ol className="flex list-[lower-alpha] flex-col gap-2">
<li>
Define Poverty?
<Answers questionNumber="3a" />
</li>
<li>
State the different conceptions of Poverty and write shorts notes on
each of them.
<Answers questionNumber="3b" />
</li>
</ol>
</li>

<li>
<h4 className="mb-2 font-bold">Question 4</h4>
Write short notes on three (3) of the following:
<ol className="flex list-[lower-alpha] flex-col gap-2">
<li>
Modernization Theory of Rural Development
<Answers questionNumber="4a" />
</li>
<li>
Systems Theory of Rural Development
<Answers questionNumber="4b" />
</li>
<li>
Social Infrastructure and Rural Development
<Answers questionNumber="4c" />
</li>
<li>
Physical Infrastructure and Rural Development
<Answers questionNumber="4d" />
</li>
<li>
Problems associated with Rural Migration
<Answers questionNumber="4d" />
</li>
</ol>
</li>

<li>
<h4 className="mb-2 font-bold">Question 5</h4>
Community Development can be viewed as an approach to Rural Development:
Discuss.
<Answers questionNumber="5" />
</li>

<li>
<h4 className="mb-2 font-bold">Question 6</h4>
Numerous national programmes and policies aimed at the improvement of
rural areas were initiated and pursued by the Federal, State, and Local
Governments.
<ol className="flex list-[lower-alpha] flex-col gap-2">
<li>
Name at least four (4) of such intervention programmes in Nigeria.
<Answers questionNumber="6a" />
</li>
<li>
What are the factors responsible for the failure of these programmes
and state in brief what you think is the best way forward for
Nigeria.
<Answers questionNumber="6b" />
</li>
</ol>
</li>
</Questions>
);
}
Loading

0 comments on commit 92d9946

Please sign in to comment.