To edit the FITB Blank Options select the 🔽.



| Feature | Status |
|---|---|
| Keyboard | ✅ |
| Screen Reader | ✅ |
| Touch | ❌ |
| Scenario | CAPI |
|---|---|
| Disable input on later subscreens | stage.FITB.Enabled Boolean = false |
| Pre-fill input with a value | stage.FITB.Input 1.Value = Banana (Change input number to associated blank) |
| Scenario | CAPI |
|---|---|
| Check full FITB correctness | stage.FITB.IsCorrect Boolean = true |
| Check only one cell | stage.FITB.Input 1.correct = true * |
| Check all blanks are filled | stage.FITB.IsComplete Boolean = true |
** Change input number to associated blank*
| Scenario | CAPI |
|---|---|
| Incomplete: didn’t modify anything | stage.FITB.attempted Boolean = false |
| Incomplete: didn’t fill in all blanks | stage.FITB.IsComplete Boolean = false |
| Incorrect: generic | stage.FITB.correct Boolean = false |
| Incorrect: specific blank | stage.FITB.Input 1.Correct = false * |
| Incorrect: specific blank answer | stage.FITB.Input 1.Value = Shoelaces * |
** Change input number to associated blank*
| Scenario | CAPI |
|---|---|
| Show hints | stage.FITB.showHints Boolean = true |
| Show correct answers | stage.FITB.showCorrect Boolean = true |
| Change the value of a specific cell | stage.FITB.Input 1.Value = Banana * |
| Disable the entire FITB | stage.FITB.Enabled = false |
** Change input number to associated blank*