Skip to content

Instantly share code, notes, and snippets.

@deepak2431
Created July 4, 2020 06:07
Show Gist options
  • Save deepak2431/f98f33cc3c65e1693a64e2d3e4d6d254 to your computer and use it in GitHub Desktop.
Save deepak2431/f98f33cc3c65e1693a64e2d3e4d6d254 to your computer and use it in GitHub Desktop.
import GCompris 1.0
import "qrc:/gcompris/src/activities/memory/math_util.js" as Memory
Data {
objective: qsTr("Addition table of 1.")
difficulty: 4
data: [
{ // Level 1
columns: 5,
rows: 2,
texts: Memory.getAddTable(1)
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment