Lesson 06
Assessments at Scale
Evaluations · Assessment
Video
Lesson video
Members only
Sign in to watch this video.
We’ll email you a six-digit one-time code. You can still read the summary and additional resources below.
Sign in to watchFeedback
What did you think?
Choose any that fit. Signed-in members can see the totals.
Sign in to react.
Choose as many reactions as you like and see the totals. Reactions and comments use your profile name; your email stays private.
Sign inDiscussion
Comments
Keep comments specific to the lesson. Replies are limited to one level.
Sign in to read or post comments.
Comments are visible to signed-in GuruSetu members. Your email stays private.
Sign inSummary
Summary, mindmap and highlights
Machine-scored questions can test reasoning
Prof. Madhavan Mukund starts by asking what assessment is for. It can check whether students understand the prerequisites, show teachers where instruction has failed, certify achievement, assign grades and, in some settings, rank candidates. Open responses reveal reasoning. They also take time to read and are hard to mark consistently across a very large group. Carefully designed machine-scored questions can test understanding at scale.
The examples come from algorithms and data structures. A multiple-choice question might test whether a student understands asymptotic complexity as a bound, can connect notation with running time, or can distinguish insertion sort from selection sort. Other questions compare Prim's and Kruskal's algorithms or reverse the usual reasoning around a heap operation. A good item puts the concept into a situation where a common misconception leads to a plausible wrong answer. This makes writing the question demanding: a small substitution can change the correct answer, so the setter must verify the stem, every option and the reasoning behind them.
Machine-scored assessment offers several formats. Multiple-correct questions can reduce the value of guessing and allow partial credit when a student chooses some correct options and avoids every incorrect option. A fixed-format answer, such as a number or sequence, can also be generated by the student and scored automatically. Computing Olympiad problems use increasingly difficult test cases to indicate whether an algorithm is efficient. CMI questions leave gaps in a proof outline. Staged questions can move from a recurrence to evaluation order and complexity. Programming assignments can be judged online.
Useful questions may come from textbooks, lectures, daily life, public problem sets or culturally adapted versions of existing items. Whatever the source, students must have had a fair chance to learn the material. Writing these questions tests the teacher too: exposing a misconception requires a firm grasp of the idea, its edge cases and its plausible alternatives. Design assessment alongside the teaching.
Concept map
Mindmap
Select a branch to collapse or expand it. Zoom as needed, then export the current view as a PNG.
Interactive map
Use the arrow keys to move through the map. Press Enter or Space on a branch to collapse or expand it.
- 01
Assessment can diagnose learning, improve teaching, certify achievement, assign grades and sometimes rank candidates.
- 02
Machine-scored questions can test application and reasoning when they are built around real misconceptions.
- 03
Every stem and option needs checking: a small wording change can alter the correct answer.
- 04
Multiple-correct questions can reduce guessing and support carefully defined partial credit.
- 05
Numbers, sequences, proof gaps, staged cases and programs can all provide machine-scored evidence.
- 06
Students must have had a fair chance to learn what each item tests.
- 07
Writing a precise question is also a check on the teacher's own understanding.
Review this lesson
Review
Test yourself with flashcards or write a private note.
Active recall
Answer before revealing the card
Add any card you want to practise. It will appear on the Review page when it is due.
Card
01 / 05
Private notes
Your lesson notes
Write in Markdown, then switch to Preview to check the formatting. Your note is private and is saved when you choose Save.

Save a private note for this lesson.
Sign in to write a Markdown note. Download this note from the lesson or export all notes as a ZIP from your profile.
Sign in to writeFor this lesson
Additional resources
Use these readings and tools to check sources, extend the topic or apply it in your teaching.
University of Waterloo Centre for Teaching Excellence
Designing Multiple-Choice Questions
A detailed guide to clear stems, misconception-based distractors, option design and common item-writing mistakes.
Carnegie Mellon University Eberly Center
Creating Exams
Advice on matching exam formats and marks to learning goals to improve clarity, fairness and coverage.
University of Waterloo Centre for Teaching Excellence
Aligning Outcomes, Assessments, and Instruction
Examples showing how assessment evidence should match the intended outcome and the learning activity.
Chennai Mathematical Institute
CMI Entrance Exam Syllabi and Past Papers
The official collection of CMI aptitude papers and solutions, including objective-reasoning and proof questions.
NPTEL
NPTEL Online Courses and Assessment Model
An official overview of NPTEL's model: video lessons, weekly assignments and optional proctored certification exams.


