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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Djalil Mesli <djalilmesli@gmail.com>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "explore_farm_animals/ExploreFarmAnimals.qml"
0011   difficulty: 2
0012   icon: "explore_farm_animals/explore_farm_animals.svg"
0013   author: "Djalil Mesli &lt;djalilmesli@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Explore farm animals")
0016   //: Help title
0017   description: qsTr("Learn about farm animals, what sounds they make, and interesting facts.")
0018   // intro: "Learn about farmyard animals and the noises that they make."
0019   //: Help goal
0020   goal: qsTr("Learn to associate animal sounds with the animal name and what the animal looks like.")
0021   prerequisite: ""
0022   //: Help manual
0023   manual: qsTr("There are three levels in this game.") + ("<br><br>") +
0024           qsTr("In level one, players enjoy exploring each animal on the screen. Click on an animal and learn about it, what its name is, what sound it makes, and what it looks like. Study well this information, because you will be tested in level 2 and 3.")  + ("<br><br>") +
0025           qsTr("In level two, a random animal sound is played and you must find which animal makes this sound. Click on the corresponding animal. If you'd like to hear the animal sound repeated, click on the play button.") + ("<br><br>") +
0026           qsTr("In level three, a random text prompt is displayed and you must click on the animal that matches the text.")
0027   credit: ""
0028   section: "sciences experiment"
0029   createdInVersion: 0
0030 }