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

0001 /* GCompris - ActivityInfo.qml
0002 *
0003 * SPDX-FileCopyrightText: 2015 Johnny Jazeix <jazeix@gmail.com>
0004 *
0005 * Authors:
0006 *   Beth Hadley <bethmhadley@gmail.com> (GTK+ version)
0007 *   Johnny Jazeix <jazeix@gmail.com> (Qt Quick port)
0008 *
0009 *   SPDX-License-Identifier: GPL-3.0-or-later
0010 */
0011 import GCompris 1.0
0012 
0013 ActivityInfo {
0014   name: "explore_world_animals/ExploreWorldAnimals.qml"
0015   difficulty: 4
0016   icon: "explore_world_animals/explore_world_animals.svg"
0017   author: "Johnny Jazeix &lt;jazeix@gmail.com&gt;"
0018   //: Activity title
0019   title: qsTr("Explore world animals")
0020   //: Help title
0021   description: qsTr("Learn about world animals, interesting facts and their location on a map.")
0022   // intro: "Learn about world animals and locate them on a map."
0023   //: Help goal
0024   goal: qsTr("Learn about various wild animals from around the world and remember where they live.")
0025   prerequisite: ""
0026   //: Help manual
0027   manual: qsTr("There are two levels in this game.") + ("<br><br>") +
0028           qsTr("In level one, players enjoy exploring each animal on the screen. Click on the question mark, and learn about the animal, what its name is, and what it looks like. Study well this information, because you will be tested in level 2.") + ("<br><br>") +
0029           qsTr("In level two, a random text prompt is displayed and you must click on the animal that matches the text.")
0030   credit: ""
0031   section: "sciences experiment"
0032   createdInVersion: 0
0033 }