1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "mjc" : {"type" : "Image"},
- "none" : { "type" : "None"},
- "intro_fin" : { "type" : "Audio"},
- "mpg" : { "type" : "Image" } ,
- "question" : {"type" : "Image"},
- "creche": {"type" : "Image"},
- "bib" : {"type" : "Image"},
- "ludo" : {"type" : "Image"},
- "jardin" : {"type" : "Image"},
- "accueil" : {"type" : "Image"},
- "prospect" : {"type" : "Image"},
- "error" : {"type" : "Image"},
- "livre" : {"type" : "Image"},
- "oeil" : { "type": "Image" },
- "parking" : { "type" : "Image" },
- "e0" : {
- "comment" : "Appel inconnu",
- "title" : "Appel inconnu",
- "type" : "Audio",
- "display" : true
- },
- "e1" : {
- "comment" : "",
- "title" : "Appel inconnu : vélo",
- "type" : "Audio",
- "display" : true
- },
- "e2" : {
- "comment" : "Appel inconnu",
- "title" : "Appel inconnu : médiathèque",
- "type" : "Audio",
- "display" : true
- },
- "e2q" : {
- "comment" : "Appel inconnu",
- "title" : "Appel inconnu : questionnaire de la mort",
- "type" : "Audio",
- "display" : true
- },
- "e3" : {
- "comment" : "Appel inconnu",
- "title" : "Appel inconnu : Centre de loisirs",
- "type" : "Audio",
- "display" : true
- },
- "e4" : {
- "comment" : "Appel inconnu",
- "title" : "Appel inconnu : Ludothèque",
- "type" : "Audio",
- "display" : true
- },
- "e5" : {
- "comment" : "Appel inconnu",
- "title" : "Appel inconnu : Jardin divers",
- "type" : "Audio",
- "display" : true
- },
- "e6" : {
- "comment" : "Appel inconnu",
- "title" : "Appel inconnu : Aquarium",
- "type" : "Audio",
- "display" : true
- },
- "e7" : {
- "comment" : "Appel inconnu",
- "title" : "Appel inconnu : Big brother",
- "type" : "Audio",
- "display" : true
- },
- "fin" : {
- "comment" : "Nous avons réussi !",
- "title" : "Félicitations !",
- "type" : "Audio",
- "display" : true
- }
- }
|