CheckFirst
  • CheckFirst
  • Get started
    • Tutorials
      • Yes/No
      • Quiz
      • Constants table
      • Date calculator
      • Complex example
    • Logic Syntax
  • Features
    • Questions
    • Constants
    • Logic
      • Calculator logic
      • Conditional logic
      • Date logic
      • Map constant
      • Results formatting
    • Settings
  • FAQ
    • Full Logic Syntax List
  • Contact Us
  • Updates
Powered by GitBook
On this page

Was this helpful?

  1. Features
  2. Logic

Map constant

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

PreviousDate logicNextResults formatting

Last updated 3 years ago

Was this helpful?

Not sure what are constants? .

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

Example

Radio Options

Reference

Constant

Option 1

Apple

=

Apple

1

Option 2

Banana

=

Banana

1.5

Option 3

Orange

=

Orange

1.2

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

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

Learn about the constants tab