458
def insert_problem_attempt(self, problemid, loginid, date, complete,
458
def insert_problem_attempt(self, exercisename, login, date, complete,
460
460
"""Inserts the details of a problem attempt into the database.
463
466
date: struct_time, the date this attempt was made.
464
467
complete: bool. Whether the test passed or not.
465
468
attempt: Text of the attempt.