Difference between revisions of "Question type: Multimedia question"

From Catglobe Wiki
Jump to: navigation, search
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Import module]]
+
{{Help_Files_Import_module}}

 
  
==Question type: Multimedia question==
+
== Question type: Multimedia question ==
[[Image:901.gif]]
 
  
User creates this video clip by specifying the script in the properties section of Questionnaire Editor. Much language grammar knowledge relates to CGScript is useful in this situation. In the design screen, you specify only:[[Image:902.gif]]
+
{| width="1189" class="tableintopic FCK__ShowTableBorders" style="border-collapse: collapse;" border="0" cellspacing="0" cellpadding="2"
 +
|-
 +
| width="168" height="0" |
 +
| width="1020" height="0" |
 +
|- align="left" valign="top"
 +
| width="1189" style="border: 1px solid rgb(1, 1, 1);" colspan="2" |
 +
== Question type: Multimedia question ==
 +
 
 +
|- align="left" valign="top"
 +
| width="168" style="border: 1px solid rgb(1, 1, 1);" |
 +
Type
 +
 
 +
| width="1021" style="border: 1px solid rgb(1, 1, 1);" |
 +
Number
 +
 
 +
|- align="left" valign="top"
 +
| width="168" style="border: 1px solid rgb(1, 1, 1);" |
 +
General Description
 +
 
 +
| width="1021" style="border: 1px solid rgb(1, 1, 1);" |
 +
Multimedia question is question that contains a video clip and user can use the pointer to show his/her feeling at each point of the viewing process. See more information on help file document of Questionnaire Group
 +
 
 +
|- align="left" valign="top"
 +
| width="168" style="border: 1px solid rgb(1, 1, 1);" |
 +
Import Group
 +
 
 +
| width="1021" style="border: 1px solid rgb(1, 1, 1);" |
 +
Import Data (by selecting a questionnaire)
 +
 
 +
|- align="left" valign="top"
 +
| width="168" style="border: 1px solid rgb(1, 1, 1);" |
 +
Business Rules
 +
 
 +
| width="1021" style="border: 1px solid rgb(1, 1, 1);" |
 +
The name of the question to which you wish to import data must be the same as the imported files column header in order to ensure auto-mapping.
 +
 
 +
An example: <br>[[Image:901.gif]]
 +
 
 +
User creates this video clip by specifying the script in the properties section of Questionnaire Editor. Much language grammar knowledge relates to CGScript is useful in this situation. In the design screen, you specify only:<br>[[Image:902.gif]]
  
 
And in the script section, you put in some script codes as followed:
 
And in the script section, you put in some script codes as followed:
  
quest.mm.path = "file://Catmaxb/personal/Duc Trong/";quest.mm.addSequence(1, ["MalasuerteIII_1.MPE"]);quest.mm.showtrace = true;
+
quest.mm.path = "file://Catmaxb/personal/Duc Trong/";<br>quest.mm.addSequence(1, ["MalasuerteIII_1.MPE"]);<br>quest.mm.showtrace = true;
  
Now you prepare the excel file to import to this question as follow. [[Image:903.gif]]
+
Now you prepare the excel file to import to this question as follow. <br>[[Image:903.gif]]
  
 
This is the most complex of all the question types and for detailed support you can contact Catglobe to learn more.
 
This is the most complex of all the question types and for detailed support you can contact Catglobe to learn more.
 +
 +
&nbsp;
 +
 
|- align="left" valign="top"
 
|- align="left" valign="top"
| style="border: 1px solid #010101" width="168" |
+
| width="168" style="border: 1px solid rgb(1, 1, 1);" |  
 
Validation
 
Validation
| style="border: 1px solid #010101" width="1021" |
+
 
 +
| width="1021" style="border: 1px solid rgb(1, 1, 1);" |  
 
There is no real validation to multimedia question at this point due to the complexity of this.
 
There is no real validation to multimedia question at this point due to the complexity of this.
 +
 
|- align="left" valign="top"
 
|- align="left" valign="top"
| style="border: 1px solid #010101" width="168" |
+
| width="168" style="border: 1px solid rgb(1, 1, 1);" |  
 
Notes
 
Notes
| style="border: 1px solid #010101" width="1021" |
+
 
 +
| width="1021" style="border: 1px solid rgb(1, 1, 1);" |  
 
For more information, see design document from Questionnaire group to see how to use the Questionnaire Editor to create/edit a questionnaire template, add/remove/edit question in Questionnaire.
 
For more information, see design document from Questionnaire group to see how to use the Questionnaire Editor to create/edit a questionnaire template, add/remove/edit question in Questionnaire.
__NOTOC__
+
 
<!-- imported from file: 891.htm-->
+
|}
 +
 
 +
[[Category:Import_module]]

Latest revision as of 06:49, 19 December 2011



Question type: Multimedia question

Question type: Multimedia question

Type

Number

General Description

Multimedia question is question that contains a video clip and user can use the pointer to show his/her feeling at each point of the viewing process. See more information on help file document of Questionnaire Group

Import Group

Import Data (by selecting a questionnaire)

Business Rules

The name of the question to which you wish to import data must be the same as the imported files column header in order to ensure auto-mapping.

An example:
901.gif

User creates this video clip by specifying the script in the properties section of Questionnaire Editor. Much language grammar knowledge relates to CGScript is useful in this situation. In the design screen, you specify only:
902.gif

And in the script section, you put in some script codes as followed:

quest.mm.path = "file://Catmaxb/personal/Duc Trong/";
quest.mm.addSequence(1, ["MalasuerteIII_1.MPE"]);
quest.mm.showtrace = true;

Now you prepare the excel file to import to this question as follow.
903.gif

This is the most complex of all the question types and for detailed support you can contact Catglobe to learn more.

 

Validation

There is no real validation to multimedia question at this point due to the complexity of this.

Notes

For more information, see design document from Questionnaire group to see how to use the Questionnaire Editor to create/edit a questionnaire template, add/remove/edit question in Questionnaire.