diff --git a/src/activities/family/ActivityInfo.qml b/src/activities/family/ActivityInfo.qml index f126aba34..841f6eeec 100644 --- a/src/activities/family/ActivityInfo.qml +++ b/src/activities/family/ActivityInfo.qml @@ -1,37 +1,37 @@ /* GCompris - ActivityInfo.qml * * Copyright (C) 2016 RAJDEEP KAUR * * 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: "family/Family.qml" difficulty: 2 icon: "family/family.svg" author: "Rajdeep Kaur <rajdeep.kaur@kde.org>" demo: true title: qsTr("Family") description: qsTr("This activity will give teach about who we are related to our relatives") //intro: "Let us understand what to call our relatives" goal: qsTr("To get an idea about relationships in the family") prerequisite: qsTr("Reading skills") manual: qsTr("To find the relation between two family members.\n") + - qsTr("Here we take some assumptions: the red lines refer to the married couple and blue straight lines refer to parents and siblings.\n") + + qsTr("For the married couple we have highlighted with the rings that is between two circles for the rest of relations we have only solid lines\n") + qsTr("Red circle will point to you and blue one to your relative. Now you have to think what you should call him.\n") credit: "" section: "fun" createdInVersion: 7000 } diff --git a/src/activities/family/resource/README b/src/activities/family/resource/README index 3ec3e8c70..015832de1 100644 --- a/src/activities/family/resource/README +++ b/src/activities/family/resource/README @@ -1 +1,25 @@ All the images are taken from OpenClipart.organd modified according to requirement. + +To add any new levels in the activities doesn't require any coding skills, we can just do it by adding the calculated coordinates +to the following database +{ edgeList: [ + [], + [] + ], + nodePositions: [ + [], + [], + [] + ], + rationn: [80, 80, 80], + captions: [ [], + [] + ], + nodeleave: [], + currentstate: [], + edgeState:[], + answer: [], + optionss: [] + +}, +rationn will be always constant, rest can be calculated with the trial and error.