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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Bharath M S <brat.197@gmail.com>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "algorithm/Algorithm.qml"
0011   difficulty: 2
0012   icon: "algorithm/algorithm.svg"
0013   author: "Bharath M S &lt;brat.197@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Logical associations")
0016   //: Help title
0017   description: qsTr("Complete the arrangement of fruit.")
0018 //  intro: "Click on the missing items on the table and follow the logical sequence displayed above it."
0019   //: Help goal
0020   goal: qsTr("Logic training activity.")
0021   //: Help manual
0022   manual: qsTr("Look at the two sequences. Each fruit in the first sequence has been replaced by another fruit in the second sequence. Complete the second sequence by using the correct fruit, after studying this pattern.") + ("<br><br>") +
0023           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0024           qsTr("Arrows: navigate") + ("</li><li>") +
0025           qsTr("Space or Enter: select an item") + ("</li></ul>")
0026   credit: ""
0027   section: "discovery logic"
0028   createdInVersion: 0
0029 }