Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpmoxhay <pmoxhay@earthlink.net>2009-06-16 20:41:24 (GMT)
committer pmoxhay <pmoxhay@earthlink.net>2009-06-16 20:41:24 (GMT)
commitc92696c5543b76373ee5de15ad5fee601e912281 (patch)
treed8a6e5010597288465690fb2ea738ea13edf4bc5
parent7891f2322e3b90ca00df34601c13cc8faaf8f286 (diff)
Restored choice of problem type.
-rw-r--r--compare3lesson.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/compare3lesson.py b/compare3lesson.py
index 1e17dd6..93c54d7 100644
--- a/compare3lesson.py
+++ b/compare3lesson.py
@@ -54,7 +54,7 @@ class Compare3Lesson(ObjectArea):
ObjectArea.__init__(self, activity)
self.problem = 0
- self.level = 5
+ self.level = 0
self.problem_type = 'none'
self.color_scheme = 'no_colors'