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 ...
随机推荐
- 如何使用VS在SharePont 2013中插入ashx文件
http://www.lifeonplanetgroove.com/adding-and-deploying-generic-handlers-ashx-to-a-sharepoint-2010-vi ...
- 你必须知道的HTTP错误
发送网络请求有时失败,分析一下响应行,在响应的响应行内,你会发现响应行由三部分组成,用空格来隔开,HTTP/1.1 404 NOT FOUND,第一个是响应的HTTP的版本,第二个和第三个是状态值. ...
- Github装(zao)逼(jia)指(da)南(fa)
Github之于工程师,类似于微博相册之于嫩模,像是个门面. 无论是晋升答辩,还是求职面试,有一个丰富的代码仓库不敢说好处有多大,但总归是有的.并且好处不局限于此,代码开源才会暴露问题才会改正,并且会 ...
- MVC View中获取action、controller、area名称
获取控制器名称: ViewContext.RouteData.Values["controller"].ToString(); 获取Action名称: ViewContext.Ro ...
- jQuery解决iframe高度自适应代码
网上查了好多用着都不行,自己搞定了:在包含iframe的页面中加入以下脚本,基本思想是在iframe加载内容后重新设置高度,下面代码尽在IE6中用过,没在其他浏览器中测试. 代码如下: <scr ...
- 使用virtualenv搭建python3开发环境
问题描述 环境: CentOS6.5 想在此环境下使用python3进行开发,但CentOS6.5默认的python环境是2.6.6版本. 之前的做法是直接从源码安装python3,替换掉现有的开发环 ...
- PHP对象Object的概念
类提供了一个基础,可以在此基础上创建实体(即这个类所建模的实体)的特定实例,这些特定实例称为对象(object) 例如,员工管理应用程序可能包括一个EmPloyee 类.然后可以用这个类来创建和维护特 ...
- Eclipse使用Maven创建web3.0项目
安装Maven插件 这一步不细说了,自己下载的Eclipse-JAVA EE 版已自带 Maven插件 开始创建 文本1New一个 Maven Web App项目:File-->New--> ...
- __dbg.h
#ifndef __HSS_DBG_HSS__ #define __HSS_DBG_HSS__ /*************************************************** ...
- FE
<link rel="stylesheet" type="text/css" media="screen" href="li ...