We need to show mapping for Star Reading to our RethinkEd Platform.
We need to determine Tier Level designations.
Academic Assessment Data:
SR.csv (reading assessment scores for students in middle elementary grades and up)
See: Renaissance for more information about Tiering and students whose scores are in close proximity to a different tier Level.
For each season (as defined by the column ScreeningPeriodWindowName), tiering will be based on the most recent value of the PercentileRank column for each student, where most recent is determined by the CompletedDateLocal column and each student is identified StudentUserID column. Note that in current designs (week of 06/19/23), information on tiering is provided for each season, so tiers should be shown separately by season. We specify to look at the most recent date in case a student completed the assessment twice in the same season.
Here is the mapping for students:
Using the most recent date (as per the CompletedDateLocal column) within each student (as identified by the value in the StudentUserID column) and each value of ScreeningPeriodWindowName (so that students have a tier for each value of ScreeningPeriodWindowName):
PercentileRank < 10 = tier 3
For the case when PercentileRank >= 8 & PercentileRank < 10 the student will be assigned to tier 3 with an indicator (such as an up arrow) showing that they are close to moving to tier 2
PercentileRank >= 10 & PercentileRank < 25 = tier 2
For the case when PercentileRank >= 10 & PercentileRank < 12 the student will be assigned to tier 2 with an indicator (such as a down arrow) showing that they are close to moving to tier 3
For the case when PercentileRank >= 23 & PercentileRank < 25 the student will be assigned to tier 2 with an indicator (such as an up arrow) showing that they are close to moving to tier 1
PercentileRank >= 25 = tier 1
For the case when PercentileRank >= 25 & PercentileRank < 27 the student will be assigned to tier 1 with an indicator (such as a down arrow) showing that they are close to moving to tier 2
MTSS Dashboard where fields are present: Admin, Classroom, Student
Design:
Star Reading Fields
Renaissance Field | Rethink Field Mapping Points | Logic for Rethink Set Up |
AssessmentType
|
|
|
ScaledScore | Scaled Score
|
|
GradeEquivalent | Grade Equivalent
|
|
PercentileRank | Percentile
|
|
ExtraTime |
|
|
Lexile | Lexile Level
|
|
InstructionalReadingLevel |
|
|
ScreeningPeriodWindowName
|
|
|
RenaissanceBenchmarkCategoryName |
| Tiering will be based exclusively on the most recent value of the RenaissanceBenchmarkCategoryName column for each student, where most recent is determined by the CompletedDateLocal column and each student is identified by StudentUserID column.
|
CompletedDateLocal |
|
Used for updating the RenaissanceBenchmarkCategoryName. See Column Definitions document for field description.
|
StudentUserID |
|
Used for identifying specific student for inclusion of most recent CompletedDateLocal and RenaissanceBenchmarkCategoryName
|
SATBenchmarkCategory |
|
|
ACTBenchmarkCategory |
|
|