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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2017 Rudra Nil Basu <rudra.nil.basu.1996@gmail.com>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "family_find_relative/Family_find_relative.qml"
0011   difficulty: 2
0012   icon: "family_find_relative/family_find_relative.svg"
0013   author: "Rudra Nil Basu &lt;rudra.nil.basu.1996@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Point the relatives")
0016   //: Help title
0017   description: qsTr("Click on a pair corresponding to the given relation.")
0018   //intro: "Click on a pair that defines the given relation"
0019   //: Help goal
0020   goal: qsTr("Learn the relationships in a family, according to the lineal system used in most Western societies.")
0021   //: Help prerequisite
0022   prerequisite: qsTr("Reading, moving and clicking with the mouse.")
0023   //: Help manual
0024   manual: qsTr("A family tree is shown, with some instructions.\n" +
0025   "The circles are linked with lines to mark the relations. Married couples are marked with a ring on the link.\n" +
0026   "Click on a pair of family members which corresponds to the given relation.")
0027   credit: ""
0028   section: "sciences history"
0029   createdInVersion: 9000
0030 }