Skip to content

Currency

mmaness edited this page Jan 11, 2013 · 8 revisions

A question which provides respondents a text box to enter a response which is currency format (a number with up to 2 digits after the decimal point).

Format

Integer Name
  traits
  • Name - the name of the question, must follow the rules for constants (capitalized name)
  • traits - this block contains traits, which are statements that modify the question's properties

Detailed Description

Trait Options

Example

Currency FuelCost
  text "During your last fueling episode, how much did you spend (in dollars) on fuel?"
  bounds 0

Future Development

Currently, this question only accepts input which uses a period (e.g. 12.24) to denote a decimal point. A future implementation will include the option to use a comma (e.g. 12,24) to denote a decimal point.

Also the option to denote a currency to display next to the text box will be implemented.

Related Pages


Go back to Question Types

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