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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Stephane Mankowski <stephane@mankowski.fr>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "clockgame/Clockgame.qml"
0011   difficulty: 2
0012   icon: "clockgame/clockgame.svg"
0013   author: "Stephane Mankowski &lt;stephane@mankowski.fr&gt;"
0014   //: Activity title
0015   title: qsTr("Learning clock")
0016   //: Help title
0017   description: qsTr("Learn how to tell the time on an analog clock.")
0018 //  intro: "Drag and drop the needles of the clock to display the required time"
0019   //: Help goal
0020   goal: qsTr("Learn units of time (hours, minutes and seconds). Set the time on an analog clock.")
0021   //: Help prerequisite
0022   prerequisite: qsTr("The concept of time.")
0023   //: Help manual
0024   manual: qsTr("Set the clock to the given time. Drag the different hands to control their respective unit.") + " " +
0025           qsTr("The shortest hand indicates the hours, a longer hand indicates the minutes, and the longest hand indicates the seconds.")
0026   credit: ""
0027   section: "math measures"
0028   createdInVersion: 0
0029   levels: "1,2,3,4,5,6"
0030 }