{{ stepTitles[state.step - 1] || 'Great Job!' }}

Tap the larger amount!

{{ formatDecimal(state.s1.v1) }}
{{ state.s1.v1 > state.s1.v2 ? '>' : '<' }} ?
{{ formatDecimal(state.s1.v2) }}

Compare from left to right!

{{ state.s2.w }}
.
{{ state.s2.t1 }}
Different!
{{ state.s2.h1 }}
Different!
{{ state.s2.correctSymbol }}
{{ state.s2.w }}
.
{{ state.s2.t2 }}
{{ state.s2.h2 }}

Slide to make them equal!

0.{{ state.s3.target }}
=
{{ formatHundredths(state.s3.val) }}
0.00 0.50 1.00

Drag from Least to Greatest!

{{ formatDecimal(item.val) }}
{{ formatDecimal(slot.val) }}
{{ ['Least', 'Middle', 'Greatest'][i] }}
Not quite right! Try again.
🏆

Decimal Master!

You've successfully learned how to compare and order decimals by looking at their place values!

{{ formatDecimal(state.s4.dragging.val) }}