diff --git a/questions.py b/questions.py index 91f3466..e2680af 100644 --- a/questions.py +++ b/questions.py @@ -263,5 +263,11 @@ def __init__(self, question, options, correct_answer, subject): ["electro-mechanical", "electro-chemical","electro-magnetic","electro-dynamic"], "electro-chemical", "Fundamentals Of Electrical and Electronic Engineering" + ), + Question( + "What is a project?", + ["A temporary endeavor with a defined beginnning and end", "An ongoing activity with no specific end date","electro-magnetic","electro-dynamic"], + "A temporary endeavor with a defined beginnning and end", + "Project Management Skills" ) ]