Skip to content

Commit

Permalink
Update lessons up to lesson040
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabreznik committed Apr 25, 2016
1 parent 3134300 commit 25f2622
Show file tree
Hide file tree
Showing 46 changed files with 37 additions and 36 deletions.
2 changes: 2 additions & 0 deletions gitter-cli.log
@@ -0,0 +1,2 @@
{"level":"info","message":"Joined room: codingamigos/chat","timestamp":"2016-04-14T18:07:47.357Z"}
{"level":"info","message":"Joined room: codingamigos/chat","timestamp":"2016-04-14T18:18:38.898Z"}
4 changes: 2 additions & 2 deletions lesson029/slides.rs.json
Expand Up @@ -8,9 +8,9 @@
"buildType('fence', x, y)",
"this.build.fence (x, y)",
"this.buildXY('fence', x, y)"

],
"answer": [10]
"answer": [2]
},{
"type": "challenge",
"time": "0:29",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions 030/slides.rs.json → lesson030/slides.rs.json
Expand Up @@ -10,11 +10,11 @@
"x,y",
"x,z"
],
"answer": [10]
"answer": [2]
},{
"type": "challenge",
"time": "0:43",
"text": "Challenge - what should they do after they click the link",
"text": "Igrajte Code Combat i naučite nove trikove",
"link": {
"url": "http://codecombat.com/play/forest",
"title": "Igrajte sada"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions 031/slides.rs.json → lesson031/slides.rs.json
Expand Up @@ -6,16 +6,16 @@
"question": "U kojim primerima će naš heroj reći “Hey”?
",
"options": [
"if (2+2===4){ this.say(Hey)}",
"if (2+3===5){ this.say(Hey)}",
"if (2+2=4){ this.say(Hey)}",
"if (2+3=4){ this.say(Hey)}"
"if (2+2===4){ this.say('Hey')}",
"if (2+3===5){ this.say('Hey')}",
"if (2+2=4){ this.say('Hey')}",
"if (2+3=4){ this.say('Hey')}"
],
"answer": [9,10]
"answer": [0,1]
},{
"type": "challenge",
"time": "3:20",
"text": "Challenge - what should they do after they click the link",
"text": "Igrajte Code Combat i naučite nove trikove",
"link": {
"url": "http://codecombat.com/play/forest",
"title": "Igrajte sada"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions 032/slides.rs.json → lesson032/slides.rs.json
Expand Up @@ -6,15 +6,15 @@
"question": "Za koji iskaz će nam program ispisati true?",
"options": [
"5 === 5",
"Five === 5",
"Five === Five",
"5 != 5"
"'Five' === 5",
"'Five' === 'Five'",
"5 != 'Five'"
],
"answer": [0,1,2]
"answer": [0,2,3]
},{
"type": "challenge",
"time": "2:57",
"text": "Challenge - what should they do after they click the link",
"text": "Igrajte Code Combat i naučite nove trikove",
"link": {
"url": "http://codecombat.com/play/forest",
"title": "Igrajte sada"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions 033/slides.rs.json → lesson033/slides.rs.json
Expand Up @@ -8,13 +8,13 @@
"While-If",
"If-then",
"If-else",

],
"answer": [2]
},{
"type": "challenge",
"time": "2:31",
"text": "Challenge - what should they do after they click the link",
"text": "Igrajte Code Combat i naučite nove trikove",
"link": {
"url": "http://codecombat.com/play/forest",
"title": "Igrajte sada"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions 034/slides.rs.json → lesson034/slides.rs.json
Expand Up @@ -8,13 +8,13 @@
"petlju",
"findNearestEnemy",
"attack(enemy)",

],
"answer": [1]
},{
"type": "challenge",
"time": "1:30",
"text": "Challenge - what should they do after they click the link",
"text": "Igrajte Code Combat i naučite nove trikove",
"link": {
"url": "http://codecombat.com/play/forest",
"title": "Igrajte sada"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions 035/slides.rs.json → lesson035/slides.rs.json
Expand Up @@ -8,13 +8,13 @@
"enemy",
"rightEnemy",
"EnemyRight",

],
"answer": [1]
},{
"type": "challenge",
"time": "1:11",
"text": "Challenge - what should they do after they click the link",
"text": "Igrajte Code Combat i naučite nove trikove",
"link": {
"url": "http://codecombat.com/play/forest",
"title": "Igrajte sada"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions 036/slides.rs.json → lesson036/slides.rs.json
Expand Up @@ -3,18 +3,18 @@
"slides": [{
"type": "question",
"time": "2:58",
"question": "U kom primeru će naš heroj izgovoriti I don’t see an enemy”?",
"question": "U kom primeru će naš heroj izgovoriti 'I don’t see an enemy'? (enemy postoji)",
"options": [
"If (enemy) { this.attack(enemy) }",
"If (!enemy) { this.say(I don’t see an enemy)) }",
"If (enemy) { this.attack(enemy) } else { this.say(I don’t see an enemy) }",
"If (enemy) { this.say('I don’t see an enemy')) }",
"If (enemy) { this.attack(enemy) } else { this.say('I don’t see an enemy') }",
"If (enemy) { this.attack(enemy) } else { this.moveXY(x,y) }"
],
"answer": [1]
},{
"type": "challenge",
"time": "1:24",
"text": "Challenge - what should they do after they click the link",
"text": "Igrajte Code Combat i naučite nove trikove",
"link": {
"url": "http://codecombat.com/play/forest",
"title": "Igrajte sada"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions 037/slides.rs.json → lesson037/slides.rs.json
Expand Up @@ -7,13 +7,13 @@
"options": [
"Odmah na početku",
"Kada nema više neprijatelja",

],
"answer": [1]
},{
"type": "challenge",
"time": "2:02",
"text": "Challenge - what should they do after they click the link",
"text": "Igrajte Code Combat i naučite nove trikove",
"link": {
"url": "http://codecombat.com/play/forest",
"title": "Igrajte sada"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions 038/slides.rs.json → lesson038/slides.rs.json
Expand Up @@ -3,17 +3,17 @@
"slides": [{
"type": "question",
"time": "2:00",
"question": "Koji napad je jači?",
"question": "Kojom vrstom udarca možemo da pobedimo više najprijatelja?",
"options": [
"this.attack(enemy) ",
"this.cleave(enemy)",

],
"answer": [1]
},{
"type": "challenge",
"time": "2:00",
"text": "Challenge - what should they do after they click the link",
"text": "Igrajte Code Combat i naučite nove trikove",
"link": {
"url": "http://codecombat.com/play/forest",
"title": "Igrajte sada"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions 039/slides.rs.json → lesson039/slides.rs.json
Expand Up @@ -7,14 +7,14 @@
"options": [
"5 != 5",
"6 < 7",
"x =2; x > 15",
"y =7; y === seven"
"x = 2; x > 15",
"y = 7; y === 'seven'"
],
"answer": [1]
},{
"type": "challenge",
"time": "7:38",
"text": "Challenge - what should they do after they click the link",
"text": "Igrajte Code Combat i naučite nove trikove",
"link": {
"url": "https://gist.github.com/",
"title": "Dopunite svoj gist"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 2 additions & 3 deletions 040/slides.rs.json → lesson040/slides.rs.json
Expand Up @@ -6,14 +6,13 @@
"question": "Protiv koga smo se borili u današnjoj lekciji?",
"options": [
"kompjutera",
"drugih igrača",

"drugih igrača"
],
"answer": [1]
},{
"type": "challenge",
"time": "2:18 ",
"text": "Challenge - what should they do after they click the link",
"text": "Igrajte Code Combat i naučite nove trikove",
"link": {
"url": "http://codecombat.com/play/forest",
"title": "Igrajte sada"
Expand Down

0 comments on commit 25f2622

Please sign in to comment.