Add fee question

This commit is contained in:
Robin van der Linde 2023-09-02 12:21:33 +02:00
parent d62eb7296e
commit 08acb27a27
Signed by: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D

View file

@ -184,8 +184,40 @@
}
},
"website",
{
"id": "fee",
"question": {
"en": "Does it cost money to press a penny?"
},
"mappings": [
{
"if": "fee=",
"then": {
"en": "It costs money to press a penny."
}
},
{
"if": "fee=yes",
"then": {
"en": "It costs money to press a penny."
}
},
{
"if": "fee=no",
"then": {
"en": "It is free to press a penny."
}
}
]
},
{
"id": "charge",
"condition": {
"or": [
"fee=yes",
"fee="
]
},
"question": {
"en": "How much does it cost to press a penny?",
"de": "Wieviel kostet es eine Münze zu Pressen?",