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