Warning, /education/gcompris/src/activities/target/ActivityInfo.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Bruno Coudoin <bruno.coudoin@gcompris.net>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "target/Target.qml"
0011   difficulty: 2
0012   icon: "target/target.svg"
0013   author: "Bruno Coudoin &lt;bruno.coudoin@gcompris.net&gt;"
0014   //: Activity title
0015   title: qsTr("Practice addition with a target game")
0016   //: Help title
0017   description: qsTr("Hit the target and count your points.")
0018   // intro: "Click on the target to launch darts, then count your final score!"
0019   //: Help goal
0020   goal: qsTr("Throw darts at a target and count your score.")
0021   //: Help prerequisite
0022   prerequisite: qsTr("Can move the mouse, can read numbers and count up to 15 for the first level.")
0023   //: Help manual
0024   manual: qsTr("Check the speed and direction of the target, and then click on it to launch a dart. When all your darts are thrown, you are asked to count your score. Enter the score with the keyboard.")
0025   credit: ""
0026   section: "math addition arithmetic"
0027   createdInVersion: 0
0028   levels: "1,2,3,4,5"
0029 }