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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2016 Rahul Yadav <rahulyadav170923@gmail.com>
0004  *
0005  * Authors:
0006  *   Pascal Georges <pascal.georges1@free.fr> (GTK+ version)
0007  *   RAHUL YADAV <rahulyadav170923@gmail.com> (Qt Quick port)
0008  *
0009  * SPDX-License-Identifier: GPL-3.0-or-later
0010  */
0011 import GCompris 1.0
0012 
0013 ActivityInfo {
0014     name: "guesscount/Guesscount.qml"
0015     difficulty: 3
0016     icon: "guesscount/guesscount.svg"
0017     author: "Rahul Yadav &lt;rahulyadav170923@gmail.com&gt;"
0018     //: Activity title
0019     title: qsTr("Guesscount")
0020     //: Help title
0021     description:qsTr("Guess the algebraic expression and drag the tiles to get a result equal to the Guesscount.")
0022     //intro: "Use the numbers and operations suggested to find the results proposed above."
0023     //: Help goal
0024     goal: qsTr("Intuition and practice of algebraic-like calculations.")
0025     //: Help prerequisite
0026     prerequisite: qsTr("Knowledge of arithmetic operations.")
0027     //: Help manual
0028     manual: qsTr("Drag the appropriate numbers and the operators to the boxes to obtain the number to guess in the instruction.")
0029     credit: ""
0030     section: "math arithmetic"
0031     createdInVersion: 8000
0032     levels: "1,2,3,4"
0033 }