104
113
# has EVER been completed (may be different from "passed", if it has
105
114
# been completed before), and the total number of attempts.
106
115
completed, attempts = ivle.worksheet.get_exercise_status(req.store,
108
117
test_results["completed"] = completed
109
118
test_results["attempts"] = attempts