Teachers! Make your own!
Use the INPUT LINE and enter these one at a time.
a = RandomBetween[-10,10]
b = RandomBetween[-10,10]
Simplify[ (x-a)(x-b) ] (this is what you will factor)
show = true
Factor[ f(x) ] (this is the answer. Set “Condition to Show Object” to "show")
Add two BUTTONS: New Problem and Check Factors
script for NEW PROBLEM button
UpdateConstruction[]
show:false
script for CHECK FACTORS button
show:true