Contents
- Readability Tests
- Test the Readability of a Website
- Interpreting the Results
- Readability Results
- Gunning-Fog Index
- Flesch Reading Ease
- Flesch-Kincaid grade level
- Reading Level Algorithms
- Further Reading
Readability Tests
Gunning Fog, Flesch Reading Ease, and Flesch-Kincaid are reading level algorithms that can be helpful in determining how readable your content is. Reading level algorithms only provide a rough guide, as they tend to reward short sentences made up of short words. Whilst they're rough guides, they can give a useful indication as to whether you've pitched your content at the right level for your intended audience.
Test the Readability of a Website
Interpreting the Results
This service analyses the readability of all rendered content. Unfortunately, this will include navigation items, and other short items of content that do not make up the part of the page that is intended to be the subject of the readability test. These items are likely to skew the results. The difference will be minimal in situations where the copy content is much larger than the navigation items, but documents with little content but lots of navigation items will return results that aren't correct.
Philip Chalmers of Benefit from IT provided the following typical Fog Index scores, to help ascertain the readability of documents.
Fog Index | Resources |
---|---|
6 | TV guides, The Bible, Mark Twain |
8 | Reader's Digest |
8 - 10 | Most popular novels |
10 | Time, Newsweek |
11 | Wall Street Journal |
14 | The Times, The Guardian |
15 - 20 | Academic papers |
Over 20 | Only government sites can get away with this, because you can't ignore them. |
Over 30 | The government is covering something up |
Readability Results
The following table contains the readability results for http://alirazacomkit.blogspot.com/.
Summary | Value |
---|---|
Total sentences | 36 |
Total words | 154 |
Average words per Sentence | 4.28 |
Words with 1 Syllable | 88 |
Words with 2 Syllables | 37 |
Words with 3 Syllables | 17 |
Words with 4 or more Syllables | 12 |
Percentage of word with three or more syllables | 18.83% |
Average Syllables per Word | 1.69 |
Gunning Fog Index | 9.24 |
Flesch Reading Ease | 59.11 |
Flesch-Kincaid Grade | 6.08 |
Gunning-Fog Index
The following is the algorithm to determine the Gunning-Fog index.
- Calculate the average number of words you use per sentence.
- Calculate the percentage of difficult words in the sample (words with three or more syllables).
- Add the totals together, and multiply the sum by 0.4.
- Algorithm: (average_words_sentence + number_words_three_syllables_plus) * 0.4
The result is your Gunning-Fog index, which is a rough measure of how many years of schooling it would take someone to understand the content. The lower the number, the more understandable the content will be to your visitors. Results over seventeen are reported as seventeen, where seventeen is considered post-graduate level.
Flesch Reading Ease
The following is the algorithm to determine the Flesch Reading Ease.
- Calculate the average number of words you use per sentence.
- Calculate the average number of syllables per word.
- Multiply the average number of syllables per word multiplied by 84.6 and subtract it from the average number of words multiplied by 1.015.
- Subtract the result from 206.835.
- Algorithm: 206.835 - (1.015 * average_words_sentence) - (84.6 * average_syllables_word)
The result is an index number that rates the text on a 100-point scale. The higher the score, the easier it is to understand the document. Authors are encouraged to aim for a score of approximately 60 to 70.
Flesch-Kincaid grade level
The following is the algorithm to determine the Flesch-Kincaid grade level.
- Calculate the average number of words you use per sentence.
- Calculate the average number of syllables per word.
- Multiply the average number of words by 0.39 and add it to the average number of syllables per word multiplied by 11.8.
- Subtract 15.50 from the result.
- Algorithm: (0.39 * average_words_sentence) + (11.8 * average_syllables_word) - 15.9
The result is the Flesch-Kincaid grade level. Like the Gunning-Fog index, it is a rough measure of how many years of schooling it would take someone to understand the content. Negative results are reported as zero, and numbers over twelve are reported as twelve.
Reading Level Algorithms
Readability is the measure of how easy it is to read and comprehend a document. Readability tests were first developed in the 1920s in the United States. They are mathematical formulas, designed to determine the suitability of books for American students at a certain age, or grade level. Automating the process was intended to make it easier for tutors, librarians, and publishers to determine whether a book would be suitable for its intended audience. The formulas are based around the average words to a sentence, and the average syllables used per word. As such, they tend to reward short sentences made up of short words.
Being mathematically based, readability tests are unable to determine the likelihood that the document is comprehensible, interesting, or enjoyable. It's possible to obtain good readability scores with gobbledygook, providing the content contains short sentences made up of monosyllabic words. We'll leave the question as to why the word "monosyllabic" has five syllables for another day. Layout and design are also important factors to the readability of a document that cannot be determined using readability tests. Documents aimed at a higher level may require background knowledge, which cannot be determined by the tests.
For a document to be easily understood, the writing style should be clear and simple. This involves a writing style that is direct, and familiar to the intended reader. The structure of the document should be logical, unambiguous, and avoid redundant words.
Many of these factors cannot be measured using readability tests. Instead, readability tests provide a prediction of the reading ease for a document. Sentence length and polysyllabic words do have a direct impact on the readability of documents, albeit a surface measure of the characteristics of the text. They provide an indication that the content may be too dense with a quantifiable measure. The results should be used in conjunction with good writing style guidelines.
Guideline 14 of the Web Content Accessibility Guidelines requires that documents are clear and simple. Readability tests can provide a rough guide to the likelihood of a document being clearly understood. This service is to provide content authors with a guide to the readability of their website.