Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Text Grid Question

From Catglobe Wiki
Revision as of 03:17, 21 December 2011 by Cg_pham (talk | contribs)



Text Grid Question

Syntax

QUESTION question_label TEXTGRID [question_property_set]

question_text

SQ:[sub_question_property_set] sub_question_text

...

SQ:[sub_question_property_set] sub_question_text

Arguments

question_label: is the label of the question. It must follow the standard format of question label.

question_property_set: is the property set of the question (optional). It must contain some of the pre-defined properties.

Question Property

QSL Keyword

QSL Type

End Points

POINTS

number

Back Button Visible

BACK_BUTTON_VISIBLE

bool

Next Button Text

NEXT_BUTTON_TEXT

string

Question Style sheet

QUESTION_STYLE_SHEET

number

Flash Height

FLASH_HEIGHT

number

Next Button Visible

NEXT_BUTTON_VISIBLE

bool

Close Button Visible

CLOSE_BUTTON_VISIBLE

bool

Close Button Text

CLOSE_BUTTON_TEXT

string

Back Button Text

BACK_BUTTON_TEXT

string

Layout

LAYOUT_ID

number

RPQ Status

ANSWER_SHEET_STATUS

number

End

END

bool

Dummy

DUMMY

bool

Flash Width

FLASH_WIDTH

number

Unit

UNIT

string

Flash Path

FLASH_PATH

string

Export Position

EXPORT_POSITION

number

Export Length

EXPORT_LENGTH

number

Questionnaire Required Text

REQUIRED_TEXT

string

Point Text

POINTS_TRANSACTION_TEXT

string

Count down

COUNT_DOWN

number

Script

SCRIPT

string

Reset Button Visible

RESET_BUTTON_VISIBLE

bool

Reset Button Text

RESET_BUTTON_TEXT

string

Questionnaire In Grid Required Text

GRID_REQUIRED_TEXT

string

Allow Decimals

DECIMAL_ANSWER_ALLOWED

bool

Allow Decimals Interval

DECIMAL_INTERVAL_ALLOWED

bool

Numerical Interval

NUMERICAL_INTERVAL_ALLOWED

bool

sub_question_property_set: is the property set of the sub question (optional). There is currently no pre-defined properties for text grid question's sub question.
sub_question_text: is the text of the sub question.
Notice: At least 1 subquestion must be defined.
Examples
QUESTION QTextGrid TEXTGRID
Please enter detailed information of the the company.
SQ:Address
SQ:Contact Person
SQ:Email

[Category:Question_Definition]]