I am trying to create a list of questions that are displayed based on the category and the number of questions.
I have found a way to create the question list using lapply and modules, but it does not behave as expected.
I cannot select a radio button. When I do, it resets all the buttons and does not record an answer. I cannot figure out what the issue is.
Please help with either a diagnosis or an alternative means of doing this.
The necessary files are located on GitHub.