The answer key used =SUMIFS(B2:B5,A2:A5,"West"). This student wrote something different:
=SUMPRODUCT((A2:A5="West")*B2:B5)
Every line below is exactly what a student would see — produced by the live GridGrade engine on a short sample workbook, nothing retyped or touched up. It shows the four things hand-grading does and most auto-graders don't: it accepts a different correct method, explains a deduction with the evidence and a fix, follows the dependency chain for partial credit, and flags what it isn't sure about. You stay the grader of record.
This is genuine engine output. The four cases come from a small sample assignment (regional sales, an invoice, and a real worksheet-source PivotTable) graded by the same engine that grades a submission. The scores, evidence, and fixes are reproduced verbatim — no student names or files are involved.
Q1 — Total sales for the West region (10 pts)
The answer key used =SUMIFS(B2:B5,A2:A5,"West"). This student wrote something different:
=SUMPRODUCT((A2:A5="West")*B2:B5)
Q2 — PivotTable of loans by purpose and credit risk (10 pts)
The pivot's placement is right (rows, columns, and filters all matched), but the Values area aggregates the wrong way:
Value field/aggregation does not match expected — aggregation mismatch (pivot count != expected sum)
Q3 — Extended cost = unit price × quantity (two linked cells, 20 pts)
The unit-price cell is wrong on its own merits — its formula recomputes to the wrong number, so it owns its own deduction:
=B3+4
The extended-cost cell uses the right method (price × quantity). It inherits the wrong unit price from above — but GridGrade does not penalize it a second time for a value it inherited:
=B5*B3
Q4 — Sum of orders over $50 (10 pts)
The student answered with a function outside the set GridGrade can fully evaluate (a dynamic-array FILTER). Rather than assume it's right or wrong, GridGrade grades the structure and hands it to a human:
=FILTER(B2:B4,B2:B4>50)
These four outcomes are the actual return values from the GridGrade engine on the sample workbook — captured field-for-field, including the located cell, what passed and failed, the confidence, and the fix text.
Tell us about your course and we'll run GridGrade on a real exam you already grade by hand — then walk you through the evidence behind every mark. Design partners pay $0 and help shape what ships.
What happens next: one human replies within two business days. No sales calls, ever.