--- loncom/interface/spreadsheet/default_assesscalc 2001/03/27 14:37:18 1.3
+++ loncom/interface/spreadsheet/default_assesscalc 2001/10/16 22:57:07 1.5
@@ -1,11 +1,15 @@
-[stores_0_solved]
+(I0?(K0?(K0==I0?'correct':K0.'/'.I0.' correct'):'incorrect'):'')
'Tries:'
-[stores_0_tries]
+(I0?[&EXPANDSUM(PART;stores_PART_tries)]/I0:'')
'Timestamp:'
[timestamp]
'Duedate:'
[parameter_0_duedate]
+'Attempted Parts:'
+[&EXPANDSUM(PART;(stores_PART_solved?1:0))]
+'Solved Parts:'
+[&EXPANDSUM(PART;(stores_PART_awarded?1:0))]
'Available Points:'
-[parameter_0_weight]
+[&EXPANDSUM(PART;parameter_PART_weight)]
'Awarded Points:'
-[parameter_0_weight]*[stores_0_awarded]
+[&EXPANDSUM(PART;parameter_PART_weight*stores_PART_awarded)]