meerkat-java/voting-booth-gui/src/main/resources/configuration/VotingBoothConfiguration.json

52 lines
1.4 KiB
JSON

{
"questions": [
{
"randomize": true,
"question": {
"type": 0,
"questionValue": "Select candidate name."
},
"answers": {
"type": 0,
"answersValue": [
{
"answer": "George Boosh",
"description": "The dude with the crazy stare"
},
{
"answer": "Antonio Banderass",
"description": "the Espanic actor"
},
{
"answer": "Michael Jakson",
"description": "the first black white singer"
}
]
}
},
{
"randomize": true,
"question": {
"type": 0,
"questionValue": "Select candidate picture."
},
"answers": {
"type": 2,
"answersValue": [
{
"answer": "/F:/vova/meerkat/meerkat-java/voting-booth-gui/src/main/resources/images/GeorgeBush.png",
"description": "George Boosh image."
},
{
"answer": "/F:/vova/meerkat/meerkat-java/voting-booth-gui/src/main/resources/images/MichaelJackson.png",
"description": "Michael Jakson image."
},
{
"answer": "/F:/vova/meerkat/meerkat-java/voting-booth-gui/src/main/resources/images/AntonioBanderass.png",
"description": "Antonio Banderass image."
}
]
}
}
]
}