BuildmLearn / BuildmLearn-Toolkit-Android

This repository contains the Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
BSD 3-Clause "New" or "Revised" License
57 stars 132 forks source link

Option can't be unselected in Quiz and Comprehension #346

Closed codingblazer closed 7 years ago

codingblazer commented 7 years ago

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

sm86 commented 7 years ago

Can I work on this issue?

codingblazer commented 7 years ago

@sm86 Actually I have already started work on this. I am waiting for @opticod opinion on that and will resume work then. Thanks anyway.

opticod commented 7 years ago

It's really a good feature to have. You can proceed @codingblazer

codingblazer commented 7 years ago

@opticod Which approach you want me to follow. :-)

opticod commented 7 years ago

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.

codingblazer commented 7 years ago

Yeah button would be good!!

opticod commented 7 years ago

Closed via #366