True-False questions
A binary "the statement is correct / incorrect" prompt. One-tap to answer. Auto-scored.
True-False (backend type yes_no) is the simplest type. The candidate sees the question body and two big tiles: True ("the statement is correct") and False ("the statement is incorrect"). One tap, auto-graded.
When to use#
- Quick fact-checks during a longer test.
- Misconception screens: "PostgreSQL is single-threaded per connection. True or false?"
- Onboarding quizzes that need fast turnaround.
Form fields#
| Field | Type | Description |
|---|---|---|
| Question Namerequired | Short title. | |
| Question Bodyrequired | The statement the candidate evaluates. | |
| Correct answerrequired | Pick True or False from the two-tile selector. | |
| Difficulty | enum | Easy / Medium / Hard / Expert. |
| Time | minutes | Estimated time per candidate. |
Answer form#
Inside the editor the Correct answer section shows two tiles side by side. Click the True tile (it lights up green) or the False tile (it lights up red) to mark the correct answer. You cannot publish a True-False question without picking one - the form prints "Please select the correct answer" otherwise.
