$string['maxwordlimit_help']='If the response requires that students enter text, this is the maximum number of words that each student will be allowed to submit.';
$string['maxwordlimitboundary']='The required maximum word limit ({$a} words) has been exceeded for this essay. Please amend your response and try again.';
$string['maxwordlimitboundary']='The word limit for this question is {$a->limit} words and you are attempting to submit {$a->count} words. Please shorten your response and try again.';
$string['minwordlimit']='Minimum word limit';
$string['minwordlimit_help']='If the response requires that students enter text, this is the minimum number of words that each student will be allowed to submit.';
$string['minwordlimitboundary']='The required minimum word limit ({$a} words) has not been reached for this essay. Please amend your response and try again.';
$string['minwordlimitboundary']='This question requires a response of at least {$a->limit} words and you are attempting to submit {$a->count} words. Please expand your response and try again.';
$string['mustattach']='When "No online text" is selected, or responses are optional, you must allow at least one attachment.';
$string['mustrequire']='When "No online text" is selected, or responses are optional, you must require at least one attachment.';
$string['mustrequirefewer']='You cannot require more attachments than you allow.';