Gunning Fog Index vs. Flesch Kincaid

T

Telejoke

Is it possible to use VBA to write a macro that will calculate the Gunning
Fog Index instead of the built-in Flesch Kincaid reading ease score?
 
J

Jezebel

Gunning Fog Index = [(number of words / number of sentences) + "difficult
words"] x 0.4

Number of words and number of sentences is easy.

Number of 'difficult' words means 'words of three or more syllables that are
not (a) proper names, (b) combinations of easy words, or (c) made three
syllables by suffixes such as -ed, -es, or -ing' which is obviously a lot
harder to work out, although you
estimate it by counting the number of words of more than 8(?) characters
that do not end in -ed, -es, or -ing, and which are not capitalised
mid-sentence.

Or you could hunt around for an earlier version of Word (pre-W97?), which
had the calculation built in.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top