Difference between revisions of "Scale, Number"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:Question_Identifier]]
 

 

  

Revision as of 09:41, 18 March 2011



Scale, Number

An identifier with number type is created for each Scale/Number question, its value is the value entered by the respondent.

Example

5699.jpg

if (Q4 > 5)//above average

//do something

else

//do something else

Value can be assigned to the question by assigning a number to the question identifier.

Example

Q4 = 3;