add human-read. ids

This commit is contained in:
Bastian Greshake Tzovaras 2025-03-12 16:01:05 -03:00
parent 0b99e805a8
commit fdd2ee45c5
Signed by untrusted user: Bastian-Greshake-Tzovaras
GPG key ID: 676D97F53AC10605

View file

@ -58,7 +58,7 @@
"question": { "question": {
"en": "What's the name of this shrine?" "en": "What's the name of this shrine?"
}, },
"id": "2_11do22sihmj9g5d", "id": "shrine_name",
"freeform": { "freeform": {
"key": "name", "key": "name",
"type": "string" "type": "string"
@ -71,7 +71,7 @@
"question": { "question": {
"en": "To which religion is this shrine dedicated?" "en": "To which religion is this shrine dedicated?"
}, },
"id": "2_zuyrrb3zwyccofw", "id": "religion",
"mappings": [ "mappings": [
{ {
"if": "religion=christian", "if": "religion=christian",
@ -153,7 +153,7 @@
"question": { "question": {
"en": "What's the Christian denomination of the shrine?" "en": "What's the Christian denomination of the shrine?"
}, },
"id": "3_5niemknereb0l7e", "id": "denomination_christian",
"condition": "religion=christian", "condition": "religion=christian",
"mappings": [ "mappings": [
{ {
@ -245,7 +245,7 @@
} }
} }
], ],
"id": "5_if1r0cmz2idakdv", "id": "denomination_muslim",
"freeform": { "freeform": {
"key": "denomination" "key": "denomination"
}, },
@ -284,7 +284,7 @@
} }
} }
], ],
"id": "5_if1r0cmz2idakdk", "id": "denomination_jewish",
"freeform": { "freeform": {
"key": "denomination" "key": "denomination"
}, },
@ -300,7 +300,7 @@
"question": { "question": {
"en": "What's the denomination of this shrine?" "en": "What's the denomination of this shrine?"
}, },
"id": "4_mh7sz2ne7r0emvk", "id": "denomination_other",
"render": { "render": {
"en": "The denomination of this shrine is: {denomination}" "en": "The denomination of this shrine is: {denomination}"
}, },