Skip to content

Commit

Permalink
Add text display and labels to IQRInfoNode.ts - see phetsims/center-a…
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-blackman committed May 2, 2023
1 parent e9b1e00 commit 45cf2e8
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2621,6 +2621,12 @@
"rangeCalculationResultPattern": {
"value": "Range = {{range}} meters"
},
"iqrDistances": {
"value": "Distances:"
},
"iqrCalculationPattern": {
"value": "IQR = {{q3}} - {{q1}} = {{iqr}} meters"
},
"needAtLeastOneKick": {
"value": "Need at least one kick"
},
Expand Down

0 comments on commit 45cf2e8

Please sign in to comment.