[gbrainy] A family relations analogy is really a logic puzzle



commit 12791776af6ff12978131973fda04bf764c2f041
Author: Jordi Mas <jmas softcatala org>
Date:   Sun May 15 17:31:06 2011 +0200

    A family relations analogy is really a logic puzzle

 data/games.xml            |   24 ++++++++++++++++++++++++
 data/verbal_analogies.xml |    8 --------
 2 files changed, 24 insertions(+), 8 deletions(-)
---
diff --git a/data/games.xml b/data/games.xml
index 8d31e2e..5333823 100644
--- a/data/games.xml
+++ b/data/games.xml
@@ -682,6 +682,30 @@
 			<_answer>His mother</_answer>
 			<_rationale>The sister's sister-in-law is John's father's wife, that is, John's mother.</_rationale>
 		</variant>
+
+		<variant>
+			<_question>John's mother's brother's brother-in-law is also? Do not assume that John has any relative that has not been mentioned. [option_answers]</_question>
+
+			<string _text = "Possible answers are:" x = "0.1" y = "0.15" size = "large"/>
+
+			<option x = "0.25" y = "0.3" width ="0.6" height ="0.1" order ="randomized" correct = "yes">
+				<string _text = "[option_prefix] His father" x = "0.05" y = "0.02" size = "large"/>
+			</option>
+
+			<option x = "0.25" y = "0.4" width ="0.6" height ="0.1" order ="randomized">
+				<string _text = "[option_prefix] Has no relation" x = "0.05" y = "0.02" size = "large"/>
+			</option>
+
+			<option x = "0.25" y = "0.5" width ="0.6" height ="0.1" order ="randomized">
+				<string _text = "[option_prefix] Cousin" x = "0.05" y = "0.02" size = "large"/>
+			</option>
+
+			<option x = "0.25" y = "0.6" width ="0.6" height ="0.1" order ="randomized">
+				<string _text = "[option_prefix] Son-in-law" x = "0.05" y = "0.02" size = "large"/>
+			</option>
+			<_answer>His father</_answer>
+		</variant>
+
 	</game>
 
 	<game>
diff --git a/data/verbal_analogies.xml b/data/verbal_analogies.xml
index 1bcf7e5..cba751b 100644
--- a/data/verbal_analogies.xml
+++ b/data/verbal_analogies.xml
@@ -188,14 +188,6 @@
 	</analogy>
 
 	<analogy>
-		<_question type = "MultipleOptions">John's mother's brother's brother-in-law is also? Do not assume that John has any relative that has not been mentioned.</_question>
-		<_answer correct ="yes">His father</_answer>
-		<_answer>Has no relation</_answer>
-		<_answer>Cousin</_answer>
-		<_answer>Son-in-law</_answer>
-	</analogy>
-
-	<analogy>
 		<_question type = "MultipleOptions">Which of the following words does not belong to the group?</_question>
 		<_answer correct ="yes">Lentils</_answer>
 		<_answer>Wheat</_answer>



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