Ranges

The plugin often uses ranges to limit words, to define boundaries of the random length of a generated sequence, or to represent a percentage of a prompt.

The plugin often uses ranges to limit words, to define boundaries of the random length of a generated sequence, or to represent a percentage of a prompt.

There are 3 major variations of ranges which you can use:

  • 2+ Two or more words/characters.

  • 10- Ten or less (1 - 10) words/characters.

  • 1-5 At least one, but not more than 5 words/characters.

Additionally, when representing a portion of a prompt (Fill In The Blanks or Complete The Term games), you are also allowed to define relative boundaries (min or max):

  • 50%+ 50% or more (50% - 100%).

  • 70%- 1% to 100%.

  • 50%-80% At least 50%, but not more than 80%.

Last updated