Change text box size

From Catglobe Wiki
Revision as of 11:39, 16 January 2012 by Cg van (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Change Text box size

In order to make text box wider.

As a questionnaire creator

I want to change text box size

Example

  • I have a Text grid question like below.

ChangeTextBoxSize1.jpg

  • I want to change text box size.

ChangeTextBoxSize2.jpg

Solution

  • Add a Text grid question to Questionnaire editor like below
  • Go to menu Properties -> Question scripts -> Java script tab -> Input script

ChangeTextBoxSize Code.jpg

Code

quest.size=50;

Source

Questionnaire Resource Id on cg site: 159730