Make new questions! Still a work in progress, stuff won't save properly...
Forms (phrasings)
One is chosen at random per question. Use {{name}} placeholders.
Use $$expression$$ for mathematical expressions (lookup LaTex formatting)
Extracts (optional)
Shown behind a button in the quiz, like the exam's pop-up document. Content accepts HTML
(e.g. <table>, <p>) and
$$LaTeX$$.
Variables
Reference these by name in forms as {{name}} and in the answer
expression.
Conditions (optional)
Only generate combinations where these hold — e.g. stockConc ≥
targetConc so a dilution is always possible. Each condition compares two variables.
Answer
Operators + - * / % ^, comparisons <
> <= >= == !=, and functions round, ceil, floor, abs, sqrt,
min, max, ln, log10, exp, pow, if. Reference
variables by name. Use if(test, whenTrue, whenFalse) for banded doses,
e.g. if(crcl > 50, 1, 0.5).
Preview
Click “Generate sample” to see a randomly generated instance and its
computed answer.