Once you have defined a scale and a competency framework, you need to build an appraisal form. This form will contain a list of questions and criteria by which the users will be evaluated.
Step-by-step Guide
To build an appraisal form:
- Go to Performance Appraisal System > Manage appraisal forms
- Click on the Add button
- Fill out the "General settings" of the form. We recommend that you keep the form disabled until it's ready for usage
- Fill out the "Email notifications" section to specify when you want the emails to go out
- Add blocks as per your form
- Choices. This block loads all the competencies in a given competency framework and then asks the user to select ONE (1) and rate themselves and/or provide feedback. It's useful when you only require the user to provide on competencies of their choice.
- Competency. This block loads all the competencies in a given competency framework and then asks the user to rate themselves and/or provide feedback on ALL competencies. If you plan on dividing your competencies into multiple sections (e.g. with headers), note that you'll need to add one (1) competency framework per section.
- Feedback. This blocks will display text areas where users can enter free-form text. It is used to collect general feedback such as strengths, weaknesses, and so on.
- Header. This block will display a category in the form. Everything included below the header (and until the next header) will be in a category that can be expanded / collapsed.
- Static. This block allows you to enter static text. It's generally used to display instructions for the form. It can contain placeholders as per the following:
- Standard User Profile Fields: {{assignee.fieldname}}
- Custom User Profile Fields: {{assignee.profile_field_fieldname}}
- Completed by Employee Timestamp (in epoch format0: {{appraisal.employeecompleted}}
- Completed by Manager Timestamp (in epoch format): {{appraisal.managercompleted}}
- Completed by First Name: {{appraisal.managercompletedby.firstname}}
- Completed by Last Name: {{appraisal.managercompletedby.lastname}}
- Completed by Username: {{appraisal.managercompletedby.username}}
- Locked Timestamp (in epoch format): {{appraisal.locked}}
- Locked by First Name: {{appraisal.lockedby.firstname}}
- Locked by Last Name: {{appraisal.lockedby.lastname}}
- Locked by Username: {{appraisal.lockedby.username}}
- Assigned Timestamp (in epoch format): {{appraisal.assigned}}
- Assigned by First Name: {{appraisal.assignedby.firstname}}
- Assigned by Last Name: {{appraisal.assignedby.lastname}}
- Assigned by Username: {{appraisal.assignedby.username}}
- Strings from the Language files: {{#str}}welcome, core{{/str}}
- Utilities to format dates: {#userdate}}assignee.profile_field_dateofhire, %Y %m %d{{/userdate}}
- Repeat Step 5 until the form is complete.
- Click on "Save changes" as the bottom of the form.
Once you are done with the form, you should go back in the "General settings" section and enable it.