Warning, /education/gcompris/src/activities/calendar/ActivityInfo.qml is written in an unsupported language. File is not indexed.
0001 /* GCompris - ActivityInfo.qml
0002 *
0003 * SPDX-FileCopyrightText: 2017 Amit Sagtani <asagtani06@gmail.com>
0004 *
0005 * SPDX-License-Identifier: GPL-3.0-or-later
0006 */
0007 import GCompris 1.0
0008
0009 ActivityInfo {
0010 name: "calendar/Calendar.qml"
0011 difficulty: 4
0012 icon: "calendar/calendar.svg"
0013 author: "Amit Sagtani <asagtani06@gmail.com>"
0014 //: Activity title
0015 title: qsTr("Calendar")
0016 //: Help title
0017 description: qsTr("Read the instructions and select the correct date on the calendar.")
0018 //intro: "Select the asked date on the calendar"
0019 //: Help goal
0020 goal: qsTr("Learn how to use a calendar.")
0021 //: Help prerequisite
0022 prerequisite: qsTr("Concept of week, month and year.")
0023 //: Help manual
0024 manual: qsTr("Read the instructions and select the correct date on the calendar, and then validate your answer by clicking on the OK button.") + ("<br><br>") + qsTr("In some levels, you need to find the day of the week for a given date. In this case, click on the corresponding day of the week in the list.") + ("<br><br>") +
0025 qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0026 qsTr("Arrows: navigate through the answers") + ("</li><li>") +
0027 qsTr("Space or Enter: validate your answer") + ("</li></ul>")
0028 credit: ""
0029 section: "math measures"
0030 createdInVersion: 9000
0031 }