Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace textboxes with dropdowns on question editor #94

Closed
josemvidal opened this issue Mar 9, 2019 · 3 comments
Closed

Replace textboxes with dropdowns on question editor #94

josemvidal opened this issue Mar 9, 2019 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@josemvidal
Copy link
Member

If you can use an UI element that prevents the user from entering garbage, do so. That is what drop-downs are for. They prevent the user from entering impossible values, like 4, in your case.

Monosnap 2019-03-09 15-09-34

@josemvidal josemvidal added the bug Something isn't working label Mar 9, 2019
@josemvidal josemvidal added this to the Beta Release milestone Mar 9, 2019
@macsc97 macsc97 self-assigned this Mar 22, 2019
@macsc97
Copy link
Contributor

macsc97 commented Apr 3, 2019

changed difficulty to dropdown, correct answer field should remain a textfield because that is where you type the correct answer, no selection is done

@macsc97 macsc97 closed this as completed Apr 3, 2019
@josemvidal
Copy link
Member Author

josemvidal commented Apr 12, 2019

Nope. This is a bad way of doing it because you are asking the user to correclty and perfectly, wihtout any tpo, type the same thing twise, when he could have instead just chosen a number from a dropdown.

As you can see, we all make tons of typing mistake. Do not make the user's life more miserable than it needs to be.

Re-opening.

@josemvidal josemvidal reopened this Apr 12, 2019
@josemvidal josemvidal changed the title Replaces textboxes with dropdowns on question editor Replace textboxes with dropdowns on question editor Apr 12, 2019
@josemvidal
Copy link
Member Author

Ok, I see now. The answers' order is randomized at runtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants