From 737d3db67507fbc7105cd6cdb6d38bdee3a6d791 Mon Sep 17 00:00:00 2001 From: vaibhav-rm Date: Mon, 17 Feb 2025 21:05:57 +0530 Subject: [PATCH] tests cleared --- questions.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/questions.py b/questions.py index b2de209..e2680af 100644 --- a/questions.py +++ b/questions.py @@ -269,11 +269,5 @@ 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" ) ]