[gbrainy] Make more clear some questions



commit f777b46fb9109fcd08c00bf89b2153f408c7321a
Author: Jordi Mas <jmas softcatala org>
Date:   Wed Jul 14 19:52:37 2010 +0200

    Make more clear some questions

 data/games.xml                          |    2 +-
 data/verbal_analogies.xml               |    5 +++--
 src/Games/Logic/PuzzlePredicateLogic.cs |    2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/data/games.xml b/data/games.xml
index 0c26526..2234340 100644
--- a/data/games.xml
+++ b/data/games.xml
@@ -1,7 +1,7 @@
 <!---
 
 		This is a collection of games definitions for gbrainy. This work is licensed under GPL 2.0 or higher license.
-		This the same license that gbrainy package.
+		This is the same license that gbrainy package.
 
 		Authors:
 			Jordi Mas <jmas at softcatala dot org>
diff --git a/data/verbal_analogies.xml b/data/verbal_analogies.xml
index 918c0c0..f140723 100644
--- a/data/verbal_analogies.xml
+++ b/data/verbal_analogies.xml
@@ -1,7 +1,7 @@
 <analogies>
 	<!---
 		This is a collection of verbal analogies. This work is licensed under GPL 2.0 or higher license.
-		This the same license that gbrainy package.
+		This is the same license that gbrainy package.
 
 		Authors:
 			Carlos Navarro <navarro37 at gmail dot com>
@@ -36,7 +36,8 @@
 	</analogy>
 
 	<analogy>
-		<_question type = "MultipleOptions">John's father's sister's sister-in-law is also?</_question>
+		<_question type = "MultipleOptions">John's father's sister's sister-in-law is also? Do not assume that John 
+has any relative that has not been mentioned.</_question>
 		<_answer correct ="yes">his mother</_answer>
 		<_answer>has no relation</_answer>
 		<_answer>cousin</_answer>
diff --git a/src/Games/Logic/PuzzlePredicateLogic.cs b/src/Games/Logic/PuzzlePredicateLogic.cs
index 9c874ad..a17b145 100644
--- a/src/Games/Logic/PuzzlePredicateLogic.cs
+++ b/src/Games/Logic/PuzzlePredicateLogic.cs
@@ -79,7 +79,7 @@ namespace gbrainy.Games.Logic
 				Catalog.GetString ("None of the other options"),
 				3),
 
-			new Predicate (String.Format (Catalog.GetString ("If you whistle if you are happy and you only smile when you whistle. Which of the following sentences is correct? Answer {0}, {1}, {2} or {3}."),
+			new Predicate (String.Format (Catalog.GetString ("If you whistle if you are happy and you always smile when you whistle, which of the following sentences is correct? Answer {0}, {1}, {2} or {3}."),
 				GetPossibleAnswer (0), GetPossibleAnswer (1), GetPossibleAnswer (2), GetPossibleAnswer (3)),
 				Catalog.GetString ("You smile if you are happy"),
 				Catalog.GetString ("You are only happy if you whistle"),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]