package testtool.Question;


import java.util.Collection;

/**
 *
 * 
			Same as an essay answer area but uses a fixed-width font in the input area in a test
			suitable for code.
		
 *    Derived from an FMSL opaque type.
 * 
 * @author 
 * @version 
 *
 **/

public class ProgramCodeAnswerArea extends EssayAnswerArea {

     /** Default Constructor **/
     public ProgramCodeAnswerArea() {
          super();
     }

}