Grammar Exercise Applet
The grammar exercise applet is a java applet for running grammar
exercises given in an XML format. These exercises consist of one
of the following:
- Find and Identify parts of a text that belong to a given category,
such as all the nouns.
- Identify the category of hilited parts of a text, for example
certain verbal expressions might be hilited, and the task would be
to identify their aspectual category.
In both cases, in addition to answers being identified as write or
wrong, explanations can be provided for wrong answers, and further
comments on correct answers where there are significant issues.
Some exercises using the system are located at:
http://arts.anu.edu.au/linguistics/syntax/exercises
Technical Notes
The implementation uses Java 1.8/2, supplemented by Kazuki Yasumatsu's
KFC Foundation Classes
which provide enhanced text areas without the massive overhead of
the Swing libraries. Also
Aelfed and Sax for the XML processing.
Created by: Avery Andrews
Maintained by: Avery Andrews
Last modified: 19 November 2001