Assessment administrator tasks
-
- UpdatedJan 30, 2025
- 7 minutes to read
- Yokohama
- Service Administration
Before you create assessments, assign the assessment_admin role to the appropriate users in your organization and determine your objectives for the assessment.
Decide which sets of records in the system to assess, which themes you are interested in, and which traits to measure. Consider your organization's options for obtaining the data to compare. If you intend to use assessment questionnaires, consider which people can answer the questions.
Assessment terminology
Assessment admins use several terms when working with assessments.
Assessment roles
The Assessments application requires certain roles to perform assessment tasks. No role is required to take assessment questionnaires that are assigned to you.
Role Title | Role Name | Description |
---|---|---|
Assessment administrator | assessment_admin | Assessment administrators set up assessments. They know which records to evaluate,
the criteria on which to evaluate the records, and who to assign assessments to. Note: By default, users with the assessment_admin role have limited system rights
and might not have access to all source records to assess. When planning assessments,
grant additional roles to assessment administrators as needed. For example, to create and
manage vendor assessments, the assessment administrator must also have the vendor_manager
role, which grants access to the Company table and other relevant tables. |
ITIL user | Base system roles | ITIL users perform basic technician operations in the system. In the Assessments application, they have read access to the Assessable Record table. |
Administrator | Base system roles | Administrators have access to all aspects of the assessment process. Only administrators can set up assessment schedules. |
Assessment methods
The available methods are Assessment, for non-scripted metrics, and Script, for scripted metrics. Each method serves a different function and can be used with certain data types.
Use the Method field to specify how to use the metric.
Assessment method
Metrics with the Method set to Assessment are called non-scripted metrics. Use each non-scripted metric to define a question for assessment questionnaires. Non-scripted metrics are useful if you want to obtain subjective data like personal opinions.
- Attachment
- Checkbox
- Choice
- Date
- Date/Time
- Likert Scale
- Number
- Percentage
- String
- Template
- Yes/No
Script method
Metrics with the Method set to Script are called scripted metrics. Use each scripted metric to define a custom script for database queries. Scripted metrics are useful if your system contains reliable data for the traits you want to evaluate.
- Duration
- Number
- Percentage
Use the Script field to write JavaScript code. By default, the field contains information about available variables and an example, which you can use as the basis of your script or replace entirely.
- primary: Input variable used to access the sys_id of the record being assessed.
- string_result: Output variable that contains the display string value for this metric
- actual_result: Output variable that contains the actual value for this metric. The system uses this variable to populate the Actual value field on the Metric Result form. For each actual_result, you must specify a corresponding scaled_result value.
- scaled_result: Output variable that contains a numerical scaled value to represent an actual value. The system uses this variable to populate the Scaled value field on the Metric Result form. Ensure the scaled values you specify are between or equal to the Min and Max values for the metric. The Scale definition field determines how the system uses the scaled value. A scale definition of Low means smaller numbers are better, such as for a metric that measures the number of incidents for a vendor. High means larger numbers are better, such as for a metric that measures user satisfaction on a scale of one to five.
Script example

On this page
Related Content
- Assessment metrics
In the Assessments application, a metric is a trait or value used to evaluate assessable records.
- Create an assessment metric for a category
After you create a category, create metrics you can use to evaluate the assessable records for that category.
- Create an assessment metric definition
Metrics with Choice or Likert Scale data types must have metric definitions defined to represent answer options on questionnaires.
- Update a metric minimum and maximum value to match a template
For assessment results to be properly calculated, the Min and Max values of a metric that uses a template must be equal to the smallest and largest template definition Value, respectively.