-
Notifications
You must be signed in to change notification settings - Fork 0
/
questions.json
26 lines (26 loc) · 1.77 KB
/
questions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[
{ "key": "réel", "texte": "le personnage est-il réel?" },
{ "key": "homme", "texte": "le personnage est-il un homme?" },
{ "key": "adulte", "texte": "le personnage est-il adulte?" },
{ "key": "movie", "texte": "le personnage vient-il d'un film?" },
{ "key": "hero", "texte": "Est-il le personnage pricipal?" },
{ "key": "anime", "texte": "le personnage vient-il d'un Anime?" },
{ "key": "cartoon", "texte": "le personnage vient-il d'un cartoon?" },
{ "key": "comics", "texte": "le personnage vient-il d'une bande déssiné (Comics)?" },
{ "key": "serie", "texte": "le personnage vient-il d'une série télévisé?" },
{ "key": "vivant", "texte": "le personnage est-il encore Vivant?" },
{ "key": "proche", "texte": "le personnage est-il proche de vous?" },
{ "key": "gentil", "texte": "le personnage est-il gentil?" },
{ "key": "arabe", "texte": "le personnage est-il Arabe?" },
{ "key": "tounsi", "texte": "le personnage est-il Tunisien?" },
{ "key": "celebre", "texte": "le personnage est-il célebre?" },
{ "key": "youtuber", "texte": "le personnage est-il un Youtuber?" },
{ "key": "funny", "texte": "le personnage est-il humoriste ?" },
{ "key": "gaming", "texte": "le personnage est-il en relation avec les jeux vidéos?" },
{ "key": "politique", "texte": "le personnage est-il en relation avec les politiques?" },
{ "key": "singer", "texte": "le personnage est-il un chanteur?" },
{ "key": "acteur", "texte": "le personnage est-il un acteur?" },
{ "key": "radio", "texte": "le personnage est-il un animateur de radio ou TV?" },
{ "key": "sports", "texte": "le personnage est-il un athlète?" },
{ "key": "football", "texte": "le personnage est-il un Footballeur?" }
]