run-math-quiz ( -- )


Vocabulary
quiz

Inputs
None

Outputs
None

Definition

: run-math-quiz ( -- )
{
T{ math-multiplication { count 10 } { n 10 } }
T{ math-sqrt { random-choices 100 } }
T{ math-sq { random-choices 100 } }
} 5 run-multiple-choice-quiz score-quiz ;