Open arth17singh opened 1 year ago
like if the user re-visits the question the response is cleared
there should be a clearSelectedOption()
and setSelectedOption()
method which is in the code so that it can be called by the flutter function to change the options with more flexibility
Question: Are you using the latest version of flutter_tex package? Answer:Yes
Question: If you are looking for a feature, have you watched the Demo Video and gone through the examples folder? Answer:Yes In TeXViewGroup how can I deselect the question, there is an option to deselect the option in
TeXViewGroup.multipleSelection
but in single mode how can the user deselect the selected option. Further if the user revisits the attempted question, the marked option is deselected again. Is there a function present which enables us to initialise and select the option when loading a previously attempted questions and apply theselectedItemStyle
on that particular option.I have tried setting `selectedOptionId = "" ; but it doesn't refresh the style accordingly. If the user revisits a question, we can store the responses in the list and when a previously attempted question is opened there should be an option to take the selected items from the list. How can we achieve this functionality?