Warning, /education/kbruch/doc/index.docbook is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" ?> 0002 <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ 0003 <!ENTITY kappname "&kbruch;"> 0004 <!ENTITY % addindex "IGNORE"> 0005 <!ENTITY % English "INCLUDE"><!-- change language only here --> 0006 ]> 0007 <!-- 0008 SPDX-FileCopyrightText: 2001-2005 Sebastian Stein <seb.kde@hpfsc.de> 0009 SPDX-FileCopyrightText: 2008 Anne-Marie Mahfouf 0010 SPDX-License-Identifier: GFDL-1.2-only 0011 --> 0012 <book id="kbruch" lang="&language;"> 0013 0014 <bookinfo> 0015 <title>The &kbruch; Handbook</title> 0016 0017 <authorgroup> 0018 <author> 0019 <firstname>Sebastian</firstname> 0020 <surname>Stein</surname> 0021 <email>seb.kde@hpfsc.de</email> 0022 </author> 0023 <author> 0024 &Anne-Marie.Mahfouf; 0025 </author> 0026 <!-- TRANS:ROLES_OF_TRANSLATORS --> 0027 0028 </authorgroup> 0029 0030 <copyright> 0031 <year>2001-2005</year> 0032 <holder>Sebastian Stein</holder> 0033 </copyright> 0034 <copyright> 0035 <year>2008</year> 0036 <holder>&Anne-Marie.Mahfouf;</holder> 0037 </copyright> 0038 <legalnotice>&FDLNotice;</legalnotice> 0039 0040 <date>2020-12-21</date> 0041 <releaseinfo>Applications 20.12</releaseinfo> 0042 0043 <abstract> 0044 <para>&kbruch; is a small program to practice calculating with fractions and percentages. 0045 Different exercises are provided for this purpose and you can use the learning mode to practice with fractions. The program checks the user's 0046 input and gives feedback. 0047 </para> 0048 0049 </abstract> 0050 0051 <keywordset> 0052 <keyword>KDE</keyword> 0053 <keyword>education</keyword> 0054 <keyword>fraction</keyword> 0055 <keyword>percentage</keyword> 0056 <keyword>mathematics</keyword> 0057 <keyword>denominator</keyword> 0058 <keyword>kbruch</keyword> 0059 </keywordset> 0060 0061 </bookinfo> 0062 0063 <chapter id="introduction"> 0064 <title>Introduction</title> 0065 0066 <para> 0067 &kbruch; is a small program to practice calculating with fractions and percentages. Six different exercises 0068 are offered as well as a learning mode. 0069 </para> 0070 0071 <itemizedlist> 0072 <listitem><para> 0073 <guilabel>Arithmetic</guilabel> - in this exercise you have to solve a given fraction task. 0074 You have to enter the numerator and the denominator. This is the main exercise. 0075 </para></listitem> 0076 <listitem><para> 0077 <guilabel>Comparison</guilabel> - in this exercise you have to compare the size of 2 given 0078 fractions, using the symbols <guibutton>></guibutton>, <guibutton><</guibutton> 0079 or <guibutton>=</guibutton>. 0080 </para></listitem> 0081 <listitem><para> 0082 <guilabel>Conversion</guilabel> - in this exercise you have to convert a given number 0083 into a fraction. 0084 </para></listitem> 0085 <listitem><para> 0086 <guilabel>Mixed Numbers</guilabel> - in this exercise you have to convert a mixed number into an improper fraction 0087 (ratio) and vice versa. 0088 </para></listitem> 0089 <listitem><para> 0090 <guilabel>Factorization</guilabel> - in this exercise you have to factorize a given number 0091 into its prime factors. 0092 </para></listitem> 0093 <listitem><para> 0094 <guilabel>Percentage</guilabel> - in this exercise you have to calculate percentages. 0095 </para></listitem> 0096 </itemizedlist> 0097 0098 <para> 0099 In each different exercise &kbruch; will generate a task and the user has to 0100 solve it. The program checks the input and gives a feedback about it. 0101 </para> 0102 0103 <para> 0104 &kbruch; counts how many tasks were solved at all and how many tasks were 0105 solved correctly. The statistics are shown to the user. 0106 <!-- The user can reset the statistics at any point.--> 0107 </para> 0108 0109 <para> 0110 &kbruch; is very compact and focuses on the core idea of a task generator. An 0111 online help system provides context-sensitive help for the different 0112 situations. 0113 </para> 0114 0115 </chapter> 0116 0117 0118 <chapter id="using-kbruch"> 0119 <title>Using &kbruch;</title> 0120 0121 <sect1 id="mode"> 0122 <title>Choosing the mode: learning or exercises</title> 0123 <para>When you start &kbruch;, it offers you two modes: 0124 <guilabel>Exercise</guilabel> which is the training mode and 0125 <guilabel>Learning</guilabel> where you can understand fractions. Clicking 0126 one of the pictures will enter the chosen mode. Here is a screenshot of 0127 &kbruch;'s mode choices:</para> 0128 0129 <screenshot> 0130 <screeninfo>&kbruch; mode choices</screeninfo> 0131 <mediaobject> 0132 <imageobject> 0133 <imagedata fileref="gui_mode.png" format="PNG"/> 0134 </imageobject> 0135 <textobject> 0136 <phrase>&kbruch; mode choices</phrase> 0137 </textobject> 0138 </mediaobject> 0139 </screenshot> 0140 <para>Click one of the picture to choose the mode.</para> 0141 </sect1> 0142 0143 <sect1 id="overview"> 0144 <title>Main Exercise Screen</title> 0145 0146 <para>Here is a screenshot of &kbruch;'s main Exercise screen:</para> 0147 0148 <screenshot> 0149 <screeninfo>&kbruch; main screen, directly after the exercise start</screeninfo> 0150 <mediaobject> 0151 <imageobject> 0152 <imagedata fileref="gui_main.png" format="PNG"/> 0153 </imageobject> 0154 <textobject> 0155 <phrase>&kbruch; main screen</phrase> 0156 </textobject> 0157 </mediaobject> 0158 </screenshot> 0159 0160 <para> 0161 All exercises take place in this screen. This ensures that &kbruch; is 0162 easy to use even for young users! The main screen is separated into 5 0163 parts: 0164 0165 <itemizedlist> 0166 <listitem><para> 0167 the menubar with the 3 menus <guimenu>File</guimenu>, 0168 <guimenu>Settings</guimenu> and <guimenu>Help</guimenu> 0169 </para></listitem> 0170 <listitem><para> 0171 the toolbar, where you can switch between the different 0172 exercises 0173 </para></listitem> 0174 <listitem><para> 0175 the <guilabel>Options:</guilabel> on the left, where you can 0176 define the difficulty and various settings for the tasks 0177 </para></listitem> 0178 <listitem><para> 0179 the task part, where you have to enter the result of the given task 0180 </para></listitem> 0181 <listitem><para> 0182 the statistical part, where you can see how many tasks have been solved 0183 correctly or attempted 0184 </para></listitem> 0185 </itemizedlist> 0186 At any time, you can go back to Modes using the <guiicon>Back</guiicon> icon in 0187 the toolbar. 0188 </para> 0189 <note><para>You can hide the <guilabel>Options:</guilabel> section by dragging it to the left. 0190 </para></note> 0191 <para> 0192 First you have to choose an exercise in the toolbar. Default is <guilabel>Arithmetic</guilabel>. The 0193 task part will change according to the chosen task. Some settings in the <guilabel>Options</guilabel> section 0194 will be enabled, depending on the task you have chosen. 0195 </para> 0196 <para> 0197 You will find an icon to generate a new task in the toolbar as well. This 0198 action is also available in the menu 0199 <menuchoice><guimenu>File</guimenu><guimenuitem>New</guimenuitem></menuchoice>. 0200 This action is always enabled. If you have not 0201 solved the currently given task, a new task is generated and the statistics are set back. 0202 </para> 0203 <!--<para> 0204 You can hide the statistic part by dragging the vertical separator to the 0205 right. 0206 </para>--> 0207 <para> 0208 If you terminate &kbruch; the currently chosen exercise will be saved and 0209 restored on next startup. 0210 </para> 0211 </sect1> 0212 0213 <sect1 id="statistics"> 0214 <title>Statistical Part</title> 0215 <screenshot> 0216 <screeninfo>&kbruch; statistics</screeninfo> 0217 <mediaobject> 0218 <imageobject> 0219 <imagedata fileref="statistics.png" format="PNG"/> 0220 </imageobject> 0221 <textobject> 0222 <phrase>&kbruch; statistics</phrase> 0223 </textobject> 0224 </mediaobject> 0225 </screenshot> 0226 0227 <para> 0228 In this part of the main screen you can see: 0229 <itemizedlist> 0230 <listitem><para> 0231 on the left, how many tasks have been solved 0232 </para></listitem> 0233 <listitem><para> 0234 on the right, in green, how many tasks have been solved correctly 0235 </para></listitem> 0236 <listitem><para> 0237 on the right, in red, how many tasks have been solved incorrectly 0238 </para></listitem> 0239 <listitem><para> 0240 on the right, in orange, how many tasks have been skipped 0241 </para></listitem> 0242 </itemizedlist> 0243 </para> 0244 <para> 0245 You can reset the statistics by clicking on the <guimenu>New</guimenu> button 0246 in the toolbar or choosing <menuchoice><guimenu>File</guimenu> 0247 <guimenuitem>New</guimenuitem></menuchoice> in the menubar. 0248 </para> 0249 <para> 0250 The statistics will be saved when &kbruch; is closed and restored on next 0251 startup. 0252 </para> 0253 </sect1> 0254 0255 <sect1 id="settings"> 0256 <title>Configuring &kbruch; appearance</title> 0257 <para> 0258 In this dialog you can adjust some general settings for 0259 the task display. To open this dialog use 0260 <menuchoice><guimenu>Settings</guimenu><guimenuitem>Configure 0261 &kbruch;...</guimenuitem></menuchoice>. 0262 </para> 0263 0264 <screenshot> 0265 <screeninfo>&kbruch; settings dialog</screeninfo> 0266 <mediaobject> 0267 <imageobject> 0268 <imagedata fileref="settings.png" format="PNG"/> 0269 </imageobject> 0270 <textobject> 0271 <phrase>&kbruch; settings dialog</phrase> 0272 </textobject> 0273 </mediaobject> 0274 </screenshot> 0275 0276 <para> 0277 There are two sections to adjust the setting: 0278 <itemizedlist> 0279 <!-- <listitem><para> 0280 <guilabel>General</guilabel>: Set whether to show the mixed number notation in the result. 0281 This notation is not known everywhere and can be disabled therefore. 0282 </para></listitem> --> 0283 <listitem><para> 0284 <guilabel>Colors</guilabel>: Choose the colors for the different parts of a mathematical 0285 expression: numbers, operational sign, fraction bar. 0286 </para></listitem> 0287 <listitem><para> 0288 <guilabel>Fonts</guilabel>: Choose a font for displaying the task. 0289 </para></listitem> 0290 </itemizedlist> 0291 </para> 0292 <para> 0293 The settings will be saved on &kbruch;'s termination and restored on the next 0294 startup. 0295 </para> 0296 </sect1> 0297 0298 <sect1 id="learning-screen"> 0299 <title>Main Learning Screen</title> 0300 <screenshot> 0301 <screeninfo>&kbruch; learning mode</screeninfo> 0302 <mediaobject> 0303 <imageobject> 0304 <imagedata fileref="learning.png" format="PNG"/> 0305 </imageobject> 0306 <textobject> 0307 <phrase>&kbruch; learning mode</phrase> 0308 </textobject> 0309 </mediaobject> 0310 </screenshot> 0311 <para> 0312 Clicking the <guibutton>Hint</guibutton> button toggles the display of the help on the right which explains you how the rings work. 0313 </para> 0314 </sect1> 0315 </chapter> 0316 0317 <chapter id="exercises"> 0318 <title>Exercises</title> 0319 0320 <sect1 id="exer_fraction"> 0321 <title>Exercise Arithmetic</title> 0322 0323 <para>In this exercise you have to solve a given task. Therefore you have to 0324 enter the integer part of a fraction and the numerator and the denominator. The difficulty of the generated task can be 0325 adjusted by using some options on the left. 0326 </para> 0327 0328 <sect2 id="task_paras"> 0329 <title>Options</title> 0330 <para> 0331 There are several parameters which influence the difficulty of the generated 0332 tasks:</para> 0333 0334 <variablelist> 0335 <varlistentry> 0336 <term><guilabel>Question:</guilabel></term> 0337 <listitem><para> 0338 0339 <variablelist> 0340 <varlistentry> 0341 <term><guilabel>Mixed number:</guilabel></term> 0342 <listitem><para>Set if the fractions will appear as mixed numbers or not in the question expression ( mixed number example: 1 4/5 = 9/5 ).</para></listitem> 0343 </varlistentry> 0344 0345 <varlistentry> 0346 <term><guilabel>Number of terms:</guilabel></term> 0347 <listitem><para>The number of terms (separate fractions) given in each 0348 task. From 2 to 5, inclusive.</para></listitem> 0349 </varlistentry> 0350 0351 <varlistentry> 0352 <term><guilabel>Maximum denominator:</guilabel></term> 0353 <listitem><para>The highest number &kbruch; will use as the main denominator in the 0354 tasks it sets. From a minimum of 10 to a maximum of 50.</para></listitem> 0355 </varlistentry> 0356 </variablelist> 0357 0358 </para></listitem> 0359 </varlistentry> 0360 0361 <varlistentry> 0362 <term><guilabel>Answer:</guilabel></term> 0363 <listitem><para> 0364 0365 <variablelist> 0366 <varlistentry> 0367 <term><guilabel>Mixed number:</guilabel></term> 0368 <listitem><para>Set if the fractions will appear as mixed numbers or not in the answer ( mixed number example: 1 4/5 = 9/5 ).</para></listitem> 0369 </varlistentry> 0370 0371 <varlistentry> 0372 <term><guilabel>Reduced Form:</guilabel></term> 0373 <listitem><para>Check this to force the use of the reduced form.</para></listitem> 0374 </varlistentry> 0375 </variablelist> 0376 0377 </para></listitem> 0378 </varlistentry> 0379 <!-- Not in v. 4.2 0380 <varlistentry> 0381 <term><guilabel>Solution</guilabel></term> 0382 <listitem><para> 0383 0384 <variablelist> 0385 <varlistentry> 0386 <term><guilabel>Mixed number</guilabel></term> 0387 <listitem><para>Set if the fractions will appear as mixed numbers or not in the solution ( mixed number example: 1 4/5 = 9/5 ).</para></listitem> 0388 </varlistentry> 0389 </variablelist> 0390 0391 </para></listitem> 0392 </varlistentry> 0393 --> 0394 0395 <varlistentry> 0396 <term><guilabel>Operations:</guilabel></term> 0397 <listitem><para>Operations which should be used in the 0398 task: <guilabel>Addition:</guilabel>, <guilabel>Subtraction:</guilabel>, 0399 <guilabel>Multiplication:</guilabel> or <guilabel>Division:</guilabel>. Check all operations 0400 you want to use.</para></listitem> 0401 </varlistentry> 0402 0403 </variablelist> 0404 0405 <para> 0406 After you have changed the parameters you have to click on the <guimenu>New</guimenu> 0407 button in the toolbar to generate a task which uses the new 0408 parameters. You can also call this action from the menubar with 0409 <menuchoice><guimenu>File</guimenu><guimenuitem>New</guimenuitem></menuchoice>. 0410 This will reset the statistics. To avoid that, click the <guibutton>Next</guibutton> 0411 button to proceed with the changed parameters. 0412 </para> 0413 <!--<note> 0414 <para> 0415 Your selection of the maximum main denominator will be reset to a default 0416 value every time you change the number of terms. So you should change the 0417 number of terms first and then select the maximum main denominator. 0418 </para> 0419 </note>--> 0420 <!--para> 0421 If you have not solved the current task and call the <guimenu>New</guimenu> 0422 action, the task will be counted as not solved correctly. To 0423 prevent this you have to change the parameters after you solved the task but 0424 before generating a new one. 0425 </para--> 0426 <para> 0427 The chosen parameters will be saved on &kbruch;'s termination and restored 0428 on next startup. 0429 </para> 0430 </sect2> 0431 0432 <sect2 id="exer_fraction_solve_task"> 0433 <title>Solving Tasks</title> 0434 <para> 0435 After you have solved a given task, you need to enter the result into the three 0436 input boxes. In the left box you enter the integer part of the fraction, in the 0437 upper box the numerator and in the lower box the denominator. 0438 If the option <guilabel>Mixed number:</guilabel> in the <guilabel>Answer:</guilabel> 0439 section is unchecked, the left box for the integer part of the fraction is hidden. Then you use 0440 only the numerator box and the denominator box for your input. 0441 </para> 0442 <para> 0443 If the result is negative, you can enter a minus sign in front of the numerator 0444 or denominator. If the result is 0, just type a 0 in the numerator input field. 0445 If the result has a denominator of 1, you can leave the lower box empty. 0446 </para> 0447 <para> 0448 After you have entered the result you should click the <guibutton>Check</guibutton> 0449 button below the input boxes. &kbruch; will check your input 0450 and present the correct result on the right below the <guilabel>Incorrect!</guilabel> string: 0451 </para> 0452 <screenshot> 0453 <screeninfo>Checked Task</screeninfo> 0454 <mediaobject> 0455 <imageobject> 0456 <imagedata fileref="checked.png" format="PNG"/> 0457 </imageobject> 0458 <textobject> 0459 <phrase>Checked Task</phrase> 0460 </textobject> 0461 </mediaobject> 0462 </screenshot> 0463 <para> 0464 This task was solved incorrectly. The correct value is shown in 2 different 0465 forms: normal (reduced) and mixed number. 0466 </para> 0467 <note> 0468 <para> 0469 If you checked the <guilabel>Reduced form:</guilabel> in the Options in the <guilabel>Answers:</guilabel> section 0470 then you always have to enter the result reduced. &kbruch; will show you a short message 0471 like the one in the screenshot below, if you enter the correct result 0472 unreduced. The answer will then be counted as incorrect. 0473 </para> 0474 </note> 0475 <screenshot> 0476 <screeninfo>Unreduced Result</screeninfo> 0477 <mediaobject> 0478 <imageobject> 0479 <imagedata fileref="reduced.png" format="PNG"/> 0480 </imageobject> 0481 <textobject> 0482 <phrase>Unreduced Result</phrase> 0483 </textobject> 0484 </mediaobject> 0485 </screenshot> 0486 0487 <para> 0488 To continue with the next task, click on the <guibutton>Next</guibutton> 0489 button. If you want to change the parameters for the next task please do this 0490 before clicking on the <guibutton>Next</guibutton> button. 0491 </para> 0492 </sect2> 0493 </sect1> 0494 0495 <sect1 id="exer_compare"> 0496 <title>Exercise Comparison</title> 0497 0498 <para>In this exercise you have to compare 2 given fractions. You have to choose 0499 the bigger fraction of both by selecting the correct comparison sign. 0500 </para> 0501 0502 <screenshot> 0503 <screeninfo>Exercise Comparison</screeninfo> 0504 <mediaobject> 0505 <imageobject> 0506 <imagedata fileref="compare.png" format="PNG"/> 0507 </imageobject> 0508 <textobject> 0509 <phrase>Exercise Comparison</phrase> 0510 </textobject> 0511 </mediaobject> 0512 </screenshot> 0513 0514 <para>First choose the correct comparison sign. After you have 0515 chosen the comparison sign, the result will show on the right. A green square with <guilabel>Correct!</guilabel> 0516 will tell you that your answer was correct while a red square with <guilabel>Incorrect!</guilabel> will indicate that your 0517 answer was wrong. You will get to the next task by clicking the <guibutton>Next</guibutton> 0518 button. 0519 </para> 0520 0521 <para>In this exercise only the option <guilabel>Mixed number:</guilabel> is enabled. If checked the fractions will appear as mixed numbers.</para> 0522 </sect1> 0523 0524 <sect1 id="exer_convert"> 0525 <title>Exercise Conversion</title> 0526 0527 <para>In this exercise you have to convert a given number into a fraction. You 0528 have to enter numerator and denominator. 0529 </para> 0530 0531 <screenshot> 0532 <screeninfo>Exercise Conversion</screeninfo> 0533 <mediaobject> 0534 <imageobject> 0535 <imagedata fileref="convert.png" format="PNG"/> 0536 </imageobject> 0537 <textobject> 0538 <phrase>Exercise Conversion</phrase> 0539 </textobject> 0540 </mediaobject> 0541 </screenshot> 0542 0543 <para>On the left side of the equal sign in the screenshot above you can see a 0544 recurring decimal. This means, that the fraction shown as a decimal has a 0545 repeating part. The repeating part is marked with the small bar above the 0546 numbers. Those numbers repeat ad infinitum. 0547 </para> 0548 0549 <para>After you have entered the numerator and denominator click on the 0550 <guibutton>Check</guibutton> button. &kbruch; will check your input and 0551 present the correct result. After this step you will get to the next task by 0552 clicking on the <guibutton>Next</guibutton> button. 0553 </para> 0554 0555 <note> 0556 <para> 0557 Do not forget to enter the result reduced. Unreduced results will be counted as 0558 solved not correctly. 0559 </para> 0560 </note> 0561 0562 <para>In this exercise all options are disabled.</para> 0563 0564 </sect1> 0565 0566 <sect1 id="exer_mixed"> 0567 <title>Exercise Mixed Numbers</title> 0568 0569 <para>In this exercise you have to convert a given mixed number into an improper fraction (ratio) and 0570 vice versa. You have to enter numerator and denominator for improper fraction or a whole number, 0571 numerator and denominator for mixed number. 0572 </para> 0573 0574 <screenshot> 0575 <screeninfo>Exercise Mixed Numbers</screeninfo> 0576 <mediaobject> 0577 <imageobject> 0578 <imagedata fileref="mixed.png" format="PNG"/> 0579 </imageobject> 0580 <textobject> 0581 <phrase>Exercise Mixed Numbers</phrase> 0582 </textobject> 0583 </mediaobject> 0584 </screenshot> 0585 0586 <para>On the left side of the equal sign in the screenshot above you can see a 0587 mixed number. This means, that the number is made up of a whole number and a 0588 proper fraction. You should enter the equal improper fraction (the numerator 0589 part of such fraction is greater or equal to the denominator part). 0590 </para> 0591 0592 <para>After you have entered the numerator and denominator click on the 0593 <guibutton>Check</guibutton> button. &kbruch; will check your input and 0594 present the correct result. After this step you will get to the next task by 0595 clicking on the <guibutton>Next</guibutton> button. 0596 </para> 0597 0598 <note> 0599 <para> 0600 Do not forget to enter the result reduced. Unreduced results will be counted as 0601 solved not correctly. 0602 </para> 0603 </note> 0604 0605 <para>In this exercise all options are disabled.</para> 0606 0607 </sect1> 0608 0609 <sect1 id="exer_factorize"> 0610 <title>Exercise Factorization</title> 0611 0612 <para>In this exercise you have to factorize a given number into its prime 0613 factors. You have to enter all prime factors of the number. 0614 </para> 0615 0616 <screenshot> 0617 <screeninfo>Exercise Factorization</screeninfo> 0618 <mediaobject> 0619 <imageobject> 0620 <imagedata fileref="factorize.png" format="PNG"/> 0621 </imageobject> 0622 <textobject> 0623 <phrase>Exercise Factorization</phrase> 0624 </textobject> 0625 </mediaobject> 0626 </screenshot> 0627 0628 <para>You can enter a factor by clicking on the prime factor 0629 buttons. The <quote>x</quote> sign is automatically inserted, when you click the next 0630 prime factor button. You can remove the last entered 0631 prime factor by clicking on the <guibutton>Backspace</guibutton> button. 0632 </para> 0633 <para> 0634 After you have entered all prime factors click on the 0635 <guibutton>Check</guibutton> button. &kbruch; will check your input and 0636 present the correct result. After this step you will get to the next task by 0637 clicking on the <guibutton>Next</guibutton> button. 0638 </para> 0639 0640 <para>In the screenshot at the top of this page you can see a <quote>x</quote> 0641 between the prime factors. This is the multiplication sign. The product of all 0642 prime factors must be the number you try to factorize. 0643 </para> 0644 0645 <note> 0646 <para> 0647 You have to enter all prime factors even when a prime factor repeats several 0648 times. Example: As prime factors of number 18 you have to enter 2, 3 and 3. 0649 </para> 0650 </note> 0651 0652 <para>In this exercise all options are disabled.</para> 0653 0654 </sect1> 0655 0656 <sect1 id="exer_percentage"> 0657 <title>Exercise Percentage</title> 0658 0659 <para>In this exercise you have to answer some percentage questions.</para> 0660 0661 <screenshot> 0662 <screeninfo>Exercise Percentage</screeninfo> 0663 <mediaobject> 0664 <imageobject> 0665 <imagedata fileref="percentage.png" format="PNG"/> 0666 </imageobject> 0667 <textobject> 0668 <phrase>Exercise Percentage</phrase> 0669 </textobject> 0670 </mediaobject> 0671 </screenshot> 0672 0673 <para> 0674 After you have entered your answer click on the 0675 <guibutton>Check</guibutton> button. &kbruch; will check your input and 0676 present the correct result. After this step you will get to the next task by 0677 clicking on the <guibutton>Next</guibutton> button. 0678 </para> 0679 0680 <para>In this exercise all options are disabled.</para> 0681 0682 </sect1> 0683 0684 </chapter> 0685 0686 <chapter id="credits"> 0687 0688 <title>Credits and License</title> 0689 <para>&kbruch;</para> 0690 <para> 0691 Program and documentation Copyright: 2001-2011 Sebastian Stein 0692 <email>seb.kde@hpfsc.de</email> 0693 </para> 0694 0695 <!-- needs update ???--> 0696 0697 <para>Thank you goes to:</para> 0698 0699 <itemizedlist> 0700 <listitem><para>&Anne-Marie.Mahfouf; for managing the &kde; Edu project</para></listitem> 0701 <listitem><para>Klas Kalass for helping design the interface</para></listitem> 0702 <listitem><para>Eva Brucherseifer for writing <application>KMath</application> (&kbruch;'s &GUI; is based on this work)</para></listitem> 0703 <listitem><para>Dominique Devriese for bug fixing</para></listitem> 0704 <listitem><para><ulink url="http://www.net-tex.de/">Stefan Schumacher</ulink> for testing a very early version</para></listitem> 0705 <listitem><para><ulink url="https://www.guckes.net/">Sven Guckes</ulink> for testing the text interface (which has been removed)</para></listitem> 0706 <listitem><para>&David.Faure; for helping with &kde; <acronym>CVS</acronym> and &kde; Bugzilla</para></listitem> 0707 <listitem><para>&Robert.Gogolok; for helping with &kde; <acronym>CVS</acronym></para></listitem> 0708 <listitem><para>John Kesson for proof reading the handbook</para></listitem> 0709 </itemizedlist> 0710 0711 <para>New interface design and usability improvements for &kde; 4.1:</para> 0712 <itemizedlist> 0713 <listitem><para>Paulo Cattai <email>paulo.cattai@ltia.fc.unesp.br</email></para></listitem> 0714 <listitem><para>Danilo Balzaque <email>danilo.balzaque@ltia.fc.unesp.br</email></para></listitem> 0715 <listitem><para>Roberto Cunha <email>roberto.cunha@ltia.fc.unesp.br</email></para></listitem> 0716 <listitem><para>Tadeu Araujo <email>tadeu.araujo@ltia.fc.unesp.br</email></para></listitem> 0717 <listitem><para>Tiago Porangaba <email>tiago.porangaba@ltia.fc.unesp.br</email></para></listitem> 0718 </itemizedlist> 0719 0720 <!-- TRANS:CREDIT_FOR_TRANSLATORS --> 0721 0722 &underFDL; <!-- FDL: do not remove --> 0723 &underGPL; <!-- GPL License --> 0724 0725 </chapter> 0726 0727 &documentation.index; 0728 </book> 0729 <!-- 0730 Local Variables: 0731 mode: sgml 0732 sgml-minimize-attributes:nil 0733 sgml-general-insert-case:lower 0734 sgml-indent-step:0 0735 sgml-indent-data:nil 0736 End: 0737 0738 // vim:ts=2:sw=2:tw=78:noet 0739 -->