Guided reading chart


Leveling Chart | Scholastic Guided Reading Program for the Classroom

Use the grid below to shop by Guided Reading, Developmental Reading Assessment (DRA), and Lexile® Levels. This chart includes Lexile level recommendations and may also be used as a general leveling guide.

Click on links to shop the Teacher Store!

Grade Scholastic Guided
Reading Level
DRA Level Lexile® Levels

Grade Scholastic Guided
Reading Level
DRA Level Lexile® Levels
Kindergarten
A–1
2
3–4
6
Beginning Reader
1
A
B
C
D
E
F
G
H
I
A–1
2
3–4
6
8
10
12
14
16
190L-530L
2
E
F
G
H
I
J-K
L-M
N
8
10
12
14
16
16–18
20–24
28–30
420L-650L
3
J-K
L-M
N
O-P
Q
16–18
20–24
28–30
34–38
40
520L-820L
4
M
N
O-P
Q-R
S-T
20–24
28–30
34–38
40
40–50
740L-940L
5
Q-R
S-V
W
40
40-50
60
830L-1010L
6
T-V
W-Y
Z
50
60
70
925L–1070L

Back to Top

The Guided Reading Levels Chart and What It Means

Have you ever found yourself using a system, but not really knowing why? Maybe you are using it because someone introduced you to it and you just rolled with it. Maybe you have found yourself using it because you knew there was a purpose but weren’t sure what it was. I know I have been in this place. I have been there with guided reading levels and the guided reading levels chart for sure.

When I first started teaching guided reading, I found myself wondering things like, “What does this guided reading level mean?” Or “What does this have to do with how this child is learning to read?” Or even “Why on earth are some numbers and other’s letters?”

I want to help make things clear for you so I am sharing all I can about guided reading levels, the guided reading levels chart, and what it all means.

What are guided reading levels?

Guided reading levels are simply a system developed originally by Irene Fountas and Gay Su Pinnell to help organize reading skills and strategies so that readers are not overwhelmed. The goal of guided reading is to work within a child’s instructional level. Anything above that can cause frustration for the reader and anything below does not allow for enough teachable moments.

The most common system for leveling is Fountas and Pinnell’s guided reading levels system which uses letters to indicate each level. It ranges from levels A-Z with A being the simplest and Z being the most complex of the guided reading levels. Other popular systems are DRA, which uses numbers, Reading A-Z, and Rigby. Lexile levels are another familiar system that uses large ranges. Personally, I have found this system to be the most difficult to work within.

All good teachers teach within a “system” naturally. Never would we dump algebra on a child who is learning basic number patterns, yet the number patterns will set them up for later success in deeper math concepts!

Books are assigned reading levels and as children are assessed, children are given leveled books to work within that do not overwhelm them. The goal is that they have a useful tool that allows the teacher to come alongside them and coach them through.

Remember, children are not assigned levels. Books are assigned levels.

This is something that I am guilty of in the past and while it can be wonderful motivation for some as they work to move up levels, it’s also not great for many.

How do you determine a guided reading level?

Guided Reading Levels for Books

Assigning a guided reading level to a book is complex. Many factors are taken into account. Scholastic lists the following:

Genre: The type of book (here’s your guide to children’s book genres) 
Text Structure: How the book is organized and presented
Content: The subject matter of a book
Themes and Ideas: The big ideas that are communicated by the author
Language and Literary Features: The types of writing techniques employed by the writer
Sentence Complexity: How challenging the syntax in each sentence is
Vocabulary: The frequency of new words introduced in the book
Words: The ease at which the words in the book can be figured out or decoded by a reader
Illustrations: The correlation and consistency of images and pictures in the books to the words printed on the page
Book and Print Features: The physical aspects of the printed word on the page –Mary Doman, A Parent’s Guide to Guided Reading, Scholastic. com

Just remember there is no perfect book and no perfect system. I know firsthand from leveling my own sets of guided reading books that it’s super tricky and one word can change the whole level! Being aware of your readers’ skills is so important!

Matching Just Right Books with Children

When it comes to matching guided reading levels with readers, there are a few ways you can do this. If you are a teacher, the best way to is to take a running record. This will allow you to get accurate data on the child and really see their strengths and growing points. If you are a parent, you can use a simple five finger test to determine if a book is too hard or just right. Every time a word is missed, the child raises a finger. Once they get to five, they know it’s too tricky right now.

It’s important to remember that when searching for a good fit you take into consideration more than just the text. You must also consider comprehension. If a child is struggling to comprehend the text, then it’s likely too hard. If the child can comprehend it well and can read it well, then it may be too easy for the child.

What does each of the guided reading levels mean?

So what do each of the guided reading levels mean? I love to look at them from the perspective of what they encourage readers to be working towards and how much a child can do when they advance levels.

In my guided reading resource card FREEBIE, all of the strategies, skills, behaviors, and comprehension focuses are explained at each level. They not only help you, the teacher, meet your readers where they are, but they help you have a roadmap to see where they are going next, too.

I love to use them when planning my guided reading lessons!

Where do I go from here?

Once you know where a reader is working and you know that you have leveled text, you may be looking for some easy to follow guided reading lessons. After years of planning my own lessons and hearing from teachers that they weren’t sure where to even begin, I created guided reading lessons for Kindergarten, First Grade, and Second Grade readers.

The lessons have an easy to follow format, guided reading books, notes about each level and where students are working, word work activities, comprehension activities to follow up the text reading, and even notes for parents.

Shop Kindergarten Guided Reading Lessons

Shop First Grade Guided Reading Lessons

Shop Second Grade Guided Reading Lessons

No matter where you are in your guided reading journey, it’s important to simply begin and keep moving forward. Teachers, myself included, are always learning, growing, changing our practice, and improving! I’m rooting for you!

pin it

Want to use the latest research to boost your readers during small groups? This FREE guide is packed with engaging ideas to help them grow!

Lock management in transaction

The mechanism for managing data locks in a transaction allows locking mutable data not by means of the database management system used, but by means of the platform. This data lock management is performed not in terms of DBMS data, but in terms of the subject area. Thanks to this, locks are applied “more precisely” and the parallelism of the work of users increases.

1C:Enterprise 8 configuration can work in one of three modes of lock management in a transaction: nine0003

  • automatic;
  • managed - standard mode for new configurations;
  • automatic and controlled.

The automatic data lock management mode uses the repeatable read and serializable transaction isolation levels provided by the database management system. These transaction isolation levels ensure consistent and consistent reading of data, and no additional lock management is required from the developer. nine0003

Managed mode allows you to increase the parallelism of the work of users in the client-server mode of operation by using a lower level of database transaction isolation (Read Committed). When writing data in a transaction, 1C:Enterprise language objects automatically lock the necessary data. The developer needs to manage data locks in cases where business logic requires a consistent and consistent reading of data in a transaction.

Automatic and managed mode allows you to use the ability to manage locks in a transaction only for some configuration objects. This mode can be used to optimize the concurrency of user work with individual application objects (for example, with several of the most intensively used documents) or to gradually transfer large configurations to the mode of managing locks in a transaction. nine0003

In summary, the differences between working in the automatic blocking mode and in the managed blocking mode are shown in the following table:

Most often, the need to manage data locks in a transaction arises in the process of posting documents, when you need to read and then write changed data to the same tables. For example, if balance control is performed when posting a document.

Especially for this, the record sets of accumulation registers and accounting registers have the LockForChange property.

If you need to control the balances, and then record movements in the same register, then this property must be set for the recordset of this register in the Movements property.

The effect of this property is the same as if the developer had independently set (written in the code) the necessary 1C:Enterprise 8 managed locks. The platform will set the required managed lock automatically when writing this set of records. As a result, other managed transactions using a similar lock will not be able to start reading this register until the current transaction ends. nine0003

Below is an example of "manual" control of data locks when reading the data of the accumulation register Accounting for Items in the processing of posting the Invoice document. In this example, managed locks are created and set completely using the 1C:Enterprise language only.

CREATE TABLE (U-SQL): Create Managed Tables - U-SQL

Twitter LinkedIn Facebook E-mail address nine0003

  • Article
  • Reading takes 2 minutes

Summary

U-SQL allows you to create a table by specifying a schema or a query where the query result type implies the schema of the table. In both cases, the table must have a clustered index to be able to contain data, and in both cases, the table can be partitioned. nine0003

Note

All U-SQL managed tables are currently clustered tables where cluster information is specified using a clustered index. In particular, other types of tables, such as heaps and column store tables, are not supported.

Syntax

 Create_Managed_Table_Statement := 'CREATE' 'TABLE' ['IF' 'NOT' 'EXISTS'] Identifier (Table_With_Schema | Table_As_Query). nine0065