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
iampatiampat 

Questionnaries

Hello,

We have a customer who want to implement reasonably complex questionnaires in salesforce. Currently they use a excel spread sheet. The questionnaires will have text, multiple choice and yes/ no answers. The answers to some questions will mean other questions will or will not be asked. The answers will also be combined to produce a score for the user.

 

Is this the sort of thing salesforce can do and if so please can you point me in the direction of the documentation for developing this sort of solution. I have had a look around the website but couldn't find anything in this area.

 

Thanks,

Patrick

Best Answer chosen by Admin (Salesforce Developers) 
EIE50EIE50

Hi Patrick,

 

What you are talking is a complete custom solution / application. This is possible in salesforce, but it involves 100% customization (development). I would recommend you start learning Visualforce and apex, so that it will be easier to estimate the scope involved.

 

This is my personal opinion though.

 

Thanks.