summaryrefslogtreecommitdiffstats
path: root/kwordquiz/src/examples
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commitce599e4f9f94b4eb00c1b5edb85bce5431ab3df2 (patch)
treed3bb9f5d25a2dc09ca81adecf39621d871534297 /kwordquiz/src/examples
downloadtdeedu-ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2.tar.gz
tdeedu-ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kwordquiz/src/examples')
-rw-r--r--kwordquiz/src/examples/Makefile.am3
-rw-r--r--kwordquiz/src/examples/example.kvtml45
-rw-r--r--kwordquiz/src/examples/fill_in_the_blank.kvtml69
-rw-r--r--kwordquiz/src/examples/french_verbs.kvtml149
-rw-r--r--kwordquiz/src/examples/us_states_and_capitals.kvtml209
5 files changed, 475 insertions, 0 deletions
diff --git a/kwordquiz/src/examples/Makefile.am b/kwordquiz/src/examples/Makefile.am
new file mode 100644
index 00000000..7a24b95d
--- /dev/null
+++ b/kwordquiz/src/examples/Makefile.am
@@ -0,0 +1,3 @@
+kwqdatadir = $(kde_datadir)/kwordquiz/examples
+
+kwqdata_DATA = example.kvtml french_verbs.kvtml fill_in_the_blank.kvtml us_states_and_capitals.kvtml
diff --git a/kwordquiz/src/examples/example.kvtml b/kwordquiz/src/examples/example.kvtml
new file mode 100644
index 00000000..36179b42
--- /dev/null
+++ b/kwordquiz/src/examples/example.kvtml
@@ -0,0 +1,45 @@
+<?xml version="1.0"?>
+<!DOCTYPE kvtml SYSTEM "kvoctrain.dtd">
+<kvtml
+ generator="kwordquiz 0.4"
+ cols="2"
+ lines="10"
+ title="example.kvtml">
+
+ <e>
+ <o width="250" l="English">one</o>
+ <t width="250" l="German">ein</t>
+ </e>
+ <e>
+ <o>two</o>
+ <t>zwei</t>
+ </e>
+ <e>
+ <o>three</o>
+ <t>drei</t>
+ </e>
+ <e>
+ <o>four</o>
+ <t>vier</t>
+ </e>
+ <e>
+ <o>five</o>
+ <t>fünf</t>
+ </e>
+ <e>
+ <o>six</o>
+ <t>sechs</t>
+ </e>
+ <e>
+ <o>seven</o>
+ <t>sieben</t>
+ </e>
+ <e>
+ <o>eight</o>
+ <t>acht</t>
+ </e>
+ <e>
+ <o>nine</o>
+ <t>neun</t>
+ </e>
+</kvtml>
diff --git a/kwordquiz/src/examples/fill_in_the_blank.kvtml b/kwordquiz/src/examples/fill_in_the_blank.kvtml
new file mode 100644
index 00000000..5081033b
--- /dev/null
+++ b/kwordquiz/src/examples/fill_in_the_blank.kvtml
@@ -0,0 +1,69 @@
+<?xml version="1.0"?>
+<!DOCTYPE kvtml SYSTEM "kvoctrain.dtd">
+<kvtml
+ generator="kwordquiz 0.4"
+ cols="2"
+ lines="16"
+ title="fill_in_the_blank.kvtml">
+
+ <e>
+ <o width="280" l="English">the lawyer reads the newspaper</o>
+ <t width="280" l="Deutsch">der Rechtsanwalt liest [die Zeitung]</t>
+ </e>
+ <e>
+ <o>kids like ice-cream</o>
+ <t>Kinder mögen [Eis]</t>
+ </e>
+ <e>
+ <o>they have bought a Porsche</o>
+ <t>sie haben [einen Porsche] gekauft</t>
+ </e>
+ <e>
+ <o>they have many secrets</o>
+ <t>sie haben viele [Geheimnisse]</t>
+ </e>
+ <e>
+ <o>these exercises help the students</o>
+ <t>diese Übungen helfen [den Schülern]</t>
+ </e>
+ <e>
+ <o>it only takes a word</o>
+ <t>es bedarf nur [eines Wortes]</t>
+ </e>
+ <e>
+ <o>there is only one exit</o>
+ <t>es gibt nur [einen Ausweg]</t>
+ </e>
+ <e>
+ <o>there are many women here</o>
+ <t>es sind viele [Frauen] hier</t>
+ </e>
+ <e>
+ <o>the tires on the bus are new</o>
+ <t>die Reifen [des Busses] sind neu</t>
+ </e>
+ <e>
+ <o>she is a doctor</o>
+ <t>sie ist [Ärztin]</t>
+ </e>
+ <e>
+ <o>I will buy a TV</o>
+ <t>ich werde mir [einen Fernseher] kaufen</t>
+ </e>
+ <e>
+ <o>Earth is a planet</o>
+ <t>die Erde ist [ein Planet]</t>
+ </e>
+ <e>
+ <o>the rooms have three beds</o>
+ <t>die Zimmer haben [drei Betten]</t>
+ </e>
+ <e>
+ <o>we travel through Turkey</o>
+ <t>wir reisen durch [die Türkei]</t>
+ </e>
+ <e>
+ <o>we own a computer</o>
+ <t>wir besitzen [einen Computer]</t>
+ </e>
+</kvtml>
diff --git a/kwordquiz/src/examples/french_verbs.kvtml b/kwordquiz/src/examples/french_verbs.kvtml
new file mode 100644
index 00000000..d47d3d64
--- /dev/null
+++ b/kwordquiz/src/examples/french_verbs.kvtml
@@ -0,0 +1,149 @@
+<?xml version="1.0"?>
+<!DOCTYPE kvtml SYSTEM "kvoctrain.dtd">
+<kvtml
+ generator="kwordquiz 0.4"
+ cols="2"
+ lines="36"
+ title="french_verbs.kvtml">
+
+ <e>
+ <o width="250" l="French">je suis</o>
+ <t width="250" l="English">I am</t>
+ </e>
+ <e>
+ <o>tu es</o>
+ <t>you are (fam)</t>
+ </e>
+ <e>
+ <o>il est</o>
+ <t>he is </t>
+ </e>
+ <e>
+ <o>elle est</o>
+ <t>she is</t>
+ </e>
+ <e>
+ <o>nous sommes</o>
+ <t>we are</t>
+ </e>
+ <e>
+ <o>vous êtes</o>
+ <t>you are (formal)</t>
+ </e>
+ <e>
+ <o>ils sont</o>
+ <t>they are (m)</t>
+ </e>
+ <e>
+ <o>elles sont</o>
+ <t>they are (f)</t>
+ </e>
+ <e>
+ <o></o>
+ <t></t>
+ </e>
+ <e>
+ <o>je étais</o>
+ <t>I was</t>
+ </e>
+ <e>
+ <o>tu étais</o>
+ <t>you were (fam)</t>
+ </e>
+ <e>
+ <o>il était</o>
+ <t>he was</t>
+ </e>
+ <e>
+ <o>elle était</o>
+ <t>she was</t>
+ </e>
+ <e>
+ <o>nous étions</o>
+ <t>we were</t>
+ </e>
+ <e>
+ <o>vous étiez</o>
+ <t>you were (form)</t>
+ </e>
+ <e>
+ <o>ils étaient</o>
+ <t>they were (m)</t>
+ </e>
+ <e>
+ <o>elles étaient</o>
+ <t>they were (f)</t>
+ </e>
+ <e>
+ <o></o>
+ <t></t>
+ </e>
+ <e>
+ <o>je serai</o>
+ <t>I will be</t>
+ </e>
+ <e>
+ <o>tu seras</o>
+ <t>you will be (fam)</t>
+ </e>
+ <e>
+ <o>il sera</o>
+ <t>he will be</t>
+ </e>
+ <e>
+ <o>elle sera</o>
+ <t>she will be</t>
+ </e>
+ <e>
+ <o>nous serons</o>
+ <t>we will be</t>
+ </e>
+ <e>
+ <o>vous serez</o>
+ <t>you will be (form)</t>
+ </e>
+ <e>
+ <o>ils seront</o>
+ <t>they will be (m)</t>
+ </e>
+ <e>
+ <o>elles seront</o>
+ <t>they will be (f)</t>
+ </e>
+ <e>
+ <o></o>
+ <t></t>
+ </e>
+ <e>
+ <o>je serais</o>
+ <t>I would be</t>
+ </e>
+ <e>
+ <o>tu serais</o>
+ <t>you would be (fam)</t>
+ </e>
+ <e>
+ <o>il serait</o>
+ <t>he would be </t>
+ </e>
+ <e>
+ <o>elle serait</o>
+ <t>she would be</t>
+ </e>
+ <e>
+ <o>nous serions</o>
+ <t>we would be</t>
+ </e>
+ <e>
+ <o>vous seriez</o>
+ <t>you would be (form)</t>
+ </e>
+ <e>
+ <o>ils seraient</o>
+ <t>they would be (m)</t>
+ </e>
+ <e>
+ <o>elles seraient</o>
+ <t>they would be (f)</t>
+ </e>
+</kvtml>
diff --git a/kwordquiz/src/examples/us_states_and_capitals.kvtml b/kwordquiz/src/examples/us_states_and_capitals.kvtml
new file mode 100644
index 00000000..71068e3f
--- /dev/null
+++ b/kwordquiz/src/examples/us_states_and_capitals.kvtml
@@ -0,0 +1,209 @@
+<?xml version="1.0"?>
+<!DOCTYPE kvtml SYSTEM "kvoctrain.dtd">
+<kvtml
+ generator="kwordquiz 0.4"
+ cols="2"
+ lines="51"
+ title="us_states_and_capitals.kvtml">
+
+ <e>
+ <o width="225" l="State">Alabama</o>
+ <t width="225" l="Capital">Montgomery</t>
+ </e>
+ <e>
+ <o>Alaska</o>
+ <t>Juneau</t>
+ </e>
+ <e>
+ <o>Arizona</o>
+ <t>Phoenix</t>
+ </e>
+ <e>
+ <o>Arkansas</o>
+ <t>Little Rock</t>
+ </e>
+ <e>
+ <o>California</o>
+ <t>Sacramento</t>
+ </e>
+ <e>
+ <o>Colorado</o>
+ <t>Denver</t>
+ </e>
+ <e>
+ <o>Connecticut</o>
+ <t>Hartford</t>
+ </e>
+ <e>
+ <o>Delaware</o>
+ <t>Dover</t>
+ </e>
+ <e>
+ <o>Florida</o>
+ <t>Tallahassee</t>
+ </e>
+ <e>
+ <o>Georgia</o>
+ <t>Atlanta</t>
+ </e>
+ <e>
+ <o>Hawaii</o>
+ <t>Honolulu</t>
+ </e>
+ <e>
+ <o>Idaho</o>
+ <t>Boise</t>
+ </e>
+ <e>
+ <o>Illinois</o>
+ <t>Springfield</t>
+ </e>
+ <e>
+ <o>Indiana</o>
+ <t>Indianapolis</t>
+ </e>
+ <e>
+ <o>Iowa</o>
+ <t>Des Moines</t>
+ </e>
+ <e>
+ <o>Kansas</o>
+ <t>Topeka</t>
+ </e>
+ <e>
+ <o>Kentucky</o>
+ <t>Frankfort</t>
+ </e>
+ <e>
+ <o>Louisiana</o>
+ <t>Baton Rouge</t>
+ </e>
+ <e>
+ <o>Maine</o>
+ <t>Augusta</t>
+ </e>
+ <e>
+ <o>Maryland</o>
+ <t>Annapolis</t>
+ </e>
+ <e>
+ <o>Massachusetts</o>
+ <t>Boston</t>
+ </e>
+ <e>
+ <o>Michigan</o>
+ <t>Lansing</t>
+ </e>
+ <e>
+ <o>Minnesota</o>
+ <t>St. Paul</t>
+ </e>
+ <e>
+ <o>Mississippi</o>
+ <t>Jackson</t>
+ </e>
+ <e>
+ <o>Missouri</o>
+ <t>Jefferson City</t>
+ </e>
+ <e>
+ <o>Montana</o>
+ <t>Helena</t>
+ </e>
+ <e>
+ <o>Nebraska</o>
+ <t>Lincoln</t>
+ </e>
+ <e>
+ <o>Nevada</o>
+ <t>Carson City</t>
+ </e>
+ <e>
+ <o>New Hampshire</o>
+ <t>Concord</t>
+ </e>
+ <e>
+ <o>New Jersey</o>
+ <t>Trenton</t>
+ </e>
+ <e>
+ <o>New Mexico</o>
+ <t>Santa Fe</t>
+ </e>
+ <e>
+ <o>New York</o>
+ <t>Albany</t>
+ </e>
+ <e>
+ <o>North Carolina</o>
+ <t>Raleigh</t>
+ </e>
+ <e>
+ <o>North Dakota</o>
+ <t>Bismarck</t>
+ </e>
+ <e>
+ <o>Ohio</o>
+ <t>Columbus</t>
+ </e>
+ <e>
+ <o>Oklahoma</o>
+ <t>Oklahoma City</t>
+ </e>
+ <e>
+ <o>Oregon</o>
+ <t>Salem</t>
+ </e>
+ <e>
+ <o>Pennsylvania</o>
+ <t>Harrisburg</t>
+ </e>
+ <e>
+ <o>Rhode Island</o>
+ <t>Providence</t>
+ </e>
+ <e>
+ <o>South Carolina</o>
+ <t>Columbia</t>
+ </e>
+ <e>
+ <o>South Dakota</o>
+ <t>Pierre</t>
+ </e>
+ <e>
+ <o>Tennessee</o>
+ <t>Nashville</t>
+ </e>
+ <e>
+ <o>Texas</o>
+ <t>Austin</t>
+ </e>
+ <e>
+ <o>Utah</o>
+ <t>Salt Lake City</t>
+ </e>
+ <e>
+ <o>Vermont</o>
+ <t>Montpelier</t>
+ </e>
+ <e>
+ <o>Virginia</o>
+ <t>Richmond</t>
+ </e>
+ <e>
+ <o>Washington</o>
+ <t>Olympia</t>
+ </e>
+ <e>
+ <o>West Virginia</o>
+ <t>Charleston</t>
+ </e>
+ <e>
+ <o>Wisconsin</o>
+ <t>Madison</t>
+ </e>
+ <e>
+ <o>Wyoming</o>
+ <t>Cheyenne</t>
+ </e>
+</kvtml>