Skip to content

Commit

Permalink
Update questions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
qadeerrr0 authored Jan 8, 2025
1 parent 2fdfcf0 commit 8315cdd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions questions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

]

0 comments on commit 8315cdd

Please sign in to comment.