writing
2.作文的四个评分标准
3.作文的常用句型
4.作文的逻辑观点
大作文分为几类:
1.A类(Argument): 这类作文实际上是比较常见的,比如:Caring for children is an important thing of the society. It is suggested that all mothers and fathers should be required to take childcare training courses. Do you agree or disagree?
又如:News media have become influential to our lives, and some people think that it is a negative development. To what extent do you agree or disagree?
这类作文是需要作者来阐明自己的观点的。一般来说,这样的作文分为四段写较好。
首段:背景句(改写原文)+你反对方的观点+自己观点
二段:主要写自己观点。论点1+支持句n句,论点2+支持句n句。论点1可以详细一些,比论点2长一些,论述的详细一些。
三段:写反对方观点。没错,即使是A类的话,也要写一下反方观点,然后用反证法,驳倒。结构就是:论点+反驳句
末段:总结观点,再次强调自己的两个论点,升华主题。
2.D类(Discussion):D类也是比较常见的,比如:Some people think that university students should specialize in one subject, while others think universities should encourage students to learn a range of subjects. Discuss both views and give your opinion. 和A类相比,这类作文主要的区别就在于两方观点都要阐述并给出自己的意见。实际上,结构上,首段与次段基本与A类相同,区别在于三四段。
三段:另一方的观点。论点1加支持句/论点2加支持句
末段:再次概括两方观点,加自己观点。
在这里,二段三段字数应当差不多,以完成Discussion任务。
3.R类(Report):R类应当说不如A类或D类多,但是也不稀奇。主要是三方面:造成现象的原因,自己的观点,怎样处理问题。这三种一般会选择两种让作者进行阐述。比如:The increasing production of consumer goods has resulted in damage in natural environment. Why is it? What should we do to reduce the problem? 像这种,就属于问原因和解决方案的。
再如:
Consumers are faced with increasing numbers of advertisements from competing companies. To what extent do you think are consumers influenced by advertisements? What measures can be taken to protect them?
结构上,依然可以运用四段的写法:
首段:大背景句+背景句+引入(相关的原因/观点/方法将在下文引入...)
次段:原因/观点 与A类基本相同
三段:方法 方法1+支持句 方法2+支持句
四段:强调原因很多很复杂,论述自己的观点,再次提出方法。
writing的更多相关文章
- Spring Enable annotation – writing a custom Enable annotation
原文地址:https://www.javacodegeeks.com/2015/04/spring-enable-annotation-writing-a-custom-enable-annotati ...
- Writing to a MySQL database from SSIS
Writing to a MySQL database from SSIS 出处 : http://blogs.msdn.com/b/mattm/archive/2009/01/07/writin ...
- Writing Clean Code 读后感
最近花了一些时间看了这本书,书名是 <Writing Clean Code ── Microsoft Techniques for Developing Bug-free C Programs& ...
- JMeter遇到的问题一:Error writing to server(转)
Java.io.IOException: Error writing to server异常:我测试500个并发时,系统没有问题:可当我把线程数加到800时,就出现错误了,在"查看结果树&q ...
- java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException
问题描述: 严重: IOException while loading persisted sessions: java.io.WriteAbortedException: writing abort ...
- Markdown syntax guide and writing on MWeb
Philosophy Markdown is intended to be as easy-to-read and easy-to-write as is feasible.Readability, ...
- 《Writing Idiomatic Python》前两部分的中文翻译
汇总了一下这本小书前两部分的内容: 翻译<Writing Idiomatic Python>(一):if语句.for循环 翻译<Writing Idiomatic Python> ...
- 翻译《Writing Idiomatic Python》(五):类、上下文管理器、生成器
原书参考:http://www.jeffknupp.com/blog/2012/10/04/writing-idiomatic-python/ 上一篇:翻译<Writing Idiomatic ...
- 翻译《Writing Idiomatic Python》(四):字典、集合、元组
原书参考:http://www.jeffknupp.com/blog/2012/10/04/writing-idiomatic-python/ 上一篇:翻译<Writing Idiomatic ...
- 翻译《Writing Idiomatic Python》(三):变量、字符串、列表
原书参考:http://www.jeffknupp.com/blog/2012/10/04/writing-idiomatic-python/ 上一篇:翻译<Writing Idiomatic ...
随机推荐
- 深入理解DOM节点类型第五篇——元素节点Element
× 目录 [1]特征 [2]子节点 [3]特性操作[4]attributes 前面的话 元素节点Element非常常用,是DOM文档树的主要节点:元素节点是html标签元素的DOM化结果.元素节点主要 ...
- SharePoint 2016 配置向导报错 - The 'ListInternal' attribute is not allowed
前言 配置SharePoint 2016的配置向导中,第三步创建配置数据库报错,然后百度.谷歌了一下,都没有解决,自己看日志搞定,也许会有人遇到类似问题,分享一下. 1.配置向导的错误截图,如下图: ...
- JavaScript线程机制
浏览器的内核是多线程的,它们在内核制控下相互配合以保持同步,一个浏览器至少实现三个常驻线程:JS引擎线程(用于处理JS).GUI渲染线程(用于页面渲染).浏览器事件触发线程(用于控制交互). 除此之外 ...
- 由一个bug引发的SQLite缓存一致性探索
问题 我们在生产环境中使用SQLite时中发现建表报“table xxx already exists”错误,但DB文件中并没有该表.后面才发现这个是SQLite在实现过程中的一个bug,而这个bug ...
- GreenPlum高效去除表重复数据
1.针对PostgreSQL数据库表的去重复方法基本有三种,这是在网上查找的方法,在附录1给出.但是这些方法对GreenPlum来说都不管用. 2.数据表分布在不同的节点上,每个节点的ctid是唯一的 ...
- 从零自学Hadoop系列索引
本文版权归mephisto和博客园共有,欢迎转载,但须保留此段声明,并给出原文链接,谢谢合作. 文章是哥(mephisto)写的,SourceLink 从零自学Hadoop(01):认识Hadoop ...
- Mac MySQL启动不了解决办法(MySQL卸载重新安装教程)
一段时间没用MySQL,今天使用时突然发现启动不了了,怎么点start都没用,或者输入密码了 还是没用... 好急...找了一圈资料,没发现特别好的解决办法,只能使用大招了----->< ...
- jenkins邮件配置
jenkins自带的邮件管理太弱了,为了能按自定义的方式发送邮件,需要安装一个插件: Jenkins Email Extension Plugin. 1.配置邮件:通过"系统管理&quo ...
- Go语言开发第一个Hello,World
在网上看到go语言的各种评价,也是闻名已久,但是没有自己实践过,也不知道它的好,它的坏,今天就来试试第一个小程序 第一步.如何下载 1)下载go安装程序 下载地址:https://golang.org ...
- [LeetCode] Max Sum of Rectangle No Larger Than K 最大矩阵和不超过K
Given a non-empty 2D matrix matrix and an integer k, find the max sum of a rectangle in the matrix s ...