Skip to content

default_branch

mmaness edited this page Oct 8, 2011 · 1 revision

A question trait which changes the question progression to a certain question if none matched a branch trait for the corresponding Multiple Branch.

Format

default_branch Question_Name
  • Question_Name - the name of the question to go to next if no responses were matched by branch traits. 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