Skip to content

Commit

Permalink
Añadiendo presentación. Cambiando estructura
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafa Herrero committed Jun 17, 2017
1 parent 4b39029 commit b6679db
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion code/js/myjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const loadJsonFile = require('load-json-file');

//Variable to control the loading of json files
//This variable has to set to false when packaging
var desarrollo = false;
var desarrollo = true;

$(window).on('resize', function(){
if (($(window).width() <= 1200)||($(window).height() <= 700)){
Expand Down
8 changes: 6 additions & 2 deletions code/json/template_exercise.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@
"english_language":[
{
"title": "Exercise x: ",
"description_game": "",
"description_game": "",
"goal": "",
"text_1": ""
}
],
"blocks":[""],
"value": "levelx_exercisey"
}
}




File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added pres/Presentacion.pptx
Binary file not shown.
1 change: 0 additions & 1 deletion tareas/README.md

This file was deleted.

0 comments on commit b6679db

Please sign in to comment.