<div class="input-form">
	<fieldset class="group_form"><legend class="group_form"><?php 
echo _AT('test_mc');
?>
</legend>
	<div class="row">
		<span class="required" title="<?php 
echo _AT('required_field');
?>
">*</span><label for="cats"><?php 
echo _AT('category');
?>
</label>
		<select name="category_id" id="cats">
			<?php 
TestsUtility::printQuestionCatsInDropDown($_POST['category_id']);
?>
		</select>
	</div>
	
	<div class="row">
		<label for="optional_feedback"><?php 
echo _AT('optional_feedback');
?>
</label> 
		<?php 
TestsUtility::printVisualEditorLink('optional_feedback');
?>
	

		<textarea id="optional_feedback" cols="50" rows="3" name="feedback"><?php