/* GCompris - ActivityInfo.qml * * Copyright (C) 2015 Ayush Agrawal * * 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: "explore_monuments/Explore_monuments.qml" difficulty: 3 icon: "explore_monuments/explore_monuments.svg" author: "Ayush Agrawal <ayushagrawal288@gmail.com>" demo: true title: qsTr("Explore Monuments") description: qsTr("Explore Monuments around the world.") //intro: "Explore Monuments around the world." goal: qsTr("To learn about different monuments on the basis of their location.") prerequisite: qsTr("Knowledge of different monuments.") manual: qsTr("Click on the given keys to learn more of the monuments and then identify where the monuments is on the map by its name.") credit: qsTr("Photos taken from Wikipedia.") section: "discovery" createdInVersion: 6000 }