Skip to content

Commit 430fde6

Browse files
committed
docs: clarify rotating end
1 parent b936946 commit 430fde6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stage2/tasks/decision-making-tool/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ The second part of the application (`Decision Picker`) allows you to visualize t
416416
1. (+2) When decision picking is initiated, the wheel must start rotating and stop after a short duration.
417417
2. (+4) The rotation duration must be specified by the `duration` element. That is, it should correspond to its value (in seconds) at the moment of rotation start. _Be loyal when crosschecking. A small inaccuracy is acceptable. There is no need to reduce points for a difference of a couple of seconds._
418418
3. (+4) The rotation should have a non-linear velocity. Use a suitable easing _(e.g. `ease-in-out` or `ease-in-out-back` with a tiny magnitude)_.
419-
4. (+4) The wheel must perform several full turns (minimum 5) and stop at a randomly picked option.
419+
4. (+4) The wheel must perform several full turns (minimum 5) and stop at a randomly picked option (at random point of the option section).
420420
5. (+2) A `finish sound` must be played when `picking state` is changed to `picked state` if `mute state` is toggled `on`.
421421
6. (+2) A `finish sound` must not be played if `mute state` is toggled `off`.
422422
7. (+4) In the `picking state`, `option sections` must not change their order, shape, color. _It means that visually the `option sections` shall rotate as an indivisible whole wheel._

0 commit comments

Comments
 (0)