[gbrainy/new-games] Direction



commit 5b7aea5955cab1c00b952473868668e23c8a780a
Author: Jordi Mas <jmas softcatala org>
Date:   Sun Mar 11 19:16:47 2018 +0100

    Direction

 data/games.xml |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)
---
diff --git a/data/games.xml b/data/games.xml
index 5b74959..e7eb96a 100644
--- a/data/games.xml
+++ b/data/games.xml
@@ -778,4 +778,31 @@
                <answer>[answer_a]</answer>
        </game>
 
+       <game>
+               <_name>Direction</_name>
+               <type>Logic</type>
+               <difficulty>All</difficulty>
+               <answer_checkattributes>MultiOption | IgnoreSpaces</answer_checkattributes>
+               <_question>I go south on an evening when the sun shines. To which side of me will my shadow 
fall? [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] To my left"  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] To my right" 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] Behind me" 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] In front of me" x = "0.05" y = "0.02" size = 
"large"/>
+                       </option>
+        <_rationale>If I go south then east is to my left and in the evening the shadow falls 
east.</_rationale>
+               <answer>To my left</answer>
+       </game>
+
 </games>


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