Hi,
My app needs the following;
- List of questions
- Each question will need a radio button with answer options
I’ve setup the database as follows;
- User (user will have module set to specify which list of questions to show)
- module
- Questions (multiple questions will have the same module)
- title
- module
- Options (the different answer options for each question will be added to Options)
- answer
- question
The design is as follows;
- Repeating Group Questions
- Question text
- Question options
What should the source for #3 above be?
Where and how do I save the answers selected for each question. (tried custom state, unable to get it set for radio button. There’s no workflow option for radiobutton)
Any suggestions??
Much thanks,
Ruchika