Skip to content

Commit

Permalink
Add images for elevator dimensions (#282)
Browse files Browse the repository at this point in the history
* Add images for elevator dimensions
* Exchange image for elevator height
* Remove obsolete image from definition.json
  • Loading branch information
7h30n3 authored Aug 2, 2024
1 parent 623c4ee commit f691e3b
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions assets/question_catalog/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -2439,7 +2439,7 @@
"name": "@elevatorLengthName",
"text": "@elevatorLengthText",
"image": [
"assets/question_catalog/images/2093b.jpg"
"assets/question_catalog/images/elevator_length.png"
],
"description": "@elevatorLengthDescription"
},
Expand Down Expand Up @@ -2519,7 +2519,7 @@
"name": "@elevatorWidthName",
"text": "@elevatorWidthText",
"image": [
"assets/question_catalog/images/lift.jpg"
"assets/question_catalog/images/elevator_width.png"
],
"description": "@elevatorWidthDescription"
},
Expand Down Expand Up @@ -2558,7 +2558,10 @@
{
"question": {
"name": "@elevatorHeightName",
"text": "@elevatorHeightText"
"text": "@elevatorHeightText",
"image": [
"assets/question_catalog/images/elevator_height.png"
]
},
"answer": {
"type": "Number",
Expand Down Expand Up @@ -2629,6 +2632,9 @@
"question": {
"name": "@elevatorDoorWidthName",
"text": "@elevatorDoorWidthText",
"image": [
"assets/question_catalog/images/elevator_door_width.png"
],
"description": "@elevatorDoorWidthDescription"
},
"answer": {
Expand Down Expand Up @@ -2686,6 +2692,9 @@
"question":{
"name": "@elevatorDoorHeightName",
"text": "@elevatorDoorHeightText",
"image": [
"assets/question_catalog/images/elevator_door_height.png"
],
"description": "@elevatorDoorHeightDescription"
},
"answer": {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/question_catalog/images/lift.jpg
Binary file not shown.

0 comments on commit f691e3b

Please sign in to comment.