⏱️ Quick Start

🧰 Functionality Overview

To edit the FITB Blank Options select the 🔽.

image.png

image.png

image.png

♿ Accessibility

Feature Status
Keyboard
Screen Reader
Touch

🧠 Trap States & Use Cases

🔹 Initial States (Setup)

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)

✅ Correct States

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*

❌ Incorrect States

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*

🔄 Mutate States

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*