Warning, /education/gcompris/src/activities/baby_mouse/ActivityInfo.qml is written in an unsupported language. File is not indexed.
0001 /* GCompris - ActivityInfo.qml
0002 *
0003 * SPDX-FileCopyrightText: 2021 Mariam Fahmy <mariamfahmy66@gmail.com>
0004 * SPDX-License-Identifier: GPL-3.0-or-later
0005 */
0006 import GCompris 1.0
0007
0008 ActivityInfo {
0009 name: "baby_mouse/Baby_mouse.qml"
0010 difficulty: 1
0011 icon: "baby_mouse/baby_mouse.svg"
0012 author: "Mariam Fahmy <mariamfahmy66@gmail.com>"
0013 //: Activity title
0014 title: qsTr("Baby mouse")
0015 //: Help title
0016 description: qsTr("Move the mouse or touch the screen and observe the result.")
0017 //intro: "Move the mouse or touch the screen and observe the result."
0018 //: Help goal
0019 goal: qsTr("Provide audio-visual feedback when using the mouse to help discovering its usage for young children.")
0020 //: Help prerequisite
0021 prerequisite: qsTr("Mouse-manipulation.")
0022 //: Help manual
0023 manual: qsTr("The screen has 3 sections:") + ("<ul><li>") +
0024 qsTr("The leftmost column contains 4 ducks, clicking on one of them produces a sound and an animation.") + ("</li><li>") +
0025 qsTr("The central area contains a blue duck, moving the mouse cursor or doing a drag gesture on a touchscreen makes the blue duck move.") + ("</li><li>") +
0026 qsTr("The arrows area, clicking on one of them makes the blue duck move in the corresponding direction.") + ("</li></ul>") +
0027 qsTr("Doing a simple click in the central area shows a marker at the click position.")
0028 credit: ""
0029 section: "computer mouse"
0030 createdInVersion: 20000
0031 }