Warning, /education/gcompris/src/activities/explore_monuments/resource/board/board6.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris
0002  *
0003  * SPDX-FileCopyrightText: 2016 Ayush Agrawal <ayushagrawal288@gmail.com>
0004  *
0005  * Authors:
0006  *   Ayush Agrawal <ayushagrawal288@gmail.com> (Qt Quick port)
0007  *
0008  *   SPDX-License-Identifier: GPL-3.0-or-later
0009  */
0010 import QtQuick 2.12
0011 
0012 QtObject {
0013     property string backgroundImage: "qrc:/gcompris/src/activities/explore_monuments/resource/egypt/egypt.svg"
0014     property var tab: [
0015         {
0016             "image": "qrc:/gcompris/src/activities/explore_monuments/resource/key.svg",
0017             "title": qsTr("Great Pyramid of Giza"),
0018             "text": qsTr("The Great Pyramid of Giza is also known as the Pyramid of Khufu or the Pyramid of Cheops. It is considered to be the oldest of all the Seven Wonders of the Ancient World. It is also the largest of all the three pyramids in Giza. It is situated in the Giza Necropolis, in Egypt. The initial construction has been started by Egyptian Pharaoh Khufu, then it was continued by his son Khafre and finally completed by Menkaure. It took almost 20 years to build the pyramid and approximately 2 million blocks of stone have been used in the construction. The height of the pyramid is approximately 139 meters making it the highest pyramid of Egypt."),
0019             "image2": "qrc:/gcompris/src/activities/explore_monuments/resource/egypt/greatPyramidOfGiza.webp",
0020             "text2": qsTr("Great Pyramid of Giza"),
0021             "x": "0.627",
0022             "y": "0.141",
0023             "height": "0.07",
0024             "width": "0.07"
0025         },
0026         {
0027             "image": "qrc:/gcompris/src/activities/explore_monuments/resource/key.svg",
0028             "title": qsTr("Bent Pyramid"),
0029             "text": qsTr("The Bent Pyramid located at Dahshur was the second pyramid built by pharaoh Sneferu. Mysteriously, this true pyramid rises from the desert at an angle of 55 degrees and then suddenly changes to a more gradual angle of 43 degrees. One theory holds that due to the steepness of the original angle the weight to be added above the inner chambers and passageways became too large, forcing the builders to adopt a shallower angle. Today, the Bent Pyramid is the only pyramid in Egypt of which the outer casing of polished limestone is still largely intact."),
0030             "image2": "qrc:/gcompris/src/activities/explore_monuments/resource/egypt/bentPyramid.webp",
0031             "text2": qsTr("Bent Pyramid"),
0032             "x": "0.596",
0033             "y": "0.200",
0034             "height": "0.07",
0035             "width": "0.07"
0036         },
0037         {
0038             "image": "qrc:/gcompris/src/activities/explore_monuments/resource/key.svg",
0039             "title": qsTr("Pyramid of Meidum"),
0040             "text": qsTr("Five miles south of Saqqara in Egypt stands the mysterious tower-like pyramid of Meidum, which today scarcely resembles a typical pyramid at all. This pyramid was probably built during the reign of the 4th Dynasty pharaoh Sneferu, although it is believed by some that the pyramid may have been started by Sneferu’s predecessor, Huni. At some point during its construction the steps of the pyramid were filled with limestone encasing marking the first attempt by the ancient Egyptians at the construction of a true pyramid."),
0041             "image2": "qrc:/gcompris/src/activities/explore_monuments/resource/egypt/meidumPyramid.webp",
0042             "text2": qsTr("Pyramid of Meidum"),
0043             "x": "0.609",
0044             "y": "0.260",
0045             "height": "0.07",
0046             "width": "0.07"
0047         },
0048         {
0049             "image": "qrc:/gcompris/src/activities/explore_monuments/resource/key.svg",
0050             "title": qsTr("Red Pyramid"),
0051             "text": qsTr("The Red Pyramid was one of the finest and most successful attempts by Pharaoh Sneferu in building world’s first ever smooth sided pyramid during the Ancient Egypt period. The height of the pyramid is 104 meters making it the world’s 4th largest pyramid in Egypt. The pyramid has been built with red limestone stones, hence the name. The local people of Egypt called it as el-heram el-watwaat meaning the Bat Pyramid."),
0052             "image2": "qrc:/gcompris/src/activities/explore_monuments/resource/egypt/redPyramid.webp",
0053             "text2": qsTr("Red Pyramid"),
0054             "x": "0.535",
0055             "y": "0.240",
0056             "height": "0.07",
0057             "width": "0.07"
0058         }
0059     ]
0060 
0061     property var instructions: [
0062         {
0063             "text": qsTr("Egyptian pyramids")
0064         },
0065         {
0066             "text": qsTr("Click on the location of the given pyramid.")
0067         }
0068     ]
0069 }