Double columns in text grids

From Catglobe Wiki
Revision as of 14:28, 1 July 2009 by Ulrik (talk | contribs)
Jump to: navigation, search

Challenge

Showing textfields of a text grid or answers options of single/multik grid in more than one column

File:Example.jpg

Solution

Using Java Script property of question.

Code 1

//Include the following Javascript
quest.gridcolumns[0] = "Text 1";
quest.gridcolumns[1] = "Text 2";
...