/* GCompris - ActivityInfo.qml * * Copyright (C) 2015 Arkit Vora * * 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: "braille_alphabets/BrailleAlphabets.qml" difficulty: 5 icon: "braille_alphabets/braille_alphabets.svg" author: "Arkit Vora <arkitvora123@gmail.com>" demo: true title: qsTr("Discover the Braille system") description: qsTr("Learn and memorize the Braille system") //intro: "Click on Tux to start and then re-create the Braille cells." goal: qsTr("Let children discover the Braille system.") prerequisite: "" manual: qsTr("The screen has 3 sections: an interactive braille cell, an instruction telling you the letter to reproduce, " + "and at the top the Braille letters to use as a reference. Each level teaches a set of 10 letters.") credit: "" section: "discovery braille" }