damoclark / buzzer.click

Buzzer.click is an online synchronous quiz game that implements a fun ‘buzzer’ type system, such that during a contested response to a question, the first person to ‘buzz’ is identified and thus has first opportunity to answer.
8 stars 3 forks source link

Change UI for creating a team session #37

Open damoclark opened 7 years ago

damoclark commented 7 years ago

Here is a suggestion for team creation UI.

Rather than have 2 text boxes, and instructions on how to enter information, break it down into two decisions.

Firstly, they choose whether to specify the number of teams, or the size of the teams. Then depending on that choice, only the appropriate/relevant 'input' box appears. So if 'Number of teams' was chosen, then the box: 'max players per team' would be shown, and not 'Number of Teams'.

Thoughts?

Suggestion for team creation.

pleb commented 7 years ago

We could try a wizard for configuring a session

See http://formvalidation.io/examples/bootstrap-wizard/

damoclark commented 7 years ago

Might be a good technology choice for implementing a wizard type approach to game configuration.

Simplify the logic involved perhaps.

nick2170 commented 7 years ago

We can implement this and ask the user if they would like to go through the wizard or advanced?