[gbrainy] Fixes to verbal analogies + add Teun Spaans to credits
- From: Jordi Mas <jmas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gbrainy] Fixes to verbal analogies + add Teun Spaans to credits
- Date: Sun, 10 Oct 2010 06:59:47 +0000 (UTC)
commit 37dccfeb24156d3111938dc036dde6c7e6709f49
Author: Jordi Mas <jmas softcatala org>
Date: Sun Oct 10 09:01:31 2010 +0200
Fixes to verbal analogies + add Teun Spaans to credits
data/verbal_analogies.xml | 11 ++++++-----
src/Clients/Classical/Dialogs/AboutDialog.cs | 3 ++-
src/Games/Logic/PuzzlePredicateLogic.cs | 2 +-
3 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/data/verbal_analogies.xml b/data/verbal_analogies.xml
index 84ee80f..49cd56e 100644
--- a/data/verbal_analogies.xml
+++ b/data/verbal_analogies.xml
@@ -127,8 +127,8 @@
<analogy>
<_question type = "MultipleOptions">Which of the following words is the odd one?</_question>
- <_answer>Meter</_answer>
- <_answer>Centimeter</_answer>
+ <_answer>Kilometer</_answer>
+ <_answer>Hectogram</_answer>
<_answer>Liter</_answer>
<_answer correct = "yes">Gallon</_answer>
<_rationale>It is the only unit that does not belong to the metric system.</_rationale>
@@ -271,6 +271,7 @@
</analogy>
<analogy>
+ <!-- Translators: letter refers to letter (in paper form) -->
<_question type = "PairOfWordsOptions">turtle / shell | letter</_question>
<_answer correct ="yes">Envelop</_answer>
<_answer>Ink</_answer>
@@ -330,7 +331,7 @@
<analogy>
<_question type = "PairOfWordsCompare">ring / finger | bracelet</_question>
- <_answer correct ="yes">wrist</_answer>
+ <_answer correct ="yes">wrist | arm</_answer>
</analogy>
<analogy>
@@ -392,7 +393,7 @@
<analogy>
<_question type = "PairOfWordsCompare">puzzle / solve | game</_question>
- <_answer correct ="yes">win</_answer>
+ <_answer correct ="yes">win | play</_answer>
</analogy>
<analogy>
@@ -480,7 +481,7 @@
<analogy>
<_question type = "PairOfWordsCompare">letter / word | page</_question>
- <_answer correct ="yes">book</_answer>
+ <_answer correct ="yes">book | magazine | document</_answer>
</analogy>
<analogy>
diff --git a/src/Clients/Classical/Dialogs/AboutDialog.cs b/src/Clients/Classical/Dialogs/AboutDialog.cs
index 78e5ec7..9096bb9 100644
--- a/src/Clients/Classical/Dialogs/AboutDialog.cs
+++ b/src/Clients/Classical/Dialogs/AboutDialog.cs
@@ -39,7 +39,8 @@ namespace gbrainy.Clients.Classical
" Jordi Mas i Hernandez",
" Lewis Carroll",
(" " + Catalog.GetString ("MENSA works")),
- " mathforum.org"
+ " mathforum.org",
+ " Teun Spaans"
};
string [] artists = new string [] {
diff --git a/src/Games/Logic/PuzzlePredicateLogic.cs b/src/Games/Logic/PuzzlePredicateLogic.cs
index aedfa54..19a5b31 100644
--- a/src/Games/Logic/PuzzlePredicateLogic.cs
+++ b/src/Games/Logic/PuzzlePredicateLogic.cs
@@ -115,7 +115,7 @@ namespace gbrainy.Games.Logic
Catalog.GetString ("Some pictures are not really good"),
Catalog.GetString ("All bad pictures are first attempts"),
Catalog.GetString ("All the others"),
- 1)
+ 1),
new Predicate (String.Format (Catalog.GetString ("If you have been out for a walk and you are feeling better, which of the following conclusions is correct? Answer {0}, {1}, {2} or {3}."),
GetPossibleAnswer (0), GetPossibleAnswer (1), GetPossibleAnswer (2), GetPossibleAnswer (3)),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]