@tpartner, Yes I need one.
In my example it is included.
With validation (the same Tony showed)
Joffm
By the way:
Why don't you use a question of type "multiple numerical input"? Only to have some drop-downs?
Here all your requirements are built-in.
There are "default answers",
there isthe validation
If you want to remove the "Remaining" and "Total" display, I did it with this css in the question text.
Code:
<style>
.ls-group-remaining, .ls-group-total {
display:none;
}
</style>