You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeedu/keduca/keduca/keduca.kcfg

30 lines
999 B

<?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>