[gbrainy] Fixes #646627



commit ed87af0408a5c8b31b6a1c149d3f828390d0d893
Author: Jordi Mas <jmas softcatala org>
Date:   Tue Apr 5 20:29:19 2011 +0200

    Fixes #646627

 data/games.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/games.xml b/data/games.xml
index d86e4e8..591e28f 100644
--- a/data/games.xml
+++ b/data/games.xml
@@ -481,7 +481,7 @@
 				<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 bigger than r then the condition x &lt; y is true.</_rationale>
+			<_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>
 		</variant>
 
@@ -491,7 +491,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 &gt; s" x = "0.05" y = "0.02" size = "large"/>
+				<string _text = "[option_prefix] p &gt; s" x = "0.05" y = "0.02" size = "large"/>
 			</option>
 
 			<option x = "0.3" y = "0.4" width ="0.45" height ="0.1" order ="randomized">
@@ -506,8 +506,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 s is bigger than y, if q is bigger than s then the condition x &gt; y is true.</_rationale>
-			<answer>q &gt; s</answer>
+			<_rationale>The variable p is smaller than x and s is bigger than y. If q is bigger than s then the condition x &gt; y is true.</_rationale>
+			<answer>p &gt; s</answer>
 		</variant>
 	</game>
 



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