Numeric Ranges

Generate numeric options using shorthand syntax for rating scales.

Usage

  • Use RANGE: start-end to generate numeric options (e.g., RANGE: 1-10)
  • Generates numeric options from start to end (inclusive)
  • Works with multiple choice, checkbox, and matrix questions
  • Supports negative numbers (e.g., RANGE: -5-5)
  • Can be mixed with manual options

Example

Q: How satisfied are you with our service?
RANGE: 1-10
VARIABLE: satisfaction

How satisfied are you with our service?

Matrix with Range

Q: Please rate the following aspects:
- Q: Quality
- Q: Service
- Q: Value
RANGE: 1-7

Please rate the following aspects:

1

2

3

4

5

6

7

Quality

Service

Value

Mixed Options

Ranges can be combined with manual options.

Q: Select an option
- Low
RANGE: 1-3
- High

This creates options: Low, 1, 2, 3, High