Skip to content

Commit

Permalink
Merge branch 'develop' into numericChallengeIds
Browse files Browse the repository at this point in the history
  • Loading branch information
asanzo committed Nov 7, 2023
2 parents f39807e + 2b47d18 commit 0476721
Show file tree
Hide file tree
Showing 11 changed files with 99 additions and 70 deletions.
12 changes: 6 additions & 6 deletions app/services/blocks-gallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -780,12 +780,6 @@ export default Service.extend({
}`,
});

this.crearBloqueAccion('IrseEnYacare', 'goInAlligator', {
icono: 'icono.yacare.png',
comportamiento: 'IrseEnYacare',
argumentos: `{}`,
});

this.crearBloqueAccion('Escapar', 'escape', {
icono: 'icono.escapar.png',
comportamiento: 'Escapar',
Expand Down Expand Up @@ -841,6 +835,12 @@ export default Service.extend({
etiqueta: "Tacho",
}`,
});

this.crearBloqueAccion('IrseEnYacare', 'goInAlligator', {
icono: 'icono.yacare.png',
comportamiento: 'IrseEnYacare',
argumentos: `{}`,
});

this.crearBloqueAccion('TomarLata', 'takeCan', {
icono: 'icono.lata.png',
Expand Down
11 changes: 11 additions & 0 deletions app/utils/staticData/desafios.js
Original file line number Diff line number Diff line change
Expand Up @@ -3224,4 +3224,15 @@ export const desafios = [
'ParaLaDerecha', 'ParaLaIzquierda', 'ParaArriba', 'ParaAbajo', 'MoverA',
'RecogerTrofeo', 'Numero', 'OpAritmetica']
},
{
id: 1135,
nombre: 'PaleteandoConParametros',
escena: 'PaleteandoConParametros',
bloques: ['Procedimiento', 'RepetirVacio', 'Repetir', 'Si', 'SiNo', 'Hasta',
'TocandoPingPong', 'RebotarPingPong',
'MoverACasillaAbajo', 'MoverACasillaArriba', 'MoverACasillaIzquierda', 'MoverACasillaDerecha',
'Numero', 'OpComparacion', 'OpAritmetica',
'ParaLaDerecha', 'ParaLaIzquierda', 'ParaArriba', 'ParaAbajo'
]
},
];
1 change: 1 addition & 0 deletions app/utils/staticData/grupos.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ export const grupos = [
1132,
1133,
1134,
1135
]
}
];
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"Nahuel Palumbo <nahuel.palumbo@gmail.com> (https://github.com/PalumboN)",
"Diana López Alvas <dlopezalvas@gmail.com> (https://github.com/dlopezalvas)",
"Tomás Floxo Lodeiro <tomasfloxolodeiro@gmail.com> (https://github.com/tfloxolodeiro)",
"Ezequiel Pereyra <pereyra.ezequielh@gmail.com> (https://github.com/ezequielPereyra)"
"Ezequiel Pereyra <pereyra.ezequielh@gmail.com> (https://github.com/ezequielPereyra)",
"Daniel Ferro <danieloscarferro@gmail.com> (https://github.com/danielferro69)"
],
"private": true,
"directories": {
Expand Down
20 changes: 2 additions & 18 deletions tests/integration/desafios/LimpiandoElHumedal-test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions tests/integration/desafios/PaleteandoConParametros-test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ moduloActividad("Duba - Alternativa condicional", () => {
<block type="al_empezar_a_ejecutar" deletable="false" movable="false" editable="false" x="300" y="15">
<statement name="program">
<shadow type="required_statement"></shadow>
<block type="MoverACasillaDerecha"></block>
<block type="MoverACasillaDerecha">
<next>
<block type="MoverACasillaIzquierda"></block>
</next>
</block>
</statement>
</block>
</xml>`
Expand Down
Loading

0 comments on commit 0476721

Please sign in to comment.