mumuki-puzzle-runner 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: babd3a8ed60a9345983363242f5e1fc1bee0bb36a471d136c314ba5fba8c4ed1
4
- data.tar.gz: 62d411ca5bfeca771b9b78e113be587c72fdbea23d811e91635cae4a9c703e9d
3
+ metadata.gz: 969e3f9fc0351a8ef3700be527ff4a977df0d5be6f49a55d9857255ffda6b9af
4
+ data.tar.gz: f388dce7952f3abd843b27a2f82744d5519716a0a6c5d461fc9842d3f8c0562e
5
5
  SHA512:
6
- metadata.gz: 5baff4c0cdac71f1d0038d3cced0c45fd852be5e6712cb470cdb601981d01dbf0f230bea99c07cca85d914bbcff2a84a042ee853f18ed94f7e1583559142861f
7
- data.tar.gz: fa0b70e5c7ce9529c28fda9bb9b1f464c62bcc2f768fa4bd082fe2193684267e2c3e239361c7a4645b18bbbf7f9ab27dd374be0978711e53634e6858d83135a7
6
+ metadata.gz: 3fb7208972a9c6efa975a6272bb95c9b62613f63a5fea7c6b115058b708d44b199455e2b90f3ebffca01d41076c8a178191e0e960f0889938356253fc91b64af
7
+ data.tar.gz: 8e8f8c653af72c67e7199ff72d6be49f1c790f4a9cd4c700c699f66f8aa913b01ab0b7725ae1c71efca6bb062471e8b799471e3078e26ab32daa457dce186e79
@@ -10,10 +10,6 @@
10
10
  border: 1px solid #dddddd;
11
11
  }
12
12
 
13
- .mu-kids-exercise-workspace.muzzle-simple .mu-kids-submit-button {
14
- display: none;
15
- }
16
-
17
13
  .mu-kids-state-image img {
18
14
  height: 100%;
19
15
  width: auto;
@@ -62,7 +62,7 @@ $(() => {
62
62
 
63
63
  Muzzle.register('onReady', () => {
64
64
  if (Muzzle.simple) {
65
- $('.mu-kids-exercise-workspace').addClass('muzzle-simple');
65
+ $('.mu-kids-exercise-workspace').addClass('mu-submitless-exercise');
66
66
  }
67
67
  });
68
68
 
@@ -78,5 +78,20 @@ $(() => {
78
78
  // are actually loaded before this script, puzzle runner is not aimed
79
79
  // to be used without a custom editor
80
80
  mumuki.assetsLoadedFor('layout');
81
+
82
+ mumuki.I18n.register({
83
+ 'es': {
84
+ 'kindergarten_passed': '¡Muy bien! Armaste el rompecabezas'
85
+ },
86
+ 'es-CL': {
87
+ 'kindergarten_passed': '¡Muy bien! Armaste el rompecabezas'
88
+ },
89
+ 'en': {
90
+ 'kindergarten_passed': 'Very well! You solve the puzzle'
91
+ },
92
+ 'pt': {
93
+ 'kindergarten_passed': 'Muito bom! Você mentou o quebra-cabeça'
94
+ },
95
+ });
81
96
  });
82
97
  });
@@ -1,3 +1,3 @@
1
1
  module PuzzleVersionHook
2
- VERSION = '1.0.2'
2
+ VERSION = '1.0.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mumuki-puzzle-runner
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Franco Leonardo Bulgarelli
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-08 00:00:00.000000000 Z
11
+ date: 2021-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mumukit