Human Resources - Career Development Plan 202x
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": "hr-career-development",
"name": "HR - Career Development Plan 202x",
"description": "This form is designed to help you review your plans for future professional development.",
"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" : "HR - Career Development Plan ${yyyy}"
},
"version": 2
},
"section": [
{
"id": "analysis",
"name": "Goal setting and analysis",
"description": "",
"field": [
{
"id": "company-job-title",
"description": "",
"name": "What's your current job title?"
},
{
"id": "finished",
"description": "",
"name": "Is this plan completed?"
},
{
"id": "goal-setting",
"description": "Identify your long-term career goals, including desired position(s) within our organization.",
"name": "Where do you want your career to be in 3-5 years?"
},
{
"id": "analysis",
"description": "Identify the short term goals that will contribute to the long term interests.",
"name": "What strengths will help you to achieve your career plans? What are your areas of development?"
}
]
},
{
"id": "actions",
"name": "Actions and Assistance",
"description": "",
"field": [
{
"id": "actions",
"description": "Reviewing your short term goals. What will you do in the next 12 months to help achieve your career plans?",
"name": "Actions"
},
{
"id": "assistance",
"description": "What help or support do you need from your supervisor or colleagues?",
"name": "Assistance"
}
]
}
],
"data": {
"company-job-title": {
"type": "text",
"value": ""
},
"goal-setting": {
"type": "markdown",
"value": ""
},
"analysis": {
"type": "markdown",
"value": ""
},
"actions": {
"type": "markdown",
"value": ""
},
"assistance": {
"type": "markdown",
"value": ""
},
"finished": {
"type": "boolean",
"value": false,
"true": "This plan is completed",
"false": "I'm working on this plan"
}
}
}
Â
Â