diff --git a/questions.py b/questions.py index e2680af..5038e52 100644 --- a/questions.py +++ b/questions.py @@ -269,5 +269,17 @@ def __init__(self, question, options, correct_answer, subject): ["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" + ), + Question( + "", + ["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", + "Mathematics" + ), + Question( + "", + ["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", + "Mathematics" ) ]