Open the menu
    ```html

    Survey: Add

    Allows the publisher to register new surveys through this form for the end user. The content will be available in the voting interface available in the environment.

    Features

    • It is an administration interface

    Screens

    Add
    • Question (string, required field, maximum size: 255) : Survey available to the user for voting.
    • User answers only once (boolean, required field) : Filling in this field will determine that the registered user can only vote once per survey. This control is carried out together with the user's login. If this field is not enabled, there will be no restriction on the amount of voting per login.
    • Choice type (integer, required field, default value: 0) : Allows determining whether the survey will have more than one answer (multiple choice) or not (single choice).
    • Number of options (integer, required field, default value: 4) : Allows determining the number of answers that will be registered for the survey.
    • Workflow: Allows defining and controlling content publication processes to ensure its quality.?
      • Status: Allows defining and controlling content publication processes to ensure its quality.
      • Responsible: The person or group currently responsible for the content.
      • Action: Specify the transition to define the next state of the workflow. The user will only see the actions they are allowed to perform.
      • Send to: Specify the person who should be responsible for the content.
      • Messages: Used to exchange comments between publishers during the workflow process.?
    • Publication
      • Publication period?
        • From: The date this content will be published. If searchable, the search will only find this content after this date.
        • Until: The date this content will be archived. If searchable, the search will not find this content after this date.
      • Publish to instances: Publish the current content to multiple websites/instances?
      • Publish to users: Allows specifying which people can access this content. This may influence search results.?

    Permissions

    • Edit service instance content: Allows managing all data of this service instance with publisher profile.

    Actions

    • commit
    • Save and preview content. : Save content and then open the preview screen of that content.
    ```