~ml-launchpad/ubuntu/natty/gcompris/fix-for-777349

« back to all changes in this revision

Viewing changes to src/algebra_plus-activity/algebra_plus.xml.in

  • 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_plus"
 
5
         type="algebra"
 
6
         section="/math/algebramenu/algebra_group"
 
7
         mode="+"
 
8
         difficulty="1"
 
9
         icon="algebra_plus.svg"
 
10
         author="Bruno Coudoin (bruno.coudoin@free.fr)"
 
11
         boarddir="">
 
12
         <_title>Practice the addition operation</_title>
 
13
         <_description>Answer some algebra questions</_description>
 
14
        <_prerequisite>Simple addition. Can recognize written numbers</_prerequisite>
 
15
        <_goal>In a limited time, find the sum of of two numbers. Introduction to simple in-line addition.</_goal>
 
16
        <_manual>An addition problem with two numbers is displayed. At the right of the equals sign, give the answer, the sum. 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>