You've already forked HeurAMS-legacy
format
This commit is contained in:
@@ -152,10 +152,9 @@ class MCQPuzzle(BasePuzzleWidget):
|
||||
self.hashmap[button_id] = option
|
||||
new_button = Button(option, id=button_id)
|
||||
container.mount(new_button)
|
||||
|
||||
|
||||
def handler(self, rating):
|
||||
if self.atom.lock():
|
||||
pass
|
||||
else:
|
||||
self.atom.minimize(rating)
|
||||
|
||||
Reference in New Issue
Block a user