chore: Cleaned up quiz.py
diff --git a/erpnext/education/doctype/quiz/quiz.py b/erpnext/education/doctype/quiz/quiz.py
index 232ee0e..2c43692 100644
--- a/erpnext/education/doctype/quiz/quiz.py
+++ b/erpnext/education/doctype/quiz/quiz.py
@@ -8,7 +8,6 @@
class Quiz(Document):
-
def validate_quiz_attempts(self, enrollment, quiz_name):
print(enrollment, quiz_name)
if self.max_attempts > 0:
@@ -19,10 +18,6 @@
pass
- def get_quiz(self):
- pass
-
-
def evaluate(self, response_dict, quiz_name):
# self.validate_quiz_attempts(enrollment, quiz_name)
self.get_questions()