Hi, experts! I want to create a table with three columns
QuestionID
Question Description
Answer
and then show to user list of questions and possibility to choose desicision
The problem is - how can add to column 'Answer' RadioButtonGroupByIndex to reflect (or set up) answer?
For example
'Are your weak?' : Yes,No,Maybe // Group here
'Are you happy' : Yes,No,Maybe // another group
in DB answer is just int value, that represents (if answer exists) index of Group
Or maybe exists another way (except table) to make this?
Add comment