Skip to content

examst

A Typst package for creating professional exam documents with numbered questions, multiple-choice, fill-in-the-blank, solutions, and points tables.
#question(points: 10)[
  What is the airspeed velocity of an unladen swallow?
  #multi-choice(
    marker: "bubble-letter",
    [European or African?],
    correct[About 11 m/s],
    [Unknown],
  )
]

#question(points: 5)[
  The capital of France is #fill-in[Paris].
]