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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2016 Bruno Coudoin < bruno.coudoin@gcompris.net>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "roman_numerals/RomanNumerals.qml"
0011   difficulty: 4
0012   icon: "roman_numerals/roman_numerals.svg"
0013   author: "Bruno Coudoin &lt;bruno.coudoin@gcompris.net&gt;"
0014   //: Activity title
0015   title: qsTr("Roman numerals")
0016   description: ""
0017   //intro: "Learn and practice roman to arabic numerals conversion"
0018   //: Help goal
0019   goal: qsTr("Learn how to read roman numerals and do the conversion to and from arabic numerals.")
0020   prerequisite: ""
0021   //: Help manual
0022   manual: qsTr("Roman numerals are a numeral system that originated in ancient Rome and remained the usual way of writing numbers throughout Europe well into the Late Middle Ages. Numbers in this system are represented by combinations of letters from the Latin alphabet.") + "<br>" +
0023   qsTr("Learn the rules to read Roman numerals and practice converting numbers to and from arabic numerals. Click on the OKĀ button to validate your answer.") + ("<br><br>") +
0024           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0025           qsTr("Digits: type arabic numerals") + ("</li><li>") +
0026           qsTr("Letters: type roman numerals (with I, V, X, L, C, D and M)") + ("</li><li>") +
0027           qsTr("Enter: validate your answer") + ("</li></ul>")
0028   credit: ""
0029   section: "sciences history"
0030   createdInVersion: 7000
0031 }