diff options
| author | hallgren <hallgren@chalmers.se> | 2012-02-28 17:24:34 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-02-28 17:24:34 +0000 |
| commit | 6f42f58f71e54ffdd89cb4d53c68e9212eb5a0ee (patch) | |
| tree | 46b183fac486510a8212eb9e4846b3a857b58f48 /src/www/TransQuiz/quiz_about.html | |
| parent | c1c1a73dc3db1f1ae8b298f836dfa7a2a17f2638 (diff) | |
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.
Diffstat (limited to 'src/www/TransQuiz/quiz_about.html')
| -rw-r--r-- | src/www/TransQuiz/quiz_about.html | 50 |
1 files changed, 50 insertions, 0 deletions
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 @@ +<!-- Copyright © Elnaz Abolahrar, 2011 -->
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<title>Quiz About</title>
+<link rel=stylesheet type="text/css" href="minibar_quiz.css">
+
+<meta name = "viewport" content = "width = device-width">
+<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
+<meta charset="UTF-8">
+
+</head>
+
+<body>
+
+<h3>About GF Translation Quiz </h3>
+
+<p style="font-size:18px;">
+ This project is actually part of my master thesis work at <a href="http://chalmers.se/en/Pages/default.aspx" >Chalmers University of Technology</a>
+ , in the Language Technology group under supervision of Professor <a href="http://www.cse.chalmers.se/~aarne/">Aarne Ranta.</a> 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 <a href="http://www.grammaticalframework.org/" >Grammatical Framework </a>)
+ Resource Grammar Libraries have been applied as the constructive core of the project. The application also uses the
+ <a href="http://code.google.com/p/grammatical-framework/wiki/GFWebServiceAPI" >GF web services API </a>
+ 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
+ <a href="http://www.grammaticalframework.org:41296/minibar/minibar.html"> Minibar </a> 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.
+</p>
+<p style="font-size:18px;"> 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
+ <a href="quiz_help.html" >link </a> in the Quiz main page.
+
+</p>
+
+<br/>
+ Author: <i><b> Elnaz Abolahrar </b></i> (elnaz dot abolahrar at gmail dot com)
+<br/>
+ Date: December, 2010 - Göteborg, Sweden
+<br/>
+<br/>
+
+<br/>
+<div class="shift_left"><a href="javascript: window.close()">Close page</a></div>
+
+</body>
+
+</html>
\ No newline at end of file |
