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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2022 Johnny Jazeix <jazeix@gmail.com>
0004  * SPDX-License-Identifier: GPL-3.0-or-later
0005  */
0006 import GCompris 1.0
0007 
0008 ActivityInfo {
0009   name: "fractions_find/Fractions_find.qml"
0010   difficulty: 5
0011   icon: "fractions_find/fractions_find.svg"
0012   author: "Johnny Jazeix &lt;jazeix@gmail.com&gt;"
0013   //: Activity title
0014   title: qsTr("Find the fractions")
0015   //: Help title
0016   description: qsTr("Find the correct numerator and denominator of the represented fraction.")
0017   //intro: "Find the correct numerator and denominator of the represented fraction"
0018   goal: ""
0019   prerequisite: ""
0020   manual: ""
0021   credit: ""
0022   section: "math arithmetic"
0023   createdInVersion: 30000
0024   levels: "1,2,3,4,5,6"
0025 }