Warning, /education/gcompris/src/activities/adjacent_numbers/ActivityInfo.qml is written in an unsupported language. File is not indexed.
0001 /* GCompris - ActivityInfo.qml
0002 *
0003 * SPDX-FileCopyrightText: 2023 Alexandre Laurent <littlewhite.dev@gmail.com>
0004 * SPDX-License-Identifier: GPL-3.0-or-later
0005 */
0006 import GCompris 1.0
0007
0008 ActivityInfo {
0009 name: "adjacent_numbers/Adjacent_numbers.qml"
0010 difficulty: 1
0011 icon: "adjacent_numbers/adjacent_numbers.svg"
0012 author: "Alexandre Laurent <littlewhite.dev@gmail.com>"
0013 //: Activity title
0014 title: qsTr("Find the adjacent numbers")
0015 //: Help title
0016 description: qsTr("Find the missing adjacent numbers.")
0017 //intro: "Find the missing numbers."
0018 //: Help goal
0019 goal: qsTr("Learn to order numbers.")
0020 prerequisite: ""
0021 //: Help manual
0022 manual: qsTr("Find the requested numbers and drag them to the corresponding spot.")
0023 credit: ""
0024 section: "math numeration"
0025 createdInVersion: 40000
0026 levels: "1,2,3,4,5"
0027 }