A textbox template

This format gives the student a place to type in their numerical answer to a problem.

> tagit(
[problem=[["Sandra mows a yard in 3 hours. Bill can mow the same yard in 2 hours. How many hours does it take them to mow it together? (Assume they do not slow each other down when they work together.) "]],
anstype=textbox,
rightanswers=6/5,
precision=`.01`,
txtboxsize=5]);

>

>