function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
shephalishephali 

How to Develop Questionnaire

Hello EveryOne!

                  I have a requirement to implement as below:
I need to develop a questionnaire where questions will populate based on the previous given answer and at the end of the QnA score should be calculated.
i.Should i design the database where fields like question, option1,option2,option3,option4, score. ??? 
ii.Vf pages for each questions so that (but it would be a long run process, i think not a good approach)
iii.should i use jQuery (but again it would be better for SPA(single page application) then how to populate the further questions).

I need your suggestion.

Thanks in Advance
 
James LoghryJames Loghry
I'd suggest looking for existing applications on the App Ex.  For instance, survey monkey and workato are a great choice for this.  If you need your own solution, then it sounds like you're on the right track, but it's more of a matter of sitting down, fleshing out all your requirements and going from there.  Good luck!
shephalishephali
Thanks James!!!