Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/signsdroptarget.py
diff options
context:
space:
mode:
authorpmoxhay <pmoxhay@earthlink.net>2009-06-02 23:25:52 (GMT)
committer pmoxhay <pmoxhay@earthlink.net>2009-06-02 23:25:52 (GMT)
commit92999db805438b80fb505038dc65c55af00cd484 (patch)
tree724f7578c22add5f5bf547235ac789350847df70 /signsdroptarget.py
parent7d111ae007beac783658e900596ae9d7cae0c6c4 (diff)
Shapes don't disappear (except for masses, amounts).
Letters don't repeat from problem to problem. Start registering errors and regulating going from one problem type to another.
Diffstat (limited to 'signsdroptarget.py')
-rw-r--r--signsdroptarget.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/signsdroptarget.py b/signsdroptarget.py
index 969adad..938366c 100644
--- a/signsdroptarget.py
+++ b/signsdroptarget.py
@@ -138,7 +138,8 @@ class SignsDropTarget(DropTargetObject):
if not self.answer_correct() and self.all_drop_targets_full():
self.container.show_hint()
- self.reset_all_drop_targets()
+ self.reset_all_drop_targets()
+ self.container.register_error()
elif self.answer_correct():
self.container.selected_object = None
self.freeze_drop_targets()