From 6f42f58f71e54ffdd89cb4d53c68e9212eb5a0ee Mon Sep 17 00:00:00 2001 From: hallgren Date: Tue, 28 Feb 2012 17:24:34 +0000 Subject: gfse: Translation Quiz integration Also moved the translation quiz from demos/TransQuiz to src/www/TransQuiz so that it will be installed by 'cabal install' along with the other files that are installed for use by gf -server mode. --- src/www/TransQuiz/quiz_about.html | 50 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 src/www/TransQuiz/quiz_about.html (limited to 'src/www/TransQuiz/quiz_about.html') diff --git a/src/www/TransQuiz/quiz_about.html b/src/www/TransQuiz/quiz_about.html new file mode 100644 index 000000000..4728e8e7d --- /dev/null +++ b/src/www/TransQuiz/quiz_about.html @@ -0,0 +1,50 @@ + + + + +Quiz About + + + + + + + + + + +

About GF Translation Quiz

+ +

+ This project is actually part of my master thesis work at Chalmers University of Technology + , in the Language Technology group under supervision of Professor Aarne Ranta. The application + is an exercise generator to be used in training the lexical, morphological and syntactic aspects of human languages. + One important aspect of this application is that it is intended to be as general as possible and specially not + to be limited to any specific human language. For this purpose GF’s (The Grammatical Framework ) + Resource Grammar Libraries have been applied as the constructive core of the project. The application also uses the + GF web services API + which has made it possible to apply the PGF API as Web Service, to be more precise the Quiz uses the additional API for JavaScript defined in pgf_online.js provided by the + Minibar application. + The Quiz also relies on the Minibar, + in the "Easy Study Mode" of the Quiz, where word magnets from the Minibar are available to help the user construct his/her answer. +

+

The generated exercises are in the preliminary form of sentences + in a certain language - selected by the user - which need to be translated to another one - which is also the user's choice. + The user may choose the grammar he/she wants to train with as well. More information about how the quiz works can be found from the + link in the Quiz main page. + +

+ +
+ Author: Elnaz Abolahrar (elnaz dot abolahrar at gmail dot com) +
+ Date: December, 2010 - Göteborg, Sweden +
+
+ +
+
Close page
+ + + + \ No newline at end of file -- cgit v1.2.3