Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Education
GCompris
Commits
e06eab90
Commit
e06eab90
authored
Aug 08, 2020
by
Shubham Mishra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crane, fixed grid size for dataset of word length 5
parent
fd90c5aa
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
39 deletions
+39
-39
src/activities/crane/resource/2/Data.qml
src/activities/crane/resource/2/Data.qml
+1
-1
src/activities/crane/resource/3/Data.qml
src/activities/crane/resource/3/Data.qml
+1
-1
src/activities/crane/resource/4/Data.qml
src/activities/crane/resource/4/Data.qml
+37
-37
No files found.
src/activities/crane/resource/2/Data.qml
View file @
e06eab90
...
@@ -26,7 +26,7 @@ Data {
...
@@ -26,7 +26,7 @@ Data {
data
:
[
data
:
[
[
[
/* To add your words, replace "wordLength" key with "word".
/* To add your words, replace "wordLength" key with "word".
Example - replace "wordLength": 3 with "word":
qsTr(
"happy"
)
Example - replace "wordLength": 3 with "word": "happy"
.
*/
*/
{
{
"
isWord
"
:
true
,
"
isWord
"
:
true
,
...
...
src/activities/crane/resource/3/Data.qml
View file @
e06eab90
...
@@ -26,7 +26,7 @@ Data {
...
@@ -26,7 +26,7 @@ Data {
data
:
[
data
:
[
[
[
/* To add your words, replace "wordLength" key with "word".
/* To add your words, replace "wordLength" key with "word".
Example - replace "wordLength": 3 with "word":
qsTr(
"pen"
)
Example - replace "wordLength": 3 with "word": "pen"
.
*/
*/
{
{
"
isWord
"
:
true
,
"
isWord
"
:
true
,
...
...
src/activities/crane/resource/4/Data.qml
View file @
e06eab90
...
@@ -26,47 +26,47 @@ Data {
...
@@ -26,47 +26,47 @@ Data {
data
:
[
data
:
[
[
[
/* To add your words, replace "wordLength" key with "word".
/* To add your words, replace "wordLength" key with "word".
Example - replace "wordLength": 3 with "word":
qsTr(
"pen"
)
Example - replace "wordLength": 3 with "word": "pen"
.
*/
*/
{
{
"
isWord
"
:
true
,
"
isWord
"
:
true
,
"
wordLength
"
:
5
,
"
wordLength
"
:
5
,
"
showGrid
"
:
true
,
"
showGrid
"
:
true
,
"
inLine
"
:
true
,
"
inLine
"
:
true
,
"
rows
"
:
3
,
"
rows
"
:
4
,
"
columns
"
:
4
"
columns
"
:
5
},
},
{
{
"
isWord
"
:
true
,
"
isWord
"
:
true
,
"
wordLength
"
:
5
,
"
wordLength
"
:
5
,
"
showGrid
"
:
true
,
"
showGrid
"
:
true
,
"
inLine
"
:
true
,
"
inLine
"
:
true
,
"
rows
"
:
3
,
"
rows
"
:
4
,
"
columns
"
:
4
"
columns
"
:
5
},
},
{
{
"
isWord
"
:
true
,
"
isWord
"
:
true
,
"
wordLength
"
:
5
,
"
wordLength
"
:
5
,
"
showGrid
"
:
true
,
"
showGrid
"
:
true
,
"
inLine
"
:
true
,
"
inLine
"
:
true
,
"
rows
"
:
3
,
"
rows
"
:
4
,
"
columns
"
:
4
"
columns
"
:
5
},
},
{
{
"
isWord
"
:
true
,
"
isWord
"
:
true
,
"
wordLength
"
:
5
,
"
wordLength
"
:
5
,
"
showGrid
"
:
true
,
"
showGrid
"
:
true
,
"
inLine
"
:
false
,
"
inLine
"
:
false
,
"
rows
"
:
3
,
"
rows
"
:
4
,
"
columns
"
:
4
"
columns
"
:
5
},
},
{
{
"
isWord
"
:
true
,
"
isWord
"
:
true
,
"
wordLength
"
:
5
,
"
wordLength
"
:
5
,
"
showGrid
"
:
true
,
"
showGrid
"
:
true
,
"
inLine
"
:
false
,
"
inLine
"
:
false
,
"
rows
"
:
3
,
"
rows
"
:
4
,
"
columns
"
:
4
"
columns
"
:
5
}
}
],
],
[
[
...
@@ -75,40 +75,40 @@ Data {
...
@@ -75,40 +75,40 @@ Data {
"
wordLength
"
:
5
,
"
wordLength
"
:
5
,
"
showGrid
"
:
true
,
"
showGrid
"
:
true
,
"
inLine
"
:
true
,
"
inLine
"
:
true
,
"
rows
"
:
4
,
"
rows
"
:
5
,
"
columns
"
:
5
"
columns
"
:
6
},
},
{
{
"
isWord
"
:
true
,
"
isWord
"
:
true
,
"
wordLength
"
:
5
,
"
wordLength
"
:
5
,
"
showGrid
"
:
true
,
"
showGrid
"
:
true
,
"
inLine
"
:
true
,
"
inLine
"
:
true
,
"
rows
"
:
4
,
"
rows
"
:
5
,
"
columns
"
:
5
"
columns
"
:
6
},
},
{
{
"
isWord
"
:
true
,
"
isWord
"
:
true
,
"
wordLength
"
:
5
,
"
wordLength
"
:
5
,
"
showGrid
"
:
true
,
"
showGrid
"
:
true
,
"
inLine
"
:
true
,
"
inLine
"
:
true
,
"
rows
"
:
4
,
"
rows
"
:
5
,
"
columns
"
:
5
"
columns
"
:
6
},
},
{
{
"
isWord
"
:
true
,
"
isWord
"
:
true
,
"
wordLength
"
:
5
,
"
wordLength
"
:
5
,
"
showGrid
"
:
true
,
"
showGrid
"
:
true
,
"
inLine
"
:
false
,
"
inLine
"
:
false
,
"
rows
"
:
4
,
"
rows
"
:
5
,
"
columns
"
:
5
"
columns
"
:
6
},
},
{
{
"
isWord
"
:
true
,
"
isWord
"
:
true
,
"
wordLength
"
:
5
,
"
wordLength
"
:
5
,
"
showGrid
"
:
true
,
"
showGrid
"
:
true
,
"
inLine
"
:
false
,
"
inLine
"
:
false
,
"
rows
"
:
4
,
"
rows
"
:
5
,
"
columns
"
:
5
"
columns
"
:
6
}
}
],
],
[
[
...
@@ -117,40 +117,40 @@ Data {
...
@@ -117,40 +117,40 @@ Data {
"
wordLength
"
:
5
,
"
wordLength
"
:
5
,
"
showGrid
"
:
false
,
"
showGrid
"
:
false
,
"
inLine
"
:
false
,
"
inLine
"
:
false
,
"
rows
"
:
5
,
"
rows
"
:
6
,
"
columns
"
:
6
"
columns
"
:
7
},
},
{
{
"
isWord
"
:
true
,
"
isWord
"
:
true
,
"
wordLength
"
:
5
,
"
wordLength
"
:
5
,
"
showGrid
"
:
false
,
"
showGrid
"
:
false
,
"
inLine
"
:
false
,
"
inLine
"
:
false
,
"
rows
"
:
5
,
"
rows
"
:
6
,
"
columns
"
:
6
"
columns
"
:
7
},
},
{
{
"
isWord
"
:
true
,
"
isWord
"
:
true
,
"
wordLength
"
:
5
,
"
wordLength
"
:
5
,
"
showGrid
"
:
false
,
"
showGrid
"
:
false
,
"
inLine
"
:
false
,
"
inLine
"
:
false
,
"
rows
"
:
5
,
"
rows
"
:
6
,
"
columns
"
:
6
"
columns
"
:
7
},
},
{
{
"
isWord
"
:
true
,
"
isWord
"
:
true
,
"
wordLength
"
:
5
,
"
wordLength
"
:
5
,
"
showGrid
"
:
false
,
"
showGrid
"
:
false
,
"
inLine
"
:
false
,
"
inLine
"
:
false
,
"
rows
"
:
5
,
"
rows
"
:
6
,
"
columns
"
:
6
"
columns
"
:
7
},
},
{
{
"
isWord
"
:
true
,
"
isWord
"
:
true
,
"
wordLength
"
:
5
,
"
wordLength
"
:
5
,
"
showGrid
"
:
false
,
"
showGrid
"
:
false
,
"
inLine
"
:
false
,
"
inLine
"
:
false
,
"
rows
"
:
5
,
"
rows
"
:
6
,
"
columns
"
:
6
"
columns
"
:
7
}
}
],
],
[
[
...
@@ -159,24 +159,24 @@ Data {
...
@@ -159,24 +159,24 @@ Data {
"
wordLength
"
:
5
,
"
wordLength
"
:
5
,
"
showGrid
"
:
false
,
"
showGrid
"
:
false
,
"
inLine
"
:
true
,
"
inLine
"
:
true
,
"
rows
"
:
6
,
"
rows
"
:
4
,
"
columns
"
:
7
"
columns
"
:
5
},
},
{
{
"
isWord
"
:
true
,
"
isWord
"
:
true
,
"
wordLength
"
:
5
,
"
wordLength
"
:
5
,
"
showGrid
"
:
false
,
"
showGrid
"
:
false
,
"
inLine
"
:
true
,
"
inLine
"
:
true
,
"
rows
"
:
6
,
"
rows
"
:
5
,
"
columns
"
:
7
"
columns
"
:
6
},
},
{
{
"
isWord
"
:
true
,
"
isWord
"
:
true
,
"
wordLength
"
:
5
,
"
wordLength
"
:
5
,
"
showGrid
"
:
false
,
"
showGrid
"
:
false
,
"
inLine
"
:
true
,
"
inLine
"
:
true
,
"
rows
"
:
6
,
"
rows
"
:
5
,
"
columns
"
:
7
"
columns
"
:
6
},
},
{
{
"
isWord
"
:
true
,
"
isWord
"
:
true
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment