Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

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

Info

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

Code Block
{
  "id": "hr-supervisor-evaluation-survey",
  "name": "HR - Annual Supervisor Evaluation Survey",
  "description": "",
  "metadata" : {
    "version": 1,
    "created": "2021-01-01T01:01:01.000+0000",
    "updated": "20212022-0108-01T0115T01:01:01.000+0000",
    "creator": {
      "id": "evolu.software",
      "name": "evolu software GmbH"
    },
  },
  "sectiontemplate" : [     {
      "id" : "survey${yyyy-mm-dd}-${tid}",
      "name" : "",HR - Annual Supervisor Evaluation   "description": "Please provide your evaluation so we can support you better",
   Survey ${yyyy}"
    },
    "version": 2
  },
  "fieldsection": [
  
     {
          "id": "overallsurvey",
          "description"name": "",
   
      "namedescription": "How would you rate your supervisor overall?"Please provide your evaluation so we can support you better",
        },"field": [
        {
          "id": "how-fair-scaleemployee",
          "description": "",
          "name": "OnSelect ayour scalesupervisor"
of 0-10, how fair do you think your supervisor is?"         },
        {
          "id": "guidanceoverall",
          "description": "",
          "name": "How would you rate your supervisor's ability to guide and support you and your team overall?"
        },
        {
          "id": "feedbackhow-fair-statementscale",
          "description": "",
          "name": "WhichOn a scale of the following0-10, how fair do you agreethink your withsupervisor mostis?"
        },
        {
          "id": "one-to-one-countguidance",
          "description": "",
          "name": "How often do you have one-to-one meetings with your supervisorwould you rate your supervisor's ability to guide and support you and your team?"
        },
        {
          "id": "commentfeedback-statement",
          "description": "",
          "name": "DoWhich youof havethe anyfollowing otherdo feedback on how your supervisor could help you moreyou 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",
   ],   "datavalue": {}
    },
    "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": [
        {
 "select-single",         "name": "Every day"
       "allowedValues": [ },
        {
          "name": "Every dayweek"
        },
        {
          "name": "Every weekmonth"
        },
        {
          "name": "Every monthQuarterly"
        },
        {
          "name": "QuarterlyOnce a year"
        },
        {
          "name": "Once a year"Never"
        }
      }],
      "value":  {{ }
    },
    "comment": {
      "nametype": "Nevermarkdown",
        }"value": ""
      ]},
 
    "valuefinished": {
 }     },"type": "boolean",
      "commentvalue": {false,
      "typetrue": "markdownThis Survey is completed",
      "valuefalse": "I'm working on this Survey"
    }
  }
}