Human Resources - How was your week?
This is what the template looks like as a data form.
Â
We show you how to import this template here:
Data Forms templates - How to export and import templates | Import templates
{
"id": "how-was-your-week-survey",
"name": "How was your week?",
"description": "",
"metadata" : {
"created": "2021-01-01T01:01:01.000+0000",
"updated": "2022-08-15T01:01:01.000+0000",
"creator": {
"id": "evolu.software"
},
"updater": {
"id": "evolu.software"
},
"template" : {
"id" : "${yyyy-mm-dd}-${tid}",
"name" : "How was your week? ${yyyy-mm-dd}"
},
"version": 2
},
"section": [
{
"id": "survey",
"name": "",
"description": "We are interested in how your week was",
"field": [
{
"id": "overall",
"description": "",
"name": "How would you rate your Week overall?"
},
{
"id": "comment",
"description": "If you like, you can write here what was particularly positive or negative.",
"name": "Comment"
}
]
}
],
"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": { }
},
"comment": {
"type": "markdown",
"value": ""
}
}
}