Open the menu
    ```html

    Survey : Edit

    Allows the publisher to change existing content. The form displays the registered content that is to be changed, which has been selected for editing. Once the content is modified, only the new published survey will be shown to the end user.

    Features

    • It is an administration interface

    Screens

    Edit
    • Question (string, required field, maximum length: 255) : Survey available to the user for voting.
    • User responds only once (boolean, required field) : Filling out this field will determine that the registered user can only vote once per survey. This control is performed along with the user login. If this field is not enabled, there will be no restriction on the number of votes per login.
    • Choice Type (integer, required field, default value: 0) : Allows determining if 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 publishing processes to ensure quality.?
      • Status: Allows defining and controlling content publishing processes to ensure quality.
      • Responsible: The person or group responsible for the content currently.
      • Action: Specify the transition to define the next state of the workflow. The user will only see the transactions they are entitled to execute.
      • Send to: Specify the person who should be responsible for the content.
      • Messages: Used to exchange comments between publishers during the workflow process.?
    • Publishing
      • Publishing Period?
        • From: The date that this content will be published. If searchable, the search will only find this content after this date.
        • Until: The date that 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 content of service instance: 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.
    ```