374
373
if new_worksheet.assessable:
375
374
# Calculate the user's score for this worksheet
376
375
mand_done, mand_total, opt_done, opt_total = (
377
ivle.worksheet.utils.calculate_score(store, user, worksheet,
380
378
optional_message = " (excluding optional exercises)"