Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

DCS newQuestionnaireQuickSetup

From Catglobe Wiki
Revision as of 07:39, 16 November 2011 by Nguyentanphong (talk | contribs) (Created page with "Category:Data cache specification module = DCS_newQuestionnaireQuickSetup = Create a DCS base on relative questionnaires and they must have the same questionnaire template...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


DCS_newQuestionnaireQuickSetup

Create a DCS base on relative questionnaires and they must have the same questionnaire template.

Syntax

DCS_newQuestionnaireQuickSetup(DCSName, Questionnaires)

Arguments

DCSName: is a string. This is name of new DCS. Questionnaires: is an array which contain questionnaire resource id.

Return type

Empty

Example

string DCSName= "dcs of questionnaire 1 and questionnaire 2"; array Qlist={37246024, 37278197}; DCS_newQuestionnaireQuickSetup(DCSName, Qlist);