Skip to content

Commit 8b3dc34

Browse files
committedOct 16, 2013
changed the quesions
1 parent f80c18b commit 8b3dc34

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed
 

‎js/index.js

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
var Game = {
22
questions: [
3-
["Kur namų raktai?", "Rankoj, asile", "Pamečiau", "Neturiu namų", 2, "http://placekitten.com/200/300"],
4-
["Ar už tokią Lietuvą kovojom?", "NE!", "NE!", "NE!", 2, "http://placekitten.com/240/350"],
5-
["Ar pienas baltas?", "Taip", "Ne", "Nežinau", 1, "http://placekitten.com/280/230"],
6-
["Ką geria karvė?", "Pieną", "Alų", "Brendį", 1, "http://placekitten.com/340/230"],
7-
["Klausimas be paveikslėlio", "Aina sau!", "A i taip galima?", "jezusmarija!", 3]
3+
["Koks žirgelis čia rupšnoja žolelę?", "Žemaičių riestasis", "Obuolmušis", "Bėras", 2, "arklys.jpg"],
4+
["Kas pavaizduota?", "Obuolmušis", "Vytauto didžiojo malamutas", "Inga Valinskienė", 1, "arklys.jpg"],
5+
["Ar tai Rupšnotojas didysis?", "Taip", "Ne", "Toks neegzistuoja", 3, "arklys.jpg"]
86
],
97

108
// Elements
@@ -65,8 +63,8 @@ var Game = {
6563
this.populateAnswers(random, this.questions[random][4]);
6664

6765
if(question.length === 6) {
68-
//return this.el.question.innerHTML = '<img src="'+this.assets.images+'/'+question[5]+'" />'+question[0];
69-
return this.el.question.innerHTML = '<img src="'+question[5]+'" />'+question[0];
66+
return this.el.question.innerHTML = '<img src="'+this.assets.images+'/'+question[5]+'" />'+question[0];
67+
//return this.el.question.innerHTML = '<img src="'+question[5]+'" />'+question[0];
7068
}
7169

7270
return this.el.question.innerHTML = question[0];

0 commit comments

Comments
 (0)
Failed to load comments.