-
Committer:
Matt Giuca
-
Date:
2009-01-19 16:03:36 UTC
-
mto:
This revision was merged to the branch mainline in
revision
1090.
-
Revision ID:
matt.giuca@gmail.com-20090119160336-28ob0uev0hnikec3
Added new module: ivle.worksheet. This will contain general functions for
worksheets (particularly for interacting with the DB), which don't belong
in either tutorial or tutorialservice.
worksheet now has get_exercise_status, which is a Storm re-implementation
of ivle.db.get_problem_status. Much cleaner!
tutorial, tutorialservice: Now use ivle.worksheet.get_exercise_status rather
than ivle.db.get_problem_status.
ivle.db: Renamed get_problem_status to _get_problem_status. Still required,
but only used internally now.