-->

التعليقات

أكتب ما تود البحت عنه واضغط Enter

20 Spelling Rules


Spelling Rule 1
If a word ends in –y, change the –y to –i to add any suffix, except with –ing or when –y follows a vowel.

eg. 
carry – carried; carrying
play – played, playing


Spelling Rule 2
Always have 2 consonants follow a short vowel sound before adding –y, -ed, -ing or –er.

eg. 
run – running
jump – jumper


Spelling Rule 3
-e goes away when –ing comes to stay.

eg. 
come – coming  
fake – faking


Spelling Rule 4
When the words all, full and till are used as suffixes and prefixes, one ‘l’ is dropped.

eg. already; fulfill; until


Spelling Rule 5
Drop the –e at the end of a word when adding any suffix beginning with a vowel or –y.

eg. 
bake+ ing = baking
shake + y = shaky
nerve + ous = nervous


Spelling Rule 6
Keep the –e at the end of a word when adding a suffix beginning with a consonant.

eg. 
price + less = priceless
move + ment = movement


Spelling Rule 7
The prefixes –dis and –mis never drop their ‘s’ even when added to a word beginning with ‘s’.

eg. dis-ability; dis-satisfied; mis-understood; mis-spell


Spelling Rule 8
Words ending in –ce and –ge drop the –e when adding –ing, -er and –ed, but keep the –e when adding –able and –ous.

eg. notice – noticing – noticeable


Spelling Rule 9
One syllable word with short vowel sounds (a,e,i,o,u) are followed by ‘ck’; eg. pack, trick, stuck
‘k’ goes in front of ‘e’ and ‘i’; eg. keg, kiss. c’ goes in front of ‘a’, ‘o’, ‘u’; 

eg. cat, cot, cut


Spelling Rule 10
‘k’, ‘g’ and ‘p’ are silent at the beginning of a word if followed by a consonant (usually ‘n’).

eg. knee, gnaw, pneumonia


Spelling Rule 11
Words ending in –e drop the ‘e’ before a suffix beginning with a vowel, but retain it before a suffix beginning with a consonant.

eg. move - movable - movement


Spelling Rule 12
When the suffix ‘ice’ or ‘ise’ is written after a word, ‘ice’ is used for nouns and ‘ise’ is used for verbs.

eg. 
notice, practice (nouns) Exercise, practise (verbs)


Spelling Rule 13
Adjectives ending in –le after a consonant form adverbs by dropping the –e and adding –y.

eg. gentle = gently


Spelling Rule 14
‘i’ before ‘e’ except after ‘c’ with the sound of ‘eeee’ (exception ‘seize’).

eg. brief, receive


Spelling Rule 15
Most words of 2 or more syllables ending in ‘l’ have only one final ‘l’

eg. 
initial, parallel, fulfil.
1 syllable words = double l:  full, ball, roll


Spelling Rule 16
Words ending in a single consonant following a long accented vowel do not double the consonant when adding a suffix.

eg. beat/beaten/beating/beater


Spelling Rule 17
Words ending in a single consonant other than ‘l’, but not accented on the last syllable, do not double the consonant when adding a suffix.

eg. gallop - galloper - galloping


Spelling Rule 18
Words ending in a single consonant following a short vowel sound double the consonant when adding a suffix.

eg. bat - batted - batting - batter


Spelling Rule 19
Words ending in a single ‘l’ double the ‘l’ when adding a suffix.

eg. chisel - chiselled - chiselling


Spelling Rule 20
To add ‘full’ as a suffix to a root word drop one ‘l’.

eg. 
wonder – wonderful
help – helpful

هناك تعليق واحد:

var cursor = null; if (items && items.length > 0) { cursor = parseInt(items[items.length - 1].timestamp) + 1; } var bodyFromEntry = function(entry) { if (entry.gd$extendedProperty) { for (var k in entry.gd$extendedProperty) { if (entry.gd$extendedProperty[k].name == 'blogger.contentRemoved') { return '' + entry.content.$t + ''; } } } return entry.content.$t; } var parse = function(data) { cursor = null; var comments = []; if (data && data.feed && data.feed.entry) { for (var i = 0, entry; entry = data.feed.entry[i]; i++) { var comment = {}; // comment ID, parsed out of the original id format var id = /blog-(\d+).post-(\d+)/.exec(entry.id.$t); comment.id = id ? id[2] : null; comment.body = bodyFromEntry(entry); comment.timestamp = Date.parse(entry.published.$t) + ''; if (entry.author && entry.author.constructor === Array) { var auth = entry.author[0]; if (auth) { comment.author = { name: (auth.name ? auth.name.$t : undefined), profileUrl: (auth.uri ? auth.uri.$t : undefined), avatarUrl: (auth.gd$image ? auth.gd$image.src : undefined) }; } } if (entry.link) { if (entry.link[2]) { comment.link = comment.permalink = entry.link[2].href; } if (entry.link[3]) { var pid = /.*comments\/default\/(\d+)\?.*/.exec(entry.link[3].href); if (pid && pid[1]) { comment.parentId = pid[1]; } } } comment.deleteclass = 'item-control blog-admin'; if (entry.gd$extendedProperty) { for (var k in entry.gd$extendedProperty) { if (entry.gd$extendedProperty[k].name == 'blogger.itemClass') { comment.deleteclass += ' ' + entry.gd$extendedProperty[k].value; } else if (entry.gd$extendedProperty[k].name == 'blogger.displayTime') { comment.displayTime = entry.gd$extendedProperty[k].value; } } } comments.push(comment); } } return comments; }; var paginator = function(callback) { if (hasMore()) { var url = config.feed + '?alt=json&v=2&orderby=published&reverse=false&max-results=50'; if (cursor) { url += '&published-min=' + new Date(cursor).toISOString(); } window.bloggercomments = function(data) { var parsed = parse(data); cursor = parsed.length < 50 ? null : parseInt(parsed[parsed.length - 1].timestamp) + 1 callback(parsed); window.bloggercomments = null; } url += '&callback=bloggercomments'; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = url; document.getElementsByTagName('head')[0].appendChild(script); } }; var hasMore = function() { return !!cursor; }; var getMeta = function(key, comment) { if ('iswriter' == key) { var matches = !!comment.author && comment.author.name == config.authorName && comment.author.profileUrl == config.authorUrl; return matches ? 'true' : ''; } else if ('deletelink' == key) { return config.baseUri + '/delete-comment.g?blogID=' + config.blogId + '&postID=' + comment.id; } else if ('deleteclass' == key) { return comment.deleteclass; } return ''; }; var replybox = null; var replyUrlParts = null; var replyParent = undefined; var onReply = function(commentId, domId) { if (replybox == null) { // lazily cache replybox, and adjust to suit this style: replybox = document.getElementById('comment-editor'); if (replybox != null) { replybox.height = '250px'; replybox.style.display = 'block'; replyUrlParts = replybox.src.split('#'); } } if (replybox && (commentId !== replyParent)) { replybox.src = ''; document.getElementById(domId).insertBefore(replybox, null); replybox.src = replyUrlParts[0] + (commentId ? '&parentID=' + commentId : '') + '#' + replyUrlParts[1]; replyParent = commentId; } }; var hash = (window.location.hash || '#').substring(1); var startThread, targetComment; if (/^comment-form_/.test(hash)) { startThread = hash.substring('comment-form_'.length); } else if (/^c[0-9]+$/.test(hash)) { targetComment = hash.substring(1); } // Configure commenting API: var configJso = { 'maxDepth': config.maxThreadDepth }; var provider = { 'id': config.postId, 'data': items, 'loadNext': paginator, 'hasMore': hasMore, 'getMeta': getMeta, 'onReply': onReply, 'rendered': true, 'initComment': targetComment, 'initReplyThread': startThread, 'config': configJso, 'messages': msgs }; var render = function() { if (window.goog && window.goog.comments) { var holder = document.getElementById('comment-holder'); window.goog.comments.render(holder, provider); } }; // render now, or queue to render when library loads: if (window.goog && window.goog.comments) { render(); } else { window.goog = window.goog || {}; window.goog.comments = window.goog.comments || {}; window.goog.comments.loadQueue = window.goog.comments.loadQueue || []; window.goog.comments.loadQueue.push(render); } })(); // ]]>
  1. Spelling rule 12: notice is both a verb and a noun; exercise is both a verb and a noun

    ردحذف

مساحة إعلانية
مساحة إعلانية