Multi-choice questions
A checkbox question. Mark one or more options as correct. Auto-scored. Use when several answers can apply.
Multi-choice mirrors the Single-choice form, but the per-option marker is a checkbox instead of a radio - mark every option that applies. The candidate sees checkboxes too.
When to use#
- "Which of these are race conditions?" - more than one is.
- "Which of these CLI flags are valid?" - any subset.
- Knowledge-coverage questions where partial credit makes sense.
Form fields#
| Field | Type | Description |
|---|---|---|
| Question Namerequired | Short title shown in the test outline. | |
| Question Bodyrequired | The prompt. Rich text supported. | |
| Optionsrequired | Two or more answer choices. Mark each correct or not via the checkbox marker on the right. | |
| Difficulty | enum | Easy / Medium / Hard / Expert. |
| Time | minutes | Estimated time per candidate. |
Scoring rules#
The candidate's answer is compared against the set of correct options. The form prevents you from publishing a Multi-choice question with zero correct options selected (you'll see an inline error like "select at least one correct answer").
