Warning, /education/gcompris/src/activities/readingv/ActivityInfo.qml is written in an unsupported language. File is not indexed.
0001 /* GCompris - ActivityInfo.qml
0002 *
0003 * SPDX-FileCopyrightText: 2015 Johnny Jazeix <jazeix@gmail.com>
0004 *
0005 * SPDX-License-Identifier: GPL-3.0-or-later
0006 */
0007 import GCompris 1.0
0008
0009 ActivityInfo {
0010 name: "readingv/Readingv.qml"
0011 difficulty: 2
0012 icon: "readingv/readingv.svg"
0013 author: "Johnny Jazeix <jazeix@gmail.com>"
0014 //: Activity title
0015 title: qsTr("Vertical reading practice")
0016 //: Help title
0017 description: qsTr("Read a vertical list of words and say if a given word is in it.")
0018 // intro: "Read a list of words and say if a given word is in it."
0019 //: Help goal
0020 goal: qsTr("Reading training in a limited time.")
0021 //: Help prerequisite
0022 prerequisite: qsTr("Reading.")
0023 //: Help manual
0024 manual: qsTr("A word is shown on the board. A list of words, displayed vertically, will appear and disappear. Did the given word appear in the list?")
0025 credit: ""
0026 section: "reading words"
0027 createdInVersion: 5000
0028 }
0029