game_medium - Copie 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "password" : "12345678",
  3. "max_time" : 30,
  4. "stages" : [{
  5. "name" : "Intro",
  6. "challenges" : [],
  7. "event_end" : { "method" : "armBomb" }
  8. },
  9. {"name" : "Intro2", "challenges" : [], "charIndex" : 1},
  10. {"name" : "Intro3", "challenges" : [], "charIndex" : 2},
  11. {"name" : "Intro4", "challenges" : [], "charIndex" : 3},
  12. {"name" : "Intro5", "challenges" : [], "charIndex" : 4},
  13. {"name" : "Intro5", "challenges" : [], "charIndex" : 5},
  14. {"name" : "Intro5", "challenges" : [], "charIndex" : 7},
  15. {
  16. "name" : "MPG",
  17. "charIndex" : 1,
  18. "challenges" :
  19. [
  20. {
  21. "type" : "QCM",
  22. "name" : "a1",
  23. "question" : "De quelle couleur était le cheval blanc d'Henri IV ?",
  24. "answer" : "Blanc",
  25. "choices" : [
  26. "Blanc",
  27. "Rouge",
  28. "Noir",
  29. "Transparent"
  30. ],
  31. "bad_message" : "T'es nul !",
  32. "resource" : "henri",
  33. "indices" : [
  34. {
  35. "text" : "Un indice se cache dans la question...",
  36. "penality" : 3.5
  37. },
  38. {
  39. "text" : "Ça commence par un B",
  40. "penality" : 10
  41. }
  42. ],
  43. "penality": 1
  44. }
  45. ]
  46. },
  47. {
  48. "name" : "Bibliotheuqe_intro",
  49. "challenges" :
  50. [
  51. {
  52. "type" : "QRCodeTreasure",
  53. "name" : "BibQr",
  54. "qr_value" : "1",
  55. "resource" : "tour",
  56. "indices" : [
  57. {
  58. "type" : "text",
  59. "text" : "On ne peut hélas toujours pas rentrer en vélo dans ces structures...",
  60. "penality": 10
  61. },
  62. {
  63. "type" : "text",
  64. "penality": 1,
  65. "text" : "Encore moins dans la bibliothèque !"
  66. }
  67. ]
  68. }
  69. ],
  70. "charIndex" : 0
  71. },
  72. {
  73. "name" : "Accueil",
  74. "challenges" :
  75. [
  76. {
  77. "type" : "Question",
  78. "name" : "accueilQuestion",
  79. "bad_message" : "Non !",
  80. "good_message" : "Bravo !",
  81. "resource" : "ballon",
  82. "question" : "Quel pays a gagné la Coupe du Monde de Football Masculin 2018 ?",
  83. "answer" : "France",
  84. "indices" : [
  85. {
  86. "penality" : 1,
  87. "text": "C'est pas très loin..."
  88. },
  89. {
  90. "penality" : 1,
  91. "text": "Leur drapeau est bleu-blanc-rouge"
  92. },
  93. {
  94. "penality" : 1,
  95. "text": "Ça commence par un F"
  96. }
  97. ],
  98. "penality" : 1
  99. }
  100. ],
  101. "resources" : [],
  102. "charIndex" : 6
  103. } ],
  104. "credits" :
  105. {
  106. "text" : "Par Fran\u00e7ois Gautrais !",
  107. "useHtml" : true
  108. },
  109. "name" : "game_medium"
  110. }