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
3
Merge Requests
3
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
d9f8c5cb
Commit
d9f8c5cb
authored
Jun 21, 2020
by
Shubham Mishra
Committed by
Johnny Jazeix
Jun 25, 2020
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
geo-country, add multiple dataset
parent
e2a37c8c
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
187 additions
and
2 deletions
+187
-2
src/activities/geo-country/ActivityInfo.qml
src/activities/geo-country/ActivityInfo.qml
+1
-0
src/activities/geo-country/GeoCountry.qml
src/activities/geo-country/GeoCountry.qml
+1
-2
src/activities/geo-country/resource/1/Data.qml
src/activities/geo-country/resource/1/Data.qml
+49
-0
src/activities/geo-country/resource/2/Data.qml
src/activities/geo-country/resource/2/Data.qml
+42
-0
src/activities/geo-country/resource/3/Data.qml
src/activities/geo-country/resource/3/Data.qml
+32
-0
src/activities/geo-country/resource/4/Data.qml
src/activities/geo-country/resource/4/Data.qml
+62
-0
No files found.
src/activities/geo-country/ActivityInfo.qml
View file @
d9f8c5cb
...
...
@@ -40,4 +40,5 @@ ActivityInfo {
credit
:
""
section
:
"
sciences geography
"
createdInVersion
:
4000
levels
:
"
1,2,3,4
"
}
src/activities/geo-country/GeoCountry.qml
View file @
d9f8c5cb
...
...
@@ -28,8 +28,7 @@ Babymatch {
onStart
:
focus
=
true
onStop
:
{}
useMultipleDataset
:
true
boardsUrl
:
"
qrc:/gcompris/src/activities/geo-country/resource/
"
levelCount
:
16
answerGlow
:
false
}
src/activities/geo-country/resource/1/Data.qml
0 → 100644
View file @
d9f8c5cb
/* GCompris - Data.qml
*
* Copyright (C) 2020 Shubham Mishra <email.shivam828787@gmail.com>
*
* Authors:
* Shubham Mishra <email.shivam828787@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
import
GCompris
1.0
Data
{
objective
:
qsTr
(
"
Countries of America.
"
)
difficulty
:
6
data
:
[
[
//Argentina
"
qrc:/gcompris/src/activities/geo-country/resource/board/board3_0.qml
"
],
[
//Brazil
"
qrc:/gcompris/src/activities/geo-country/resource/board/board7_0.qml
"
],
[
//Canada
"
qrc:/gcompris/src/activities/geo-country/resource/board/board8_0.qml
"
],
[
//USA
"
qrc:/gcompris/src/activities/geo-country/resource/board/board10_0.qml
"
,
"
qrc:/gcompris/src/activities/geo-country/resource/board/board10_1.qml
"
],
[
//Mexico
"
qrc:/gcompris/src/activities/geo-country/resource/board/board9_0.qml
"
]
]
}
src/activities/geo-country/resource/2/Data.qml
0 → 100644
View file @
d9f8c5cb
/* GCompris - Data.qml
*
* Copyright (C) 2020 Shubham Mishra <email.shivam828787@gmail.com>
*
* Authors:
* Shubham Mishra <email.shivam828787@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
import
GCompris
1.0
Data
{
objective
:
qsTr
(
"
Countries of Asia.
"
)
difficulty
:
6
data
:
[
[
//India
"
qrc:/gcompris/src/activities/geo-country/resource/board/board12_0.qml
"
],
[
//Turkey
"
qrc:/gcompris/src/activities/geo-country/resource/board/board5_0.qml
"
,
"
qrc:/gcompris/src/activities/geo-country/resource/board/board5_1.qml
"
,
"
qrc:/gcompris/src/activities/geo-country/resource/board/board5_2.qml
"
],
[
//China
"
qrc:/gcompris/src/activities/geo-country/resource/board/board14_0.qml
"
]
]
}
src/activities/geo-country/resource/3/Data.qml
0 → 100644
View file @
d9f8c5cb
/* GCompris - Data.qml
*
* Copyright (C) 2020 Shubham Mishra <email.shivam828787@gmail.com>
*
* Authors:
* Shubham Mishra <email.shivam828787@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
import
GCompris
1.0
Data
{
objective
:
qsTr
(
"
Countries of Australia.
"
)
difficulty
:
6
data
:
[
[
//Australia
"
qrc:/gcompris/src/activities/geo-country/resource/board/board13_0.qml
"
]
]
}
src/activities/geo-country/resource/4/Data.qml
0 → 100644
View file @
d9f8c5cb
/* GCompris - Data.qml
*
* Copyright (C) 2020 Shubham Mishra <email.shivam828787@gmail.com>
*
* Authors:
* Shubham Mishra <email.shivam828787@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
import
GCompris
1.0
Data
{
objective
:
qsTr
(
"
Countries of Europe.
"
)
difficulty
:
6
data
:
[
[
//France
"
qrc:/gcompris/src/activities/geo-country/resource/board/board1_0.qml
"
],
[
//Germany
"
qrc:/gcompris/src/activities/geo-country/resource/board/board2_0.qml
"
],
[
//Poland
"
qrc:/gcompris/src/activities/geo-country/resource/board/board4_0.qml
"
],
[
//Norway
"
qrc:/gcompris/src/activities/geo-country/resource/board/board6_0.qml
"
],
[
//Italy
"
qrc:/gcompris/src/activities/geo-country/resource/board/board11_0.qml
"
,
"
qrc:/gcompris/src/activities/geo-country/resource/board/board11_1.qml
"
,
"
qrc:/gcompris/src/activities/geo-country/resource/board/board11_2.qml
"
,
"
qrc:/gcompris/src/activities/geo-country/resource/board/board11_3.qml
"
],
[
//Scotland
"
qrc:/gcompris/src/activities/geo-country/resource/board/board15_0.qml
"
,
"
qrc:/gcompris/src/activities/geo-country/resource/board/board15_1.qml
"
,
"
qrc:/gcompris/src/activities/geo-country/resource/board/board15_2.qml
"
,
"
qrc:/gcompris/src/activities/geo-country/resource/board/board15_3.qml
"
],
[
//Romania
"
qrc:/gcompris/src/activities/geo-country/resource/board/board16_0.qml
"
]
]
}
Johnny Jazeix
@jjazeix
mentioned in merge request
!1 (closed)
·
Jun 25, 2020
mentioned in merge request
!1 (closed)
mentioned in merge request !1
Toggle commit list
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