The Continuous Numeric Answer Option type is used for Answer Options that are numeric and can be clearly allocated to a fixed position on an ordered scale.


Table of Contents:

When to Use Continuous Numeric?


Continuous Numeric Questions are suitable if:

  1. The Data Binding of this Question is set to a data attribute of the type Number (actually, Continuous Numeric requires Number data attributes).
  2. The numeric product attribute values don't have a fixed set of values, but the amount of values is variable and e.g. can change upon every update of the data feed (e.g. as for the price attribute).

    In the case of variable data attributes, it is impossible to manually map an Answer Option to one precise product value (or it requires an infinite number of Answer Options to reflect every possible occurrence). 


  3. However, you can also use the Continuous Numeric Question with product attributes with a fixed set of values.

A great feature of Continuous Numeric Questions is that they can use steppings. Steppings define intervals or "ticks" in the widget (well known from a price slider widget that has e.g. steps at 10, 25, 50, 75 and 100 €). 

Requirements

Further Notes

Some of the following points are connected to the requirements:

Differences to Ordered Answer Option Type



Continuous NumericOrdered
Answer OptionsThere are no explicit Answer Options. They are defined with the aid of the Stepping Configuration.

Ordered Answer Options are manually created and defined by the user.

Product Attribute TypeOnly type Number is allowed.All types (Text, Number, Boolean) are possible.
Order of the ValuesOrder is implicit due to the numeric typing.Order is defined by the sequence of the created Answer Options.
Proportion of the ValuesDue to the numerical values the proportion/distance is clearly defined. Therefore e.g. 100 is twice as much as 50.

One Answer Option can define intervals e.g. "25 to 50" and "50 to 100". These intervals are written as text and therefore can not be interpreted in the same way as the Continuous Numeric type.

Creating a Continuous Numeric Question


Example Configuration

A typical example of Continuous Numeric Question is the request of the price (see image below). The next section describes the steps to create this type of Question.

Questions that might use Continuous Numeric:

  • Weight in kg
  • Size in cm

Configuration Steps

  1. Make sure you have a Question card "Price" which is connected to the numeric product attribute "Price". This Question can perfectly converted into a Continuous Numeric Question.

    Make sure that the product attribute has the type "Number" (see Data Attribute Table).


  2. Go to the tab "Answer Option Type" and select the type "Continuous Numeric". If this option is disabled the connected product attribute is not from type "Number".



  3. The Question card appearance transforms. There is one Answer Option card which represents the Stepping Configuration. More precisely it shows the start and the end value separated by dots to symbolize that there are several value between these values.



  4. Afterwards you can configure the stepping intervals which are described in the next section.

Configure the Stepping of Numeric Values


Extract from the subview page:

The Stepping feature allows you to add and configure steps for numeric values. Steps means i.e. "ticks" or "stop points" where a specific value can be selected.
This is an important feature because attributes like e.g. price could have hundreds of different values in your product data feed. Normally you want to have a fix number of steps in a price slider or number picker widget and don't want to change it in an unintended way if the prices in the product data change.


To enter the stepping configuration dialog, just click on the Answer Option box of a Question (i.e. here the box showing "0, ...., 150 (€)".

Read more about the Stepping Configuration in the subview.


Read on about the Boolean Question Answer Option Type