]> git.example.dev Git - binbsis50.git/commitdiff
changed some feedback messages and added new ones
authorLuigi Pinca <luigipinca@gmail.com>
Sat, 8 Feb 2014 10:11:40 +0000 (11:11 +0100)
committerLuigi Pinca <luigipinca@gmail.com>
Sat, 8 Feb 2014 10:11:40 +0000 (11:11 +0100)
package.json
public/js/app.js

index e0cab89bc52db3225a3845b7592d5526620d385a..ec177eabc58ab777e8a4cdb0ffef31c675fc2a84 100644 (file)
@@ -30,5 +30,5 @@
     "start": "node app.js"
   },
   "subdomain": "binb",
-  "version": "0.4.1-6"
+  "version": "0.4.2"
 }
index 40bdf3ac776c9f2a97dd4b8156c8d95def2ba8dd..25ebe391cb643889c616b4f3a76e2c3234a913f9 100644 (file)
     , uri = location.protocol + '//' + location.host; // Primus server URI
 
   var amstrings = [
-    'Yes, that\'s the artist. What about the title?'
+    'Do you also know the title?'
     , 'Exactly, now tell me the title!'
-    , 'Do you also know the title?'
+    , 'Yes, that\'s the artist. What about the title?'
   ];
 
   var bmstrings = [
-    'Yeah true! do you like this track?'
+    'Congratulations'
+    , 'Exactly'
+    , 'Excellent'
     , 'Good job!'
     , 'Great!'
-    , 'Very well done!'
-    , 'Exactly!'
-    , 'Excellent!'
+    , 'I\'m proud of you'
+    , 'Keep it up!'
+    , 'Perfect'
+    , 'Super duper'
+    , 'That\'s it!'
+    , 'Very well done'
     , 'Woohoo!'
+    , 'Yeah true, do you like this track?'
+    , 'Yes, you\'re right'
+    , 'You make it look easy'
+    , 'You remembered'
+    , 'You rock!'
   ];
 
   var nmstrings = [
-    'Nope, sorry!'
-    , 'No way!'
+    'Are you kidding?'
+    , 'Don\'t give up'
     , 'Fail'
-    , 'Nope'
+    , 'Haha, what?!'
+    , 'Incorrect answer'
+    , 'It is not that hard',
+    , 'Keep trying'
+    , 'No way!'
     , 'No'
+    , 'Nope'
+    , 'Nope, sorry!'
+    , 'Oh, come on!'
     , 'That\'s wrong'
-    , 'What?!'
-    , 'Wrong', 'Haha, what?!'
-    , 'You kidding?'
-    , 'Don\'t make me laugh'
-    , 'You mad?'
     , 'Try again'
+    , 'What?!'
+    , 'Wrong'
   ];
 
   var states = [
@@ -57,9 +71,9 @@
   ];
 
   var tmstrings = [
-    'Yes, you guessed the title. Who is the artist?'
+    'Correct, do you also know the artist?'
     , 'Now tell me the artist!'
-    , 'Correct, do you also know the artist?'
+    , 'Yes, you guessed the title. Who is the artist?'
   ];
 
   String.prototype.encodeEntities = function() {