From 2fdfcf0fa1d24db69ae40d0bb19c71c1701ca50f Mon Sep 17 00:00:00 2001 From: vaibhav-rm Date: Mon, 6 Jan 2025 22:37:52 +0530 Subject: [PATCH] question changes --- questions.py | 6 ++++++ 1 file changed, 6 insertions(+) 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" ) ]