How do you write a comment on text?
In a comment, present your opinion, but give reasons (with reference to the text) – if possible, refute counter arguments; start with your weakest argument and move on to the strongest argument. Paragraphs should end with a valid conclusion; in a comment, make a personal conclusion and restate your opinion.Here are some suggestions for comment starters……. * This made me think about……. * I wonder why……. Your writing made me form an opinion about…….Here are some possible areas to consider:

  1. Plot: Comment on the plot of the story.
  2. Characters: Analyze the characters in the story.
  3. Setting: Discuss the setting of the story.
  4. Theme: Consider the theme or themes of the story.
  5. Writing style: Evaluate the author's writing style.

In which tense do you write a comment : In the same way as with an summary it is important to write in plain English, so that your statement is clearly evident. Furthermore, it is important to remember to write continuously in the simple present.

What is comment give an example

Comments are hints that we add to our code to make it easier to understand. When executing code, Python's interpreter ignores comments. For example, we have a program to print a text entered by the user. name = input("Enter your name:") print(name)

What is a simple comment : Simple Comments is a security plugin that blocks spambots from forms, and hackbots from forms.

Start with the chase. A good hook might also be a question or a claim—anything that will elicit an emotional response from a reader. Think about it this way: a good opening sentence is the thing you don't think you can say, but you still want to say. Like, “This book will change your life.”

How to Write a Quality Comment

  1. Always capitalize an “I” when it is standing alone.
  2. Remember use proper grammar.
  3. Use correct punctuation.
  4. Give compliments to other people's writing.
  5. Make connections by sharing facts about the topic of their writing.
  6. Give suggestions on themes or subjects for their writing.

How do you comment on someone’s grammar

Here are some things to avoid when correcting someone's grammar:

  1. Don't be condescending or judgmental.
  2. Focus on the specific error, not the person.
  3. Provide context for the error.
  4. Offer suggestions, not demands.
  5. Be patient and understanding.

Comments are generally formatted as either block comments (also called prologue comments or stream comments) or line comments (also called inline comments). Block comments delimit a region of source code which may span multiple lines or a part of a single line.The Four Types of Comments

  • The Wise Comment. The wise comment is one that shares knowledge.
  • The Wicked Comment.
  • The Ignorant Comment.
  • The One Who Didn't Read.
  • Coda.


Used at the beginning of a sentence, these words signal to you that a sentence opener follows: After, Although, As, Because, Before, If, Since, Unless, Until, When, While. Place a comma here, not a period. Graders: The above section has 3 questions that must be completed.

What are 7 ways to start a sentence : Every example shown here is suitable for both spoken or written English.

  • 1 Adverbs of viewpoint. An adverb of viewpoint is simply an adverb that we place at the beginning of a sentence.
  • 2 With and without.
  • 3 After/before + ING.
  • 4 Like and unlike.
  • 5 Despite.
  • 6 According to.
  • 7 For instance.
  • 8 As a result.

How do you write beautiful in comments : I have never seen anyone as beautiful as you You make my heart melt Your beauty is incomparable Your smile melts my heart Lovely Dazzling Wow, You are gorgeous. Delightful Handsome I think you are very attractive think you're good-looking Appealing Grand Charming Pretty Splendid Graceful You look drop dead gorgeous.

How do you comment on good content

How to Praise a Writer on Their Abilities

  1. 1 “My favorite part is when…”
  2. 2 “I loved this part because…”
  3. 3 “Your work really inspires me.”
  4. 4 “I can tell you put a lot of work into this.”
  5. 5 “I noticed that you chose to…”
  6. 6 “Do you have any advice for aspiring writers”
  7. 7 “Your writing made me think differently about…”


Top ten tips for writing a great comment

  1. Read the article.
  2. Respond to the article.
  3. Read the other comments.
  4. Make it clear who you're replying to.
  5. Use the return key.
  6. Avoid sarcasm.
  7. Avoid unnecessary acronyms.
  8. Use facts.

Positive Comments:

  1. _______ has a strong command of vocabulary for [his/her] grade level.
  2. _______ consistently uses new vocabulary words in [his/her] writing and speech.
  3. _______ is eager to learn and use new vocabulary words.
  4. _______ has demonstrated a significant improvement in [his/her] vocabulary over the year.

What are the 3 types of comment : Single-Line Comments: Start with // and extend to the end of the line. Multi-Line Comments: Start with /* and end with */. They can span multiple lines. Documentation Comments: Start with /** and end with */.