23
23
This module provides functions for tutorial and worksheet computations.
28
26
from storm.locals import And, Asc, Desc, Store
32
30
from ivle.database import ExerciseAttempt, ExerciseSave, Worksheet, \
33
31
WorksheetExercise, Exercise
44
37
def get_exercise_status(store, user, worksheet_exercise, as_of=None):
45
38
"""Given a storm.store, User and Exercise, returns information about
46
39
the user's performance on that problem.