fixed typos and query:licenses

This commit is contained in:
Andrews Leruth 2022-07-19 12:26:41 +02:00
parent 37f42f845a
commit fe96875f72
2 changed files with 15 additions and 3 deletions

View file

@ -12,7 +12,7 @@
{
"id": "door-width",
"render": {
"en": "This elevator's doors have a width of {canonical(door-width) }"
"en": "This elevator's doors have a width of {canonical(door:width) }"
},
"question": {
"en": "What is the width of this elevator's entrance?"
@ -25,7 +25,7 @@
{
"id": "elevator-width",
"render": {
"en": "This elevator has a width of {canonical(door-width) }"
"en": "This elevator has a width of {canonical(elevator:width) }"
},
"question": {
"en": "What is the width of this elevator?"
@ -38,7 +38,7 @@
{
"id": "elevator-depth",
"render": {
"en": "This elevator has a depth of {canonical(door-width) }"
"en": "This elevator has a depth of {canonical(elevator:depth) }"
},
"question": {
"en": "What is the depth of this elevator?"

View file

@ -0,0 +1,12 @@
[
{
"path": "elevator_wheelchair.svg",
"license": "CC-BY-SA",
"authors": [
"https://www.ctsteward.com/"
],
"sources": [
"https://www.ctsteward.com/"
]
}
]