StanfordHCI / bang

💥 Helping people meet for the first time, more than once 💥
MIT License
2 stars 1 forks source link

Format of survey's question type "select": more keyboard friendly instead of dropdown menu #357

Closed michellexing closed 5 years ago

michellexing commented 5 years ago

CURRENT: the survey's "select" type of question has a dropdown menu for all its options. Image of survey questions attached below.

BASE-LEVEL FUNCTIONALITY: Implement so that the user can tab into each question and then be able to use arrow keys to traverse the different radio buttons containing the answers.

FURTHER STEPS: look into a typeform style where users have the additional option to press a key such as '4' to select an option for a question such as "On a scale of 1-5, how would you rate the quality of your own ad slogan?": https://www.typeform.com/templates/t/employee-engagement/.

Screen Shot 2019-07-08 at 11 29 26
michellexing commented 5 years ago

Radiobuttons and formatting done. Still need to implement keyboard shortcuts: be able to tab into each question and use arrow keys to traverse options.