-
Notifications
You must be signed in to change notification settings - Fork 0
TextArea
mmaness edited this page Jan 11, 2013
·
12 revisions
A question which provides allows an open ended response to be provided through the use of a text field which can be adjusted in size. This question type is more appropriate for open ended responses which may be long in nature (two or more sentences).
TextArea 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
The default text area for this type of question has a height of 5 lines and a width of 60 characters.
TextArea PurchaseReason
text "What reasons lead you to purchase your current home?"
text_area_size 5, 60
This question type and the Text Area Question type may be combined in the future. If that were to happen, likely the default text field size of the combined question type would be similar to the Open-Ended Question.
- Open-Ended Question. Generally use this type if you need a question with minimal text input. It has a text box with a height of 1 line.
Go back to Question Types
Home | JULIE Intro | Getting Started with JULIE | JULIE References | JULIE Development | Survenity Language