[gbrainy] Fixes Launchpad bug #785721



commit b3c528133e0100ab79041d7eed6acd3828bbdaf3
Author: Jordi Mas <jmas softcatala org>
Date:   Tue May 24 20:55:26 2011 +0200

    Fixes Launchpad bug #785721

 data/games.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/data/games.xml b/data/games.xml
index 5333823..0684e88 100644
--- a/data/games.xml
+++ b/data/games.xml
@@ -465,7 +465,7 @@
 			<string _text = "Possible answers are:" x = "0.1" y = "0.15" size = "large"/>
 
 			<option x = "0.3" y = "0.3" width ="0.45" height ="0.1" order ="randomized" correct = "yes">
-				<string _text = "[option_prefix] q &lt; r" x = "0.05" y = "0.02" size = "large"/>
+				<string _text = "[option_prefix] s &gt; p" x = "0.05" y = "0.02" size = "large"/>
 			</option>
 
 			<option x = "0.3" y = "0.4" width ="0.45" height ="0.1" order ="randomized">
@@ -480,8 +480,8 @@
 				<string _text = "[option_prefix] q = s" x = "0.05" y = "0.02" size = "large"/>
 			</option>
 
-			<_rationale>The variable q is bigger than x and y bigger than r. If q is smaller than r then the condition x &lt; y is true.</_rationale>
-			<answer>q &lt; r</answer>
+			<_rationale>If the variable s is bigger than p then the condition x &lt; y is always true.</_rationale>
+			<answer>s &gt; p</answer>
 		</variant>
 
 		<variant>
@@ -490,7 +490,7 @@
 			<string _text = "Possible answers are:" x = "0.1" y = "0.15" size = "large"/>
 
 			<option x = "0.3" y = "0.3" width ="0.45" height ="0.1" order ="randomized" correct = "yes">
-				<string _text = "[option_prefix] p &gt; s" x = "0.05" y = "0.02" size = "large"/>
+				<string _text = "[option_prefix] r &lt; q" x = "0.05" y = "0.02" size = "large"/>
 			</option>
 
 			<option x = "0.3" y = "0.4" width ="0.45" height ="0.1" order ="randomized">
@@ -505,8 +505,8 @@
 				<string _text = "[option_prefix] q = s" x = "0.05" y = "0.02" size = "large"/>
 			</option>
 
-			<_rationale>The variable p is smaller than x and s is bigger than y. If p is bigger than s then the condition x &gt; y is true.</_rationale>
-			<answer>p &gt; s</answer>
+			<_rationale>If the variable r is smaller than q then the condition x &gt; y is always true.</_rationale>
+			<answer>r &lt; q</answer>
 		</variant>
 	</game>
 



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