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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Holger Kaelberer <holger.k@elberer.de>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "wordsgame/Wordsgame.qml"
0011   difficulty: 2
0012   icon: "wordsgame/wordsgame.svg"
0013   author: "Holger Kaelberer &lt;holger.k@elberer.de&gt;"
0014   //: Activity title
0015   title: qsTr("Falling words")
0016   //: Help title
0017   description: qsTr("Type the falling words before they reach the ground.")
0018 //  intro: "Type the words on your keyboard before they reach the ground."
0019   //: Help goal
0020   goal: qsTr("Keyboard training.")
0021   //: Help prerequisite
0022   prerequisite: qsTr("Keyboard manipulation.")
0023   //: Help manual
0024   manual: qsTr("Type the complete word as it falls, before it reaches the ground.")
0025   credit: ""
0026   section: "computer keyboard reading words"
0027   createdInVersion: 0
0028 }