Creating True/False
True/False questions present a statement and ask students to determine whether it is true or false. They are the simplest question type — fast to create and auto-graded instantly.
Step-by-Step Creation
1
Navigate to Questions
Go to Questions → Create Question from the sidebar.
2
Select True/False type
Choose "TRUE_FALSE" from the Question Type dropdown.
3
Write the statement
Enter a clear, unambiguous statement in the question text field. The statement should be definitively true or false.
4
Set the correct answer
Select whether the statement is True or False using the correctValue field.
5
Set points and difficulty
Assign marks and select the difficulty level. True/False questions are typically 1 point each.
6
Save
Click Save. The question is created in DRAFT status.
True/False-Specific Fields
In addition to the common fields (question text, points, difficulty, subject, tags), True/False questions have these specific fields:
| Field | Required | Type | Description |
|---|---|---|---|
Correct Value | Required | select | Whether the statement is True or False. This is the correct answer students must select. |
True Label | Optional | text | Custom label for the "True" option. Defaults to "True". Useful for localization or alternate phrasing like "Correct" or "Yes". |
False Label | Optional | text | Custom label for the "False" option. Defaults to "False". Can be changed to "Incorrect" or "No". |
Data Structure
The True/False data object (TrueFalseData) stores:
correctValue— boolean (trueorfalse)labels— optional object withtrueLabelandfalseLabelstrings
Tips for Effective True/False Questions
- Use clear, unambiguous statements — avoid double negatives or complex phrasing that makes the statement confusing rather than testing knowledge.
- Test one concept per statement — don't combine two facts where one is true and the other false.
- Avoid absolutes — words like "always", "never", and "all" are often giveaways. Use them sparingly.
- Balance true and false answers — aim for a roughly 50/50 split across your question set to prevent guessing patterns.
- Keep statements concise — long, wordy statements increase reading time without adding assessment value.