summaryrefslogtreecommitdiffstats
path: root/keduca/keduca/keduca.kcfg
diff options
context:
space:
mode:
Diffstat (limited to 'keduca/keduca/keduca.kcfg')
-rw-r--r--keduca/keduca/keduca.kcfg30
1 files changed, 30 insertions, 0 deletions
diff --git a/keduca/keduca/keduca.kcfg b/keduca/keduca/keduca.kcfg
new file mode 100644
index 00000000..077d19a8
--- /dev/null
+++ b/keduca/keduca/keduca.kcfg
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
+ http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
+<kcfgfile name="keducarc"/>
+ <group name="Options">
+ <entry name="RandomAnswers" type="Bool">
+ <label>Display answers in random order.</label>
+ <default>false</default>
+ </entry>
+ <entry name="RandomQuestions" type="Bool">
+ <label>Display answers in random order.</label>
+ <default>false</default>
+ </entry>
+ <entry name="ResultFinish" type="Enum">
+ <label>Show results only at the end of the test.</label>
+ <choices>
+ <choice name="testEnd"/>
+ <choice name="afterEachQuestion"/>
+ </choices>
+ <default>testEnd</default>
+ </entry>
+ </group>
+ <group name="keducaview">
+ <entry name="Splitter_size" type="IntList">
+ <label>How the screen is divided in KEducaView.</label>
+ </entry>
+ </group>
+</kcfg> \ No newline at end of file