[gbrainy] Fixes bugzilla bug #669099



commit bf606455c98f3beb63dbd4d42eeadaaa9486b555
Author: Jordi Mas <jmas softcatala org>
Date:   Sat Feb 18 09:01:14 2012 +0100

    Fixes bugzilla bug #669099

 data/games.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/games.xml b/data/games.xml
index 1d94cdd..bef2c74 100644
--- a/data/games.xml
+++ b/data/games.xml
@@ -128,7 +128,7 @@
 			</variables>
 			<question>In a tennis tournament, in every match a player is eliminated after losing to a single opponent. How many matches does it take to determine the winner of a tennis tournament that starts with [players] player?</question>
 			<question plural ="[players]">In a tennis tournament, in every match a player is eliminated after losing to a single opponent. How many matches does it take to determine the winner of a tennis tournament that starts with [players] players?</question>
-			<_rationale>In every match you eliminate one player, you need the total number of games minus 1 to find out the winner.</_rationale>
+			<_rationale>In every match you eliminate one player. Therefore, the result is the total number of player minus one.</_rationale>
 			<answer>[rslt]</answer>
 		</variant>
 	</game>



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