103 lines
2.6 KiB
JSON
103 lines
2.6 KiB
JSON
{
|
|
"surveys": {
|
|
|
|
"welcome": {
|
|
"type": "text",
|
|
"title": "Bienvenue !",
|
|
"description": "Salut ...",
|
|
"abandonable": true
|
|
},
|
|
|
|
"age": {
|
|
"type": "question-integer",
|
|
"title": "Quel est votre âge ?",
|
|
"default": 30,
|
|
"minimum": 13,
|
|
"maximum": 150
|
|
},
|
|
|
|
"usage-steam": {
|
|
"type": "question-single-choice",
|
|
"title": "Utilisez-vous Steam ?",
|
|
"choices": {
|
|
"always": "Tout le temps",
|
|
"often": "Souvent",
|
|
"sometime": "De temps en temps",
|
|
"rarely": "Rarement",
|
|
"never": "Jamais"
|
|
}
|
|
},
|
|
|
|
"usage-concurrent": {
|
|
"type": "question-multiple-choice",
|
|
"title": "Quel autre plateforme de jeu en ligne utilisez-vous ?",
|
|
"choices": {
|
|
"epic": "Epic Games Store",
|
|
"gog": "GOG",
|
|
"origin": "Origin",
|
|
"uplay": "Uplay",
|
|
"battle": "Battle.net"
|
|
},
|
|
"details_choice_enabled": true,
|
|
"details_choice_id": "other",
|
|
"details_choice_text": "Autre"
|
|
},
|
|
|
|
"difficulty-before": {
|
|
"type": "question-single-choice",
|
|
"title": "Avez-vous déjà rencontré des difficultés particulières lors de votre utilisation de Steam ?",
|
|
"choices": {
|
|
"no": "Non"
|
|
},
|
|
"details_choice_enabled": true,
|
|
"details_choice_id": "yes",
|
|
"details_choice_text": "Oui"
|
|
},
|
|
|
|
"mission-explanation": {
|
|
"type": "text",
|
|
"title": "Explication de l'Evaluation",
|
|
"description": "Vous allez devoir naviguer dans steam ..."
|
|
},
|
|
|
|
"mission-language": {
|
|
"type": "mission-web",
|
|
"title": "Changer la langue en français.",
|
|
"url": "https://steampowered.com/",
|
|
"check": "document.getElementsByTagName('html')[0].lang == 'fr'",
|
|
"skip_time": 60
|
|
},
|
|
|
|
"question-experience": {
|
|
"type": "question-text",
|
|
"title": "Qu'avez vous pensé de l'interface de Steam ?"
|
|
},
|
|
|
|
"difficulty-after": {
|
|
"type": "question-single-choice",
|
|
"title": "Avez-vous rencontré des difficultés particulières lors de ce test ?",
|
|
"choices": {
|
|
"no": "Non"
|
|
},
|
|
"details_choice_enabled": true,
|
|
"details_choice_id": "yes",
|
|
"details_choice_text": "Oui"
|
|
},
|
|
|
|
"hardest-mission": {
|
|
"type": "question-single-choice",
|
|
"title": "Parmi les tâches, laquelle avez-vous trouvée la plus difficile ?",
|
|
"choices": {
|
|
"mission-language": "Changer la langue"
|
|
}
|
|
},
|
|
|
|
"comment": {
|
|
"type": "question-text",
|
|
"title": "Vous pouvez laisser un commentaire sur votre ressenti général (optionnel)"
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
|