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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2016 Stefan Toncu <stefan.toncu29@gmail.com>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "photo_hunter/PhotoHunter.qml"
0011   difficulty: 2
0012   icon: "photo_hunter/photo_hunter.svg"
0013   author: "Stefan Toncu &lt;stefan.toncu29@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Photo hunter")
0016   //: Help title
0017   description: qsTr("Find the differences between the two pictures.")
0018   //intro: "look at the two pictures carefully and click where you see a difference"
0019   //: Help goal
0020   goal: qsTr("Visual perception.")
0021   prerequisite: ""
0022   //: Help manual
0023   manual: qsTr("Observe the two pictures carefully. There are some slight differences. When you find a difference you must click on it.")
0024   credit: ""
0025   section: "fun"
0026   createdInVersion: 6000
0027 }