Skip to content
mmaness edited this page Oct 8, 2011 · 3 revisions

A question trait used in number input questions which limits answers to a specified range (inclusive).

Format

bounds lower_limit
bounds lower_limit, upper_limit
  • lower_limit - the minimum value that an answer can take. Can be a number or variable.
  • upper_limit - the maximum value than an answer can take. Can be a number or variable

Detailed Description

Trait Options

None

Can Be Used With:

Example

Integer Education
  text "How much energy, in kWh, does your household use per month?"
  bounds 0
Integer Income
  text "How many days this week did you exercise?"
  bounds 0, 7

Related Pages


Go back to Question Trait

Home | JULIE Intro | Getting Started with JULIE | JULIE References | JULIE Development | Survenity Language