From 58f385067c440c0ae53d14cd2e09b5abd3e4dfef Mon Sep 17 00:00:00 2001 From: pmoxhay Date: Tue, 31 Mar 2009 18:57:36 +0000 Subject: Restored random choice of problem type. --- (limited to 'compare3lesson.py') 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) -- cgit v0.9.1