Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Education
GCompris
Commits
c8697e6c
Commit
c8697e6c
authored
Jun 09, 2020
by
Johnny Jazeix
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
magic-hat-*, harmonize objectives by adding a dot at the end
parent
45056a06
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
12 additions
and
12 deletions
+12
-12
src/activities/magic-hat-minus/resource/1/Data.qml
src/activities/magic-hat-minus/resource/1/Data.qml
+1
-1
src/activities/magic-hat-minus/resource/2/Data.qml
src/activities/magic-hat-minus/resource/2/Data.qml
+1
-1
src/activities/magic-hat-minus/resource/3/Data.qml
src/activities/magic-hat-minus/resource/3/Data.qml
+1
-1
src/activities/magic-hat-minus/resource/4/Data.qml
src/activities/magic-hat-minus/resource/4/Data.qml
+1
-1
src/activities/magic-hat-minus/resource/5/Data.qml
src/activities/magic-hat-minus/resource/5/Data.qml
+1
-1
src/activities/magic-hat-minus/resource/6/Data.qml
src/activities/magic-hat-minus/resource/6/Data.qml
+1
-1
src/activities/magic-hat-plus/resource/1/Data.qml
src/activities/magic-hat-plus/resource/1/Data.qml
+1
-1
src/activities/magic-hat-plus/resource/2/Data.qml
src/activities/magic-hat-plus/resource/2/Data.qml
+1
-1
src/activities/magic-hat-plus/resource/3/Data.qml
src/activities/magic-hat-plus/resource/3/Data.qml
+1
-1
src/activities/magic-hat-plus/resource/4/Data.qml
src/activities/magic-hat-plus/resource/4/Data.qml
+1
-1
src/activities/magic-hat-plus/resource/5/Data.qml
src/activities/magic-hat-plus/resource/5/Data.qml
+1
-1
src/activities/magic-hat-plus/resource/6/Data.qml
src/activities/magic-hat-plus/resource/6/Data.qml
+1
-1
No files found.
src/activities/magic-hat-minus/resource/1/Data.qml
View file @
c8697e6c
...
...
@@ -21,7 +21,7 @@
import
GCompris
1.0
Data
{
objective
:
qsTr
(
"
Learn to calculate remaining stars up to 5
"
)
objective
:
qsTr
(
"
Learn to calculate remaining stars up to 5
.
"
)
difficulty
:
1
data
:
[
{
...
...
src/activities/magic-hat-minus/resource/2/Data.qml
View file @
c8697e6c
...
...
@@ -21,7 +21,7 @@
import
GCompris
1.0
Data
{
objective
:
qsTr
(
"
Learn to calculate remaining stars up to 10
"
)
objective
:
qsTr
(
"
Learn to calculate remaining stars up to 10
.
"
)
difficulty
:
2
data
:
[
{
...
...
src/activities/magic-hat-minus/resource/3/Data.qml
View file @
c8697e6c
...
...
@@ -21,7 +21,7 @@
import
GCompris
1.0
Data
{
objective
:
qsTr
(
"
Learn to calculate remaining stars up to 30
"
)
objective
:
qsTr
(
"
Learn to calculate remaining stars up to 30
.
"
)
difficulty
:
3
data
:
[
{
...
...
src/activities/magic-hat-minus/resource/4/Data.qml
View file @
c8697e6c
...
...
@@ -21,7 +21,7 @@
import
GCompris
1.0
Data
{
objective
:
qsTr
(
"
Learn to calculate remaining stars up to 100 with coefficients
"
)
objective
:
qsTr
(
"
Learn to calculate remaining stars up to 100 with coefficients
.
"
)
difficulty
:
4
data
:
[
{
...
...
src/activities/magic-hat-minus/resource/5/Data.qml
View file @
c8697e6c
...
...
@@ -21,7 +21,7 @@
import
GCompris
1.0
Data
{
objective
:
qsTr
(
"
Learn to calculate remaining stars up to 1000 with coefficients
"
)
objective
:
qsTr
(
"
Learn to calculate remaining stars up to 1000 with coefficients
.
"
)
difficulty
:
5
data
:
[
{
...
...
src/activities/magic-hat-minus/resource/6/Data.qml
View file @
c8697e6c
...
...
@@ -21,7 +21,7 @@
import
GCompris
1.0
Data
{
objective
:
qsTr
(
"
Learn to calculate remaining stars up to 10000 with coefficients
"
)
objective
:
qsTr
(
"
Learn to calculate remaining stars up to 10000 with coefficients
.
"
)
difficulty
:
6
data
:
[
{
...
...
src/activities/magic-hat-plus/resource/1/Data.qml
View file @
c8697e6c
...
...
@@ -21,7 +21,7 @@
import
GCompris
1.0
Data
{
objective
:
qsTr
(
"
Learn to calculate total stars up to 5
"
)
objective
:
qsTr
(
"
Learn to calculate total stars up to 5
.
"
)
difficulty
:
1
data
:
[
{
...
...
src/activities/magic-hat-plus/resource/2/Data.qml
View file @
c8697e6c
...
...
@@ -21,7 +21,7 @@
import
GCompris
1.0
Data
{
objective
:
qsTr
(
"
Learn to calculate total stars up to 10
"
)
objective
:
qsTr
(
"
Learn to calculate total stars up to 10
.
"
)
difficulty
:
2
data
:
[
{
...
...
src/activities/magic-hat-plus/resource/3/Data.qml
View file @
c8697e6c
...
...
@@ -21,7 +21,7 @@
import
GCompris
1.0
Data
{
objective
:
qsTr
(
"
Learn to calculate total stars up to 30
"
)
objective
:
qsTr
(
"
Learn to calculate total stars up to 30
.
"
)
difficulty
:
3
data
:
[
{
...
...
src/activities/magic-hat-plus/resource/4/Data.qml
View file @
c8697e6c
...
...
@@ -21,7 +21,7 @@
import
GCompris
1.0
Data
{
objective
:
qsTr
(
"
Learn to calculate total stars up to 100 with coefficients
"
)
objective
:
qsTr
(
"
Learn to calculate total stars up to 100 with coefficients
.
"
)
difficulty
:
4
data
:
[
{
...
...
src/activities/magic-hat-plus/resource/5/Data.qml
View file @
c8697e6c
...
...
@@ -21,7 +21,7 @@
import
GCompris
1.0
Data
{
objective
:
qsTr
(
"
Learn to calculate total stars up to 1000 with coefficients
"
)
objective
:
qsTr
(
"
Learn to calculate total stars up to 1000 with coefficients
.
"
)
difficulty
:
5
data
:
[
{
...
...
src/activities/magic-hat-plus/resource/6/Data.qml
View file @
c8697e6c
...
...
@@ -21,7 +21,7 @@
import
GCompris
1.0
Data
{
objective
:
qsTr
(
"
Learn to calculate total stars up to 10000 with coefficients
"
)
objective
:
qsTr
(
"
Learn to calculate total stars up to 10000 with coefficients
.
"
)
difficulty
:
6
data
:
[
{
...
...
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