~ubuntu-branches/ubuntu/maverick/gcompris/maverick

« back to all changes in this revision

Viewing changes to boards/algebra_by.xml

  • Committer: Bazaar Package Importer
  • Author(s): Marc Gariepy, Marc Gariepy, Stephane Graber
  • Date: 2010-01-04 17:42:49 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100104174249-7bupatd9dtxyhvs4
Tags: 9.0-0ubuntu1
[Marc Gariepy]
* New upstream release (9.0).
* Remove cache.c from POTFILES to avoid FTBFS
* Remove unneeded rm in debian/rules (file no longer exists upstream)

[Stephane Graber]
* Bump Debian standards to 3.8.3
* Add patch system (dpatch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<GCompris>
3
 
  <Board
4
 
         name="algebra_by"
5
 
         type="algebra"
6
 
         section="/math/algebramenu/algebra_group"
7
 
         mode="*"
8
 
         difficulty="3"
9
 
         icon="boardicons/algebra_by.svg"
10
 
         author="Bruno Coudoin (bruno.coudoin@free.fr)"
11
 
         boarddir="">
12
 
         <title>Practice the multiplication operation</title>
13
 
         <description>Answer some algebra questions</description>
14
 
        <prerequisite>Multiplication table</prerequisite>
15
 
        <goal>In a limited time, give the product of two numbers</goal>
16
 
        <manual>A multiplication of two numbers is displayed. At the right of the equals sign, give the answer, the product. Use the left and right arrows to modify your answer and press the Enter key to check if you've got it right. If not, just try again.</manual>
17
 
  </Board>
18
 
</GCompris>