Difference between revisions of "Multimedia"

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

 

  

Revision as of 09:44, 18 March 2011



Multimedia

An identifier with string type is created for each Multimedia question, its value is a sequence of numbers indicating the respondent's feeling at each point of the viewing process.

Example

print(DemoClip);

//28;0;0.0000;0.0000;,128;0.5;0.0000;0.5000;,128;1;0.0000;1.0000;,128;1.5;0.0000;1.5000;,128;2;0.0000;2.0000;,128;2.5;0.4908;2.0091;,128;3;0.9920;2.0079;,128;3.5;1.4877;2.0122;,128;4;1.9881;2.0118;,128;4.5;2.4913;2.0056;,128;5;2.9986;

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

Example

DemoClip = "28;0;0.0000;0.0000;,128;0.5;0.0000;0.5000;,128;1;0.0000;1.0000;,128;1.5;0.0000;1.5000;,128;2;0.0000;2.0000;,128;2.5;0.4908;2.0091;,128;3;0.9920;2.0079;,128;3.5;1.4877;2.0122;,128;4;1.9881;2.0118;,128;4.5;2.4913;2.0056;,128;5;2.9986;";