1/* GCompris - ActivityInfo.qml
2 *
3 * SPDX-FileCopyrightText: 2017 Rudra Nil Basu <rudra.nil.basu.1996@gmail.com>
4 *
5 * SPDX-License-Identifier: GPL-3.0-or-later
6 */
7import GCompris 1.0
8
9ActivityInfo {
10  name: "family_find_relative/Family_find_relative.qml"
11  difficulty: 2
12  icon: "family_find_relative/family_find_relative.svg"
13  author: "Rudra Nil Basu &lt;rudra.nil.basu.1996@gmail.com&gt;"
14  //: Activity title
15  title: qsTr("Point the relatives")
16  //: Help title
17  description: qsTr("Click on a pair corresponding to the given relation.")
18  //intro: "Click on a pair that defines the given relation"
19  //: Help goal
20  goal: qsTr("Learn the relationships in a family, according to the lineal system used in most Western societies.")
21  //: Help prerequisite
22  prerequisite: qsTr("Reading, moving and clicking with the mouse.")
23  //: Help manual
24  manual: qsTr("A family tree is shown, with some instructions.\n" +
25  "The circles are linked with lines to mark the relations. Married couples are marked with a ring on the link.\n" +
26  "Click on a pair of family members which corresponds to the given relation.")
27  credit: ""
28  section: "sciences history"
29  createdInVersion: 9000
30}
31