Browse Source

modifs mineures

François Gautrais 7 years ago
parent
commit
421c39d66b
1 changed files with 31 additions and 14 deletions
  1. 31 14
      app/src/main/assets/game_medium

+ 31 - 14
app/src/main/assets/game_medium

@@ -7,7 +7,6 @@
             "challenges" : [],
             "resources" : ["a"]
         },
-
 		{
 			"name" : "QrCode",
 			"challenges" :
@@ -75,7 +74,8 @@
                                     "radius" : 100.0,
                                     "useAngle" : false
                                 }
-                        }
+                        },
+                        "charIndex" : 0
 					},
                     {
                          "type" : "QCM",
@@ -89,16 +89,31 @@
 						    {
 						        "type" : "text",
 						        "text" : "Un chanteur",
-                                "penality": 3
+                                "penality": 4
 						    },
-						    {
-						        "type" : "text",
-						        "text" : "Un Communiste",
-                                 "penality": 2
-						    }
-						]
+                            {
+                                "type" : "text",
+                                "text" : "Un Communiste",
+                                  "penality": 4
+                            },
+                            {
+                                "type" : "text",
+                                "text" : "Un Communiste",
+                                  "penality": 4
+                            },
+                            {
+                                "type" : "text",
+                                "text" : "Un Communiste",
+                                  "penality": 4
+                            },
+                            {
+                                "type" : "text",
+                                "text" : "Un Communiste",
+                                  "penality": 4
+                            }
+						],
+                        "charIndex" : 1
                     }
-
 				],
 			"resources" : ["b"]
 		},
@@ -125,7 +140,8 @@
                              "text" : "Un vieu !",
                                  "penality": 2
                          }
-                     ]
+                     ],
+                     "charIndex" : 2
                  },
                  {
                        "type" : "Question",
@@ -145,7 +161,8 @@
                                "text" : "6 x 7 = ?",
                                 "penality": 2
                            }
-                       ]
+                       ],
+                        "charIndex" : 3
                  }
 				],
 			"resources" : ["c"]
@@ -153,7 +170,7 @@
 		{
             "name" : "QrCode",
             "challenges" : []
-        },
+        }
 	],
 	"credits" : 
 	{
@@ -162,4 +179,4 @@
 	},
 	"map" : "/home/ptitcois/Documents/Angouleme/DemoRA/ressources/carte.png",
 	"name" : "game_medium"
-}
+}