## This will happen if either a pattern is wrong or the wrong number of choices were made
##
#if($interaction.patternMask && $interaction.minStrings > 0)
You must fill in box(es)
and use the correct format for your input in each box.
#elseif($interaction.minStrings > 0)
You must fill in box(es).
#elseif($interaction.patternMask)
You must use the correct format for your input in each box.
#end