diff --git a/_static/banners/survey.png b/_static/banners/survey.png new file mode 100644 index 000000000..68b4442ed Binary files /dev/null and b/_static/banners/survey.png differ diff --git a/applications.rst b/applications.rst index ca8d66263..3b1feb8e6 100644 --- a/applications.rst +++ b/applications.rst @@ -26,6 +26,7 @@ Applications social_marketing sms_marketing marketing_automation + survey fsm planning email_marketing diff --git a/survey.rst b/survey.rst new file mode 100644 index 000000000..656ac0b89 --- /dev/null +++ b/survey.rst @@ -0,0 +1,10 @@ +:banner: banners/survey.png + +====== +Survey +====== + +.. toctree:: + :titlesonly: + + survey/overview \ No newline at end of file diff --git a/survey/overview.rst b/survey/overview.rst new file mode 100644 index 000000000..6b06efb4d --- /dev/null +++ b/survey/overview.rst @@ -0,0 +1,8 @@ +======== +Overview +======== + +.. toctree:: + :titlesonly: + + overview/create \ No newline at end of file diff --git a/survey/overview/create.rst b/survey/overview/create.rst new file mode 100644 index 000000000..74e64ffdd --- /dev/null +++ b/survey/overview/create.rst @@ -0,0 +1,42 @@ +================ +Create a Survey +================ + +Surveys can be used for a range of purposes that can go from collecting customer feedback, evaluate +the success of an event, measure how pleased customers are with your products/services, gauge +whether employees are happy and satisfied with their work environment, and even to find out what +your market is thinking. + +Get started +=========== + +Choose the type of answer you would like your question to have, and under *Options* find the +feature *Mandatory Answer*. + +.. image:: media/sur1.png + :align: center + :alt: Create surveys with Odoo Survey application + +| Write a *Description* to be displayed on the homepage of the survey, and under *Options*, find + features such as *Time Limit* and *Scoring*. +| *Test* to go through the survey before sharing it, avoiding errors. +| Once done, click on *Start Survey* to be able to *Share* it with your recipients (respondents). + +Getting responses and analysing results +======================================= + +| As your recipients respond to it, the answers can be seen under the status button *Answers*, or + under :menuselection:`Survey --> Participations --> Participations`. +| If checking the answers under *Participations*, more details such as the number of attempts and + skipped answers a respondent took are shown. + +.. image:: media/sur2.png + :align: center + :alt: Create surveys with Odoo Survey application + +Click on *See results* to see an analysis of the responses, and if you chose to have a scoring +system and certificate available, a *Certified* status menu becomes available. + +.. image:: media/sur3.png + :align: center + :alt: Create surveys with Odoo Survey application \ No newline at end of file diff --git a/survey/overview/media/sur1.png b/survey/overview/media/sur1.png new file mode 100644 index 000000000..6e493f564 Binary files /dev/null and b/survey/overview/media/sur1.png differ diff --git a/survey/overview/media/sur2.png b/survey/overview/media/sur2.png new file mode 100644 index 000000000..4ba3edc41 Binary files /dev/null and b/survey/overview/media/sur2.png differ diff --git a/survey/overview/media/sur3.png b/survey/overview/media/sur3.png new file mode 100644 index 000000000..a2ed8637b Binary files /dev/null and b/survey/overview/media/sur3.png differ