[gbrainy/new-games] Two men



commit beb789970bcc208cf11751a737aa16a475e880c8
Author: Jordi Mas <jmas softcatala org>
Date:   Sun Mar 11 20:18:45 2018 +0100

    Two men

 data/games.xml |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)
---
diff --git a/data/games.xml b/data/games.xml
index e7eb96a..f89166e 100644
--- a/data/games.xml
+++ b/data/games.xml
@@ -805,4 +805,32 @@
                <answer>To my left</answer>
        </game>
 
+       <game>
+               <_name>Two men</_name>
+               <type>Logic</type>
+               <difficulty>All</difficulty>
+               <answer_checkattributes>MultiOption | IgnoreSpaces</answer_checkattributes>
+                       <!-- Translators: Adapt 'feet' to the right unit of length for your locale. -->
+               <_question>Two men starting at the same point walk in opposite directions for 4 feet. Both 
turn left and walk another 3 feet. What is the distance between them? [option_answers]</_question>
+               <string _text = "Choose one of the following:" x = "0.1" y = "0.15" size = "large"/>
+
+                       <option x = "0.3" y = "0.3" width ="0.45" height ="0.1" order ="randomized" correct = 
"yes">
+                               <string text = "[option_prefix] 10"  x = "0.05"  y = "0.02" size = "large"/>
+                       </option>
+
+                       <option x = "0.3" y = "0.4" width ="0.45" height ="0.1" order ="randomized">
+                               <string text = "[option_prefix] 5" x = "0.05" y = "0.02" size = "large"/>
+                       </option>
+
+                       <option x = "0.3" y = "0.5" width ="0.45" height ="0.1" order ="randomized">
+                               <string text = "[option_prefix] 15" x = "0.05" y = "0.02" size = "large"/>
+                       </option>
+
+                       <option x = "0.3" y = "0.6" width ="0.45" height ="0.1" order ="randomized">
+                               <string text = "[option_prefix] 3" x = "0.05" y = "0.02" size = "large"/>
+                       </option>
+        <_rationale>Using the Pythagorean theorem, the solution is 2 by the square root of (4^2 + 3^2). 
</_rationale>
+               <answer>10</answer>
+       </game>
+
 </games>


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