Open the menu
    ```html

    Questionnaires: Edit Questionnaire

    Through this interface, it is possible to change a previously registered questionnaire.

    Features

    • It is an administration interface

    Screens

    Edit Questionnaire
    • Title (string, required field, maximum size: 255) : Title (mandatory) of the questionnaire.
    • Allow multiple responses (boolean, required field) : Option that allows or disallows the user to respond to the questionnaire more than once. It is important to note that this validation only occurs for users authenticated in the portal, meaning that if the user is a Guest, this validation will not occur.
    • Anonymous responses (boolean, required field) : Option that makes the users' responses anonymous.
    • Email list (text) : Allows adding email addresses to be notified about new responses.
    • 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 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 authorized 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 have access to this content. This can influence search results.?
    • Language: Control the language of the current content and its display behavior.?
      • Language: Specify the language of the current content. By default, it chooses the language the user is browsing in.
      • Translate to

    Permissions

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

    Actions

    • commit
    ```