Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/compare3lesson.py
diff options
context:
space:
mode:
authorpmoxhay <pmoxhay@earthlink.net>2009-03-31 18:57:36 (GMT)
committer pmoxhay <pmoxhay@earthlink.net>2009-03-31 18:57:36 (GMT)
commit58f385067c440c0ae53d14cd2e09b5abd3e4dfef (patch)
tree48e770d5bdfc8b247b2a8ea59a276fc81d8f6ce0 /compare3lesson.py
parente126de3e2a5032ec107630ec94a298f8c32e1bf7 (diff)
Restored random choice of problem type.
Diffstat (limited to 'compare3lesson.py')
-rw-r--r--compare3lesson.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/compare3lesson.py b/compare3lesson.py
index d4f75d3..53641aa 100644
--- a/compare3lesson.py
+++ b/compare3lesson.py
@@ -116,7 +116,7 @@ class Compare3Lesson(ObjectArea):
self.problem_type = 'area'
# Uncomment this to choose a particular problem type.
- self.problem_type = 'mass'
+ #self.problem_type = 'mass'
if self.problem_type == 'length':
self.problem = LengthProblem(self)