123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- {
- "password" : "12345678",
- "max_time" : 30,
- "stages" : [{
- "name" : "Intro",
- "challenges" : [],
- "event_end" : { "method" : "armBomb" }
- },
- {"name" : "Intro2", "challenges" : [], "charIndex" : 1},
- {"name" : "Intro3", "challenges" : [], "charIndex" : 2},
- {"name" : "Intro4", "challenges" : [], "charIndex" : 3},
- {"name" : "Intro5", "challenges" : [], "charIndex" : 4},
- {"name" : "Intro5", "challenges" : [], "charIndex" : 5},
- {"name" : "Intro5", "challenges" : [], "charIndex" : 7},
- {
- "name" : "MPG",
- "charIndex" : 1,
- "challenges" :
- [
- {
- "type" : "QCM",
- "name" : "a1",
- "question" : "De quelle couleur était le cheval blanc d'Henri IV ?",
- "answer" : "Blanc",
- "choices" : [
- "Blanc",
- "Rouge",
- "Noir",
- "Transparent"
- ],
- "bad_message" : "T'es nul !",
- "resource" : "henri",
- "indices" : [
- {
- "text" : "Un indice se cache dans la question...",
- "penality" : 3.5
- },
- {
- "text" : "Ça commence par un B",
- "penality" : 10
- }
- ],
- "penality": 1
- }
- ]
- },
- {
- "name" : "Bibliotheuqe_intro",
- "challenges" :
- [
- {
- "type" : "QRCodeTreasure",
- "name" : "BibQr",
- "qr_value" : "1",
- "resource" : "tour",
- "indices" : [
- {
- "type" : "text",
- "text" : "On ne peut hélas toujours pas rentrer en vélo dans ces structures...",
- "penality": 10
- },
- {
- "type" : "text",
- "penality": 1,
- "text" : "Encore moins dans la bibliothèque !"
- }
- ]
- }
- ],
- "charIndex" : 0
- },
- {
- "name" : "Accueil",
- "challenges" :
- [
- {
- "type" : "Question",
- "name" : "accueilQuestion",
- "bad_message" : "Non !",
- "good_message" : "Bravo !",
- "resource" : "ballon",
- "question" : "Quel pays a gagné la Coupe du Monde de Football Masculin 2018 ?",
- "answer" : "France",
- "indices" : [
- {
- "penality" : 1,
- "text": "C'est pas très loin..."
- },
- {
- "penality" : 1,
- "text": "Leur drapeau est bleu-blanc-rouge"
- },
- {
- "penality" : 1,
- "text": "Ça commence par un F"
- }
- ],
- "penality" : 1
- }
- ],
- "resources" : [],
- "charIndex" : 6
- } ],
- "credits" :
- {
- "text" : "Par Fran\u00e7ois Gautrais !",
- "useHtml" : true
- },
- "name" : "game_medium"
- }
|