""" The plan with this application is to provide a user interface for creating
	Morfa-C applications. This should save some time and eventually provide non-
	programmers with a means to create question/answer pairs without too much trouble.

	The very beginnings are in place. What this does basically is:
		* Create HTML forms for each word element

		* Users can choose word tags and word semantic sets

		* A list of possible words are displayed, as well as one
		  word form if a tag is specified.
	
	TODOS:
		TODO: Allow specification of agreement phenomena
		      - This has to be very general, in the event that we
		        end up working with languages with more complex
		        kinds of agreement, object, indirect object, etc.

		TODO: Output question/answer pairs in XML.
		TODO: Store question/answer pairs in DB.

		TODO: Consider using testquestions programming for some of this.


"""
