Skip to content

Commit 75a0001

Browse files
committed
Finished questionaire
1 parent 72a95cd commit 75a0001

File tree

6 files changed

+398
-52
lines changed

6 files changed

+398
-52
lines changed

challenges.py

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## TEMP Not used due to the complixity of implementing the grading
2+
class challenges :
3+
def __init__(self, name, region, purpose, outcome) :
4+
self.name = name
5+
self.region = region
6+
self.purpose = purpose
7+
self.outcome = outcome
8+
self.challengeValue = region*outcome*purpose/2

clubs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class sports :
1+
class clubs :
22
def __init__(self, name, purpose, role) :
33
self.name = name
44
self.purpose = purpose

0 commit comments

Comments
 (0)