Right now, the user can enter values between 1 and 10 to filter by difficulty. However:
- It's unclear what these difficulty values represent exactly - does it use the quizdb system of 1 = middle school, 2 = easy high school, etc.1?
- It's not immediately clear if the user should type something like
1, 2, 3, 5 or something like 1235 instead (the former worked but it's not what first comes to mind for me)
Something that looks like the following checklist would be more intuitive as a dropdown:
- [ x ] 1 = Middle School
- [ ] 2 = Easy High School ...
- [ x ] 10 = Open
Right now, the user can enter values between 1 and 10 to filter by difficulty. However:
1, 2, 3, 5or something like1235instead (the former worked but it's not what first comes to mind for me)Something that looks like the following checklist would be more intuitive as a dropdown:
Footnotes
I'm guessing it doesn't because QuizDB's scale only ranges from 1 to 9 inclusive. ↩