Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/compare3lesson.py
diff options
context:
space:
mode:
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 1e85cd5..602bc29 100644
--- a/compare3lesson.py
+++ b/compare3lesson.py
@@ -85,7 +85,7 @@ class Compare3Lesson(ObjectArea):
self.problem_type = random.choice(PROBLEM_TYPES)
# Uncomment this to choose a particular problem type.
- #self.problem_type = 'volume'
+ #self.problem_type = 'amount'
if self.problem_type == 'length':
self.problem = LengthProblem(self)