Beispiel #1
0
 def update_quiz(self, type, size=10):
     creator = Creator(type, size)
     self.quiz = creator.get_quiz()
     """