Warning, /education/gcompris/src/activities/fractions_create/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_create/FractionsCreate.qml"
0010 difficulty: 5
0011 icon: "fractions_create/fractions_create.svg"
0012 author: "Johnny Jazeix <jazeix@gmail.com>"
0013 //: Activity title
0014 title: qsTr("Create the fractions")
0015 //: Help title
0016 description: qsTr("A shape split in equal parts is displayed on screen.") +
0017 "<br>" +
0018 qsTr("Select the appropriate number of parts as described in the instructions.")
0019 //intro: "Select the appropriate number of parts as described in the instructions."
0020 goal: ""
0021 prerequisite: ""
0022 manual: ""
0023 credit: ""
0024 section: "math arithmetic"
0025 createdInVersion: 30000
0026 levels: "1,2,3,4,5,6,7,8,9,10"
0027 }