Time to the Minute
Tap to count
Each number is 5 minutes. Tap them all to see!
Slide to minute
Set the minute hand to {{ s2.target }} minutes.
0
{{ s2.current }} min
59
Build the minutes
How many minutes past the hour?
{{ s3.current.toString().padStart(2, '0') }}
Tap blocks to add minutes!
Drag to match
Read the clock and drag the correct time.
{{ s4.slotH }}
:
{{ s4.slotM.toString().padStart(2, '0') }}
s4_startDrag(e, block)">
{{ block.type === 'minute' ? block.value.toString().padStart(2, '0') : block.value }}
Time Master!
You've learned how to read the exact minute on a clock. Every small mark is 1 minute!