Time to the Minute

Tap to count

Each number is 5 minutes. Tap them all to see!

{{ n }} {{ n * 5 }}
Slide to minute

Set the minute hand to {{ s2.target }} minutes.

{{ n }}
0 {{ s2.current }} min 59
Build the minutes

How many minutes past the hour?

{{ n }}
{{ s3.current.toString().padStart(2, '0') }}

Tap blocks to add minutes!

Drag to match

Read the clock and drag the correct time.

{{ n }}
{{ s4.slotH }}
:
{{ s4.slotM.toString().padStart(2, '0') }}
{{ 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!