Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion _sections/home-english.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,9 @@ To prevent bias it is often recommended to use the [randomize feature](#randomiz

### Range

To restrict integer or decimal inputs to a specific range, you can use the **range** question. This question can be used with 3 optional space-separated parameters: **start**, **end**, and **step** in a **parameters** column. The default values are 0, 10, and 1 respectively. The example below will create a question that allows input from 0 until 17 with a step of 1. Using a decimal step will result in decimal values being collected.
To restrict integer or decimal inputs to a specific range, you can use the **range** question. This question can be used with 3 optional space-separated parameters: **start**, **end**, and **step** in a **parameters** column. The default values are 1, 10, and 1 respectively.

The example below will create a question that allows input from 0 until 17 with a step of 1. Using a decimal step will result in decimal values being collected.

| type | name | label | parameters |
| ------------------------- | ------------ | ----------------------------- | --------------------- |
Expand Down