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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2016 Bruno Coudoin <bruno.coudoin@gcompris.net>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "tangram/Tangram.qml"
0011   difficulty: 3
0012   icon: "tangram/tangram.svg"
0013   author: "Bruno Coudoin &lt;bruno.coudoin@gcompris.net&gt;"
0014   //: Activity title
0015   title: qsTr("The tangram puzzle game")
0016   //: Help title
0017   description: qsTr("The objective is to form a given shape.")
0018   // intro: "Click on each object to obtain the same figure. You can change their orientation by clicking on the arrows."
0019   //: Help goal
0020   goal: qsTr("From Wikipedia, the free encyclopedia. Tangram (Chinese: literally 'seven boards of cunning') is a Chinese puzzle. While the tangram is often said to be ancient, its existence has only been verified as far back as 1800. It consists of 7 pieces, called tans, which fit together to form a square; Using the square side as 1 unit, the 7 pieces contains:
0021     5 right isosceles triangles, including:
0022         - 2 small size ones (legs of 1)
0023         - 1 medium size (legs of square root of 2)
0024         - 2 large size (legs of 2)
0025     1 square (side of 1) and
0026     1 parallelogram (sides of 1 and square root of 2)
0027     ")
0028   //: Help prerequisite
0029   prerequisite: qsTr("Mouse-manipulation.")
0030   //: Help manual
0031   manual: qsTr("Move a piece by dragging it. The symmetrical button appears on items that supports it. Click on the rotation button or drag around it to rotate selected piece. Check the activity 'Baby Puzzle' for a simpler introduction to tangram.")
0032   credit: ""
0033   section: "puzzle"
0034   createdInVersion: 6000
0035 }