Map constant

Allows you to map a radio question to a constant table. This is key in associating the two together.

Not sure what are constants? Learn about the constants tab.

circle-info

Remember to reference themap constant logic block when you want to use the constant value of a user's choice in your calculations.

Example

Here, we're linking up each option ofradio question to the corresponding reference and constant value inconstant table :

Radio Options

Reference

Constant

Option 1

Apple

=

Apple

1

Option 2

Banana

=

Banana

1.5

Option 3

Orange

=

Orange

1.2

We take result block as the input to multiply with because returns the constant value of the user's choice.

Last updated