I have an issue in quiz Questions . I want Multiple Quiz Question come to screen and with radio buttons to get selected and saved in database.
Hey @Prashant Bais ,
Probably what you need is to have a list of questions + answers, instead of having a dropdown widget. You can achieve this by using the List widget, with expressions for the questions, and the answers for each question.
Cheers