summaryrefslogtreecommitdiffstats
path: root/keduca/keduca/keduca.kcfg
blob: 077d19a8b35049af6389df45725c40db7bfef267 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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>