Pro! User Guide
×
Menu
Creating a score report section
 
 
 
 
 
 
 
 
 
 
The following fields are found in the ScaledScore score model (highlighted in red, above):
 
 
 
The following fields are found in the PassFail score model (highlighted in red, above):
 
 
 
Let's assume the candidate took an exam with three sections, each of which has a raw score. When computing the candidate’s final raw score, assume that we want to give each of those three sections a weighted score and then sum these scores to get the final score. In this example, assume that there are three SumOfScores score models (each one calculates the raw score of one section). Each of these SumOfScore models will put the output into the variables SECTION1_SCORE, SECTION2_SCORE, and SECTION3_SCORE. The algorithm to calculate the final score is the following: Final raw score = SECTION1_SCORE + (SECTION2_SCORE * 2) + (SECTION3_SCORE * 2.5). Therefore, in order to perform this calculation, we need three arithmetic score models. Here is what these score models will have in them:
 
 
Given the above example, the following fields are found in the Arithmetic score model (highlighted in red, above):
 
 
 
 
The following fields are found in the Mapped score model (highlighted in red, above):
 
 
 
J. When the Pearson score report gets printed, there is often a diagnostic section in the report. This diagnostic section is a table that illustrates how the candidate performed in each of the individual diagnostic areas. Here is an example of how one of these diagnostic sections may look:
 
Area
Score
Performance
 
Algebra
5
Poor
 
Geometry
9
Satisfactory
 
Arithmetic
16
Good
***Update table
 
In Diagnostic Name Range (shown below), click the Click here to add new item button (highlighted in red, below) to add a blank Diagnostic Range Name entry (highlighted in green, below):
 
 
The purpose of each row added above is to allow the user to enter the various ranges (Lower Bound and Upper Bound) to categorize performance. If we use the above sample diagnostic section as an example, assume that the performances are mapped to the following ranges of number correct:
 
 
In order to save the above diagnostic ranges, the user would need to enter four rows into the table that represent the ranges. So, for the “Poor” diagnostic range, the user would add a new row to the table and enter the following values into the fields:
 
Diagnostic Range Name: Poor
 
Lower Bound: 0
 
Upper Bound: 6
 
K. Click the Save button to save all changes.