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

A question trait which changes the question progression depending on the answer given for a preceding question.

Format

branch response Question_Name
  • response - the response which would change the question progression if given. A response can be a string, variable, or number.
  • Question_Name - the name of the question to go to next if the response matches the response given. This entry should have a question name or constant form.

Detailed Description

Trait Options

None

Can Be Used With:

Example

MultipleChoice NumVehicles
  text "How many vehicles do you own?"
  choice "0"
  choice "1"
  choice "2"
  choice "3"
  choice "4 or more"

MultipleBranch VehicleBranch
  reference NumVehicles
  branch "0", NoVehicleReason
  branch "1", OneVehicleReason
  default_branch MultipleVehicleReason

Related Pages


Go back to Question Trait

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