This is what the template looks like as a data form.

We show you how to import this template here:
https://aevolu.atlassian.net/wiki/spaces/DFC/pages/2368667649/Data+Forms+templates+-+How+to+export+and+import+templates#Import-templates

{
  "id": "hr-supervisor-evaluation-survey",
  "name": "HR - Annual Supervisor Evaluation Survey",
  "description": "",
  "metadata" : {
    "created": "2021-01-01T01:01:01.000+0000",
    "updated": "2022-08-15T01:01:01.000+0000",
    "creator": {
      "id": "evolu.software"
    },
    "template" : {
      "id" : "${yyyy-mm-dd}-${tid}",
      "name" : "HR - Annual Supervisor Evaluation Survey ${yyyy}"
    },
    "version": 2
  },
  "section": [
    {
      "id": "survey",
      "name": "",
      "description": "Please provide your evaluation so we can support you better",
      "field": [
        {
          "id": "employee",
          "description": "",
          "name": "Select your supervisor"
        },
        {
          "id": "overall",
          "description": "",
          "name": "How would you rate your supervisor overall?"
        },
        {
          "id": "how-fair-scale",
          "description": "",
          "name": "On a scale of 0-10, how fair do you think your supervisor is?"
        },
        {
          "id": "guidance",
          "description": "",
          "name": "How would you rate your supervisor's ability to guide and support you and your team?"
        },
        {
          "id": "feedback-statement",
          "description": "",
          "name": "Which of the following do you agree with most?"
        },
        {
          "id": "one-to-one-count",
          "description": "",
          "name": "How often do you have one-to-one meetings with your supervisor?"
        },
        {
          "id": "comment",
          "description": "",
          "name": "Do you have any other feedback on how your supervisor could help you more?"
        },
        {
          "id": "finished",
          "description": "",
          "name": "Is this supervisor evaluation survey completed?"
        }
      ]
    }
  ],
  "data": {
    "employee": {
      "type": "user-single",
      "value": {}
    },
    "overall": {
      "type": "rating",
      "allowedValues": [
        {
          "name": "Terrible",
          "value": 1,
          "icon": "star"
        },
        {
          "name": "Bad",
          "value": 2,
          "icon": "star"
        },
        {
          "name": "Ok",
          "value": 3,
          "icon": "star"
        },
        {
          "name": "Good",
          "value": 4,
          "icon": "star"
        },
        {
          "name": "Great!",
          "value": 5,
          "icon": "star"
        }
      ]                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ,
      "value": { }
      },
    "how-fair-scale": {
      "type": "rating",
      "allowedValues": [
        {
          "value": 1,
          "icon": "star"
        },
        {
          "value": 2,
          "icon": "star"
        },
        {
          "value": 3,
          "icon": "star"
        },
        {
          "value": 4,
          "icon": "star"
        },
        {
          "value": 5,
          "icon": "star"
        },
        {
          "value": 6,
          "icon": "star"
        },
        {
          "value": 7,
          "icon": "star"
        },
        {
          "value": 8,
          "icon": "star"
        },
        {
          "value": 9,
          "icon": "star"
        },
        {
          "value": 10,
          "icon": "star"
        }
      ],
      "value": { }
    },
    "guidance": {
      "type": "rating",
      "allowedValues": [
        {
          "name": "terrible",
          "value": 1,
          "icon": "star"
        },
        {
          "name": "poor",
          "value": 2,
          "icon": "star"
        },
        {
          "name": "neutral/I don't know",
          "value": 3,
          "icon": "star"
        },
        {
          "name": "good",
          "value": 4,
          "icon": "star"
        },
        {
          "name": "fantastic",
          "value": 5,
          "icon": "star"
        }

      ],
      "value": { }
    },
    "feedback-statement": {
      "type": "select-single",
      "allowedValues": [
        {
          "name": "I am left to my own decisions"
        },
        {
          "name": "I am criticised often, but not told how to improve"
        },
        {
          "name": "I am given feedback that helps me improve"
        }
      ],
      "value": { }
    },
    "one-to-one-count": {
      "type": "select-single",
      "allowedValues": [
        {
          "name": "Every day"
        },
        {
          "name": "Every week"
        },
        {
          "name": "Every month"
        },
        {
          "name": "Quarterly"
        },
        {
          "name": "Once a year"
        },
        {
          "name": "Never"
        }
      ],
      "value": { }
    },
    "comment": {
      "type": "markdown",
      "value": ""
    },
    "finished": {
      "type": "boolean",
      "value": false,
      "true": "This Survey is completed",
      "false": "I'm working on this Survey"
    }
  }
}