Statement editor
Updated on August 5, 2026
The statement is the text the student sees when opening a problem. A clear statement avoids misinterpretation and makes grading more fair.
Writing and previewing
In the editor, the Statement section has two tabs:
- Write — where you type the text.
- Preview — where you see the final result with formatting applied.
Switch between them while writing to make sure the statement looks right before saving.
Supported formatting
The statement accepts Markdown. The most useful elements are:
- Bold:
**text** - Italic:
*text* - Bullet lists:
- item - Numbered lists:
1. item
You can also insert mathematical formulas using LaTeX syntax:
- Inline formula:
$f(x) = x^2$ - Block formula:
$$\int_0^1 x\,dx = \frac{1}{2}$$
The app renders them automatically in the preview.
Header fields
Just above the text area are the Title and Topic fields:
- Title — required. This is the problem name shown in the list and in search results.
- Topic — optional. If left empty, the title is used for internal search instead.
Tips for a clear statement
- Include all the data the student needs. If the answer requires a specific value (a mass, a speed, a price), put it in the statement — do not leave it implicit.
- Ask one question per problem. If you need to ask two different things, create two problems or use the step-by-step answer type.
- Be specific in the final question. Instead of "analyze the situation", write "calculate the acceleration in m/s²".
- Check the preview. Long formulas can break if a closing
$is missing; the preview shows this immediately.
If the AI generated the statement, you can edit it at any time. The grading does not change unless you also edit the test cases, choices or rubric.
Frequently asked questions
Can I insert images in the statement? No. The statement supports text with Markdown and mathematical formulas, but not directly uploaded images. If the problem needs a visual, consider adding an animated scene.
Does the preview show exactly what the student will see? Yes. The preview renders Markdown and formulas the same way as the solving screen.
How long can the statement be? There is no visible limit in the editor. For a practical problem, aim to keep the statement readable without excessive scrolling.
Next step
- Answer formats — choose the format that best fits your question.
- Solving problems — how the student sees and answers the statement.