How can we help you?

FeraSurvey Question Type Reference

Product: FeraSurvey Topic: Reference Versions: Applies to all documented versions Current

Choose among the sixteen question types supported by the editor.

Audience: Survey creators and developers
Editorial status: Public
Product: FeraSurvey

Overview

Choose among the sixteen question types supported by the editor.

Key points

  • TEXT, EMAIL, and FORMAT collect strings.
  • DATE and DATERANGE collect dates.
  • NUMERIC and CURRENCY collect numbers.
  • SELECT, OPTIONS, and OPTIONTOINPUT collect choices.
  • ADDRESS, LOCATION, VEHICLE, and NAME collect structured objects.
  • HEADER collects no answer.
  • COLLECTION collects repeating structured items.

Recommended procedure

  1. Identify the relevant survey, link, response, job, or route context.
  2. Use the reference value exactly as defined.
  3. Confirm the deployed API uses the same enum or identifier.
  4. Update dependent documentation and tests when the value changes.

Troubleshooting

An unknown value appears

Display it safely, do not treat it as success, and update the reference.

A value has different meaning in production

Correct the article from the authoritative server contract.

Related documentation