Closed codingblazer closed 7 years ago
Can I work on this issue?
@sm86 Actually I have already started work on this. I am waiting for @opticod opinion on that and will resume work then. Thanks anyway.
It's really a good feature to have. You can proceed @codingblazer
@opticod Which approach you want me to follow. :-)
Not checkbox. Add one button, nicely matching positioned in the view. On clicking it, deselect all radio buttons. Need to add the fix in simulator and in created APKs. sent the other pr in toolkit-templates repo.
Yeah button would be good!!
Closed via #366
In both quiz and Comprehension, at the end we are showing Correct, Wrong and UNASWERED. But in questions, once user has selected any radio button, user can't unselect it (can't choose question to be unanswered). Fix - When we click on already selected radio button in radio group , it can't be unselected. So either we can show separate button to clear all selected options OR use checkbox OR force user to answer every question (i.e. don't show unanswered at end) OR adopt any of these SO