diff --git a/health/heart/kolb/1n.png b/health/heart/kolb/1n.png deleted file mode 100644 index 0d82671..0000000 Binary files a/health/heart/kolb/1n.png and /dev/null differ diff --git a/health/heart/kolb/1star.png b/health/heart/kolb/1star.png deleted file mode 100644 index 1d9ea02..0000000 Binary files a/health/heart/kolb/1star.png and /dev/null differ diff --git a/health/heart/kolb/1t.png b/health/heart/kolb/1t.png deleted file mode 100644 index 2b664ba..0000000 Binary files a/health/heart/kolb/1t.png and /dev/null differ diff --git a/health/heart/kolb/2n.png b/health/heart/kolb/2n.png deleted file mode 100644 index 13173ef..0000000 Binary files a/health/heart/kolb/2n.png and /dev/null differ diff --git a/health/heart/kolb/2star.png b/health/heart/kolb/2star.png deleted file mode 100644 index 4aca77f..0000000 Binary files a/health/heart/kolb/2star.png and /dev/null differ diff --git a/health/heart/kolb/2t.png b/health/heart/kolb/2t.png deleted file mode 100644 index ee2c218..0000000 Binary files a/health/heart/kolb/2t.png and /dev/null differ diff --git a/health/heart/kolb/3n.png b/health/heart/kolb/3n.png deleted file mode 100644 index a48db4a..0000000 Binary files a/health/heart/kolb/3n.png and /dev/null differ diff --git a/health/heart/kolb/3star.png b/health/heart/kolb/3star.png deleted file mode 100644 index 88910c5..0000000 Binary files a/health/heart/kolb/3star.png and /dev/null differ diff --git a/health/heart/kolb/3t.png b/health/heart/kolb/3t.png deleted file mode 100644 index 5e8c4e7..0000000 Binary files a/health/heart/kolb/3t.png and /dev/null differ diff --git a/health/heart/kolb/blocks.js b/health/heart/kolb/blocks.js deleted file mode 100644 index eea85b5..0000000 --- a/health/heart/kolb/blocks.js +++ /dev/null @@ -1,71 +0,0 @@ -Blockly.Blocks['op1'] = { - init: function () { - this.jsonInit({ - message0: 'Gosto de lidar com meus sentimentos.', - colour: 20, - tooltip: 'op1', - output: 'op' - }) - } -} -Blockly.Blocks['op2'] = { - init: function () { - this.jsonInit({ - message0: 'Gosto de pensar sobre idéias.', - colour: 20, - tooltip: 'op1', - output: 'op' - }) - } -} -Blockly.Blocks['op3'] = { - init: function () { - this.jsonInit({ - message0: 'Gosto de observar e escutar.', - colour: 20, - tooltip: 'op1', - output: 'op' - }) - } -} -Blockly.Blocks['op4'] = { - init: function () { - this.jsonInit({ - message0: 'Gosto de estar fazendo coisas.', - colour: 20, - tooltip: 'op1', - output: 'op' - }) - } -} - -Blockly.Blocks['pergt'] = { - init: function () { - this.jsonInit({ - message0: '1) Enquanto aprendo: %1 1 %2 2 %3 3 %4 4', - args0: [ - { - type: 'input_value', - name: 'VAR', - check: 'op', - }, - { - type: 'input_value', - name: 'VAR', - check: 'op', - }, - { - type: 'input_value', - name: 'VAR', - check: 'op', - }, - { - type: 'input_value', - name: 'VAR', - check: 'op', - } - ], - colour: 500 - }) - } -} diff --git a/health/heart/kolb/index.html b/health/heart/kolb/index.html deleted file mode 100644 index 536ae78..0000000 --- a/health/heart/kolb/index.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - Tutorial 3 - - -
- - - - - \ No newline at end of file