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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2018 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: "find_the_day/FindTheDay.qml"
0011   difficulty: 6
0012   icon: "find_the_day/find_the_day.svg"
0013   author: "Amit Sagtani &lt;asagtani06@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Find the day")
0016   //: Help title
0017   description: qsTr("Find the correct date and select it on the calendar.")
0018   //intro: "Select the required day."
0019   //: Help goal
0020   goal: qsTr("Learn how to count days and find a date on a calendar.")
0021   //: Help prerequisite
0022   prerequisite: qsTr("Basics of calendar.")
0023   //: Help manual
0024   manual: qsTr("Read the instructions and perform the requested calculation to find the date. Then select this date on the calendar, and 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 }