Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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

{
  "id": "supervisor-evaluation-survey",
  "name": "Supervisor Evaluation Survey",
  "description": "",
  "metadata" : {
    "version": 1,
    "created": "2021-01-01T01:01:01.000+0000",
    "updated": "2021-01-01T01:01:01.000+0000",
    "creator": {
      "id": "evolu.software",
      "name": "evolu software GmbH"
    }
  },
  "section": [
    {
      "id": "survey",
      "name": "",
      "description": "Please provide your evaluation so we can support you better",
      "field": [
        {
          "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?"
        }
      ]
    }
  ],
  "data": {
    "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": ""
    }
  }
}
  • No labels