[gbrainy] Make question more precise



commit 955a83c63c629b26c8987a0b606fd665cafda785
Author: Jordi Mas <jmas softcatala org>
Date:   Sat Jul 24 14:51:39 2010 +0200

    Make question more precise

 data/games.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/games.xml b/data/games.xml
index 8e54449..0ecc3b7 100644
--- a/data/games.xml
+++ b/data/games.xml
@@ -246,7 +246,7 @@
 				int rslt_a = years_start [idx + 1];
 				int rslt_b = years_end [idx + 1];
 			</variables>
-			<_question>[year_start] was a palindromic year as [year_end] was, a gap of 11 years. What are the next two palindromic years after [year_end] with the same gap?</_question>
+			<_question>[year_start] was a palindromic year as [year_end] was, a gap of 11 years. What are the next two consecutive palindromic years after [year_end] with the same gap?</_question>
 			<_tip>A palindromic number is number that remains the same when its digits are reversed (e.g.: 2112).</_tip>
 			<answer>[rslt_a] | [rslt_b]</answer>
 			<_answer_show>[rslt_a] and [rslt_b]</_answer_show>



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