158
158
# Get the Exercise from the database
159
159
exercise = ivle.database.Exercise.get_by_name(req.store, exercisesrc)
172
169
# Query the DB to get an updated score on whether or not this problem
173
170
# has EVER been completed (may be different from "passed", if it has
174
171
# been completed before), and the total number of attempts.