add_survey
Create a new survey by specifying a desired ID, title, and language. Returns the new survey ID to enable further configuration.
Instructions
Create an empty survey with the bare minimum (id, title, language). Returns the new survey ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sformat | No | Presentation format: 'A' (all on one page), 'G' (group by group), 'S' (one question per page). Default 'G'. | |
| iSurveyID | Yes | Desired ID for the new survey (if it already exists, another is assigned). | |
| sSurveyTitle | Yes | Title of the new survey. | |
| sSurveyLanguage | Yes | Base language, e.g. 'es', 'en'. |