From 8315cdd0755857a043b8f19a37e241c3790039c7 Mon Sep 17 00:00:00 2001 From: qadeerrr0 <165631401+qadeerrr0@users.noreply.github.com> Date: Tue, 7 Jan 2025 21:45:14 -0800 Subject: [PATCH] Update questions.py --- questions.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/questions.py b/questions.py index e2680af..c69e13b 100644 --- a/questions.py +++ b/questions.py @@ -269,5 +269,12 @@ 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( + "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" ) + ]