diff --git a/assets/layers/wayside_shrine/wayside_shrine.json b/assets/layers/wayside_shrine/wayside_shrine.json
index 4bbbcc29f..91562eece 100644
--- a/assets/layers/wayside_shrine/wayside_shrine.json
+++ b/assets/layers/wayside_shrine/wayside_shrine.json
@@ -104,6 +104,32 @@
}
]
},
+ {
+ "id": "inscription",
+ "question": {
+ "en": "What is the inscription in this wayside shrine?"
+ },
+ "render": {
+ "en": "The inscription on this shrine is {inscription}"
+ },
+ "freeform": {
+ "key": "inscription"
+ },
+ "mappings": [
+ {
+ "if": "not:inscription=yes",
+ "then": {
+ "en": "This wayside shrine does not have an inscription"
+ }
+ },
+ {
+ "if": "inscription=Ave Maria",
+ "then": {
+ "en": "The inscription on this shrine is Ave Maria"
+ }
+ }
+ ]
+ },
{
"question": {
"en": "To which religion is this shrine dedicated?"