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.
Human Computer Interaction fixes:
At the moment users need to click on the modal buttons to continue. Need to modify the buttons to submit and bind in js to the .submit event.
Also need to put focus on the first form input on pages/modals
Human Computer Interaction fixes: At the moment users need to click on the modal buttons to continue. Need to modify the buttons to submit and bind in js to the .submit event. Also need to put focus on the first form input on pages/modals