Survey Skip Condition

Add skip conditions to surveys.

Technical Name:
survey_condition
Version:
12.0
License:
Author:
Numigi
https://kastor.lab.numigi.net/web/image/product.template/1439/image_1920?unique=0a81b40
  • Odoo Version

Conditions générales
Garantie satisfait ou remboursé de 30 jours
Expédition : 2-3 jours ouvrables

Survey Condition

This module allows to skip survey pages based on answers.

Configuration

In the form view of a question, the table of answers contains two new columns:

  • Skip Option
  • Page
static/description/question_form.png

The field Skip Option has three possible values:

  • Skip Next Page
  • Go To Specific Page
  • Send Form

When a user answers this question, the skip option for the selected item is applied.

Skip Next Page

When Skip Next Page is selected, the next page in the survey is skipped, whatever that page might be.

Go To Specific Page

When Go To Specific Page is selected, the field Page becomes editable and required.

static/description/question_form_specific_page.png

When the answer is submitted by a user, all pages between the current page and the target page are skipped.

Send Form

When Send Form is selected, after submitting the survey page, all remaining pages are skipped. The user is redirected to the final page in order to submit the form.

Usage

Suppose the first question of the survey is configured as follow.

static/description/question_form_configured.png

As a partner, I begin to fill the survey.

static/description/survey_1.png

I select the answer with a skip condition. Then I click on Next Page.

static/description/survey_2.png

I notice that the pages 2 and 3 were skipped.

static/description/survey_3.png

Contributors