Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GCompris
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
27
Issues
27
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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 {
data
:
[
[
/* 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
,
...
...
src/activities/crane/resource/3/Data.qml
View file @
e06eab90
...
...
@@ -26,7 +26,7 @@ Data {
data
:
[
[
/* 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
,
...
...
src/activities/crane/resource/4/Data.qml
View file @
e06eab90
...
...
@@ -26,47 +26,47 @@ Data {
data
:
[
[
/* 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
,
"
wordLength
"
:
5
,
"
showGrid
"
:
true
,
"
inLine
"
:
true
,
"
rows
"
:
3
,
"
columns
"
:
4
"
rows
"
:
4
,
"
columns
"
:
5
},
{
"
isWord
"
:
true
,
"
wordLength
"
:
5
,
"
showGrid
"
:
true
,
"
inLine
"
:
true
,
"
rows
"
:
3
,
"
columns
"
:
4
"
rows
"
:
4
,
"
columns
"
:
5
},
{
"
isWord
"
:
true
,
"
wordLength
"
:
5
,
"
showGrid
"
:
true
,
"
inLine
"
:
true
,
"
rows
"
:
3
,
"
columns
"
:
4
"
rows
"
:
4
,
"
columns
"
:
5
},
{
"
isWord
"
:
true
,
"
wordLength
"
:
5
,
"
showGrid
"
:
true
,
"
inLine
"
:
false
,
"
rows
"
:
3
,
"
columns
"
:
4
"
rows
"
:
4
,
"
columns
"
:
5
},
{
"
isWord
"
:
true
,
"
wordLength
"
:
5
,
"
showGrid
"
:
true
,
"
inLine
"
:
false
,
"
rows
"
:
3
,
"
columns
"
:
4
"
rows
"
:
4
,
"
columns
"
:
5
}
],
[
...
...
@@ -75,40 +75,40 @@ Data {
"
wordLength
"
:
5
,
"
showGrid
"
:
true
,
"
inLine
"
:
true
,
"
rows
"
:
4
,
"
columns
"
:
5
"
rows
"
:
5
,
"
columns
"
:
6
},
{
"
isWord
"
:
true
,
"
wordLength
"
:
5
,
"
showGrid
"
:
true
,
"
inLine
"
:
true
,
"
rows
"
:
4
,
"
columns
"
:
5
"
rows
"
:
5
,
"
columns
"
:
6
},
{
"
isWord
"
:
true
,
"
wordLength
"
:
5
,
"
showGrid
"
:
true
,
"
inLine
"
:
true
,
"
rows
"
:
4
,
"
columns
"
:
5
"
rows
"
:
5
,
"
columns
"
:
6
},
{
"
isWord
"
:
true
,
"
wordLength
"
:
5
,
"
showGrid
"
:
true
,
"
inLine
"
:
false
,
"
rows
"
:
4
,
"
columns
"
:
5
"
rows
"
:
5
,
"
columns
"
:
6
},
{
"
isWord
"
:
true
,
"
wordLength
"
:
5
,
"
showGrid
"
:
true
,
"
inLine
"
:
false
,
"
rows
"
:
4
,
"
columns
"
:
5
"
rows
"
:
5
,
"
columns
"
:
6
}
],
[
...
...
@@ -117,40 +117,40 @@ Data {
"
wordLength
"
:
5
,
"
showGrid
"
:
false
,
"
inLine
"
:
false
,
"
rows
"
:
5
,
"
columns
"
:
6
"
rows
"
:
6
,
"
columns
"
:
7
},
{
"
isWord
"
:
true
,
"
wordLength
"
:
5
,
"
showGrid
"
:
false
,
"
inLine
"
:
false
,
"
rows
"
:
5
,
"
columns
"
:
6
"
rows
"
:
6
,
"
columns
"
:
7
},
{
"
isWord
"
:
true
,
"
wordLength
"
:
5
,
"
showGrid
"
:
false
,
"
inLine
"
:
false
,
"
rows
"
:
5
,
"
columns
"
:
6
"
rows
"
:
6
,
"
columns
"
:
7
},
{
"
isWord
"
:
true
,
"
wordLength
"
:
5
,
"
showGrid
"
:
false
,
"
inLine
"
:
false
,
"
rows
"
:
5
,
"
columns
"
:
6
"
rows
"
:
6
,
"
columns
"
:
7
},
{
"
isWord
"
:
true
,
"
wordLength
"
:
5
,
"
showGrid
"
:
false
,
"
inLine
"
:
false
,
"
rows
"
:
5
,
"
columns
"
:
6
"
rows
"
:
6
,
"
columns
"
:
7
}
],
[
...
...
@@ -159,24 +159,24 @@ Data {
"
wordLength
"
:
5
,
"
showGrid
"
:
false
,
"
inLine
"
:
true
,
"
rows
"
:
6
,
"
columns
"
:
7
"
rows
"
:
4
,
"
columns
"
:
5
},
{
"
isWord
"
:
true
,
"
wordLength
"
:
5
,
"
showGrid
"
:
false
,
"
inLine
"
:
true
,
"
rows
"
:
6
,
"
columns
"
:
7
"
rows
"
:
5
,
"
columns
"
:
6
},
{
"
isWord
"
:
true
,
"
wordLength
"
:
5
,
"
showGrid
"
:
false
,
"
inLine
"
:
true
,
"
rows
"
:
6
,
"
columns
"
:
7
"
rows
"
:
5
,
"
columns
"
:
6
},
{
"
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