Question Type

Questions

Answers

Copy questions to clipboard as .
Copy answers to clipboard as
Copy both to clipboard as

Help

This site generates maths questions. Key features are:

  1. Extremely customisable
  2. LaTeX and Markdown export
  3. Permalink to questions
  4. Assemble questions into a worksheet
  5. Reorder questions
  6. Regenerate individual questions
  7. n-up printing

Customisation

The questions are very customisable, primarily by specifying ranges for various parameters. The questions are then built by making random selections from those ranges.

  1. The core of a range is start:end, which specifies a range of values between start and end inclusive, where the step is something sensible. Examples 1:10 and a:g.
  2. A "range" can also be a single item.
  3. Ranges can be combined by comma-separating them, example -10:-1,1:10.
  4. A range can have a weight, prefixed by an x, which gives that range extra weight if there are multiple individual ranges. Example -10:-1,1:10x2 will select a positive number twice as often as negative.
  5. A range can have a multiplier, prefixed by a *, which multiplies all the values by that multiplier (this only makes sense for numerical ranges). Examples 1:10*10 selects multiples of 10.
  6. Similarly, a range can have a divider, prefixed by a /. This is particularly useful when wanting to select fractions.

Organisation

Once generated, the questions can be organised.

  1. The questions can be reordered by dragging. The answers automatically reorder accordingly.
  2. Questions can be regenerated by clicking on the icon.
  3. Questions can be added to a worksheet by clicking on the + icon. The worksheet can be viewed by clicking on the Worksheet tab at the top. The wording of the questions can be different when they are part of a worksheet to make them stand alone.
  4. Bits of text are editable.

Export

There are several options for exporting and sharing the questions (and answers).

  1. Permalink: it is possible to set the seed for the random choices, which means that all the choices will be made the same. A link at the bottom of the page sets all the parameters for the questions, including the random seed, so can be shared to exactly reproduce a set of questions. This only makes sense if there has been no customisation. Note that no information is stored on the server, this is all done through setting the parameters in the link.
  2. Printing: the printer icon in the top left of the browser window does two things. It simplifies the display, showing only the questions and answers. It also repeats the questions so that they fill a page, pushing the answers onto the next page, making it easier to print a set without wasting paper. This is not 100% guaranteed to put the page break in the right place, but usually changing the scale of the print by a couple of percent can fix this without visually changing the layout.
  3. LaTeX and Markdown export: these export the questions, answers, and both interleaved, suitable for pasting into a LaTeX or Markdown document. Note that these don't produce a full document, and questions with a picture require the tikz package.
🖨️