[gbrainy] Fixes Launchpad bug #785721
- From: Jordi Mas <jmas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gbrainy] Fixes Launchpad bug #785721
- Date: Tue, 24 May 2011 18:56:01 +0000 (UTC)
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 < r" x = "0.05" y = "0.02" size = "large"/>
+ <string _text = "[option_prefix] s > 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 < y is true.</_rationale>
- <answer>q < r</answer>
+ <_rationale>If the variable s is bigger than p then the condition x < y is always true.</_rationale>
+ <answer>s > 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 > s" x = "0.05" y = "0.02" size = "large"/>
+ <string _text = "[option_prefix] r < 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 > y is true.</_rationale>
- <answer>p > s</answer>
+ <_rationale>If the variable r is smaller than q then the condition x > y is always true.</_rationale>
+ <answer>r < q</answer>
</variant>
</game>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]