/* GCompris - ActivityInfo.qml * * Copyright (C) 2015 Holger Kaelberer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, see . */ import GCompris 1.0 ActivityInfo { name: "click_on_letter/ClickOnLetter.qml" difficulty: 2 icon: "click_on_letter/click_on_letter.svg" author: "Holger Kaelberer <holger.k@elberer.de>" demo: true title: qsTr("Click on a lowercase letter") description: qsTr("Listen to a letter and click on the right one") // intro: "Click on the required letter. You can listen to it again by clicking on the mouth." goal: qsTr("Letter-name recognition") prerequisite: qsTr("Visual letter-recognition.") manual: qsTr("A letter is spoken. Click on the matching letter in the main area. You can listen to the letter again, by clicking on the mouth icon.") credit: "" section: "reading" }