DEV Community

MRZHU
MRZHU

Posted on

A Practical Provenance Checklist for Translated Exam Questions

When an exam question crosses languages, the main risk is not awkward prose. It is losing the chain of evidence that lets a reader check what the question originally asked.

This matters especially for high-stakes exams such as China's Gaokao. A clean English sentence can still be misleading if it silently changes a condition, weakens a quantifier, or hides a diagram label.

The minimum record worth keeping

For every translated question, I would keep five things together:

  1. Source paper and year. A label like “Gaokao math” is too broad. Province, year, subject, and paper version matter.
  2. PDF page. Readers should be able to return to the exact location instead of searching an entire document.
  3. Original Chinese text. The translation should never replace the source.
  4. English translation and review state. “Draft,” “reviewed,” and “publishable” are different claims.
  5. Scoring provenance. An answer key, a marking note, and an independently written explanation are not interchangeable.

A diagram needs the same treatment. Recreating it in a cleaner style is fine, but labels, scale assumptions, and geometric relationships must remain traceable to the source.

Separate translation from teaching

A translated prompt should answer one question: what did the original paper ask?

A worked solution answers a different question: how might someone solve it?

Keeping those layers separate prevents an explanation from quietly rewriting the task. It also makes corrections easier. If a reviewer changes one translated phrase, the source and scoring record remain intact.

Do not leak the answer through the delivery layer

For an interactive practice site, public question data should contain only what the learner is meant to see. Answer keys and hidden rubrics belong on the grading side, not in the browser payload. Otherwise a polished interface can undermine the credibility of the exercise.

A small public example

The GaokaoExam mathematics collection currently presents source-linked practice questions for international readers. The broader public experience contains 21 questions; it should be read as a curated experience, not as a claim to reproduce every item from a complete paper.

That scope statement is important. A sample can help someone understand the language, pacing, and reasoning style of an exam without pretending to be the entire exam.

A useful review question

Before publishing, ask: “Could a skeptical reader reconstruct where this came from and what editorial decisions were made?”

If the answer is yes, the translation becomes more than readable content. It becomes an auditable learning resource.

Top comments (0)