Skip to content
mmaness edited this page Jan 11, 2013 · 3 revisions

A question trait that determines what text should be shown when the corresponding question is rendered.

Format

t question_text
text question_text
  • question_text - the text to show to the respondent when this question is rendered

Detailed Description

Trait Options

None

Can Be Used With:

Example

YesNo DepartEarly
  text "Would you depart at #(depart_early)?"
  text "The time is shown in 12h format."
  calculation before
    depart_early = DepartTime - 30
    depart_early = convert_mins_to_time(depart_early)
  end
TimeOfDay DepartTime
  t "What time did you depart for work today?"
  calculation after
    depart_early = DepartTime - 30
    depart_late = DepartTime + 30
  end

Related Pages


Go back to Question Trait

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