Average of All Row Scores
Step 1: Identify all unique Domain names in all observations
Domain name is the page group name in a rubric.
- The code looks at all observations that have a workflow that have a rubric attached to it.
- The code then compiles a list of all the unique page group names from all of the rubrics in all of the observations.
In most cases, all of the observations will use the same rubric.
However this method will pick up unique page group names if there are different rubrics on different observations.
This could happen if the last observation has a different rubric than the others.
An example list of page group names found from this process could be: Domain1, Domain2, Domain3, Domain4.
Step 2: Total each row score for each Domain, averaged by the number of each row score
For each unique page group names discovered in step 1:
- Sum up every row score for every page group in all observations.
- Divide this number by the total amount of row scores found.
For example:
Observation 1 | Observation 2 | ||
Domain 1 A | 3 | Domain 1 A | 2 |
Domain 1 B | 2 | Domain 1 B | 2 |
Domain 1 C | 3 | Domain 1 C | 2 |
Domain 2 A | 1 | Domain 2 A | 3 |
Domain 2 B | 4 | Domain 2 B | 4 |
Domain 2 C | 4 | Domain 2 C | 1 |
Domain 1 = 3 + 2 + 3 + 2 + 2 + 2 / 6 = 2.33
Domain 2 = 1 + 4 + 4 + 3 + 4 + 1 / 6 = 2.83
Step 3: Calculate the practice score
The practice score will be the sum of the scores found in step 2, divided by the number of scores.
2.33 + 2.83 / 2 = 2.58
Step 4: Store the scores on the NJSmart Eval Screen
The domain averaged calculated on Step 2 are stored in the domain fields on the NJSmart Eval Screen.
The practice score is stored in the Teacher Practice Score field if the Score type on the demographics page is Teacher or Other Certified Staff. Otherwise it is stored in the Administrator Practice Score Field
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article