As per our database structure, we currently need following information for each answer item:
QuestionId="12"
AnswerTypeId="1"
AnserId="4"
-> Currently all fields above are used for each answer of question, but in SurveyJs, they store answer text in array for question with single value only. It looks like we can not add all the above infomration into the SurveyJS answer text. We need some way to store this much information in SurveyJS. Is there a way to create the three above within SurveyJS?
- SurveyJs does not provide Rich Text Editor Question and Answer Text. In our current database, many surveys use html content in QuestionText and AnswerText. How can we achieve this?
Thank you for your help!