gbrainy r309 - trunk/src
- From: jmas svn gnome org
- To: svn-commits-list gnome org
- Subject: gbrainy r309 - trunk/src
- Date: Mon, 28 Apr 2008 20:03:54 +0100 (BST)
Author: jmas
Date: Mon Apr 28 19:03:53 2008
New Revision: 309
URL: http://svn.gnome.org/viewvc/gbrainy?rev=309&view=rev
Log:
2008-04-28 Jordi Mas <jmas softcatala org>
* MemoryCountDots.cs:Standardize questions
* PuzzlePencil.cs:Standardize questions
* PuzzleClocks.cs: Standardize questions
* PuzzleMostInCommon.cs:Standardize questions
* MemoryIndications.cs: Standardize questions
* MemoryColouredFigures.cs: Standardize questions
* PuzzleBuildTriangle.cs: Standardize questions
* PuzzleQuadrilaterals.cs: Standardize questions
* PuzzleMissingPiece.cs: Standardize questions
* CalculationWhichNumber.cs: Standardize questions
* MemoryFigures.cs: Standardize questions
Modified:
trunk/src/CalculationWhichNumber.cs
trunk/src/ChangeLog
trunk/src/MemoryColouredFigures.cs
trunk/src/MemoryCountDots.cs
trunk/src/MemoryFigures.cs
trunk/src/MemoryIndications.cs
trunk/src/PuzzleBuildTriangle.cs
trunk/src/PuzzleClocks.cs
trunk/src/PuzzleMissingPiece.cs
trunk/src/PuzzleMostInCommon.cs
trunk/src/PuzzlePencil.cs
trunk/src/PuzzleQuadrilaterals.cs
Modified: trunk/src/CalculationWhichNumber.cs
==============================================================================
--- trunk/src/CalculationWhichNumber.cs (original)
+++ trunk/src/CalculationWhichNumber.cs Mon Apr 28 19:03:53 2008
@@ -39,7 +39,7 @@
}
public override string Question {
- get {return String.Format (Catalog.GetString ("Which of the following numbers is closer to {0:###.###} (option A, B, C or D)?"), question_num);}
+ get {return String.Format (Catalog.GetString ("Which of the following numbers is closer to {0:###.###} (A, B, C or D)?"), question_num);}
}
public override string Answer {
Modified: trunk/src/MemoryColouredFigures.cs
==============================================================================
--- trunk/src/MemoryColouredFigures.cs (original)
+++ trunk/src/MemoryColouredFigures.cs Mon Apr 28 19:03:53 2008
@@ -50,7 +50,7 @@
}
public override string MemoryQuestion {
- get { return Catalog.GetString ("Which of these figures was previously shown?");}
+ get { return Catalog.GetString ("Which of these figures was previously shown (A, B, C or D)?");}
}
public override void Initialize ()
Modified: trunk/src/MemoryCountDots.cs
==============================================================================
--- trunk/src/MemoryCountDots.cs (original)
+++ trunk/src/MemoryCountDots.cs Mon Apr 28 19:03:53 2008
@@ -41,7 +41,7 @@
}
public override string MemoryQuestion {
- get { return String.Format(Catalog.GetString ("How many {0} dots were in the previous image? (answer using numbers)"),
+ get { return String.Format(Catalog.GetString ("How many {0} dots were in the previous image (answer using numbers)?"),
palette.Name(0)); }
}
Modified: trunk/src/MemoryFigures.cs
==============================================================================
--- trunk/src/MemoryFigures.cs (original)
+++ trunk/src/MemoryFigures.cs Mon Apr 28 19:03:53 2008
@@ -54,7 +54,7 @@
public override string MemoryQuestion {
get {
- return Catalog.GetString ("In which cell is the other figure like the one shown below? (type the cell number)" );}
+ return Catalog.GetString ("In which cell is the other figure like the one shown below (answer the cell number)?" );}
}
public override void Initialize ()
Modified: trunk/src/MemoryIndications.cs
==============================================================================
--- trunk/src/MemoryIndications.cs (original)
+++ trunk/src/MemoryIndications.cs Mon Apr 28 19:03:53 2008
@@ -157,7 +157,7 @@
public override string MemoryQuestion {
get {
- return String.Format (Catalog.GetString ("Which of the following graphics represent the indications previously given?"));}
+ return String.Format (Catalog.GetString ("Which of the following graphics represent the indications previously given (A, B, C or D)?"));}
}
public override void Initialize ()
Modified: trunk/src/PuzzleBuildTriangle.cs
==============================================================================
--- trunk/src/PuzzleBuildTriangle.cs (original)
+++ trunk/src/PuzzleBuildTriangle.cs Mon Apr 28 19:03:53 2008
@@ -49,7 +49,7 @@
}
public override string Question {
- get {return Catalog.GetString ("Which three pieces can you use together to build a triangle?");}
+ get {return Catalog.GetString ("Which three pieces can you use together to build a triangle (e.g.: ABE)?");}
}
public override string Tip {
Modified: trunk/src/PuzzleClocks.cs
==============================================================================
--- trunk/src/PuzzleClocks.cs (original)
+++ trunk/src/PuzzleClocks.cs Mon Apr 28 19:03:53 2008
@@ -35,7 +35,7 @@
}
public override string Question {
- get {return Catalog.GetString ("To what number should the large handle of the last clock point?");}
+ get {return Catalog.GetString ("To what number should the large handle of the last clock point (A, B, C or D)?");}
}
public override string Answer {
Modified: trunk/src/PuzzleMissingPiece.cs
==============================================================================
--- trunk/src/PuzzleMissingPiece.cs (original)
+++ trunk/src/PuzzleMissingPiece.cs Mon Apr 28 19:03:53 2008
@@ -33,7 +33,7 @@
}
public override string Question {
- get {return Catalog.GetString ("Which square completes the figure below (A, B, C)?");}
+ get {return Catalog.GetString ("Which square completes the figure below (A, B or C)?");}
}
public override string Tip {
Modified: trunk/src/PuzzleMostInCommon.cs
==============================================================================
--- trunk/src/PuzzleMostInCommon.cs (original)
+++ trunk/src/PuzzleMostInCommon.cs Mon Apr 28 19:03:53 2008
@@ -72,7 +72,7 @@
}
public override string Question {
- get {return Catalog.GetString ("Which of the possible answers have the most in common with the four given figures?");}
+ get {return Catalog.GetString ("Which of the possible answers have the most in common with the four given figures (A, B, C or D)?");}
}
public override string Tip {
Modified: trunk/src/PuzzlePencil.cs
==============================================================================
--- trunk/src/PuzzlePencil.cs (original)
+++ trunk/src/PuzzlePencil.cs Mon Apr 28 19:03:53 2008
@@ -34,7 +34,7 @@
}
public override string Question {
- get {return Catalog.GetString ("Which of the following figures cannot be drawn without crossing any previous lines nor lifting the pencil?");}
+ get {return Catalog.GetString ("Which of the following figures cannot be drawn without crossing any previous lines nor lifting the pencil (A, B, C, D or E)?");}
}
public override void Initialize ()
Modified: trunk/src/PuzzleQuadrilaterals.cs
==============================================================================
--- trunk/src/PuzzleQuadrilaterals.cs (original)
+++ trunk/src/PuzzleQuadrilaterals.cs Mon Apr 28 19:03:53 2008
@@ -42,7 +42,7 @@
}
public override string Question {
- get {return Catalog.GetString ("Which of the following figures does not belong to the group?");}
+ get {return Catalog.GetString ("Which of the following figures does not belong to the group (A, B, C, D, E or F)?");}
}
public override string Answer {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]