Skip to content

Commit

Permalink
Change the constructor to produce a m value
Browse files Browse the repository at this point in the history
  • Loading branch information
wielandb committed Jul 16, 2024
1 parent 41880f9 commit 3b3b6d6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion assets/question_catalog/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -1819,7 +1819,13 @@
"unit": "@unitCentimeter"
},
"constructor": {
"opening": ["$input"]
"width": [
"REPLACE", "/\\.?0{1,2}$/", "", [
"INSERT", ".", "-2", [
"PAD", "0", "3", "$input"
]
]
]
}
},
"conditions": [
Expand Down

0 comments on commit 3b3b6d6

Please sign in to comment.