DEV Community

Cover image for ranked update: multiple choice
Ilya Nevolin
Ilya Nevolin

Posted on

ranked update: multiple choice

The ranked mode has been adjusted for a much better user experience. The previous textboxes have been replaced by multiple choice dropdowns.

The reason is that for non-experienced programmers figuring out what some answer or emoji/bug could be, is way too difficult.

Assume the following code:

Math.💚(num)
// 💚 = ?  (Identifier)
Enter fullscreen mode Exit fullscreen mode

You and I may already be thinking that "💚" is likely to be "round", "floor" or "ceil". But someone who has no clue about the Math library is at a dead end. By providing multiple possible choices, they should be able to figure it out, it's a puzzle game after all.

Top comments (1)

Collapse
 
codr profile image
Ilya Nevolin

Update: the selection boxes' style has been updated and should be more mobile friendly now. All regular answers are now also multiple choice, with 6 choices.