More actions
jrfconvert import |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category: | [[Category:Question_Identifier]] | ||
| | ||
Revision as of 07:35, 18 March 2011
Single
An identifier with number type is created for each Single question, its value is the selected answer option value.
Example
if (Q1 == 1)//Mand
//do something
else
//do something else
Answer option can be set to selected by assigning its value to the question identifier.
Example
Q1 = 1;//set Q1 to Mand