What People Publish

Course Handout

Definition

A course handout is any teaching material students need outside the room: a lecture's slides, a reading list, a problem set with solutions released later, a lab protocol. Most begin life as a PDF. Publishing them at a web address instead of emailing attachments means the student who deleted the email, joined in week three, or is revising in April can still find the thing. The page itself is normally plain — a heading, a list of weeks, one link per item — because it gets opened in a hurry on whatever device is to hand. What matters is not the design but the address: choose it once, at the start of term, and then leave it alone.

Why It Matters

A term is twelve or fifteen weeks, but a course runs for years. Every time a file moves, every link to it in a syllabus, a slide, an email and a student's own notes breaks at once, and this kind of link rot is invisible to the person who caused it — students just assume the material has gone. Version confusion costs almost as much: when week four's problem sheet is corrected on a Tuesday, everyone who downloaded it on Monday holds the wrong one and has no way to find out. Replacing the file behind a fixed address, rather than posting a second file with a new name, means anybody following the link gets the correction automatically.

How It Works

Fix the structure before term starts: one index page per course at a stable address, items listed by week, one file each at a predictable path beneath it. After that, only ever replace files in place. File versioning keeps the previous copies behind the same address, so a correction is a single upload and a mistake is a rollback rather than an email to two hundred people. Serve the PDFs so they render in the browser rather than dropping into a downloads folder — a Content-Type of application/pdf with an inline disposition — because a student on a phone will not go hunting for a saved file. If a handout must not circulate beyond the class, put a password on the page; an unlisted address is not access control.

Real-World Example

A lecturer sets up bio204.99helpers.site in week zero with twelve weekly entries and nothing else on it. The address goes on the syllabus and on the first slide of every lecture. In week six a figure on the problem sheet turns out to be wrong; she uploads the corrected PDF over the old one, and the printed syllabus is immediately right for everyone, including the students who bookmarked it in week one. Next year's cohort gets the same address with new files behind it.

Common Mistakes

  • Emailing handouts as attachments — the material then lives in inboxes, and a student joining in week three has none of it
  • Adding v2 to a filename instead of replacing the file — half the class holds v1, nothing tells them so, and both are now in circulation
  • Reorganising the page structure mid-term — every link on the printed syllabus dies the day you do it

Related Terms

Put a file online in seconds

Drop in a document, an image, a page or a whole static website and share the link — free, with no build step and no server to set up.

Host a file free →