Cohort Notes
Home/Tools/Tooling for assessment and feedback

Tools

Tooling for assessment and feedback

The tool cannot decide what is worth assessing. It can decide whether marking fifty submissions is a day or an afternoon.

7 min read466 wordsUpdated July 2026

Assessment tooling divides by what it can check without a human. That division, rather than any feature list, determines what will actually reduce the marking burden.

What machines can check

Anything with a determinate correct answer: does the code produce the expected output, does the query return the right rows, does the configuration match the target, is the value within tolerance.

Any metric can be gamed once people know what it rewards; this article gives a workplace example of how time-tracking signals can be manipulated.

Where this applies it should be automated completely, and — importantly — exposed to the learner so they can check their own work before submitting. A learner who can self-verify correctness stops submitting work that does not run, which is where a large share of marking time goes.

Let learners check correctness themselves

The most effective assessment tooling is not the marking end. It is the check the learner can run before submitting.

When evaluating digital learning tools, accessibility is part of the baseline; the W3C Web Accessibility Initiative provides public standards and guidance.

What needs a person

Approach, structure, judgement, readability, whether a solution would survive contact with a real situation. These are where an instructor's time creates value that nothing else can substitute for.

Tooling helps here only by reducing friction around the judgement: submissions in one place, in a consistent format, with comments attachable to the specific point rather than delivered as an email about the whole thing.

Rubrics do more than tools

A written rubric — what a good submission does, what a partial one misses, the three common errors — speeds up marking more than any software, because it converts an open-ended judgement into a checklist with room for comment.

It also makes peer and self-assessment viable, makes feedback consistent between markers, and can be given to learners in advance, at which point it improves the submissions rather than only evaluating them.

Reuse the comments

Across a cohort the same five or six comments cover most of what needs saying. Writing them once, well, and reusing them with a personalised line attached is faster and usually higher quality than composing each from scratch at the end of a long marking session.

The risk is feedback that reads as generic. Mitigate it by keeping the reused portion to the explanation and writing the specific observation fresh — that is the part learners read closely anyway.

Keep submissions where you can find them

Submissions arriving by email, chat and three file-sharing services is the default state and it is where marking time disappears. A single consistent submission route, with a naming convention, is a small piece of process that saves hours per cohort.

Watch what you are collecting

Submitted work is personal data and sometimes contains more: a learner practising on their employer's data, a project containing credentials, a document with personal details.

Say what will be stored, for how long, and who can see it. Delete on a schedule. And tell learners plainly not to submit anything confidential to their employer, because otherwise some of them will.

General information. This is an editorial site about adult digital education. It is not a school, does not enrol anyone and does not deliver courses. Nothing here is legal, tax or financial advice for anyone running a training business.

Related

Continue reading