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": "how-was-your-week-survey",
  "name": "How was your week?",
  "description": "",
  "metadata" : {
    "version": 1,
    "created": "2021-01-01T01:01:01.000+0000",
    "updated": "20212022-0108-01T0115T01:01:01.000+0000",
    "creator": {
      "id": "evolu.software"
    },
    "updater": {
      "id": "evolu.software"
    },
    "template" : {
      "id" : "${yyyy-mm-dd}-${tid}",
      "name" : "evolu software GmbHHow 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": ""
    }
  }
}