[gbrainy] Greater divisors options



commit 911d6fc157803df4382ee8167882bc0f1f8884ea
Author: Jordi Mas <jmas softcatala org>
Date:   Wed Jan 12 21:52:33 2011 +0100

    Greater divisors options

 .../Calculation/CalculationGreatestDivisor.cs      |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/src/Games/Calculation/CalculationGreatestDivisor.cs b/src/Games/Calculation/CalculationGreatestDivisor.cs
index 720dfa9..ac33d60 100644
--- a/src/Games/Calculation/CalculationGreatestDivisor.cs
+++ b/src/Games/Calculation/CalculationGreatestDivisor.cs
@@ -42,7 +42,10 @@ namespace gbrainy.Games.Calculation
 		}
 
 		public override string Question {
-			get {return Catalog.GetString ("Which of the possible divisors is the greatest that divides all numbers?");}
+			get { return String.Format (Catalog.GetString (
+				"Which of the possible divisors is the greatest that divides all numbers? Answer {0}, {1}, {2} or {3}."),
+				GetPossibleAnswer (0), GetPossibleAnswer (1), GetPossibleAnswer (2), GetPossibleAnswer (3));
+			}
 		}
 
 		protected override void Initialize ()



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