This article explains Advanced Ratings and walks through how to set up additional Rating Types, assign them to Sections, Subsections, and Segmentations, and reference them in your feedback reports.
Advanced Rating Types let you calculate more than one rating from a single response. By default, every assessment has a Base Rating Type that drives all scores, colors, and rating text. Advanced Ratings let you add extra Rating Types - each with their own rating bands, colors, and text - so you can report different perspectives on the same data.
Tip: If you only need one set of ratings for your entire assessment, you do not need Advanced Ratings. This feature is for assessments that require multiple rating scales, alternate weightings, or different color schemes across sections.
On this page
Example: Different rating scales per section
Your assessment has two sections: Technical Skills and Soft Skills. Both are scored 0-100%, but you want different rating bands for each:
- Technical Skills uses 4 levels: Novice / Developing / Proficient / Expert
- Soft Skills uses 3 levels: Needs Improvement / Meets Expectations / Exceeds Expectations
The Base Rating Type handles Technical Skills (4 bands). You create an Advanced Rating Type called "Soft Skills Ratings" with 3 bands, and assign it to the Soft Skills section. In your Word report template, you use the RatingType parameter on merge strings for the Soft Skills section to pull the correct ratings.
1. When to Use Advanced Ratings
Advanced Ratings solve specific problems where a single rating scale is not enough. Common scenarios include:
- Different rating scales per section. For example, Section 1 uses Red / Amber / Green but Section 2 uses Beginner / Intermediate / Expert.
- Alternate weightings for a second score. For example, a "Leadership" score that weights subsections differently from the default calculation.
- Separate color schemes. Different parts of your report need different rating colors for charts and visuals.
- Multiple rating perspectives. For example, a pass/fail certification rating alongside a detailed competency rating on the same data.
Once you create an Advanced Rating Type, it is calculated automatically at all levels: Assessment, Section, Subsection, and Segmentation. You decide where and how to use it in your report.
2. Create an Advanced Rating Type
Go to your Assessment Settings > Ratings > Rating List screen. Click the Advanced Ratings button.
Under Advanced Ratings List screen:
- Add. Click Add Advanced Rating to create a new Rating Type.
- ID. Note the ID number assigned by the system. You will need this ID when referencing this Rating Type in your report merge strings.
- Name. Give it a descriptive Name (e.g., "Soft Skills Ratings"). The name is used internally only.
- Links. The screen also provides these links for each Rating Type:
- Edit - change the name of the Rating Type.
- Ratings - add or modify the rating bands for this Rating Type (see Step 3 below).
- Subsections - set alternate weightings for how subsections contribute to this Rating Type's scores.
- Questions - set alternate weightings for individual questions.
3. Define Ratings for the New Type
- From the Advanced Ratings screen, click the Ratings link next to your new Rating Type.
- Add rating bands the same way you would for the Base Rating Type: set a Name, Maximum Score (as a percentage), and Rating Color for each band.
- Write Rating Text for each band if you plan to use assessment-level rating text for this Rating Type.
For full details on configuring rating bands, see Managing Ratings and Rating Scales.
Note: Each Advanced Rating Type has its own independent set of rating bands. The number of bands, score ranges, and colors do not need to match the Base Rating Type.
4. Assign the Rating Type
Once Advanced Ratings are set up, a Rating Type dropdown appears in the Section and Subsection dialog boxes. Use this to write rating text specific to each Rating Type.
For Sections
- Open the Section dialog in the Assessment Builder.
- Select your Advanced Rating Type from the Rating Type dropdown (field 3). This dropdown only appears when Advanced Ratings have been set up.
- Write rating text for each band under this Rating Type for this section.
- Click Save.
See Managing Assessment Sections for the full Section dialog reference.
For Subsections
- Open the Subsection dialog in the Assessment Builder, then go to the Options tab.
- Select your Advanced Rating Type from the Rating Type dropdown (field 5). This dropdown only appears when Advanced Ratings have been set up.
- Switch back to the main tab and write rating text for each band under this Rating Type for this subsection.
- Click Save.
See Managing Assessment Subsections for the full Subsection dialog reference.
For Segmentations
To write rating text for a specific Rating Type at the segmentation level:
- Go to the Segmentations screen, then click Options.
- Select the Rating Type you want to write text for.
- Enter the rating text for each band.
See Segmentation Settings for more details.
5. Configure Alternate Weightings (Optional)
By default, an Advanced Rating Type uses the same weightings as the Base Rating Type. If you want this Rating Type to calculate scores differently (for example, weighting certain subsections more heavily), you can set custom weightings:
- From the Advanced Ratings screen, click Subsections next to your Rating Type.
- Assign weightings to control how each subsection contributes to this Rating Type's scores.
- Optionally, click Questions to weight individual questions within this Rating Type's calculation.
For more on how weightings work, see Pro Tip 4 in the Configuring Assessment Scoring article.
6. Use in Your Feedback Report
To display Advanced Rating data in your Word report template, add the RatingType parameter to any merge string. The parameter value is the ID from the Advanced Ratings screen.
Merge String Examples
Suppose your Advanced Rating Type has ID 104. Here is how you would use it with common merge strings:
| What you want | Merge String |
|---|---|
| Rating text for the overall assessment | {Rating.RatingText[RatingType=104]} |
| Rating text for Section 2 | {RatingSection.RatingText[SectionNo=2 RatingType=104]} |
| Rating text for Subsection 1 (in Section 1) | {RatingSubsection.RatingText[SectionNo=1 SubSectionNo=1 RatingType=104]} |
| Rating text for Segmentation 1 | {RatingSegmentation.RatingText[SegmentationNo=1 RatingType=104]} |
| Horizontal Bar chart by subsection | {BarHorizontal[SectionNo=ALL SubSectionNo=ALL RatingType=104]} |
Tip: If you do not include the RatingType parameter, the merge string defaults to the Base Rating Type. You only need to add the parameter for sections or data points where you want alternate ratings.
Tip: You can also add RepText=2 (through 5) to any of these if you need to pull alternate rating text versions, e.g. {RatingSection.RatingText[SectionNo=2 RatingType=104 RepText=2]}.
For a full reference of rating merge strings and all available parameters, see Configuring Ratings-Based Text.
FAQs & Troubleshooting
Use the questions below to troubleshoot common issues with Advanced Ratings.
Related Articles
- Managing Ratings and Rating Scales - set up rating bands, colors, and text
- Configuring Assessment Scoring - understand how scores and weightings work
- Configuring Ratings-Based Text - full merge string reference for rating text
Comments
0 comments
Please sign in to leave a comment.