// TODO: The message below isn't very suitable for list values
Your input must be a valid
#if($responseDeclaration.cardinality.toQtiString() == "record")
'number'
#else
$responseDeclaration.baseType.toQtiString()!
#end
## 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